
/* HOMEPAGE */
.homepage .intro {
	width: 100%;
	height: 480px;
	position: relative;
	border-radius: 15px;
	overflow: visible;
	margin-bottom: 50px;
}
.homepage .intro h1 {
	font-size: 2.2rem;
	text-shadow: 4px 4px 10px rgb(0 0 0 / 38%);
}
.homepage .intro h2 {
	text-shadow: 4px 4px 10px rgb(0 0 0 / 38%);
	font-size: 1.8rem;
}
.homepage .intro .dot {
	width: 5px;
	height: 5px;
	border-radius: 5px;
	display: inline-flex;
}
.homepage .intro .acces-rapide {
	width: 350px;
	position: absolute;
	right: 25px;
	top: 25px;
}
.homepage .acces-rapide-btn {
	position: relative;
	margin-bottom: 10px;
	color: #fff;
}
.homepage .acces-rapide-btn span {
	font-size: 30px;
	line-height: 35px;
	margin-top: 10px;
}
.homepage .acces-rapide-btn .img {
	width: 85px;
	text-align: center;
}
.homepage .acces-rapide-arrow {
	position: absolute;
	top: 20px;
	right: 20px;
	transition: .3s;
	transform: rotate(-45deg);
	width: 15px;
}
.homepage .acces-rapide-btn:hover .acces-rapide-arrow {
	top: 10px;
	right: 10px;
}
.homepage .intro::before {
	content: "";
	position: absolute;
	inset: 0;
	transform: translate(-10px, 10px); /* décalage gauche + bas */
	background: #c4d600; /* vert */
	border-radius: 15px;
	z-index: -1; /* derrière la carte */
}
.homepage section.intro .content {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	padding: 30px 50px;
}
.homepage section.intro .content .btn-theme {
	border-radius: 20px;
	height: 40px;
}
section.construire h2 {
	font-size: 30px;
}
section.construire {
}
section .construire-top {
	padding:60px 30px 140px 30px;
}
section .construire-bottom {
	margin: -100px auto 0px auto;
}
section.construire .block {
	/* transform:translateY(50%); */
}
section.construire .block p {
	font-size: 20px;
	line-height: 24px;
}
.homepage section.chiffres-cles {
	background: url(../images/chiffres-bg.jpg) repeat-y;
	background-size: 100%;
	width: 100%;
	margin: 120px auto;
	min-height: 440px;
	position: relative;
}
.homepage section.chiffres-cles .content {
	width: 80%;
	height: 480px;
}
.homepage section.chiffres-cles .content-left {
	background: #0f2f46;
    width: 60%;
    position: absolute;
    height: 100%;
    left: 0px;
    bottom: 40px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	padding-right: 15%;
	font-size: 2.7em;
	line-height: 1em;
	overflow: hidden;
}
.homepage section.chiffres-cles .content-left::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(15, 47, 70, 0.22) 0%, rgba(15, 47, 70, 0.48) 100%);
	z-index: 1;
	pointer-events: none;
	transition: opacity .25s ease;
}
.homepage .homepage-chiffres-video-wrap {
	position: absolute;
	inset: 0;
	z-index: 0;
}
.homepage section.chiffres-cles .content-left.is-video-active::before {
	opacity: 0;
}
.homepage section.chiffres-cles .content-left.is-video-active .homepage-chiffres-video-wrap {
	z-index: 2;
}
.homepage .homepage-chiffres-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}
.homepage section.chiffres-cles .content-left .text {
	position: relative;
	z-index: 2;
	transition: opacity .25s ease, visibility .25s ease;
}
.homepage section.chiffres-cles .content-left .text.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.homepage section.chiffres-cles .content-right {
    position: absolute;
    height: 100%;
	width: 40%;
    left: 60%;
    bottom: 40px;
}
.homepage section.chiffres-cles .content .ico {
	width: 70px;
	height: 70px;
	border-bottom-left-radius:35px;
	display: flex;
}
.homepage section.chiffres-cles .content .block {
	margin-left: -35px;
	z-index: 2;
}
.homepage section.chiffres-cles .content .block .chiffre {
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 0px;
}
.homepage section.actualites {
	background: url(../images/line-grey-right.jpg) repeat-y;
	background-size: 100%;
	width: 100%;
	position: relative;
	margin-top: 100px;
}
.homepage section.actualites .content {
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2254 1119'><path fill='rgb(250,250,250)' d='M39.992,0.969 L2213.992,0.969 C2236.084,0.969 2253.992,18.877 2253.992,40.969 L2253.992,1079.009 C2253.992,1101.100 2236.084,1119.009 2213.992,1119.009 L39.992,1119.009 C17.901,1119.009 -0.008,1101.100 -0.008,1079.009 L-0.008,40.969 C-0.008,18.877 17.901,0.969 39.992,0.969 Z'/></svg>") no-repeat;
    background-position-x: 290px;
	height: 100%;
	padding-bottom: 20px;
}
.homepage section.actualites h2 {
	font-size: 35px;
}
.homepage section.actualites .btn-fin {
	position: absolute;
	bottom: -20px;
}
.block-actualite {
	border-radius: 20px;
}
.block-actualite .img {
	height: 230px;
	width: 100%;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	display: flex;
}
.block-actualite .btn {
	border: 1px solid #002c3b;
}
.block-actualite .text-content {
	display: flex;
	align-items: center;
	min-height: 100px;
}
.carousel-home .owl-dots {
	display: flex !important;
	padding-left: 30px;
}
.carousel-home button.owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #062c3c !important;
	display: flex;
	margin: 0 5px 0px 0px;
}
.carousel-home button.owl-dot.active {
	background: #c0c414 !important;
}
.carousel-home .owl-nav {
	display: none;
}

