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

*/


/*old color 1c1f30*/

body h2{
	color: #de5021;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
	margin-bottom:3% !important;
	margin-top: 0%;
}

body{ 
	background-color:#faf7f3;
}

body h3{
	font-size: 1.4em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
	margin-top: 0%;
	color:#383838;
	margin-bottom:3% !important;
}


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

.banner_home{ 
	height:90vh;
	margin-top:105px;
}

.first_row{ 
	margin-top:105px;
}

.big_tel a{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .1em;
	color:#174e9e;
}

.big_tel{
	margin: 4% 0% !important;
}

.big_tel a::before{
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    content: "\f3cd";
    margin-right: 15px
}

.fond_color{
	background-color: #174e9e;
    padding: 3% !important;
	color:#fff;
}

.fond_color p{
	color:#fff;
}

.fond_color h3{
	color:#fff;
}

.banner_home .wpb_column { 
	height:90vh;
}


.banner_home h2{
	font-family: 'Montserrat', sans-serif;
	color:#dd5120 ;
	font-weight: 600;
}

.banner_home h1{
	font-family: 'Cormorant Garamond', serif;
	color:#fff ;
	font-weight: 400;
	font-size: 77px;
}

.banner_home .bg_color .wpb_text_column {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner_home .vc_column-inner{ 
	height:90vh;
}

.row_4 .wpb_column.vc_col-sm-4{
	padding:1%;
	margin: 1%;
    max-width: 30%;
}

.button.table a::before{
	margin-right:10px;
	font-weight: 900;
	content: "\f2e7";
	font-family: "Font Awesome 6 Free";
}

.button.carte a::before{
	margin-right:10px;
	font-weight: 900;
	content: "\f518";
	font-family: "Font Awesome 6 Free";
}

.button a{
	background-color: #174e9e;
    padding: 10px 15px;
    display: flex;
    width: max-content;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 5%;
	transition:all linear 0.5s;
}

#footer .container{
	display:flex;
	justify-content: space-between;
}

.button.left a{
	margin:inherit;
	margin-top:5%;
}

.block_radius img{
	border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.block_radius .wpb_text_column {
	border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}

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

.row_4 .wpb_text_column {
	background-color: #fff;
    padding: 7% 5%;
}

.bg_color .vc_column-inner{ 
    box-shadow: inset 0 0 0 5000px #174e9ed9;
}
.all_bg_color h3{
	color:#fff !important;
}

.all_bg_color .upb_row_bg  { 
    box-shadow: inset 0 0 0 5000px #174e9ed9;
}

header.sticky  {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
    background-color: #faf7f3;
}

.row_event{
	justify-content:center;
}

.row_event p{
	color:#fff;
}

.row_event .wpb_column h4{
	color: #fff;
    margin-top: 0%;
}

.click_pop_up_bar{
	cursor:pointer;
}

.click_pop_up_jardin{
	cursor:pointer;
}

.click_pop_up_cathedrale{
	cursor:pointer;
}

.pop_up_jardin{
	position: fixed !important;
    max-width: 1400px;
    width: 96%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -43%);
    background-color: #fff;
	visibility:none;
	opacity:0;
	display:none;
	padding: 4%;
    border-radius: 16px;
	transition:all linear 0.2s;
	z-index: 999;
	cursor:pointer;
	box-shadow: 0px 14px 34px 0px rgb(0 0 0 / 43%);
}

.pop_up_cathedrale{
	position: fixed !important;
    max-width: 1400px;
    width: 96%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -43%);
    background-color: #fff;
	visibility:none;
	opacity:0;
	display:none;
	padding: 4%;
    border-radius: 16px;
	transition:all linear 0.2s;
	z-index: 999;
	cursor:pointer;
	box-shadow: 0px 14px 34px 0px rgb(0 0 0 / 43%);
}

.pop_up_jardin.active{
	visibility:visible;
	opacity:1;
	display:flex;
	    align-items: center;
}

.pop_up_cathedrale.active{
	visibility:visible;
	opacity:1;
	display:flex;
	    align-items: center;
}

.pop_up_bar{
	position: fixed !important;
    max-width: 1400px;
    width: 96%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -43%);
    background-color: #fff;
	visibility:none;
	opacity:0;
	display:none;
	padding: 4%;
    border-radius: 16px;
	transition:all linear 0.2s;
	z-index: 999;
	cursor:pointer;
	box-shadow: 0px 14px 34px 0px rgb(0 0 0 / 43%);
}

