/*
Theme Name: Licorne
Theme URI: 
Author: Audouin Réalisations
Author URI: 
Description: Thème
Requires at least: WordPress 5.0
Version: 1.0
*/

.photo_vehicule{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
    margin: 2% 0%;
}

.global_vehicule{
	padding-top:4%;
}

body .global_vehicule h2{
	text-align:center;
	margin-bottom: 1% !important;
}

.inner_global_vehicule{
	display:flex;
	flex-wrap: wrap;
}

.reglementation.tarifs .little_icone {
    background-color: #3fc5ef;
}

.reglementation .little_icone span {
    font-size: 35px;
}

.reglementation .little_icone a {
    color: #fff !important;
}

.global_reglementation .reglementation p {
    padding: 10px;
}

.icone_reglementation {
    display: flex;
    margin-bottom: 4%;
    margin-top: 3%;
    justify-content: center;
}

.global_reglementation {
    display: flex;
    flex-wrap: wrap;
}

body .icone_reglementation a {
    color: #fff;
}

.reglementation.taxis-relais .little_icone {
    background-color: #fad824;
}


.reglementation.tarifs {
    border: solid 2px #3fc5ef;
}

.global_reglementation .reglementation a {
    color: #444444;
    font-size: 16px;
    display: flex;
    align-items: center;
    height: 100%;
}

.reglementation .little_icone {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: #fff;
}

.icone_reglementation div {
    display: flex;
    padding: 5px 10px;
    color: #fff;
}

.global_reglementation .reglementation {
    flex: 0 0 29%;
    margin: 1% !important;
    display: flex;
}

.reglementation.taxis-relais {
    border: solid 2px #fad824;
}

.icone_obligations {
    background-color: #687d83;
}

.icone_reglementation div span {
    font-size: 21px;
    margin-right: 6px;
}

.icone_tarification {
    margin: 0px 15px;
    background-color: #3fc5ef;
}

.icone_lois_taxi {
    background-color: #fad824;
}

.vehicule_little_global{
	display: flex;
    flex: 0 0 100%;
	flex-wrap: wrap;
	margin-bottom: 8%;
}

.info_vehicule{
	flex: 0 0 100%;
}

.info_vehicule h4{
	color: #000000;
    padding: 5px;
    text-align: center;
    margin-top: 0%;
    font-size: 30px;
}

.all_little_photos{
	display: flex;
	flex: 0 0 100%;
    max-width: 100%;
	margin: 0% 1%;
	margin-top: 30px;
	justify-content: center;
}

.all_little_photos div{
	margin-right:10px;
}

.all_little_photos div:last-child{
	margin-right:0px;
}

.all_little_photos img{
	max-height:100px;
	margin: 2px 0px;
	max-width:100%;
	width: 100%;
	cursor:pointer;
}

.description_top{
	display: flex;
    justify-content: space-evenly;
	max-width:50%;
	margin:auto;
    align-items: center;
}

.description_top p{
	margin-bottom:0% !important;
}

.km_vehicule{
	font-weight: 600;
}

.description_bottom{
	margin-top:25px;
	max-width: 50%;
    margin: auto;
    text-align: center;
}

.prix_vehicule{
	width: max-content;
    color: #8abf38;
    padding: 5px 20px;
    font-size: 25px;
    font-weight: 600;
}

.global_vehicule span{
	color:#8abf38;
	display: block;
    text-align: center;
    margin-bottom: 3%;
    font-size: 88px;
    line-height: 40px;
}

body .menu .btn a{
	background: linear-gradient(-45deg, #b825ce, #b825ce,#dd4f21, #b825ce, #424242 );
    background-size: 400% 400%;
    animation: gradient 4s ease infinite;
    padding: 15px 36px;
    border-radius: 50px;
    display: block;
    color: #fff;	
	transition: all linear 0.3s;
}

body .menu .btn a:hover{
	color:#fff;
	transform: scale(1.1);
}

body div#sd-cmp div{
	font-size: 14px !important;
}

table {
	border:0;
	margin: auto;
	border-top: solid 1px #cfcece;
	border-left: solid 1px #cfcece;
}
table td{
	border-right: solid 1px #cfcece;
    border-bottom: solid 1px #cfcece;
	padding:10px;
}
table caption{
	font-size:12px;
	line-height: 15px;
    margin-bottom: 10px;
	margin-top: 20px;
}
.slider_realisations img{
	width:100%;
}

.area{
    background: #4e54c8;  
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:100vh;
    
   
}



.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}



.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
	background: rgb(184 37 206);
    animation: animate 25s linear infinite;
    bottom: -350px;
    
}

body .banner.jaune.circles li{
	background-color: rgb(182 161 77);
}

.slider div hr{
	    max-width: 60%;
    margin-top: 6%;
    background-color: #0000001f;
    height: 1px;
    border: none;
}

body .banner.blue.circles li{
	background-color: #195398;
}

body .banner.rouge.circles li{
	background-color: #f0564ade;
}
.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}


.img_avis_animation{
    color: #fcbf02;
    width:85px;
	position:absolute;
    max-width: 1400px;
    margin: auto;
	animation: avis_img 10s linear infinite;
}

.avis_footer{
	position:relative;
}
.bloc_article {
	background-color: #d2d2d233;
    padding: 5%;
    margin-bottom: 2em !important;
    color: #565454;
    border: dashed 2px #878787;
}
.bloc_article a {
    color: #565454;
	padding-left: 10px;
}
.bloc_article a:hover {
	color: #a60fbd !important;
}
.bloc_article ul {
  list-style: none; 
}

@keyframes avis_img {
	0%{
		left:2%;
		top:-5%;
		transform: rotate(0deg);
		opacity:1;
	}
	
	12%{
		left:2%;
		top:87%;
	}
	
	24%{
		left:13%;
		top:30%;
	}
	
	36%{
		left:25%;
		top:87%;
	}
	
	48%{
		left:37%;
		top:40%;
	}
	
	60%{
		left:49%;
		top:87%;
	}
	
	72%{
		left:61%;
		top:50%;
	}
	
	84%{
		left:76%;
		top:87%;
		opacity:1;
	}
	
	100%{
		left:95%;
		top:80%;
		opacity:0;
		transform: rotate(2500deg);
	}

	
}

body h2{
	color: #1d1d1b;
    font-family: 'PT Sans', sans-serif;
    font-weight: 500;
	margin-top: 0%;
	font-size: 35px;
    font-weight: 700;
	line-height: initial;
}

body h3{
    margin-top: 0%;
    margin-bottom: 1% !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
	line-height: initial;
    color: #231f20;
}

header.sticky.active {
    border-bottom: solid 1px #d9d9d9;
}

header.sticky.active #global_header{
	background-color:#fff;
	padding:10px 0px;
}

.banniere_page{
	height: 600px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

header.sticky.active #logo img {
	max-width: 230px;
}

header.sticky #global_header {
    position: fixed;
    top: 4%;
    width: 100%;
    z-index: 9999;
	transition: all linear 0.2s;
}

header.sticky.active #global_header {
    top: 0%;
}

.little_image_produit img{
	cursor:pointer;
}

body{ 
	font-size:18px;
	color: #444444;

}

.banner_right h4{
	font-weight: 400;
    color: #dd5120;
    font-size: 15px;
    letter-spacing: 1px;
	margin-bottom:0%;
}


.msg_copy{
	display: block;
    color: #dd5120;
    font-size: 14px;
    margin-top: 10px;
}

.banner_right .vc_column-inner .wpb_wrapper .wpb_wrapper{
	background-color: transparent;
}

.global_vignette img{
	max-width:37px !important;
	margin-bottom:15px;
}

.color_title p{
	color: #209a9c;
}

ul li{ 
	line-height: 21px;
    font-size: 17px;
	list-style: circle;
}

.row_half .wpb_column .vc_column-inner{
	background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right;
	min-height: 215px;
}

.avis_footer{
	padding:6% 0%;
}

.bg_left_bottom {
	background-position:left bottom;
	background-repeat:no-repeat;
	background-size:contain;
}

#contact_form_subtitle p{
	color: #3a3a3a;
    text-align: center;
    font-weight: 600;
	margin-bottom: 3%;
}
	

.bg_yellow{
	background-color:#f4e661;
}

.bg_grey{
	background-color:#f8f8f8;
}

.row_half_second{
	justify-content: space-evenly;
    display: flex;
}

.row_half_second.vc_row:after,.row_half_second.vc_row:before {
    display:none;
}

.row_half_second .wpb_column {
	 flex:0 0 48%;
	max-width:48%;
}


.row_half .title_bloc{
	padding-bottom:30px;
}

.row_half .wpb_wrapper{
	max-width:55%;
}

.row_half .wpb_column {
    flex:0 0 48%;
	max-width:48%;
	flex: 0 0 49%;
    max-width: 49%;
    margin-bottom: 2%;
    border-radius: 6px;
    padding: 3% 2% 3% 3%;
	margin-bottom:1% !important;
}

.row_half .wpb_column.yelow {
	background-color: #ffe476b5;
}

.row_half .wpb_column.orange {
	background-color: #f0564ab0;
}

.row_half .wpb_column.violet {
	background-color: #f5b4ff;
}

.row_half .wpb_column.bleu {
	background-color: #7ed8ffa6;
}

body .row_half::before{
	display:none;
}

body .row_half::after{
	display:none;
}

.row_half  {
	display:flex;
	justify-content: space-between;
}


.three_bloc .wpb_text_column{
	padding-top: 15px;
}

.three_bloc h3{
    font-weight: 300;
    font-size: 27px;
}

.burger{ 
	display:none;
}

body h1{
	color: #1d1d1b;
    font-family: 'PT Sans', sans-serif;
    font-weight: 500;
	margin-top: 0%;
	font-size: 35px;
    font-weight: 700;	
	line-height:35px;
}

.wpb-content-wrapper ul li{ 
	list-style:none;
	display: flex;
    align-items: center;
	margin-bottom: 14px;
}

ul{ 
	padding-left: 0%;
}

.wpb-content-wrapper ul li::before{ 
	content:'\e5df';
	font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
	color: #8abf38;
}

.bloc_fonce .wpb_column {
    background-color: #fff;
    padding: 10px 30px !important;
}

.bloc_fonce_half .col_white{
    background-color: #fff;
    padding: 45px !important;
}
	


form span.wpcf7-list-item.first.last{
	display: flex;
	font-size: 13px;
    font-style: italic;
}

body .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
    color: #000 !important;
    padding: 10px !important;
}

form span.wpcf7-list-item.first.last input{
	width: max-content;
    margin-right: 10px;
}

/* GLOBAL CSS*/

.slick-track figure{
	width:100%;
}

.slick-track .vc_single_image-wrapper{
	width:100%;
}

.slick-track .vc_single_image-wrapper img{
	width:100%;
}

.bloc_title{
	margin-bottom: 4% !important;
}

.global_all_fiche_produit {
    background-color: #f8f8f8;
}

#top_panel{
	background-color: #282828;
    padding: 10px 0px;
}

#top_panel .container{
	display: flex;
    justify-content: flex-end;
}

#top_panel a{
	color: #209a9c;
	font-size: 14px;
    font-weight: 300;
    padding: 0% 1.5%;
}

.description_produit_top {
    /*width: 1240px;*/
	padding-bottom:7%;
    margin: auto;
}

.global_fiche_produit {
    display: flex;
	padding-top:7%;
}

.ariane_container{
	background-color: #ededed;
}

body #breadcrumbs{
	font-size:14px;
	padding: 0.5rem 0;
	margin-bottom:0;
}

.global_img_product{
	max-width:48%;
	flex:0 0 48%;
}


.little_image_produit{ 
	display:flex;
	justify-content: space-between;
}

.bx-wrapper{
	background-color:transparent !important;
}

.slider_produit div{
	background-color:#fff;
	height: 100px;
    display: flex;
}

.little_image_produit div img{ 
	max-width:100%;
	max-height:100px;
	margin:auto;
}

body #breadcrumbs a{
	color:#3e3e3e;
	font-style:italic;
}

.breadcrumb_last{
	color: #dd4f21;
}

.global_onglets{
	padding:2% 3%;
	background-color:#fff;
	border-top: solid 12px #bd3c0f;
	margin-right: 2%;
}

.btn_copy{
	font-size: 13px;
    color: #fff;
    background-color: #dd5120;
    padding: 5px 10px;
	cursor:pointer;
}

.contenu_application {
	display:flex;
}

.contenu_application img{
	max-width:48%;
}

.global_btn_copy{
	text-align:right;
}

.contenu_onglets .onglet.active{
	background-color: #000;
    color: #fff; 
}

.contenu_onglets .onglet{
	display: block;
    width: max-content;
	cursor:pointer;
	transition: all linear 0.5s;
	padding: 10px 15px;
    margin-right: 15px;
	/*border-radius: 5px;*/
	background-color: #f2f2f2;
}

.contact_produit{
	border-top: solid 1px #dd512038;
    padding-top: 25px;
    margin-top: 31px;
    padding-bottom: 25px;
}