.next-news a {
	color: #fff;
}
/* TEMPLATE HABILIANS */
.template_page .breadcrumb {
	margin-top: 40px;
	min-height: 40px;
	padding: 10px 0 ;
	border-top-right-radius: 20px;
}
.template_page .intro {
	position: relative;
}
.template_page .intro h1 {
	font-size: 20px;
}
.template_page .intro-left {
	width: 95%;
}
.template_page .intro-right {
	position: absolute;
	right: 0px;
    top: 50%;
	
	transform: translateY(-50%);
}
.template_page a.intro-right:hover {
	color: #fff;
}
.template_page .top_right .piece {
	
}
.template_page  .top_right .content {
	left: 0px;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	font-family: 'gothambold';
	font-size: 12px;
}
.template_page .content-page {
	padding: 0px 0px;
}
.template_page .content-page .intro {
	padding-top: 70px;
}

/* PAGE ACTUALITES */
/*
.template_page .content-page.actualite a {
	color: #eb6132;
}

.actualites .actualite .img {
	height: 400px;
	width: 100%;
	background: url(../ldev/images/homepage-intro-bg.jpg);
	background-size: cover;
}
.actualites .actualite .content {
	width:80%;
	border-radius: 5px;
	margin-top: -70px;
	color: #fff;

}
*/
/* Espace presse */
.template_page .intro-right {

}
.template_page.presse h3 {
	font-size: 20px;
}
/* Gouvernance */
.content-page.gouvernance h2 {
	font-size: 31px;
}
.content-page.gouvernance h3 {
	font-size: 20px;
}
.content-page.gouvernance p.top {
	font-size: 18px;
}
.template_page.template_habilians .quisommesnous-map-zoom {
	width: min(80%, 820px);
	overflow: hidden;
	border-radius: 20px;
	cursor: zoom-in;
}
.template_page.template_habilians .quisommesnous-map-zoom img {
	display: block;
	width: 100%;
	height: auto;
	transform: scale(1);
	transform-origin: var(--zoom-x, 50%) var(--zoom-y, 50%);
	transition: transform .45s ease;
	will-change: transform, transform-origin;
}
.template_page.template_habilians .quisommesnous-map-zoom:hover img {
	transform: scale(1.28);
}
.template_page.template_habilians .quisommesnous-map-zoom.is-zoomed {
	cursor: zoom-out;
}
.template_page.template_habilians .quisommesnous-map-zoom.is-zoomed img {
	transform: scale(1.9);
}
.block-gouvernance {
	position: relative;
	padding-left:100px;
	padding-right: 30px;
}
.block-gouvernance .img {
	position: absolute;
	width: 125px;
	height: 125px;
	border-bottom-left-radius:45px;
	z-index: 2;
	left: 0px;
}
.block-gouvernance .texte {
	border-bottom-right-radius:150px;
}
.admins-list {
  max-width: 900px;
  color: #0b2d3a;
}
.admins-list li {
  position: relative;
  padding-left: 15px;
}
.admins-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #c4cc00;
  line-height: 1;
}