.add_close::before{
	font-family: 'Material Symbols Outlined';
	content:'\e5cd' !important;
	position:absolute;
	top: 3%;
    right: 3%;
    font-size: 40px;
    color: #174e9e;
}

.pop_up_bar.active{
	visibility:visible;
	opacity:1;
	display:flex;
	    align-items: center;
}

.row_event .wpb_column {
	width: 23%;
    margin: 1%;
}

.row_event .wpb_column .vc_column-inner{
    border-radius: 25px;
    padding: 65px 4% !important;
    width: 23%;
    box-shadow: inset 0 0 0 500px rgb(74 74 74 / 81%);
    background-size: cover;
    color: #fff;
}

body .row_event .wpb_column.empty{
	display:none;
}

#privatisation .section_title h3{
	font-size:40px;
}

#privatisation .row_privatisation  .vc_column-inner{
	background-size: cover;
    min-height: 400px;
    background-position: center;
    justify-content: center;
    align-items: center;
	box-shadow: inset 0 0 0 5000px #174e9eb5;
}

#privatisation .row_privatisation .wpb_column:nth-child(2n+0)  .vc_column-inner {
	box-shadow: inset 0 0 0 5000px #555555b5;
}

.row_privatisation h4{
	color: #fff;
    font-size: 25px;
}

.row_privatisation p{
	color: #fff;
	font-weight:500;
}

.white p{
	color:#fff;
	font-weight: 500;
}

.citation p{
	color: #174e9e;
    font-style: italic;
    font-family: 'Dancing Script', cursive;
    font-size: 22px;
    text-align: center;
}

body{ 
	font-size:18px;
	color: #444444;
	font-family: 'Montserrat', sans-serif;
}

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

.banner_right .vc_column-inner .wpb_wrapper{
	background-color: #000000eb;
}

.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;
}


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

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

.burger{ 
	display:none;
}

.all_bg_color .section_title span{
	color: #fff;
    font-size: 40px;
}

.fond_color  .section_title span{
	color: #fff;
    font-size: 40px;
}

.section_title span{
	color: #174e9e;
    font-size: 40px;
}

body h1{
	color: #1d1d1b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
	margin-top: 0%;
	font-size: 28px;
    font-weight: 400;	
}


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;
}

.bg_bleu{
	background-color:#174e9e;
}

.bg_bleu .button a{
	background-color: #de5021;
    font-size: 24px;
    padding: 15px 25px !important;
    line-height: normal;
	transition:all linear 0.2s;
}

.bg_bleu .button a:hover{
	background-color: #ba3b11;
}

.bg_bleu p{
	color:#fff;
	font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 77px;
	line-height:77px;
}

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

.block_radius .wpb_wrapper{
	height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 13px;
}

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

.global_fiche_produit {
    flex: 2;
    display: flex;
}

.little_global_fiche_produit {
    margin-top: auto;
    margin-bottom: auto;
}

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

.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: 'Montserrat', sans-serif;
	    
}

body li{
	margin-top: 0%;
    margin-bottom: 10px;
	font-weight:300;
	font-size:17px;
	line-height:23px;
	font-family: 'Montserrat', 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;
}

.bg_clair ul li::marker {
    color: #fff !important;
}

.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{
	color: #fff;
    font-size: 58px;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: left;
    line-height: 69px;
}

.bxslider{
	max-width:100%;
}

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

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

@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;
}

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

.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;
}

.slider_realisations{
	height:355px;
}


.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;
}


.slider_realisations div{
	height:100% !important;
}

body .banner_bleue h1{
	text-transform: uppercase;
    color: #fff;
}
body .banner_bleue h2{
	text-transform: uppercase;
    color: #fff;
	margin-bottom: 0 !important;
}
ul li::marker{
	color:#fff !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;
}




.big_bloc{
	background: linear-gradient(-45deg, #dd4f21, #3fa3a5,#dd4f21 );
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    padding-top: 5%;
	padding-bottom:1%;
}

.big_bloc h4{
	font-size: clamp(3.125rem,0.2148rem + 3.8835vw,6.875rem);
    max-width: 100%;
    text-align: center;
	color:#fff;
	margin-top: 0%;
	margin-bottom:2%;
}

.footer_container{
	margin-top: 2% !important;
    justify-content: end !important;
	padding-bottom: 0.5%;
}

.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{
	height: 520px;
	min-width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vc_row[data-vc-full-width]{
	min-width:100% !important;
}

.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_right{
	height:100%;
}

.banner_right div{
	height:100%;
}

.banner_left{
	height:100%;
}

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

.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{
	height: 100vh;
}

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

.banner_right .wpb_text_column .wpb_wrapper h3{
	color:#fff;
	font-size: 55px;
	line-height:60px;
}


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

.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: #174e9e;
	font-size:15px !important;
	color:#fff;
	padding-top:3%;
}

#footer p{
	color:#fff !important;
}

