:root {
	/*COLORS*/
	--primary-bgcolor: #c6af48;
	--secondary-bgcolor: #818181;
	
	--tertiary-bgcolor: #e94e1b;--white: #fff;
	--black: #000;
	
	--light-color: #f8f8f8;
	--title-color: #1f1f1f;
	--text-color: #404040;
	--body-color: #FFF;

    /*FONTS*/
	--font-title:BrandonGrotesqueBlack, sans-serif;
	--font-text:BrandonGrotesque,sans-serif;
	--font-bold:BrandonGrotesqueBold, sans-serif;
}

@font-face {
    font-family: 'BrandonGrotesqueBlack';
    src: url('../fonts/BrandonGrotesque-Black.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Black.woff') format('woff'),
        url('../fonts/BrandonGrotesque-Black.ttf') format('truetype'),
        url('../fonts/BrandonGrotesque-Black.svg#BrandonGrotesque-Black') format('svg');
    font-weight: 900;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'BrandonGrotesque';
    src: url('../fonts/BrandonGrotesque-Light.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Light.woff') format('woff'),
        url('../fonts/BrandonGrotesque-Light.ttf') format('truetype'),
        url('../fonts/BrandonGrotesque-Light.svg#BrandonGrotesque-Light') format('svg');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}


@font-face {
    font-family: 'BrandonGrotesqueBold';
    src: url('../fonts/BrandonGrotesque-Bold.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Bold.woff') format('woff'),
        url('../fonts/BrandonGrotesque-Bold.ttf') format('truetype'),
        url('../fonts/BrandonGrotesque-Bold.svg#BrandonGrotesque-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}




/*-----------------*/
/* HEADER */
/*-----------------*/

#popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 999;
    box-shadow: 0px -10px 60px -30px #000;
    opacity: 0;
    display: none;
    overflow: scroll;
}

#popup #contenthor::after{
	content: none;
}

#popup #contenthor h2{
	text-align: center;
	font-size: 26px;
	margin-bottom: 20px;
	margin-top: 0;
	color: var(--white);
}
#popup #contenthor p{
	font-size: 18px;
	line-height: 1.3;
}

#popup #contenthor{
	color: var(--white);
}

.popup-content {
    display: block;
    max-width: 700px;
    transition: 750ms all ease-in-out;
    position: relative;
    z-index: 15;
    line-height: 1.6;
    font-size: 16px;
    color: var(--white);
    box-sizing: border-box;
    width: 95%;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.popup-content .close-popup {
    display: block;
    text-align: right;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    transition: 250ms background ease-in-out;
    font-family: sans-serif;
    position: absolute;
    top: -40px;
    right: 0;
    line-height: 1;
}

.modal-trig {
    display: block !important;
    opacity: 1 !important;
    overflow: hidden;
    /* z-index: 15; */
}


body:not(.loaded) #header{
	z-index: 0;
}
#header-wrap{
	/* padding: 30px 20px; */
	/* position: absolute; */
	top: 0;
	left: 0;
	right: 0;
	z-index: 4;
	color: var(--white);
	transition: .75s cubic-bezier(.4,0,.2,1) .25s;
}
#adresseHead #infoadresse{
	margin-right: 30px;
}

#adresseHead #infoadresse{
	background-image: url('../images/icons/map.svg');
}


#logo a {
	display: flex;
	align-items: center;
	justify-content: center;
}

#logodesktop{
	width: 120px;
	height: auto;
}
#blason-savoie{
	width: 40px;
	margin-left: 10px;
}

#grand-chambery-agglomeration{
	width: 80px;
}
#navprimary{
}



.share-buttons span{
	display: none;
}
.sociblock .share-buttons a svg {fill:black;transition: 250ms all ease-in-out;width: 18px;position: relative;padding: 5px;}
.sociblock .share-buttons a {
    line-height: 1;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin: 0 2px 0 0;
    box-sizing: border-box;
}

.sociblock .share-buttons a:hover:before{
	background: var(--primary-bgcolor);
}
.sociblock .share-buttons a:hover svg{
	fill: var(--primary-bgcolor);
}

.sociblock
{
	min-width: 200Px;
    width: auto;
    display: inline-flex;
}
 .zonebtpdf .sociblock a
{
	padding: 5px;
}
.zonebtpdf .sociblock  a:before
{
	display: none;
}
.product-intro-single .woo-intro
{
	margin-top: 20px;
}
/*-----------------*/
/* TITLE */
/*-----------------*/
.title small, .section-title small {
    font-family: var(--font-title);
    color: var(--primary-bgcolor);
    font-size: 16px;
    text-transform: initial;
    letter-spacing: 0;
    display: block;
    line-height: 1;
    text-shadow: none;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
}



.title{
	position: relative;
	z-index: 2;
	margin-bottom: 30px;
}

.title.tac {
	margin-bottom: 60px;
}

.separator {
	height: 1px;
	width: 140px;
	background-color: var(--primary-bgcolor);
	margin: 30px 0;
	position: relative;
}
.separator span{
	position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    background-color: var(--primary-bgcolor);
    border-radius: 0;
    left: 0;
    transform: translate(0,-50%) rotate(45deg);
    
}

.title.tac .separator{
	margin: 30px auto;
}
.title.tac .separator span{
	 left: 50%;
	 transform: translate(-50%,-50%) rotate(45deg);

}




body.is-form-warning .title{
	z-index: 1;
}
.title.no-before{
	padding-bottom: 0;
}
.accroche{
	margin-top: 5px;
	font-size: 24px;
}


.title.no-before:after{
	top: auto;
	bottom: -20px;
}

.title h1,
.title h2, 
.title h3 {
  margin: 0;
}

.white h2,
.white h3
{
	color: var(--white);
}
.white .accroche {
	color: var(--white);
}


/*-----------------*/
/* SECTIONS */
/*-----------------*/
#sections{
    position: relative;
    z-index: 2;
    padding: 150px 0;
}

#choixSections {
    display: flex;
    justify-content: center;
    margin: 100px 0 70px 0;
}
#choixSections:before{
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #d0d0d0;
	top: 34px;
}
#choixSections .linkSections p {
	text-transform: uppercase;
	font-size: 14px;
	font-family: var(--font-bold);
	letter-spacing: 1px;
	line-height: 1.3;
	font-weight: bold;
}
#choixSections .linkSections:not(:last-of-type){margin-right: 60px;}

#choixSections .linkSections{
	position: relative;
	cursor: pointer;
	padding: 5px 20px;
	transition: 250ms all ease-in-out;
	text-align: center;
	color: var(--title-color);
}
#choixSections .linkSections.active{
	color: var(--primary-bgcolor);
}
#choixSections .linkSections img{
	width: 24px;
	height: 24px;
	object-fit: contain;
	filter: invert(1);
}

.subimageSections{
	border-radius: 100px;
	background-color: var(--title-color);
	text-align: center;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 15px;
	transition: 250ms all ease-in-out;
	position: relative;
}

#choixSections .linkSections.active .subimageSections, #choixSections .linkSections:hover .subimageSections{
	background-color: var(--primary-bgcolor);
}

#choixSections .linkSections .subimageSections:after{
	bottom: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: var(--primary-bgcolor);
	border-width: 9px;
	left: 50%;
	margin-left: -8px;
	opacity: 0;
	transition: 250ms all ease-in-out;
}
#choixSections .linkSections.active .subimageSections:after{
	opacity: 1;
	bottom: -16px;
}

.sectionsbloc{
	position: relative;
	display: flex;
	flex-direction: row-reverse;
}




.section_thumb{
 width: 48%;
 position: relative;
}

.section_thumb .content_right{
	margin-bottom: 40px;
}


.section_thumb .blocthumb{
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 61%;
}

.section_thumb .specialthumb{
	position: absolute;
	top: 190px;
	right: 15%;
	width: 30%;
	height: 350px;
}

.section_thumb .content_right + .blocthumb{
	height: 620px;
}
.section_thumb .blocthumb img{
	height: 100%;
}
.section_txt{
    width: 52%;
}
.section_txt .quaternarythumb{
	width: 0;
	display: none;
}
.section_txt .wrap-text{
	 padding: 60px 70px;
	 position: relative;
	 width: 80%;
	 margin-left: auto;
	 max-width: 770px;
}



.section_txt .wrap-text .title small{
}





.sectionsbloc .section_txt .tertiarythumb {
    position: absolute;
    left: -30%;
    bottom: 70px;
    width: 42%;
    height: 50%;
}


.sectionsbloc .section_txt .wrap-content {
	position: relative;
	padding-left: 70px;
	padding-right: 50px;
}


.sectionsbloc .buttons-wrap{
	padding-top: 30px;
}
.sectionsbloc .buttons-wrap .button:not(:first-of-type){margin-right: 10px;}






.section_txt .wrap-text .arrowlink{
	margin-top: 20px;
}


.sectionsbloc h2{
	padding: 0;
}

.sectionsbloc h2:before{
	content: none;
}
/*-----------------*/
/* GALLERY HOME */
/*-----------------*/
#galleryHome .gallery{
	margin: 0;
}
#galleryHome .ckslidercontrols {
    top: 0;
    margin: 0;
    max-width: none;
    z-index: auto;
}
#galleryHome .ckslidercontrols .next, 
#galleryHome .ckslidercontrols .prev{
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    background-color: rgb(0 0 0 / 40%);
    border: none;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

