/*
Theme Name: Mytheme
Theme URI: 
Author: Me
Author URI: 
Description: Thème
Requires at least: WordPress 6.0
Version: 1.0
*/

body h2{
	margin-top:3rem;
}

body h3{
	font-size: 1.2em;
    font-family: Lato, sans-serif;
    font-weight: 500;
	margin-top: 2rem;
	color:#5e17eb;
	margin-bottom:2% !important;
}

body h4{
	margin-top:1rem;
}

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

}

div.bloc{
	padding: 2rem;
    border: solid 1px #c9c9c9;
    background-color: #fbfbfb;
    margin-top: 3rem;
    margin-bottom: 2rem;
    border-left: solid 3px #5e17eb;
	display: flex;
    align-items: center;
	display:flex;
}


div.bloc p{
	margin:0;
}

div.bloc span.material-symbols-outlined{
	margin-right:1rem;
	font-size: 2rem;
}

div.bloc .img{
	margin-right:1rem;
	min-width: 35px;
}

div.bloc a{
	margin-left:7px;
}

.description_categorie{
	max-width: 80%;
    margin: auto;
    text-align: center;
	flex:0 0 100%;
}

.description_categorie a{
	color:#c9a15f;
}

.navigation {
	margin-top:30px;
	display:flex;
	background-color: #5e17eb;
}

.navigation div.precedent, .navigation div.suivant{ 
	max-width:50%;
	width:50%;
}

body .navigation span{
	    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
	padding: 5px 10px;
	padding-bottom:0px;
    background-color: #5e17eb;
	font-style:italic;
	font-size:14px;
	height:auto !important;
}

body .actu_left .navigation a{
	background-color: #5e17eb;
    color: #fff;
	padding: 5px 10px;
	display:block;
}

.lcp_catlist{
	margin: 4% 0%;
}

#toc_container{
	background: transparent !important;
    border: none !important;
	padding-left:0% !important;
	width: 96% !important;
    background-color: whitesmoke !important;
    padding: 20px !important;
}

body .actu_left  h1{
	font-size:35px !important;
}

#toc_container p.toc_title{
	text-align:left !important;
	
}

.bx-wrapper .bx-next{
    background: url(controls.png) no-repeat -43px -32px !important;
}

.bx-wrapper .bx-prev{
background: url(controls.png) no-repeat 0 -32px !important;
}

ul li{ 
	line-height:27px;
}

.burger{ 
	display:none;
}

body h1{
    text-align: center;
    font-family: Lato, sans-serif;
    font-weight: 500;
	margin-top: 0%;
}

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: #5e17eb;
	font-size: 14px;
    font-weight: 300;
    padding: 0% 1.5%;
}

.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: #5e17eb;
}

.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: #5e17eb;
    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: #5e17eb;
    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:16px;
	line-height:23px;
}


body li{
	font-weight:300;
	font-size:16px;
}

body table td{ 
	border-right:solid 1px #dddddd;
	border-bottom:solid 1px #dddddd;
	font-size:16px;
	padding:0.5rem;
}

body table tr:last-child td{
	border-bottom:solid 0px #dddddd;
}

body table tr td:last-child{
	border-right:solid 0px #dddddd;
}

table{ 
	border:solid 1px #dddddd;
	margin-bottom:2rem;
	margin-top:1rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  font-family: Arial, sans-serif;
  text-align: left;
  color: #333;
}

thead tr {
  background-color: #f4f4f4;
  color: #000;
  font-weight: bold;
}

thead th {
  padding: 12px 15px;
  border-bottom: 2px solid #ddd;
}

tbody tr {
  border-bottom: 1px solid #ddd;
}

tbody td {
  padding: 10px 15px;
}

tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

tbody tr:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}

table caption {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #444;
}

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: #5e17eb;
    padding: 3%;
    color: #fff;
}

h2{
	display: flex;
    align-items: center;
}

h2::before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 10px;
	background-color: #ffc516;
	margin-right: 8px;
	border-radius: 10px;
}

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: #5e17eb;
    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;
	background-color:#f3f3f3;
}

