body{
	font-family: 'Be Vietnam Pro', sans-serif;
}

.retour{
	display: block;
	clear: both;
}

#header-main{
	max-width: 90%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 25px;
	background: #fff;
	padding: 20px 40px;
	z-index: 999;
}

#main_menu{
	width: calc(100% - 250px);
	float: left;
	padding-left: 50px;
}

#header-main > .wrap_header_main {
	display: flex;
	align-items: center;
}

#logo{
	float: left;
}

#logo img{
	display: block;
	width: 250px;
	height: 100px;
	object-fit: contain;
	object-position: center;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#main_menu li a{
	display: inline-block;
	font-size: .9em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000;
	position: relative;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
}

#main_menu li a:hover{
	color: #ca0701;
}

#main_menu li a::after,
body.tax-categoriesecteur #main_menu li:nth-of-type(3) a::after {
	content: '';
	display: block;
	width: 0px;
	height: 3px;
	border-radius: 10px;
	background: #000;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -5px;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
}

#main_menu li.current-menu-item a::after,
body.tax-categoriesecteur #main_menu li:nth-of-type(3) a::after {
	width: 15px;
}

#main_menu li a:hover::after{
	width: 15px;
	background: #ca0701;
}

#main_menu li{
	float: left;
}

#main_menu li:not(:last-of-type){
	margin-right: 25px;
}

#main_menu ul::after{
	content:'';
	display: block;
	clear: both;
}

.right_nav > ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.right_nav > ul > li{
	margin: 0 10px;
}

.go_contact_nav i{
	color: #011743;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
}

.go_search_nav i{
	color: #011743;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
}

.menu_lang{
	color: #ca0701;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
}

.menu_lang:hover{
	color: #011743;
}

.go_contact_nav:hover i,
.go_search_nav:hover i{
	color: #ca0701;
}

.go_search_nav button {
	color: #011743;
	border: none;
	background: 0 0;
	padding: 0;
	cursor: pointer;
	font-size: .9em;
}

/* SEARCH */

#searchform {
	width: 100%;
	height: 100%;
	background: #011743;
	display: flex;
	justify-content: center;
	align-items: center;
}

.inner-searchform {
	width: 90%;
	max-width: 500px;
}

.inner-searchform form {
	display: flex;
}

.inner-searchform input{
	height: 40px;
	color: #fff;
	background: none;
	border: none;
}

.inner-searchform input#s{
	border: none;
	padding: 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	flex-basis: calc(100% - 75px);
}

.inner-searchform input[type="submit"] {
	padding: 5px;
	flex-basis: 60px;
	margin-left: 15px;
	background: #ca0701;
	border-radius: 15px;
	letter-spacing: 1px;
	cursor: pointer;
}

.list-search {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 50px;
	padding: 40px 0;
}

.search-item {
	padding: 30px;
	border: 1px solid #dbdbdb;
}

.search-item__title {
	font-size: 1.3em;
	margin-bottom: 20px;
}

.search-item__excerpt {
	font-size: .8em;
	margin-bottom: 20px;
}

a.search-item__link {
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: 700;
	letter-spacing: 1px;
	background: #ca0701;
	color: #fff;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 30px;
}

a.search-item__link::after{
	content:'\f054';
	display: inline-block;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	color: #000;
	opacity: .2;
	font-size: .8em;
	margin-left: 8px;
}

#menu-menu-lang li a{
	color: #ca0701;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
}

#menu-menu-lang li a:hover{
	color: #011743;
}

.menu_burger{
	display: none;
	cursor: pointer;
}

/* --- sticky --- */

@keyframes animSticky {
  0%{
    top:-150px;
  }
 
  100%{
    top:0%;
  }
}

#header-main{
	transition: all ease-in .6s;
	border-bottom: 1px solid transparent;
	animation: none cubic-bezier(.85,.01,.5,1.02) 1s;
}

#header-main #logo img{
	transition: all ease-in .6s;
}

.is_sticky#header-main {
	width: 100%;
	position: fixed;
	top: 0;
	padding: 10px 40px;
	border-bottom: 1px solid #dbdbdb;
	max-width: 100%;
	animation: animSticky cubic-bezier(.85,.01,.5,1.02) .7s;
}

.is_sticky#header-main #logo img {
	width: 150px;
	height: 80%;
}

/* HOME *//* HOME *//* HOME *//* HOME */
/* HOME *//* HOME *//* HOME *//* HOME */
/* HOME *//* HOME *//* HOME *//* HOME */

#home-presentation{
	background: #011743;
}

#home-presentation .main-img img,
#home-presentation > .attachment-post-thumbnail {
	width: 100%;
	height: auto;
}

.wrap_titre_home{
	max-width: 920px;
	margin: -15vw auto 180px auto;
}

.wrap_titre_home h1{
	font-size: 2.6em;
	font-weight: 400;
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
	line-height: 1.5em;
}

.wrap_titre_home h1 strong{
	color: #ca0701;
	font-weight: 400;
}

.wrap_titre_home h1 em {
	font-size: .3em;
	font-weight: 900;
	display: block;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #011743;
	line-height: 1.5em;
	padding: 10px;
	background: #fff;
	position: relative;
	max-width: 330px;
	margin: 0 auto 30px auto;
}

.section1_home{
	max-width: 1600px;
	margin: auto;
	padding: 10px 5%;
	padding-bottom: 0;
	margin-bottom: -60px;
}

.section1_home img{
	object-fit: cover;
}

.section1_home h2{
	color: #ca0701;
	font-weight: 100;
	line-height: 1.3em;
	font-size: 4em;
}

.section1_home h2::after{
	content:'';
	display: block;
	width: 174px;
	height: 11px;
	background: url(../img/icone-titre-rouge-left.png) no-repeat;
	background-size: contain;
	background-position: center center;
	position: relative;
	left: -75px;
	margin: 20px 0 40px 0;
}

.section1_home p{
	color: #fff;
	font-size: 1em;
	line-height: 2em;
	margin-bottom: 40px;
}

.img_second_slide {
	margin: 0;
	position: relative;
	top: 70px;
	z-index: 10;
}

#satisfaction-client .img_second_slide {
	margin: 0;
	position: static;
	top: 0;
}

.button-base a{
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: 700;
	letter-spacing: 1px;
	background: #ca0701;
	margin-top: 20px;
	border: 2px solid #ca0701;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
}

.button-base a::after{
	content:'\f054';
	display: inline-block;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	color: #000;
	opacity: .2;
	font-size: .8em;
	margin-left: 8px;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
}