.contact_produit a{
	border: solid 1px #dd5120;
    color: #dd5120;
    padding: 1rem;
    font-size: 20px;
    transition: all linear 0.5s;
    display: block;
    text-align: center;
	background: linear-gradient(to right, #dd4f21 50%, transparent 50%) !important;
    background-size: 200% 100% !important;
    background-position: right bottom !important;
    transition: all .5s ease-out;
}

.contact_produit a:hover{
	background-position: left bottom !important;
	color:#fff;

}

.vignette_avis_google {
    background-color: #fff;
    border-radius: 5px;
    padding: 8px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    width: max-content;
}

.global_avis_banner .logo img {
    width: 40px;
}

.etoile img {
    width: 17px;
}

.vignette_avis_google p {
	font-size: 14px;
    line-height: 17px;
    color: #8abf38;
    font-weight: 600;
}

.global_avis_banner .logo {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px #9ea8e3 solid;
}

.contenu.active{
	display:block;
}

.contenu_onglets{
	display:flex;
	border-bottom: solid 1px #dd512038;
    padding-bottom: 20px;
}

.description_fiche_produit h1{
	text-align:left;
	color: #dd5120;
    font-size: 40px;  
	line-height: initial;
	margin-bottom:15px;
}

.description_longue{
    border-top: solid 1px #dd512038;
    border-bottom: solid 1px #dd512038;
    padding-top: 25px;
    padding-bottom: 25px;
	margin-bottom: 25px;
	font-size: 16px;
    line-height: 23px;
}

.button_produit a{
	background-color: #000;
    color: #fff;
    padding: 10px 30px;
    font-size: 15px;
	transition:all linear 0.5s;
	margin-right:1rem;
	padding-left:20px;
	display:inline-block;
}

.button_produit a i{
	padding-right:10px;
}

.button_produit a:hover{
	background-color: #dd5120;
    color: #fff;
}

.little_global_fiche_produit {
    margin-top: auto;
    margin-bottom: auto;
	display: flex;
    justify-content: space-between;
}

.global_fiche_produit .titre_fiche_produit {
    margin-bottom: 4%;
}

.description_fiche_produit{
	flex:0 0 48%;
}

.logo_fournisseur {
    margin-top: 3%;
}

.image_fiche_produit {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 2%;
}

.single .titre_fiche_produit h1 {
    font-weight: 100;
    max-width: 100%;
    margin: 0;
    margin-bottom: 3%;
    line-height: 40px;
	text-align:left;
}

.description_produit_middle {
    margin: auto;
    display: flex;
    margin-top: 4%  !important;
    margin-bottom: 4% !important;
}

.table_produit {
    margin-right: 5%;
    width: 68%;
    max-width: 68%;
}

.global_description_produit_long {
    width: 1240px;
    margin: auto;
    display: flex;
}

.description_produit_long {
    flex: 2;
    font-size: 15px;
    width: 68%;
    max-width: 68%;
    margin-bottom: 4%;
}

.global_table_produit {
    border: solid 1px #e1e1e1;
}

.row_table {
    display: flex;
}

.global_table_produit .table_left {
    border-right: solid 1px #e1e1e1;
}

.row_table > div {
    padding: 4%;
}

.table_left {
    flex: 1;
}

.row_table div p {
    margin-bottom: 0%;
    font-size: 14px;
    font-weight: 500;
    word-break: keep-all;
}

.table_right {
    flex: 3;
}

.table_right p{
    font-size: 14px !important;
    font-weight: 300 !important;
}


.row_table.middle {
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
}

.global_donnees_techniques {
    margin: auto;
    margin-bottom: 4% !important;
    margin-top: 4% !important;
}

.document_produit {
    background-color: #f8f8f8;
}

.bx-wrapper{
	margin-bottom:0px !important;
}
.etiquette{
	padding: 2px 8px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
	margin-bottom: 10px;
	width: max-content;
}

.logo_etiquette{
    display: flex;
    flex-direction: column;
}

.etiquette.defense{
	background-color: #489d39;
}

.etiquette.nucleaire-demantelement{
	background-color: #ef562d;
}

.etiquette.tertiaire{
	background-color: #3b636b;
}

.etiquette.pharmaceutique-laboratoire-salle-propre{
	background-color: #209a9c;
}

.document_produit p a {
    color: #565656;
}

.document_produit p a img {
    margin-right: 15px;
    vertical-align: middle;
}

.document_produit p {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0%;
    padding: 1%;
}

.donnees_techniques {
    font-size: 14px;
    font-weight: 300;
}

.donnees_techniques h3 {
    color: #626262;
    font-size: 15px;
    font-weight: 300;
}

.description_donnees_technique {
    background-color: #f8f8f8;
    border-top: solid 1px #d3d3d3;
 padding: 2%;
}

.titre_fiche_produit h1 {
    color: #2e2e2e;
    font-size: 24px;
	text-align:left;
}

@keyframes fondu {
  0% {
    opacity:0;
  }
  
  60% {
    opacity:0;
  }

  100% {
    opacity:1;
  }
}

body #footer .titre_infos{ 
	margin-bottom:6%;
}

body .global_historique .vc_single_image-wrapper::before {
    content: ' ';
    width: 120px;
    height: 1%;
    background-color: #209a9c;
    display: block;
    position: absolute;
    right: -70%;
    top: 49%;
    z-index: 2;
    animation-name: fondu;
    animation-duration: 3s;
}

body .global_historique .left .vc_single_image-wrapper::before {
    content: ' ';
    width: 120px;
    height: 1%;
    background-color: #209a9c;
    display: block;
    position: absolute;
    left: -70%;
    top: 49%;
    z-index: 2;
    animation-name: fondu;
    animation-duration: 3s;
}

body .global_historique .vc_single_image-wrapper::after {
    content: ' ';
    width: 0.5%;
    height: 120px;
    background-color: #cfcfcf;
    display: block;
    position: absolute;
    left: 49%;
    animation-name: fondu;
    animation-duration: 3s;
}

body .global_historique .last .vc_single_image-wrapper::after {
    content: ' ';
    width: 0.5%;
    height: 0px;
    background-color: transparent;
    display: block;
    position: absolute;
    left: 0%;
    animation-name: fondu;
    animation-duration: 3s;
}

body .global_historique .vc_single_image-wrapper{
	position: relative;
}

body .global_historique .vc_single_image-wrapper img{
	position: relative;
	z-index:5
}

body p{
	margin-top: 0%;
    margin-bottom: 10px;
	font-weight:300;
	font-size:17px;
	line-height:23px;
	font-family: 'PT Sans', sans-serif;
}


body div{
	font-weight:300;
	font-size:17px;
	line-height:23px;
	font-family: 'PT Sans', sans-serif;
}

body h5{
	margin-top:0%;
	margin-bottom:15px;
}

.flex .vc_row {
	display:flex;
}

body .wpb_button,body .wpb_content_element,body ul.wpb_thumbnails-fluid>li{
	margin-bottom:0% ;
}

.bg_clair{
	background-color: #209a9c;
    padding: 3%;
    color: #fff;
}

body .bg_clair h2{
	color:#fff;
}


.vc_row{
	margin-left:0% !important;
	margin-right:0% !important;
}

.vc_column_container>.vc_column-inner{
	padding-left:0% !important;
	padding-right:0% !important;
}


.agenda_home {
	background-color: #2c3c89;
}

.agenda_home .vc_column-inner{
	height:100%;
}

.agenda_home .wpb_wrapper{
	height:100%;
}



.agenda_home .wpb_text_column {
	height:100%;
}

.bloc_actu_home .date{
	margin-top:3%;
}

.bloc_actu_home .extrait p{
    font-size: 17px;
}

.bloc_actu_home .date{
	background-color: #209a9c;
    width: max-content;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 15px;
}

.big{
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.agenda_little_global a{
	display:block;
	margin-top:40px;
	color:#fff;
}


.menu li:hover .sub-menu{
	left: 0px;
}

.menu li .sub-menu{
	padding: 1% calc((100% - 1400px) /2);
}

.menu li .sub-menu .sub-menu{
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    left: 0% !important;
    top: 35px !important;
    height: inherit !important;
    position: static !important;
    transform: translateX(0px);
}

body .sub-menu li:first-child {
    margin-left: 0%;
}

.sub-menu .sub-menu li a {
    padding: 2% 20px;
}

.sub-menu .sub-menu li {
    margin-left:0% !important;
}

.sub-menu li{
	padding-left:0% !important;
}

body .sub-menu li a{
	padding-left:0% !important;
	width: max-content;
	padding: 15px 2em;
}

#fil_ariane{
    padding: 15px 0px;
    font-size: 13px;
    font-weight: 400;
}

body .banner h1{
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: left;
	font-size: 60px;
	line-height:60px;
    margin-bottom: 25px !important;
    color: #fff;
}

body .contain{ 
	width:1400px;
	margin:auto;
	max-width:100%;
}

#footer .big_bloc{ 
	color:#dbd9d9;
	font-size: 14px !important;
}

#footer .big_bloc .contain{
	display:flex;
	flex-wrap:wrap;
}

.bloc_footer.first{
    flex: 0 0 23%;
    text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

 .bloc_footer.second {
    flex: 0 0 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	justify-content: center;
}

.bloc_footer h4 {
    color: #fff;
    margin-bottom: 3%;
	font-weight: 600;
    font-size: 15px;
}

.infos_footer {
    margin-top: 15%;
}

.bloc_footer.first img{
    width: 100%;
    margin-bottom: 2%;
}

.global_bloc_third_left{
    border-left: solid 1px #fff;
    padding-top: 5%;
    padding-bottom: 4%;
    text-align: left;
    padding-left: 40px;
}

 .bloc_footer.second .bloc_middle{
	flex: 0 0 42%;
    padding: 4%;
 }
 
 .bloc_footer.third .bloc_middle{
	text-align:left;
 }
 
 .bloc_middle{ 
	 text-align:center;
	 font-size: 14px !important;
 }
 .bloc_footer.third {
    flex: 0 0 23%;
}

#footer .big_bloc p{
	color:#dbd9d9;
	font-size: 14px;
}

#footer .big_bloc a{
	color:#dbd9d9;
	font-size: 14px;
}

#footer .big_bloc a:hover{ 
	color:#fff;
}

body .ult-carousel-wrapper{
	padding-bottom:0%;
}

.banner .slick-slide{
	line-height:auto !important;
}

body .banner{
	background-color: #f5b4ff;
	padding-top:9%;
}

body .banner.blue{
	background-color: #aae5ff;
}

body .banner.jaune{
	background-color: #f6e7a9;
}

body .banner.rouge{
	background-color: #f0564a69;
}

.right_banner{
	padding-top:2%;
	padding-bottom:2%;
}

.right_banner  img{
	max-width:80% !important;
	padding-top:2%;
	padding-bottom:2%;
}


.bxslider{
	max-width:100%;
}

.banner .block_img_arrow .wpb_wrapper::before{
	content:'';
	width:50px;
	background-color:#fff;
	height:1px;
}

.block_img_arrow div.img_arrow_top::before{
	content: '';
    width: 50px;
    background-color: #fff;
    height: 1px;
    display: block;
    margin: auto;
    margin-top: 3%;
}


.background_orange .padd_little.diag {
	background-color: #dd5120;
}

.global_container_bottom_product{
	transform: skewY(3deg);
}

.banner .block_img_arrow{ 
	position: absolute;
    bottom: 100px;
    height: auto;
    left: 10%;
}

.block_img_arrow.black div.img_arrow_top::before{
	background-color:#000;
}

.block_img_arrow.black img.arrow{
	filter:invert(100%);
}

.block_img_arrow{
	text-align:center;
}

@keyframes margin {
  0% { transform:translateY(0) }
  50%   { transform:translateY(3px) }
  100%   { transform:translateY(0) }
}

.banner .block_img_arrow .wpb_wrapper{ 
	display: block;
    height: auto;
    bottom: 50px;
}

.banner img.arrow{
	position: absolute;
}

img.arrow{
	width: 32px;
    padding-top: 10px;
    padding-right: 8px;
    padding-left: 8px;
	animation: linear 1.5s infinite margin;
}

.bloc_bg_abs .vc_column-inner{
	position: absolute;
    z-index: 9 !important;
    padding: 8% !important;
    color: #fff;
	top: 50%;
    left: 75%;
    transform: translate(-50%,-50%);
	background-image: url(/wp-content/uploads/2022/10/54396529-abstraite-de-la-lumiere-de-la-rue-en-noir-et-blanc.webp?id=174) !important;
	box-shadow: inset 0 0 0 500px #de5021fa;
    background-position: bottom;
}

.bloc_bg_abs h2{
	text-align: left;
	color:#fff;
}

.global_realisations_home .vc_column-inner{ 
    margin: 5% !important;
}



.global_realisations_home .wpb_wrapper{
	height:100%;
}

body .global_realisations_home .bx-controls{
	display:none !important;
}

.slider_realisations .bxslider div{
	background-size:cover;
}

.right_btn a{
	float: right !important;
    margin-top: 3% !important;
}


body .banner_bleue h1{
	text-transform: uppercase;
    color: #fff;
}
body .banner_bleue h2{
	text-transform: uppercase;
    color: #fff;
	margin-bottom: 0 !important;
}


