/*
Theme Name: TheGem Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

.print_div{background-color: #FAFAFA; text-align: center; color: #1C75BC; font-weight: bold; font-style: italic; font-size: 20px; padding: 40px 0; position: relative; margin: 30px 0;}
.print_div:after{position: absolute; content: ''; bottom: 0; width: 40%; right: 0; height: 3px; background-color: #1C75BC;}

.box-shadox>.vc_column-inner>.wpb_wrapper{ box-shadow: 0 0 10px 0 rgba(0,0,0,.10);}

.gem-interactions-enabled[data-disable_effects_desktop="disable"],
.gem-interactions-enabled[data-disable_effects_tablet="disable"],
.gem-interactions-enabled[data-disable_effects_mobile="disable"]{
	display: none;
}

@media screen and (max-width:1200px){
	.gem-interactions-enabled[data-disable_effects_desktop="disable"]{
		display: block;
	}
}

@media screen and (min-width:1200px){
	.gem-interactions-enabled[data-disable_effects_desktop="disable"]{
		display: none;
	}

	.gem-interactions-enabled[data-disable_effects_tablet="disable"],
	.gem-interactions-enabled[data-disable_effects_mobile="disable"]{
		display: block;
	}

}

.line-center{ margin: 10px auto; }
.hide{
	display: none;
}

.row-catalogue{
	overflow: visible!important;
	padding-bottom: 20px;
}

.bloc-catalogue-container{
	margin-top: -100px;
}

.bloc-catalogue-container > .vc_column-inner > .wpb_wrapper{
	background-color: #fff;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,.10);
}

#map_responsive{
	padding-bottom: 50px;
}

#map_responsive .company{
	padding: 20px 0;
}

#map_responsive .company p{
	padding: 0;
	margin-bottom:10px;
}

#map_responsive a{
	background-color:#1C75BC;
	padding:7px 20px;
	color:#fff;
	font-weight:bold;
	border-radius:50px;
	display:inline-block;
}

#map_responsive #map_responsive_content{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#map_responsive .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  text-transform: uppercase;
  font-weight: bold;
}

#map_responsive .active, #map_responsive .accordion:hover {
  background-color: #ccc;
}

#map_responsive .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

#map_responsive .active:after {
  content: "\2212";
}

#map_responsive .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* Page Douche */
.douche_desc{ display:flex; column-gap:10px; justify-content:center; align-items:center; }
.douche_desc p{ margin: 0; line-height:1.3; }
.douche_separation{ margin:0 30px 0 15px; }
.douche_bloc{ padding:0 15px!important; }
.douche_bloc > div{ box-shadow:0px 5px 15px 0px rgba(0,0,0,.10); /*min-height: 520px;*/ }
.douche_bloc a{ border-radius: 50px!important; padding-top: 6px!important; padding-bottom: 6px!important; margin-top: 10px; margin-bottom: 5px!important; border:2px solid #1c75bc; font-weight: bold!important; border: 2px solid #1c75bc!important;}
.douche_bloc a:hover{ background-color: #fff!important; color:#1c75bc!important; border: 2px solid #1c75bc!important; background-image: none; }
.douche_metier > div > div{ box-shadow:0px 5px 15px 0px rgba(0,0,0,.10); }
.douche_metier a{ position:relative; display:block; }
.douche_metier .img_over{ position:absolute; top:35%; left:50%; transform:translate(-50%,-50%);}
/***************/

/* Provisoire */

.modal {
  display: none; /* Hidden by default */
	position: fixed;
    z-index: 10;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    overflow: auto;
    transform: translate(-50%, -50%);
}

/* Modal Content */
.modal-content {
  background-color: #1c75bc;
  margin: auto;
  padding: 20px 60px;
	position:fixed;
	transform: translate(-50%, -50%);
	left: 50%;
    top: 50%;
	text-align:center;

}

.modal-content p{
	color:#FFF;
	font-weight:600;
	font-size:35px;
	margin-top:10px;
	margin-bottom:10px;
	text-transform:uppercase;
}

/* The Close Button */
.close {
  color: #fff;
    float: right;
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 15;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.gradient-tb{
	padding-top:60px;
	padding-bottom:0px;
	margin-bottom:0px;

	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(28,117,188,1) 50%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(28,117,188,1) 50%);
	background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(28,117,188,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#1c75bc",GradientType=1);
}

.gradient-bt{
	padding-top:40px;
	padding-bottom:20px;
	margin-bottom:0px;

	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(28,117,188,1) 50%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(28,117,188,1) 50%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(28,117,188,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#1c75bc",GradientType=1);
}

.vc_column-inner.vc_custom_1615296240996 {
    padding-top: 0px !important;
}

#not-available.hidden{
	display: none;
}

#not-available{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 30px 50px 20px;
	box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    z-index: 9999;
	text-align: center;
	width:586px;
}


@media screen and (max-width:586px){
	#not-available{ width:100%; }
}

#not-available .close{
	position: absolute;
    top: 50px;
    right: 30px;
    width: 50px;
    height: 20px;
    z-index: 10;
	cursor: pointer;
}

#not-available .close::before{
	content: '';
	position: absolute;
	height: 2px;
	background-color: #1C75BC;
	width: 100%;
	top: 50%;
    left: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: left;
}

