@charset "UTF-8";
@import url(main.css);
/*----------------------------------BARRE DE NAVIGATION------------------------------*/
.navbar-brand { width: 11vw !important; height: 9vh !important; transform: translateX(60px); }

.logo_nav { width: auto !important; height: 8vh !important; object-fit: contain; }

/* OMBRE DE LA NAVIGATION */
nav.navbar { box-shadow: rgba(0, 0, 0, 0.45) 0 25px 20px -20px; }

/* COULEUR DU MENU AU SURVOL */
.animated-border-button:after { background-color: #83b4b7; }

/* BOUTON TÉLÉPHONE */
.button-header-telephone { display: inline-flex !important; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 0 24px !important; background: #83b4b7 !important; color: #ffffff !important; border: 2px solid #83b4b7 !important; border-radius: 999px !important; font-family: "Montserrat", sans-serif !important; font-weight: 700; line-height: 1; text-align: center; text-decoration: none !important; overflow: hidden !important; transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease; }

a.button-header-telephone, a.button-header-telephone.rounded-pill, .button_header.button-header-telephone, .button_header.button-header-telephone.rounded-pill { background: #83b4b7 !important; color: #ffffff !important; border: 2px solid #83b4b7 !important; border-radius: 999px !important; overflow: hidden !important; }

.button-header-telephone span, .button-header-telephone p { margin: 0 !important; padding: 0 !important; color: #ffffff !important; font-family: "Montserrat", sans-serif !important; line-height: 1; }

.button-header-telephone i, .button-header-telephone .bi, .button-header-telephone .bi-telephone, .button-header-telephone .bi-telephone-fill { display: inline-flex !important; align-items: center; justify-content: center; margin: 0 !important; padding: 0 !important; color: #ffffff !important; line-height: 1; }

/* SURVOL */
.button-header-telephone:hover, a.button-header-telephone:hover, .button_header.button-header-telephone:hover { background: transparent !important; color: #83b4b7 !important; border-color: #83b4b7 !important; text-decoration: none !important; transform: translateY(-2px); }

.button-header-telephone:hover span, .button-header-telephone:hover p, .button-header-telephone:hover i, .button-header-telephone:hover .bi, .button-header-telephone:hover .bi-telephone, .button-header-telephone:hover .bi-telephone-fill { color: #83b4b7 !important; }

/* MOBILE */
@media screen and (max-width: 991px) { .navbar-brand { width: auto !important; height: 70px !important; transform: none; } .logo_nav { width: auto !important; height: 60px !important; } .button-header-telephone { min-height: 42px; padding: 0 18px !important; } }

/*------------------------------------HERO--------------------------------*/
img[src*="LOGO_kbls.webp"] { width: 900px !important; height: auto; }

.hero-contact { position: relative; display: flex; align-items: center; width: 100%; min-height: clamp(620px, 78vh, 840px); margin: 0; padding: 0; overflow: hidden; isolation: isolate; background-repeat: no-repeat; background-position: center; background-size: 110% auto; background-position: center; }

/* DÉGRADÉ NOIR */
.hero-contact__overlay { position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.74) 40%, rgba(0, 0, 0, 0.38) 72%, rgba(0, 0, 0, 0.08) 100%); pointer-events: none; }

/* CONTENEUR */
.hero-contact__container { position: relative; z-index: 1; width: 100%; max-width: 1500px; margin: 0 auto; padding: 70px 7%; box-sizing: border-box; }

/* CONTENU À GAUCHE */
.hero-contact__content { display: flex; flex-direction: column; align-items: flex-start; width: 100%; max-width: 1100px; margin: 0; padding: 0; }

/* LOGO */
.hero-contact__logo { display: flex; align-items: center; justify-content: flex-start; width: auto; max-width: 340px; margin: 0 0 24px; padding: 0; }

.hero-contact__logo img { display: block; width: auto; height: auto; max-width: 340px; max-height: 220px; margin: 0; padding: 0; object-fit: contain; object-position: left center; }

/* TITRE */
.hero-contact__title { width: 100%; max-width: 1100px; margin: 0 0 18px; padding: 0; color: #ffffff; }

.hero-contact__title h1, .hero-contact__title h2, .hero-contact__title h3, .hero-contact__title h4, .hero-contact__title p { width: 100%; margin: 0; padding: 0; color: #ffffff; line-height: 1.04; letter-spacing: -0.7px; }

/* DESCRIPTION */
.hero-contact__description { width: 100%; max-width: 760px; margin: 0; padding: 0; color: #ffffff; }

.hero-contact__description, .hero-contact__description p, .hero-contact__description span { color: #ffffff; }

.hero-contact__description p { margin: 0; padding: 0; line-height: 1.7; }

/* BOUTON DOUBLE */
.hero-contact__actions { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; max-width: 430px; min-height: 56px; margin: 28px 0 0; padding: 0; overflow: hidden; isolation: isolate; background: #ffffff; border: 2px solid #ffffff; border-radius: 999px; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24); }

/* PARTIE COLORÉE COULISSANTE */
.hero-contact__actions::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; z-index: -1; width: 50%; background: #83b4b7; border-radius: 999px; transform: translateX(0); transition: transform 0.45s cubic-bezier(0.77, 0, 0.18, 1); }

.hero-contact__actions:has( .hero-contact__action--phone:hover)::before { transform: translateX(100%); }

.hero-contact__actions:has( .hero-contact__action--page:hover)::before { transform: translateX(0); }

/* LIENS */
.hero-contact__action { position: relative; z-index: 2; display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-width: 0; min-height: 54px; margin: 0; padding: 10px 20px; box-sizing: border-box; background: transparent; color: #000000 !important; border: none; border-radius: 999px; line-height: 1.2; text-align: center; text-decoration: none !important; transition: color 0.35s ease, transform 0.3s ease; }

.hero-contact__action span, .hero-contact__action span p, .hero-contact__action p { margin: 0 !important; padding: 0 !important; color: inherit !important; line-height: 1.2; }

.hero-contact__action--page { color: #ffffff !important; }

.hero-contact__actions:has( .hero-contact__action--phone:hover) .hero-contact__action--phone { color: #ffffff !important; }

.hero-contact__actions:has( .hero-contact__action--phone:hover) .hero-contact__action--page { color: #111111 !important; }

.hero-contact__actions:has( .hero-contact__action--page:hover) .hero-contact__action--page { color: #ffffff !important; }

.hero-contact__actions:has( .hero-contact__action--page:hover) .hero-contact__action--phone { color: #111111 !important; }

.hero-contact__action:hover { transform: translateY(-1px); }

.hero-contact__action i { margin: 0; padding: 0; color: inherit !important; line-height: 1; }

/* TABLETTE */
@media screen and (max-width: 900px) { .hero-contact { min-height: 700px; } .hero-contact__container { padding: 65px 60px; } .hero-contact__content { max-width: 760px; } .hero-contact__logo, .hero-contact__logo img { max-width: 260px; } .hero-contact__logo img { max-height: 180px; } .hero-contact__title { max-width: 760px; margin-bottom: 16px; } .hero-contact__description { max-width: 650px; } .hero-contact__actions { margin-top: 25px; } }

/* MOBILE */
@media screen and (max-width: 600px) { .hero-contact { min-height: 680px; background-position: center; background-size: cover; } .hero-contact__overlay { background: linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.68) 100%); } .hero-contact__container { padding: 55px 22px; } .hero-contact__content { max-width: 100%; } .hero-contact__logo { margin-bottom: 20px; } .hero-contact__logo, .hero-contact__logo img { max-width: 210px; } .hero-contact__logo img { max-height: 145px; } .hero-contact__title { max-width: 100%; margin-bottom: 14px; } .hero-contact__title h1, .hero-contact__title h2, .hero-contact__title h3, .hero-contact__title h4, .hero-contact__title p { font-size: 36px; line-height: 1.06; letter-spacing: -0.4px; } .hero-contact__description { max-width: 100%; } .hero-contact__description p { line-height: 1.6; } .hero-contact__actions { max-width: 100%; min-height: 54px; margin-top: 22px; } .hero-contact__action { min-height: 52px; padding: 9px 12px; font-size: 14px; } }

/*--------------------------------------QUI SOMMES-NOUS---------------------------------------*/
.fg-photo-feature { width: 100%; margin: 0; padding: 100px 30px; overflow: hidden; background: #ffffff; }

.fg-photo-feature__container { display: grid; grid-template-columns: 520px minmax(0, 1fr); align-items: center; gap: 90px; width: 100%; max-width: 1350px; margin: 0 auto; padding: 0; }

.fg-photo-feature__visual { display: flex; align-items: center; justify-content: center; width: 100%; margin: 0; padding: 0; }

.fg-photo-feature__shape { position: relative; width: 520px; max-width: 100%; aspect-ratio: 1 / 1; margin: 0; padding: 0; }

.fg-photo-feature__image { position: absolute; top: 50%; left: 50%; width: 72.5%; height: 72.5%; overflow: hidden; border-radius: 50%; transform: translate(-50%, -50%); }

.fg-photo-feature__image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 0.6s ease; }

.fg-photo-feature__svg { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; overflow: visible; pointer-events: none; }

.fg-photo-feature__g-outline { fill: none; stroke: #83b4b7; stroke-width: 28; stroke-linecap: round; stroke-linejoin: round; transition: stroke 0.35s ease, filter 0.4s ease, transform 0.5s ease; transform-box: fill-box; transform-origin: center; }

.fg-photo-feature__g-bar { fill: none; stroke: #515874; stroke-width: 28; stroke-linecap: round; stroke-linejoin: round; transition: stroke 0.35s ease, transform 0.5s ease; transform-box: fill-box; transform-origin: right center; }

.fg-photo-feature__shape:hover .fg-photo-feature__image img { transform: scale(1.08); }

.fg-photo-feature__shape:hover .fg-photo-feature__g-outline { stroke: #515874; filter: drop-shadow(0 20px 22px rgba(81, 88, 116, 0.2)); transform: scale(1.015); }

.fg-photo-feature__shape:hover .fg-photo-feature__g-bar { stroke: #83b4b7; transform: translateX(-8px); }

.fg-photo-feature__content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; width: 100%; max-width: 680px; margin: 0; padding: 0; text-align: left; }

.fg-photo-feature__title { width: 100%; margin: 0 0 24px; padding: 0; }

.fg-photo-feature__title h2, .fg-photo-feature__title h3, .fg-photo-feature__title h4, .fg-photo-feature__title p { margin: 0; padding: 0; line-height: 1.08; text-align: left; }

.fg-photo-feature__description { width: 100%; max-width: 650px; margin: 0; padding: 0; text-align: left; }

.fg-photo-feature__description p { margin: 0 0 14px; padding: 0; line-height: 1.75; text-align: left; }

.fg-photo-feature__description p:last-child { margin-bottom: 0; }

@media screen and (max-width: 1050px) { .fg-photo-feature { padding: 80px 25px; } .fg-photo-feature__container { grid-template-columns: 420px minmax(0, 1fr); gap: 55px; } .fg-photo-feature__shape { width: 420px; } }

@media screen and (max-width: 760px) { .fg-photo-feature { padding: 60px 20px; } .fg-photo-feature__container { grid-template-columns: 1fr; gap: 40px; } .fg-photo-feature__shape { width: 420px; margin: 0 auto; } .fg-photo-feature__content { align-items: center; max-width: 650px; margin: 0 auto; text-align: center; } .fg-photo-feature__title, .fg-photo-feature__title h2, .fg-photo-feature__title h3, .fg-photo-feature__title h4, .fg-photo-feature__title p, .fg-photo-feature__description, .fg-photo-feature__description p { text-align: center; } }

@media screen and (max-width: 480px) { .fg-photo-feature { padding: 50px 15px; } .fg-photo-feature__shape { width: 350px; } }

/*----------------------------------------BLOC SERVICES-----------------------------------------------*/
.services-container { max-width: 1300px; margin: 0 auto; }

.services-header { max-width: 900px; margin: 0 auto 60px; text-align: center; }

.services-header h2 { margin: 0; line-height: 1.15; }

.services-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }

.service-card { position: relative; display: flex; align-items: flex-end; min-height: 470px; overflow: hidden; border-radius: 22px; text-decoration: none; box-shadow: 0 18px 45px rgba(81, 88, 116, 0.12); transition: transform 0.35s ease, box-shadow 0.35s ease; }

.service-card:hover { transform: translateY(-8px); box-shadow: 0 26px 55px rgba(81, 88, 116, 0.18); }

.service-card img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; border-radius: inherit; transition: transform 0.6s ease; }

.service-card:hover img { transform: scale(1.08); }

/* DÉGRADÉ NOIR */
.service-overlay { position: absolute; inset: 0; z-index: 1; border-radius: inherit; background: linear-gradient(to top, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.78) 38%, rgba(0, 0, 0, 0.48) 68%, rgba(0, 0, 0, 0.22) 100%); transition: background 0.35s ease; }

.service-card:hover .service-overlay { background: linear-gradient(to top, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.88) 42%, rgba(0, 0, 0, 0.62) 72%, rgba(0, 0, 0, 0.32) 100%); }

/* CONTENU */
.service-content { position: relative; z-index: 2; display: grid; grid-template-rows: 72px 115px; align-content: end; width: 100%; min-height: 255px; padding: 34px; box-sizing: border-box; }

/* TITRE */
.service-title { display: grid; grid-template-columns: minmax(0, 1fr) 48px; align-items: center; gap: 18px; width: 100%; height: 72px; min-height: 72px; }

.service-title h2, .service-title h3, .service-title h4, .service-title h5, .service-title h6 { display: flex; align-items: center; width: 100%; height: 72px; min-height: 72px; margin: 0 !important; padding: 0 !important; line-height: 1.2; }

.service-title h2 span, .service-title h3 span, .service-title h4 span, .service-title h5 span, .service-title h6 span { display: block; width: 100%; }

/* FLÈCHE */
.service-arrow { display: inline-flex; align-items: center; justify-content: center; align-self: center; width: 48px; height: 48px; flex-shrink: 0; background: #83b4b7; border: 2px solid #83b4b7; border-radius: 999px; transition: background 0.35s ease, border-color 0.35s ease, transform 0.35s ease; }

.service-arrow svg { width: 20px; height: 20px; fill: none; stroke: #ffffff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: stroke 0.35s ease; }

.service-card:hover .service-arrow { background: transparent; border-color: #83b4b7; transform: rotate(45deg); }

.service-card:hover .service-arrow svg { stroke: #83b4b7; }

/* DESCRIPTION */
.service-description { display: flex; align-items: flex-start; width: 100%; height: 115px; min-height: 115px; margin: 0; padding: 14px 0 0; box-sizing: border-box; opacity: 0; transform: translateY(14px); transition: opacity 0.35s ease, transform 0.35s ease; }

.service-description p { width: 100%; margin: 0 !important; padding: 0 !important; line-height: 1.75; }

.service-card:hover .service-description { opacity: 1; transform: translateY(0); }

/* TABLETTE */
@media screen and (max-width: 1100px) { .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* MOBILE */
@media screen and (max-width: 767px) { .services { padding: 65px 20px; } .services-header { margin-bottom: 40px; } .services-grid { grid-template-columns: 1fr; } .service-card { min-height: 410px; } .service-content { grid-template-rows: auto auto; min-height: 0; padding: 28px; } .service-title { height: auto; min-height: 58px; } .service-title h2, .service-title h3, .service-title h4, .service-title h5, .service-title h6 { height: auto; min-height: 58px; } .service-description { height: auto; min-height: 0; opacity: 1; transform: none; } .service-overlay { background: linear-gradient(to top, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0.84) 45%, rgba(0, 0, 0, 0.58) 75%, rgba(0, 0, 0, 0.3) 100%); } }

/*-----------------------------------------FOND DU BLOC SERVICES-------------------------------------*/
.services { padding: 90px 20px; background: #84b4b7; }

/*--------------------------------BLOC ICÔNES----------------------------*/
.services-block { padding: 70px 20px; background: #ffffff; }

.services-block__container { display: flex; flex-wrap: wrap; max-width: 1200px; margin: 0 auto; gap: 24px; }

/* PARTIE GAUCHE */
.services-block__left { position: relative; flex: 1 1 45%; min-height: 420px; background-size: cover; background-position: center; border-radius: 22px; overflow: hidden; }

.services-block__overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.82) 100%); }

.services-block__content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; height: 100%; padding: 40px; color: #ffffff; }

.services-block__content h2, .services-block__content h3 { margin: 0 0 12px; color: #ffffff; }

.services-block__content p { margin: 0 0 20px; color: #ffffff; line-height: 1.6; }

/* BOUTON */
.services-block__button { display: inline-flex; align-items: center; justify-content: center; width: fit-content; min-height: 50px; padding: 0 28px; background: #83b4b7; color: #ffffff !important; border: 2px solid #83b4b7; border-radius: 999px; text-decoration: none !important; transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease; }

.services-block__button p, .services-block__button span { margin: 0 !important; padding: 0 !important; color: inherit !important; line-height: 1; }

.services-block__button:hover { background: transparent; color: #83b4b7 !important; border-color: #83b4b7; transform: translateY(-2px); }

.services-block__button:hover p, .services-block__button:hover span { color: #83b4b7 !important; }

/* PARTIE DROITE */
.services-block__right { flex: 1 1 50%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }

/* CARTES */
.services-block__card { position: relative; display: flex; flex-direction: column; gap: 10px; min-height: 180px; padding: 26px; overflow: hidden; background: #ffffff; border-radius: 18px; box-shadow: 0 12px 30px rgba(71, 78, 107, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease; }

.services-block__card:hover { transform: translateY(-6px); box-shadow: 0 20px 45px rgba(71, 78, 107, 0.16); }

/* ICÔNES RONDES */
.services-block__card-icon { display: flex; align-items: center; justify-content: center; width: 68px; height: 68px; margin: 0 0 14px; overflow: hidden; background: #83b4b7; border: 3px solid #83b4b7; border-radius: 50%; flex-shrink: 0; }

.services-block__card-icon img { display: block; width: 100%; height: 100%; margin: 0; padding: 0; object-fit: cover; object-position: center; border-radius: 50%; }

.services-block__card h2, .services-block__card h3, .services-block__card h4 { margin: 0; color: #474e6b; }

.services-block__card p { margin: 0; color: #5f6478; line-height: 1.6; }

/* TABLETTE */
@media screen and (max-width: 900px) { .services-block { padding: 60px 20px; } .services-block__container { flex-direction: column; } .services-block__left, .services-block__right { flex: 1 1 100%; } .services-block__right { grid-template-columns: repeat(2, minmax(0, 1fr)); } .services-block__card-icon { width: 62px; height: 62px; } }

/* MOBILE */
@media screen and (max-width: 600px) { .services-block { padding: 50px 15px; } .services-block__left { min-height: 360px; } .services-block__content { padding: 24px; } .services-block__right { grid-template-columns: 1fr; } .services-block__card { min-height: 0; padding: 24px; } .services-block__card-icon { width: 58px; height: 58px; } .services-block__button { width: 100%; } }

/*---------------------------------------BLOC CTA--------------------------------*/
.button_homepageDoubleScreen.ctaLinks-button { display: inline-flex !important; align-items: center; justify-content: center; min-height: 50px; margin: 0 !important; padding: 0 28px !important; background: #83b4b7 !important; color: #ffffff !important; border: 2px solid #83b4b7 !important; border-radius: 999px !important; text-decoration: none !important; transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease; }

.button_homepageDoubleScreen.ctaLinks-button p, .button_homepageDoubleScreen.ctaLinks-button span { margin: 0 !important; padding: 0 !important; color: inherit !important; line-height: 1; }

.button_homepageDoubleScreen.ctaLinks-button:hover { background: transparent !important; color: #83b4b7 !important; border-color: #83b4b7 !important; text-decoration: none !important; transform: translateY(-2px); }

.button_homepageDoubleScreen.ctaLinks-button:hover p, .button_homepageDoubleScreen.ctaLinks-button:hover span { color: #83b4b7 !important; }

/*-----------------------------------BLOC AVIS--------------------------------------*/
#maps-url { display: inline-flex !important; align-items: center; justify-content: center; gap: 9px; min-height: 50px; margin: 0 !important; padding: 0 28px !important; background: #83b4b7 !important; color: #ffffff !important; border: 2px solid #83b4b7 !important; border-radius: 999px !important; text-decoration: none !important; transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease; }

#maps-url i { margin: 0 !important; padding: 0 !important; color: #ffffff !important; line-height: 1; }

#maps-url:hover { background: transparent !important; color: #83b4b7 !important; border-color: #83b4b7 !important; text-decoration: none !important; transform: translateY(-2px); }

#maps-url:hover i { color: #83b4b7 !important; }

.owl-carousel .owl-stage { display: flex; align-items: stretch; }

.owl-carousel .owl-item { display: flex; height: auto; }

.owl-carousel .owl-item > .card, .owl-carousel .owl-item .card { display: flex; flex-direction: column; width: 100%; min-height: 260px; height: 100%; }

.owl-carousel .owl-item .card-body { display: flex; flex-direction: column; flex: 1; }

.owl-carousel .owl-item .card-text { flex: 1; }

#google-reviews-widget .card { box-shadow: 0 8px 20px rgba(71, 78, 107, 0.08) !important; border: none !important; }

/*--------------------------------------BLOC MAPS-------------------------------------*/
.contact-map-modern { width: 100%; margin: 0; padding: 90px 20px; background: #f2f4f6; }

.contact-map-modern__container { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); align-items: stretch; gap: 40px; width: 100%; max-width: 1300px; margin: 0 auto; padding: 0; }

/* CARTE GOOGLE */
.contact-map-modern__map { position: relative; width: 100%; min-height: 620px; overflow: hidden; background: #ffffff; border-radius: 28px; box-shadow: 0 20px 50px rgba(71, 78, 107, 0.14); }

.contact-map-modern__map iframe { position: absolute; inset: 0; display: block; width: 100%; height: 100%; border: 0; border-radius: inherit; }

/* CONTENU À DROITE */
.contact-map-modern__content { display: flex; flex-direction: column; justify-content: center; width: 100%; margin: 0; padding: 10px 0; }

.contact-map-modern__title { width: 100%; margin: 0 0 18px; padding: 0; }

.contact-map-modern__title h2, .contact-map-modern__title h3, .contact-map-modern__title h4, .contact-map-modern__title p { margin: 0; padding: 0; color: #474e6b; line-height: 1.1; }

.contact-map-modern__description { width: 100%; max-width: 620px; margin: 0 0 30px; padding: 0; }

.contact-map-modern__description p { margin: 0; padding: 0; line-height: 1.7; }

/* CARTES INFORMATIONS */
.contact-map-modern__cards { display: grid; grid-template-columns: 1fr; gap: 16px; width: 100%; margin: 0; padding: 0; }

.contact-map-modern__card { position: relative; display: grid; grid-template-columns: 64px minmax(0, 1fr); align-items: center; gap: 18px; width: 100%; min-height: 110px; margin: 0; padding: 20px 22px; overflow: hidden; background: #ffffff; color: inherit; border: 1px solid rgba(71, 78, 107, 0.08); border-radius: 20px; box-shadow: 0 12px 30px rgba(71, 78, 107, 0.09); text-decoration: none !important; transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; }

.contact-map-modern__card::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 5px; background: #83b4b7; border-radius: 20px 0 0 20px; }

.contact-map-modern__card:hover { transform: translateY(-4px); border-color: rgba(131, 180, 183, 0.45); box-shadow: 0 18px 40px rgba(71, 78, 107, 0.15); }

/* ICÔNES */
.contact-map-modern__icon { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; margin: 0; padding: 0; flex-shrink: 0; overflow: hidden; background: #83b4b7; color: #ffffff; border-radius: 50%; transition: background-color 0.3s ease, transform 0.3s ease; }

.contact-map-modern__icon i { margin: 0; padding: 0; color: #ffffff; line-height: 1; }

.contact-map-modern__card:hover .contact-map-modern__icon { background: #474e6b; transform: scale(1.05); }

/* TEXTE DES CARTES */
.contact-map-modern__card-content { width: 100%; min-width: 0; margin: 0; padding: 0; }

.contact-map-modern__card-title, .contact-map-modern__card-title h3, .contact-map-modern__card-title h4, .contact-map-modern__card-title p { margin: 0 0 5px; padding: 0; color: #474e6b; line-height: 1.25; }

.contact-map-modern__card-text p { margin: 0; padding: 0; line-height: 1.55; }

/* TABLETTE */
@media screen and (max-width: 950px) { .contact-map-modern { padding: 70px 20px; } .contact-map-modern__container { grid-template-columns: 1fr; gap: 35px; } .contact-map-modern__map { min-height: 480px; } .contact-map-modern__content { padding: 0; } .contact-map-modern__description { max-width: 760px; } }

/* MOBILE */
@media screen and (max-width: 600px) { .contact-map-modern { padding: 55px 15px; } .contact-map-modern__container { gap: 28px; } .contact-map-modern__map { min-height: 380px; border-radius: 22px; } .contact-map-modern__description { margin-bottom: 24px; } .contact-map-modern__card { grid-template-columns: 54px minmax(0, 1fr); gap: 15px; min-height: 96px; padding: 17px 18px; border-radius: 18px; } .contact-map-modern__card::before { border-radius: 18px 0 0 18px; } .contact-map-modern__icon { width: 54px; height: 54px; } }

/*--------------------------------------BLOC BULLET POINT-----------------------------------*/
.habitat-feature { padding: 80px 24px; background: #ffffff; }

.habitat-feature__container { display: grid; grid-template-columns: 1fr 0.8fr; align-items: center; gap: 70px; max-width: 1200px; margin: 0 auto; }

.habitat-feature__content { max-width: 560px; }

.habitat-feature__title { margin: 0 0 25px; }

.habitat-feature__description { margin: 0 0 25px; }

.habitat-feature__description p { margin: 0; line-height: 1.7; }

.habitat-feature__list { margin: 0 0 35px; padding: 0; list-style: none; }

.habitat-feature__list li { display: flex; align-items: center; gap: 12px; margin: 0 0 14px; }

.habitat-feature__list li:last-child { margin-bottom: 0; }

.habitat-feature__list li p { margin: 0; line-height: 1.4; }

.habitat-feature__list svg { width: 22px; height: 22px; min-width: 22px; flex-shrink: 0; fill: #83b4b7; }

/* BOUTON */
.habitat-feature__button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 28px; background: #83b4b7; color: #ffffff !important; border: 2px solid #83b4b7; border-radius: 999px; text-decoration: none !important; transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease; }

.habitat-feature__button p, .habitat-feature__button span { margin: 0 !important; padding: 0 !important; color: inherit !important; line-height: 1; }

.habitat-feature__button:hover { background: transparent; color: #83b4b7 !important; border-color: #83b4b7; transform: translateY(-2px); }

.habitat-feature__button:hover p, .habitat-feature__button:hover span { color: #83b4b7 !important; }

/* IMAGE */
.habitat-feature__image { width: 100%; overflow: hidden; border-radius: 22px; box-shadow: 0 18px 45px rgba(71, 78, 107, 0.14); }

.habitat-feature__image img { display: block; width: 100%; height: 420px; object-fit: cover; object-position: center; border-radius: inherit; transition: transform 0.55s ease; }

.habitat-feature__image:hover img { transform: scale(1.05); }

/* VERSION INVERSÉE */
.habitat-feature--reverse { background: #f2f4f6; }

.habitat-feature--reverse .habitat-feature__container { grid-template-columns: 0.8fr 1fr; }

.habitat-feature--reverse .habitat-feature__content { order: 2; }

.habitat-feature--reverse .habitat-feature__image { order: 1; }

/* TABLETTE */
@media screen and (max-width: 991px) { .habitat-feature { padding: 65px 24px; } .habitat-feature__container, .habitat-feature--reverse .habitat-feature__container { grid-template-columns: 1fr; gap: 40px; } .habitat-feature__content, .habitat-feature--reverse .habitat-feature__content { order: 2; max-width: 100%; } .habitat-feature__image, .habitat-feature--reverse .habitat-feature__image { order: 1; } .habitat-feature__image img { height: 340px; } }

/* MOBILE */
@media screen and (max-width: 576px) { .habitat-feature { padding: 50px 20px; } .habitat-feature__container { gap: 30px; } .habitat-feature__image { border-radius: 18px; } .habitat-feature__image img { height: 270px; } .habitat-feature__button { width: 100%; } }

/*---------------------------------HERO PAGES SECONDAIRES---------------------------*/
.carousel-item-homepage img, .first-carousel-img { transform: none !important; transition: none !important; box-shadow: none !important; filter: none !important; opacity: 1 !important; }

.titleText { letter-spacing: 0em; }

.first-carousel-img { height: 40vh; object-fit: cover; }

.first-carousel-img, .second-carousel-img { height: 55vh; object-fit: cover; }

.carousel-item-homepage { height: 55vh; overflow: hidden; }

#fullHeight { height: 55vh; overflow: hidden; }

@media (max-width: 991px) { .first-carousel-img, .second-carousel-img, .carousel-item-homepage, #fullHeight { height: 50vh; } }

@media (max-width: 576px) { .first-carousel-img, .second-carousel-img, .carousel-item-homepage, #fullHeight { height: 50vh; } }

@media (max-width: 991px) { .first-carousel-img { height: 45vh; } }

@media (max-width: 576px) { .first-carousel-img { height: 35vh; } }

/*----------------------------------------BLOC AVANT APRES------------------------------------*/
.before-after-premium { padding: 90px 24px; background: #84b4b7; font-family: "Montserrat", sans-serif; }

.before-after-premium__container { max-width: 1300px; margin: 0 auto; }

.before-after-premium__header { max-width: 800px; margin: 0 auto 45px; text-align: center; }

.before-after-premium__title { margin: 0 0 18px; color: #000000; }

.before-after-premium__title h2, .before-after-premium__title h3, .before-after-premium__title h4 { margin: 0; color: #000000; font-family: "Montserrat", sans-serif; font-weight: 600; }

.before-after-premium__description { color: #000000; }

.before-after-premium__description p { margin: 0; color: #000000; line-height: 1.7; }

/* GRILLE */
.before-after-premium__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }

/* CARTE */
.before-after-premium__card { position: relative; overflow: hidden; background: #ffffff; border: 1px solid rgba(71, 78, 107, 0.08); border-radius: 26px; box-shadow: 0 16px 42px rgba(71, 78, 107, 0.12); transition: transform 0.4s ease, box-shadow 0.4s ease; }

.before-after-premium__card:hover { transform: translateY(-8px); box-shadow: 0 24px 55px rgba(71, 78, 107, 0.18); }

/* ZONE IMAGE */
.before-after-premium__media { position: relative; height: 430px; overflow: hidden; background: #474e6b; }

.before-after-premium__slide { position: absolute; inset: 0; margin: 0; opacity: 0; visibility: hidden; transition: opacity 1.1s ease, visibility 1.1s ease; }

.before-after-premium__slide.is-visible { opacity: 1; visibility: visible; }

.before-after-premium__slide img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1); transition: transform 5s ease; }

.before-after-premium__slide.is-visible img { transform: scale(1.04); }

/* VOILE */
.before-after-premium__media::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg, rgba(71, 78, 107, 0.26) 0%, rgba(71, 78, 107, 0) 35%, rgba(71, 78, 107, 0) 70%, rgba(71, 78, 107, 0.24) 100%); pointer-events: none; }

/* ÉTIQUETTES */
.before-after-premium__labels { position: absolute; top: 20px; left: 20px; z-index: 4; display: inline-flex; align-items: center; gap: 6px; padding: 5px; background: rgba(255, 255, 255, 0.86); border: 1px solid rgba(255, 255, 255, 0.7); border-radius: 999px; box-shadow: 0 8px 24px rgba(71, 78, 107, 0.16); backdrop-filter: blur(10px); }

.before-after-premium__label { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 0 17px; background: transparent; color: #000000; border-radius: 999px; font-family: "Montserrat", sans-serif; line-height: 1; transition: background-color 0.45s ease, color 0.45s ease, transform 0.45s ease; }

.before-after-premium__label.is-active { background: #83b4b7; color: #ffffff; transform: scale(1.03); }

/* BARRE DE PROGRESSION */
.before-after-premium__progress { position: absolute; right: 20px; bottom: 18px; left: 20px; z-index: 4; height: 4px; overflow: hidden; background: rgba(255, 255, 255, 0.42); border-radius: 999px; }

.before-after-premium__progress span { display: block; width: 0; height: 100%; background: #83b4b7; border-radius: inherit; }

.before-after-premium__card.is-running .before-after-premium__progress span { animation-name: before-after-premium-progress; animation-timing-function: linear; animation-fill-mode: forwards; }

@keyframes before-after-premium-progress { from { width: 0; }
  to { width: 100%; } }

/* TITRE SOUS LA PHOTO */
.before-after-premium__content { display: flex; align-items: center; min-height: 82px; padding: 22px 24px; }

.before-after-premium__content h3, .before-after-premium__content h4, .before-after-premium__content p { margin: 0; font-family: "Montserrat", sans-serif; line-height: 1.4; }

/* TABLETTE */
@media screen and (max-width: 1050px) { .before-after-premium__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .before-after-premium__card:last-child { grid-column: 1 / -1; max-width: 620px; width: 100%; margin: 0 auto; } }

/* MOBILE */
@media screen and (max-width: 700px) { .before-after-premium { padding: 60px 20px; } .before-after-premium__header { margin-bottom: 32px; } .before-after-premium__grid { grid-template-columns: 1fr; gap: 22px; } .before-after-premium__card:last-child { grid-column: auto; max-width: none; } .before-after-premium__media { height: 390px; } }

@media screen and (max-width: 480px) { .before-after-premium { padding: 50px 15px; } .before-after-premium__card { border-radius: 20px; } .before-after-premium__media { height: 340px; } .before-after-premium__labels { top: 15px; left: 15px; } .before-after-premium__label { min-height: 36px; padding: 0 14px; } .before-after-premium__progress { right: 15px; bottom: 15px; left: 15px; } .before-after-premium__content { min-height: 72px; padding: 18px 20px; } }

/*---------------------------------BLOC GALLERIE-----------------------------*/
.custom-gallery-title { text-align: center; }

#custom-gallery { padding-top: 40px; }

@media screen and (min-width: 991px) { #custom-gallery { padding: 60px 30px 0 30px; } }

#custom-gallery .image { height: 400px !important; margin: 20px 0; }

.img-wrapper { position: relative; height: 100%; margin-top: 15px; }

.img-wrapper img { width: 100%; }

.img-overlay { background: rgba(0, 0, 0, 0.7); width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; opacity: 0; }

.img-overlay i { color: #fff; font-size: 3em; }

#overlay { background: rgba(0, 0, 0, 0.7); width: 100%; height: 100%; position: fixed; top: 0; left: 0; display: flex; justify-content: center; align-items: center; z-index: 999; -moz-user-select: none; -ms-user-select: none; user-select: none; }

#overlay img { margin: 0; width: 80%; height: auto; object-fit: contain; padding: 5%; }

@media screen and (min-width: 768px) { #overlay img { width: 60%; } }

@media screen and (min-width: 1200px) { #overlay img { width: 50%; } }

#nextButton { color: #fff; font-size: 2em; transition: opacity 0.8s; }

#nextButton:hover { opacity: 0.7; }

@media screen and (min-width: 768px) { #nextButton { font-size: 3em; } }

#prevButton { color: #fff; font-size: 2em; transition: opacity 0.8s; }

#prevButton:hover { opacity: 0.7; }

@media screen and (min-width: 768px) { #prevButton { font-size: 3em; } }

#exitButton { color: #fff; font-size: 2em; transition: opacity 0.8s; position: absolute; top: 15px; right: 15px; }

#exitButton:hover { opacity: 0.7; }

@media screen and (min-width: 768px) { #exitButton { font-size: 3em; } }

.img-responsive { height: 100% !important; object-fit: cover !important; }

#custom-gallery .img-wrapper { overflow: hidden; border-radius: 22px; }

#custom-gallery .img-wrapper img, #custom-gallery .img-overlay { border-radius: 22px; }

/*--------------------MASQUER L'ADRESSE------------------*/
.col-8.col-md-2.mb-3.text-color-third .d-flex:has(.bi-geo-alt) { display: none !important; }

/*# sourceMappingURL=custom.css.map */