.button-base a:hover{
	background: #011743;
}

.button-base a::after{
	color: #fff;
}


.wrap_points_forts{
	padding: 150px 100px 200px 100px;
	background: #fff;
	margin: 0;
	position: relative;
	display: flex;
	align-items: flex-start;
	margin-top: 50px;
	justify-content: center;
}

.wrap_points_forts h2{
	color: #ca0701;
	font-weight: 900;
	line-height: 1.3em;
	font-size: 4em;
}

.wrap_points_forts h2::before{
	content:'';
	display: block;
	width: 174px;
	height: 11px;
	background: url(../img/icone-titre-rouge-left.png) no-repeat;
	background-size: contain;
	background-position: center center;
	position: relative;
	left: -75px;
	margin: 20px 0 40px 0;
}

.liste_points_forts .wp-block-column {
	text-align: center;
}

.liste_points_forts .wp-block-column img{
	width: 95px;
	height: 95px;
	margin: 0 auto 10px auto;
	object-fit: contain;
}

.liste_points_forts .wp-block-column a{
	color: #000;
	cursor: pointer;
	opacity: 1;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
}

.hover_point.liste_points_forts .wp-block-column a{
	opacity: .3;
}

.hover_point.liste_points_forts .wp-block-column.point_active a,
.liste_points_forts .wp-block-column.point_active a{
	color: #ca0701;
	opacity: 1;
}

.wrap_citation{
	background: #fff;
}

.wrap_citation .citation-home{
	font-size: 3em;
	line-height: 1.5em;
	max-width: 1000px;
	margin: auto;
	position: relative;
	color: #817f80;
	z-index: 20;
	font-weight: 100;
}

.wrap_citation .citation-home::before{
	position: absolute;
	content: '';
	display: block;
	width: 60px;
	height: 55px;
	background: url(../img/quote-in.jpg) no-repeat;
	background-size: contain;
	background-position: center center;
	left: -100px;
	top: -70px;
}

.wrap_citation .citation-home::after{
	position: absolute;
	content: '';
	display: block;
	width: 60px;
	height: 55px;
	background: url(../img/quote-out.jpg) no-repeat;
	background-size: contain;
	background-position: center center;
	right: -30px;
	bottom: -40px;
}

/* swiper */

.wrap_bloc_gris{
	position: relative;
	z-index: 10;
}

.wrap_bloc_gris::before{
	content:'';
	display: block;
	width: 60%;
	height: 110%;
	background: #f2f2f2;
	position: absolute;
	left: 0;
	top: -220px;
	z-index: -1;
}

.wrap_product_home{
	width: 90%;
	max-width: 1200px;
	margin: 130px auto 70px auto;
	position: relative;
	z-index: 10;
}

.overflox_hidden{
	overflow: hidden;
}

.item_cat_produit .img_left_produit img {
	max-width: 100%;
	width: 400px;
	margin: auto;
	display: block;
	height: 100%;
	max-height: 550px;
	object-fit: contain;
}

.img_left_produit{
	width: 40%;
}

.content_produit {
	width: 60%;
	text-align: right;
	padding-left: 80px;
}

.inside_produit{
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.content_produit .titre_categorie {
	font-size: 4em;
	font-weight: 100;
	margin-bottom: 30px;
	color: #ca0701;
	line-height: 1.5em;
	position: relative;
	display: inline;
}

.content_produit .titre_categorie::after {
	content: '';
	display: block;
	width: 174px;
	height: 11px;
	background: url(../img/icone-titre-rouge-left.png) no-repeat;
	background-size: contain;
	background-position: center center;
	position: relative;
	right: 0;
	margin: 0 0 50px auto;
}

.content_produit a {
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: 700;
	letter-spacing: 1px;
	background: #ca0701;
	padding: 15px 50px;
	display: inline-block;
	border-radius: 30px;
	border: 2px solid #ca0701;
	color: #fff;
	margin-top: 30px;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
}

.content_produit a:hover{
	background: #011743;
}


.content_produit a span::after{
	content: '\f054';
	display: inline-block;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	color: #000;
	opacity: .2;
	font-size: .8em;
	margin-left: 8px;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
}

.content_produit a:hover span::after{
	color: #fff;
}

body .swiper-button-prev {
	transform: none;
	-webkit-transform: none;
	position: absolute;
	left: -120px;
	top: 50%;
	width: 30px;
	height: 50px;
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	background: url(../img/arrow-red.svg) no-repeat;
	background-size: contain;
	background-position: center center;
}

body .swiper-button-next {
	transform: none;
	-webkit-transform: none;
	position: absolute;
	right: -120px;
	top: 50%;
	width: 30px;
	height: 50px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	background: url(../img/arrow-red.svg) no-repeat !important;
	background-size: contain;
	background-position: center center;
}

/* --- */

.before_liste_actus{
	text-align: center;
	margin-bottom: 60px;
}

.before_liste_actus h2 {
	color: #817f80;
	font-weight: 100;
	line-height: 1.3em;
	font-size: 4em;
}

a.voir_all_actus{
	font-weight: 900;
	font-size: .9em;
	text-transform: uppercase;
	line-height: 1.3em;
	position: relative;
	color: #ca0701;
}

a.voir_all_actus span.arrow::after {
	content: '\f054';
	display: inline-block;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	color: #ca0701;
	font-size: .8em;
	margin-left: 8px;
	transition: all ease-in-out .3s;
}

a.voir_all_actus span.first{
	content: '';
	display: inline-block;
	width: 174px;
	height: 11px;
	background: url(../img/icone-titre-rouge-left.png) no-repeat;
	background-size: contain;
	background-position: center center;
	margin-right: 60px;
	transition: all ease-in-out .3s;
}

a.voir_all_actus span.second{
	content: '';
	display: inline-block;
	width: 174px;
	height: 11px;
	background: url(../img/icone-titre-rouge-left.png) no-repeat;
	background-size: contain;
	background-position: center center;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	margin-left: 60px;
	transition: all ease-in-out .3s;
}

a.voir_all_actus:hover span.arrow::after {
	margin-left: 18px;
}

a.voir_all_actus:hover span.first {
	margin-right: 40px;
}

a.voir_all_actus:hover span.second {
	margin-left: 40px;
}

.liste_actus{
	max-width: 1600px;
	margin: auto;
	width: 100%;
	padding: 0 5%;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}

.liste_actus li{
	width: 32%;
}

.liste_actus li:nth-of-type(2){
	margin-top: 90px;
}

.liste_actus li .img_liste_actus{
	display: block;
	width: 100%;
	height: 340px;
	position: relative;
}

.liste_actus li .img_liste_actus::before{
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	background: #011743;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	opacity: 0;
}

.liste_actus li .img_liste_actus::after{
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -100%;
	right: 0;
	margin: auto;
	background: url(../img/link.svg) no-repeat;
	background-size: 25px;
	background-position: center center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	opacity: 0;
	pointer-events: none;
}

.liste_actus li .img_liste_actus:hover::before{
	opacity: .6;
}

.liste_actus li .img_liste_actus:hover::after{
	opacity: 1;
	left: 0;
}

.liste_actus li .img_liste_actus img{
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
}

.liste_actus li .contenu-actus-liste{
	margin-top: 20px;
}

.contenu-actus-liste .titre_news_liste{
	text-transform: uppercase;
	font-weight: 900;
	font-size: 1em;
	line-height: 1.3em;
	color: #5e0401;
	margin-bottom: 20px;
	padding-right: 30%;
	position: relative;
}

.contenu-actus-liste .titre_news_liste a {
	display: block;
	position: absolute;
	right: 15px;
	width: 40px;
	height: 40px;
	background: #5e0401 url(../img/link.svg) no-repeat;
	background-size: 14px;
	background-position: center center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	border-radius: 50%;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	color: #fff;
}

.all_list_secteurs .contenu-actus-liste .titre_news_liste a{
	top: -6px;
	transform: none;
	-webkit-transform: none;
}

.contenu-actus-liste .titre_news_liste a:hover{
	background-color: #011743;
	color: #fff;
}

.excerpt_actus p{
	color: #000;
	line-height: 1.8em;
	font-size: .9em;
	font-weight: 400;
}

body.home .excerpt_actus p{
	color: #fff;
}

#footer-main{
	padding: 80px 20px 20px 20px;
	background: #ca0701;
	overflow: hidden;
	position: relative;
}

