* { -o-box-sizing: border-box; box-sizing: border-box; }
a{ color:inherit; /*text-decoration:inherit;*/ }
body{ position: relative; overflow-x: hidden; font-family: "Roboto","sans-serif"; font-size:14px; background:#ffffff; color:#3c3c3b; line-height:1.7;position: relative; padding:0; margin: 0;  }

img{ image-rendering: -webkit-optimize-contrast; display: block; max-width: 100%; height: auto;}

/*=============================================================*/
/*===== GENERIC ===============================================*/
/*=============================================================*/
h1{ font-size:3em; margin:20px 0;font-weight:700;line-height: 1.2; }
h2{ position: relative; font-size: 1.7em; letter-spacing:0.1em;  margin:20px 0;font-weight:500; text-transform: uppercase;line-height: 1.1; }
h2.has-text-align-center{ display:block;}
h2:not(.has-text-align-center){ display: inline-block;}
h2:after{ content: ""; display: block;  border-top:1px solid; color: inherit; }
h2.has-text-align-center:after{margin:20px auto 40px auto; width:70px;}
h2:not(.has-text-align-center):after{margin:10px auto 0 0; color:#3c3c3b; width:inherit;}
h3{ font-size: 1.4em; margin:10px 0;font-weight:500;line-height: 1.1; }
h4{ font-size: 1.2em; margin:10px 0;line-height: 1.3;  }
p{ margin:10px 0; }
p:not(.has-text-align-left):not(.has-text-align-right):not(.has-text-align-center){ text-align: justify; text-align-last: left;}
@media (max-width:1000px){
	p:not(.has-text-align-left):not(.has-text-align-right):not(.has-text-align-center):not(.mobilecenter){ text-align:left !important; }
}

#Ariane{ text-transform: uppercase; color: rgb(85,85,85);}

/*=============================================================*/
/*===== HEADER ================================================*/
/*=============================================================*/

header{ position: sticky; top: 0; z-index: 9000;   height:130px;   }
header>*{ /*border-bottom:5px solid #b51f1f;*/  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1); background:#ffffff;align-items: center;display: flex;  padding-right:40px; height:100%; }

/*body.accueil header{ color:#494948; position: absolute;z-index:9000; left:0; top: 0; width: 100%;}*/
header.fixed>*{ height:90px; box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px; }

header>*>*{  }

header>*>*:nth-child(1){ transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1); display: flex; background: #ffffff; width:300px; height: 100%; }
/*header.fixed>*>*:nth-child(1){ width:230px;}*/

header .logo{ display: block; margin: auto; width:100%; height:100%; }
header .logo span{ display: block; text-indent: 200%; white-space: nowrap; overflow: hidden; }
header .logo img{ display: block; width:100%; height:100%; max-width: none; object-fit:scale-down; }



header>*>*:nth-child(2){border-left:2px solid #494948; padding-left:30px; min-height:50%; align-items:center;  display: flex; justify-content: space-between;flex:1; font-size:16px; font-weight: 500; }


header h1{ font-size:inherit; margin:5px 0 0 0;line-height: 1.2; }
header .wp-block-button{ margin:0 !important; }
/*
body.accueil .wp-block-button__link{background:#ffffff !important; border-color:#494948 !important; color: #494948 !important; }
body.accueil .wp-block-button__link:hover{ border-color:#494948 !important; background:#494948 !important; color: #ffffff !important;}
*/

.wp-block-button__link:hover{background:#494948 !important; border-color:#494948 !important; color: #ffffff !important;}




header .contact{ font-size: 16px;letter-spacing: 0.05em;text-transform: uppercase;font-weight: bold;padding: 10px 16px; text-decoration: none;background: #ffffff;border:2px solid #494948;color: #494948;}
header .contact:hover{ background: #494948; color: #ffffff; }





#mainmenu{ list-style: none; margin-top: 20px; display: flex; flex-direction: row; gap:30px; }
#mainmenu>li{ position: relative;}
#mainmenu>li>a{ display: block; text-decoration: underline;text-transform: uppercase; font-size: 1.1em; }




#mainmenu a:hover{ color: #000000; }

#mainmenu .menu-item-has-children{cursor: default;}
#mainmenu .menu-item-has-children:hover>a{color: #000000; }


#mainmenu>li.current-menu-item>a{ color: #b51f1f; text-decoration: none; font-weight: 700;}

#mainmenu>li.current-menu-ancestor>a{ font-weight: 700;}


@media (min-width:1000px){
.sub-menu{ transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1); transform-origin: top left; transform:scaleY(0.8); opacity: 0; pointer-events: none; list-style: none; white-space: nowrap; position: absolute; top: 100%; left:-30px; z-index: 3000; padding:25px; background: #ffffff; box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;  }
.sub-menu a{ padding:5px; display: block;}
.sub-menu>li.current-menu-item>a{ text-decoration: none; font-weight: 700; }
#mainmenu .menu-item-has-children:hover .sub-menu{ transform:scaleY(1); opacity:1; pointer-events:auto; }
	#mainmenu .ct{ display: none;}
}


	#showmenu{ display: none;}



body.accueil #showmenu span{ background:#494948; }



@media (max-width:1000px){
	header{ height:100px;  }
	header>*{ height:100px !important;  justify-content:space-between; padding-right: 30px; }	
	header>*>*:nth-child(1){ width:250px; }

	header>*>*:nth-child(2)>*:nth-child(2){ display: none; }


	
	#mainmenu{ transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1); pointer-events:none; opacity:0; transform-origin: left top; transform: scaleY(0.2);  background: #ffffff; padding:40px; margin:0; border-top:1px solid #cccccc;  font-size: 1.2em;  display: flex; flex-direction: column;gap:15px; position: fixed; top: 100px; left: 0; box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; }
	#mainmenu.on{ pointer-events:auto; opacity:1; transform: scaleY(1);}

	#mainmenu a{ text-decoration: underline;}
	#mainmenu a:not([href]){ text-decoration: none;}
	#mainmenu>li.current-menu-item>a{ text-decoration: underline;}
	
	.sub-menu{ line-height:1.3; display: flex; flex-direction: column; gap:10px;}
	
#showmenu{ transition:all 0.3s ease-out; display: flex;  width:60px; height:60px; cursor: pointer;}
#showmenu div{ margin: auto; }
#showmenu span{ transition: all 0.2s linear; display: block; width:40px; height:5px; background:#494948;  }
#showmenu span:not(:last-child){ margin-bottom:8px; }
#showmenu span:nth-child(3){ margin-top:-14px; }
#showmenu.on{ /*left:calc(100% - 100px);*/ box-shadow: none; border-radius: 0;  }
#showmenu.on span{ }
#showmenu.on span:nth-child(1){ transform:scaleX(0);}
#showmenu.on span:nth-child(2){ transform: rotate(45deg);}
#showmenu.on span:nth-child(3){ transform: rotate(-45deg);}
#showmenu.on span:nth-child(4){ transform:scaleX(0);}
}




#trait{ height:10px;  background:#b51f1f; }


/*

#menu{ transition:all 0.3s ease-out; min-height: calc(100vh - 130px); transform: scaleY(0); font-size:15px; font-weight: 500; letter-spacing:0.1em; text-transform: uppercase;transform-origin:top left; opacity:0;pointer-events:none; position: absolute; z-index:8000; top:130px; left:0; width: 100%; background:#f5f5f5; box-shadow:0 5px 10px -5px rgba(0,0,0,0.2); padding:50px;  }
#menu.on{ transform: scaleY(1); opacity:1; pointer-events: auto; }



#menu>*{ position: relative; margin: auto; max-width:900px; }
#menu>*:not(:first-child){ margin-top:40px; }
#menu>*:not(:first-child):after{ position: absolute; display:block; content: ""; left:0; right: 0; bottom:calc(100% + 20px);  height:1px; background:#cccccc;   }

@media (max-width:1000px){
	#menu{  font-size:14px; letter-spacing:0; padding:30px; top: 100px; min-height:0;  }
	#menu .wp-block-column:first-child{ display: none;}
	#menu>*:not(:first-child){ margin-top:20px; }
	#menu>*:not(:first-child):after{ left:0; bottom:calc(100% + 10px);  }
}

@media (min-width:999px){
	#menu .wp-block-columns:last-child{ display: none;}

}

#menu p{ margin:4px 0; }


#menu a{ text-decoration-color: #cccccc;}
#menu a:hover{ text-decoration-color: #3c3c3b;}

#menu img{  }
*/




/*=============================================================*/
/*===== CONTENU ===============================================*/
/*=============================================================*/
main{ }
main>section>*{ margin-left:auto; margin-right:auto; width: 90%; max-width:1130px; }


/*=============================================================*/
/*===== ACCUEIL ===============================================*/
/*=============================================================*/

#HomeSliderLogo{ width:100%; height:100%;}
#HomeSliderLogo .swiper-wrapper{ width: 100%; height: 100%; }
#HomeSliderLogo .swiper-slide{ background:#ffffff; display: flex; height: 100%; }

#HomeSliderLogo img{
 margin: auto;
    display: block;
    width:100%;
    height:100%;
    max-width: none;
    object-fit:scale-down;
}


#HomeSlider{ max-width: none; width: 100%; height:calc(100vh - 100px);   }

#HomeSlider .swiper-wrapper{ width: 100%; height: 100%;}

#HomeSlider .swiper-slide{ display: flex; height: 100%; flex-direction: column; }
#HomeSlider .swiper-slide>*{ position: relative; }

#HomeSlider .swiper-slide>*:first-child{ flex: auto; }
#HomeSlider .swiper-slide>*:first-child img{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}


#HomeSlider .swiper-slide>*:last-child{ text-decoration: none; height: 100px; display: flex; }
#HomeSlider .swiper-slide>*:last-child:hover{ text-decoration: underline; text-decoration-color: #ffffff; }
#HomeSlider .swiper-slide>*:last-child>*{ margin: auto; text-transform: uppercase; color: #ffffff; font-size:22px; letter-spacing:0.1em;  }

#HomeSlider .swiper-pagination{ bottom:110px; }
#HomeSlider .swiper-pagination-bullet{ background: #ffffff; opacity: 0.4;}
#HomeSlider .swiper-pagination-bullet-active{ background:red; opacity:1; }

@media (max-width:1000px){
	#HomeSlider{ height:500px;   }
	#HomeSlider .swiper-slide>*:last-child{}
	#HomeSlider .swiper-slide>*:last-child>*{ margin: auto; padding:0 20px;  font-size:16px; line-height: 1.2; }
}




#decouvrir{ max-width: none; width: 100%; height:100px; display: flex;  }
#decouvrir>*{ margin: auto; text-transform: uppercase; font-size:16px; font-weight: 700; cursor: pointer;letter-spacing:0.1em;}
#decouvrir>*:after{ content: ""; width:44px; height:22px; border-bottom-left-radius: 22px; border-bottom-right-radius: 22px; margin: auto; display: block;background:red url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDIwIDEwIiBmaWxsPSIjZmZmIj4NCjxwYXRoIGQ9Ik05IDlMMCAxaDIuNkwxMCA3LjcgMTcuNCAxSDIwbC05IDh6Ii8+DQo8L3N2Zz4=") no-repeat center center; }
#decouvrir>*:hover{ text-decoration: underline;}

@media (max-width:1000px){
	#decouvrir{ display: none; }	
}



#SliderEnseignes{ position: relative; width:80%; }
#SliderEnseignes .swiper-wrapper{ width: 100%; height:auto !important;}
#SliderEnseignes .swiper-slide{ display: flex; flex-direction: column; text-align: center;text-decoration: none; }
#SliderEnseignes .swiper-slide>*:first-child{ height:110px; margin-bottom:0;   }
#SliderEnseignes .swiper-slide>*:first-child img{ width: 100%; height: 100%; object-fit: contain;  }
#SliderEnseignes .swiper-slide>*:last-child{height:100px; display: flex; text-transform: uppercase; font-weight: 500; line-height: 1.2; align-items: center; justify-content: center; padding:20px; color: #ffffff;  }
#SliderEnseignes .swiper-slide:hover>*:last-child{ background: #3c3c3b !important;  }

.enseignes-prev,.enseignes-next{ cursor: pointer;position: absolute;top: 50%; width:8%;  height:100px;  background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAxMDAiPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzNkM2QzYiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik0yOSAxTDEuNSA1MCAyOSA5OSIvPjwvc3ZnPg==") no-repeat center center; background-size:contain;  }
.enseignes-prev{ right: 102%; transform: translateY(-50%);}
.enseignes-next{ left: 102%; transform: translateY(-50%) rotate(180deg);}
.enseignes-prev.swiper-button-disabled,.enseignes-next.swiper-button-disabled{  display: none;}


#SliderConteneur{ position: relative;}
#SliderConteneur:before{ content: ""; position: absolute; left:50vw; transform: translateX(-50%); top: 0; height: 100%; max-width: 1130px; width: 90%; background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEwIiBmaWxsPSIjZGVkZGQ5Ij4NCjxwYXRoIGQ9Ik0yNzIuMyA5LjRjLTMwLjEgNTcuMS01OS42IDExMi45LTg5LjUgMTY5LjZIMzE0Yy0yLjMgMi44LTMuNiA0LjUtNS4xIDYuMS05OCAxMDMuNy0xOTYgMjA3LjUtMjk0IDMxMS4xLTEuNyAxLjgtNC41IDMtNi44IDQuNUw2IDQ5OS4yYzQ0LjMtODIgODguNi0xNjQgMTMzLjUtMjQ3LjFIMTUuM2M0LjItOC41IDcuOC0xNiAxMS42LTIzLjVDNjMuMSAxNTcuNSA5OS40IDg2LjMgMTM1LjUgMTUuMWMyLjItNC40IDQuOS01LjggMTEtNS44IDM5LjEuMiA3OC4zLjEgMTE3LjQuMWg4LjQiLz4NCjwvc3ZnPg==") no-repeat left center; background-size: contain;}


#SliderContacts{ position: relative; width:80%;  }
#SliderContacts .swiper-wrapper{ width: 100%; height:auto !important;}
#SliderContacts .swiper-slide{  text-align: center;text-decoration: none; }
#SliderContacts .swiper-slide>*:first-child{ display: block;height:150px; width: 150px; border-radius:75px; overflow: hidden;margin:10px auto;   }
#SliderContacts .swiper-slide>*:first-child img{ width: 100%; height: 100%; object-fit: contain;  }
#SliderContacts .swiper-slide>*:last-child{ line-height: 1.2; display: block; text-align: center;}
#SliderContacts .swiper-slide>*:last-child>*{ display: block; max-width: 250px; margin:0 auto 3px auto; }

.contacts-prev,.contacts-next{ cursor: pointer;position: absolute;top: 50%; width:8%;  height:100px;  background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAxMDAiPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzNkM2QzYiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik0yOSAxTDEuNSA1MCAyOSA5OSIvPjwvc3ZnPg==") no-repeat center center; background-size:contain;  }
.contacts-prev{ right: 102%; transform: translateY(-50%);}
.contacts-next{ left: 102%; transform: translateY(-50%) rotate(180deg);}
.contacts-prev.swiper-button-disabled,.contacts-next.swiper-button-disabled{  display: none;}


.headerpicto{ margin-bottom:80px;  }
.headerpicto .wp-block-image{ position: absolute !important; transform: translateY(-50%); width:120px !important; height:120px; padding-right:10px;	 border-top-right-radius:60px; border-bottom-right-radius:60px;  background:var(--page-couleur); }
.headerpicto .wp-block-image:before{ content: ""; position: absolute; right: 100%; top: 0; height: 100%; width:50vw; background:var(--page-couleur); }
.headerpicto .wp-block-image>*{ margin:5%; width:90%; height:90%; object-fit: contain; }

@media (max-width:1000px){
	.headerpicto .wp-block-image{ width:80px !important; height:80px; }

}




.pointfort{ width:100px; height:100px; margin:auto !important; overflow: hidden; border-radius:50%; background:var(--page-couleur);   }
.pointfort>*{ margin:5% !important; width:90%; height:90%;  }



#chiffres{ display: flex; flex-wrap: wrap; justify-content: center; border-collapse: collapse;}
#chiffres>*{ width:150px; border-left:1px solid #3c3c3b; }
#chiffres>*:last-child{ border-right:1px solid #3c3c3b;  }

#chiffres svg{ display: block; width:80%; margin:10%;  height: auto;}

#chiffres svg *{ fill:#3c3c3b;}
#chiffres svg *.orange{ fill:#ce5108;}

#chiffres svg text{ font-weight: 700;}


@media (max-width:1400px){
	#chiffres>*{ border:1px solid #cccccc !important; margin:10px;  }

	
	
}






.partenaires{ gap:30px !important; }
.partenaires>*{ flex-grow:0 !important; width:120px !important; height: 120px; border:1px solid #cccccc; padding:15px; border-radius: 900px;     }

.partenaires>* img{ display: block; width:100% !important; height:100% !important; object-fit: contain; object-position: center center;}


@media (max-width:1000px){
	
	.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax{ background-attachment:inherit !important; }
	
}

/*=============================================================*/
/*===== CUSTOM FORM ===========================================*/
/*=============================================================*/
.wpcf7-form{ margin:0 auto; max-width:900px; }

.wpcf7-form h3{ color: #221e20; text-align: center; margin:30px auto 15px auto;}


.wpcf7-form .split{ display: flex;}
.wpcf7-form .split>*{ flex: 1; }
.wpcf7-form .split>*:not(:last-child){margin-right: 10px;}

.wpcf7-form p{ }
.wpcf7-form label{ display: block; text-align: center; margin-bottom:15px; }
.wpcf7-form-control-wrap{ position: relative;}

/*
.wpcf7-form br{ display: none;}
.wpcf7-form p>label{ margin:0 0 20px 0; }
.wpcf7-form p>label:not(.full){ width:calc(50% - 10px); vertical-align: top; display: inline-block;}
.wpcf7-form p>label:not(.full):nth-child(2n + 0){margin-left:20px; }
.wpcf7-form p>label.full{ display:block; width: 100%;}
.wpcf7-form-control-wrap{ display: block;position: relative; overflow: hidden;}
*/
/* INPUT */
.wpcf7-form input[type=text],.wpcf7-form input[type=tel],.wpcf7-form input[type=email],.wpcf7-form textarea{ display: block; width: 100%; font-size: 14px; background:#f0f0f0; border:1px solid #cccccc; border-radius: 0; padding:15px 20px; font-family:"Arial","sans-serif"; }
.wpcf7-form textarea{ height:200px;}
/* SELECT */
.wpcf7-form-control-wrap select{ font-size: 14px;background: #f0f0f0;width: 100%; height: auto; border:1px solid #cccccc; margin: 0;padding:15px;border-radius: 0;overflow: hidden;text-overflow: ellipsis; -moz-appearance: none; -webkit-appearance: none;}

.wpcf7-form-control-wrap.deroulant:after{ content: ""; width: 0;
height: 0;
border-style: solid;
border-width: 8px 5px 0 5px;
border-color:#221e20 transparent transparent transparent;
 right:15px; pointer-events: none; top:50%; transform: translateY(-50%); position: absolute; }


/* CAPTCHA */
.wpcf7-form .kc_captcha{ display: block; margin:0 0 20px 0;}
.wpcf7-form .kc_captcha>*:first-child{ text-align: center;display: block; background: #f0f0f0; border:1px solid #cccccc;  }
.wpcf7-form .captcha-image{padding:10px !important; background: none !important; text-align: left !important; border: none !important;}
.wpcf7-form .cf7ic_instructions{ display: inline-block !important; font-size: 12px; vertical-align: middle; margin-right: 15px;}
.wpcf7-form .captcha-image label{ vertical-align: middle; width:40px !important; height: 40px !important;}
.wpcf7-form .captcha-image svg{ width: 40px; height: 40px;}
.wpcf7-form .captcha-image svg>*{ fill:#8f8d8d; }
.wpcf7-form .captcha-image label{margin-bottom: 0;}

.wpcf7-form .captcha-image label > input{ position: absolute;}
.wpcf7-form .captcha-image label > input:checked + svg, .captcha-image label > input:focus + svg{ border-color:transparent !important; }
.wpcf7-form .captcha-image label > input:checked + svg>*, .captcha-image label > input:focus + svg>*{ fill:#000000; }
.wpcf7-form .captcha-image .cf7ic_instructions span{ color: #000000 !important; }
/* ERROR */
span.wpcf7-not-valid-tip{ display: block; text-align: left;font-size: 13px; color:#c70c42; margin-top: 1px; border-left:1px solid #c70c42; padding-left:4px;    }

div.wpcf7-response-output{ color:#c70c42; border: none !important; margin: 0 !important;text-align: center; font-size: 1.1em;}
span.wpcf7-list-item{ margin: 0 !important;}
/* ACCEPTANCE */
.wpcf7-acceptance{ display: block; margin:0 0 20px 0;  padding:20px; border:2px solid #f0f0f0;}
.wpcf7-acceptance input[type="checkbox"]:not(:checked),.wpcf7-acceptance input[type="checkbox"]:checked{position: absolute; opacity: 0; pointer-events: none;}
.wpcf7-acceptance label{ cursor:pointer; margin:0;  }
.wpcf7-acceptance label>span{ font-size: 11px; text-align:justify; text-align-last: left; position: relative; display: block; margin-left: 30px; width: calc(100% - 40px);}
.wpcf7-acceptance label>span:before{ border:1px solid #9da0a2;   position: absolute; content:"-"; display:block; left:-30px;  background:#ffffff; color: #ffffff; text-align: center; line-height:20px; font-size: 16px; width:20px;  }
.wpcf7-acceptance [type="checkbox"]:checked + span:before{content:"\2714"; color: #0d1618;  }
/* SUBMIT */
.wpcf7-form input[type=submit]{ display: block;  margin: auto; font-size: 14px; font-weight:700; text-transform: uppercase; cursor: pointer; background: #ffffff; border:2px solid var(--page-couleur); color:var(--page-couleur); border-radius: 0; padding:10px 20px; font-family:"Arial","sans-serif"; }

.wpcf7-form input[type=submit]:not(:disabled):hover{border-color:#000000; color: #000000;}
.wpcf7-form input[type=submit]:disabled{ opacity: 0.5; filter: grayscale(1);}
.wpcf7 .ajax-loader{ margin:5px auto; }



/*=============================================================*/
/*===== GUTENBERG =============================================*/
/*=============================================================*/


/* COULEURS */
.has-black-background-color{ background-color:#000000 !important;  }
.has-black-color{ color:#000000 !important;  }

.has-ocre-background-color{ background-color:#ce5108 !important;  }
.has-ocre-color{ color:#ce5108 !important;  }

.has-orange-background-color{ background-color:#f29100 !important;  }
.has-orange-color{ color:#f29100 !important;  }

.has-blue-background-color{ background-color:#0080a3 !important;  }
.has-blue-color{ color:#0080a3 !important;  }

.has-green-background-color{ background-color:#78b12b !important;  }
.has-green-color{ color:#78b12b !important;  }

.has-lightgreen-background-color{ background-color:#afca0b !important;  }
.has-lightgreen-color{ color:#afca0b !important;  }


.has-dark-gray-background-color{ background-color:#3c3c3b !important;  }
.has-dark-gray-color{ color:#3c3c3b !important;  }

.has-light-gray-background-color{ background-color:#f0efeb !important;  }
.has-light-gray-color{ color:#f0efeb !important;  }

.has-white-background-color{ background-color:#ffffff !important;  }
.has-white-color{ color:#ffffff !important;  }


.padd{ padding:0 30px; }




/* Fond Size*/
.has-small-font-size{ font-size: 11px; }
.has-normal-font-size{ font-size: 14px; }
.has-medium-font-size{font-size: 20px; line-height:1.4;  }
.has-large-font-size{ font-size:27px; line-height:1.4;}
.has-huge-font-size{ font-size:35px; line-height:1.4; }

@media (max-width:1000px){
.has-small-font-size{ font-size: 11px; }
.has-normal-font-size{ font-size: 13px; }
.has-medium-font-size{font-size:16px; line-height:1.2;  }
.has-large-font-size{ font-size:20px; line-height:1.2;}
.has-huge-font-size{ font-size:24px; line-height:1.2; }	
}




img{ display:block; max-width:100%; height:auto; margin: 0; }


/*.wp-block-cover:first-child{ height:50vh; min-height:400px; max-height:700px;  }*/
.wp-block-cover:first-child{ aspect-ratio:2200/700;  }

@media (max-width:1000px){
	.wp-block-cover:first-child{ min-height:0; height:400px !important;  }
	.wp-block-cover{ background-attachment:inherit !important; }

}


.wp-block-image{ margin:0; position:relative; }
.wp-block-image.cover{ height: 100%; position:relative;}
.wp-block-image.cover img{ display: block; width: 100%; height: 100%; object-fit: cover;}


.wp-block-columns{ margin-top:0; margin-bottom: 0;  }
.wp-block-column{ /*border:1px dotted #cccccc;*/ }

.wp-block-columns.free{ justify-content: center; }
.wp-block-columns.free .wp-block-column{ flex-grow:0 !important; flex-basis:auto !important; }
.wp-block-columns.free .wp-block-column:not(.cercle){  width: auto !important; }
.wp-block-columns.free.left{ justify-content:flex-start; }






.wp-block-group.has-background{  }

.wp-block-group.has-background>*>*:not(.alignwide):not(.alignfull){  max-width:1130px; width: 90%; margin-left:auto; margin-right:auto;}



.wp-block-button__link{ font-size: 12px; letter-spacing:0.05em; text-transform: uppercase; font-weight: bold; padding:8px 16px;  }



.wp-block-separator:not(.is-style-wide):not(.is-style-dots){ border: none; height:2px; background:#eeeeee;  margin-bottom:30px; margin-top:30px; }
.wp-block-separator.is-style-wide{ position: relative;border: none; height: 10px;}
.wp-block-separator.is-style-dots:before { font-size:40px; letter-spacing:0; padding:0; }


.wp-block-spacer{}
@media (max-width:1000px){
	.wp-block-spacer{ height:20px !important; }
}

.wp-block-media-text.is-image-fill{ position:relative; min-height:450px;  }
.wp-block-media-text.is-image-fill.has-media-on-the-right .wp-block-media-text__media{ width: 50vw; }
.wp-block-media-text.is-image-fill:not(.has-media-on-the-right) .wp-block-media-text__media{position: absolute;right:50%;height: 100%;width:50vw; }
.wp-block-media-text.is-image-fill.has-media-on-the-right .wp-block-media-text__content{ padding-left: 0;padding-right:100px;}
.wp-block-media-text.is-image-fill:not(.has-media-on-the-right) .wp-block-media-text__content{ padding-right: 0;padding-left:100px;}

@media (max-width:1000px){
	.wp-block-media-text .wp-block-media-text__media{ width: 100% !important; }	
	.wp-block-media-text.is-image-fill:not(.has-media-on-the-right) .wp-block-media-text__media{position: static !important; }
.wp-block-media-text .wp-block-media-text__content{ padding:0 !important; }
}





.alignfull{ max-width:none !important; width: 100%; }
.alignwide{  max-width:1370px !important; margin-left:auto; margin-right:auto; }



.cercle{ display:flex; font-size: 18px; font-weight: 700; width:150px !important; height:150px !important; border:3px solid #ce5108; border-radius: 50%; margin:20px !important;  }
.cercle>*{ margin: auto; }






@media (max-width:1000px){
	.wp-block-image{ margin: auto !important;}
	.wp-block-image>*{ margin: auto !important;}
	.wp-block-image .alignright{ float: none;}
	
	.wp-block-columns:not(.free){ flex-direction: column;  }
	.wp-block-columns:not(.free) .wp-block-column{ margin:0 !important; }
}


@media (max-width:1000px){
	.mobilecenter{ text-align: center !important; text-align-last: inherit !important;}
}



.vision-body{ cursor: pointer; }









/*=============================================================*/

/*===== FOOTER ================================================*/

/*=============================================================*/

footer{ background: #3c3c3b; padding:50px; color: #ffffff; }

/*=============================================================*/
/*===== SCROLLBAR =============================================*/
/*=============================================================*/
html{-webkit-scrollbar-width: thin; scrollbar-width: thin; scrollbar-color:#171920 #ffffff;}
html::-webkit-scrollbar{ width:6px; height:6px; background-color:#ffffff; }
html::-webkit-scrollbar-thumb { background:#171920; border-radius: 2px; }

