/** Style affichage **/
.bloc_lock a{ color: #fff;}
.results {
	padding: 40px 0;
}
.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;
}

.cnt_horraire span {
    display: none !important;
}
#secteur .sec-content .lien_form:hover [type=submit],  #activite .sec-content .lien_form:hover [type=submit]{
    color: #000;
}
.abs_art {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
}
.listes_act_sec {
	text-align: left;
}
[class*=btn-], [class*=btn] {
    position: relative;
}
#popup.modal .modal-body .content-popup [class*=btn-]:hover, #popup.modal .modal-body .content-popup [class*=btn]:hover {
    background-color: transparent;
    color: #000;
}
.grecaptcha-badge {
    z-index: 999;
}
/* label[for=menu-handler]:hover span {
    background: #fff;
} */
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
b, strong {
    font-weight: 700;
}
section.tac_iframe {
    display: flex;
}
label.condition{ font-weight:300; 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;}
.carousel-inner::before {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(20%,rgba(0,0,0,.5)),to(rgba(0,0,0,.01)));
	background: linear-gradient(to bottom,rgba(0,0,0,.5) 20%,rgba(0,0,0,.01) 100%);
	opacity: .5;
}
.bg-home-img {
    opacity: 1;
}
.horaire_header{
	text-shadow: 0px 0px 4px rgb(0, 0, 0);
}
#articles_detail .sec-content {
	min-height: auto;
}
#articles_detail main {
	min-height: 40vh;
}
.all-services:before {
    background-color: rgba(0,0,0,.4);
}
#articles_detail #grid .item.item-not-spaced {
	margin-bottom: 12px;
	padding-right: 6px;
	padding-left: 6px;
}
@media only screen and (max-width:992px) {
	.listes_act_sec {
		width: 100%;
	}
}
@media(max-width:991px) {
	.form_footer .form-group.col-lg-6 , #sx-devis .col-lg-4 {
		padding: 0;
	}
	.header-bottom .logo {
		/* width: 156px; */
		margin-right: 6px;
	}
	.results.affichage1.owl-service a.article, .results.affichage1.owl-service div.article {
		max-width: 345px !important;
		width: 98% !important;
		margin: 0 auto !important;
	}
}
@media(max-width:800px) {
	 .flex_activiter_contact .form-group {
		 width: 100%;
	 }
}

@media(max-width:575px) {
	#popup.modal .modal-body .content-popup {
		padding: 0;
	}
	.modal-dialog{
		margin: 0.5rem auto;
	}
	
}


@media(min-width:576px){
	.titre-col-tarif {
		width: 85%;
		padding-right: 5px;
	}
	.vip-col-tarif {
		width: 15%;
		
	}
}
@media(min-width:768px){
	.col_tarif_rose, .col_tarif_gris {
		width: calc(50% - 20px);
	}
	input#menu-handler {
		position: fixed;
	}
}

@media(min-width:992px) {

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

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

	.texte-tarifs {
		font-size: 18px;
		line-height: 20px;
	}
	.col-tarif-rose, .col-tarif-gris {
		margin: 20px;
		width: calc(50% - 40px);
	}
	.col-bloc-tarif {
		padding: 12px;
	}
	.results.affichage_ref a.article .article-cnt .article-bts, .results.affichage_ref div.article .article-cnt .article-bts {
		-webkit-transform: translateX(-12%) translateY(45%);
		transform: translateX(-12%) translateY(45%);
	}
}


@media(min-width:1200px) {
	.all-services .owl-carousel, .blocs_art_cat .owl-carousel{
		width: calc(100% - 110px);
		margin: 0 auto 0;
	}

}
@media(min-width:1400px) {
	.blocs_art_cat .owl-carousel{
		width: 100%;
	}
}
@media (min-width: 1600px) {
  #articles_detail #grid .item {
    width: 33.33%;
  }
}
@media only screen and (min-width:1200px) and (max-width:1350px) {
	/* .item-top.list-info {
		width: 225px;
	} */
	footer section.top-footer .items-top .item-top~.item-top {
		margin-right: 30px;
	}
	footer section.top-footer .items-top .item-top:last-child{
		margin-right: 0 !important;
	}
	.sec-content-cat .cnt_cat_form .cnt_cat_left {
		padding-right: 0;
	}
	.cnt_cat_form .cnt_cat_right .devis_bloc_cat {
		max-width: 95%;
	}
}
@media only screen and (min-width:1200px) and (max-width:1440px) {
	.item-top.list-info {
		width: 37%;
	}
	.item-top.list-info.info-contact {
		width: auto;
	}
	.list-info .d-none.d-xl-block {
		display: none !important;
	}
	.social_footer.d-xl-block.d-none{
        display: block !important;
    }
    .social_footer.d-xl-block.d-none .titre_footer{
        display: block !important;
    }
	footer section.top-footer .list-info .item-top {
		margin-bottom: 20px;
	}
}
@media(max-width:1199px) {
	footer section.top-footer .titre_footer{
		margin-bottom: 10px;
	}
}
@media(max-width:767px) {
	.form-control, .input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
		margin-bottom: 12px;
	}
}
@media(max-width:600px) {
	.lien-horaire{
		padding: 0;
		text-align: right;
	}
}
/* #tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitron #tarteaucitronPrivacyUrl{
	color: #000 !important;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny, .tac_activate .tarteaucitronAllow{
	color: #000 !important;
} */