#galleryHome .ckslidercontrols .next:hover, 
#galleryHome .ckslidercontrols .prev:hover{background-color: var(--secondary-bgcolor);}

#galleryHome .ckslidercontrols .prev{
    left: 20px;
}
#galleryHome .ckslidercontrols .next{
	right: 20px;
}
#galleryHome .gallery dl.gallery-item{
	padding: 0 2px;
	min-width: calc(100% / 6);
	position: relative;
	overflow: hidden;
	height: 280px;
	box-sizing: border-box;
	animation-fill-mode: forwards;
	cursor: zoom-in;
	margin: 0;
}


.gallery-item:hover .gallery-caption{
	opacity: 1;
	transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	transform: translateY(0);
}

.gallery .gallery-icon{
	position: relative;
	cursor: pointer;
	height: 100%;
}
.gallery-icon a:before{
	content: "";
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translateY(-50%) translateX(-50%);
	background-color: var(--secondary-bgcolor);
	opacity: 0;
	transition: 250ms all ease-in-out;
	z-index: 1;
}

.gallery-item:hover a:before{width: 100%;height: 100%;opacity: 0.75;}
.gallery .gallery-icon .gallery_zoom {
    position: absolute;
    z-index: 25;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.gallery .gallery-icon a{
	display: inline-block;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.gallery .gallery-icon .gallery_zoom:before, 
.gallery .gallery-icon .gallery_zoom:after {
	content: "";
	position: absolute;
    left: 50%;
    top: 50%;
    transition: background-color 0.2s ease-in-out, transform 0.4s ease-in-out;
    background-color: var(--white);
}

.gallery .gallery-icon .gallery_zoom:before{
	width: 40px;
    height: 2px;
    margin: -1px 0 0 -20px;
    transform: translateX(-50px);

}

.gallery .gallery-icon .gallery_zoom:after{
    width: 2px;
    height: 40px;
    margin: -20px 0 0 -1px;
    transform: translateY(-50px);
}

.gallery .gallery-item:hover .gallery_zoom{
	opacity: 1;
}

.gallery .gallery-item:hover img{
	opacity: 0.5;
}

.gallery .gallery-item:hover .gallery_zoom:before{
	transform: translateX(0px);
}

.gallery .gallery-item:hover .gallery_zoom:after{
	transform: translateY(0px);
}


.gallery-item .gallery-caption{
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	opacity: 0;
	z-index: 2;
	font-family: var(--font-bold);
	color: var(--white);
	right: 0;
	transform: translateY(150%);
	text-transform: uppercase;
	font-size: 12px;
}

.gallery-item  .icon-gallery span{
	width: 50px;
	text-align: center;
	transform: scale(0);
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
	transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	margin-top: 7px;
	background-color: var(--primary-bgcolor);
	color: var(--white);
	display: inline-block;
	font-family: var(--font-text);
	font-size: 25px;
}

.gallery-item .icon-gallery{
	
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
}

.gallery-item .icon-gallery span:before{
	content: "+";
}

.gallery-icon:hover  .icon-gallery span {
	transform: scale(1);
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption{
  box-sizing: border-box;
}

.gallery-item img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: 500ms all ease-in-out;
	transition: transform 1s cubic-bezier(.215,.61,.355,1);
}



.gallery:not(.footergallery) .gallery-item:hover img{
	transform: scale(1.1);
}
/*-----------------*/
/* REASSURANCES */
/*-----------------*/
#reassurances {
	position: relative;
	background: var(--primary-bgcolor);
	padding: 40px 20px;
}

.picto-container {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}


.picto-container li {
    position: relative;
    padding: 0 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
}


.picto-container li svg,.picto-container li img {
    width: 30px;
    height: 30px;
    min-width: 30px;
    max-width: 30px
}

.picto-container li p {
    font-size: 13px;
    line-height: 1.3;
    margin-left: 12px;
    font-family: var(--font-bold);
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: .5px;
}
body.template-prestations-php #reassurances {
	padding: 60px 20px;
}
body.template-prestations-php .picto-container li{
	flex-direction: column;
	text-align: center;
}

body.template-prestations-php .picto-container li p {
	margin: 12px 0 0 0;
}


/*-----------------*/
/* HEADER ELEMENT */
/*-----------------*/
.header-element {display: flex;align-items: center;justify-content: space-between;}

/*-----------------*/
/* SLIDEACTU */
/*-----------------*/
#slideactu{
	padding: 120px 30px;
	position: relative;
	background-image: url('../images/bg-news.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#slideactu-title{
	border-bottom: 1px solid rgb(255 255 255 / 20%);
	padding-bottom: 10px;
	margin-bottom: 30px;
	position: relative;
}
#slideactu-title .title{
	margin: 0;
}
#content-news{
	grid-auto-rows: 195px;
}
#slideactu .cksliderwrap {
    padding-bottom: 50px;
}

#slideactu:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--black);
	opacity: 0.6;
}
.wrapper_slider {
    display: flex;
    position: relative;
    box-sizing: border-box;
    background: var(--white);
    align-items: center;
    grid-column: span 1;
    height: 100%;
}
.content_slider{
	padding: 25px 25px 25px 15px;
	width: 54%;
}

.wrapper_inner_slider{
	display: flex;
	align-items: center;
}

.wrapper_slider:first-child {
    grid-column: span 1;
    grid-row: span 3;
}

.wrapper_slider .img_thumbnail_slider{
	object-fit: cover;
	width: 100%;
	height: 100%;
	left: 0;
}
.next_slider{min-width: 90px;}
.thumbnail_slider{
	display: block;
	height: 100%;
	width: 46%;
	margin-right: 13px;
}
.wrapper_slider:first-child  .thumbnail_slider{
    width: 100%;
    margin: 0;
}
.thumbnail_slider a {
    display: block;
    height: 100%;
}

.wrapper_slider:first-child  .content_slider {position: absolute;bottom: 25px;left: 25px;background: var(--white);right: 25px;padding: 20px 30px;display: flex;align-items: center;justify-content: space-between;width: auto;}

.title_slider{
	margin: 0  0 10px 0;
}
.wrapper_slider:first-child .title_slider{
	margin: 0 15px 0 0;
}
.title_slider h2, .title_link_slider {
	font-size: 20px;
	font-family: var(--font-text);
	font-weight: bold;
}

.text_slider {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 30px;
}


.title_slider a{
	color: var(--title-color);

}
.title_slider a:hover {
    color: var(--primary-bgcolor);
}
#listarticles .listedarticle .image_content img {
    transition: 500ms all ease-in-out;
    width: 100%;
    object-fit: cover;
    transition: 500ms all ease-in-out;
    height: 100%;
    position: absolute;
    left: 0;
}
#listarticles .listedarticle {
    position: relative;
}
#listarticles .thumbnail_slider {
	height: 480px;
	width: 100%;
	margin: 0;
}
#listarticles .content_slider{
	position: absolute;
	bottom: 25px;
	left: 25px;
	background: var(--white);
	right: 25px;
	padding: 20px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: auto;
}
#listarticles .listedarticle .content_slider .title_slider {
    margin: 0 15px 0 0;
}
#listarticles .listedarticle .content_slider .next_slider {
    margin: 0;
    min-width: 90px;
}

/*-----------------*/
/* HOMEHEADER */
/*-----------------*/
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(rgb(0 0 0 / 33%), hsl(0deg 0% 0% / 70%));
}
	#cta-coordonnees {
		position: fixed;
		top: 0;
		right: -245px;
		width: 245px;
		height: 100%;
		min-height: 100%;
		padding: 150px 16px 65px;
		background-color: var(--black);
		overflow: hidden;
		visibility: hidden;
		z-index: 21;
		-webkit-transition: all .6s cubic-bezier(.77,0,.175,1);
		-o-transition: all .6s cubic-bezier(.77,0,.175,1);
		transition: all .6s cubic-bezier(.77,0,.175,1);
		text-align: left;
		box-sizing: border-box;
		border: none;
		bottom: auto;
		left: auto;
	}


.mobileLogo{
		display: none;
	}

#noshare{
	margin-left: auto;
	display: flex;
}
#noshare .icones {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
#noshare .label {
	 font-family: var(--font-bold);
	 letter-spacing: 2px;
	 font-size: 27px;
	 color: var(--white);
	 -webkit-font-smoothing: inherit;
}

#infoadresse, #infoouverture, #infotelfixe, #infotelport, #infobuttonHeader, #noshareHeader, #header .adresse.white, #infoouverture {
	color: var(--white);
	line-height: 1.3;
	font-size: 17px;
	margin: 10px 0;
	max-width: 190px;
	width: 100%;
	padding: 10px 0 10px 30px;
}



#infotelfixe span, #infotelport span, #infoouverture .titlehoraires, #infoadresse span, #infotelfixeFooter span, #infotelportFooter span, #infoouvertureFooter span, #infoadresseFooter span, #infotelfixeContact span, #infotelContact span, #infoouvertureContact .titlehoraires, #infoadresseContact span, #infotelFooter span, #noshareHeader span, .adresse span, .adresse.white span {
    display: block;
    color: var(--white);
    font-family: var(--font-bold);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
#noshareHeader span{
	padding-bottom: 5px;
}
#infoouvertureFooter .titlehoraires{
	display: none;
}
#infotelContact span, #infotelportContact span, #infoouvertureContact .titlehoraires, #infoadresseContact span, .adresse span{
	color: var(--primary-bgcolor);
}
#infotelfixe .wrapperinner {
    background-image: url(../images/icons/phone-white.svg);
}
#infotelport .wrapperinner,
#infotelFooter{
    background-image: url(../images/icons/phone-white.svg);
}
#infoadresse{
    background-image: url(../images/icons/map-white.svg);
}