.page_h1 h1 {
	color:#283486 !important;
	font-size: 30px;
	text-transform:uppercase;
	padding-bottom:3%;
	
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.btn.blanc a{
	background: linear-gradient(to right, #dd4f21 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    padding: 22px 54px;
    border-radius: 50px;
    font-size: 20px;
    color: #dd4f21;
    font-weight: 500;
}

.btn.blanc a:hover{
	background-position: left bottom;
	color:#fff;
}

.little.btn.blanc a{
	background: linear-gradient(to right, #dd4f21 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
	padding: 13px 30px !important;
    border-radius: 50px;
    font-size: 19px;
    color: #dd4f21;
    font-weight: 500;
    border: solid 1px;
    margin: inherit;
}

.little.btn.blanc a:hover{
	background-position: left bottom;
	color:#fff;
}

#footer .big_bloc{
	width: 90%;
    margin: auto;
    padding: 2% 5%;
    background-color: #404751;
}

.footer_container{
	margin-top: 5% !important;
}

.three_bloc img{
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

#footer .footer_container a{
	color:#fff !important;
	margin-right: 15px;
}

.left_h2 h2 {
	text-align:left !important;
	margin-bottom:1% !important;
	margin-top:3% !important;
}

.banner{
	min-width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
	height:100vh;
}

.big_banner h2{
	font-family: 'PT Sans', sans-serif;
	font-weight:900;
	margin-top: 2%;
	text-align:left;
	color: #b825ce;
	font-size:32px;
}


.banner h1{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}



.banner_bleue{
	height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color:#209a9c;
}
.big_valeur{
	padding-bottom: 20px;
}
.titre_bleu_clair h2 {
	color:#60c1d0;
}

.big_valeur p{
	text-align:center;
	font-size:20px;
	font-weight:bold;
}

.bloc_bleu .big_valeur p{
	color:#0070c0 ;
}

.bloc_bleu_clair .big_valeur p{
	color:#4bacc6 ;
}
.bloc_texte h3 {
	text-align:left !important;
}
.bloc_marron .big_valeur p{
	color:#953735 ;
}

.bloc_vert .big_valeur p{
	color:#04b052 ;
}

.global_valeur  img {
    vertical-align: middle;
    padding-right: 10px !important;
   max-width: 65px;
    height: auto;
}

.hauteur p{
	display: flex;
    align-items: center;
}

.global_valeur .wpb_column{
	padding: 0% 2%;
}

body .global_historique {
	margin-bottom: 100px !important;
}

body .global_historique p strong{
	color: #209a9c;
    font-size: 30px;
}

.hauteur{
	padding-bottom: 20px;
}

.width80 {
    width: 80%;
}

.banner .upb_row_bg {
	box-shadow: inset 0 0 0 500px rgb(0 0 0 / 42%);
}

.banner.img_fond_banner .upb_row_bg{
	box-shadow:none;
	background-size: auto 75% !important;
    height: auto;
    background-position: center bottom;
    background-color: #aae5ff !important;
	margin-top: 3%;
}

.banner.blue.img_fond_banner{
    background-color: #aae5ff !important;
}

.slider_realisations .bx-wrapper{
	min-height: 460px;
    width: 900px;
    margin: auto;
}

.bloc_realisation_left{
    max-width: 40px;
	background-color: #bc29bf;
    padding: 5px;
}

.infos_bloc_realisation.prestashop.prestashop .bloc_realisation_left{
	background-color: #b0deec !important;
}

.infos_bloc_realisation:nth-child(2) .bloc_realisation_left{
	background-color: #dd4f21;
}

.infos_bloc_realisation:nth-child(3) .bloc_realisation_left{
	background-color: #961e99;
}


.infos_bloc_realisation:nth-child(4) .bloc_realisation_left{
	background-color: #d56b49;
}

.infos_bloc_realisation:nth-child(5) .bloc_realisation_left{
	background-color: #df39e2;
}

.bloc_realisation_right{
	margin-left: 10px;
}

.infos_bloc_realisation .title_realisation{
	margin-bottom:0%;
	font-weight: 600;
}

.realisation_link{
    text-align: center;
	width: 100%;
    display: flex;
	margin-top: 3%;
    justify-content: center;
}

.realisation_link a{
	background-color: #424242;
    color: #fff !important;
	float:none;
    border-radius: 50px;
    padding: 10px 25px;
}

.realisation_link a i{
	color: #fff;
	transition:all linear 0.5s;
}

.realisation_link a:hover i{
	margin-left:10px;
}



.global_bloc_realisation{
	display: flex;
    flex-wrap: wrap;
	height: auto !important;
	margin-top: 4%;
	padding-bottom: 3%;
}

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

.single_realisation img{
	max-width:100%;
}

.single_realisation{
	flex: 0 0 22%;
    display: flex;
    max-width: 22%;
	transition:all linear 0.5s;
	margin:1.5%;
}

.single_realisation:hover{
    transform: scale(1.10);
}

.infos_bloc_realisation{
	height: auto !important;
	margin-top: 2%;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	flex: 0 0 40%;
    max-width: 40%;
	margin: 1% 5%;
}

.bloc_realisation_right p{
	font-size: 15px;
}

.bloc_realisation_left img{
    max-width: 100%;
	border-radius: 5px;
}
.infos_bloc_realisation div{
	height:auto !important;
}

.slider_realisations .bx-viewport{
	height:100%;
}

.slider_realisations .slider{
	height:100%;
}

.slider_realisations .slider div{
	height:100%;
	border-radius: 10px;
	background-size:cover;
}

.tel_contact p{
	font-size:24px;
}

.bg_gris{
	background-color:#f3f3f3;
}

.adress_contact p{
	font-size:22px;
}


.banner.img_fond_banner{
	height: auto;
	padding:6% 0% !important;
	padding-top: 15%;
}

.banner_right{
	height:100%;
}

.max_300 img{
	max-width:300px !important;
}

.max_300 {
    margin-bottom: 2% !important;
    margin-top: 1% !important;
}



.banner_home .banner_left{
	height:80vh;
}

.banner_home .banner_left .vc_column-inner{
	height:80vh;
}

.banner_home .banner_right{
	height:80vh;
	background-color: #8abf38;
}


.banner_left .bx-wrapper{
	height:100%;
	width:100%;
	max-width:100% !important;
}

.banner_left .bx-viewport{
	height:100% !important;
}

.banner_left .bxslider div{
	height:100%;
	width:100% !important;
	background-size:cover;
	background-position:center;
}

.banner_left .bxslider{
	height:100%;
}

.banner_left .wpb_text_column {
	height:100%;
}

.banner_left .wpb_wrapper{
	height:100%;
}



.banner_right .wpb_text_column .wpb_wrapper h1{
	color:#fff;
	font-size: 55px;
	line-height:60px;
	text-align:center;
}


.banner_right .wpb_text_column .wpb_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	color:#fff;
}

.global_padd{
	padding:6%;
}

.sub-menu li.first_menu {
    margin-left: 0%;
}

.sub-menu li{
    flex-direction: column;
}

.sub-menu li {
    margin-left: 5%;
}

.sub-menu .sous_menu_big  a {
    font-size: 16px !important;
    font-weight: 400 !important;
}

.sous_menu_big .sub-menu a {
    font-size: 13px !important;
    font-weight: 400 !important;
}

.sub-menu a {
    font-size: 13px !important;
    font-weight: 400 !important;
}

.sub-menu{
	visibility: visible;
	transition: 400ms linear;
    opacity: 1;
    position: absolute;
    z-index: 999;
    width: 100%;
    background-color: #fff !important;
    display: flex !important;
    align-items: baseline;
    justify-content: left;
    top: 88.5px !important;
	left: -9000px;
}
.agenda_little_global{
	width:100%;
}

.little_marg_bottom{
	margin-bottom:5% !important;
}


.half_section .text_left{ 
	padding-right: 4%;
}

.half_section .text_right{ 
	padding-left: 4%;
}

.ult-carousel-wrapper .slick-prev{
    left: 10px !important;
	color:#fff !important;
}

.ult-carousel-wrapper .slick-next{
    right: 10px !important;
	color:#fff !important;
}

body .wpb_wrapper .vc_btn3-container .vc_btn3{
	color: #fff;
    border-color: #ebebeb;
    background-color: #209a9c;
    font-size: 19px;
    border: none;
    margin-top: 3%;
}

body .wpb_wrapper .vc_btn3-container .vc_btn3:hover{
	background-color: #28367f;
	color: #fff;
	border: none;
}

body .creation_site {
    font-size: 16px;
    display: block;
    text-align: left;
    margin-bottom: 0% !important;
    margin-top: 3% !important;
	font-size: 14px;
}

.creation_site a{
	color:#209a9c !important;
}


.agenda_little_global .lieu_agenda{
	display: inline-block;
    background-color: #ffffff;
    padding: 5px 15px;
    color: #2c3c89;
    border-radius: 4px;
    text-transform: uppercase;
    margin-top: 10px;
}

.breadcrumbs a{
	color: #989898;
    font-weight: 300;
    font-size: 13px;
}

.breadcrumbs span{
	color: #989898;
    font-weight: 300;
    font-size: 13px;
}

.breadcrumbs .breadcrumb_last{
	color: #209a9c;
    font-weight: 500;
    font-size: 13px;
}

.agenda_little_global h5{
	font-size: 20px;
}

.agenda_little_global .extrait{
	font-size:16px;
}


.agenda_little_global a .date{
	font-size:23px;
}

.bloc_actu_home .image_actualite {
	background-size: cover;
    height: 400px;
    background-position: center;
	box-shadow: inset 0 0 0 500px rgb(0 0 0 / 42%);
}

.bloc_actu_home .image_actualite h5{
	font-weight: 400 !important;
}

.bloc_actu_home .extrait{
	font-size:16px;
}

.bloc_actu_home .image_actualite a{ 
	display: flex;
    height: 82%;
    padding: 30px;
    flex-direction: column;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}

div.header_right #recherche input[type="text"]{
	padding: 0px 5px;
	padding-left: 20px;
    border: solid 2px #209a9c;
    border-radius: 4px 0px 0px 4px;
    font-size: 14px;
    height: 36px;
	outline-color:#209a9c !important;
}

div.header_right #recherche input[type="submit"]{
    background-image: url(/wp-content/themes/licorne/loupe.png);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-color: #239a93;
    background-color: #209a9c;
    border: 0;
    border-radius: 0px 4px 4px 0px;
    color: #fff;
    padding: 0 5px;
    cursor: pointer;
}

#recherche form{
	display: flex;
    margin: auto;
}

a{
	text-decoration:none !important;
}

ul.slick-dots {
    bottom: -10px;
}

#footer{
    background-color: #fff;
	font-size:15px !important;
}


#footer li{
	list-style:none !important;
}

body{
	margin:0%;
	font-family: Roboto, sans-serif;
}

body h4{
	font-weight: 600;
    margin-top: 0px;
    color: #8ec93d;
    margin-bottom: 0% !important;
}

.intro{
	transform: skewY(3deg);
}

.intro p{
	text-align: center;
    font-size: 25px;
	font-family: 'Montserrat', sans-serif;
    line-height: 33px;
	text-transform:uppercase;
}

.page_content{
	margin-top:120px;
}

.image_produit{
	max-width: 100%;
    flex: 0 0 100%;
	margin-bottom:1%;
	    text-align: center;
    background-color: #fff;
}

.image_produit img{
	max-width:100%;
	max-height: 550px;
}

.youtube_video{
	padding-left:5px !important;
}

.youtube_video div{
	height:100%;
}

.youtube_video p{
	height:100%;
}

.youtube_video iframe{
	height:100%;
}

.map_real div{
	height:100%;
}

.second_line.fourth .wpb_column {
    max-width: 24%;
}

.map_real p{
	height:100%;
}

.map_real iframe{
	height:100%;
}

.diag{
	transform: skewY(-3deg);
    background-color: #fff;
    transform-origin: top left;
    padding-top: 5% !important;
	padding-bottom: 1% !important;
}

.separator.top hr{
	width: 100px;
    background-color: #dd5120;
    height: 2px;
    border: none;
    margin-bottom: 40px;
}

.separator.bottom hr{
	width: 100px;
    background-color: #dd5120;
    height: 2px;
    border: none;
    margin-top: 40px;
}

.intro h2{
	font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
	line-height:initial;
}

.wpcf7 .wpcf7-form-control-wrap input {
    width: 100%;
}

textarea {
    width: 100%;
    min-height: 150px;
    resize: vertical;
    overflow: auto;
}

form label br{ 
	display:none;
}

form input{
	padding: 10px 0px;
    font-size: 15px;
    text-indent: 10px;
    border: 1px solid #cecece;
 }
 
form textarea{
	padding: 15px 0px;
	font-size: 15px;
	text-indent: 10px;
	border: 1px solid #cecece;
	font-family: Arial, sans-serif;
}

#liste_produits {
    display: flex;
    flex-wrap: wrap;
}

#liste_produits .produit {
    flex: 3;
    padding: 0%;
    margin-right: 2%;
    min-width: 18%;
    margin-bottom: 7%;
    max-width: 18%;
}

.slogan{
	text-align: center;
    color: #ff8e00;
}

.slogan p{
    font-size: 34px;
    line-height: 36px;
}

.image {
    text-align: center;
    background-color: #f8f8f8;
    display: flex;
    height: 250px;
    position: relative;
    align-items: center;
    overflow: hidden;
}

.image img{
	min-width: 100%;
    height: 100%;
}

.image img.logo_produit{
	width: 50%;
    max-width: 50% !important;
    min-width: 50% !important;
    margin: auto;
}

.marg_top{
	margin-top:6%;
}

.info_produit h3{
	text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
	font-size: 19px;
    font-weight: 300;
	min-height: 48px;
	margin-top:20px;
}

#tri_liste_produits {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.global_tri_produit {
    background-color: #f2f2f2;
    display: flex;
    margin-bottom: 3%;
}

.content_form_tri select {
    border: none;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    font-size: 15px;
    font-weight: 400;
    margin-right: 15px;
}

.button_envoi_form input {
    border: none;
    background-color: #209a9c;
    color: #fff;
    padding: 8px 35px;  
	border-radius: 5px;
    background-image: url(/wp-content/themes/tm-fabrique/assets/images/bg_filtre.png);
    background-repeat: no-repeat;
    background-position: 102px center;
    padding-right: 50px;
    font-size: 14px;
	cursor:pointer;
	margin-left:30px;
    font-weight: 400;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
}

.content_form_tri {
    margin: auto;
    display: flex;
    padding: 4% 0%;
}

.bottom a {
	text-align: right;
    font-size: 14px;
    font-weight: 300;
    display: block;
}

.info_produit h3 a{
	color:#209a9c;
}

.image a {
    display: flex;
    text-align: center;
    width: 100%;
}

.introduction {
    font-size: 16px;
    font-weight: 300;
    color: #2e2e2e;
    text-align: center;
}

.bottom {
    margin-top: 7%;
}

body a{
	color: #8abf38;
}


p.center{
	width: 100%;
    text-align: center;
}

.banner_all_page{
	background-color: #8abf38;
}

.banner_all_page h1{ 
	color:#fff;
	text-align:center;
	line-height: initial;
    padding: 3% 0% !important;
}

p.center input{
	cursor: pointer;
    padding: 15px 20px;
    text-align: center;
    text-indent: 0px;
}

p.center input:hover{
	background-color: #323f8d;
    border-color: #323f8d;
}

.wpcf7-spinner{ 
	display:none !important;
}

form .form_message{
	width:100%;
	flex:0 0 100%;
}
 
form p.form{
	width:48%;
	margin-bottom: 4%;
}
 
form{

}

.wpcf7-submit, .post-password-form label + input {
    color: #fff;
    background-color: #209a9c;
    border-color: #209a9c;
}

#footer .title_widget{
	font-family: Roboto, sans-serif;
	color: #3c3c3c;
    font-size: 1.1em;
    margin-bottom: 10%;
    font-weight: 500;
}

.bloc_widget i{
	color:#61c2d0;
	margin-right:10px;
}


.footer_container span{
	font-weight:300;
}

#logo{
	width:18%;
    padding-top: 1%;
	padding-bottom: 1%;
}

.banner_page{
	min-height: 400px;
    display: flex;
    align-items: center;
}

body .banner_page h1{
	color:#fff;
	line-height: initial;
	font-size: 40px;
}

.bloc_add{
	
}

#logo img{
	width: max-content;
	max-width:120px;
	transition: all 1s ease;
}

#global_header{
	 display: flex;
    align-items: center;
	flex-wrap: wrap;
	
}

.map{
	height:450px;
	overflow:hidden;
}

.menu-main-menu-container{
	flex: 0 0 100%;
	position:relative;
}

.menu-main-menu-container.active{
	display:block;
}

.header_right .menu-main-right-container{
	width:100%;
}

.contact_menu a{
	background-color: #8abf38;
	border:solid 1px #8abf38;
    transition: all .5s ease-out;
    color: #fff !important;
    padding: 15px 25px !important;
    border-radius: 0px;
}

.contact_menu a:hover{
	color:#8abf38 !important;
	background-color:transparent !important;
}

.horaire_banner{
	margin-top: 30px;
}

.horaire_banner a{
	color:#fff !important;
	display:flex;
	margin-top: 3%;
    margin-bottom: 3%;
}

.horaire_banner p em{
	text-decoration: underline;
    font-style: normal;
}

.bloc_rouge{
	background-color: #8abf38;
    color: #fff;
    padding: 20px;
}

.bloc_rouge h3{
	color:#fff;
}

.horaire_banner a::before{
	font-family: 'Material Symbols Outlined';
	content:'\e325';
	font-size: 24px;
}

.horaire_banner .wpb_wrapper{
	width: max-content;
    margin: auto;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #231f20 !important;
    padding: 20px !important;
}

body strong{
	font-weight: 600 !important;
}

.header_center{
	flex: 0 0 76%;
	display: flex;
    justify-content: end;
    align-items: center;
}

.header_right{
	flex: 0 0 15%;
	display: flex;
    justify-content: end;
    align-items: center;
}

.menu li.btn_menu a{
	background-color: #7f2761;
    color: #fff;
    padding: 10px 15px;
	transition:all linear 0.2s;
}

.bg_cadre_droit{
	background-image:url(/wp-content/uploads/2024/11/cadre_droite.png);
	background-size:auto;
	background-position:top right;
	background-repeat:no-repeat;
}

.border_rose img{
	border: solid 10px #e5c6d7;
}

.border_purple img{
	border: solid 10px #7f2860;
}

.bg_cadre_droit_blanc_bottom .upb_row_bg{
	background-image:url(/wp-content/uploads/2024/11/cadre_droit_blanc.png) !important;
	background-size:auto !important;
	background-position:90% 80% !important;
	background-repeat:no-repeat !important;
}

.bg_cadre_gauche .upb_row_bg {
	background-size:auto !important;
	background-position:bottom left;
	background-repeat:no-repeat;
}

.menu li.btn_menu a:hover{
	color:#fff !important;
	background-color: #5c1e47;
}

.menu {
    display: flex;
    flex-wrap: wrap;
	list-style:none;
    display: flex;
    display: flex;
    justify-content: flex-start;
    margin: 0%;
    padding-left: 3%;
}

#global_header .container{
	display:flex;
	width: 92%;
    max-width: 92%;
}

#global_header #logo{
	max-width: 24%;
    flex: 0 0 24%;
	display: flex;
    align-items: center;
}

#global_header #logo a{
	display: flex;
    align-items: center;
}

.btn_banner{
    margin-top: 8%;
}

.btn_banner .wpb_wrapper{
	display:flex;
}