/* Notre savoir-faire */
.savoirfaire h1 {
	font-size: 24px;
}
.savoirfaire h2 {
    font-size: 22px;
}
.savoirfaire h3 {
    font-size: 17px;
}
.savoirfaire section.actualites {
	
}
.savoirfaire section.grey-left {
	background: url(../images/line-grey-left.jpg) repeat-y;
	position: relative;
	background-size: 100%;
	margin-bottom: 140px;
	margin-top: 100px;
}
.savoirfaire section.grey-left .container {
	border-top-right-radius: 150px;
}
.savoirfaire section.grey-right {
	background: url(../images/line-grey-right.jpg) repeat-y;
	position: relative;
	background-size: 100%;
}
.savoirfaire section.grey-right .container {
	border-top-left-radius: 150px;
	padding-left: 0px;
}
.savoirfaire .savoir-img {
	width:230px;
	display: flex;
	margin-top: -30px;
}
.savoirfaire .savoir-img.img-1 {
	background: url(../images/savoirfaire-img-1.png) repeat-y right;
	background-size: cover;
	height:380px;
	border-top-right-radius: 80px;
}
.savoirfaire .savoir-img.img-2 {
	background: url(../images/savoirfaire-img-2.png) repeat-y left;
	background-size: cover;
	height:450px;
	border-top-left-radius: 80px;
}
.sep {
	height: 4px;
	width:110px;
	background:#c0c414;
	border-radius: 3px;
	margin: 50px auto;
}
.savoirfaire section.offres {
	background: url(../images/line-grey-right.jpg) repeat-y;
	background-size: 100%;
	width: 100%;
	position: relative;
}
.savoirfaire section.offres .img {
	height: 150px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.savoirfaire section.offres h2 {
	font-size: 25px;
}
.savoirfaire section.offres h3 {
    font-size: 16px;
}
.savoirfaire section.offres .content {
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2254 1119'><path fill='rgb(250,250,250)' d='M39.992,0.969 L2213.992,0.969 C2236.084,0.969 2253.992,18.877 2253.992,40.969 L2253.992,1079.009 C2253.992,1101.100 2236.084,1119.009 2213.992,1119.009 L39.992,1119.009 C17.901,1119.009 -0.008,1101.100 -0.008,1079.009 L-0.008,40.969 C-0.008,18.877 17.901,0.969 39.992,0.969 Z'/></svg>") repeat-y;
    background-position-x: 200px;
	height: 100%;
	padding-top: 40px;
		padding-bottom: 100px;
}

/* Realisations */
.block-realisation {
	position: relative;
}
.block-realisation .accession{
	position: absolute;
	top: 0px;
	right: 0px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	font-size: 11px;
}
.block-realisation .realisations-galerie {
	height: 210px;
	display: flex;
	justify-content: space-between;
	margin: 20px auto;
}
.block-realisation .realisations-galerie-left {
	height: 100%;
	width: 80%;
	border-radius: 5px;
	display: block;
}
.block-realisation .realisations-galerie-right {
	height: 100%;
	width: 19%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.block-realisation .realisations-galerie-right .img {
	display: block;
	height: 32%;
	width: 100%;
	border-radius: 5px;
	position: relative;
}
.block-realisation .realisations-galerie-right .img-content {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}
.block-realisation .realisations-galerie-right .img-content {
	background-color: #062c3c;
	color: #fff;
	border-radius: 5px;
}
.block-realisation h2 {
	font-size: 16px;
}
.block-realisation h3 {
	font-size: 16px;
}
.block-realisation .archi {
	border-left:2px solid #c0c414;
	padding-left: 5px;
	font-size: 14px;
}
.template_page.realisations .intro-left {
	width: 100%;
}
.template_page.realisations h1 {
	font-size: 26px;
}
.template_page.realisations .intro p {
	font-size: 20px;
	line-height: 24px;
}

/* Qui sommes-nous */
.template_page .quisommesnous h2 {
	font-size: 36px;
}
.savoirfaire .approche h3 {
	font-size: 30px;
}
.template_page .quisommesnous section.offres h2 {
	font-size: 30px;
}
.template_page .quisommesnous section.offres .btn-fin {
	position: absolute;
	bottom: -20px;
}
.template_page .quisommesnous section.offres .content {
    padding-bottom: 20px;
}

.template_page .quisommesnous .block-agence h3 {
	font-size: 18px;
}
.template_page .quisommesnous .block-agence .sep {
	width: 60px;
	height: 1px;
	background-color: #677b8b;
}
.template_page .edito p {
	font-size: 21px;
	line-height: 26px;
}
.qsn-intro {
	width: 100%;
	position: relative;
}
.qsn-intro-img {
	width: 60%;
	height: 400px;
	border-top-left-radius: 80px;
}
.qsn-intro-content {
	position: absolute;
	right:10%;
	width: 40%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
/* LE PATRIMOINE */
.patrimoine-top .content {
	z-index: 100;
	width: 400px;
	left: 0px;
	top: 50%;
	font-size: 18px;
	transform: translateY(-50%);
	position: absolute;
}
.patrimoine-top .content .link-decouvrir {
	cursor: pointer;
}
.template_patrimoine .map {
	position: relative;
}
.template_patrimoine .city {
	position: absolute;
	display: flex;
	align-items: center;
	font-size:11px;
	line-height: 11px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}
.template_patrimoine .city:hover {
	color: #d0a087;
}
.template_patrimoine .city:hover .dot {
	background: #d0a087;
}
.template_patrimoine .city:hover .dot-big {
	background: #2a4c6a;
}
.template_patrimoine .city-big {
	font-size: 13px;
}
.template_patrimoine .dot {
}
.template_patrimoine .dot-small {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	display: block;
	background: #000;
	margin-bottom: 2px;
}
.template_patrimoine .dot-big {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: block;
	border: 1px solid #2a4c6a;
	padding: 3px;
	transition: .4s;
}
 
.template_patrimoine .city .desc {
	font-size: 12px;
	transition: .5s;
	position: absolute;
	top: -35px;
	width: 130px;
	transform:translate(-50%, 0px);
	left: 50%;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	z-index: 99999;
	border-radius: 5px;
}

.template_patrimoine .city:hover .desc {
	visibility: visible;
	opacity: 1;
}
.template_patrimoine section.tableau {
	background: url(../ldev/images/patrimoine-tableau-bg.jpg) repeat-x top;
	padding-top: 100px;
}
.template_patrimoine .tableau {
	
}
.template_patrimoine .tableau .liste a {
	transition: .4s;
	color: #294e6b;
}
.template_patrimoine .tableau .liste a:hover,
.template_patrimoine .tableau .liste a.active {
	background: #294e6b;
	color: #fff;
}
.template_patrimoine .tableau .dot {
	width: 12px;
	height: 12px;
	border-radius: 12px;
	display: inline-block;
	margin-right:8px;
}
.template_patrimoine .tableau .dot-1 {
	background-color:#ebc359;
}
.template_patrimoine .tableau .dot-2 {
	background-color:#d0a087;
}
.template_patrimoine .tableau .dot-3 {
	background-color:#a29c7f;
}
.template_patrimoine .tableau .dot-4 {
	background-color:#a8c2cb;
}
.template_patrimoine .tableau .number-1 {
	color:#ebc359;
}
.template_patrimoine .tableau .number-2 {
	color:#d0a087;
}
.template_patrimoine .tableau .number-3 {
	color:#a29c7f;
}
.template_patrimoine .tableau .number-4 {
	color:#a8c2cb;
}
.patrimoine-intro {
	margin-right: -70px;
	margin-bottom: -110px;
    z-index: 2;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 25px;
}
.patrimoine-intro h1 {
	font-size: 28px;
}
.patrimoine-intro p {
	font-size: 18px;
}
.patrimoine-intro .line {
	width: 80px;
	height: 2px;
	display: flex;
	margin: 20px auto;
}
.gallery-patrimoine .img {
	display: flex;
	height: 320px;
	width: 25%;
}
.gallery-patrimoine .img1 {
}
.gallery-patrimoine .img2 {
}
.gallery-patrimoine .img3 {

}
.patrimoine-outro {
	margin-top: -110px;
	border-bottom-left-radius: 25px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 25px;
}
.template_page .quisommesnous .patrimoine-outro h2 {
	font-size: 27px;
}

/* LOUER */
/* le parcours de la demande */
.content-page.parcours .block {
	width: 95%;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
}
.content-page.parcours .block .bg-light-grey {
	border-bottom-right-radius: 110px;
}
.content-page.parcours .block .block-content {
	padding-left: 70px;
}
.content-page.parcours .block .title {
	display: flex;
	align-items: center;
	justify-content: center;
}
.content-page.parcours .block .border-left {
	border-left: 2px solid #c0c414;
}
.content-page.parcours .block .num {
	width: 70px;
	height: 70px;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom-left-radius:25px;
}
.content-page.parcours .anoter {
	right: -60px;
}
.content-page.parcours .etiquette {
	font-size: 12px;
}
/* Etudiants */
.gallery {
	height: 358px;
}
.gallery-left {
	height: 100%;
	width: 50%;
	border-radius: 5px;
}
.gallery-middle {
	height: 100%;
	width: 40%;
	border-radius: 5px;
}
.gallery-right {
	height: 100%;
	width: 10%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.gallery-right-cell {
	height: 30%;
	border-radius: 5px;
}
.gallery-plus {
	background-color:#062c3ca9;
	font-size: 23px;
	border-radius: 5px;
}
.template_page.etudiants section.middle {
	background: url(../images/line-grey-left.jpg) repeat-y;
	background-size: 100%;
	width: 100%;
	position: relative;
	margin-top: 100px;
}
.template_page.etudiants section.middle .container {
	position: relative;
}
.template_page.etudiants section.middle h3 {
	font-size: 22px;
}
.template_page.etudiants section.middle ul {
	list-style: none;
	padding-left: 20px;
}
.template_page.etudiants section.middle ul li {
	position: relative;
}
.template_page.etudiants section.middle ul li::before {
	position: absolute;
	content: "";
	left: -15px;
	top: 50%;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background: #c0c414;
	transform: translateY(-50%);
}
.template_page.etudiants section.middle .visites {
	position: absolute;
	width:35%;
	right: 0px;
	top: -75px;
}
.template_page.etudiants section.middle .visites .title {
	
}
.template_page.etudiants section.middle .visites .title .ico {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom-left-radius:25px;
}
.template_page.etudiants section.middle .visites .content {
	padding-left: 60px;
}
/* ACHETER */
/* les avantages de la demande */
.template_page.avantages .intro-left {
	width: 100%;
}
.template_page.avantages .intro-2 p,.template_page.avantages .intro-2 {
	font-size: 18px;
	line-height: 20px;
}
.template_page.avantages h1 {
	font-size: 25px;
}
.template_page.avantages .border-left {
	border-left: 2px solid #c0c414;
}
.template_page.avantages .border-left p {
	font-size: 23px;
	line-height: 28px;
}
.template_page.avantages .block-avantage {
	position: absolute;
	right: -60px;
	top: 50%;
	transform: translateY(-50%);
}
.content-page.avantages section.avantage {
	background: url(../images/chiffres-bg.jpg) repeat-y;
	background-size: 100%;
}
.content-page.avantages section.avantage .container {
	
}
#acheter_form input[type="text"], 
#acheter_form textarea {
	padding: 0px 10px;
}
#acheter_form textarea {
	height: 170px;
	border: 0;
}
#acheter_form select {
	border: 0;
}
#acheter_form select {
	border: 0;
}
/* Acheter liste */
.template_page.acheter h2 {
	font-size: 1.7rem;
}
.template_page.acheter .btn {
	height: 30px;
	transition: .3s;
}
.template_page.acheter .btn:hover {
	background-color: #002c3b;
	color: #fff !important;
}
.template_page.acheter .block-neuf .img {
	min-height: 280px;

}
.template_page.acheter .block-neuf {
	position: relative;
}
.template_page.acheter .block-neuf h3 {
	font-size: 22px;
}
.template_page.acheter .block-neuf .prix {
	position: absolute;
	top: 0px;
	right: 0px;
	width: auto;
}
.template_page.acheter .block-ancien .img {
	min-height: 250px;
}
.template_page.acheter .block-ancien h3 {
	font-size: 17px;
	width: 70%;
}
.template_page.acheter .block-ancien h4, .template_page.acheter .block-ancien h5  {
	font-size: 16px;
}
.template_page.acheter .block-ancien .sep {
	width: 2px;
	height: 10px;
	display: inline-block;
	margin: 0 5px;
}
.template_page.acheter .block-parking .img {
	min-height: 150px;
}
/* Fiche neuf */
.template_page.acheter-fiche h1 {
	font-size:26px;
} 
.template_page.acheter-fiche .flap {
	border-radius: 5px;
} 
.template_page.acheter-fiche .acheter-gallery {
	position: relative;
}
.template_page.acheter-fiche .acheter-gallery-track {
	display: flex;
	align-items: stretch;
	gap: 14px;
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x proximity;
	padding-bottom: 0;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.template_page.acheter-fiche .acheter-gallery-track::-webkit-scrollbar {
	display: none;
}
.template_page.acheter-fiche .acheter-gallery-slide {
	flex: 0 0 auto;
	height: 360px;
	scroll-snap-align: start;
	overflow: hidden;
	background: #eef1f3;
	box-shadow: 0 12px 30px rgba(6, 44, 60, 0.08);
}
.template_page.acheter-fiche .acheter-gallery-slide img {
	display: block;
	height: 100%;
	width: auto;
	max-width: none;
}
.template_page.acheter-fiche .acheter-gallery-controls {
	position: absolute;
	right: 18px;
	bottom: 30px;
	display: flex;
	gap: 14px;
	z-index: 3;
}
.template_page.acheter-fiche .acheter-gallery-control {
	width: 54px;
	height: 54px;
	border: none;
	border-radius: 50%;
	background: #062c3c;
	color: #cbd20f;
	font-size: 26px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 15px 30px rgba(6, 44, 60, 0.2);
	/* transition: transform .25s ease, background-color .25s ease, color .25s ease; */
}
.template_page.acheter-fiche .acheter-gallery-control:hover {
	background: #0d3d52;
	color: #fff;
	transform: translateY(-2px);
}
.template_page.acheter-fiche .acheter-gallery-control:focus-visible {
	outline: 2px solid #cbd20f;
	outline-offset: 4px;
}
.template_page.acheter-fiche .acheter-fiche-sections {
	background-color: #fff;
}
.template_page.acheter-fiche .acheter-fiche-top-section {
	position: relative;
	z-index: 0;
}
.template_page.acheter-fiche .acheter-fiche-top-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: #f5f5f5;
	box-shadow: 0 0 0 100vmax #f5f5f5;
	clip-path: inset(0 -100vmax);
	z-index: -1;
}
.template_page.acheter-fiche .fiche-content .acheter-sidebar {
	align-self: flex-start;
	position: sticky;
	top: 110px;
}
.block-links h2 {
	font-size: 18px;
}
#btn-interesse {
	font-size: 17px;
}
.template_page.acheter-fiche iframe {
	width: 100%;
}
.template_page.acheter-fiche .description {
	position: relative;
	padding: 100px 0px;
}
.template_page.acheter-fiche .blocks-btn {
	position: absolute;
	top: 0px;
	transform: translateY(-50%);
}
.template_page.acheter-fiche .block-btn {
	height: 60px;
}
.template_page.acheter-fiche .block-btn .ico {
	width: 60px;
	height: 60px;
	border-bottom-left-radius: 30px;
}
.template_page.acheter-fiche .block-btn .content {
	font-size: 12px;
    text-align: left;
}
.acheter-sidebar-inner {
	padding-top: 50px;
}
.block-links .block-prix {
	position: absolute;
	right: 0px;
	top: 0px;
}
.template_page.acheter-fiche h3 {
	font-size: 16px;
}
.template_page.acheter-fiche .acheter-energy-card {
	position: relative;
}
.template_page.acheter-fiche .acheter-info-trigger {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 28px;
	height: 28px;
	border: 1px solid #062c3c;
	border-radius: 50%;
	background: #fff;
	color: #062c3c;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.acheter-info-modal {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	z-index: 9999;
}
.acheter-info-modal.is-open {
	display: flex;
}
.acheter-info-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(6, 44, 60, 0.45);
}
.acheter-info-modal-dialog {
	position: relative;
	width: min(520px, 100%);
	background: #fff;
	border-radius: 20px;
	padding: 36px 32px 28px;
	box-shadow: 0 24px 60px rgba(6, 44, 60, 0.22);
	z-index: 1;
}
.acheter-info-modal-close {
	position: absolute;
	top: 14px;
	right: 16px;
	border: none;
	background: none;
	color: #062c3c;
	font-size: 28px;
	line-height: 1;
	padding: 0;
}