#infoouverture ,
#infoouvertureFooter{
    background-image: url(../images/icons/clock.svg);
}


#infotelfixe span, #infotelport span, #infoouverture .titlehoraires, #infoadresse span, .adresse.white span{
		font-size: 12px;
		letter-spacing: 0.5px;
	}



#infotelfixe a, #infotelport a, #infoouverture a,
#infotelFooter a, #infoouvertureFooter a{
    color: var(--white);
}
#infotelFooter a:hover, #infoouvertureFooter a:hover,
#infotelfixe a:hover, #infotelport a:hover, #infoouverture a:hover {
    color: var(--primary-bgcolor);
}
#header-top{
	left: 0;
	right: 0;
	z-index: 20;
	position: absolute;
	top: 0;
	background: var(--white);
	padding: 10px 70px 10px 20px;
	box-shadow: 0 0 20px #00000021;
}
#homeHeader {overflow: hidden;background-color: var(--title-color);}

#homeHeader #noshare {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    transition: .55s cubic-bezier(.4,0,.2,1) 1.15s;
    transition-delay: 1500ms
}

#homeHeader .imageDiapo:after {
    content: "";
    position: absolute;
    width: 140%;
    min-height: 100%;
    z-index: 2;
    bottom: -1px;
    left: -20%;
    background-image: url(../images/courbe-header.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}
body.loaded #homeHeader #noshare {
    opacity: 1;
    transform: translateY(0)
}

#homeHeader #noshare strong {
    position: relative;
    color: var(--white);
    text-transform: uppercase;
    font-family: var(--font-bold);
    font-size: 14px;
    margin-bottom: 10px;
    text-shadow: 0 0 4px rgba(0,0,0,.5);
    text-align: center;
    padding: 0 10px
}

.arrows{
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.arrows span{
	color: var(--white);
	font-family: var(--font-bold);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 20px;
}
.arrow{
	position: absolute;
}
.arrow:before{
	content: "";
	width: 90px;
	height: 160px;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	opacity: 0.8;
}
.arrow-sell:before{
	background-image: url('../images/arrow-2.png');
	transform: rotate(143deg);
}
.arrow-buy:before{
	background-image: url('../images/arrow-3.png');
	height: 60px;
	bottom: 130%;
	width: 230px;
}
.arrow-sell{
	
	top: 40%;
	left: 10%;
}
.arrow-buy{
	bottom: 27%;
	right: 20%;
}
.arrow-find{
	top: 30%;
	left: 40%;
}
.arrow-find:before{
	height: 100px;
	background-image: url('../images/arrow-1.png');
	left: 110%;
	bottom: -60px;
	transform: rotate(175deg) scaleX(-1);
}

#homeHeader svg polygon {
	fill: var(--title-color);
}
#h1 svg polygon {
	fill: #fcf9f5;
}
#homeHeader .typewrite{
	font-family: var(--font-bold);
	line-height: 1;
	font-size: 50px;
}

.typewrite .wrap:after{
	content: "";
	position: absolute;
	right: 0;
	width: 2px;
	height: 50%;
	background: var(--white);
	top: 50%;
	transform: translateY(-50%);
}

#homeHeader .imageDiapo{
	height: 100vh;
	min-height: 950px;
	/* background-image: url(../images/background_home.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat; */
}

.innerText {
    position: absolute;
    z-index: 2;
    top: 0;
    box-sizing: border-box;
    left: 70px;
    right: 70px;
    height: 100%;
    margin-top: -30px;
}
#estimation{
	position: relative;
}
.labelHomeHeader{
	font-family: var(--font-bold);
	text-align: center;
	margin: 60px 0 20px;
	color: var(--white);
	font-size: 30px;
	-webkit-font-smoothing: initial;
	font-weight: bold;
	line-height: 1;
}
#estimation form{
	display: flex;
	align-items: stretch;
}
#estimation .blc_wrap{
	display: flex;
	padding: 10px 15px 10px 20px;
	background: var(--white);
	align-items: center;
	border-radius: 100px 0 0 100px;
	width: 100%;
}
#estimation .button-wrap{
	min-width: 240px;
}
#estimation form .blc_wrap > div{
	flex: 1 1 20%;
	padding: 0 5px;
	position: relative;
}
#estimation form > div input{margin: 0;}
#estimation form > div .button{
    width: 100%;
    margin: 0;
    background-image: none;
    padding: 7px 25px;
    border-radius: 0 100px 100px 0;
    height: 100%;
    font-size: 14px;
}
.innerText .wrappercontent {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#homeHeader-logo{
	width: 300px;
}

#homeHeader .innerTitle {
    transition: .55s cubic-bezier(.4,0,.2,1) .95s;
    color: var(--white);
    position: relative;
    z-index: 10;
    font-family: var(--font-title);
    font-size: 28px;
    transform: translateY(-50px);
    z-index: 10;
    transition: .55s cubic-bezier(.4,0,.2,1) .95s;
    opacity: 0;
    max-width: 1100px;
    margin: 0 auto 30px;
    text-shadow: 1px 1px 20px rgb(0 0 0 / 90%);
} 
#homeHeader .innerTitle  strong{
	font-size: 108px;
	font-family: var(--font-title);
	line-height: 1;
	position: relative;
	margin-bottom: 30px;
	display: inline-block;
}
#homeHeader .innerTitle strong:after{
	--size: 19px;
	content: "";
	top: 15px;
	right: 60px;
	position: absolute;
	background: var(--primary-bgcolor);
	border-radius: 100%;
	width: var(--size);
	height: var(--size);
}
#homeHeader .innerTitle p  {
	color: var(--white);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	margin: 10px 0 0 0;
	line-height: 1.2;
	display: block;
	font-size: 42px;
	font-family: var(--font-title);
}
#homeHeader .innerTitle p  small{display: block;font-family: var(--font-text);font-size: 28px;}
#homeHeader .innerButton {
    opacity: 0;
    transition: .55s cubic-bezier(.4,0,.2,1) 1.25s;
    transform: translateY(-50px);
}
#homeHeader .innerButton .button{
	margin: 2px;
}

body.loaded #homeHeader .innerTitle,
body.loaded #homeHeader .innerButton{
    opacity: 1;
    transform: translateY(0);
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: var(--title-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}



#homeHeader .imageOverlay, #h1 .innerImg .imageOverlay {
    /* background-color: aliceblue; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: -5px;
    height: calc(100% + 10px);
    z-index: 4;
    transition: .75s cubic-bezier(.4,0,.2,1) .25s;
    position: absolute;
}

#h1 .innerImg .imageOverlay, #homeHeader .imageOverlay {
    width: 110%;
    background-color: var(--secondary-bgcolor);
}

body.loaded #homeHeader .imageOverlay, body.loaded #h1 .innerImg .imageOverlay {
    left: 100%;
}

#loader {
  height: 40px;
  position: relative;
  width: 40px;
}

#loader span{
  display:block;
  bottom:0px;
  width: 20px;
  height: 20px;
  background: var(--primary-bgcolor);
  position:absolute;
}

#loader  span:nth-child(1){
  -webkit-animation: preloader_2_1 1.5s infinite ease-in-out;
  -moz-animation: preloader_2_1 1.5s infinite ease-in-out;
  animation: preloader_2_1 1.5s infinite ease-in-out;
}

#loader  span:nth-child(2){
  left:20px;
  -webkit-animation: preloader_2_2 1.5s infinite ease-in-out;
  -moz-animation: preloader_2_2 1.5s infinite ease-in-out;
  animation: preloader_2_2 1.5s infinite ease-in-out;
}

#loader  span:nth-child(3){
  top:0px;
  -webkit-animation: preloader_2_3 1.5s infinite ease-in-out;
  -moz-animation: preloader_2_3 1.5s infinite ease-in-out;
  animation: preloader_2_3 1.5s infinite ease-in-out;
}

#loader span:nth-child(4){
  top:0px;
  left:20px;
  -webkit-animation: preloader_2_4 1.5s infinite ease-in-out;
  -moz-animation: preloader_2_4 1.5s infinite ease-in-out;
  animation: preloader_2_4 1.5s infinite ease-in-out;
}
 

@keyframes preloader_2_1 {
    0% {transform: translateX(0px) translateY(0px)  rotate(0deg); border-radius:0px;}
    50% {transform: translateX(-20px) translateY(-10px) rotate(-180deg); border-radius:20px;background:var(--primary-bgcolor);}
    80% {transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
     100% {transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
}

@keyframes preloader_2_2 {
    0% {transform: translateX(0px) translateY(0px)  rotate(0deg);border-radius:0px;}
    50% {transform: translateX(20px) translateY(-10px) rotate(180deg);border-radius:20px;background:var(--primary-bgcolor);}
    80% {transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
    100% {transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
}


@keyframes preloader_2_3 {
    0% {transform: translateX(0px) translateY(0px)  rotate(0deg);border-radius:0px;}
    50% {transform: translateX(-20px) translateY(10px) rotate(-180deg); border-radius:20px;background:var(--primary-bgcolor);}
    80% {transform: translateX(0px) translateY(0px) rotate(-360deg);border-radius:0px;}
     100% {transform: translateX(0px) translateY(0px) rotate(-360deg); border-radius:0px;}
}


@keyframes preloader_2_4 {
    0% {transform: translateX(0px) translateY(0px)  rotate(0deg); border-radius:0px;}
    50% {transform: translateX(20px) translateY(10px) rotate(180deg); border-radius:20px;background:var(--primary-bgcolor);}
    80% {transform: translateX(0px) translateY(0px) rotate(360deg); border-radius:0px;}
     100% {transform: translateX(0px) translateY(0px) rotate(360deg);border-radius:0px;}
}

/*-----------------*/
/* H1 */
/*-----------------*/
#h1 {
	position: relative;
	z-index: 2;
}
#h1 .innerImg {
    position: relative;
    overflow: hidden;
}
#h1 .innerImg .imageAnimation {
    height: 50vh;
    min-height: 460px;
}
#h1 .innerImg .imageAnimation .imageDiapo, 
#h1 .innerImg .imageAnimation .blocthumb {
    height: 100%;
}
/*-----------------*/
/* CONTENT */
/*-----------------*/
.wp-block-cover__inner-container h2 {
	margin-top: 0;
}