body.home #footer-main {
	padding-top: 390px;
	margin-top: -320px;
	position: relative;
	z-index: 10;
}

.bg_carte_footer{
	position: absolute;
	right: 100px;
	bottom: 0;
	background: url(../img/footer-map.png) no-repeat;
	background-size: contain;
	background-position: center center;
	width: 1000px;
	height: 500px;
	max-width: 100%;
}

.wrap_footer{
	width: 1500px;
	margin: auto;
	max-width: 100%;
	position: relative;
	z-index: 10;
}

.col1_footer {
	width: 50%;
	float: left;
	display: flex;
	align-items: center;
}

.col1_footer::after{
	content:'';
	display: block;
	clear: both;
}

.logo_footer{
	width: 225px;
	height: 225px;
	background: url(../img/logo-footer.png) no-repeat;
	background-size: contain;
	background-position: center center;
	float: left;
}

.info_footer{
	width: calc (100% - 225px);
	float: left;
	padding-left: 30px;
}

.info_footer p.nom_footer{
	text-transform: uppercase;
	color: #000;
	letter-spacing: 2px;
	font-size: .9em;
	line-height: 1.3em;
	margin-bottom: 10px;
	font-weight: 700;
}

.info_footer p:not(.nom_footer){
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	font-size: .9em;
	line-height: 1.3em;
	margin-bottom: 10px;
	font-weight: 700;
}

.info_footer a{
	color: #fff;
}

.info_footer a.mail_footer{
	text-transform: uppercase;
	color: #5e0401;
	letter-spacing: 1px;
	font-size: .9em;
	line-height: 1.3em;
	font-weight: 700;
}

.col2_footer{
	width: 50%;
	float: left;
}

.col2_footer p.monde{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.8em;
	line-height: 1.3em;
	letter-spacing: 2px;
	color: #000;
	margin-bottom: 20px;
}

.col2_footer p:not(.monde){
	font-weight: 300;
	font-size: .9em;
	line-height: 1.3em;
	letter-spacing: 1px;
	color: #fff;
}

footer a.go_contact{
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: 700;
	letter-spacing: 1px;
	background: #5e0401;
	color: #fff;
	display: inline-block;
	border-radius: 30px;
	padding: 15px 40px;
	margin-top: 30px;
	float: right;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
}

footer a.go_contact:hover{
	background: #ca0701;
}

footer a.go_contact::after{
	content:'\f054';
	display: inline-block;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	color: #000;
	opacity: .2;
	font-size: .8em;
	margin-left: 8px;
}

.border-footer{
	width: 100%;
	margin: auto;
	height: 1px;
	background: #fff;
	margin: 30px auto 20px auto;
}

.left-footer{
	float: left;
	width: 50%;
}

.left-footer a{
	display: inline-block;
}

.logo1_footer{
	width: 70px;
	height: 60px;
	background: url(../img/logo-red-iso_03.jpg) no-repeat;
	background-size: contain;
	background-position: center center;
	margin-right: 45px;
	float: left;
}

.logo2_footer{
	width: 70px;
	height: 60px;
	background: url(../img/logo-red-iso_05.jpg) no-repeat;
	background-size: contain;
	background-position: center center;
	margin-right: 45px;
	float: left;
}

.logo3_footer{
	width: 70px;
	height: 60px;
	background: url(../img/logo-red-iso_07.jpg) no-repeat;
	background-size: contain;
	background-position: center center;
	float: left;
}

.right-footer {
	float: right;
	text-align: right;
	position: relative;
	padding-right: 100px;
}

.right-footer ul::after{
	content:'';
	display: block;
	clear: both;
}

.right-footer ul li{
	display: inline-block;
	float: left;
	margin-right: 40px;
}

.right-footer ul li a{
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	font-size: .7em;
	line-height: 1.3em;
	font-weight: 700;
	display: inline-block;
	position: relative;
}