.btn_banner p{
	display:flex;
	margin-bottom: 0%;
}


.btn_banner a{
    border-radius: 50px;
    padding: 10px 25px;
    color: #fff;
	width: max-content;
	margin-right: 20px;
	background: linear-gradient(to right, #323131 50%, #424242 50%);
    background-size: 201% 100%;
    background-position: right bottom;
	font-size: 20px;
	transition: all 0.3s ease-out;
}


.btn_banner p:first-child a{
    border-radius: 50px;
    padding: 10px 25px;
	font-size: 20px;
    color: #fff;
	width: max-content;
	margin-right: 20px;
	background: linear-gradient(to right, #981dab 50%, #80255e 50%);
    background-size: 201% 100%;
    background-position: right bottom;
	transition: all 0.3s ease-out;
}

.btn_banner p a span br{
	display:none;
}

.btn_banner p a span{
    margin-right: 4px;
}

.btn_banner p a{
	display: flex;
    align-items: center;
}

.btn_banner a:hover{
	background-position: left bottom !important;
	color:#fff;
}

.bandeau{
    background-color: #8abf38;
	padding: 2%;
}

.bandeau p{
	display: flex;
    justify-content: center;
    align-items: center;
}

.bandeau p img{
	max-width: 250px;
    margin-left: 20px;
}

.subtitle p{
	color: #8abf38;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 6%;
}

.icone_title span br{
	display:none;
}

.icone_title span i::before{
	content:'';
	height:2px;
	display:block;
	width:40px;
}

.inner_left_contact{
	margin:auto;
}

.global_contact{
	flex: 0 0 48%;
    display: flex;
    padding: 4% 0%;
}
.phone .left_contact{
    margin: 3% 0%;
}

#contact_footer .container{
	display:flex;
	max-width:1400px !important;
	flex-wrap: wrap;
}

#contact_footer h3{
	font-size: 55px;
    line-height: 60px;
    text-align: center;
	color:#fff;
	flex:0 0 100%;
}

.zone_actu .wpb_column {
	width: 25%;
}

.zone_actu h3{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px !important;
}

.zone_actu .wpb_text_column {
	padding: 0% 3%;
}
.bandeau p{
	font-family: "Monda", sans-serif;
	color:#fff;
	text-align:center;
	font-size: 40px;
	line-height: normal;
	font-weight: 800;
}

.zone_actu{ 
	display:flex;
	justify-content: space-between;
}

body .phone a:hover{
	color: #444444
}

.bottom_footer{
	display: flex;
    justify-content: space-between;
    padding: 1%;
    background-color: #8abf38;
	color:#fff !important;
	font-size: 14px;
}

.bottom_footer a{
	color:#fff !important;
	font-size: 14px;
}

.phone span{
	font-size: 35px;
	color: #242424;
	margin-right: 15px;
}

.horaire span{
	font-size: 35px;
	color: #242424;
	margin-right: 15px;
}

.adresse span{
	margin-right: 15px;
	color: #242424;
	font-size: 35px;
}

.adresse{
	display:flex;
}

.phone{
	display:flex;
	margin: 20px 0px;
	align-items: center;
}


.horaire{
	display:flex;
}

.phone p{
	margin-bottom:0%;
}

.phone a{
	color:#444444;
}


.left_contact h3{
	color: #1d1d1b;
    font-family: 'PT Sans', sans-serif;
    font-weight: 500;
    margin-top: 0%;
    font-size: 35px;
    font-weight: 700;
}

.right_contact iframe{
	height:100% !important;
}

body .inner_left_contact h3{
	color: #231f20;
	margin-bottom: 30px !important;
}

ol li::marker{
	color:#8abf38;
	font-size:20px;
}

#contact_footer span.icone_big{
	display: block;
    text-align: center;
    margin-bottom: 1%;
    color: #ffffff;
    font-size: 60px;
    width: 100%;
}

.left_contact h4{
	color: #242424;
    font-weight: bold;
    margin-top: 20px;
	margin-bottom: 30px !important;
}

.inner_left_contact p{
	color: #242424 !important;
}

.inner_left_contact a{
	color: #242424 !important;
}

#contact_footer{
	display:flex;
	padding:4% 0%;
	background-color: #8abf38c9;
}

.right_contact{
	flex:0 0 48%;
	display:flex;
}

.left_contact{
	flex:0 0 48%;
	display:flex;
}

.icone_title span i::after{
	content:'';
	height:2px;
	display:block;
	width:40px;
}

.icone_title span{
	display: block;
    text-align: center;
    margin-bottom: 1%;
    color: #8abf38;
}

.menu li{
	padding: 0px 10px;
	display: flex;
	justify-content: center;
    align-items: center;
}

.menu li a{
	padding: 5px 10px;
	color: #000;
    transition: all 0.3s ease-out;
    font-size: 17px;
    font-weight: 300;
	font-family: "Monda", sans-serif;
	transition:all linear 0.2s;
}

.menu li a:hover{
	color: #8abf38 !important;
}

.menu li.current-menu-item a{
	color: #8abf38;
}

.bloc_add{
	border: solid 2px #8abf38;
    margin-top: 30px;
    padding: 20px;
}

.global_form input{
	padding: 3% 1%;
    border-radius: 6px 6px 6px 6px;
    background-color: #FFFFFF;
    color: #2E2C39;
	max-width:98%;
    border-style: solid;
    font-size: 16px !important;
    border-width: 1px 1px 1px 1px;
    outline: none !important;
    border-color: #FFFFFF;
    box-shadow: 0px 14px 34px 0px rgb(0 0 0 / 7%);
    margin-bottom: 3% !important;
    margin-top: 1% !important;
}

.global_form div.full{
	flex: 0 0 100%;
    max-width: 100%;
}
	

.global_form textarea{
	padding: 3% 1%;
    border-radius: 6px 6px 6px 6px;
    background-color: #FFFFFF;
    color: #2E2C39;
	max-width:98%;
    border-style: solid;
    font-size: 16px !important;
    border-width: 1px 1px 1px 1px;
    outline: none !important;
    border-color: #FFFFFF;
    box-shadow: 0px 14px 34px 0px rgb(0 0 0 / 7%);
    margin-bottom: 3% !important;
    margin-top: 1% !important;
}

.global_form{
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1024px;
    margin: auto;
}

.global_form div{
	flex:0 0 48%;
	max-width:48%;
}

body .banner .padd_right{
	padding-right:4%;
}

.container{
	max-width:1400px;
	width:1400px;
	margin:auto;
}

.vc_row[data-vc-full-width] .vc_column-inner{
	padding-right:0%;
	padding-left:0%;
}

.banner_video{
	height:500px;
	margin:0% !important;
}

.slider .slick-track .slick-slide p{
	margin-top:0%;
}


.slider .slick-track .slick-slide .wpb_text_column {
	height:100%;
}

.slider .slick-track .slick-slide .wpb_text_column .wpb_wrapper{
    height: 100%;
}

.slider .slick-track .slick-slide .wpb_text_column .wpb_wrapper p{
    height: 100%;
	line-height: inherit;
}

.banner_video h1{
    height: 100%;
    display: flex;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
	font-size: 2em !important;
    font-family: Lato, sans-serif;
    font-weight: 400;
}

.bloc_color{
	background-color: #209a9c;
	padding:2%;
}

.title{
	position: absolute !important;
    top: 0%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	box-shadow: inset 0 0 0 500px rgb(0 0 0 / 42%);
}

.bloc_color p{
	color:#fff;
}

.three_bloc .wpb_column {
	padding: 1%;
}

.button a{
	color: #fff;
	background: linear-gradient(to right, #27357f 50%, #209a9c 50%);
    background-size: 200% 100%;
    padding: 10px 20px;
    border-radius: 24px;
    margin: auto;
    font-size: 18px;
	background-position: right bottom;
	transition: all .5s ease-out;
}



.button.sterigene a{
	background: linear-gradient(to right, #27357f 50%, #0069b4 50%);
	background-position: right bottom;
	background-size: 200% 100%;
	
}

.button.stauratec a{
	background: linear-gradient(to right, #27357f 49%, #61c2d0 50%);
	background-position: right bottom;
	background-size: 200% 100%;
}

.button a:hover{
	background-position: left bottom;
}

.four_bloc .wpb_column {
	max-width:25%;
	padding: 2%;
}

.search.container .result{
	margin:1% 0%;
}

.three_bloc{
	justify-content: space-evenly;
	display: flex;
}

.padd_little{
	padding-top:3% !important;
	padding-bottom:3% !important;
}

.padd{
	padding-top:6% !important;
	padding-bottom:6% !important;
}

.big_padd{
	padding-top:10% !important;
	padding-bottom:10% !important;
}

.bg_little .upb_row_bg {
	background-size:7% !important;
}

.big_padd_top{
	padding-top:10% !important;
}

.big_padd_bottom{
	padding-bottom:10% !important;
}

.top_page{
	display: flex;
    flex-direction: column;
	width: 50%;
    margin: auto;
}

.global_top_page .separator.bottom{
	margin-top:0%;
}

.top_page h1{
	font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: initial;
	color: #de5021;
	margin-bottom: 3% !important;
    margin-top: 0%;
}

.intro_page p{
    text-align: center;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    line-height: 33px;
    text-transform: uppercase;
}

.padd_line{
	padding-left:3% !important;
	padding-right:3% !important;
}

.padd_left{
	padding-left:3% !important;
}

.padd_right{
	padding-right:3% !important;
}

.second_line::before{
	display:none !important;
}

.second_line::after{
	display:none !important;
}

.second_line{
	display: flex;
    justify-content: space-between;
}

.second_line .wpb_column {
	max-width:48%;
}

.second_line .little.btn.blanc a{
	padding: 7px 30px !important;
	font-size: 17px;
}


body .vc_row  .big_banner{
    min-height: 40px;
    position: relative;
    margin-bottom: 3%;
}

.bounce_from h2{
	opacity: 0;
  animation: bounce_from 10s ease infinite;
      position: absolute;
    top: 0%;
}

.bounce_from h2:nth-child(2){
	opacity: 0;
  animation: bounce_from_2 10s ease infinite;

}

.bounce_from h2:nth-child(3){
	opacity: 0;
  animation: bounce_from_3 10s ease infinite;
}

@keyframes bounce_from {
  0% {
    opacity: 0;
    transform: scale(.3);
  }
  15% {
    opacity: 1;
    transform: scale(1.05);
  }
  30% { 
	transform: scale(.9); 
	opacity: 0;
  }
  100% { 
	
  }
}

@keyframes bounce_from_2 {
  0% {
    opacity: 0;
    transform: scale(.3);
  }
  31% {
    opacity: 0;
    transform: scale(.3);
  }
  62% { 
	transform: scale(1.05); 
	opacity: 1;
  }
  63% {
    opacity: 0;
    transform: scale(.9);
  }
  100% { 
	
  }
}

@keyframes bounce_from_3 {
  0% {
    opacity: 0;
    transform: scale(.3);
  }
  63% {
    opacity: 0;
    transform: scale(.3);
  }
  98% { 
	transform: scale(1.05); 
	opacity: 1;
  }
  
  99% {
    opacity: 0;
    transform: scale(.9);
  }
  100% { 
	
  }
}


.bg_bleu {
    background-color: #abe6ff;
}


.bg_rose {
    background-color: #f9b9b4;
}

.btn a span{
	margin-right:10px;
}

.btn a{
	background-color: #80255e;
    padding: 15px 36px;
    border-radius: 50px;
    display: block;
    color: #fff;
	transition: all linear .2s;
	background-position: left bottom;
	width: max-content;
    margin-top: 4%;
	font-size: 17px;
    font-weight: 600;
    font-family: "Monda", sans-serif;
	display:flex;
}

body .btn a:hover{
	background-color: #e4c5d5;
	color:#2c2c2c;
}

.btn.orange a{
	background: linear-gradient(to right, #000 50%, #dd5120 50%);
    background-size: 200% 100%;
    background-position: right bottom;
	color: #fff;
}

body .vc_row {
	padding-left: 4% !important;
	padding-right: 4% !important;
}

.big h2{
	color:#000;
}

.big h2 strong{
	font-weight: 400;
    font-size: 48px;
	color: #de5021;
}

.video video{
	height:auto !important;
}

.video p{
	display:flex;
}

.btn.orange a:hover{
	color: #fff;
   background-position: left bottom;
}

.padd_top{
	padding-top:6% !important;
}

.padd_bottom{
	padding-bottom:6% !important;
}

.little_padd_bottom{
	padding-bottom:3% !important;
}


.agenda_home .vc_column-inner{
	padding:0% !important;
}

.global_agenda{
	height:100%;
	display:flex;
	padding: 30px;
}
.bloc_blanc {
	background-color:#fff;
	padding:5% !important;
	
	}
.bloc_blanc p {
	text-align:justify;
}
.alignement p{
	text-align:justify;
}
.line {
	display:flex;
	justify-content: space-between;
}
.line .vc_column_container {
	max-width:47%;
}
.fond_img .vc_column-inner{
    box-shadow: inset 0 0 0 500px rgb(0 0 0 / 42%);
}
.hauteur .vc_column-inner h3 a{
	padding-top:200px;
	padding-bottom:200px;
	display:block;
}
.bloc_img a{
	color:#fff !important;
}
.little a {
	font-size:13px;
	text-align:center !important;
	padding:5%!important;
	color:#62c6d6;
}

.societe_bloc h3 {
	padding-top:200px;
	padding-bottom:200px;
	color:#fff;
}
.fond_img .vc_column-inner{
	transition: transform .2s; 
}
.fond_img .vc_column-inner:hover{
	transform: scale(1.1); 
}

.global_liste_actu .wpb_text_column .wpb_wrapper{
	display: flex;
	justify-content: flex-start;
}

.global_liste_actu .wpb_text_column .wpb_wrapper .actualite{
    display: flex;
    flex: 0 0 25%;
	max-width: 25%;
    flex-direction: column;
    background-color: #f7f7f7;
    padding: 2%;
    margin: 1%;
}

.global_actu h1{
	margin-bottom:3%;
}

.global_actu h2{ 
	text-align:left;
	font-size: 21px;
}

.global_liste_actu .wpb_text_column .wpb_wrapper .actualite h5 a{
	font-weight: 400;
    color: #2e3a8c;
}


.global_actu p{
	font-size: 16px;
}

body .stats-block, .wpb_row .wpb_column .wpb_wrapper .stats-block {
    display: block;
    margin-bottom: 25px !important;
}

.stats-block .stats-number {
    color: #b825ce!important;
    font-size: 73px !important;
    font-weight: 300 !important;
	font-family: "Monda", sans-serif;
}

.big_text .wpb_wrapper{
  text-align:center;
}

.big_text .wpb_wrapper p{
	font-size: 30px;
    margin: 68px 0% !important;
	line-height:30px;
}

.very_major_big_text strong{
	font-size: 93px;
    line-height: 93px;
	color:#fff;
	font-family: "Monda", sans-serif;
}


.bg_left_bottom.second_bg  .very_major_big_text strong{
	font-size: 80px;
    line-height: 80px;
}

.major_big_text strong{
	font-size: 65px;
    line-height: 65px;
	font-family: "Monda", sans-serif;
}

.major_big_text a strong{
	color:#424242;
}

.counter_suffix  {
    color: #b825ce !important;
}

.counter_prefix   {
    color: #b825ce !important;
}


.little_padd{
	padding-top:3% !important;
	padding-bottom:3% !important;
}

.little_padd_top{
	padding-top:3% !important;
}

.third_bloc_black a{
	color:#444444 !important;
}

.third_bloc_black .wpb_column {
	border-radius: 30px 0 30px 0;
    padding: 60px 0px;
    box-shadow: 0px 0px 5px 0px #00000021;
    transition: all linear 0.5s;
    max-width: 31%;
}

.third_bloc_black .wpb_column:hover{
	border-radius: 0px 30px 0 30px;
    box-shadow: 0px 0px 5px 0px #00000073;
}

.third_bloc_black{
	display: flex;
    justify-content: space-between;
}

.third_bloc_black .wpb_column.column_color{
   box-shadow: 0px 0px 5px 0px #80255eab;
}

.third_bloc_black .wpb_column.column_color:hover{
   border-radius: 0px 30px 0 30px;
    box-shadow: 0px 0px 5px 0px #80255e;
}

.little_padd_bottom{
	padding-bottom:3% !important;
}

.global_liste_actu .wpb_text_column .wpb_wrapper .actualite .date_actualite {
    background-color: #293984;
    width: max-content;
    padding: 5px 10px;
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
}

.global_liste_actu .wpb_text_column .wpb_wrapper .actualite .image_actualite img{
	max-width: 100%;
	height:auto;
}

.besoin_renseignement{
	background-color: #209a9c;
    flex: 1;
    text-align: center;
    padding: 2% 3%;
    max-width: 25%;
    margin: auto;
    margin-top: 0%;
}


.besoin_renseignement.full{
    max-width: 96%;
	margin-left: 4%;
}

.besoin_renseignement form{
	justify-content: center;
}

.besoin_renseignement input{
	border-radius: 10px;
    border: none;
}

.besoin_renseignement p {
    color: #fff;
    font-size: 16px;
}

.besoin_renseignement input[type="submit"]{
	background-color: #27357f;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin: auto;
    display: block;
    width: max-content;
	margin-top: 15px;
    padding: 15px 20px 15px 15px;
}

.besoin_renseignement form{
	padding:8%;
}

.besoin_renseignement h3 {
    font-size: 16px;
    margin-top: 0%;
    font-weight: 300;
    margin-bottom: 23px !important;
    color: #fff !important;
	text-align:center;
}

.besoin_renseignement .title_offre_form{
	flex:0 0 100%;
}

.besoin_renseignement .file_input{
	display: flex;
    flex-direction: column;
    margin-bottom: 7%;
	flex: 0 0 100%;
}

.besoin_renseignement .file_input input{
	width: 134px;
	cursor:pointer;
}

.civilite select {
    border: none;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    font-size: 15px;
    font-weight: 400;
    margin-right: 15px;
}

.besoin_renseignement label {
    display: block;
    margin-bottom: 4%;
}

.actualite .btn{
	background-color: #293984;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-top: 15px;
    margin: auto;
    margin-top: 15px;
}

.actualite .btn:hover{
	background-color: #209a9c;
}

.actualite .btn span{
	font-size: 37px;
    color: #fff;
}

.banner_title{
	padding-top:2% !important;
	padding-bottom:2% !important;
}

.banner_title h1::after{
	content: url("/wp-content/uploads/2021/11/arrow.png");
	display:block;
}

div.flex {
    display: flex;
}

div.space_between{
	justify-content: space-between;
}

div.wrap {
    flex-wrap: wrap;
}

div#liste_evenements div.evenement {
    width: 23%;
    margin-right: 2%;
    background-color: #f2f2f2;
    margin-bottom: 2%;
}

div#liste_evenements .top_evenement {
    align-items: center;
}

div#liste_evenements .date_evenement {
    flex: 3;
    background-color: #209a9c;
    color: #fff;
    padding: 4%;
    margin-left: 4%;
    text-align: center;
}

div#liste_evenements .jour {
    font-size: 26px;
}