.bloc_widget{
	width: max-content;
	max-width:33%;
}

#footer a{
	color:#fff;
}

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

body{
	margin:0%;
}

body h4{
	font-weight: 500;
}

body p strong{
	font-weight: 500;
}



.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: Roboto, 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%;
}

.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: #209a9c;
}

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

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{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	max-width:600px;
}

.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: 20px;
    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%;
}

#logo img{
	width: max-content;
	max-width:100%;
	transition: all 0.5s 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: #dd5120 !important;
    background-image: none !important;
    color: #fff !important;
    padding: 15px 25px !important;
    border-radius: 5px;
}

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

.header_right a{
	background-color: #174e9e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
	font-size: 22px;
}

.header_right{
	flex: 0 0 17%;
	display: flex;
    justify-content: end;
}

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

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

.header_right span{
	margin-right: 15px;
    font-size: 43px;
}

#global_header #logo{
	max-width: 15%;
    flex: 0 0 15%;
    padding-left: 2%;
}

.menu li{
	padding: 0px 10px;
	display: flex;
}

.menu li a{
	padding: 5px 10px;
	color: #3c3c3c;
    transition: all 0.3s ease-out;
    font-size: 15px;
    font-weight: 400;
	text-transform: uppercase;
}


.menu li a:hover{
	color: #dd5120;
}

.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 h3{
	text-align:center;
}

.title h4::before{
	content:'';
	width:50px;
	height:2px;
	display:block;
	background-color:#174e9e;
	margin-right:10px;
}

body .title h3{
	margin-bottom:0% !important;
}

body .wpb_single_image .vc_single_image-wrapper.vc_box_rounded,body .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
    border-radius: 25px;
}

.little_padd_left{
    padding-left: 2% !important;
}

.title h4::after{
	content:'';
	width:50px;
	height:2px;
	background-color:#ebbbbd;
	display:block;
	margin-left:10px;
}

body .title h4{
	text-align:center;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 1%;
    margin-bottom: 4% !important;
}

.bloc_color p{
	color:#fff;
}

.three_bloc .wpb_column {
	padding: 1%;
}


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

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

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

.section_title h3{
	font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 77px;
}

body .section_title h2{
	margin-bottom: 1% !important;
}

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

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

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

.btn a{
	 padding: 8px 17px;
    font-size: 18px;
    border-radius: 19px;
    display: block;
    width: max-content;
    margin: 2% auto;
	transition: all linear .2s;
}

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

.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: #209a9c !important;
	font-size:33px !important;
}

.counter_suffix  {
    color: #209a9c !important;
}

.counter_prefix   {
    color: #209a9c !important;
}


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

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

.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.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: -40px;
}

body .bx-wrapper .bx-next {
    right: -40px;
}

.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{
	margin-left: 10%;
}


.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;
}


.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%);
}

@media screen and (max-width: 1600px){
	.menu li a{
		font-size: 14px;
	}
	
	.menu li {
		padding: 0px 5px;
	}
}

@media screen and (max-width: 1420px){
	.container{
		max-width:1240px;
		width:1240px;
	}
	
	.menu li a{
		font-size: 13px;
		padding: 30px 0em;
	}
	
	.menu li {
		padding: 0px 5px;
	}
	
	.header_center {
		flex: 0 0 62%;
	}
	.header_right {
		flex: 0 0 21%;
	}
	
	.banner_home {
		height: 90vh;
		margin-top: 92px;
	}

}

@media screen and (max-width: 1240px){
	.container{
		max-width:1100px;
		width:1100px;
	}
	
	.header_right{
		display:none;
	}
	
	.header_center {
		flex: 0 0 83%;
	}
	
	.menu li a{
		font-size: 13px;
	}
	
	.menu li {
		padding: 0px 5px;
	}

}

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

}

@media screen and (max-width: 1023px){
	#hustle-popup-id-3 div{
		height:100% !important;
	}
	
	#hustle-popup-id-3 div img{
		height:100% !important;
	}
}