.right-footer ul li:not(:last-of-type) a::after{
	content:'';
	display: inline-block;
	width: 5px;
	height: 2px;
	background: #fff;
	position: absolute;
	right: -20px;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.right-footer .copy-nova{
	display: block;
	width: 25px;
	height: 40px;
	background: url(../img/copy-nova-blc-1.png) no-repeat;
	background-size: contain;
	background-position: center center;
	position: absolute;
	right: 0;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.wrap_list_actus{
	position: relative;
	z-index: 20;
}

/* LE GROUPE *//* LE GROUPE *//* LE GROUPE *//* LE GROUPE */
/* LE GROUPE *//* LE GROUPE *//* LE GROUPE *//* LE GROUPE */
/* LE GROUPE *//* LE GROUPE *//* LE GROUPE *//* LE GROUPE */

.bg_top_page {
	width: 100%;
	height: 380px;
	position: relative;
	z-index: 10;
}

.bg_top_page img{
	display: block;
	width: 100%;
	object-fit: cover;
	object-position: center bottom;
	height: 100%;
}

.bg_top_page .wrap_title_base{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 10%;
	transform: none;
	-webkit-transform: none;
	text-align: center;
	max-width: 450px;
}

.bg_top_page .wrap_title_base .filarianne{
	color: #fff;
	margin-bottom: 10px;
	font-size: .9em;
}


.bg_top_page .wrap_title_base .filarianne a{
	color: #ca0701;
}

.bg_top_page h1,
.bg_top_page .titre_ari {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: 900;
}

#contenu_page_base{
	padding: 50px 0px;
}

.wrap_content{
	max-width: 1500px;
	margin: auto;
}

.first-groupe{
	padding: 80px 0;
}

#contenu_page_base h2 {
	font-size: 3em;
	font-weight: 100;
	margin-bottom: 30px;
	color: #ca0701;
	line-height: 1.5em;
	position: relative;
	display: inline;
}

#contenu_page_base h2::after {
	content: '';
	display: block;
	width: 130px;
	height: 8px;
	background: url(../img/icone-titre-rouge-left.png) no-repeat;
	background-size: contain;
	background-position: center center;
	position: relative;
	left: -45px;
	margin: 10px 0 30px 0;
}

#contenu_page_base h3{
	font-size: 1.4em;
	letter-spacing: 2px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #000;
	line-height: 1.5em;
	position: relative;
}

#contenu_page_base p{
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 10px;
}

#contenu_page_base p a{
	color: #ca0701;
}

p:last-of-type{
	margin-bottom: 0 !important;
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
	max-width: unset;
	width: 100%;
	vertical-align: middle;
	object-fit: contain;
	height: auto;
}

.wrap_metier{
	padding: 60px 100px;
	background: #011743;
	margin: 30px auto;
}

.wrap_metier > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column {
	padding: 50px;
	background: #fff;
	border-radius: 30px;
}

.wrap_metier p{
	font-size: .9em;
}

.wrap_metier > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column img{
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center center;
	margin-top: 20px;
}

.wrap_metier ul{
	margin-bottom: 20px;
}

.wrap_metier p strong{
	margin: 10px 0;
}

.wrap_metier ul li{
	padding-left: 20px;
	margin: 10px 0;
}

.wrap_metier ul li::before{
	content:'\f0da';
	display: inline-block;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	color: #011743;
	opacity: .8;
	font-size: .8em;
	margin-right: 8px;
}

.wrap_metier h3{
	color: #011743 !important;
}

.has-text-align-center{
	display: block;
	text-align: center;
}

h2.has-text-align-center{
	display: block !important;
}

#contenu_page_base h2.has-text-align-center::after {
	left: 0;
	margin: 10px auto 30px auto;
	right: 0;
}

.bloc-implantations{
	max-width: 800px;
	margin: auto;
	text-align: center;
}

.wrap_implantations img{
	width: 945px;
	height: auto;
	max-width: 100%;
	display: block;
	margin: 30px auto;
}

.wrap_chiffres{
	margin: 50px auto;
	padding: 10px;
	position: relative;
	z-index: 10;
}

.wrap_chiffres .wp-block-media-text{
	display: flex;
	align-items: center;
	margin: 30px;
}

.chiffre_ligne{
	margin: 15px 0;
}

.chiffre_ligne .wp-block-group__inner-container{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.chiffre_ligne .wp-block-group__inner-container figure{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.chiffre_ligne .wp-block-group__inner-container figure img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#contenu_page_base .wrap_chiffres p.titre_les_chiffres{
	font-size: 1.4em;
	letter-spacing: 2px;
	font-weight: 700;
	color: #000;
	line-height: 1.5em;
	position: relative;
	margin-bottom: 30px !important;
}

.wrap_bg_blue{
	padding: 100px 100px 150px 100px;
	background: #011743;
}

.direction-sengage {
	padding: 70px;
	background: #fff;
	max-width: 1600px;
	width: calc(100% - 200px);
	margin: -100px auto 0 auto;
}

#contenu_page_base .direction-sengage h3{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 20px;
	color: #000;
	letter-spacing: 1px;
}

.direction-sengage ul li{
	padding-left: 20px;
	margin: 10px 0;
}

.direction-sengage ul li::before{
	content:'\f0da';
	display: inline-block;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	color: #011743;
	opacity: .8;
	font-size: .8em;
	margin-right: 8px;
}

.colonne-iso figure{
	text-align: center;
}

.colonne-iso figure img{
	width: 120px;
	height: 120px;
	max-width: 100%;
	object-fit: contain;
	object-position: center center;
}

.colonne-iso .wp-block-group{
	margin: 15px auto;
}

.wrap_histoire{
	padding-bottom: 30px;
	text-align: center;
}

#contenu_page_base .wrap_histoire h2::after {
	left: 0;
	margin: 10px auto 30px auto;
	right: 0;
}

.wrap_histoire .modal-btn{
	margin: auto;
}

/* RECHERCHE DEVELOPPEMENT *//* RECHERCHE DEVELOPPEMENT *//* RECHERCHE DEVELOPPEMENT *//* RECHERCHE DEVELOPPEMENT */
/* RECHERCHE DEVELOPPEMENT *//* RECHERCHE DEVELOPPEMENT *//* RECHERCHE DEVELOPPEMENT *//* RECHERCHE DEVELOPPEMENT */
/* RECHERCHE DEVELOPPEMENT *//* RECHERCHE DEVELOPPEMENT *//* RECHERCHE DEVELOPPEMENT *//* RECHERCHE DEVELOPPEMENT */

.wrap_essai {
	position: relative;
	margin: 80px auto 140px auto;
}

#contenu_page_base .wrap_essai h2 {
	position: absolute;
	left: 0px;
	top: -60px;
	background: #fff;
	padding: 20px 50px 0 0;
}

.wrap_essai ul li{
	padding-left: 20px;
	margin: 10px 0;
}

.wrap_essai ul li::before{
	content:'\f0da';
	display: inline-block;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	color: #fff;
	opacity: .8;
	font-size: .8em;
	margin-right: 8px;
}

#contenu_page_base .wrap_essai .titre_essai{
	font-size: 1.4em;
	letter-spacing: 2px;
	font-weight: 700;
	color: #000;
	line-height: 1.5em;
	position: relative;
	color: #fff;
	margin-bottom: 30px !important;
}