div#liste_evenements .titre_evenement {
    flex: 10;
    text-align: center;
}

div#liste_evenements div.evenement div.evenement_content {
    padding: 6% 10%;
}

.evenement_content .description {
    margin-top: 5%;
    font-size: 15px;
}

div#liste_evenements .date_fin {
    font-size: 16px;
    margin-top: 14%;
    font-style: italic;
}

#liste_offres .offre {
    flex: 4;
    padding: 0%;
    margin-right: 2%;
    min-width: 31%;
    margin-bottom: 5%;
    max-width: 31%;
    padding: 2%;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s elinear;
    -moz-transition: all 0.3s elinear;
}

.offre a {
    display: block;
    text-align: center;
}

.contrat {
    width: 80px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    border-radius: 50%;
    background-color: #209a9c;
    color: #fff;
    text-align: center;
    margin: auto;
    margin-bottom: 7%;
    margin-top: 7%;
}

.lieu_travail {
    text-align: center;
    color: #209a9c;
    min-height: 80px;
}

.little_col .vc_column-inner{
	max-width: 60%;
    margin: auto !important;
    display: flex
}

.offre h4 {
    min-height: 50px;
    text-transform: uppercase;
    text-align: center;
	margin-bottom: 10px;
}

body .offre h4 a{
	color: #293984;
}

.global_all_fiche_formation {
    background-color: #f8f8f8;
    padding: 3%;
}

.formation_entete {
    flex: 8;
    padding-right: 3%;
}

.offre_d_emploi-template-default.single h1 {
    font-weight: 100;
    max-width: 100%;
    margin: 0;
    margin-bottom: 3%;
    line-height: 40px;
}

.lieu_offre {
    color: #27357f;
}

.contrat_offre {
    color: #27357f;
    margin-top: 2%;
}

span.type_contrat {
    background-color: #27357f;
    color: #fff;
    padding: 5px 20px 5px 20px;
}

.offre_renseignements {
    flex: 4;
    background-color: #209a9c;
    margin-right: 0%;
    text-align: center;
    padding: 6% 3%;
    max-width: 25%;
    margin: auto;
    margin-top: 0%;
    font-size: 16px;
	color: #fff;
}

.aero{
    padding: 2% !important;
	margin-right: 2% !important;
	width:30% !important;
}

.aero.blue{
	background-color: #d9e2f3;
}

.global_all_contenu_formation {
    background-color: #fff;
    padding: 3%;
}

.aero.pink{
	background-color: #fbe4d5;
}

.aero.green{
	background-color: #e2efd9;
}

.aero.yellow{
	background-color: #fff2cc;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent !important;
    color: #fff !important;
    padding: 0px !important;
}

.empty_col{
	width:11% !important;
}

.global_table_formation {
    border: solid 1px #e1e1e1;
    flex: 6;
    margin-right: 5%;
    max-width: 68%;
}

.row_table_formations, .row_table_offre {
    display: flex;
}

.global_table_formation .table_left {
    border-right: solid 1px #e1e1e1;
}

.row_table_formations div, .row_table_offre div {
    padding: 4%;
}

.row_table_formations div.table_left p, .row_table_offre div.table_left p {
    margin-bottom: 0%;
    font-size: 14px;
    font-weight: 500;
    word-break: keep-all;
    text-transform: uppercase;
}

.salaire_offre {
    margin-top: 8%;
}

.row_global_formation {
    display: flex;
}

.table_right {
    flex: 3;
    font-size: 14px;
    font-weight: 300;
}

.container.entete_fiche_formation{
	display:flex;
}

.offre_renseignements span {
    display: block;
    font-weight: 700;
    padding-bottom: 1%;
}

.little_global_fiche_produit{
    /*padding: 3% 0%;*/
}

.table_right p {
    margin-left: 30px;
}

.menu_close{
	display:none;
}

.menu_open{
	display:none;
}

.bloc_home a{
	display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 500px rgb(0 0 0 / 42%);
	 transition: transform .2s;
	 font-weight:500;
}

.little_title p{
	color: #27357f;
}

.bloc_home .vc_col-sm-6 a{
	min-height: 400px;
}

.bloc_home .vc_column-inner .vc_column-inner{
	transition: transform .2s;
	position: relative;
}

.bloc_home .vc_column-inner .vc_column-inner:hover{
	 transform: scale(1.05);
	 z-index: 99;
    
}

.bloc_home .bg_green a{
	box-shadow:inset 0 0 0 500px rgb(66 66 66 / 42%);
}

.bloc_home .bg_blue a{
	box-shadow:inset 0 0 0 500px rgb(70 70 70 / 42%);
}

.bloc_color.center .vc_column-inner{
	display: flex;
    align-items: center;
    justify-content: center;
}

.wpb_text_column.phone{
	margin-bottom: 15px;
}

.wpb_text_column.phone a{
	color:#fff !important;
	font-size: 20px;
}

.wpb_text_column.phone{
	text-align:center;
}

.wpb_text_column.phone a::before{
	margin-bottom: 15px;
	color:#fff;
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
	content: "\f095";
	margin-right:10px;
}

.wpb_text_column.mail p{
	font-size: 20px;
}

.slick-slide{
	margin:0px !important;
}

.slick-list{
	padding:0px !important;
}

.ult-carousel-wrapper{
	margin-bottom:0px !important;
	margin-top: 0px !important;
}

.wpb_text_column.mail p::before{
	margin-bottom: 15px;
	color:#fff;
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
	content: "\f0e0";
	margin-right:10px;
}

.img_slide{ 
	display:none;
}

.img_slide.active{ 
	display:block;
}

.content_slide{
	padding:20px;
}

.number_slide{
	border-radius:50%;
	width: 40px;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
	color:#fff;
	margin-bottom: 15px;
}

.number_1{
	background-color:#27357f;
}

.number_2{
	background-color:#00569d;
}

.number_3{
	background-color:#61c2d0;
}

.number_4{
	background-color:#1d9b8f;
}

.number_5{
	background-color:#61c2d0;
}

.number_6{
	background-color:#00569d;
}

.number_7{
	background-color:#00569d;
}

.bx-wrapper{
	box-shadow: 0 0 0px #ccc !important;
	border:none !important;
}

body .bx-wrapper .bx-prev {
    left: -170px;
	background:url(/wp-content/uploads/2023/03/left.png);
	width: 37px !important;
    height: 68px !important;
	background-position: 0 0 !important;
}

body .bx-wrapper .bx-next {
    right: -170px;
	background:url(/wp-content/uploads/2023/03/right.png);
	width: 37px !important;
    height: 68px !important;
	background-position: 0 0 !important;
}

.line_bloc .wpb_column {
	display: flex;
   flex: 0 0 31%;
    max-width: 31%;
    height: 300px;
    margin: 1%; 
    position: relative;
    overflow: hidden;
	
}

.line_bloc.second_one .wpb_column {
	display: flex;
   flex: 0 0 48%;
    max-width: 48%;
    margin: 1%; 
    position: relative;
    overflow: hidden;
	height:auto;
}

.line_bloc.second_one .wpb_column .wpb_text_column{
	height: 300px;
	background-position:center;
	background-size: 100% auto;
	transition: all linear .2s;
}

.line_bloc.second_one .wpb_column .wpb_text_column:first-child{
	margin-bottom:4%;
}

.line_bloc.second_one .wpb_column .wpb_text_column.full_height{
	height:100%;
}

.line_bloc .vc_column-inner{
	background-position: center;
	transition: all linear .2s;
	background-size: cover;
	background-size: 100% auto;
}

.line_bloc.second_one .wpb_column .wpb_text_column:hover{
	background-size: 110% auto;
}

.line_bloc .wpb_column div{
	width:100%;
	height:100%;
}

.line_bloc .wpb_column div p{
	width:100%;
	height:100%;
}

.line_bloc.second_one .wpb_column .wpb_text_column a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
	box-shadow: inset 0 0 0 500px rgb(0 0 0 / 34%);
	transition: all linear .2s;
}

.banner_right .wpb_text_column .wpb_wrapper{
	padding: 0% 4%;
}


.line_bloc_second .wpb_column {
	display: flex;
   flex: 0 0 48%;
    max-width: 48%;
    height: 380px;
    margin: 1%; 
    position: relative;
    overflow: hidden;
}

.line_bloc_second .vc_column-inner{
	background-position: center;
	transition: all linear .2s;
	background-size: cover;
	background-size: 100% auto;
}

.line_bloc_second .vc_column-inner:hover{
	background-size: 110% auto;
}

.line_bloc_second .wpb_column div{
	width:100%;
	height:100%;
}

.line_bloc.full_line .wpb_column {
    display: flex;
    flex: 0 0 32%;
    max-width: 32%;
    height: 400px;
    margin: 0%;
    position: relative;
    overflow: hidden;
    margin-bottom: 1%;
}

.line_bloc.full_line .vc_column-inner:hover{
	background-size: 100% auto;
}

.line_bloc.full_line .vc_column-inner:hover a{
	box-shadow:inset 0 0 0 500px rgb(0 0 0 / 56%);
}

.bg_color{
	background-color: #de5021;
}

.line_bloc.full_line::before{
	display:none;
}

.line_bloc.full_line::after{
	display:none;
}

.line_bloc.full_line .wpb_column div p a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.34) 0px 0px 0px 500px inset;
    transition: all 0.2s linear 0s;
}

.line_bloc.full_line{
	max-width: 100%;
	justify-content: space-evenly;
    display: flex;
}

.bg_color h2{
	color:#fff;
}

.line_bloc_second video{
	width:100%;
	height:100%;
}

.line_bloc_second .wpb_column div p{
	width:100%;
	height:100%;
}

.line_bloc_second .wpb_column div p a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
	box-shadow: inset 0 0 0 500px rgb(0 0 0 / 34%);
}

.button_produit{
	margin-bottom:1rem;
}

body div.sous_titre_produit h3{
	text-align: center;
    font-size: 30px;
	margin-bottom: 1% !important;
    margin-top: 2%;
    color: #fff;
}

.sous_titre_produit{
	margin-bottom: 2rem;
}

.background_orange{
	background-color:#dd5120;
}

body .others_products{
	background-color:#e7e7e7;
	padding-bottom: 8% !important;
}

.others_products h3{
	text-align:center;
	color: #dd5120;
    text-transform: uppercase;
}

.banniere_produit img{
	width:100%;
	height:auto;
	display:block;
}

.logo_marque img{
	max-width:200px;
}

.align_center{
	text-align:center;
}

#onglets_produit .global_onglets:first-child{
	max-width: 58%;
    flex: 0 0 58%;
}

#onglets_produit .global_onglets:last-child{
	max-width: 28%;
	margin-right:0%;
    flex: 0 0 28%;
}

.alignright{
	float:right;
}

.more_products h3 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: initial;
    margin-bottom: 15px;
	transform: skewY(3deg);
}

body .container {
    max-width: 100%;
    width: 100%;
    margin: auto;
}

body .vc_row{
	max-width:1400px;
	margin:auto !important;
}

.vc_row[data-vc-full-width]{
	width:100% !important;
	max-width:100% !important;
	display: flex;
    justify-content: center;
    align-items: center;
}

.vc_row[data-vc-full-width][data-vc-stretch-content] .wpb_column.vc_column_container.vc_col-sm-12{
	width:100% !important;
	max-width:100% !important;
}

.vc_row[data-vc-full-width] .wpb_column.vc_column_container{
	max-width:1400px !important;
}