.arrow-coin {
	position: absolute;
    top: 20px;
    right: 20px;
    transition: .3s;
    transform: rotate(-45deg);
    width: 15px;
}
.block-with-arrow:hover .arrow-coin {
	position: absolute;
    top: 10px;
    right: 10px;
    transition: .3s;
    transform: rotate(-45deg);
    width: 15px;
}
.arrow-coin-2 {
	position: absolute;
    bottom: 20px;
    right: 20px;
    transition: .3s;
    transform: rotate(-45deg);
    width: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius:40px;
	opacity: 0;
	visibility: hidden;
	background-color: #002c3b;
}
.block-with-arrow-2:hover .arrow-coin-2 {
	opacity: 1;
	visibility: visible;
}
.disponibilite .tableau a.bg-blue:hover {
	color: #fff;
}

/* FAQ */
.content-page.content-page-questions h3 {
	font-size: 18px;
}
@media all and (max-width:1400px) {
   

}
@media all and (max-width:1200px) {
	.homepage .acces-rapide {
		width: 285px;
	}
	.homepage .acces-rapide-btn span {
		font-size: 25px;
	}
	.homepage .acces-rapide-btn .img {
		width: 55px;
	}
	.homepage .acces-rapide-btn .img img {
		width: 45px !important;
	}
	.homepage .intro h1 {
		font-size: 1.8rem;
	}
}