@media screen and (max-width: 767px){
	.container{
		max-width:100%;
		width:100%;
	}
	
	.pop_up_cathedrale{
		flex-direction: column;
		position: absolute !important;
	}
	
	.add_close::before {
		top: 0%;
	}
	
	.pop_up_jardin {
		flex-direction: column;
		position: absolute !important;
	}
	
	.pop_up_bar  {
		flex-direction: column;
		position: absolute !important;
	}
	
	.banner_home .wpb_wrapper{
		width:100%;
	}
	
	.banner_home  .wpb_wrapper .wpb_wrapper{
		max-width: 98%;
	}
	
	#global_header .container{
		flex-wrap: wrap;
	}
	
	.banner_home h1 {
		font-size: 45px;
		text-align: center;
	}
	
	body .vc_row.banner_home{
		padding:0% !important;
	}
	
	
	
	.banner_home h2{
		text-align:center;
	}
	
	.menu-main-menu-container {
		display: none;
		position: unset;
	}
	
	
	.search.container .result{
		margin:4% 0%;
	}
	
	.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%;
	}
	

	
	#menu-main-menu {
		position: absolute;
		z-index: 9;
		background-color: #faf7f3;
		padding-top: 15px;
		width: 100%;
		left:0%;
	}
	
	
	
	#footer .container{
		flex-direction: column;
		padding-bottom: 5%;
	}
	
	.slider button{
		display:none !important;
	}
	 
	.bg_clair ul{
		padding-left:20px;
	}
	
	.banner {
		height: 180px;
	}
	
	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: 100%;
	}
	
	#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 {
		font-size: 17px;
		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%;
	}
	
	
	
	.section_title h3 {
		font-size: 40px;
	}
	
	.bloc_widget {
		width: max-content;
		max-width: 98%;
		margin: auto;
	}
	
	.big_tel a {
		font-size: 25px;
		margin: 8% 0% !important;
		display: block;
	}
	
	.row_privatisation .wpb_column:nth-child(2n+0){
		margin: 7% 0%;
	}
	
	.row_event .wpb_column {
		width: 98%;
		margin: 1%;
	}
	
	.row_4 .wpb_column.vc_col-sm-4 {
		padding: 1%;
		margin: 1%;
		max-width: 98%;
	}

	.button{
		margin: 5% 0% !important;
	}
	
	.marg_bot_mob{
		margin-bottom: 7%;
	}

	
	.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;
	}
	
	.burger{ 
		width: 35%;
		display: flex;
		justify-content: end;
		align-items: center;
		font-size: 23px;
		padding-right: 5%;
	}
	
	.menu_close.active{
		display:block;
	}
	
	.menu_open.active{
		display:block;
	}
	
	.menu_close.active{
		display:block;
	}
	
	.menu_open.active{
		display:block;
	}
}

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

	.container {
		max-width: 96%;
		width: 96%;
		margin:auto;
	}
	
	.add_close::before {
		top: -1%;
	}
	
	body .header_right {
		display: flex;
	}
	
	.menu-main-menu-container{
		display:none;
		position: unset;
	}
	
	.header_center{
		order:3;
		flex:0 0 100%;
	}
	
	#global_header .container {
		flex-wrap: wrap;
	}
	
	.header_right {
		flex: 0 0 45%;
	}
	
	.section_title h3 {
		font-size: 65px;
	}
	
	.banner_home {
		height: 90vh;
		margin-top: 98px;
	}
	
	.row_event .wpb_column {
		width: 47%;
		margin: 1%;
	}
	
	.row_4 .wpb_column.vc_col-sm-4 {
		padding: 1%;
		margin: 1%;
		max-width: 31%;
	}
	
	.burger span i{
		font-size: 40px;
	}
	
	.banner_home h2{
		padding-left: 20px;
	}

	.banner_home h1 {
		font-weight: 400;
		font-size: 55px;
		padding-left: 20px;
	}

	#menu-main-menu	 {
		flex-direction: column;
		text-indent: 30px;
		padding: 3% 0%;
	}
	
	#global_header #logo {
		max-width: 53%;
		flex: 0 0 53%;
		padding-left: 2%;
		display: flex;
	}
	
	.burger{ 
		width: 35%;
		display: flex;
		justify-content: end;
		align-items: center;
		font-size: 23px;
		padding-right: 5%;
	}
	
	.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: 1023px) and (max-width: 1300px) { 

	body .menu li a {
		padding: 30px 0em;
	}
	
	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;
	}
}

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

	body .menu li a {
		padding: 30px 0em;
	}
	
	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: 96%;
		
	}
	
	#logo a{
		display:inline-block;
	}
	
	body .menu li .sub-menu{
		justify-content: center;
	}
}