.related_products{
    display: flex;
    flex-wrap: wrap;
	transform: skewY(3deg);
}

.tel_contact a{
	font-size: 40px;
    font-weight: 600;
    width: max-content;
    margin: auto;
    display: block;
}

.related_products .related_product{
	flex:0 0 21%;
	max-width:21%;
	margin:0% 1%;
	margin-top:1%;
	background-color: #fff;
	padding:1%;
}

.related_products .related_product a{
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    height: 100%;
	
}

.related_products .related_product img{
    max-width: 100%;
	margin-bottom: 20px;
}

.icone_title span{
	font-size:60px;
}

body .row_half.equipe_row .wpb_column.vc_column_container {
    margin: 0% auto;
}

body .row_half.equipe_row .wpb_column .vc_column-inner {
    background-size: auto;
}

body .row_half.equipe_row .wpb_wrapper {
    max-width: 70%;
}

body .row_half.equipe_row .wpb_wrapper .wpb_wrapper{
    max-width: 100%;
}

.row_half .wpb_wrapper .wpb_wrapper{
	max-width:100%
}

.row_half .title_bloc p{
	font-size:40px;
	line-height: 40px;
}

body .subtitle{
	margin-top: 3%;
    margin-bottom: 4%;
}

body .subtitle_h3{
	text-align: left;
    color: #ffd950;
	font-weight: 600;
    margin-bottom: 3%;
	text-transform:uppercase;
	
}

body .subtitle_h3 p{
	font-size:16px;
	font-weight:bold;
}

.big_title{
	text-align: center;
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: initial;
    color: #dd5120;
    margin-bottom: 0% !important;
    margin-top: 0%;
}

body .bloc_form {
    background-color: #f4e661;
    padding: 3%;
	 border-radius: 7px;
}

body .bloc_form form div{
	margin-bottom:2%;
	width:100%;
}

form p.center input{
	background-color:#8abf38;
	border:solid 1px #8abf38;
	border-radius:0px;
    padding: 15px 36px;
    display: block;
    color: #fff;
    margin: auto;
    transition: all linear 0.5s;
	font-weight:600;
}

.material-symbols-outlined br{
	display:none;
}

.bloc_form #contact_form_title p{
    text-align: center !important;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 26px;
	color: #80255e;
}

form p.center input:hover{
	  background-color:transparent;
	  color:#8abf38;
	  border:solid 1px #8abf38;
}

body .bloc_form form div.half_form{ 
	max-width:48%;
	flex:0 0 48%;
}

body .bloc_form form div.half_form input{
	padding:6% 1%;
}

body .bloc_form form{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bloc_form input, .bloc_form textarea{
	border: none;
    border-radius: 7px;
    background-color: #FFFFFF;
    color: #2E2C39;
    font-size: 16px !important;
    padding: 3% 1%;
    max-width: 98%;
    outline: none !important;
    border-color: #FFFFFF;
    box-shadow: 0px 14px 34px 0px rgb(0 0 0 / 15%);
}

body .big_title h2, body .big_title p {
    text-align: center !important;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 60px;
    margin-bottom: 1% !important;
    color: #424242;
	line-height:60px;
}



.alignleft{
	float:left;
}

.aligncenter{
	display:block;
	margin:auto;
}

.galerie_photos div{
	background-color:#fff;
}

.galerie_photos div img{
	height: 100%;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

.little_sous_titre_produit{
	font-weight: 600;
	margin-bottom: 2rem;
	display:block;
}

#realisations_home{
	display:flex;
	justify-content: space-between;
}

.img_realisation img{
	width: 100%;
}


#realisations_home .realisation_single_global{
	width:24%;
	position:relative;
}

.description_realisation_in{
	padding:4% 10%;
}

.big_realisation{
	font-family: 'PT Sans', sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5% !important;
}

body .row_faq{
	display:flex;
	justify-content: space-between;
}

body .row_faq .wpb_column{
	margin-top:0% !important ;
}


.row_faq .vc_toggle .vc_toggle_title{
	display: flex;
    justify-content: space-between;
    align-items: center;
	background-color: #fff;
    border-radius: 14px;
    padding: 20px;
	-webkit-box-shadow: 0px 0px 12px -2px rgb(0 0 0 / 31%);
	transition:all linear 0.5s;
}

.elfsight-app-7b512d92-e790-4ce9-a555-7d8f4836edaa{
    max-width: 96%;
    margin: auto;
}

.row_faq .vc_toggle.vc_toggle_active .vc_toggle_title{
	background-color: #bb29c1;
	color:#fff;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}

.row_faq .vc_toggle.vc_toggle_active .vc_toggle_title ::before, .row_faq .vc_toggle.vc_toggle_active .vc_toggle_title ::after{
	border-color: #ffffff;
}

body .vc_toggle_content{
	background-color:#fff;
	margin-top:0%;
	margin-bottom:0%;
	-webkit-box-shadow: 0px 0px 12px -2px rgb(0 0 0 / 31%);
	padding: 20px;
	border-bottom-left-radius:14px;
	border-bottom-right-radius:14px;
}

.row_faq .vc_toggle .vc_toggle_title h4{
	margin-bottom:0% !important;
}

.row_faq .vc_toggle.vc_toggle_active{
    border-radius: 0px;
	border-top-right-radius:14px;
	border-top-left-radius:14px;
}


body .vc_tta-color-grey.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, body .vc_tta-color-grey.vc_tta-style-modern .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before{
    border-color: #fff;
}

body .vc_tta-color-grey.vc_tta-style-modern .vc_tta-controls-icon::after,body .vc_tta-color-grey.vc_tta-style-modern .vc_tta-controls-icon::before{
    border-color: #fff;
}

#realisations_home .description_realisation{
	position: absolute;
    background: #454545b3;
    background-image: radial-gradient(#ffffff1c 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -19px -19px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    height: 100%;
	transition:all linear 0.5s;
	opacity:1;
    width: 100%;
	left:0%;
	top: 0%;
	bottom:0;
}

#realisations_home .realisation_single_global:nth-child(odd) .description_realisation{
	background-color:#424242ed;
}

#realisations_home .realisation_single_global:nth-child(even) .description_realisation{
	background-color:#b825cef2;
}


#realisations_home .realisation_single_global:hover > .description_realisation{
	opacity: 0; 
	top: 0;
    left: 0;
    bottom: 25%;
}

#prestations_blocs .title_bloc a{
	color:#444444;
	transition:all linear 0.5s;
}

#prestations_blocs .title_bloc a::after{
	content:"\f061";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	font-size:20px;
	line-height: inherit;
    vertical-align: middle;
    margin-left: 1rem;
	transition:all linear 0.5s;
	opacity:0;
}

#prestations_blocs .title_bloc a:hover::after{
	opacity:1;
	
}

body .ult_exp_section,
body .ult_exp_content.ult_active_section{
	background:none !important;
}

body .ult_exp_section .ult_expheader,
body .ult_exp_content.ult_active_section{
	text-transform:none !important;
	color: #858585;
}
 
.ult_ecpsub_cont .wpb_content_element p {
	text-align:left;
}

#toc_container{
	margin-top: 2rem;
}

.photo_principale img{
	max-width:100%;
}

.photo_principale{
	max-width:60%;
}

.global_actu header{
	padding: 5rem 0;
	background-color: #8ec83d;
	margin-bottom: 4rem;
	color:#fff;
}

.global_actu header h1{
	margin:0;
	font-size: 2.5rem;
	color:#fff;
	text-align:center;  
	line-height: initial;
}

.global_actualite{
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

.global_actualite .actu_little_global{
	flex: 0 0 31%;
	background-color: #f1f1f1;
    margin-bottom: 15px !important;
	transition:all linear 0.2s;
}

.global_actualite .actu_little_global a{
	transition:all linear 0.2s;
	color: #3e3e3e;
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section{
	padding-top:0% !important;
}

p.center {
    width: 100%;
    text-align: center;
}

.global_form div {
    flex: 0 0 48%;
    max-width: 48%;
}

.global_form div.full {
    flex: 0 0 100%;
    max-width: 100%;
}

.global_actualite .actu_little_global:hover{
	background-color:#8abf38;
}

.global_actualite .actu_little_global:hover a{
	color:#fff !important;
}


.global_actualite .image_actualite{
	text-align: center;
    padding: 20px;
}


.container_article .content_article{
	flex:9;
}

.container_article aside{
	flex:3;
	background-color: #d2d2d233;
	padding: 3rem;
    margin-bottom: 2em !important;
    color: #565454;
    border: dashed 2px #878787;
	margin-left:2rem;
}

.global_actu h3{
	font-size:1rem;
	color: #db4d27;
}

.global_actu #breadcrumbs a,
.global_actu #breadcrumbs span{
	color:#fff;
}

.global_actu #toc_container ul{
	margin-left:2rem;
}

.global_actu #toc_container li{
	text-indent: 10px;
}

.global_actu .wp-caption-text{
	font-style:italic;
	text-align:center;
	margin-bottom: 2rem;
    font-size: 0.9rem;
    color: #626262;
}

.global_actu .content_article img{
	max-width:100%;
}

.global_actu .content_article li{
	text-indent:10px;
	margin-bottom:10px;
}

.global_actu .content_article li ul{
	margin-top:10px;
}

.global_actu .wp-caption.alignnone{
	margin:2rem auto;
}

.global_actu h2{
	margin-top:3rem;
	font-size: 1.5rem;
    color: #db4d28;
}

.crp_related ul{
	margin-left:0;
}

.crp_related li{
	margin-bottom: 1.5rem;
}

.crp_related a{
    color: #565454;
    padding-left: 10px;
}

.crp_related ul{
	margin-left:0;
	padding-left:0;
}

.crp_related span.list_title{
	font-weight:bold;
}

#liste_articles{
	flex-wrap:wrap;
}

#liste_articles .liste_article{
	flex:4;
	max-width:24%;
	min-width:24%;
	background-color: #f8f8f8;
	margin-right:1%;
	margin-bottom:1%;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	display:flex;
	flex-direction:column;
	border-radius: 10px;
}

#liste_articles .liste_article .liste_titre_article{
	font-size: 1.2rem;
	flex: 4;
	display: flex;
}

#liste_articles .liste_article .liste_image_article{
	background-size:cover;
	height:200px;
	background-repeat: no-repeat;
    background-position: center;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#liste_articles .liste_article .date_article{
	margin-top: 1rem;
    margin-left: 1rem;
	background-color: #db4c2c;
    color: #fff;
}

#liste_articles .liste_article a{
	color: #474747;
	padding:1rem;
	display:block;
	transition:all linear 0.2s;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#liste_articles .liste_article a:hover{
	background-color: #e8e8e8;
}

p.description_archive{
	max-width: 1000px;
}

#acces_categories{
    padding-bottom: 3rem;
	flex-wrap:wrap;
}

#acces_categories .acces_categorie{
    margin-right: 1rem;
    font-size: 1.3rem;
}

#acces_categories .acces_categorie a{
	color:#fff;
	padding: 0.8rem 1.5rem;
    background-color: #424242;
    border-radius: 10px;
	transition:all linear 0.5s;
	display:block;
}

#acces_categories .acces_categorie a:hover{
	background-color:#000000;
}

.cta_bloc{
	background-color: #f8d98a;
    border-radius: 10px;
}

.cta_bloc.verticale .cta_text{
    padding: 3rem 2rem 0rem 2rem;
}

.cta_bloc.horizontale .cta_text{
    padding: 3rem;
}

.cta_bloc p{
	line-height: initial;
	font-size: 1.2rem;
}

.cta_bloc.verticale img{
	max-width:70%;
}

.cta_bloc.verticale{
	justify-content:space-between;
	text-align:center;
}

.cta_bloc.horizontale .cta_img{
	text-align:right;
	padding: 0.5rem 1rem;
    flex: 4;
}

.global_actu .content_article .cta_bloc.horizontale img,
.cta_bloc.horizontale img{
	max-width:50%;
}

.cta_bloc.horizontale{
	margin-bottom:1rem;
	margin-top:2rem;
}

.cta_bloc.horizontale a.button{
	margin-top:3rem;
}

.cta_bloc.verticale a.button{
	margin-top:1.2rem;
	margin-bottom:1.2rem;
}

.cta_bloc a.button{
	background-color: #d12f8f;
    border-radius: 5px;
    display: block;
    padding: 0.5rem 1rem;
    color: #fff;
	transition:all linear 0.5s;
	text-align: center;
	line-height:initial;
}

.cta_bloc a.button:hover{
	background-color:#fb1381;
}

.cta_bloc .cta_title{
	font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
}

code{
	margin: 2rem 0;
    display: block;
    background-color: #4e4e4e;
    color: #fff;
    padding: 0.5rem;
}

.crp_related{
	margin-bottom:5rem;
}

iframe{
	max-width:100%;
}

@media screen and (max-width: 1420px){
	.container{
		max-width:1240px;
		width:1240px;
	}

}

@media screen and (max-width: 1240px){
	.container{
		max-width:1100px;
		width:1100px;
	}

}

@media screen and (max-width: 1100px){
	.container{
		max-width:1024px;
		width:1024px;
	}

}