.tc_content .wp-block-cover h2 {
    color: #fff;
    position: relative;
    padding-bottom: 30px;
}

.tc_content .wp-block-cover h2:after {
    content: "";
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background-color: var(--tertiary-bgcolor);
    left: 50%;
    margin-left: -25px;
}
.wp-block-cover__inner-container{
	width: 100%!important;
}

.home #content{
	padding: 120px 20px;
}
.home #content .title{
	max-width: 90%;
	margin: 0 auto 60px;
}

#content-wrapper{
	flex-direction: column;
	left: 5.6rem;
	/* position: absolute; */
	top: 0;
	display: flex;
}

#slogan p:before{
	--size: 0.2em;
	content: "";
	top: 0.14em;
	right: 1.735em;
	position: absolute;
	background: var(--primary-bgcolor);
	border-radius: 100%;
	width: var(--size);
	height: var(--size);
}
#slogan p{
	font-family: var(--font-title);
	color: var(--black);
	font-size: 120px;
	line-height: 1;
	position: relative;
	margin: 0;
}
#slogan {
	margin-bottom: 4em;
	max-width: 470px;
	margin-left: calc(2.6rem * -1);
}
#slogan span{
	display: block;
	text-transform: uppercase;
	font-family: var(--font-bold);
	color: var(--black);
	font-size: 20px;
	text-align: right;
}

#content-img {
   gap: .8rem;
   position: relative;
}
#content-txt{
	max-width: 75%;
	position: relative;
	top: -18em;
	margin-bottom: -18em;
}
#content-txt .tc_content{
	margin-left: calc(5.6rem * -1);
}
#content-img .blocthumb {
   clip-path: polygon(0 0,100% 0,100% 100%,0 25%);
   height: 56rem;
   margin-left: calc(5.6rem * -1);
   width: calc(100% + 5.6rem + 1rem);
}
#content-img .specialthumb,
#content-img .tertiarythumb {
	margin-left: 2.4rem;
    width: calc(100% - 2.4rem + 5.6rem);
}
#content-img .specialthumb {clip-path: polygon(0 0,100% 0,100% 53%,0 100%);height: 39.2rem;margin-top: 16.5rem;}


#content-img .tertiarythumb{
	clip-path: polygon(0 65%,100% 0,100% 100%,0 100%);
	height: 28.8rem;
	margin-top: -16rem;
}

#contentPage.specialIntro, 
#contentPageBis{
	padding: 120px 40px;
}

#content{
	padding: 120px 40px;
	position: relative;
	z-index: 2;
}
body.woocommerce-category-php #content{
	padding-top: 90px;
}
#content.nopadding{
	padding: 0;
}

.no-gutter-row{
	grid-row-gap: 0!important;
}
#pagesidebar {
    z-index: 2;
    position: relative;
}

#pagesidebar #contentForm{
	background-color: var(--white);
	padding: 30px 20px;
	box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 5%);
	background-image: url(../images/bg-citation.jpg);
	background-position: center;
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	max-width: 500px;
	margin: auto;
}

#pagesidebar .cekome_form .blc_date label, 
#pagesidebar .cekome_form .blc_select label,
#pagesidebar #contentForm .mention,
#pagesidebar .cekome_form .blc_checkbox label{
	color: var(--white);
}

hr.wp-block-separator {
    max-width: 250px;
    height: 2px;
    margin: 80px auto!important;
    background: var(--primary-bgcolor)!important;
    border: none!important;
}
#pagesidebar #contentForm:before{
	content: "";
    background-color: var(--title-color);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: -1;
}

#pagesidebar #contentForm h3{
	margin-top: 0;
	font-size: 23px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding-bottom: 15px;
	color: var(--white);
}


#pagesidebar .form-wrap .wrap-fieldset .blc_text, 
#pagesidebar .form-wrap .wrap-fieldset .blc_email, 
#pagesidebar .form-wrap .wrap-fieldset .blc_date, 
#pagesidebar .form-wrap .wrap-fieldset #cptchk-contact, 
#pagesidebar .form-wrap .wrap-fieldset #cptchk-estimation, 
#pagesidebar .form-wrap .wrap-fieldset #cptchk-offmarket,
#pagesidebar .form-wrap .wrap-fieldset .blc.blc_captcha, 
#pagesidebar .form-wrap .wrap-fieldset .button.cf_submit,
#pagesidebar .form-wrap .wrap-fieldset .blc_textarea, 
#pagesidebar .form-wrap .wrap-fieldset .blc_select, 
#pagesidebar .form-wrap .wrap-fieldset .blc_checkbox {
	flex: 1 1 100%;
	max-width: 100%;
	margin: 2px 0;
}

#estimationForm{
	max-width: 1000px;
	margin: auto;
}

#content.less-paddingBottom{
	 padding: 150px 15px 50px;
}
.return-bottom{
	border-top: solid 1px rgba(0,0,0,0.1);
	padding-top: 50px;
	padding-bottom: 0;
	margin-top: 80px;
	clear: both;
}

.return-bottom.white{
	border-top: solid 1px rgba(255,255,255,0.3);
}
.return-bottom.no-border{
	margin: 0;
	padding: 0;
	border: none;
}

.maps_canvas {
    height: 100%;
    min-height: 500px;
    /* position: relative; */
}

body.template-contact-php .maps_canvas {
    min-height: 700px;
}



.col-img{
	padding-top: 50px;
}


.col-content .title{
	width: 45%;
	padding: 0 70px 0 0;
}

.col-content .blockquote-wrapper{
	width: 55%;
	padding: 0 0 0 70px;
}

.col-img .blocthumb{
	position:relative;
	z-index: 10;
	height: 100%;
}



.col-img .blocthumb img{
	box-shadow: 0px 30px 50px 0px rgb(8 13 62 / 15%);
}

/*-----------------*/
/* PRESTATIONS */
/*-----------------*/
#prestations{
	position: relative;
	padding: 150px 100px 0;
	z-index: 2;
}
.nohome #prestations{
	padding: 0;
}

.prestations-title{
	padding: 0 30px ;
}
#prestations .widget_parentpage li:nth-child(1) {
     margin-top: 80px
}
#prestations .widget_parentpage li:nth-child(3) {
     margin-top: 30px
}


#prestations .widget_parentpage li:last-child {
     margin-top: 150px
 }

#presta_service-immobilier{--primary-bgcolor:#a7a5a6;}
#presta_etudes-et-travaux{--primary-bgcolor:#c5ab44;}
#presta_cloisons-et-mobiliers{--primary-bgcolor:#e94e1b;}

#prestations .widget_parentpage li{
	box-sizing: border-box;
	position: relative;
	transition: .3s;
	transition: all 0.4s ease;
	padding: 0 10px;
}


#prestations .img-presta{
	 height: 100%;
}

#prestations .img-presta .image_content {
  
    height: 100%;
    display: block;
    cursor: pointer;
    z-index: 0;
    position: relative;
}

#prestations .content-presta{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;position: absolute;flex-direction: column;left: 35px;top: 35px;right: 35px;bottom: 35px;background-color: var(--white);padding: 20px;text-align: center;-webkit-box-sizing: border-box;box-sizing: border-box;opacity: 1;-webkit-clip-path: inset(0 0 100% 0);clip-path: inset(0 0 100% 0);-webkit-transition: .2s cubic-bezier(.48,.57,.33,.89);-o-transition: .2s cubic-bezier(.48,.57,.33,.89);transition: .2s cubic-bezier(.48,.57,.33,.89);}

#prestations .tertiarythumb{
	width: 90px;
	opacity: 0;
	transform: translate3d(-100px, 0, 0);
	transition: all 0.7s cubic-bezier(0.2, 1, 0.7, 1);
	transition-property: transform, opacity;
	margin-bottom: 10px;
}

#prestations .blocthumb:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background: rgba(12, 12, 12, 0.5);
	transition: 250ms all ease-in-out;
	opacity: 0;
}



#prestations .liresuite{
	opacity: 0;
	transform: translate3d(100px, 0, 0);
	transition: all 0.7s cubic-bezier(0.2, 1, 0.7, 1);
	transition-property: transform, opacity;
	margin-top: 40px;
}

@keyframes eltdfFadeInUp{
	0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30%,0);
    transform: translate3d(0,30%,0);
}
100% {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
}