#not-available .close::after{
	content: '';
	position: absolute;
	height: 2px;
	background-color: #1C75BC;
	width: 100%;
	top: 50%;
	left: 50%;
	transform:rotate(-45deg) translate(-50%, -50%);
    transform-origin: left;
}

#not-available .title{
	font-weight: 900;
	font-size: 25px;
	margin-bottom: 50px;
}

#not-available p{
	font-size: 18px;
}

#not-available .links{
	margin: 50px 0 30px;
	text-align: left;
}

#not-available .links p{
	margin-bottom: 0;
	font-size: 16px;
}

#not-available > p:last-of-type{
	float: right;
	font-style: italic;
	clear: both;
	font-size: 16px;
}

.grecaptcha-badge{
	z-index:5;
	bottom: 100px !important;
}

::-webkit-scrollbar {
	width: 15px;
}
/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: #1C75BC;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #28aae1;
}

.single_job_listing .meta li.nb-ref{
	float: right;
}

.single_job_listing .meta li.nb-ref span{
	color: #1C75BC!important;
}

#bloc-actu-home .gem-button-container.gem-button-position-inline {
    display: none !important;
}

#bloc-actu-home .inline-column {
    margin-bottom: -20px !important;
}


.inline-column {
    margin-bottom: -20px !important;
}

.linear-gradient {
  background: linear-gradient(#28AAE1, #3B74B7);
}

#box-shadow .vc_column-inner{
	box-shadow: 0px 6px 15px #dadada!important;
}

#border-radius .gem-textbox-content{
	border-radius:50px!important;
}

.vc_gitem-post-data{
	font-weight:600!important;
	font-size:16px!important;
}

.job_types #reset_filter{
	background-color: #1C75BC;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0 10px;
	border-radius: 50px;
	white-space: nowrap;
	transition: all 0.3s;
}

.job_types #reset_filter:hover,
.job_types #reset_filter:focus,
.job_types #reset_filter:active{
	background-color: #28AAE1;
}

.job_types li:last-of-type{
	float: right!important;
}

.wp-job-manager-showing-all .reset{
	display: none;
}

#cta{
	position: fixed;
	top: 50%;
	right: 0px;
	z-index: 101;
}

#cta.back{
	z-index: 99;
}

#cta a{
	display: block;
}

.cta-block{
	margin-bottom: 20px;
	vertical-align: middle;
	border: 1px solid #D0D7D9;
	background-color: #ffffff;
	height:64px;
	/* width: 210px;  */
	border-radius: 3px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	margin-right: -145px;
	transition: all ease-in-out 0.3s;
}

#cta:hover .cta-block{
	margin-right: 0;
}

.cta-icon{
	width:64px;
	border-right: 1px solid #D0D7D9;
	display: inline-block;
	vertical-align: middle;
}
.cta-txt{
	width:140px;
	display: inline-block;
	font-size :16px;
	line-height: 18px;
	padding-left: 7px;
	font-weight: 500;
	color: #000000;
	vertical-align: middle;
}

@media (max-width:700px) {
	#footer-title p{
		line-height:35px!important;
	}
}

@media screen and (max-width:390px){
	#wrapCookie {
		flex-wrap: wrap!important;
	}
}


/*PAGE PRESENTATION DU GROUPE*/

.content-title-grp {
	background-color: #fafafa;
	background-repeat: no-repeat;
	background-image: url(/wp-content/uploads/2021/01/fond-page-groupe-vit.png);
	background-position: center center;

}