@media screen and (max-width: 767px){
	div.flex.desktop_only{
		display: block;
	}
	
	.banner_home .banner_left .vc_column-inner {
		height: 50vh;
	}
	
	.banner_home .banner_left {
		height: 50vh;
	}
	
	.upb_row_bg{
		width:100% !important;
	}
	
	.info_vehicule h4{
		line-height: normal;
	}
	
	.padd_top_mob{
		padding-top: 8%;
	}
	
	.bandeau p {
		flex-direction: column;
	}
	
	.bloc_fonce_half .col_white {
		padding: 36px 10px !important;
	}
	
	.description_bottom {
		max-width: 95%;
	}
	
	
	
	.bottom_footer{
		flex-direction: column;
		padding-top: 7%;
		padding-bottom: 3%;
	}
	
	.left_contact {
		max-width: 80%;
		display: flex;
		margin: auto;
	}
	
	.description_top {
		max-width: 95%;
	}
	
	.bandeau p img{
		margin-left: 0px;
		margin-top: 20px;
		max-width: 100px;
		margin-bottom: 20px;
	}
	
	.bloc_fonce .wpb_column {
		padding: 10px 10px !important;
	}
	
	body h2{
		text-align:center;
	}
	
	body h3 {
        font-size: 24px !important;
        line-height: 28px !important;
        text-align: center;
    }
	
	.vc_row.vc_column-gap-35>.vc_column_container {
		padding: 0px !important;
	}
	
	body .wpb_single_image img{ 
		max-width:100% !important;
	}
	
	body .banner_home h3{
		text-align:center;
	}
	
	.photo_principale img{
		max-width:100%;
	}
	
	.global_contact {
		flex: 0 0 100%;
		display: flex	;
		flex-direction: column;
		padding: 4% 0%;
		margin-bottom: 10%;
	}
	
	body .vc_row.banner_home {
		padding:0% !important;
		flex-direction: column-reverse;
	}
	
	.global_actualite .actu_little_global {
		flex: 0 0 48%;
		max-width: 48%;
	}
	
	.global_reglementation .reglementation {
		flex: 0 0 99%;
		width: 99%;
	}
	
	.global_actu header h1 {
		margin: 0;
		font-size: 30px;
	}
	
	.tel_contact {
		margin-bottom: 20px !important;
	}
	
	.banner_right .wpb_text_column .wpb_wrapper h1 {
		color: #fff;
		font-size: 44px;
		line-height: 44px;
		margin-bottom: 1% !important;
	}
	
	.bandeau p {
		font-size: 26px;
	}
	
	body h4{
		text-align:center;
		margin-bottom:10px;
	}
	
	.burger i{
		color:#8ec83d;
		font-size: 30px;
	}
	
	.container{
		max-width:100%;
		width:100%;
	}
	
	.img_avis_animation{
		display:none;
		animation: none !important;
	}
	
	#acces_categories .acces_categorie {
		margin-bottom: 4%;
	}
	
	
	
	#liste_articles .liste_article .date_article{ 
		margin-top:0%;
		margin-left:0%;
	}
	
	body .vc_row .big_banner {
		min-height: 100px;
	}
	
	
	body.home h1 {
		margin-bottom: 4% !important;
	}
	
	body .big_title p { 
		font-size: 40px;
		line-height: 40px;
	}
	
	body .row_half{
		flex-direction: column;
		flex-wrap: wrap;
	}
	
	.row_half .wpb_wrapper {
		max-width: 100%;
	}
	
	#realisations_home{
		flex-direction: column;
	}
	
	#realisations_home .realisation_single_global {
		width: 100%;
		position: relative;
		margin-bottom: 8%;
	}
	
	body .very_major_big_text{
		margin-bottom: 8% !important;
	}
	
	#footer .big_bloc {
		padding: 8% 5%;
		padding-bottom: 17%;
	}
	
	body h3 {
		font-size: 24px !important;
		margin: 6% 0%;
		line-height:24px;
		padding-left:0% !important;
	}
	
	.bloc_footer.first {
		margin-bottom: 8%;
	}
	
	body .row_half.equipe_row .wpb_wrapper {
		max-width: 100%;
	}
	
	body .big_title h2, body .big_title p {
		font-size: 45px;
		line-height: 45px;
	}
	
	.row_half_second{
		flex-direction: column;
	}
	
	.row_half_second .wpb_column {
		flex: 100%;
		max-width: 100%;
	}
	
	.bg_left_bottom.second_bg{
	    padding-bottom: 100px !important;
	}
	
	.bg_left_bottom.second_bg .upb_row_bg {
		background-position: left bottom !important;
	}
	
	.bg_left_bottom.second_bg .very_major_big_text strong {
		font-size: 50px;
		line-height: 50px;
	}
	
	body .banner h1 {
		font-size: 40px;
		line-height: 40px;
		overflow-wrap: break-word;
	}
	
	.global_bloc_third_left {
		border-left: solid 0px #fff;
		padding-left: 0%;
		text-align: center;
	}
	
	.bloc_footer.third .bloc_middle{
		text-align: center;
	}
	
	.avis_footer {
		padding: 6% 4%;
	}
	
	.row_faq.row_half_second .wpb_column {
		flex: 0 0 100%;
		max-width: 100% !important;
	}
	
	.bg_left_bottom .upb_row_bg{
		background-position: center bottom;
	}
	
	.btn a {
		display: block;
		max-width: 90%;
		padding: 5%;
		text-align: center;
		font-size: 16px;
	}
	
	.bloc_article{
		border:none;
	}
	
	.padd_left {
		padding-left: 0% !important;
	}

	.padd_right {
		padding-right: 0% !important;
	}
	
	.bloc_form {
		margin-top: 10%;
	}
	
	.bg_left_bottom.bg_bleu{
		padding-bottom: 70px !important;
	}
	
	 .big_text .wpb_wrapper p {
		font-size: 30px;
		line-height: 30px;
	}
	
	.empty{
		display:none !important;
	}
	
	.bg_left_bottom.bg_bleu .major_big_text strong {
		font-size: 40px;
		line-height: 40px;
	}
	
	.global_bloc_realisation{
		flex-direction: column;
	}
	
	body .bx-wrapper .bx-prev {
		left: 0px;
		background: url(/wp-content/uploads/2023/03/left.png);
		width: 23px !important;
		height: 40px !important;
		background-position: 0 0 !important;
		top: 60px !important;
		 background-size: cover;
	}
	
	.realisation_link {
		text-align: center;
		width: 100%;
		display: flex;
		margin-top: 3%;
	}
	
	body .bx-wrapper .bx-next {
		right: 0px;
		background: url(/wp-content/uploads/2023/03/right.png);
		width: 23px !important;
		height: 40px !important;
		background-position: 0 0 !important;
		top: 60px !important;
		background-size: cover;
	}
	
	.bg_grey iframe{
		max-width:100% !important;
	}
	
	.bloc_article ul{
		padding-left: 0%;
	}
	
	.bloc_article ul li{
		margin-bottom: 3%;
	}
	
	body .bloc_form form div.half_form {
		max-width: 100%;
		flex: 0 0 100%;
		
	}
	
	.bg_left_bottom.bg_bleu .wpb_column:nth-child(1){ 
		display:none;
	}
	
	.bg_left_bottom.bg_bleu .wpb_column:nth-child(3){
		display:none;
	}
	
	body .bloc_form form div.half_form input{
		padding:3% 1%;
	}
		
	
	.global_form div {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.third_bloc_black{
		flex-direction: column;
	}
	
	.third_bloc_black .wpb_column.column_color {
		margin: 10% 0%;
	}
	
	.third_bloc_black .wpb_column {
		max-width: 100%;
	}
	
	.single_realisation {
		flex: 0 0 47%;
		max-width: 47%;
		margin: 1.5%;
	}
	
	.bloc_realisation_right{
		max-width: 79%;
	}
	
	.infos_bloc_realisation {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
	
	.bg_left_bottom.bg_rose{
		padding-bottom: 70px !important;
	}
	
	.bg_left_bottom.bg_rose .major_big_text strong {
		font-size: 40px;
		line-height: 40px;
	}
	
	.btn a span {
		margin-right: 5px;
	}
	
	.row_half .wpb_column .vc_column-inner{
		background-position: bottom center;
		background-size: auto 200px;
		padding-top: 4%;
		padding-bottom: 233px;
		padding-left: 2% !important;
		padding-right: 2% !important;
	}
	
	.row_half .title_bloc p {
		font-size: 32px;
		line-height: 32px;
	}
	
	.row_half .wpb_column {
		margin-bottom: 15% !important;
	}
	
	body .subtitle {
		margin-bottom: 10%;
	}
	
	body .banner .marg_top_mob{
		margin-top:10% !important;
	}
	
	body .banner{
		height:auto;
	}
	
	.btn_banner .wpb_wrapper {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	
	.btn_banner p {
		margin-bottom: 7%;
	}
	
	.btn_banner a{
		font-size: 14px;
		padding: 10px 10px;
	}
	
	#global_header .container{
	    position: relative;
	}
	
	.header_center{
		position: absolute;
		top: 100%;
		left:0%;
		width:100%;
	}
	
	.very_major_big_text strong {
		font-size: 65px;
		line-height: 65px;
	}
	
	.major_big_text strong {
		font-size: 48px;
		line-height: 48px;
	}
	
	.eapps-widget-toolbar{
		display:none !important;
	}
	
	#footer .big_bloc .contain{
		flex-direction: column;
	}
	
	.search.container .result{
		margin:4% 0%;
	}
	
	header.sticky #global_header {
		position: inherit;
	}
	
	.search.container{
		max-width: 96%;
		margin: 2%;
		margin-top: 7%;
	}
	
	.search.container h1{
	    margin-bottom: 10%;
	}

	#fil_ariane{
		display:none;
	}
	
	
	.menu li a {
		padding: 15px 2em;
		color: #3c3c3c;
		transition: all 0.3s ease-out;
		border-radius: 5px;
		font-size: 17px;
		font-weight: 300;
		width: 100%;
	}
	
	.burger{ 
		width: 35%;
		display: flex;
		justify-content: end;
		align-items: center;
		font-size: 23px;
		padding-right: 5%;
	}
	
	#menu-main-menu {
		position: absolute;
		z-index: 9;
		background-color: #fff;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.menu_close.active{
		display:block;
	}
	
	.menu_open.active{
		display:block;
	}
	
	#footer .container{
		flex-direction: column;
		padding-bottom: 5%;
	}
	
	.slider button{
		display:none !important;
	}
	 
	.bg_clair ul{
		padding-left:20px;
	}
	

	
	body .button_envoi_form input{
		margin-left:0%;
	}
	
	body .content_form_tri select{ 
		margin-right:0%;
	}
	
	body .actu_home .vc_row {
		padding-right:0% !important;
		padding-left:0% !important;
	}
	
	body.home .slider{
		padding-right:0% !important;
		padding-left:0% !important;
	}
	
	.three_bloc .wpb_column {
		max-width: 100%;
		padding: 6% 0%;
	}
	
	.four_bloc .wpb_column {
		max-width: 100%;
		padding: 8% 0%;
	}
	
	#footer .bloc_widget{
		text-align: center;
		margin-bottom: 15px;
	}
	
	#footer p, #footer a{
		text-align:center;
	}
	
	.header_right{
		display:none;
	}
	
	#logo img {
		width: max-content;
		max-width: 50%;
	}
	
	#global_header .container{
		padding:4%;
	}
	
	#global_header #logo {
		max-width: 100%;
		display:flex;
		align-items: center;
		flex: 0 0 100%;
	}
	
	.bg_blue{
		margin-bottom: 4% !important;
	}
	
	.marg_bot_mob .wpb_column  {
		margin-bottom: 4% !important;
	}
	
	
	
	.bloc_home .vc_col-sm-6 a {
		min-height: 300px;
	}
	
	
	body.home h1 {
		margin-bottom: 10% !important;
	}
	
	.slider .slick-track .slick-slide {
		height: 300px;
		margin: 0% !important;
	}
	
	.slider .slick-track .slick-slide .wpb_text_column .wpb_wrapper a {
		font-size: 18px;
		padding: 0px 10px;
	}
	
	body h3 {
		font-size: 19px;
		padding-right: 2%;
		padding-left: 2%;
	}
	
	.menu-main-menu-container{
		display:none;
	}
	
	.bg_clair {
		padding: 8% 3%;
	}
	
	.agenda_little_global .lieu_agenda{
		font-size:15px;
	}
	
	#top_panel {
		background-color: #282828;
		padding: 10px 10px;
	}
	
	#fil_ariane {
		padding: 2%;
		max-width: 96%;
	}
	
	.line {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	
	.line .vc_column_container {
		max-width: 100%;
		margin-bottom: 5%;
	}
	
	.hauteur {
		padding-bottom: 0%;
	}
	
	body h1 {
		font-size: 22px;
	}
	
	.width80 {
		width: 100%;
	}
	
	body .vc_row{
		padding-left: 4% !important;
		padding-right: 4% !important;
	}
	
	.padd {
		padding-top: 8% !important;
		padding-bottom: 8% !important;
	}
	
	.menu li{
		width:100%;
	}

	.line.padd.no_padd_mob{
		padding-top: 0% !important;
		padding-bottom: 0% !important;
	}
	
	.line.padd_top.no_padd_mob{
		padding-top: 0% !important;
	}
	
	body h2 {
		margin-bottom: 5% !important;
		font-size: 1.2em;
	}
	
	.empty{
		display:none !important;
	}
	
	body .ult-carousel-wrapper {
		margin-bottom: 0px;
	}
	
	.slick-dots{
		display:none !important;
	}
	
	.bloc_actu_home .date {
		margin-bottom: 6%;
	}
	
	.bloc_actu_home .image_actualite h5 {
		margin-bottom: 20px;
	}
	
	.bloc_actu_home .extrait {
		font-size: 17px;
	}
	
	#footer{
		padding-top: 30px;
	}
	
	.flex .vc_row {
		display: flex;
		flex-direction: column;
	}
	
	.global_valeur .wpb_column {
		margin-bottom: 15%;
	}
	
	body .global_historique .vc_single_image-wrapper::before{
		width:0px;
		height:0px;
	}
	
	body .global_historique .left .vc_single_image-wrapper::before{
		width:0px;
		height:0px;
	}
	
	body .global_historique.inverse{
		flex-direction: column-reverse;
	}
	
	body .global_historique .wpb_wrapper{
		text-align: center;
		margin-bottom: 15px;
	}
	
	body .global_historique .wpb_wrapper p{
		text-align: center !important;
	}
	
	body .global_historique:last-child{
		margin-bottom:0% !important;
	}
	
	div#liste_evenements div.evenement {
		width: 100%;
		margin-right: 0%;
		background-color: #f2f2f2;
		margin-bottom: 5%;
	}
	
	body .banner_title h1::after {
		content: url(/wp-content/uploads/2021/11/arrow.png);
		display: block;
		margin-bottom: 3%;
		margin-top: 2%;
	}
	
	.padd_top {
		padding-top: 10% !important;
	}

	.padd_bottom {
		padding-bottom: 10% !important;
	}
	
	.banner_title {
		padding-top: 5% !important;
		padding-bottom: 5% !important;
	}
	
	.center_mob.wpb_single_image {
		text-align:center !important;
			margin-bottom: 5%;
	}
	
	#liste_produits .produit {
		flex: 3;
		padding: 0%;
		margin-right: 0%;
		min-width: 100%;
		margin-bottom: 45px;
		max-width: 100%;
	}
	
	.content_form_tri {
		margin: auto;
		display: flex;
		padding: 6% 0%;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.content_form_tri .button_envoi_form{
		margin-top:4%;
	}
	
	.content_form_tri select {
		width: 80%;
	}
	
	.global_description_produit_long {
		width: 100%;
	}
	
	.description_produit_top {
		width: 100%;
	}
	
	.description_produit_top{
		flex-direction: column;
	}
	
	.little_global_fiche_produit{
		margin: 5% 4%;
		width: 92%;
	}
	
	.etiquette {
		font-size: 13px;
	}
	
	.description_produit_middle.container{
		flex-direction: column;
	}
	
	.document_produit {
		background-color: #f8f8f8;
		padding: 2%;
	}
	
	.table_produit {
		margin-right: 0%;
		width: 96%;
		max-width: 100%;
		margin-left: 2%;
	}
	
	.global_table_produit .table_left{
		flex:0 0 40%;
	}
	
	.table_right p {
		margin-left: 0%;
	}
	
	.besoin_renseignement {
		background-color: #209a9c;
		flex: 1;
		text-align: center;
		padding: 6% 3%;
		max-width: 100%;
		margin: auto;
		margin-top: 10%;
		margin-bottom: 10%;
	}
	
	.global_liste_actu .wpb_text_column .wpb_wrapper {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	
	.invert_mob{
		flex-direction: column-reverse;
	}
	
	.half_section .text_right {
		padding-left: 0%;
	}
	
	.besoin_renseignement h3 {
		padding: 0%;
	}
	
	.little_col .vc_column-inner {
		max-width: 100%;
	}
	
	.aero {
		padding: 2% !important;
		margin-right: 2% !important;
		width: 48% !important;
		align-items: baseline !important;
	}
	
	.aero h3{
		word-wrap: break-word;
	}
	
	.global_lien .wpb_column {
		margin-bottom:40px;
	}
	
	.global_liste_actu .wpb_text_column .wpb_wrapper {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	
	.global_liste_actu .wpb_text_column .wpb_wrapper .actualite {
		display: flex;
		flex: 0 0 90%;
		max-width: 90%;
		padding:5%;
		margin-bottom: 5%;
		margin-top: 5%;
	}
	
	.container.entete_fiche_formation {
		display: flex;
		flex-direction: column;
	}
	
	.offre_d_emploi-template-default.single h1 {
		margin-bottom: 5%;
		margin-top: 5%;
	}
	
	.offre_renseignements {
		flex: 4;
		background-color: #209a9c;
		margin-right: 0%;
		text-align: center;
		padding: 6% 3%;
		max-width: 100%;
		margin: auto;
		margin-top: 10%;
		margin-bottom: 10%;
		font-size: 16px;
		color: #fff;
	}
	
	form p.form {
		width: 100%;
		margin-bottom: 4%;
	}
	
	#wpcf7-f7-p243-o1 form{
		margin-top: 10%;
	}

	
	.row_table_offre {
		flex-direction: column;
	}
	
	.row_global_formation {
		flex-direction: column;
	}
	
	.row_global_formation{
		flex-wrap: wrap;
	}
	
	.global_table_formation {
		max-width: 100%;
		margin-right:0%;
	}

	.lieu_offre {
		color: #27357f;
		font-size: 15px;
	}
	
	.contrat_offre {
		color: #27357f;
		font-size: 15px;
	}
	
	#liste_offres .offre {
		flex: 4;
		padding: 0%;
		margin-right: 2%;
		min-width: 90%;
		margin-bottom: 5%;
		max-width: 100%;
		padding: 5%;
		margin-bottom: 4%;
		margin-top: 4%;
		background-color: #fff;
		-webkit-transition: all 0.3s linear;
		transition: all 0.3s elinear;
		-moz-transition: all 0.3s elinear;
	}
	
	body.single  article{
		max-width: 96%;
		margin: 2%;
	}
	
	.global_actu h1 {
		margin-bottom: 3%;
		padding: 0% 4%;
		margin-bottom: 5%;
	}
	
	.global_confiance .wpb_column {
		    max-width: 75%;
		margin: auto;
		margin-top: 8%;
		margin-top:4%;
	}
	
	.sub-menu li {
		margin-left: 5% !important;
		padding-left: 30px !important;
	}

	
	body  .menu-item-has-children{
		flex-direction: column;
	}
	
	.menu li .sub-menu {
		flex-direction: column;
	}
	
	.menu li {
		width: 100%;
		flex: 0 0 100%;
		padding: 0%;
		display: flex;
	}
	
	p.description_archive {
		max-width: 100%;
	}
	
	.global_actu .container{
		max-width:90%;
	}
	
	.global_actu header h1,
	.global_actu #breadcrumbs,
	.global_actu .description_archive{
		text-align:center;
	}
	
	#liste_articles .liste_article{
		width:100%;
		max-width:100%;
		margin-bottom:2rem;
	}
	
	.global_actu .date_article{
		text-align: center;
		display: block;
	}
	
	.global_actu #toc_container ul{
		margin-left:0;
	}
	
	.global_actu .content_article ul{
		padding-left: 1rem;
	}
	
	.global_actu #toc_container li {
		text-indent: 0px;
	}
	
	div.wp-caption{
		max-width:100%;
	}
	
	.container_article aside{
		margin-left:0;
		padding:2rem;
	}
	
	.cta_bloc.verticale .cta_text {
		padding: 2rem 1rem 0rem 1rem;
	}
	
	.cta_bloc.horizontale .cta_img{
		text-align:center;
	}
	
	.cta_bloc .cta_title,
	.cta_bloc p{
		text-align:center;
	}
	
	.menu{
		padding-right:3%;
	}
	
	.menu li.current-menu-item a{
		color: #3c3c3c !important;
	}
	
	body .menu .contact_menu a{
		color:#fff !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) { 

	.container {
		max-width: 96%;
		width: 96%;
		margin:auto;
	}
	
	.description_bottom {
		max-width: 75%;
	}
	
	body .big_title h2, body .big_title p {
		font-size: 38px;
	}
	
	.global_contact {
		flex: 0 0 100%;
		display: flex	;
		padding: 4% 0%;
	}

	
	.bloc_fonce_half .col_white {
		background-color: #fff;
		padding: 45px !important;
		margin-left: 3% !important;
	}
	
	.bandeau p img {
		max-width: 100px;
	}
	
	body h2{
		line-height: normal;
	}
	
	.vc_row[data-vc-full-width].bloc_fonce .wpb_column.vc_column_container{ 
		max-width:80% !important;
	}
	
	body h3{
		text-align:center;
	}
	
	.photo_principale img{ 
		max-width:100% !important;
	}
	
	.menu{
		padding-right:3%;
	}
	
	.menu li.current-menu-item a{
		color: #3c3c3c !important;
	}
	
	body .menu .contact_menu a{
		color:#fff !important;
	}	
	
	.full_on_tab .vc_col-sm-6{
		width: 100%;
	}
	
	.global_reglementation .reglementation {
		flex: 0 0 47%;
	}
	
	.full_on_tab .vc_col-sm-8{
		width: 100%;
	}
	
	.burger i{ 
		color: #8ec83d !important;
        font-size: 35px;
	}
	
	body .vc_row {
        padding-left: 4% !important;
        padding-right: 4% !important;
    }
	
	body.category .global_actu{
		margin:0% 2%;
	}
	
	header.sticky #global_header{
		position:inherit;
	}
	
	body.single {
		margin: 0% 1%;
	}
	
	.global_actu.padd{
		padding-top:0% !important;
	}
	
	#global_header{
		padding: 2% 0%;
	}
	
	.global_actu header {
		padding: 5rem 2%;
	}
	
	.global_actu .container{
		max-width:100%;
		flex-wrap: wrap;
	}
	
	.container_article .content_article {
		flex: 0 0 100%;
	}
	
	.container_article aside {
		flex: 0 0 94%;
		padding:3%;
		margin-left:0%;
	}
	
	.bloc_footer.third {
		flex: 0 0 100%;
	}
	
	.global_bloc_third_left {
		border-left: solid 0px #fff;
		display: flex;
		max-width: 68%;
		margin-left: 32%;
		justify-content: space-between;
	}
	
	.global_bloc_third_left .bloc_middle{
		flex:0 0 48%;
	}
	
	.major_big_text strong {
		font-size: 56px;
		line-height: 56px;
	}
	
	.bg_left_bottom.second_bg .very_major_big_text strong {
		font-size: 72px;
		line-height: 72px;
	}
	
	body .banner h1 {
		font-size: 43px;
		line-height: 43px;
	}
	
	.infos_footer {
		margin-top: 0%;
	}

	
	.eapps-widget-show-toolbar{
		max-width: 96%;
		margin: auto;
	}
	
	.bloc_footer.first {
		flex: 0 0 32%;
	}
	
	.bloc_footer.second {
		flex: 0 0 68%;
	}
	
	body .vc_row .big_banner {
		min-height: 106px;
		position: relative;
		margin-bottom: 3%;
	}
	
	.row_half{
		flex-wrap:wrap;
	}
	
	.row_half_second {
		justify-content: space-evenly;
		display: flex;
		flex-wrap: wrap;
	}
	
	.empty{
		display:none;
	}
	
	.major_big_text strong {
		font-size: 51px;
		line-height: 51px;
	}
	
	
	#realisations_home {
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	
	.bg_left_bottom {
		padding-bottom: 15% !important;
	}
	
	#realisations_home .realisation_single_global {
		width: 48%;
		position: relative;
		flex: 0 0 48%;
		margin-bottom: 2%;
	}
	
	body .bx-wrapper .bx-prev {
		left: 10px;
	}
	
	body .bx-wrapper .bx-next{
		right:10px;
	}
	
	.global_form{
	    max-width: 96%;
		margin: auto;
	}
	
	.bloc_realisation_right{
		max-width:80%;
	}
	
	.bloc_realisation_left{
		max-width:13%;
	}
	
	.row_half .wpb_column {
		flex: 0 0 96%;
	}
	
	.menu li a {
		padding: 15px 2em;
		color: #3c3c3c;
		transition: all 0.3s ease-out;
		border-radius: 5px;
		font-size: 17px;
		font-weight: 300;
		width: 100%;
	}
	
	.menu-main-menu-container {
		display: none;
	}
	
	.menu-main-menu-container.active{
		display: block;
	}
	
	#global_header #logo{
		max-width: 100%;
		display: flex;
		align-items: center;
		flex: 0 0 100%;
		justify-content: space-between;
	}
	
	#global_header .container {
		flex-wrap: wrap;
	}
	
	.header_center {
		flex: 0 0 100%;
		display: flex;
		justify-content: end;
		align-items: center;
	}
	
	.burger{ 
		width: 35%;
		display: flex;
		justify-content: end;
		align-items: center;
		font-size: 23px;
		padding-right: 5%;
	}
	
	.menu li {
		justify-content: flex-start;
	}
	
	#menu-main-menu {
		position: absolute;
		z-index: 9;
		background-color: #fff;
		padding-top: 15px;
		padding-bottom: 15px;
		width:100%;
		flex-direction: column;
		
	}
	
	body .menu .btn a{
		margin-top:0%;
		width: max-content;
		margin: unset;
	}
	
	.menu_close.active{
		display:block;
	}
	
	.menu_open.active{
		display:block;
	}
	
	#logo a{
		display:inline-block;
	}
	
	body .menu li a {
		padding: 15px 0px;
	}
	
	body .menu li a {
		font-size: 14px;
	}
	
	.menu li .sub-menu{
		justify-content:center;
		top: 55.5px !important;
	}
	
	.global_valeur .wpb_column {
		padding: 0% 2%;
		width: 48%;
		margin-bottom: 5%;
	}
	
	body .global_historique .vc_single_image-wrapper::before{
		display:none;
	}
	
	body .global_historique .left .vc_single_image-wrapper::before{
		display:none;
	}
	
	div#liste_evenements div.evenement {
		width: 46%;
	}
	
	.hauteur .vc_column-inner h3 a {
		padding-top: 170px;
		padding-bottom: 170px;
	}
	
	.global_half .wpb_column {
		width:48%;
		flex:0 0 48%;
	}
	
	.width60 {
		width:60% !important;
		flex:0 0 60%  !important;
	}
	
	.width40 {
		width:40% !important;
		flex:0 0 40%  !important;
	}
	
	.global_half .wpb_column.empty_col{
		display:none !important;
	}
	
	#liste_produits .produit {
		flex: 3;
		padding: 0%;
		margin-right: 2%;
		min-width: 31%;
		margin-bottom: 7%;
		max-width: 31%;
	}
	
	.little_global_fiche_produit {
		margin-top: auto;
		margin-bottom: auto;
		padding: 5%;
		max-width: 50%;
		flex: 0 0 50%;
	}
	
	.besoin_renseignement {
		max-width: 35%;
	}
	
	.table_produit {
		margin-right: 5%;
		width: 55%;
		max-width: 55%;
	}
	
	.center_tab{
		margin: auto;
		margin-top: 6%;
	}
	
	.aero h3{
		word-wrap: break-word;
	}
	
	body .table_right p {
		margin-left: 0%;
	}
	
	.global_table_produit .table_left {
		flex: 0 0 30%;
	}
	
	.description_produit_top {
		width: 99%;
	}
	
	.global_description_produit_long {
		width: 100%;
		margin: auto;
		display: flex;
	}
	
	.description_produit_long {
		flex: 2;
		font-size: 15px;
		width: 100%;
		max-width: 100%;
		margin-bottom: 4%;
	}
	
	.line .vc_column_container {
		max-width: 47%;
		width: 47%;
	}
	
	.global_liste_actu .wpb_text_column .wpb_wrapper .actualite {
		display: flex;
		flex: 0 0 31%;
		max-width: 31%;
		flex-direction: column;
		background-color: #f7f7f7;
		padding: 2%;
	}
}