#prestations  .tc_content {
	opacity: 0;
	-webkit-transform: translate3d(0,30%,0);
	transform: translate3d(0,30%,0);
	font-size: 16px;
	line-height: 1.5;
	max-width: 600px;
	margin: 0 auto;
	}



#prestations .blocthumb{
	 height: 100%;
	 position: relative;
	 transition: 250ms all ease-in-out;
	 z-index: 1;
}



#prestations .content-presta h3 a,
#prestations .content-presta h2 a{
	color: var(--title-color);
}
#prestations .content-presta h3 a:hover ,
#prestations .content-presta h2 a:hover {
    color: var(--primary-bgcolor);
}
#prestations .content-presta h3,
#prestations .content-presta h2{
  font-size: 30px;
  line-height: 1;
  margin: 0;
  opacity: 0;
  -webkit-transform: translate3d(0,30%,0);
  transform: translate3d(0,30%,0);
  margin-bottom: 20px;
}




#prestations .widget_parentpage li .bloc_inner_wpp {
	transition: 250ms all ease-in-out;
	position: relative;
	overflow: hidden;
	height: 600px;
}




#prestations .bloc_wpp-home:hover .liresuite{
	transition-delay: 0.6s;
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

#prestations .widget_parentpage li:hover .content-presta h3,
#prestations .widget_parentpage li:hover .content-presta h2{
	-webkit-animation: .4s eltdfFadeInUp forwards .3s;
    animation: .4s eltdfFadeInUp forwards .3s;
}

#prestations .widget_parentpage li:hover  .tertiarythumb {
	transition-delay: 0.6s;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
#prestations .widget_parentpage li:hover .tc_content{
	-webkit-animation: .4s eltdfFadeInUp forwards .3s;
	animation: 0.5s eltdfFadeInUp forwards 0.4s;
}

#prestations .widget_parentpage li:hover  .content-presta {
	-webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transition: .4s cubic-bezier(.48,.57,.33,.89);
    -o-transition: .4s cubic-bezier(.48,.57,.33,.89);
    transition: .4s cubic-bezier(.48,.57,.33,.89);
}

#prestations .widget_parentpage li:hover .blocthumb:before {
	opacity: 1;
}

/*-----------------*/
/* FILTRE */
/*-----------------*/
.sbwoo{
	position: relative;
	padding: 40px 30px;
	border-radius: 10px;
	background-image: url(../images/bg-news.jpg);
	background-position: center;
	background-size: cover;
	z-index:1;
	border-radius:10px;
	overflow: hidden;
	max-width: 500px;
	margin: auto;
}
.sbwoo:before{
	content: "";
	background-color: var(--title-color);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	z-index: -1;


}


.sbwoo .item-filter{
	margin-bottom: 20px;
}
.wc-block-product-categories__dropdown{
	 width: 100%;
}
.sbwoo select {
	    color: var(--black);
	    outline: none;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	    background-color: var(--white);
	    /* border-color: var(--white); */
	    border-radius: 100px;
	    height: 50px;
	    line-height: normal;
	    box-sizing: border-box;
	    border-radius: 0;
	    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	    font-size: 14px;
	    padding: 6px 10px!important;
	    width: 100%;
	    font-family: var(--font-text);
	    background: #f4f4f4;
	    border-radius: 10px 0 0 10px!important;
}
.wc-block-product-categories__button{
	cursor: pointer;
	border: none;
	transition: 250ms all ease-in-out;
}

.wc-block-product-categories__button svg{
	fill: var(--white)!important;
}
.wc-block-product-categories__button{
	background: var(--primary-bgcolor);
	border-radius: 0 10px 10px 0!important;
}
.wc-block-product-categories__button:hover{
	background: var(--secondary-bgcolor);
}
.sbwoo h3{
	margin-top: 0;
	color: var(--white);
	font-size: 26px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding-bottom: 5px;
}

.sbwoo h4 {
	color: var(--white);
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 5px;
	font-family: var(--font-title);
	letter-spacing: 1px;
}
.select2-container--default .select2-selection--single, #product_cat {
    border: none!important;
    height: 40px!important;
    border-radius: 10px!important;
    display: grid!important;
    align-items: center;
    padding: 10px;
    box-sizing: border-box!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px!important;
}
#product_cat{
	width: 100%;
}

/*-----------------*/
/* BREADCRUMB */
/*-----------------*/
.woocommerce-breadcrumb{
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	color: var(--primary-bgcolor);
	font-size: 15px;
	font-family: var(--font-bold);
	background: url(../images/base/list1.png) 10px center no-repeat;
	float: left;
	width: 100%;
	border-bottom: solid 1px rgba(0,0,0, 0.1);
	padding: 10px 235px 10px 25px;
	margin-bottom: -38px;
}

.zonebtpdf {text-align: right;margin-bottom: 40px;}
.zonebtpdf a {background: none;padding: 0 0 0 30px;color: #83888e;overflow: visible;}
.zonebtpdf a:hover{
	color: var(--tertiary-bgcolor);
}
.zonebtpdf a:before {
	content: "";
	background-image: url('../images/icons/print.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
}

/*-----------------*/
/* WOOCOMMERCE */
/*-----------------*/
.woocommerce-breadcrumb a{
	color: var(--text-color);
}

.woocommerce-breadcrumb a:hover{
	color: var(--primary-bgcolor);
}

#contenttitle .description{
	margin-top: 20px;
}
#contenttitle .title{
	margin-bottom: 0;
}

.filter-button{
	margin: 50px 0 30px;
	text-align: center;
}
.product-intro-single .summary.entry-summary{
	padding: 0 50px;
	box-sizing: border-box;
	margin: auto;
	
	text-align: center;
	position: relative;
	
	
}
.product-intro-single .woo-intro{
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}
.woocommerce-product-details__short-description{font-size: 17px;}
.product_title{
	font-size: 26px;
	margin-bottom: 0;
	order: 2;
	position: relative;
}

.product_title:after{
	content: "";
	background-color: var(--primary-bgcolor);
	width: 100px;
	height: 2px;
	display: block;
	margin: 30px auto 38px;
}


#primaryimgsinglewoo {
	height: 450px;
	width: 100%;
}
#primaryimgsinglewoo img{
	object-fit: cover;
    width: 100%;
    height: 100%;
}
#primaryimgsinglewoo a{
	display: block;
	height: 100%;
}
.product-intro-single{
	position: relative;
	box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 5%);
	background-color: var(--white);
	margin: 10px;
	align-items: stretch;
}

#sliderproductsinglewoo .ckslidercontrols {
    bottom: auto;
    top: 50px;
    margin: 0;
    max-width: none;
    z-index: auto;
}
#sliderproductsinglewoo .ckslidercontrols .next, 
#sliderproductsinglewoo .ckslidercontrols .prev{
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    background-color: rgb(0 0 0 / 40%);
    border: none;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}
#sliderproductsinglewoo .ckslider .woocommerce-product-gallery__image{
	min-width: 10%;
	padding: 1px;
}
#sliderproductsinglewoo .ckslider .woocommerce-product-gallery__image img{
	width: 100%;
	margin: 0;
	height: 100%;
}
#sliderproductsinglewoo .ckslidercontrols .next:hover, 
#sliderproductsinglewoo .ckslidercontrols .prev:hover{background-color: var(--primary-bgcolor);}

#sliderproductsinglewoo .ckslidercontrols .prev{
    left: 20px;
}
#sliderproductsinglewoo .ckslidercontrols .next{
	right: 20px;
}

.tabNavigation{
	display: none;
}

#tabs{
	column-count: 2;
	column-gap: 0;
	margin-bottom: 100px;
}
#tabs .panel{
	padding: 10px;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
}
#tabs .panel .panel-content{
	box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 5%);
	background-color: var(--white);
	padding: 30px;

}
#tab-energie .panel-content{
	display: flex;
	flex-wrap: wrap;
}
#tab-energie .panel-content > div{
	flex: 1 1 50%;
}

#tab-energie  p {
	font-size: 12px;
}
#tab-energie .panel-content h2{
	flex: 1 1 100%;
}
#tabs .panel h2{
	margin-top: 0;
	text-transform: uppercase;
	font-size: 17px;
}
#tab-reviews{
	display: none;
	padding: 0!important;
	margin: 0!important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
	color: var(--text-color)!important;
}

/*ARROW ENERGETIQUE*/
.tablenergie{
	margin-top: 10px;
	margin-right: 20px;
	border: 1px solid #ccc;
	background: var(--white);
	padding: 5px;
	float: left;
}

.tablenergie td{
	padding: 1px 0;
}

.tdetiquette{
	width: 130px;
}

/*ENERGIE*/
.energ_arrow:after{
	content: "";
	position: absolute;
	width:0; height:0;
    border:10px solid transparent;
}