.wrap_essai p, .wrap_essai li{
	color: #fff;
}

.wrap_essai > .wp-block-group__inner-container >.wp-block-columns{
	background: #011743;
}

.image_essai .wp-block-image{
	margin: 0;
	height: 100%;
}

.image_essai .wp-block-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.texte_essai{
	margin: 0 !important;
	padding: 70px;
	position: relative;
}

.texte_essai::after {
	content: '';
	display: block;
	width: 130px;
	height: 8px;
	background: url(../img/icone-titre-rouge-left.png) no-repeat;
	background-size: contain;
	background-position: center center;
	position: absolute;
	right: 0;
	transform: rotate(90deg);
	bottom: 0px;
}

.wrap_developpement{
	margin: 80px auto 30px auto;
}

.wrap_developpement ul li{
	padding-left: 20px;
	margin: 10px 0;
}

.wrap_developpement ul li::before{
	content:'\f0da';
	display: inline-block;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	color: #011743;
	opacity: .8;
	font-size: .8em;
	margin-right: 8px;
}

.wrap_developpement .wp-block-image picture,
.wrap_developpement .wp-block-image img {
	max-width: 100%;
	object-fit: contain;
	height: auto;
}

/* CARRIERE */

.top_carriere .wp-block-column{
	position: relative;
	height: 100%;
}

.top_carriere .wp-block-column figure{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.top_carriere .wp-block-column figure img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top_carriere .wp-block-column .zone_texte_carriere {
	position: relative;
	z-index: 10;
	padding: 50px;
	min-height: 400px;
}

.top_carriere .wp-block-column .zone_texte_carriere::before{
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	background: #011743;
	opacity: .7;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

#contenu_page_base .zone_texte_carriere h3{
	margin-bottom: 30px;
	color: #ca0701;
	position: relative;
	display: inline;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: 300;
	letter-spacing: 0;
}

#contenu_page_base .zone_texte_carriere h3::after {
	content: '';
	display: block;
	width: 70px;
	height: 4px;
	background: url(../img/icone-titre-rouge-left.png) no-repeat;
	background-size: contain;
	background-position: center center;
	position: relative;
	left: -20px;
	margin: 5px 0 30px 0;
}

.zone_texte_carriere ul li{
	margin: 10px 0;
	color: #fff;
}

.zone_texte_carriere ul li::before{
	content:'\f0da';
	display: inline-block;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	color: #fff;
	opacity: .8;
	font-size: .8em;
	margin-right: 8px;
}

.wrap_chiffres .wp-block-media-text > figure{
	width: 50%;
}

.wrap_chiffres .wp-block-media-text > .wp-block-media-text__content{
	width: 50%;
}

.wrap_valeurs .chiffre_ligne .wp-block-group__inner-container{
	flex-wrap: wrap;
}

.wrap_valeurs .chiffre_ligne .wp-block-group__inner-container p{
	width: 100%;
}

.wrap_valeurs > .wp-block-group__inner-container > .wp-block-media-text{
	position: relative;
}

#contenu_page_base .wrap_valeurs .titre_valeurs {
	font-size: 1.4em;
	letter-spacing: 2px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #000;
	line-height: 1.5em;
	position: relative;
	margin-bottom: 20px !important;
	color: #ca0701 !important;
}

.wrap_valeurs ul li{
	margin: 10px 0;
}

.wrap_valeurs ul li::before{
	content:'\f0da';
	display: inline-block;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	color: #011743;
	opacity: .8;
	font-size: .8em;
	margin-right: 8px;
}

.wrap_valeurs .wp-block-media-text__media img, .wrap_valeurs .wp-block-media-text__media video {
	max-width: unset;
	vertical-align: middle;
	object-fit: cover;
	position: absolute;
	left: 0;
	width: 50%;
	height: 120%;
	top: 0;
}

.satisfaction_carriere{
	background: #011743;
	color: #fff;
	margin: -1% auto 100px auto;
	width: 96%;
	position: relative;
	z-index: 1;
	padding: 40px;
}

.satisfaction_carriere .colonne-sengage {
	padding: 60px 50px 10px 110px;
}

#contenu_page_base .satisfaction_carriere p.titre_satisfaction{
	color: #fff;
	font-size: 2em;
	margin-bottom: 20px !important;
}

.satisfaction_carriere .wp-block-quote {
	font-size: 2vw;
	line-height: 1.5em;
	color: #817f80;
	z-index: 20;
	font-weight: 100;
	background: #fff;
	padding: 50px;
	position: static;
	width: 100%;
	text-align: center;
}

.satisfaction_carriere .wp-block-quote::before {
	position: static;
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/quote-in.jpg) no-repeat;
	background-size: contain;
	background-position: center center;
	margin: 0 auto 10px auto;
}

.satisfaction_carriere .wp-block-quote::after {
	position: static;
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/quote-out.jpg) no-repeat;
	background-size: contain;
	background-position: center center;
	margin: 10px auto 0px auto;
}

.satisfaction_carriere::after {
	content: '';
	display: block;
	width: 130px;
	height: 8px;
	background: url(../img/icone-titre-rouge-left.png) no-repeat;
	background-size: contain;
	background-position: center center;
	position: absolute;
	left: 0;
	transform: rotate(-90deg);
	bottom: 0px;
}

/* ACTUS *//* ACTUS *//* ACTUS *//* ACTUS */
/* ACTUS *//* ACTUS *//* ACTUS *//* ACTUS */
/* ACTUS *//* ACTUS *//* ACTUS *//* ACTUS */

.page-template-template-actus #contenu_page_base .wrap_list_actus .before_liste_actus h2{
	display: block;
	width: 100%;
	text-align: center;
}

.page-template-template-actus #contenu_page_base .wrap_list_actus h2::after{
	left: 0;
	margin: 10px auto 30px auto;
}

.all_list_actus{
	flex-wrap: wrap;
}

.all_list_actus li{
	margin-bottom: 60px;
}

.all_list_actus li:nth-of-type(2) {
	margin-top: 0px;
}

#contenu_page_base .all_list_actus li .titre_news_liste {
	font-size: 1.1em;
	letter-spacing: 1px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #000;
	line-height: 1.5em;
	position: relative;
	padding-right: 20%;
}

/* SINGLE *//* SINGLE *//* SINGLE *//* SINGLE */
/* SINGLE *//* SINGLE *//* SINGLE *//* SINGLE */
/* SINGLE *//* SINGLE *//* SINGLE *//* SINGLE */

.wp-block-file{
	margin-top: 20px;
}