.content-title-grp p{
	position: relative;
}

@media all and (max-width: 928px) {

	.photo-carte-france {
	    width: 830px !important;
	    height: 500px !important;
	}

	.gamme-vit {
	    line-height: 30px !important;
	    padding: 25px 0px 0px !important;
	    text-align: left !important;
	    font-size: 26px !important;
	}

	.gage-qualite{
		padding: 70px 30px 59px 30px !important;
	}
}

@media all and (max-width: 414px) {

	.photo-carte-france {
	    width: 310px !important;
	    height: 250px !important;
	}

	.content-title-grp p{
		position: relative;
		line-height: 40px;
	}

	#espace-responsive-grp {
		height: 50px !important;
	}

}

/* PAGE NOTRE SAVOIR FAIRE */

.content-title-savoir-faire {
	background-color: #fafafa;
	background-repeat: no-repeat;
	background-image: url(/wp-content/uploads/2024/04/picto-savoir-faire-vit.svg);
	background-position: center center;

}

.content-title-grp p{
	position: relative;
}


/*PAGE NOS ENGAGEMENTS*/

#guillemet {
    display: inherit !important;
}

.content-title-engagement {
	background-color: #fafafa;
	background-image: url(/wp-content/uploads/2021/01/picto-nos-engagements.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.content-title-engagement p{
	position: relative;
}

.block-content {
	padding: 0 0 0 0 !important;
}

.content-doc {
	background-color: #fafafa;
	width: 450px;
	/*height: 140px;*/
}

.content-doc .block-doc {
	padding: 20px 15px 20px 15px;
}

.content-doc .block-doc .row-doc {
	padding: 0 0 10px 0;
}

.gem-testimonial-content .gem-testimonial-text {
	padding: 0 0 0 0 !important;
}

.custom-color-blockqute-mark{
    display: none !important;
}

.gem-testimonial-image {
	display: none;
}

.gem-testimonials .gem-prev {
	left: 250px;
}

.gem-testimonials .gem-next {
	right: 250px;

}

.gem-prev::after,
.gem-next::after {
	background-color: #2870AE !important;
}

@media all and (max-width: 928px) {

	.groupe-vit-engagement {
	    line-height: 30px !important;
	    font-size: 22px !important;
	}

	.p-vit-engagement {
        line-height: 30px !important;
	}

	.consult {
		padding-left: 545px !important;
	}

	.content-doc {
	    background-color: #fafafa;
	    width: 340px;
	}

	.txt-testi-responsive {
		color: #fff !important;
	    font-size: 16px !important;
	    padding: 0 40px 60px 40px !important;
	    display: block !important;
	    font-weight: initial !important;
	}

}

@media all and (max-width: 414px) {

	.content-title-engagement p{
		position: relative;
		line-height: 40px;
	}

	#main-verte-engagement {
		position: relative;
    	left: -130px;
	}

	#espace-responsive-engagement {
		display: none !important;
	}

	.gem-testimonials .gem-prev {
		left: 20px;
	}

	.gem-testimonials .gem-next {
		right: 20px;

	}

}


/*FORMULAIRE */


/*FORMULAIRE DEVIS**/

.content-title-devis {
	background-color: #fafafa;
	background-image: url(/wp-content/uploads/2021/01/icone-devis.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.content-title-devis p{
	position: relative;
}

.row-form-3{
	display: inline-flex;
	left: 135px;
    position: relative;
    margin-bottom: 15px;
}

#projet {
    background-color: #FAFAFA;
    border: none;
    font-size: 17px;
    padding: 9px;
    width: 900px;

}

/*FORMULAIRE OFFRE EMPLOI*/

#offre-emploi {
	background-color: #FAFAFA;
    border: none;
    font-size: 17px;
    padding: 9px;
    width: 900px;
}

.row-form-fichier {
	left: 134px;
    position: relative;
    margin-bottom: 55px;
    display: inline-flex;
}

#fichier-cv {
	position: absolute;
    top: 15px;
    left: -80px;
}

#p-lettre {
	left: 350px;
    position: relative;
}

#fichier-lettre {
	position: absolute;
    left: 430px;
    top: 15px;
    left:145px;
}


/* FORMULAIRE CONTACT*/