.energ_arrow_A{
	background:#00fd00 url(../images/etiquette_A.png) 0px center no-repeat;
	width: 20px;
	height: 20px;
}
.energ_arrow_A:after{
	margin-left:20px;
	border-left:10px solid #00fd00;
}
.energ_arrow_B{
	background:#49fe00 url(../images/etiquette_B.png) 0px center no-repeat;
	width: 30px;
	height: 20px;
}
.energ_arrow_B:after{
	margin-left:30px;
	border-left:10px solid #49fe00;
}
.energ_arrow_C{
	background:#b5fe00 url(../images/etiquette_C.png) 0px center no-repeat;
	width: 40px;
	height: 20px;
}
.energ_arrow_C:after{
	margin-left:40px;
	border-left:10px solid #b5fe00;
}
.energ_arrow_D{
	background:#fdfd00 url(../images/etiquette_D.png) 0px center no-repeat;
	width: 50px;
	height: 20px;
}
.energ_arrow_D:after{
	margin-left:50px;
	border-left:10px solid #fdfd00;
}
.energ_arrow_E{
	background:#fdb000 url(../images/etiquette_E.png) 0px center no-repeat;
	width: 60px;
	height: 20px;
}
.energ_arrow_E:after{
	margin-left:60px;
	border-left:10px solid #fdb000;
}
.energ_arrow_F{
	background:#fe4c02 url(../images/etiquette_F.png) 0px center no-repeat;
	width: 70px;
	height: 20px;
}
.energ_arrow_F:after{
	margin-left:70px;
	border-left:10px solid #fe4c02;
}
.energ_arrow_G{
	background:#fe0002 url(../images/etiquette_G.png) 0px center no-repeat;
	width: 80px;
	height: 20px;
}
.energ_arrow_G:after{
	margin-left:80px;
	border-left:10px solid #fe0002;
}

/*GES*/
.GES_arrow:after{
	content: "";
	position: absolute;
	width:0; height:0;
    border:10px solid transparent;
}

.GES_arrow_A{
	background:#DBCFE5 url(../images/etiquette_A.png) 0px center no-repeat;
	width: 20px;
	height: 20px;
}
.GES_arrow_A:after{
	margin-left:20px;
	border-left:10px solid #DBCFE5;
}
.GES_arrow_B{
	background:#CF96E7 url(../images/etiquette_B.png) 0px center no-repeat;
	width: 30px;
	height: 20px;
}
.GES_arrow_B:after{
	margin-left:30px;
	border-left:10px solid #CF96E7;
}
.GES_arrow_C{
	background:#B96BDB url(../images/etiquette_C.png) 0px center no-repeat;
	width: 40px;
	height: 20px;
}
.GES_arrow_C:after{
	margin-left:40px;
	border-left:10px solid #B96BDB;
}
.GES_arrow_D{
	background:#AD4CD9 url(../images/etiquette_D.png) 0px center no-repeat;
	width: 50px;
	height: 20px;
}
.GES_arrow_D:after{
	margin-left:50px;
	border-left:10px solid #AD4CD9;
}
.GES_arrow_E{
	background:#AC2DD6 url(../images/etiquette_E.png) 0px center no-repeat;
	width: 60px;
	height: 20px;
}
.GES_arrow_E:after{
	margin-left:60px;
	border-left:10px solid #AC2DD6;
}
.GES_arrow_F{
	background:#9A0ACC url(../images/etiquette_F.png) 0px center no-repeat;
	width: 70px;
	height: 20px;
}
.GES_arrow_F:after{
	margin-left:70px;
	border-left:10px solid #9A0ACC;
}
.GES_arrow_G{
	background:#8500CD url(../images/etiquette_G.png) 0px center no-repeat;
	width: 80px;
	height: 20px;
}
.GES_arrow_G:after{
	margin-left:80px;
	border-left:10px solid #8500CD;
}

.etiquette{
	background-color: #000;
	padding: 0 4px;
	width: 31px;
	font-weight: bold;
	text-align: center;
	color:var(--back-color);
	height: 20px;
	display: none;
}

.etiquette:before{
	content: "";
	position: absolute;
	margin-left: -35px;
	width:0;
	height:0;
	border:10px solid transparent;
	border-right:10px solid #000;
}

.etiquette_A,.etiquetteGES_A{
	background-image: url(../images/etiquette_A.png);
	background-position:  8px center;
	background-repeat: no-repeat;
}

.etiquette_B,.etiquetteGES_B{
	background-image: url(../images/etiquette_B.png);
	background-position:  8px center;
	background-repeat: no-repeat;
}

.etiquette_C,.etiquetteGES_C{
	background-image: url(../images/etiquette_C.png);
	background-position:  8px center;
	background-repeat: no-repeat;
}

.etiquette_D,.etiquetteGES_D{
	background-image: url(../images/etiquette_D.png);
	background-position:  8px center;
	background-repeat: no-repeat;
}

.etiquette_E,.etiquetteGES_E{
	background-image: url(../images/etiquette_E.png);
	background-position:  8px center;
	background-repeat: no-repeat;
}

.etiquette_F,.etiquetteGES_F{
	background-image: url(../images/etiquette_F.png);
	background-position:  8px center;
	background-repeat: no-repeat;
}

.etiquette_G,.etiquetteGES_G{
	background-image: url(../images/etiquette_G.png);
	background-position:  8px center;
	background-repeat: no-repeat;
}


/*-----------------*/
/* CITATIONS */
/*-----------------*/
#citationsHome{
    background-image: url('../images/bg-citation.jpg');
    box-sizing: border-box;
    padding: 100px 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}
#citationsHome:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--black);
	opacity: 0.8;
	z-index: -1;
}

blockquote.white {
    color: var(--white);
}

.citationsHome blockquote {
    max-width: 850px;
    margin: auto;
}



/* Blockquote main style */
.blockquote {
    position: relative;
    max-width: 620px;
    border: 2px solid var(--primary-bgcolor);
    padding: 45px;
    z-index: 1;
    border-radius: 10px;
    margin: 0 auto;
}

/* Blockquote header */
.blockquote p {
    position: relative; /* for pseudos */
    color: var(--primary-bgcolor);
    font-size: 24px;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
    z-index: 2;
    font-style: italic;
}
.blockquote .left{
  top: -50px;
  left: -20px;
  text-align: left;
}
.blockquote .right{
  bottom: -50px;
  right: -20px;
  text-align: right;
  z-index: 10;
  font-size: 5rem;
  
}
.blockquote .right,
.blockquote .left{
	background-color: var(--title-color);
	line-height: 170px;
	color: var(--primary-bgcolor);
	z-index: 0;
	font-size: 5rem;
	width: 120px;
	position: absolute;
}

.blockquote p span{
	color: var(--white);
}


.tc_content .wp-block-media-text h2:first-child, .tc_content .wp-block-media-text h3:first-child, .tc_content .wp-block-media-text.has-media-on-the-right p.has-large-font-size {
    right: 0;
    left: inherit;
    margin-top: 0;
}

.wp-block-media-text {
    overflow: hidden;
    margin-bottom: 5em;
    justify-content: end;
    width: 100%;
    grid-template-columns: 2fr 3fr !important;
}
.tc_content .wp-block-media-text__media {
    height: 100%;
    width: auto;
}
.tc_content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 50px 50px 50px 0;
}
/*-----------------*/
/* PRODUCTS */
/*-----------------*/
.products:not(.relatedproducts){
	padding: 30px 0 0!important;
	margin-bottom: 40px!important;
	max-width: 100%;
	display: flex;
	align-items: stretch;
	justify-items: stretch;
	grid-auto-flow: row dense;
	padding-bottom: 50px!important;
}


.related .products{
	grid-template-columns: repeat(3, 1fr);
}
.products li{
	margin: 0!important;
	padding: 10px 10px 10px 15px!important;
	z-index: 1;
	grid-column: span 1;
	min-width: 33%!important;
	float: none!important;
	position: relative;
	display: block;
	transition: 250ms all ease-in-out;
	width: 33%!important;
}
.products li:before{
	content: none!important;
}

.related-product .relatedproducts{
	position: relative;
	padding-bottom: 50px;
}

.related-wrapper{
	padding: 110px 30px 90px;
	position: relative;
	background-color: var(--title-color);
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	display: grid;
	background-image: url('../images/bg-news.jpg');
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	display: none;
}

.related-wrapper:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: var(--secondary-bgcolor);
	height: 100%;
	width: 100%;
	opacity: .9;
}
.related-wrapper svg:not(.arrow) {
    position: absolute;
    top: -1px;
    width: 90%;
    height: 5vw;
    left: 0;
    z-index: 2;
    transform: scale(-1);
}

.related-wrapper svg:not(.arrow) polygon{
	fill: var(--body-color);
}

.related-product .title{
	margin-bottom: 10px;
}

.relatedproducts li{
	min-width: 33.3333333%!important;
	padding: 20px 21px !important;
}

.products:before{
	content: none!important;
}

.products li.product  a{
	color: var(--text-color);
	display: flex;
	flex-direction: column;
	box-shadow: 0px 0px 11px rgb(0 0 0 / 10%);
	height: 100%;
	position: relative;
	background: var(--white);
	border: none!important;
}

.products li:not(.itemProduct-vendu):hover {
	transform: translateY(-20px);
}

.product-content{
	z-index: 2;
	display: flex;
	flex-direction: column;
	order: 2;
	text-align: center;
}


#listingProducts .products{
	margin: 0;
	grid-template-columns: repeat(2,1fr);
	max-width: 100%;
	gap: 20px;
	display: grid;
	padding: 30px 0 0!important;
}
#listingProducts .products li{
	padding: 10px 10px 10px 15px!important;
	width: 100%;
	min-width: 100%!important;
}

