/** 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 h2.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-works **/
/* section.all-works {
	background: #2e3841;
	color: #ffffff;
} */
/* section.all-works h2.sub-title {
	color: #ffffff;
} */
/** all-services **/
/* .all-services{
	background: #f1f1f1;
} */
/** all-product **/
/* .all-product{
    background: #fff;
} */
/** all-partners **/
/* .all-partners {
	background: #ffffff;
} */
/** Iframe Map **/
section.tac_iframe {
    display: flex;
	position: relative;
}
label.condition{ font-weight:300; font-size:13px; line-height: 18px; padding: 12px 0 3px;}
label.condition a{ color: #ff0000;}

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

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

/*	Style page tarifs	*/
.texte-tarifs {
	padding-top: 30px;
	color: #878383;
	font-size: 16px;
	line-height: 18px;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	color: #fff;
}
.col-tarif-rose, .col-tarif-gris {
	width: calc(100% - 20px);
	text-align: left;
	background-color: #3c62cf;
	padding: 10px 15px 25px;
	margin: 10px;
	flex-direction: column;
}
.col-tarif-gris {
	background-color: #9c906d;
}
.col-bloc-tarif {
	padding: 15px;
	border-bottom: 1px solid;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.col-bloc-tarif:last-child {
	border-bottom: 0;
}

.titre_col_tarif {
	width: 100%;
	padding-right: 0;
	text-align: center;
}
.vip_col_tarif {
	width: 100%;
	margin-top: 5px;
	font-weight: 700;
	text-align: center;
}

#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%;
   }
   .titre_mention {
    padding:0 15px;
    position:relative;
    color: #000;
	padding-left: 0;
	font-size: 15px;
	font-weight: 400;
   }
   .titre_mention:before {
    content:" | ";
    position:absolute;
    top:0;
    right:6px;
    color: #000;
   }
   .titre_mention:hover{
	   color: #d2bb9b;
   }
#mentionlegale .modal-header {
    position: fixed;
    background-color: #fff;
    width: 100%;
    max-width: 742px;
    z-index: 9;
}
#mentionlegale .modal-body {
    padding-top: 75px;
}
#index main {
    padding-top: 0 !important;
}
.horaires-footer {
    max-width: 200px;
    width: 100%;
}
section.all-services .results.affichage1 a.article .article-cnt, section.all-services .results.affichage1 div.article .article-cnt {
    background-image: url(../img/bg-services.jpg);
}
a {
    color: #582900;
}
section.all-services .results.affichage1 {
    padding: 23px 0;
}
section.all-services .results.affichage1{
	align-items: initial;
}
section.all-services .results.affichage1 a.article, section.all-services .results.affichage1 div.article {
	margin-top: 0;
}
header>.header-bottom .header-left .cta-contact a:hover{
    background: 0 0;
    color: #d2bb9b;
}
header>.header-bottom .header-left .cta-contact a{
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    background: 0 0;
    color: #fff;
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
}
footer section.top-footer .item-icone {
    flex-direction: column;
}
footer section.top-footer .item-mail {
    display: flex;
    align-items: center;
}
footer section.top-footer .item-mail i {
    font-size: 22px;
    color: #d2bb9b;
    padding-right: 10px;
}
footer section.top-footer .cta-devis [class*=btn-], footer section.top-footer .cta-devis [class*=btn] {
    padding: 15px 15px;
}

