/* -------- */

.retour{
	clear: both;
}


a.button-base,
.wp-block-button a {
	display: inline-block;
	background: #000;
	font-size: 1em;
	text-transform: uppercase;
	line-height: 1em;
	color: #fff;
	font-weight: 700;
	margin-top: 30px;
	padding: 15px 30px;
	border-radius: 30px;
	transition: all .3s;
}

a.button-base:hover,
.wp-block-button a:hover{
	background: #41a62a;
}

.wrap_content{
	max-width: 1400px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
#content-main .content_page > *:not(.full_width) {
	max-width: 1400px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.wrap_small_content{
	max-width: 1200px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.align_center{
	align-items: center !important;
}

li{
	list-style: none;
}

i{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.list-dot li{
	margin-bottom: 10px;
}

.wp-block-list{
	margin-bottom: 20px;
	margin-top: 1rem;
	color: #515151;
	padding-left: 1rem;
	list-style-type: circle;
}

.list-dot li::before,
.wp-block-list li::before{
	content:'';
	display: inline-block;
	margin-right: 6px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #40ABE1;
	position: relative;
	top: -1px;
}

.wp-block-list li:not(:last-of-type){
	margin-bottom: 10px;
}

.wp-block-list.liste-arrow li::before {
	content: '\f178';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 12px;
	font-size: 12px;
	color: #40ABE1;
	width: auto;
	height: auto;
	border-radius: 0;
	background: none;
}

p{
	color: #515151;
	line-height: 1.8em;
}

p:not(:last-of-type){
	margin-bottom: 20px;
}

.pt20{padding-top: 20px !important;}
.pt30{padding-top: 30px !important;}
.pt60{padding-top: 60px !important;}
.pt80{padding-top: 80px !important;}
.pt100{padding-top: 100px !important;}
.pt120{padding-top: 120px !important;}
.pt140{padding-top: 140px !important;}
.pt160{padding-top: 160px !important;}
.pt180{padding-top: 180px !important;}
.pt200{padding-top: 200px !important;}
.pt220{padding-top: 220px !important;}

.pb20{padding-bottom: 20px !important;}
.pb30{padding-bottom: 30px !important;}
.pb60{padding-bottom: 60px !important;}
.pb80{padding-bottom: 80px !important;}
.pb100{padding-bottom: 100px !important;}
.pb120{padding-bottom: 120px !important;}
.pb140{padding-bottom: 140px !important;}
.pb160{padding-bottom: 160px !important;}
.pb180{padding-bottom: 180px !important;}
.pb200{padding-bottom: 200px !important;}
.pb220{padding-bottom: 220px !important;}

.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mt60{margin-top: 60px !important;}
.mt80{margin-top: 80px !important;}
.mt100{margin-top: 100px !important;}
.mt120{margin-top: 120px !important;}
.mt140{margin-top: 140px !important;}
.mt160{margin-top: 160px !important;}
.mt180{margin-top: 180px !important;}
.mt200{margin-top: 200px !important;}
.mt220{margin-top: 220px !important;}

.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb60{margin-bottom: 60px !important;}
.mb80{margin-bottom: 80px !important;}
.mb100{margin-bottom: 100px !important;}
.mb120{margin-bottom: 120px !important;}
.mb140{margin-bottom: 140px !important;}
.mb160{margin-bottom: 160px !important;}
.mb180{margin-bottom: 180px !important;}
.mb200{margin-bottom: 200px !important;}
.mb220{margin-bottom: 220px !important;}

/* HEADER *//* HEADER *//* HEADER *//* HEADER */
/* HEADER *//* HEADER *//* HEADER *//* HEADER */
/* HEADER *//* HEADER *//* HEADER *//* HEADER */

#header-main{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 25px 90px 0 90px;
	z-index: 999;
}

#header-main a{
	transition: all .3s;
}

#header-main a:hover{
	color: #41a62a;
}

.logo-header{
	display: block;
	position: absolute;
	left: 90px;
	top: 5px;
	width: 190px;
	height: 190px;
}

.logo-header img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.wrap_menu_responsive{
	display: none;
}

.wrap_all_menus {
	padding-left: 250px;
}

.menu_surtop{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0 90px;
}

.menu_surtop > div:first-of-type ul{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0 60px;
}