.content-title {
	background-color: #fafafa;
	background-image: url(/wp-content/uploads/2021/01/chat.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.content-title p{
	position: relative;
}


.form-contact{
	justify-content: center;
  	width : 900px;
  	margin: 0;

  	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.row-form{
	display: inline-flex;
	left: 135px;
    position: relative;
    margin-bottom: 15px;
}

.row-form-full{
	display: inline-flex;
	left: 135px;
    position: relative;
    margin-bottom: 15px;
	width : 100%
}

.row-form-2{
	display: inline-flex;
	left: 135px;
    position: relative;
    margin-bottom: 15px;
}

.row-form-4{
	left: 134px;
    position: relative;
    margin-bottom: 15px;
}

.row-form-5{
	left: 135px;
    position: relative;
    margin: 0 0 25px 350px;
}

.row-form-6{
	left: 135px;
    position: relative;
    margin-bottom: 15px;
}

#situation {
	margin: 0 25px 0 0;
	padding: 9px;
	background-color: #FAFAFA;
	border:none;
	font-size:17px;
	width : 100%;
}

#civilite{
	margin: 0 25px 0 0;
	padding: 9px;
	background-color: #FAFAFA;
	border:none;
	width: 150px;
	font-size: 17px;
}

#nom{
	margin: 0 25px 0 0;
	width: 350px;
	background-color: #FAFAFA;
	border:none;
	font-size: 17px;
}

#prenom{
	width: 350px;
	background-color: #FAFAFA;
	border:none;
	font-size: 17px;
}

#tel{
	margin: 0 25px 0 0;
    width: 437px;
    background-color: #FAFAFA;
    border: none;
    font-size: 17px;
    padding: 9px;
}

#code-postal{
	margin: 0 25px 0 0;
    width: 437px;
    background-color: #FAFAFA;
    border: none;
    font-size: 17px;
    padding: 9px;
}

#mail{
    width: 437px;
    background-color: #FAFAFA;
    border: none;
    font-size: 17px;
    padding: 9px;
}

#code-postal {
	margin: 0 25px 0 0;
	width: 437px;
    background-color: #FAFAFA;
    border: none;
    font-size: 17px;
    padding: 9px;
}

#ville {
	width: 437px;
    background-color: #FAFAFA;
    border: none;
    font-size: 17px;
    padding: 9px;
}

#msg {
    background-color: #FAFAFA;
    border: none;
    font-size: 17px;
    padding: 9px;
    border-bottom: 4px solid #2870AE;
    width: 900px;
    max-width: 900px;
    height: 400px;
    max-height: 400px;
    margin: 0 0 30px 0;
}

#btn-envoyer {
	border-radius: 250px;
    border: none;
    font-size: 17px;
    width: 230px;

}

.btn-envoyer::before {
	position: absolute;
	content: "";
	background-image: url(/wp-content/uploads/2021/01/fleche-form.png);
	width: 50px;
	height: 50px;
	z-index: 9999;
	background-repeat: no-repeat;
	transform: translate(70%,70%);
}

/*RESPONSIVE FORMULAIRE*/
@media all and (max-width: 928px) {

	.row-form {
	    display: inline-flex;
	    position: relative;
	    margin-bottom: 15px;
	    left: -5px;
	}
	.row-form-2{
	    display: inline-flex;
	    position: relative;
	    margin-bottom: 15px;
	    left: -5px;
	}
	.row-form-3{
	    display: inline-flex;
	    position: relative;
	    margin-bottom: 15px;
	    left: -5px;
	}
	.row-form-4{
	    position: relative;
	    margin-bottom: 15px;
	    left: -5px;
	}
	.row-form-5{
	    position: relative;
	    margin-bottom: 15px;
	    left: -5px;
	}
	.row-form-6{
	    position: relative;
	    margin-bottom: 15px;
	    left: -5px;
	}
}