.wp-block-file a:not(.wp-block-file__button){
	color: #ca0701;
	border-bottom: 1px solid #ca0701;
	display: block;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
}

.wp-block-file a:not(.wp-block-file__button):hover{
	color: #011743;
	border-bottom: 1px solid #011743;
}

.wp-block-file a.wp-block-file__button {
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: 700;
	letter-spacing: 1px;
	background: #ca0701;
	margin-top: 20px;
	border: 2px solid #ca0701;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	margin: 0;
	display: inline-block;
	margin-top: 10px;
}

.wp-block-file a.wp-block-file__button::after{
	content:'\f054';
	display: inline-block;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	color: #000;
	opacity: .2;
	font-size: .8em;
	margin-left: 8px;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
}

.wp-block-file a.wp-block-file__button:hover{
	background: #011743;
}

.wp-block-file a.wp-block-file__button::after{
	color: #fff;
}

#contenu_page_base.single_contenu_base h2 {
	max-width: 1200px;
	display: block;
	margin: auto;
	font-size: 2.2em;
}

#contenu_page_base .before_liste_actus h1 {
	font-size: 2.5em;
	font-weight: 100;
	margin-bottom: 30px;
	color: #ca0701;
	line-height: 1.5em;
	position: relative;
	display: inline;
}

#contenu_page_base.single_contenu_base .before_liste_actus h2{
	font-size: 3em;
}

#contenu_page_base.single_contenu_base .before_liste_actus h2::after,
#contenu_page_base.single_contenu_base .before_liste_actus h1::after {
	left: 0;
	margin: 10px auto 30px auto;
}



#contenu_page_base.single_contenu_base a.voir_all_actus {
	margin: 100px auto;
	display: block;
	text-align: center;
}

#contenu_page_base.single_contenu_base .before_liste_actus img{
	width: 1000px;
	max-width: 96%;
	max-height: 400px;
	height: auto;
	margin: auto;
	object-fit: contain;
}

.opportunite-contrat {
	padding: 40px;
	border: 2px solid #ca0701;
	border-radius: 30px;
	background: #011743;
	color: #fff;
	display: flex;
	justify-content: left;
	align-items: center;
	flex-wrap: wrap;
	text-align: left;
}

/* SECTEURS ACTIVITE *//* SECTEURS ACTIVITE *//* SECTEURS ACTIVITE *//* SECTEURS ACTIVITE */
/* SECTEURS ACTIVITE *//* SECTEURS ACTIVITE *//* SECTEURS ACTIVITE *//* SECTEURS ACTIVITE */
/* SECTEURS ACTIVITE *//* SECTEURS ACTIVITE *//* SECTEURS ACTIVITE *//* SECTEURS ACTIVITE */

.page-template-template-secteurs #contenu_page_base .wrap_list_actus h2::after {
	left: 0;
	margin: 10px auto 30px auto;
}

.all_list_secteurs li .img_liste_actus picture{
	display: block;
	width: 65%;
	height: 65%;
	margin: auto;
	object-fit: contain;
}
.all_list_secteurs li .img_liste_actus picture img{height:100%; object-fit:cover; width:auto; max-width:100%;}

.all_list_secteurs li .img_liste_actus {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #011743;
}

.all_list_secteurs li .contenu-actus-liste {
	margin-top: 0px;
	padding: 20px 20px 10px 20px;
	background: #011743;
	min-height: 100px;
}

#contenu_page_base .all_list_secteurs li .titre_news_liste{
	color: #fff;
	font-size: 1em;
}

.wrap_ul_produits{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.wrap_ul_produits li {
	width: 22%;
	text-align: center;
	background: #FFF;
	margin: 30px 1.5%;
	padding: 30px;
	border-bottom: 2px solid #dbdbdb;
}

.wrap_ul_produits li img {
	max-width: 100%;
	width: 180px;
	height: 180px;
	opacity: 1;
	object-fit: contain;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
}

#contenu_page_base.single_contenu_base .wrap_ul_produits li h2{
	font-size: 1.4em;
	margin-top: 10px;
}

#contenu_page_base.single_contenu_base .wrap_ul_produits li h2::after{
	display: none;
}

.wrap_ul_produits.all_hover_produits li img{
	opacity: .4;
}

.wrap_ul_produits.all_hover_produits li img.active_produits,
.wrap_ul_produits li img.active_produits{
	opacity: 1;
}

/* CONTACT *//* CONTACT *//* CONTACT *//* CONTACT */
/* CONTACT *//* CONTACT *//* CONTACT *//* CONTACT */
/* CONTACT *//* CONTACT *//* CONTACT *//* CONTACT */

.page-template-template-contact #contenu_page_base .wrap_list_actus .before_liste_actus h2{
	display: block;
	width: 100%;
	text-align: center;
}

.page-template-template-contact #contenu_page_base .wrap_list_actus h2::after{
	left: 0;
	margin: 10px auto 30px auto;
}

/* FRISE *//* FRISE *//* FRISE *//* FRISE */
/* FRISE *//* FRISE *//* FRISE *//* FRISE */
/* FRISE *//* FRISE *//* FRISE *//* FRISE */

.list-frise {
	padding-left: 200px;
	position: relative;
	padding-top: 0;
	max-width: 800px;
	margin: 60px auto;
}

.list-frise::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 75px;
	width: 3px;
	bottom: 0;
	background: #ca0701;
	z-index: -1;
}

.list-frise .list-frise__item {
	position: relative;
	margin-bottom: 50px;
	min-height: 100px;
}

.list-frise .list-frise__item .list-frise__date {
	position: absolute;
	display: block;
	left: -200px;
	width: 150px;
	font-size: 2em !important;
	font-weight: 700;
	z-index: 5;
	line-height: 1;
	padding: 15px 0 15px 0;
	color: #ca0701;
	background: #fff;
	text-align: center;
	top: -25px;
}

.list-frise .list-frise__item p:not(:last-of-type) {
	margin-bottom: 10px;
}

#contenu_page_base .list-frise .list-frise__item p.titre_frise {
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 15px;
	color: #000;
	line-height: 1.5em;
	position: relative;
	text-transform: none;
	letter-spacing: 0;
	text-align: left;
}

/* CONTACT */

.info-contact{
	max-width: 800px;
	margin: auto;
	text-align: center;
}

#contenu_page_base p.adresse-contact{
	font-weight: 700;
	font-size: 1.1em;
}

#contenu_page_base p.adresse-contact a{
	color: #000;
}