.menu_surtop > div:first-of-type ul li a{
	display: inline-block;
	font-size: .9em;
	letter-spacing: 1px;
	color: #000;
	font-weight: 700;
}

.right_surtop{
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 20px;
	padding-right: 15px;
}

.btn-search{
	background: none;
	color: #000;
	border: none;
	border-radius: 0;
	padding: 0;
}

#ctn-searchform{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #41a62a;
}

.full_search{
	display: flex;
	margin: auto;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	gap:30px;
}

.close-searchform{
	position: fixed;
	top: -80px;
	left: 0px;
	right: 0px;
	margin: auto;
	background: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	color: #41a62a;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: none;
	cursor: pointer;
	transition: all .3s;
}

.close-searchform:hover{
	background: #0e3083;
	color: #fff;
}

#searchform input {
	height: 40px;
	padding: 0 10px;
	border: none;
}

#searchsubmit{
	background: #0e3083;
	color: #fff;
	cursor: pointer;
	letter-spacing: 0.05em;
	font-weight: 700;
	transition: all .3s;
}

#searchsubmit:hover{
	background: #E37720;
}

.sub-menu{
	display: none;
	padding-top: 10px;
}

li.menu-item-has-children > a{
	position: relative;
}

li.menu-item-has-children > a::after {
	content: '\f078';
	display: inline-block;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	right: -15px;
	top: -5px;
	color: #000;
	font-size: 10px;
}

.menu_principal{
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid #000;
}

.menu_principal ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.menu_principal ul li a{
	display: inline-block;
	font-size: .9em;
	letter-spacing: 1px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1em;
	transition: all .3s;
}

.menu_principal ul li.btn-contact a{
	padding: 12px 25px;
	background: #41a62a;
	color: #fff;
	font-weight: 700;
	border-radius: 30px;
}

.menu_principal ul li.btn-contact a:hover{
	background: #0e3083;
	color: #fff !important;
}

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

.wrap_top_home {
	position: relative;
	padding-top: 240px;
}

.wrap_top_home img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 90%;
	object-fit: cover;
}

.content_top_home{
	text-align: center;
	position: relative;
	z-index: 10;
}
h1{
	font-size: 3em;
	line-height: 1.2em;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
	color: #000;
}
h2{
	font-size: 2.2em;
	line-height: 1.2em;
	letter-spacing: 2px;
	font-weight: 300;
	margin-bottom: 30px;
	color: #000;
}
.arconix-faq-term-title{
	font-size: 2em;
	line-height: 1.2em;
	letter-spacing: 2px;
	font-weight: 300;
	margin-bottom: 30px;
	color: #000;
	text-transform: uppercase;
}

.content_top_home p{
	font-size: 1.2em;
	color: #000;
	line-height: 1.1em;
	letter-spacing: 1px;
}

.wrap_col_services{
	display: flex;
	justify-content: space-between;
	background: #fff;
	padding: 20px;
	border-radius: 30px;
	position: relative;
	z-index: 20;
	margin-top: 60px;
}

.item-services {
	width: 25%;
	border: 8px solid #fff;
	border-bottom: none;
	height: 600px;
	opacity: 1;
	transition: all .3s;
}

.item-services.notActive{
	opacity: .3;
}

.item-services a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

body{
	--height-when-hover : 200px;
	--height-shift : 25px;
}

.item-services .excerpt{
	background: black;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: var(--height-shift);
	position: absolute;
	border-radius: 30px;
	overflow: hidden;
	padding: 1em;
	padding-top: var(--height-when-hover);
	padding-bottom: var(--height-shift);
	font-size: 0.95rem;
}
.item-services a.lien-page-traitement .excerpt{
	background-color: #41a62a;
}

.item-services a.lien-page-manutention .excerpt{
	background-color: #ffed00;
}

.item-services a.lien-page-logistique .excerpt{
	background-color: #0e3083;
}

.item-services a.lien-page-robotique .excerpt{
	background-color: #e2001a;
}
.item-services a.lien-page-traitement .excerpt p{
	color: #000;
}

.item-services a.lien-page-manutention .excerpt p{
	color: #000;
}

.item-services a.lien-page-logistique .excerpt p{
	color: #fff;
}