body .banner h1{
	text-transform: uppercase;
    color: #fff;
}
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:#5e17eb !important;
}
div#footer .container a:hover {
	color:#28377a !important;
}
.page_h1 h1 {
	color:#283486 !important;
	font-size: 30px;
	text-transform:uppercase;
	padding-bottom:3%;
	
}
.left_h2 h2 {
	text-align:left !important;
	margin-bottom:1% !important;
	margin-top:3% !important;
}
.bloc_bleu_ciel {
	background-color:#5e17eb;
	color:#fff;
	padding:10px;
}
.bloc_bleu_ciel h3{
	color:#fff;
}
.banner{
	height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_bleue{
	height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color:#5e17eb;
}
.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: #5e17eb;
    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%);
}

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

body.home h1{
	font-size: 36px;
    color: #fff;
    text-shadow: 0px 0px 2px #000000;
    font-weight: bold;
}

.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: #5e17eb;
    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:#5e17eb !important;
}

.link_bottom {
    color: #3c3c3c !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: #5e17eb;
    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 #5e17eb;
    border-radius: 4px 0px 0px 4px;
    font-size: 14px;
    height: 36px;
	outline-color:#5e17eb !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: #5e17eb;
    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;
	border-top: solid 1px #dedede;
	padding: 1% 0%;
	font-size:15px !important;
}

.slide a{
	color:#fff;
	font-size: 20px;
    font-weight: 500;
    margin-top: 5px;
}

.post a.title{
	margin-top: 10px;
    display: block;
	font-weight:500;
    margin-bottom: 15px;
}

.slide a.categorie_slide{
	background-color:#fff;
	color: #000;
    font-size: 14px;
	width: max-content;
    padding: 5px 15px;
}

.description_article{
	color:#fff;
}

.description_article p{
	color:#fff;
}

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

#footer .container{
	display: flex;
    justify-content: center;
	align-items:center;
}

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

body h4{
	font-weight: 500;
}

body p strong{
	/*font-weight: 500;*/
}




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

form label br{ 
	display:none;
}

form input{
	padding: 10px 15px;
    font-size: 15px;
 }
 
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: #5e17eb;
    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:#5e17eb;
}

.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: #5e17eb;
}

body .actu_left a{
	color:#0078d4;
}

body .actu_left a:hover{
	color:#310093;
}

body .actu_left div.suivant a:hover{
	color:#fff;
	font-weight:bold;
}

#toc_container a{
	color:#310093;
}

#toc_container a:hover{
	color:#5e17eb;
}

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{
	width:100%;
}

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

#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 p, #footer a{
	color: #3c3c3c !important;
    font-weight: 300;
    line-height: 24px;
    margin-top: 0%;
	margin-right:5px;
}


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

#logo img{
	width: max-content;
	max-width:100%;
}

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

.solo .post{
	display: flex;
    width: 100%;
}

.navigation  span{
	display:block !important;
}

.solo .post_img{
    height: 280px;
    width: 45%;
	margin-right:5%;
    background-size: cover;
    background-position: center;
}

.suivant .right{
	flex-direction: column;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: end;
}

.suivant .right span{
	color:#fff;
}

#global_header{
	border-bottom: solid 1px #f3f3f3;
}

.precedent .left span{
	color:#fff;
}

.precedent .left{
	flex-direction: column;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: start;
}

.post_img{
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.slide{ 
	padding: 20px 55px;
	display: flex;
    flex-direction: column;
}

.global_article_first{
	box-shadow: inset 0 0 0 500px rgb(0 0 0 / 28%);
	background-size:cover;
}

.post_img a.article_link{
	display: block;
    width: 100%;
    height: 100%;
}

body .bx-wrapper {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 0px #ccc;
    border: 0px solid #fff;
    background: transparent;
}

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

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

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

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

.header_right a{
	padding: 5px 10px;
}

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

#global_header #logo{
	max-width: 20%;
    flex: 0 0 20%;
	margin-right:3%;
}

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

