/** Style affichage **/
.bloc_lock a{ color: #fff;}
.results {
	padding: 40px 0;
}
/** section.related-works **/
section.related-works{
	background: #f5f5f5;
}
section.related-works .results a.article, section.related-works .results div.article {
    box-shadow: none;
    align-items: center;
}
section.related-works .results a.article .article-image, section.related-works .results div.article .article-image {
    border-radius: 50%;
    width: 110px;
    height: 110px;
}
section.related-works .results a.article .article-cnt, section.related-works .results div.article .article-cnt {
	margin-top: 10px;
    background: no-repeat;
    box-shadow: none;
}
section.related-works .results a.article:hover .article-image, section.related-works .results div.article:hover .article-image {
    border: 2px solid #ffffff;
}
section.related-works .results a.article:hover .article-cnt .article-titre, section.related-works .results div.article:hover .article-cnt .article-titre {
    color: #f6b60b;
}
/** section home **/
/* section.sec-content{
	background: #fefefe;
} */
.img-left {
	margin-right: 0;
	margin: 20px 0;
}
.img-right {
    margin: 0 0 20px;
}
/** sec-doc **/
section.sec-doc a[class*="btn"] > i {
	margin-left: 5px;
}
/** all-services	**/
section.related-services {
	background: #f8b81d;
}
section.related-services .sub-title:after {
	background:#ffffff;
}
section.related-services .results.affichage1 a.article:hover .article-cnt .article-titre, section.related-services .results.affichage1 div.article:hover .article-cnt .article-titre {
    color: #f6b60b;
}


/** all-partners **/
.all-partners {
	background: #ffffff;
}
/** Iframe Map **/
section.tac_iframe {
    display: flex;
}
/* label.condition{ font-weight:400; font-size:12px;} */
label.condition a{ color: #ff0000;}

.lang ul, .sx-social-icons{ padding:0;}

main section[id^="carouselT_"]{ background-repeat: no-repeat;background-size: cover;}



#mentionlegale{
    color:#222
   }
   #mentionlegale a {
    color:#1ea8c5

   }
   #mentionlegale a.logo {
    display:block;
    width:150px;
    height:34px;
    margin:0 auto;
    background-image:url(../img/logo.png);
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain
   }
   #mentionlegale .modal-content {
    height:calc(100vh - 40px);
    overflow-y:scroll ;
width: 95%;
   }
   #mentionlegale .sx-copyright a {
    font-size:35px ;
    display: block;
   }
   #mentionlegale p {
    margin-top:0;
    margin-bottom:0;
    line-height:24px
   }
   #mentionlegale .modal-dialog {
    max-width: 800px;
    width: 100%;
   }
   
  
#mentionlegale .modal-header {
    position: fixed;
    background-color: #fff;
    width: 100%;
    max-width: 742px;
    z-index: 9;
}
#mentionlegale .modal-body {
    padding-top: 75px;
}

.modal-open .modal {
    align-items: center;
}
.modal.show .modal-dialog {
    margin-top: 0 !important;
}
#popup.modal.fade.show {
   display: flex !important;
   padding-top: 54px;
}
input#menu-handler:checked~* .bloc_top{
	display: none !important;
}

.absolute_link{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
  }
  span.salaire {
    text-transform: none;
   }
   .grid {
		margin: 0 auto;
	}
#popup.modal {
  z-index: 99999;
}
b, strong {
    font-weight: 700;
}

header>.header-bottom .logo {
    width: 116px;
}
header.sticky>.header-bottom .logo {
    width: 90px;
}
header>.header-bottom .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.carousel-item:before {
    opacity: .5;
}
section.sec-parallax:before {
    opacity: .3;
}
#articles_detail .cnt_prod_left.mr-4.img_art_center {
    float: none;
    display: block;
    width: 100%;
    max-width: 900px;
    margin: 0 auto !important;
}
#articles_detail .cnt_prod_left.mr-4.img_art_center img {
    object-fit: contain;
    width: 100%;
}
.all-services .results.affichage2 .article .article-image::before {
	padding-top: 80%;
}


section.sec-parallax{
	padding: 200px 0!important;
}


/****	Responsive Design	***/

@media(max-width: 1199px){
	section.sec-parallax{
		padding: 170px !important;
	}
}


@media only screen and (max-width:992px) {
	.listes_act_sec {
		width: 100%;
	}
}

@media(max-width:800px) {
	 .flex_activiter_contact .form-group {
		 width: 100%;
	 }
}
@media(max-width:767px){
	.bloc_top button.closes {
		bottom: 0;
		top: auto;
		width: 100%;
	}
	.form-control, .input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
		margin-bottom: 12px;
	}
	
	header>.header-bottom .social .sx-social-icons:before{
		display: none;
	}
	.bloc_top_annonce .cnt_bloc_top_annonce .h1, .bloc_top_annonce .cnt_bloc_top_annonce h1 {
		font-size: 50px;
    	line-height: 1.1
	}
	header .bloc_top {
		transition: all 500ms;
	}
	header.sticky .bloc_top {
		display: none;
	}
	header>.header-bottom .logo {
		width: 90px;
	}
}
@media(max-width:600px){
	.bloc_top_annonce .cnt_bloc_top_annonce .h1, .bloc_top_annonce .cnt_bloc_top_annonce h1 {
		font-size: 37px;
    	line-height: 40px;
	}
}
@media(max-width:575px) {
	#popup.modal .modal-body .content-popup {
		padding: 0;
	}
	.modal-dialog{
		margin: 0.5rem auto;
	}
	
}


@media(min-width:768px){
	.cnt_prod_left_categorie {
		max-width: 1160px;
		width: 100%;
		margin: 20px auto;
		height: 600px;
	}
	.cnt_prod_left_categorie  img {
		border: 0;
		max-width: 100%;
		object-fit: cover;
		height: 100%;
		width: 100%;
	}
	.titre_page_mention {
		font-size: 36px;
	}
}

@media(min-width:992px) {

	.img-left {
		margin-right: 25px;
		margin-top: 0;
	}

	.img-right {
		margin: 0 0 20px 20px;
	}

	.titre_page_mention {
		font-size: 40px;
	}
}

@media(min-width:1200px) {
	.list_autre_annonce .sub-title {
		font-size: 55px;
		line-height: 1.2;
	}
	.titre_page_mention {
		font-size: 48px;
	}
}

.nopage .footer-infos .bloc-infos {
    width: 100% !important;
}
.nopage .contact-footer{
    display:none;    
}
input#menu-handler:checked~* label[for=menu-handler]>span{
background: #551210;

}