.item-services a.lien-page-robotique .excerpt p{
	color: #000;
}
.item-services .layer{
	background: black;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
	border-radius: 30px;
	overflow: hidden;
	transition: all;
	transition-duration: 500ms;
}
.item-services a:hover .layer{
	height: var(--height-when-hover);
}

.item-services .layer img{
	height: 100%;
	object-fit: cover;
	opacity: .75;
}

.item-services a span{
	display: block;
	max-width: 96%;
	margin: auto;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-transform: uppercase;
	font-size: 2em;
	line-height: 2em;
	font-weight: 100;
	color: #fff;
}

.item-services a span::before{
	content:'';
	display: block;
	width: 150px;
	height: 150px;
	border-radius: 30px;
	background-color: #fff;
	background-size: 100px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto 30px auto;
	transition: all;
	transition-duration: 500ms;
}
.item-services a:hover span::before{
	width: 90px;
	height: 90px;
	background-size: 60px;
	margin: 0px auto 0px auto;
}

.item-services a.lien-page-traitement span::before{
	background-image: url(../img/icone-traitement.png);
}

.item-services a.lien-page-manutention span::before{
	background-image: url(../img/icone-manutention.png);
}

.item-services a.lien-page-logistique span::before{
	background-image: url(../img/icone-logistique.jpg);
}

.item-services a.lien-page-robotique span::before{
	background-image: url(../img/icone-robotique.png);
}

.item-services a::before{
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	left: 0;
	z-index: -1;
	top: 0px;
	border-radius: 30px;
}

/* .item-services a::after{
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	z-index: -2;
	top: 25px;
	border-radius: 30px;
} */

/* .item-services a.lien-page-traitement::after{
	background-color: #41a62a;
}

.item-services a.lien-page-manutention::after{
	background-color: #ffed00;
}

.item-services a.lien-page-logistique::after{
	background-color: #0e3083;
}

.item-services a.lien-page-robotique::after{
	background-color: #e2001a;
} */

.wrap_recherche_machine label{
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	color: #000;
	font-size: 1.6em;
	margin-bottom: 20px;
	display: block;
}

.wrap_recherche_machine input.wp-block-search__input{
	border-radius: 10px;
	background: rgba(242, 242, 242, 0.3);
	border: none;
	padding: 0 50px;
	height: 70px;
}

.wrap_recherche_machine button{
	border-radius: 10px;
	background: #000;
	border: none;
	padding: 0 80px;
	height: 70px;
	text-transform: uppercase;
	font-weight: 100;
	color: #fff;
	letter-spacing: 2px;
	font-size: 1.4em;
}

.wrap_recherche_machine .wp-block-buttons{
	margin-top: 30px;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap:10px 40px;
}

.wrap_recherche_machine .wp-block-button a {
	background: #fff;
	font-size: .8em;
	text-transform: none;
	line-height: 1em;
	color: #000;
	font-weight: 400;
	margin-top: 0px;
	padding: 8px 30px;
	opacity: .5;
	border: 1px solid #000;
}

.wrap_recherche_machine .wp-block-button a:hover{
	background: #000;
	color: #fff;
	opacity: 1;
}

blockquote{
	position: relative;
	padding: 40px 20px;
}

blockquote p{
	font-weight: 700;
	text-align: center;
	line-height: 1.1em;
}

blockquote p:first-of-type::before{
	content:'\f10d';
	display: block;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
}

blockquote p:last-of-type::after{
	content:'\f10e';
	display: block;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 20px;
}

.wp-block-column  .wp-block-image img{
	border-radius: 10px;
}

.wp-block-cover{
	padding: 45px 0;
}

.wp-block-cover .alpha_jaune{
	max-width: 90%;
	margin: auto;
	border-radius: 10px;
}

.alpha_jaune{
	background: rgba(255,237,0,0.75);
	padding: 30px 45px;
}

.alpha_jaune h2{
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: 300;
	margin-bottom: 40px;
}

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

.number{
	padding: 10px;
	display: inline-block;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 3.2em;
	line-height: 1.1em;
	font-weight: 300;
	color: #000;
	margin-bottom: 30px;
}