#contenu_page_base p.tel-contact{
	font-size: 1.2em;
	color: #ca0701;
	margin-top: 20px;
}

#contenu_page_base p.tel-contact::before{
	content:'\f095';
	display: inline-block;
	margin-right: 8px;
	font-size: 1em;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}

#contenu_page_base p.mail-contact{
	font-size: 1em;
	color: #ca0701;
	margin-top: 20px;
}

#contenu_page_base p.mail-contact::before{
	content:'\f0e0';
	display: inline-block;
	margin-right: 8px;
	font-size: 1em;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	position: relative;
	bottom: -1px;
}

#contenu_page_base .titre-form{
	font-weight: 100;
	margin-bottom: 30px;
	color: #ca0701;
	line-height: 1.5em;
	position: relative;
	display: block;
	margin-top: 80px;
	font-size: 1.8em;
	text-align: center;
	display: block;
}

#contenu_page_base .titre_contact {
	font-size: 3em;
	font-weight: 100;
	margin-bottom: 30px;
	color: #ca0701;
	line-height: 1.5em;
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}

#contenu_page_base .titre_contact::after{
	content:'';
	display: block;
	width: 174px;
	height: 11px;
	background: url(../img/icone-titre-rouge-left.png) no-repeat;
	background-size: contain;
	background-position: center center;
	position: relative;
	left: 0;
	right: 0;
	margin: 20px auto 40px auto;
}

/* formulaire */
.wpcf7-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wpcf7{
	max-width: 700px;
	margin: 40px auto;
	width: 90%;
}
.wpcf7 label {
	width: 48%;
	margin: 2% 1%;
	font-size: .9em;
	line-height: 1.8em;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px solid #ca0701;
}
.wpcf7 input {
	width: 100%;
	padding: 15px;
	background: #ececec;
	border: none;
	margin-top: 10px;
	font-family: 'Be Vietnam Pro', sans-serif;
	font-size: 1em;
	line-height: 1.3em;
}
.wpcf7 label.textarea-label{
	width: 98%;
	margin: 2% auto;
}
.wpcf7 textarea {
	width: 100%;
	height: 120px;
	resize: none;
	background: #ececec;
	border: none;
	padding: 15px;
	margin-top: 10px;
	font-family: 'Be Vietnam Pro', sans-serif;
	font-size: 1em;
	line-height: 1.3em;
}

.wpcf7 input.wpcf7-submit {
	background: #ca0701;
	border-radius: 50px;
	margin: 20px 0;
	border: 2px solid #ca0701;
	transition: all 0.5s ease;
	width: 98%;
	margin: auto;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.1em;
	cursor: pointer;
}

.wpcf7 input.wpcf7-submit:hover {color: #fff; background: #011743;}

.wpcf7-not-valid-tip {
	background: #011743;
	font-size: .8em;
	font-weight: normal;
	display: block;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	padding: 20px;
	text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #011743;
	width: 100%;
	padding: 40px 20px;
	background: #011743;
	color: #fff;
	text-align: center;
	border-bottom: 10px solid #ca0701;
}

/* SITES *//* SITES *//* SITES *//* SITES */
/* SITES *//* SITES *//* SITES *//* SITES */
/* SITES *//* SITES *//* SITES *//* SITES */

.liste_site{
	flex-wrap: wrap;
	align-items: flex-start;
}

.liste_site > .wp-block-column{
	background: #fff;
	border: 1px solid #dbdbdb;
}

.pays_site{
	padding: 15px 45px 15px 15px;
	background: #F2F2F2;
	position: relative;
}

.pays_site .wp-block-columns{
	display: block;
}

#contenu_page_base .pays_site p{
	font-size: .8em;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.pays_site > .wp-block-group__inner-container > .wp-block-columns > .wp-block-column:last-of-type{
	position: absolute;
	right: 15px;
	top:10px;
}

.pays_site img {
	display: block;
	width: 30px;
	height: 30px;
	object-fit: contain;
	max-width: 320px;
}

.pays_site .wp-block-columns{
	margin: 0;
}

.inside_site{
	padding: 40px;
	min-height: 331px;
}

#contenu_page_base .inside_site p.titre_liste_site{
	font-weight: 700;
	font-size: .9em;
	color: #011743;
	margin-bottom: 20px;
}

#contenu_page_base .inside_site p{
	font-size: .9em;
	line-height: 1.5em;
	margin-bottom: 20px;
}

.adresse_site::before{
	content:'\f3c5';
	display: inline-block;
	font-size: 1em;
	color: #ca0701;
	margin-right: 8px;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}

.tel_site::before{
	content:'\f879';
	display: inline-block;
	font-size: 1em;
	color: #ca0701;
	margin-right: 8px;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}

.mail_site::before{
	content:'\f0e0';
	display: inline-block;
	font-size: 1em;
	color: #ca0701;
	margin-right: 8px;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}

.image_site{
	margin-bottom: 0;
}

.image_site img {
	height: 200px;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
	object-fit: cover;
	margin: 0;
}

/* RECRUTEMENT */

.wrap_recrutement{
	margin: 50px auto;
	max-width: 1500px;
}

.wrap_recrutement ul{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.wrap_recrutement ul li{
	display: inline-block;
	line-height: 1.3em;
	margin: 10px;
}

.wrap_recrutement ul li h3{
	margin: 0 !important;
	font-size: 1em !important;
	letter-spacing: 0 !important;
	text-align: center;
	color: #000;
}

.wrap_recrutement ul li h3 a{
	color: #ca0701;
	background: transparent;
	border: 1px solid #dbdbdb;
	padding: 10px 20px;
	border-radius: 50px;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
}

.wrap_recrutement ul li h3 a:hover{
	color: #fff;
	border: 1px solid #011743;
	background: #011743;
}

.wpcf7 input[type="checkbox"] {
	display: inline-block;
	width: auto;
}

#contenu_page_base .wrap_recrutement .wpcf7 h2{
	font-size: 1.3em;
	text-align: center;
	display: block;
}

#contenu_page_base .wrap_recrutement .wpcf7 h2::after{
	display: none;
}

#contenu_page_base .wrap_recrutement .wpcf7 label,
.single-opportunite #contenu_page_base .wpcf7 label,
.page-id-545 .wpcf7 label {
	width: 100%;
}

.page-id-545 #contenu_page_base h2 {
	display: block;
	text-align: center;
}

.page-id-545 #contenu_page_base h2::after {
	left: 0;
	margin: 10px auto 30px auto;
}

.single-opportunite #contenu_page_base .wpcf7 h2{
	text-align: center;
	display: block;
	font-size: 2em;
}