@media screen and (min-width: 1300px) and (max-width: 1550px) { 
	body .menu .btn a {
		padding: 11px 25px;
	}
	
	.menu li {
		padding: 0px 7px;
	}
	
	body .vc_row .big_banner {
		min-height: 72px;
	}
	
	#global_header .container {
		display: flex;
		width: 98%;
		max-width: 98%;
	}
	
	.menu {
		padding-left: 2%;
	}
	
	.menu li a {
		font-size: 16px;
	}
}

@media screen and (min-width: 1300px) and (max-width: 1390px) { 

	.menu li a {
		font-size: 14px;
	}
	
	.global_actu .container {
		max-width: 98%;
		flex-wrap: wrap;
	}
	
	.global_actu.padd{
		margin-top:2%;
	}
}

@media screen and (min-width: 1023px) and (max-width: 1300px) { 

	body .menu li a {
		padding: 30px 0em;
	}
	
	.vc_row[data-vc-full-width].bloc_fonce  .wpb_column.vc_column_container {
		max-width: 80% !important;
	}
	
	body #fil_ariane {
		padding: 15px 2%;
		font-size: 13px;
		font-weight: 400;
		max-width: 96% !important;
	}
	
	body #top_panel .container {
		max-width: 100%;
		width: 97%;
	}
	
	body .container {
		max-width: 100%;
		width: 100%;
	}
	
	body .menu li .sub-menu{
		justify-content: center;
	}
	
	body .bx-wrapper .bx-prev {
		left: -10px;
	}
	
	body .bx-wrapper .bx-next {
		right: -10px;
	}
	
	.global_form{
		max-width:96%;
	}
}


@media screen and (min-width: 1023px) and (max-width: 1300px) { 

	body .menu li a {
		padding: 30px 0em;
	}
	
	.banner.img_fond_banner .upb_row_bg {
		margin-top: 6%;
	}
	
	.banner.img_fond_banner {
		padding: 8% 0% !important;
	}
	
	body .banner h1 {
		font-size: 40px;
		line-height: 40px;
	}
	
	body .menu .btn a {
		padding: 10px 20px;
	}
	
	.menu li {
		padding: 0px 5px;
	}
	
	.menu {
		padding-left:1%;
	}
	
	.row_half .wpb_column .vc_column-inner {
		background-size: 50% auto;
	}
	
	.row_half_second {
		justify-content: space-evenly;
	}
	
	body .menu .btn a {
		margin: inherit;
	}
	
	header.sticky.active #logo img {
		max-width: 190px;
	}
	
	body .vc_row .big_banner {
		min-height: 100px;
	}

	
	#global_header .container {
		display: flex;
		width: 98%;
		max-width: 98%;
	}
	
	.global_actu .container {
		max-width: 98%;
		flex-wrap: wrap;
	}
	
	.menu li a {
		font-size: 13px;
	}
	
	.global_actu.padd{
		margin-top: 7%;
	}
	
	#acces_categories
	
	.header_center {
		flex: 0 0 79%;
	}
	
	#global_header #logo {
		max-width: 21%;
	}
	
	#logo a{
		display:inline-block;
	}
	
	body .menu li .sub-menu{
		justify-content: center;
	}
}

@media screen and (min-width: 1150px) and (max-width: 1300px) { 
	.header_center {
		flex: 0 0 72%;
	}
	
	#global_header #logo {
		max-width: 28%;
	}
	
	#global_header .container {
		justify-content: center;
	}
}