footer section.top-footer .items-top .item-top~.item-top {
    margin-right: 10px;
    margin-top: 0;
}
.btn-back-pulse:active, .btn-back-pulse:focus, .btn-back-pulse:hover {
  
    background-color: #A97942;
    color: #d2bb9b;
}
[class*=btn-], [class*=btn] {
    background: #d2bb9b;
    color: #A97942;
	animation-name: none !important;
}
section.all-services .results.affichage1 a.article:hover .article-bts [class*=btn-], section.all-services .results.affichage1 a.article:hover .article-bts [class*=btn], section.all-services .results.affichage1 div.article:hover .article-bts [class*=btn-], section.all-services .results.affichage1 div.article:hover .article-bts [class*=btn], a.article:hover .article-cnt .article-bts [class*=btn-], a.article:hover .article-cnt .article-bts [class*=btn], div.article:hover .article-cnt .article-bts [class*=btn-], div.article:hover .article-cnt .article-bts [class*=btn] {
    background: #A97942;
    color: #d2bb9b;
}
/****	Responsive Design	***/
@media only screen and (max-width:1299px) {
	footer section.top-footer {
		font-size: 14px;
	}
	footer section.top-footer .item-adresse i, footer section.top-footer .item-icone i,  footer section.top-footer .item-mail i, footer section.top-footer .item-icone i{
		font-size: 20px;
		padding-right: 10px;
	}
	footer section.top-footer .items-top .item-top~.item-top {
		margin-right: 5px;
	}
	footer section.top-footer .cta-devis [class*=btn-], footer section.top-footer .cta-devis [class*=btn] {
		width: 85px;
	}
}
@media only screen and (max-width:1199px) {
	footer section.top-footer .items-top {
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
		text-align: center !important;
	}
	footer section.top-footer .items-top .item-top~.item-top {
		margin-right: 0;
		margin-top: 10px;
	}
	footer section.top-footer .cta-devis [class*=btn-], footer section.top-footer .cta-devis [class*=btn] {
		width: auto;
		padding: 15px 33px;
	}
}
@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) {
	header>.header-bottom .header-left .cta-contact a:before {
		font-family: FontAwesome;
		font-size: 22px;
		color: #d2bb9b;
		vertical-align: middle;
		content: "\f0e0";
		top: 6px;
    position: absolute;
	}
	header>.header-bottom .header-left .cta-contact a{
		font-size: 0;
		line-height: 0;
		width: 28px;
		height: 28px;
		position: relative;
		display: inline-block;
	}
}
@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);
	}
}

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




@media(min-width:1200px) {

	section.all-services .results.affichage1 a.article, section.all-services .results.affichage1 div.article {
		width: calc((100% - 90px)/ 4);
		margin-right: 30px;
	}
	section.all-services .results.affichage1 a.article:nth-of-type(3n+3), section.all-services .results.affichage1 div.article:nth-of-type(3n+3){
		margin-right: 30px;
	}
	section.all-services .results.affichage1 a.article:nth-of-type(4n+4), section.all-services .results.affichage1 div.article:nth-of-type(4n+4){
		margin-right: 0;
	}
}
.detail-contact a {
    color: #582900;
}

#contact-envoye-devis .success_content,
#contact-envoye .success_content,
#contact-envoye-mini-formulaire-activite .success_content,
#contact-envoye-mini-formulaire-activite-secteur .success_content,
#contact-envoye-mini-formulaire-activite-secondaire .success_content,
#contact-envoye-planning-reservation .success_content {
    min-height: 50vh;
    width: 100%;
}

#contact-envoye-devis .success_msg,
#contact-envoye .success_msg,
#contact-envoye-mini-formulaire-activite .success_msg,
#contact-envoye-mini-formulaire-activite-secteur .success_msg,
#contact-envoye-mini-formulaire-activite-secondaire .success_msg,
#contact-envoye-planning-reservation .success_msg {
    color: #609e21;
    margin: 40px auto 40px;
    padding: 18px 24px;
    background-color: #EBF6E0;
    max-width: 810px;
    text-align: center;
}

#contact-envoye-devis #sx-content,
#contact-envoye #sx-content,
#contact-envoye-mini-formulaire-activite #sx-content,
#contact-envoye-mini-formulaire-activite-secteur #sx-content,
#contact-envoye-mini-formulaire-activite-secondaire #sx-content,
#contact-envoye-planning-reservation #sx-content{
    min-height: 68vh;
	padding: 60px 0;
}
#contact-envoye-devis .row,
#contact-envoye .row,
#contact-envoye-mini-formulaire-activite .row,
#contact-envoye-mini-formulaire-activite-secteur .row,
#contact-envoye-mini-formulaire-activite-secondaire .row,
#contact-envoye-planning-reservation .row{
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
#contact-envoye-devis h1,
#contact-envoye h1,
#contact-envoye-mini-formulaire-activite h1,
#contact-envoye-mini-formulaire-activite-secteur h1,
#contact-envoye-mini-formulaire-activite-secondaire h1,
#contact-envoye-planning-reservation h1  {
    font-size: 37px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 400;
}

.bloc_video {
    text-align: center;
	max-width: 480px;
    width: 100%;
	margin: 0 auto;
}
#popup.modal .modal-body .bloc_video img{
	max-height: 350px;
	width: 100%;
	object-fit: contain;
}