.products li.product .liresuite{
	display: inline-block;
	position: absolute;
	left: calc(50% - 24px);
	bottom: 25px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(3);
	-ms-transform: scale(3);
	transform: scale(3);
	-webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	line-height: 1;
}
.products li.product a:hover .liresuite{
	visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s, 0s, 0.2s;
    transition-delay: 0s, 0s, 0.2s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


.products li.product .price {
	font-family: var(--font-bold);
	position: relative;
	z-index: 2;
}

.products li.product .price ins, .product-intro-single .price ins{
	text-decoration: none;
}
.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    z-index: 2;
}
.elementor-shape svg {
    display: block;
   width: calc(200% + 1.3px);
    height: 40px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.elementor-shape.light  .elementor-shape-fill{
	 fill: var(--light-color);
}
.elementor-shape-bottom {
    bottom: -1px;
}
.elementor-shape-top {
    top: -1px;
}

.elementor-shape[data-negative=false].elementor-shape-bottom, .elementor-shape[data-negative=true].elementor-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#products-home{
	padding: 0 30px;
	position: relative;
	z-index: 2;
	top: -160px;
	margin-bottom: -160px;
}

#achat, #location{
	margin-bottom: 30px;
	padding: 30px 20px;
	overflow: hidden;
	background: var(--primary-bgcolor);
}
#achat .title, #location .title{
	margin-bottom: 0;
}




.caracteristique {
	display: flex;
	order: 1;
	padding: 10px 20px 20px;
	font-size: 13px;
	font-weight: bold;
	z-index: 10;
	border-top: solid 1px #4141411f;
	justify-content: space-between;
	letter-spacing: 0.5px;
	align-items: center;
	margin-top: 10px;
}



.caracteristique .surface, 
.caracteristique .parking, 
 .localisation {
	position: relative;
	padding: 0 0 0 30px;
	text-align: left;
	line-height: 1.2;
}
 .localisation {
	padding: 0 0 0px 20px;
	width: auto;
	margin: 0 auto 20px;
	order: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-family: var(--font-bold);
	color: var(--primary-bgcolor);
}
.caracteristique .surface:before, 
.caracteristique .parking:before, 
 .localisation:before{
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 19px;
	height: 19px;
	background-size: contain;
}

.caracteristique strong{
	font-size: 11px;
	display: block;
	text-transform: uppercase;
	color: var(--black);
}
.caracteristique .surface{
	padding: 0 0 0 24px;
}
.caracteristique .surface:before{
    background-image: url('../images/icons/plan.svg');
    width: 18px;
    height: 18px;
}
.caracteristique .parking:before{
	background-image: url('../images/icons/parking.svg');
}
.localisation:before{
	background-image: url('../images/icons/map.svg');
	width: 13px;
	height: 13px;
}

.wrap-label{
	position: absolute;
    left: -10px;
    top: 30px;
    z-index: 2;
}
.label {
    display: block;
    text-transform: uppercase;
    font-family: var(--font-title);
    font-size: 12px;
    color: var(--white);
    padding: 5px 10px;
    letter-spacing: 1px;
    border-radius: 0 5px 5px 0;
    background-color: var(--primary-bgcolor)
}

.label:before {
    content: "";
    display: block;
    background-color: #746526;
    height: 5px;
    width: 10px;
    left: 0;
    position: absolute;
    top: -2px;
    transform: skewY(-18deg);
    z-index: -1
}

.label.Vente {background-color: var(--tertiary-bgcolor);}
.label.Vente:before {background-color: #9b2e0a;}


.etatimg.Location:before { background-color: #bda605}
.etatimg.Location:after {  background-image: url(../images/icons/star.svg)}

.products li.product a.item-vendu{
	cursor: not-allowed;
}
.products li.product a.item-vendu .caracteristique,
 .products li.product a.item-vendu .liresuite{
	display: none;
}

 .products li.product a.item-vendu .price {
	color: var(--text-color)!important;
	text-decoration: line-through;
}

.products a.item-vendu .product-img img {
	filter: grayscale(1);
}


span.onsale {
    top: 15px!important;
    right: 20px!important;
    background-image: url(../images/icons/promotions.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 44px !important;
    height: 44px;
    background-color: transparent!important;
    font-size: 0!important;
    position: absolute;
    z-index: 9;
}

/*-----------------*/
/* FOOTER */
/*-----------------*/
#footer{
	padding: 30px 15px 50px;
	text-align: center;
	background-color: var(--black);
}



#logofooter img{
	width: 200px;
	height: auto;
}
#logofooter #logoorpiFooter{
	width: 90px;
}
#coordonneesFooter{
	display: flex;
	justify-content: space-around;
	color: var(--white);
	width: 100%;
}


#coordonneesFooter .adresse{
	line-height: 1.2;
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 30px 30px 0;
}
#footerSeo{
	font-size: 14px;
}

#navfooter a {
	color: var(--white);
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: var(--font-bold);
}

.copyright{
	color: var(--white);
	font-size: 16px;
}
 .marque-alsace{
	width: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	max-width: 100%;
	height: 25px;
}

.footer-menu li:not(:last-of-type){
	margin-right: 20px;
}

#footerlinks{
	border-top: solid 1px rgb(255 255 255 / 10%);
	width: 100%;
	padding-top: 20px;
}
#navfooter a:hover, 
.copyright:hover {
	color: var(--primary-bgcolor);
}
.wp-block-quote strong{
	font-family: var(--font-bold);
}
.tc_content blockquote, .tc_content .wp-block-quote, blockquote, .wp-block-quote, blockquote.is-style-large{
  margin: 2em 0;
  padding: 50px 70px;
  quotes: "\201C""\201D""\201C""\201D";
  position: relative;
  box-sizing: border-box;
  z-index: 1;
  background-color: transparent;
  border: none!important;
  padding-left: 70px!important;
  margin: 30px 0 !important;
  padding-right: 0!important;
}


.tc_content blockquote cite, .wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer{
    display: block;
    letter-spacing: 1px;
    font-style: normal;
    font-size: 25px!important;
    color:  var(--primary-bgcolor)!important;
    position: relative;
    padding-top: 11px;
    text-align: left!important;
    font-family: var(--font-bold);
}
.tc_content blockquote cite strong{
	 font-family: var(--font-bold);
	 color: var(--primary-bgcolor);
}
blockquote cite:before{
/* 	content: ""; */
	position: absolute;
	height: 50px;
	width: 2px;
	background-color: var(--black);
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

blockquote.is-style-large{
	border-top: 2px solid var(--primary-bgcolor);
	border-bottom: 2px solid var(--primary-bgcolor);
}
blockquote:before, .wp-block-quote:before{
  color: var(--primary-bgcolor)!important;
  content: open-quote;
  font-size: 120px!important;
  position: absolute;
  font-family: var(--font-bold);
  line-height: 1;
  height: 70px;
  display: inline;
  z-index: 2;
}


blockquote:after, .wp-block-quote:after {
	content: "";
	position: absolute;
	left: 50px;
	width: 3px;
	height: 100%;
	top: 0;
	background: var(--primary-bgcolor)!important;
}
blockquote:before, .wp-block-quote:before{
    top: 30px!important;
    left: 0!important;
}


blockquote p, .wp-block-quote p, .wp-block-quote.is-large p, .wp-block-quote.is-style-large p, .tc_content .wp-block-quote p {
  font-size: 32px!important;
  font-family: var(--font-bold);
  line-height: 1.2!important;
  color: var(--black);
  margin: 0;
  -webkit-font-smoothing: initial;
  font-style: initial!important;
}


blockquote.white{
	color: var(--white);
}



blockquote.white cite {
	color: rgba(255,255,255,.8);
}
blockquote.white cite:before{
	background-color: var(--white);
}
blockquote.white:before {
	background-color: var(--primary-bgcolor);
	color: var(--secondary-bgcolor);
}
blockquote.black:before{
	background-color: var(--black);
}

/*-----------------*/
/* to top style */
/*-----------------*/
.to-top.fixed {
	opacity: 1;
	bottom: 60px;
}
.to-top {
	background: var(--primary-bgcolor);
	bottom: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	color: #fff;
	display: block;
	font-size: 15px;
	height: 50px;
	line-height: 48px;
	opacity: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	transition: 1s ease-in-out;
	width: 50px;
	z-index: 333;
	-webkit-transition: 1s ease-in-out;
	border-radius:100px;
	overflow:hidden;
	-webkit-animation: pulse 2s infinite;
	-o-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
	display: flex;
	align-items: center;
	justify-content: center;
}

.to-top img{
	width: 20px;
}
.to-top:focus{color:#fff;}
.to-top:hover{color:#fff;}
.to-top::before {
	-webkit-transform: scale(0);
	background: var(--title-color) none repeat scroll 0 0;
	border-radius: 200px;
	content: "";
	display: block;
	height: 200px;
	left: -50%;
	margin-top: -100px;
	position: absolute;
	top: 50%;
	transition-duration: 0.8s;
	transition: all 0.4s ease-out 0s;
	width: 200px;
	z-index: -1;
	-ms-transform: scale(0);
	-webkit-transition-duration: 0.8s;
	-webkit-transition:all 0.4s ease-out 0s;
	opacity:0.3;
	transform: scale(0);
}
.to-top::after {
	-webkit-transform: scale(0);
	background: var(--title-color) none repeat scroll 0 0;
	border-radius: 200px;
	content: "";
	display: block;
	height: 200px;
	left: -50%;
	margin-top: -100px;
	position: absolute;
	top: 50%;
	transition: all 0.4s ease-in 0s;
	width: 200px;
	z-index: -1;
	-ms-transform: scale(0);
	-webkit-transition:all 0.4s ease-in 0s;
	opacity:0.3;
	transform: scale(0);
	transition-delay:0.3s;
}
.to-top:hover::after,.to-top:hover::before{
	-webkit-transform: scale(4);
	-ms-transform: scale(4);
	opacity:1;
	transform: scale(4);
}


#infoadresseContact, #infotelContact, #infoouvertureContact, .adresse, #infoouverture{
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px;
	line-height: 1.4;
	padding: 20px 0  20px 30px;
}
#infoouvertureContact{
	max-width: 210px;
}
#contentCoordonnees{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#infoadresseContact, .adresse{background-image: url('../images/icons/map.svg');}
#infotelContact{background-image: url('../images/icons/phone.svg');}
#infoouvertureContact{background-image: url('../images/icons/clock.svg');}

#infotelContact a, #infoouvertureContact a{
	color: var(--text-color);
}
.phone a{
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: var(--font-bold);
	color: var(--black);
}
.phone.white a {
	color: var(--white);
}
#infotelContact a:hover, #infoouvertureContact a:hover, .phone a:hover {
	color: var(--primary-bgcolor);
}