.item-etapes{
	display: block;
	padding: 30px 15px;
	text-align: center;
	background: #f2f2f2;
	color: #fff;
	border-radius: 30px;
	transition: all .3s;
	position: relative;
	overflow: hidden;
	height: 100%;
}

.col_etapes > .wp-block-column:not(:first-of-type) .item-etapes::before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background: #fff;
	transform: rotate(45deg);
	position: absolute;
	left: -22px;
	top: 70px;
	border-radius: 0 12px 0 0;
}

.item-etapes span {
	font-size: 6em;
	color: transparent;
	-webkit-text-stroke: 1px #e2001a;
	background-color: transparent;
	line-height: 1em;
	display: block;
	margin-bottom: 10px;
	transition: all .3s;
}

.item-etapes p{
	font-size: .8em;
	line-height: 1.3em;
	transition: all .3s;
}

.item-etapes p:first-of-type{
	font-size: 1.3em;
	text-transform: uppercase;
	height: 60px;
}

.item-etapes p:first-of-type strong{
	font-weight: 500;
}

.col_etapes{
	gap: 10px;
	margin-bottom: 10px;
}

.item-etapes:hover{
	background: #e2001a;
}

.item-etapes:hover span{
	-webkit-text-stroke: 1px #fff;
}

.item-etapes:hover p{
	color: #fff;
}

.pictogram {
    width: 100px;
    height: 100px;

    /* Dégradé visible à travers le masque */
    background: linear-gradient(to bottom right, #0e3083,#e2001a); 
	/* #9b4dca);

    /* SVG comme masque */
    mask-image: var(--svg-image);
    -webkit-mask-image: var(--svg-image);

    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;

    mask-position: center;
    -webkit-mask-position: center;

    mask-size: contain;
    -webkit-mask-size: contain;

	transition: all;
}
.pictogram:hover{
	background: linear-gradient(to bottom right, #0e3083,#9b4dca);
}


.liste_item_actus{
	display: flex;
	justify-content: space-between;
	gap: 30px 1%;
	flex-wrap: wrap;
}

.item-actus{
	width: 31%;
}

.item-actus a{
	display: block;
	width: 100%;
	position: relative;
	padding: 100px 30px 30px 30px;
	background: #0e3083;
	overflow: hidden;
	border-radius: 10px;
}

.item-actus a img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	opacity: .7;
	transition: all .3s;
}

.content-item-actus{
	position: relative;
	z-index: 20;
}

.content-item-actus h3{
	font-size: 1.2em;
	color: #fff;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 20px;
}

.content-item-actus p{
	font-size: .8em;
	color: #fff;
	line-height: 1.2em;
}

.item-actus a span{
	display: block;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	color: #0e3083;
	font-size: 24px;
	position: absolute;
	right: 30px;
	top: 30px;
	transform: rotate(-45deg);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
}

.item-actus a:hover img{
	opacity: .3;
}

.item-actus a:hover span{
	transform: rotate(0deg);
}

.top_actus_home{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.top_actus_home h2{
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 500;
	margin: 0;
}

.top_actus_home a.button-base{
	margin: 0;
	background: #0e3083;
	font-weight: 400;
}

.top_actus_home a.button-base:hover{
	background: #41a62a;
}

.top_actus_home a.button-base i{
	margin-left: 10px;
}

/* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */
/* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */
/* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */

#footer-main{
	background: #0e3083;
	padding: 100px 0 40px 0;
	margin-top: 100px;
}

.top_footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 20px;
}

.wrap_menu_footer ul{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px 6vw;
}

.wrap_menu_footer ul li a{
	text-transform: uppercase;
	display: block;
	color: #fff;
	font-size: .9em;
	font-weight: 700;
}

.bottom_footer{
	margin-top: 20px;
	padding: 20px 20px 0px 20px;
	border-top: 2px solid #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wrap_adresse_footer p,
.wrap_adresse_footer a,
.nav_bottom_footer a,
.nav_bottom_footer span{
	display: inline-block;
	color: #fff;
	font-weight: 300;
	font-size: .7em;
	letter-spacing: 0.1em;
}

.nav_bottom_footer span{
	margin: 0 8px;
}

footer a{
	transition: all .3s;
}

footer a:hover{
	color: #41a62a !important;
}

.labels_footer{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 30px;
	text-align: right;
}

.labels_footer span{
	display: inline-block;
	font-size: .9em;
	font-weight: 100;
	color: #fff;
}

.labels_footer img{
	display: block;
	width: 80px;
	height: 80px;
	object-fit: contain;
}

body.home #footer-main {
	margin-top: -100px;
	padding-top: 170px;
}