@media all and (max-width: 414px) {

	.content-title p{
		position: relative;
		line-height: 40px;
	}

	.content-title-devis p{
		position: relative;
		line-height: 40px;
	}

	.row-form-fichier {
		left: 0 !important;
		position: unset;
		display: inline-flex;
	}

	#civilite {
		margin: 0 25px 10px 0;
	    width: 385px;
	    background-color: #FAFAFA;
	    border: none;
	    font-size: 17px;
	    padding: 10px;
	}

	#nom {
	    margin: 0 25px 10px 0;
	    width: 385px;
	    background-color: #FAFAFA;
	    border: none;
	    font-size: 17px;
	}

	#tel {
	    margin: 0 25px 10px 0;
	    width: 385px;
	    background-color: #FAFAFA;
	    border: none;
	    font-size: 17px;
	}

	#mail {
	    margin: 0 25px 10px 0;
	    width: 385px;
	    background-color: #FAFAFA;
	    border: none;
	    font-size: 17px;
	}

	#prenom {
		width: 385px;
		background-color: #FAFAFA;
		border:none;
		font-size: 17px;
	}

	#code-postal{
		margin: 0 25px 10px 0;
	    width: 385px;
	    background-color: #FAFAFA;
	    border: none;
	    font-size: 17px;
	    padding: 10px;
	}

	#ville{
		margin: 0 25px 10px 0;
	    width: 385px;
	    background-color: #FAFAFA;
	    border: none;
	    font-size: 17px;
	    padding: 10px;
	}

	#ville{
		margin: 0 25px 10px 0;
	    width: 385px;
	    background-color: #FAFAFA;
	    border: none;
	    font-size: 17px;
	    padding: 10px;
	}

	#msg {
	    background-color: #FAFAFA;
	    border: none;
	    font-size: 17px;
	    padding: 9px;
	    border-bottom: 4px solid #2870AE;
	    width: 385px;
	    max-width: 900px;
	    height: 400px;
	    max-height: 400px;
	    margin: 0 0 30px 0;
	}

	#offre-emploi{
	    background-color: #FAFAFA;
	    border: none;
	    font-size: 17px;
	    padding: 9px;
	    width: 385px;
	}

	#projet{
	    background-color: #FAFAFA;
	    border: none;
	    font-size: 17px;
	    padding: 9px;
	    width: 385px;
	}

	#p-lettre{
	    position: relative;
	    left: -75px;
	    top: 80px;
	    margin-bottom: 90px;
	}

	#fichier-lettre{
		position: absolute;
	    top: 95px;
	    left: -285px;
	}

	.consent {
		width: 375px;
		display: block;
	}

	.info-legales{
		width: 375px;
	}

	#btn-envoyer {
	    left: -275px;
	}


	.btn-envoyer::before {
		transform: translate(-490%,70%);
	}


}


/*PAGES METIERS */

.tab-desc .vc_column-inner {
	padding : 0 0 0 0 !important;
}

@media all and (max-width: 928px) {

	.txt-gras-metier {
		text-align: left !important;
    	line-height: 22px !important;
    	width: 370px !important;
	}

	.txt-simple-metier {
		text-align: left !important;
    	line-height: 22px !important;
    	width: 370px !important;
	}

	.responsive-photo {
		height: 590px !important;
	}

	.responsive-photo-archi {
		height: 660px !important;
	}

}


@media all and (max-width: 928px) {

	.perso-police .verres-feuilles {
	    text-align: center;
	    color: #3b74b7;
	    text-transform: none;
	    font-size: 20px;
	    line-height: 27px;
	}
}

/*PAGE NOS IMPLANTATIONS*/

#map-implantations{
	 padding: 30px 0;
	 height: 750px;
	 margin-bottom: 20px;
	 position: relative;
}

.contentMap{
  	border: none!important;
  	z-index: 5;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 300px !important;
	display: none;
	transform: translate(-50%, -50%);

}

.contentMap .boxMap{
  	text-align: center !important;
  	position: relative !important;
}

.contentMap .boxMap .contentBox{
 	padding: 140px 50px 30px 50px;
}

.contentMap .boxMap .contentBox p{
	color: #000;
	font-family: 'Lato', 'Arial';
	font-size: 18px;
}


.contentMap .boxMap .contentBox{
  	background-color: rgba(255,255,255, 1);
}

.contentMap .boxMap .img{
	  width: 125px;
	  height: 125px;
	  background-repeat: no-repeat;
	  background-position: center;
	  background-size: cover;
	  margin: 20px;
	  position: absolute;
	  top: -10px;
	  left: 70px;
}

.contentMap .boxMap .contentBox .rpz{
 	text-align: center;
	font-size:14px;
	font-weight: 200;
	color: #43A8D3;
	font-weight: bold;
	margin-bottom: 10px !important;
	line-height: 16px;
}

.contentMap .boxMap .contentBox .barre-bleu{
	width: 120px !important;
	background-color: #1C75BC !important;
	padding-bottom: 4px !important;
}