/* ------------------------- */
/* GUTENBERG|YOAST : SCHEMA FAQ */
/* ------------------------- */
.schema-faq {
    margin-bottom: 2em;
    counter-reset: faq;
    border: none;
    padding: 0;
}



.schema-faq-section{
    border: none;
    box-shadow: none;
    margin: 0 0 10px!important;
    position: relative;
    border-radius: 5px;
    padding: 15px 35px 0 25px;
    transition: 250ms all ease-in-out;
    background: none;
}



.schema-faq-section.open .schema-faq-question {
	color: var(--black)!important;
}
.schema-faq-section .schema-faq-question:hover{
	color: var(--primary-bgcolor)!important;
}
.schema-faq-section:before{
		content: counter(faq) ".";
		counter-increment: faq;
		font-size: 16px;
		line-height: 1;
		font-weight: 400;
		position: absolute;
		left: 5px;
		top: 18px;
		font-family: var(--font-bold);
		color: var(--primary-bgcolor);
}

.schema-faq-question{
    font-size: 16px;
    word-spacing: 0;
    letter-spacing: 0;
    font-weight: normal;
    display: block;
    cursor: pointer;
    position:relative;
    color: var(--title-color)!important;
    border: none;
    font-family: var(--font-bold);
    text-transform: initial;
    padding: 0!important;
    transition: 250ms all ease-in-out;
    line-height: 1.3;
}

.schema-faq-question:after{
	content:"+";
	display:block;
	position:absolute;
	right: -20px;
	top:50%;
	transform:translateY(-50%);
	font-size: 25px;
	line-height:0;
	transition:0.2s all ease-in-out;
	font-family: var(--font-text);
}

.schema-faq-question.open:after{
	transform:translateY(-50%) rotate(135deg);
}

.schema-faq-section.open{
	    background-color: #f9eee1;
}



.schema-faq-answer{color: var(--text-color);font-size: 16px;font-weight: normal;display: none;padding: 10px 0 15px 0;margin-bottom: 0 !important;text-align: justify;}

.schema-faq-answer img{max-width: 100%;margin: 0px 10px 10px 0;float: left;display: flow-root;max-height: 100%;}

/* ------------------------- */
/* GUTENBERG|YOAST : SCHEMA HOW-TO */
/* ------------------------- */
.tc_content .schema-how-to{
    padding: 0;
    border: none;
    margin-bottom: 2em;
    overflow: hidden;
    background: none;
    line-height: 1.5;
}
.tc_content .schema-how-to-total-time{
    font-size: 14px;
    letter-spacing: -0.01em;
    text-align: right;
    color: #666;
    margin: 0 5px 0 0 !important;
    line-height: 210%;
}
.tc_content .schema-how-to-duration-time-text{
    background: var(--primary-bgcolor);
    color: var(--primary-txtcolor);
    font-style: italic;
    padding: 7px 10px;
    margin-right: 10px;
    font-size: 13px;
}
.tc_content .schema-how-to-description{
    font-size: 22px;
    letter-spacing: 0;
    line-height: 1.4;
    border-bottom: none;
    margin: 20px 0 35px!important;
    padding: 0;
    color: var(--secondary-bgcolor);
    text-align: left;
    font-family: var(--font-title);
}

@media (max-width: 800px){
	.tc_content .schema-how-to-description{
		font-size: 18px;
	}
}

.tc_content .schema-how-to-steps{
   list-style: none;
   counter-reset: procedure;
   margin-left: 0!important;
   position: relative;
   margin-top: 50px!important;
   margin-bottom: 50px!important;
   box-shadow: none!important;
}
.tc_content .schema-how-to-steps:before{
	    content: "";
	    position: absolute;
	    width: 3px;
	    height: 100%;
	    background-color: var(--secondary-bgcolor);
	    left: 23px;
}
.tc_content .schema-how-to-step{
   padding: 0 0 40px 60px!important;
   box-shadow: none;
   border: none;
   background: none!important;
   position: relative;
}

.tc_content .schema-how-to-step::marker{
	content: none!important;
}

.tc_content .schema-how-to-step:before{
	content: "0" counter(procedure);
	counter-increment: procedure;
	font-size: 14px;
	line-height: 1;
	position: absolute;
	left: 0;
	z-index: 6;
	top: -16px;
	font-family: var(--font-bold);
	color: var(--white);
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--secondary-bgcolor);
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.tc_content .schema-how-to-step-name{
    letter-spacing: 0;
    font-size: 16px;
    word-spacing: initial;
    font-weight: normal;
    text-transform: initial;
    display: block;
    color: var(--secondary-bgcolor)!important;
    padding-bottom: 0;
    font-family: var(--font-bold);
    line-height: 1;
}
.tc_content .schema-how-to-step-name strong{ color: var(--secondary-bgcolor)!important;}
.tc_content .schema-how-to-step-text{
    color: var(--text-color);
    padding: 0;
    font-size: inherit;
    display: inline;
    margin-top: 10px;
}
.tc_content .schema-how-to-step-text img{
    max-width: 100%;
    object-fit: contain;
    padding: 1em 0;
    box-sizing: border-box;
}


.wp-block-column > h3:first-child, .wp-block-column > h2:first-child {
    margin-top: 0;
}


/* ------------------------- */
/* GUTENBERG|BASE FILE DOWNLOAD */
/* ------------------------- */
.wp-block-file{
	padding:1em 0;
	margin-bottom: 1.5em !important;
}


/* ------------------------- */
/* GUTENBERG|BASE MEDIA-COVER */
/* ------------------------- */
.tc_content .wp-block-cover{
    margin: 50px 0 70px;
    padding: 80px 30px;
    box-sizing: border-box;
    }
#intro-content .wp-block-cover{
	margin-bottom: 0;
}
.tc_content .wp-block-cover    .wp-block-columns {
	margin-bottom: 0;
}

.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container{
	width: 100%;
}

.tc_content .wp-block-cover h2 {
	margin-top: 0;
}
.tc_content .wp-block-cover.has-background-dim.has-parallax .wp-block-cover__inner-container{

}
.tc_content .wp-block-cover h2{
    color: #fff;
    position: relative;
    padding-bottom: 30px;
}

.tc_content .wp-block-cover h2:after{
	content: "";
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	height: 2px;
	width: 50px;
	background-color: var(--primary-bgcolor);
	left: 50%;
	margin-left: -25px;
}

.tc_content .wp-block-cover p{
	text-align:center;
	padding: 1vmin;
}
.tc_content .wp-block-cover.wide p{
	text-align: left;
}


/*-----------------*/
/* Modal */
/*-----------------*/
.modal{
  display: grid;
  align-items: center;
  text-align: center;
  justify-items: center;
  width: 100vw;
  overflow: hidden;
  position: fixed;
  background: rgba(2, 2, 2, 0.9);
  z-index: 9999;
  /* background-image: url(../images/icons/clock.svg); */
  /* background-position: -15% 120%; */
  /* background-repeat:no-repeat; */
  /* background-size: 30%; */
  transition:0.5s all ease;
}
#modal-infonum .underbutton{
	pointer-events: all;
}
.closemodal{position: absolute;top: 20px;right: 20px;cursor: pointer;}
.closemodal svg{fill: var(--tertiary-bgcolor);width: 30px;transition: all 0.3s ease;transform-origin: center;}
.closemodal:hover svg{  transform: scale(1.2); fill:#555;}

.innermodal{
	padding: 60px 4%;
	background: #fff;
	box-shadow: 0 13px 20px -22px;
	border-radius: 10px;
	position: relative;
	pointer-events: bounding-box;
	max-width: 450px;
	width: 95%;
}

.modal.hide{height:0;opacity:0;filter: blur(20px);transform: scale(7);}
.modal.show{height: 100vh;opacity:1;filter: blur(0px);transform: scale(1);}

.horairemodal{pointer-events: none;}

 .jourhoraires{
    font-weight: bold;
    color: var(--tertiary-bgcolor);
    width: 140px;
}
#header .jourhoraires{
	color: var(--black);
}

.horairemodal .titlehoraires{
	font-size: 26px;
	font-family: var(--font-title);
	margin-bottom: 20px;
	text-align: center;
	color: var(--title-color);
	/* line-height: 1.3; */
	font-weight: bold;
}

.bthoraire{
	cursor: pointer;
}
.detailhoraires{
	 color: #666;
}

.infohoraires_other{
	line-height: 1.3;
	margin-top: 30px;
	box-sizing: border-box;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	font-family: var(--font-bold);
}

.Apple-converted-space{
	display: none;
}