.single-opportunite #contenu_page_base .wpcf7 h2::after{
	display: none;
}

.single-opportunite .content_actus > .wp-block-columns{
	margin-bottom: 80px;
}

#contenu_page_base .wrap_recrutement .wp-block-button__link{
	margin: 20px auto;
}

#candidature-spontanee{
	opacity: 0;
	top: 50px;
	height: 0;
	overflow: hidden;
	transition: all ease-in-out .6s;
	-webkit-transition: all ease-in-out .6s;
}

.show_form #candidature-spontanee{
	opacity: 1;
	top: 0;
	height: auto;
}

.wpcf7-not-valid-tip {
	background: #011743;
	color: #fff;
	padding: 5px;
}

/* autre */

.no_results{
	text-align: center;
}

.no_results button{
	color: #fff;
	border: none;
	background: #ca0701;
	padding: 15px 35px;
	border-radius: 30px;
	cursor: pointer;
	font-size: .9em;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
}

.no_results button:hover{
	background: #9f0500;
}

.no_results button i{
	margin-left: 5px;
}

#contenu_page_base .before_liste_opportunite h2::after {
	left: 0px;
	right: 0;
	margin: 10px auto 30px auto;
}

.otgs-development-site-front-end{
	display: none !important;
}

.grecaptcha-badge{
	display: none;
}
.page-id-14 .grecaptcha-badge, .page-id-26 .grecaptcha-badge, .page-id-545 .grecaptcha-badge, .page-template-template-signalement .grecaptcha-badge {
  display: block;
}

#menu-menu-lang{
	display: flex;
	align-items: center;
}

#menu-menu-lang li{
	margin: 0 5px;
}

html[lang="fr-FR"] .remove_en,
html[lang="fr-FR"] .remove_de{
	display: none !important;
}

html[lang="en-US"] .remove_fr,
html[lang="en-US"] .remove_de{
	display: none !important;
}

html[lang="de-DE"] .remove_fr,
html[lang="de-DE"] .remove_en{
	display: none !important;
}

/* formulaire ethique */

.page-template-template-signalement .wpcf7{max-width: 100%;width: 100%;}
.page-template-template-signalement .wpcf7 fieldset{display: block;width: 100%;border: 1px solid #CCC;padding: 50px 50px 25px;margin: 25px;}
.page-template-template-signalement .wpcf7 legend{display: block;text-transform: uppercase;font-size: 1.2em;text-transform: uppercase;width: 100%;font-weight: 700;color: #011743;padding: 0 20px;}
.page-template-template-signalement .wpcf7 label {width: 100%;margin: 20px 0;letter-spacing: 0;text-transform: none;font-size: 1em;}
.page-template-template-signalement .wpcf7 label:first-of-type{margin-top: 0;}
.page-template-template-signalement .wpcf7 .wpcf7-checkbox label{border: none;}
.page-template-template-signalement .wpcf7 fieldset > p{font-weight: 700;font-size: 1.1em !important;margin-top: 30px;}
.page-template-template-signalement .wpcf7 label.liste_form > span{display: block;width: 100%;}
.page-template-template-signalement .wpcf7 label.liste_form select {
	display: block;
	width: 100%;
	border: none;
	padding: 15px;
	background: #ececec;
	margin-top: 10px;
	font-family: 'Be Vietnam Pro',sans-serif;
	font-size: 1em;
	line-height: 1.3em;
}

.page-template-template-signalement input.wpcf7-submit {
	background: #ca0701;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50px;
	margin: 20px 0;
	border: 2px solid #ca0701;
	transition: all 0.5s ease;
	width: 98%;
	margin: auto;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.1em;
	cursor: pointer;
	max-width: 400px;
	margin-top: 20px;
}

.wpcf7-acceptance{display: block;margin: 50px 0 0 0;text-align: center;}

.wpcf7-acceptance > span{margin: 0;}

#page-contact .wpcf7-acceptance label {
	width: 98%;
	text-transform: none;
	letter-spacing: 0;
}

.wpcf7-acceptance label{border: none;font-weight: 700;}

.wpcf7-form > .wpcf7-form-control-wrap{display: block;width: 100%;}

.coderapport{font-weight: 400 !important;}

.wrap_condition{margin-top: 20px;padding: 30px;background: #011743;display: flex;flex-wrap: wrap;justify-content: space-between;}

.wrap_condition > p {color: #fff;margin-bottom: 20px !important;width: 100%;}

.wrap_condition label {color: #fff;width: 49% !important;margin: 10px 0 !important;border-color: #fff;}

.wrap_condition input {background: rgba(255,255,255,0.15);color: #fff;}

.wrap_condition .wpcf7-not-valid-tip{color: #ca0701}

.small_titre{
	margin: 30px auto 10px auto !important;
	font-size: 1.4em !important;
	display: block !important;
}

.page-template-template-signalement .wpcf7 label.lbl_custom{
	pointer-events: none;
	cursor: not-allowed;
}

.wpcf7 input#custom-field{
	background: #888;
	color: #333;
}

.lang_signalement{
	margin-bottom: 60px;
}

.lang_signalement ul{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.lang_signalement ul li{margin:2%;width: auto;display: inline-block;}

.lang_signalement ul li a {
	display: inline-block;
	padding: 8px 20px 8px 60px;
	font-size: .8em;
	text-transform: uppercase;
	color: #ca0701;
	background: #fff;
	border-radius: 50px;
	border: 1px solid #ca0701;
	position: relative;
	transition: all .3s;
}

.lang_signalement ul li a:hover,
.lang_signalement ul li.wpml-ls-current-language a{
	color: #fff ;
	background: #ca0701;
	border-color: #ca0701;
}

.lang_signalement ul li a::before {
	content: '';
	display: inline-block;
	margin-right: 12px;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.lang_signalement ul li.wpml-ls-item-fr a::before{
	background-image: url(../img/lang/france.png);
}


.lang_signalement ul li.wpml-ls-item-ar a::before{
	background-image: url(../img/lang/morocco.png);
}

.lang_signalement ul li.wpml-ls-item-pt-pt a::before{
	background-image: url(../img/lang/portugal.png);
}

.lang_signalement ul li.wpml-ls-item-sk a::before{
	background-image: url(../img/lang/slovakia.png);
}

.lang_signalement ul li.wpml-ls-item-tr a::before{
	background-image: url(../img/lang/turkey.png);
}

.page-template-template-signalement .menu_lang{display: none !important;}

/* --- */

/* 

red : #ca0701
bleu : #011743
	
 */