.contentMap .boxMap .contentBox .departement{
	font-size:14px;
	font-weight: 200;
	color: #A7AEB0;
	padding-bottom: 15px;
	line-height: 16px;
}

.contentMap .boxMap .contentBox .btn-contact{
	border-radius: 250px;
    border: none;
    font-size: 17px;
    width: 200px;
    background-color: #1C75BC;
    color: #fff;
    padding: 10px;
}

.btn-contact::before {
	position: absolute;
	content: "";
	background-image: url(/wp-content/uploads/2021/01/fleche-form.png);
	width: 100px;
	height: 100px;
	z-index: 9999;
	background-repeat: no-repeat;
	transform: translate(-35%,7%);
}

.contentMap .boxMap .contentBox .fermer{
	position: absolute;
	z-index: 9999;
	transform: translate(735%,-1420%);
	width: 30px;
	cursor: pointer;
}

.contentMap .boxMap .img.sb { background-image: url(/wp-content/uploads/2021/01/sebastien-bernardin-commercial_implantations.png); }
.contentMap .boxMap .img.jg { background-image: url(/wp-content/uploads/2021/01/jacques-garcia-commercial_implantations.png); }
.contentMap .boxMap .img.mb { background-image: url(/wp-content/uploads/2021/01/michel-bouadma-commercial_implantations.png); }
.contentMap .boxMap .img.pj { background-image: url(/wp-content/uploads/2021/01/patrick-jenvois-commercial_implantations.png); }
.contentMap .boxMap .img.gl { background-image: url(/wp-content/uploads/2021/01/gaetan-lustiere-commercial_implantations.png); }
.contentMap .boxMap .img.dc { background-image: url(/wp-content/uploads/2021/01/didier-chapon-commercial_implantations.png); }
.contentMap .boxMap .img.mkb { background-image: url(/wp-content/uploads/2021/01/mickael-bourtguize-commercial_implantations.png); }
.contentMap .boxMap .img.nlr { background-image: url(/wp-content/uploads/2024/05/nicolas-rhein-commercial_implantations.png); }
.contentMap .boxMap .img.elg { background-image: url(/wp-content/uploads/2021/01/eddy-le-gouguec-commercial_implantations.png); }

.contentMap .boxMap .img.vc { background-image: url(/wp-content/uploads/2021/10/valentin-comte-commercial_implantations.png); }
.contentMap .boxMap .img.rz { background-image: url(/wp-content/uploads/2021/10/remy-zaoui-commercial_implantations.png); }

@media only screen and (max-width: 576px){

	#map-implantations {
	    right: 10px;
	    top: -250px;
	    position: relative;
	}

	.contentMap {
	    top: -3500px;
	    left: 50px;

	}


}

/*Page offre d'emploi*/

.single_job_listing .meta .job-type {
	background-color:#1C75BC!important;
	color:#fff!important;
}

.single_job_listing .meta {
	background-color: #FAFAFA;
    padding: 30px!important;
	margin-bottom:50px!important;
}

.job-manager-application-wrapper .application .application_button, .single_job_listing .application .application_button {
	padding: 10px 40px;
    background-color: #1C75BC;
    border-radius: 50px;
    color: #fff;
    border: 0;
	margin-top:10px!important;
	margin-bottom:50px!important;
	}

ul.job_listings li.job_listing a img.company_logo {
	display:none;
}

ul.job_listings li.job_listing.job_position_featured a {
	background:none!important;
}

ul.job_listings li.job_listing a div.position h3 {
	padding: 0 0 0 1em!important;
}

ul.job_listings li.job_listing a div.location {
	color:#3B74B7!important;
	font-weight:bolder!important;
}

.job_filters {
	background-color:#fafafa!important;
}

input#search_keywords, input#search_location{
	background-color:#fff!important;
	padding: 10px 20px;
    border-radius: 50px;
}

a.rss_link{
	display:none;
}

.job_listing .job-type {
    color: #22272B!important;
}

.job_filters .search_jobs input {
	border-radius:30px!important;
}

/* Inscription newsletter */

.nf-form-content nf-field:nth-child(1),
.nf-form-content nf-field:nth-child(2){
	width: calc(50% - 10px);
	display: inline-block;
}

.nf-form-content nf-field:nth-child(1){
	margin-right: 10px;
}
.nf-form-content nf-field:nth-child(2){
	margin-left: 10px;
}