.menu li a{
	padding: 30px 2em;
	color: #3c3c3c;
    transition: all 0.3s ease-out;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 300;
}

.menu li a:hover{
	color: #5e17eb;
}

.slide h2 a{
	font-size: 30px;
}

.slide h2 {
	font-weight: 500;
    margin-bottom: 2% !important;
    margin-top: 2%;
	text-align:left;
	
}

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

.container_slider{
	max-width:900px;
	width:900px;
	margin:auto;
}

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

.slider .slick-track .slick-slide{
	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;
}

.slider .slick-track .slick-slide .wpb_text_column .wpb_wrapper a{
    height: 100%;
    display: flex;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
	font-size: 2em;
	box-shadow: inset 0 0 0 500px rgb(0 0 0 / 42%);
    font-family: Lato, sans-serif;
    font-weight: 400;
}

.bloc_color{
	background-color: #5e17eb;
	padding:2%;
}

.bloc_color p{
	color:#fff;
}

.three_bloc .wpb_column {
	max-width:30%;
	padding: 3%;
}

.button a{
	color: #fff;
	background: linear-gradient(to right, #27357f 50%, #5e17eb 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{
	padding-top:6% !important;
	padding-bottom:6% !important;
}

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

.padd_bottom{
	padding-bottom:6% !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;
}
.little p {
	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_liste_actu .wpb_text_column .wpb_wrapper .actualite h5 a{
	font-weight: 400;
    color: #2e3a8c;
}


.global_actu{
	display:flex;
}

.img_post_little{
	margin-right: 15px;
}

.img_post_little .article_link span{
	width: 70px;
    height: 70px;
    display: block;
    background-size: cover;
    background-position: center;
    border-radius: 50px;
}

.post_little{
	display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.actu_left{
	max-width: 65%;
    flex: 0 0 65%;
    padding-right: 5%;
}

.actu_right{
	max-width: 24%;
    flex: 0 0 30%;
    border: solid 2px #e9e9e9;
    background-color: #fdfdfd;
    padding: 3%;
}

.little_padd{
	padding-top:2% !important;
	padding-bottom:2% !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: #1d9b8f;
    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: #5e17eb;
}

.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: #5e17eb;
    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: #5e17eb;
    color: #fff;
    text-align: center;
    margin: auto;
    margin-bottom: 7%;
    margin-top: 7%;
}

.lieu_travail {
    text-align: center;
    color: #5e17eb;
    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: #1d9b8f;
    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;
}

.form_contact{
	max-width: 660px;
    margin: 4% 0%;
}

.form_contact p{
	margin-bottom:15px;
}

.form_contact input[type="submit" i] {
	border:none;
}

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

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

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

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

.post_img{
	position:relative;
}

.category_name{
	position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 5px 10px;
    background-color: #5e17eb;
    font-size: 0.8em;
	color:#fff;
}

.six .post{
	max-width:31%;
	width:31%;
	margin:1%;
	margin-top: 2%;
}

.mass .post{
	max-width:18%;
	width:18%;
	margin:1%;
	margin-top: 2%;
}

.mass.fourth .post{
	max-width:23%;
	width:23%;
	margin:1%;
	margin-top: 2%;
}

article .date_post{
	font-size: 13px;
    color: #9f9f9f;
	margin-bottom:1rem;
}

.author{
	display:flex;
	margin: 2rem 0;
    justify-content: center;
    align-items: center;
    background-color: #efefef;
    padding: 1.5rem;
}

.author_avatar{
	flex:2;
	text-align:center;
}

.author_informations{
	flex:10;
}

.author_name{
	font-weight: 500;
    margin-bottom: 0.5rem;
    display: block;
}

.titre_home h2{
	text-align:center;
	font-size:20px;
	display:block;
	margin-top:0;
	margin-bottom:2rem;
	font-weight: 300;
	color: #fff;
    background-color: #5e17eb;
    margin: auto;
    max-width: 32%;
    border-radius: 30px;
    padding: 0.2rem;
}


.titre_home h2::before{
	display:none;
}

#slider_home{
	background:#5e17eb;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

@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){
	.container{
		max-width:100%;
		width:100%;
	}
	
	body.home .titre_home  h1 {
		font-size: 26px;
		margin-bottom: 0% !important;
		margin-top: 5%;
	}
	
	#global_header .container{
		flex-wrap: wrap;
	}

	.header_right.active{
		display:flex;
		position: absolute;
		width: 90%;
		top: 100%;
		background-color: #fff;
		flex-direction: column;
		left: 0%;
		z-index:999;
		align-items: baseline;
		padding: 0% 5%;
	}
	
	.actu_right {
		max-width: 100%;
		flex: 0 0 100%;
		margin-top: 7%;
	}
	
	.form_contact label, .form_contact span{
		max-width: 100%;
		display: block;
	}
	
	form input {
		padding: 10px 0px;
		font-size: 15px;
		max-width: 100%;
		text-indent: 10px;
	}
	
	.form_contact input[type="submit" i] {
		border: none;
		text-indent: inherit;
		padding: 10px 15px;
	}
	
	.form_contact {
		max-width: 80%;
		margin: auto;
		margin-top: 4%;
		margin-bottom: 4%;
	}
	
	.mass.fourth .post {
		max-width: 100%;
		width: 100%;
		margin: 0%;
		margin-top: 5%;
	}

	
	body .actu_left h1 {
		font-size: 25px !important;
	}
	
	.global_actu {
		flex-wrap: wrap;
	}
	
	#toc_container{
		width: 96% !important;
		padding: 2% !important;
	}
	
	.actu_left {
		max-width: 96%;
		flex: 0 0 100%;
		padding-right: 2%;
		padding-left: 2%;
	}
	.header_right a {
		display: block;
		width: 100%;
		padding: 0%;
		margin-bottom: 3%;
		font-size: 16px;
	}
	
	.six .post {
		max-width: 100%;
		width: 100%;
		margin: 0;
		margin-top: 5%;
	}
	
	.solo .post {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}
	
	body #footer .container {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	
	.mass .post {
		max-width: 100%;
		width: 100%;
		margin: 0%;
		margin-top: 5%;
	}
	
	.solo .post_img {
		height: 280px;
		width: 100%;
		margin-right: 0%;
	}
	
	.description_post {
		max-width: 100%;
	}
	
	.global_article_first{
		background-size: cover;
		background-position: center;	
	}
	
	#logo a:first-child{
		max-width:50%;
	}
	
	.container_slider {
		max-width: 100%;
	}
	
	
	.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%;
	}
	
	.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;
	}
	
	.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;
	}
	
	.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%;
		position:relative;
	}
	
	#global_header #logo {
		max-width: 100%;
		display:flex;
		align-items: center;
		flex: 0 0 100%;
		justify-content: space-between;
	}
	
	.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%;
	}
	
	.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: #1d9b8f;
		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: #1d9b8f;
		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;
	}
	
	.titre_home h2{
		max-width: 80%;
        padding: 0.5rem;
        font-size: 18px;
		margin-top: 1rem;
	}
}

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

	.container {
		max-width: 96%;
		width: 96%;
		margin:auto;
	}
	
	.container_slider {
		max-width: 100%;
	}
	
	.mass .post {
		max-width: 31%;
		width: 31%;
		margin: 1%;
		margin-top: 2%;
	}
	
	.global_actu {
		flex-wrap:wrap;
	}
	
	.form_contact {
		max-width: 80%;
		margin: 6% auto;
	}
	
	.actu_left {
		max-width: 96%;
		flex: 0 0 100%;
		padding-right: 2%;
		padding-left:2%;
	}
	
	.actu_right {
		max-width: 100%;
		flex: 0 0 100%;
		margin-top:4%;
		margin-bottom:4%;
	}
	
	.mass.fourth .post {
		max-width: 31%;
		width: 31%;
		margin: 1%;
		margin-top: 2%;
	}
	
	#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;
	}
}