.reseaux_footer{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 30px;
}

.reseaux_footer a{
	color: #fff;
}

.nav_bottom_footer{
	text-align: right;
}

.wrap_adresse_footer {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.tel_footer{
	margin-left: 20px;
}

/* PAGE */

.bandeau_top_page{
	text-align: center;
	position: relative;
	margin-top: 150px;
}
.bandeau_img{
	overflow: hidden;
	height: 300px;
}
.bandeau_img > img{
	width: 100%;
    height: 100%;
    object-fit: cover;      /* Remplace background-size: cover */
    object-position: center;
    display: block;
}

.bandeau_top_page .content_top_page{
	margin-top: -4rem;
	background: white;
	border-radius: 30px;
	position: relative;
	padding: 1rem;
}

.bandeau_top_page .content_top_page h1{
	font-size: 2.4em;
}

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

.page-template-page-contact #footer-main {
	margin-top: 0;
}

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

.wpcf7 {
	max-width: 100%;
	margin: 0;
	width: 100%;
	background: #f5F5F5;
	padding: 50px;
	position: relative;
	z-index: 10;
	border-radius: 15px;
}
.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 #e2001a;
}
.wpcf7 input {
	width: 100%;
	padding: 8px 15px;
	background: #fff;
	border: none;
	margin-top: 10px;
	color: #363a3b;
	font-family: "Roboto", 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: #fff;
	border: none;
	color: #363a3b;
	padding: 8px 15px;
	margin-top: 10px;
	font-family: "Roboto", sans-serif;
	font-size: 1em;
	line-height: 1.3em;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder{
	color: #888;
}
.wpcf7 input.wpcf7-submit {
	background: #e2001a;
	margin: 20px 0;
	transition: all 0.3s ease;
	width: 98%;
	margin: auto;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.1em;
	cursor: pointer;
	text-align: center;
}
.wpcf7 input.wpcf7-submit:hover {color: #fff; background: #363a3b;}
.wpcf7-not-valid-tip {
	color: #dc3232;
	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: #363a3b;
	width: 100%;
	padding: 40px 20px;
	background: #363a3b;
	color: #fff;
	text-align: center;
	border-bottom: 10px solid #e2001a;
}
.wpcf7 .wpcf7-acceptance label {
	width: 100%;
	margin: 2% 0 20px 0;
	padding-bottom: 0;
	text-align: left;
	text-transform: none;
	letter-spacing: 0;
	display: block;
	border: none;
}

.wpcf7 .wpcf7-acceptance input {
	width: 15px !important;
	height: 15px !important;
	padding: 0;
	margin: 0 8px -1px 0;
	border: 1px solid #DBDBDB;
}
/* --- */
.wrap_map iframe{
	display: block;
	width: 100% !important;
}

/* --- */

.wpml-ls-statics-footer,.otgs-development-site-front-end{
	display: none !important;
}

/* 
	
	font-family: "Roboto", sans-serif;
	
	Vert : #41a62a;
	Jaune : #ffed00;
	Rouge : #e2001a;
	Bleu : #0e3083;
	
 */

body .ui-widget {
  font-family: "Roboto", sans-serif;
}

 .pages-enfants-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-top: 60px;
	margin-bottom: 60px;
}

.page-enfant-item {
	position: relative;
	width: 100%;
}

.page-enfant-link {
	display: block;
	text-decoration: none;
	color: inherit;
	transition: transform 0.3s ease;
}

.page-enfant-link:hover {
	transform: translateY(-5px);
}

.page-enfant-image-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 75%; /* Ratio 4:3 */
	overflow: hidden;
	border-radius: 30px;
}

.page-enfant-thumbnail,
.page-enfant-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-enfant-placeholder {
	background-color: #000;
}

.page-enfant-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	z-index: 1;
}

.page-enfant-title-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px;
	z-index: 2;
}

.page-enfant-title {
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
	margin: 0;
	text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