.nf-form-content label#nf-label-field-22,
.nf-form-content label#nf-label-field-26,
.nf-form-content label#nf-label-field-27{
	color:#000;
	font-size:15px!important;
	font-weight:400!important;
	margin-top:-10px!important;
}

.checkbox-container.label-right label{
	font-size:12px!important;
	color:#000!important;
	font-weight:400!important;
	margin-top:-10px!important;
}

.nf-form-fields-required {
	display:none!important;
}

.nf-form-content input[type=button] {
	background-color: #1c75bc!important;
    vertical-align: middle!important;
    display: inline-bloc!important;
    padding: 7px!important;
    border-radius: 3px!important;
    width: 190px!important;
    color: #ffffff!important;
    font-weight: 800!important;
	font-size:12px!important;
}

.nf-response-msg {
	color:#3b74b7!important;
	font-weight:bolder!important;
}

.title-devis {
    left: 135px;
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
    position: relative;
    margin-bottom: 15px;
}

.bluecookie{
	background-color: #1C75BC !important;
	}

.wpcf7 p{
	display:inline;
}

.row-form-5,
.row-form-5 .btn-envoyer{
	margin-left:0!important;
	width:100%;
}


.row-form-5 .btn-envoyer input{
	margin: 0 auto!important;
	display:block!important;
}

/*FAQ*/
.content-title-faq {
	background-color: #fafafa;
	background-image: url(/wp-content/uploads/2021/12/faq.png)!important;
	background-repeat: no-repeat;
	background-position: center center;
}

.content-title-faq p{
	position: relative;
}

.page-id-5964 .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
	color: #000!important;
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
	color:#1C75BC!important;
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
	background-color:#FAFAFA!important;
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
	background-color:#FAFAFA!important;
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a{
	color:#fff!important;
}

.vc_tta.vc_tta-color-thegem.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading{
	background-color:#1C75BC!important;
}

.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
	border-bottom:4px solid #1C75BC!important;
}



@media (max-width: 1212px){

	.form-contact{
		margin:0 auto;
	}

 	.row-form,
	.row-form-2,
	.row-form-4,
	.row-form-5{
		display:flex!important;
		flex-direction:column!important;
		left:0;
		align-items: center;
    	justify-content: center;
	}

	.row-form-5{
		margin:0!important
	}

	input[type="text"],
	input[type="email"],
	input[type="tel"],
	textarea,
	select{
		width:100%!important;
	}
}

@media ( max-width: 900px){
	.form-contact{
		width:100%!important;
	}
}

@media ( max-width: 768px){
	.nf-form-content nf-field:nth-child(1),
	.nf-form-content nf-field:nth-child(2){
		margin: 0;
		width: 100%;
		display: block;
	}
}

@media (max-width: 414px){
	#btn-envoyer {
    	left: 0!important;
	}
}

.content-title-conf-garde-corps {
    background-repeat: no-repeat !important;
    background-image: url(/wp-content/uploads/2022/01/picto-configurateur-garde-corps-popin-2.svg) !important;
    background-position: center center !important;
}

.img-size figure div img {
	height:116px !important;
}

/* Breadcrumbs - Fil d'ariane */
#breadcrumbs {
	padding: 20px 25px 20px 25px;
    margin-bottom: 0px;
    background-color: #28AAE1;
    text-align: left;
    color: #ffffff;
}

#breadcrumbs a {
	color: #ffffff;
}

#breadcrumbs .breadcrumb_last {
	color: #10446e;
	font-weight:600;
	letter-spacing:0.3px;
}

.home #breadcrumbs, .page-template-nos-solutions #breadcrumbs {
	display:none !important;
}


/* PAGE Insert Décoratif */

#box-insert-titre1, #box-insert-titre2 {
	text-transform:none;
}

#box-insert-titre2 {
	margin-bottom:0px;
	margin-top:0px;
}


#box-insert-titre1 {
	margin-top:0px;
}

/* Fil d'ariane */


.fil-ariane-hover a {
	transition:0.5s ease-in-out;
}

.fil-ariane-hover a:hover {
	font-weight:600;
	color:#1a6aab;
}

#map_responsive{
	display: none;
}

@media screen and (max-width:768px){
	#map_responsive{ display: block; }
	#map-implantations{ display: none; }
}

.vc_custom_1610013143719 {
    margin-top: 0px !important;
}

@media screen and (max-width: 1150px) {
    .btn_desktop_pop-up{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .btn_desktop_pop-up > div{
        width: 100%;
    }
}

@media screen and (max-width: 480px){
	.slide-item {
		height: 120px !important;
	}
	.icon-cheveron-left:before {
		left: -15% !important;
		top: 40% !important;
	}
	.icon-cheveron-right:before {
		right: -15% !important;
		top: 40% !important;
	}
}

.slick-wrapper {
	width: 60%;
}
.slide-item {
	display: flex !important;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 200px;
	border: 1px solid white;
}

.slide-item img{
	height: 100%;
	width: 100%;
}

.caroussel-produit{
	display: flex;
	justify-content: center;
}

.slick-prev, .slick-next {
display: contents;
}

  .icon-cheveron-left:before {
	content: "\e901";
	color: #1C75BC;
	position: absolute;
    z-index: 10;
    left: -5%;
    top: 44%;
	font-size: 50px;
  }
  .icon-cheveron-right:before {
	content: "\e902";
	color: #1C75BC;
	position: absolute;
    z-index: 10;
    right: -5%;
    top: 44%;
	font-size: 50px;
  }

  .img-carrousel-produits {
	opacity: 1;
	transition: .5s ease;
	backface-visibility: hidden;
  }

  .slide-item:hover .img-carrousel-produits {
	opacity: 0.3;
  }

  .slide-item:hover .title-img-carrousel {
	display: flex;
	opacity: 1;
	transition: .5s ease;
  }

  .title-img-carrousel {
	display: none;
	position: absolute;
	opacity: 0.5;
	/* top: 50%;
	left: 50%; */
	/* transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%); */
	text-align: center;
  }

  .txt-hover-img-carrousel {
	/* background-color: #fff; */
	color: #1C75BC;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px !important;
	padding: 8px 8px;
	font-family: "Montserrat";
  }

  .paragraph-description-produit {
	margin-top: 30px;
  }

  .zoom-img{
	width: 100%;
	height: 100%;
  }

  #container-photo-carte-france{
	position: absolute;
	top: -190px;
	left: 30px;
  }

	.gallery-item .image-wrap picture{
		display: block;
	}

	.gem-gallery-grid:not(.hover-horizontal-sliding) .gallery-item .image-wrap img{
		width: 100%;
		object-fit: cover;
	}

	.btn-fiche-technique{
		white-space: nowrap;
	}

  @media screen and (max-width:1200px){

	img{
		max-width: 100%;
	}
	.photo-carte-france{
		width: 100%!important;
		height: auto!important;
	}

	#espace-responsive-grp{
		display: none;
	}

	#container-photo-carte-france{
		position: initial;
	}

	#cta{
		top: 0;
		left: 0;
		z-index: 100;
		right: inherit;
		display: flex;
		column-gap: 30px;
	}

	#cta a{
		display: inline-block;
	}

	#cta .cta-block{
		width: auto;
    	margin: 0;
		width: 100px;
		height: 100px;
	}

	#cta .cta-txt{
		display: none;
	}

	#cta .cta-icon{
		width: 100px;
		height: 100px;
	}

	#cta img{
		width: 100px!important;
	}

  }

  @media screen and (max-width:768px) {
	.gem-table-responsive .tabletolist > li,
	.gem-table.gem-table-responsive{
		overflow-x: auto;
		overflow-y: hidden;
	}

	.blog article{
		width: 100%
	}

	.blog article img{
		margin: auto;
	}

	.blog .description .info{
		width: 100%;
		position: relative!important;
	}

	.blog .post-read-more,
	.blog .gem-button-container{
		width: 100%;
	}

	.blog .gem-button-container{
		text-align: center;
	}
  }

  @media screen and (max-width:500px) {

	#cta{
		column-gap:5px;
	}

	#cta .cta-block,
	#cta .cta-icon{
		width: 70px;
		height: 70px;
	}
  }

#popmake-17264 {
	padding-top: 0;
	padding-bottom: 0;
}

#popmake-17264 #popup-cekal-header {
	margin-top: -35px;
}

#popmake-17264 #content-popup-cekal {
	padding-top: 0;
}
.scroll-top-button {
	position: fixed;
	left: 40px;
	bottom: 35px;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	line-height: 0;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}