@charset "UTF-8";
@import url(main.css);
/*------------------------------------- HERO -------------------------------------*/
.hero-liquid__button--secondary, .hero-liquid__button--secondary span, .hero-liquid__button--secondary p, .hero-liquid__button--secondary:hover, .hero-liquid__button--secondary:hover span, .hero-liquid__button--secondary:hover p { color: #ffffff !important; }

.hero-liquid { position: relative; isolation: isolate; width: 100%; min-height: 780px; padding: 110px 30px; display: flex; align-items: center; justify-content: center; overflow: hidden; box-sizing: border-box; background-color: #111111; }

.hero-liquid *, .hero-liquid *::before, .hero-liquid *::after { box-sizing: border-box; }

/* Image de fond */
.hero-liquid__background { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }

/* Léger dégradé noir */
.hero-liquid__overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.42) 55%, rgba(0, 0, 0, 0.52) 100%); }

/* Contenu central */
.hero-liquid__container { position: relative; z-index: 2; width: 100%; max-width: 1050px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }

/* Logo */
.hero-liquid__logo { width: auto; max-width: 310px; max-height: 190px; margin: 0 auto 35px; display: block; object-fit: contain; }

/* Titre */
.hero-liquid__title { max-width: 950px; margin: 0; color: #ffffff; font-size: 58px; font-weight: 500; line-height: 1.08; letter-spacing: 0.5px; text-align: center; }

/* Groupe de boutons */
.hero-liquid__buttons { width: 100%; margin-top: 42px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 15px; }

/* Style commun des boutons */
.hero-liquid__button { min-width: 220px; min-height: 56px; margin: 0; padding: 0 28px; border: 2px solid #275fa3; display: inline-flex; align-items: center; justify-content: center; text-align: center; text-decoration: none; font-size: 15px; font-weight: 700; line-height: 1; transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease; }

.hero-liquid__button span { margin: 0; padding: 0; display: block; line-height: 1; }

/* Premier bouton : bleu */
.hero-liquid__button--primary { color: #ffffff; background-color: #275fa3; }

/* Premier bouton au survol : transparent */
.hero-liquid__button--primary:hover, .hero-liquid__button--primary:focus-visible { color: #ffffff; background-color: transparent; border-color: #ffffff; }

/* Deuxième bouton : transparent */
.hero-liquid__button--secondary { color: #ffffff; background-color: transparent; border-color: #ffffff; }

/* Deuxième bouton au survol : bleu */
.hero-liquid__button--secondary:hover, .hero-liquid__button--secondary:focus-visible { color: #ffffff; background-color: #275fa3; border-color: #275fa3; }

/* Responsive tablette */
@media screen and (max-width: 991px) { .hero-liquid { min-height: 680px; padding: 90px 25px; } .hero-liquid__logo { max-width: 260px; max-height: 160px; margin-bottom: 30px; } .hero-liquid__title { font-size: 46px; } }

/* Responsive mobile */
@media screen and (max-width: 767px) { .hero-liquid { min-height: 620px; padding: 75px 20px; } .hero-liquid__logo { max-width: 220px; max-height: 135px; margin-bottom: 25px; } .hero-liquid__title { font-size: 36px; line-height: 1.12; } .hero-liquid__buttons { margin-top: 34px; flex-direction: column; gap: 12px; } .hero-liquid__button { width: 100%; max-width: 330px; min-width: 0; min-height: 54px; } }

/* Très petits écrans */
@media screen and (max-width: 480px) { .hero-liquid { min-height: 570px; padding: 65px 16px; } .hero-liquid__logo { max-width: 190px; } .hero-liquid__title { font-size: 30px; } .hero-liquid__button { padding: 0 20px; font-size: 14px; } }

.hero-liquid__button { display: inline-flex; align-items: center; justify-content: center; text-align: center; }

.hero-liquid__button span { display: flex; align-items: center; justify-content: center; text-align: center; }

.hero-liquid__button p { margin: 0 !important; padding: 0 !important; color: inherit; line-height: 1; text-align: center; }

/*-------------------------------------------BLOC SERVICES---------------------------------------------*/
.sector-cards-section { position: relative; width: 100vw; max-width: none; margin-left: calc(50% - 50vw); padding: 0; overflow: hidden; }

.sector-cards { width: 100%; max-width: none; margin: 0; padding: 0; display: flex; flex-wrap: nowrap; gap: 0; }

.sector-card { position: relative; flex: 1 1 0; min-width: 0; min-height: 430px; display: flex; align-items: flex-end; overflow: hidden; color: #ffffff; text-decoration: none; border-radius: 0; transition: flex-grow 0.4s ease, flex-basis 0.4s ease; }

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

.sector-card-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.85) 100%); transition: background 0.4s ease; }

.sector-card-content { position: relative; z-index: 2; width: 100%; padding: 0 28px 70px; }

.sector-card-content h2, .sector-card-content h3, .sector-card-content h4, .sector-card-content h5 { margin: 0; color: #ffffff; font-size: 26px; line-height: 1.15; font-weight: 700; }

.sector-card-content h2 span, .sector-card-content h3 span, .sector-card-content h4 span, .sector-card-content h5 span { color: inherit; }

.sector-card-line { display: block; width: 70px; height: 2px; margin: 12px 0 20px; background: #275fa3; border-radius: 0; transition: width 0.4s ease, background 0.3s ease; }

.sector-card-button { display: inline-flex; align-items: center; justify-content: center; margin: 0; padding: 13px 24px; background: #275fa3; color: #ffffff; border: 2px solid #275fa3; border-radius: 0; transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease; }

.sector-card-button p { margin: 0 !important; padding: 0 !important; color: inherit; font-weight: 500px !important; }

.sector-card:hover { flex-grow: 1.35; }

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

.sector-card:hover .sector-card-overlay { background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.78) 100%); }

.sector-card:hover .sector-card-line { width: 95px; color: #275fa3; }

.sector-card:hover .sector-card-button { color: #ffffff; background: transparent; border-color: #ffffff; }

.sector-card:hover h2, .sector-card:hover h2 span, .sector-card:hover h3, .sector-card:hover h3 span, .sector-card:hover h4, .sector-card:hover h4 span, .sector-card:hover h5, .sector-card:hover h5 span { color: #ffffff !important; }

@media screen and (max-width: 1100px) { .sector-cards { flex-wrap: wrap; } .sector-card { flex: 0 0 50%; min-height: 360px; } .sector-card:hover { flex: 0 0 50%; } }

@media screen and (max-width: 600px) { .sector-card { flex: 0 0 100%; min-height: 320px; } .sector-card:hover { flex: 0 0 100%; } .sector-card-content { padding: 0 24px 45px; } .sector-card-content h2, .sector-card-content h3, .sector-card-content h4, .sector-card-content h5 { font-size: 23px; } }

/*--------------------------------------BLOC SEO------------------------------------------*/
.first-activity-div, .second-activity-div, .third-activity-div { position: relative; width: 100%; max-width: 1320px; margin: 60px auto !important; padding: 55px !important; overflow: hidden; background: #f4f7fb !important; color: #172235 !important; border: 1px solid rgba(39, 95, 163, 0.15); border-radius: 0 !important; box-shadow: none !important; }

.first-activity-div *, .second-activity-div *, .third-activity-div * { box-sizing: border-box; }

/* Suppression de tous les arrondis Bootstrap */
.first-activity-div .rounded-3, .first-activity-div .rounded-4, .second-activity-div .rounded-3, .second-activity-div .rounded-4, .third-activity-div .rounded-3, .third-activity-div .rounded-4, .first-activity-div .card, .second-activity-div .card, .third-activity-div .card { border-radius: 0 !important; }

/* Fond décoratif éventuel */
.background-image-div-opacity { position: absolute; inset: 0; z-index: 0; background-position: center; background-repeat: no-repeat; background-size: cover; opacity: 0.04; }

/* Ligne bleue décorative */
.first-activity-div::before, .second-activity-div::before, .third-activity-div::before { content: ""; position: absolute; top: 0; left: 0; z-index: 2; width: 120px; height: 4px; background: #275fa3; }

/* Colonnes */
.first-activity-div .row, .second-activity-div .row, .third-activity-div .row { position: relative; z-index: 1; margin: 0 !important; padding: 0 !important; gap: 0; }

/* Images */
.first-activity-div .card-cover, .second-activity-div .card-cover, .third-activity-div .card-cover { position: relative; width: 100%; min-height: 390px; overflow: hidden; background-position: center !important; background-repeat: no-repeat !important; background-size: cover !important; border: 0; border-radius: 0 !important; box-shadow: none !important; }

/* Filtre sur les images */
.first-activity-div .black-screen, .second-activity-div .black-screen, .third-activity-div .black-screen { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.35) 100%); }

/* Contenu des images */
.first-activity-div .card-cover > div:last-child, .second-activity-div .card-cover > div:last-child, .third-activity-div .card-cover > div:last-child { position: relative; z-index: 2; min-height: 390px; display: flex; align-items: center; justify-content: center; padding: 30px !important; }

/* Titres */
.first-activity-title, .second-activity-title, .third-activity-title { position: relative; margin: 0 0 28px !important; padding: 0 0 22px; color: #172235 !important; }

.first-activity-title::after, .second-activity-title::after, .third-activity-title::after { content: ""; position: absolute; left: 0; bottom: 0; width: 70px; height: 2px; background: #275fa3; }

.first-activity-title h2, .second-activity-title h2, .third-activity-title h2 { margin: 0; color: #172235 !important; font-size: 42px; line-height: 1.12; font-weight: 700; }

/* Descriptions */
.first-activity-div .lead, .second-activity-div .lead, .third-activity-div .lead { max-width: 690px; margin: 0 !important; color: #5d6673 !important; font-size: 17px !important; line-height: 1.8; }

.first-activity-div .lead p, .second-activity-div .lead p, .third-activity-div .lead p { margin: 0; padding: 0; color: inherit; }

/* Liens éventuellement présents dans les cartes */
.first-activity-div .card-cover a, .second-activity-div .card-cover a, .third-activity-div .card-cover a { color: #ffffff; text-decoration: none; }

/* Alternance des espacements */
.first-activity-div .col-lg-7, .third-activity-div .col-lg-7 { padding: 30px 65px 30px 0; }

.second-activity-div .col-lg-7 { padding: 30px 0 30px 65px; }

.first-activity-div .col-lg-5, .second-activity-div .col-lg-5, .third-activity-div .col-lg-5 { padding: 0; }

/* Tablette */
@media screen and (max-width: 991px) { .first-activity-div, .second-activity-div, .third-activity-div { padding: 35px !important; margin: 40px auto !important; } .first-activity-div .col-lg-7, .second-activity-div .col-lg-7, .third-activity-div .col-lg-7 { padding: 0 0 35px; } .first-activity-div .card-cover, .second-activity-div .card-cover, .third-activity-div .card-cover { min-height: 340px; } .first-activity-div .card-cover > div:last-child, .second-activity-div .card-cover > div:last-child, .third-activity-div .card-cover > div:last-child { min-height: 340px; } .first-activity-title h2, .second-activity-title h2, .third-activity-title h2 { font-size: 36px; } }

/* Mobile */
@media screen and (max-width: 600px) { .first-activity-div, .second-activity-div, .third-activity-div { width: calc(100% - 32px); margin: 30px auto !important; padding: 25px !important; } .first-activity-div .row, .second-activity-div .row, .third-activity-div .row { display: flex; flex-direction: column; } .first-activity-div .col-12, .second-activity-div .col-12, .third-activity-div .col-12, .first-activity-div .col-lg-7, .second-activity-div .col-lg-7, .third-activity-div .col-lg-7 { width: 100%; padding: 0; } .first-activity-div .col-lg-7, .second-activity-div .col-lg-7, .third-activity-div .col-lg-7 { padding-bottom: 28px; } .first-activity-title, .second-activity-title, .third-activity-title { margin-bottom: 22px !important; } .first-activity-title h2, .second-activity-title h2, .third-activity-title h2 { font-size: 30px; } .first-activity-div .lead, .second-activity-div .lead, .third-activity-div .lead { font-size: 16px !important; line-height: 1.7; } .first-activity-div .card-cover, .second-activity-div .card-cover, .third-activity-div .card-cover { min-height: 270px; } .first-activity-div .card-cover > div:last-child, .second-activity-div .card-cover > div:last-child, .third-activity-div .card-cover > div:last-child { min-height: 270px; } }

/*----------------------------------------BLOC ICÔNES----------------------------------------------*/
.services-block { position: relative; width: 100vw; max-width: none; margin-left: calc(50% - 50vw); padding: 100px 30px; overflow: hidden; background: #f7f7f7; box-sizing: border-box; }

.services-block *, .services-block *::before, .services-block *::after { box-sizing: border-box; }

.services-block__container { width: 100%; max-width: 1450px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }

/* Partie gauche */
.services-block__left { position: relative; min-width: 0; min-height: 580px; overflow: hidden; display: flex; align-items: stretch; background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 0 !important; }

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

.services-block__content { position: relative; z-index: 2; width: 100%; min-height: 580px; padding: 65px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; color: #ffffff; background: transparent; }

.services-block__content::before { content: ""; width: 75px; height: 3px; margin: 0 0 24px; display: block; background: #c92d29; }

.services-block__content h2, .services-block__content h3, .services-block__content h4, .services-block__content h5 { max-width: 650px; margin: 0 0 22px; color: #ffffff; font-size: 48px; line-height: 1.1; font-weight: 700 !important; letter-spacing: -1px; }

.services-block__content h2 span, .services-block__content h3 span, .services-block__content h4 span, .services-block__content h5 span { color: inherit; }

.services-block__content > p { max-width: 650px; margin: 0 0 30px; padding: 0; color: rgba(255, 255, 255, 0.82); font-size: 17px; line-height: 1.75; font-weight: 400 !important; }

/* Bouton */
.services-block__button { min-width: 210px; min-height: 56px; margin: 0; padding: 0 30px; display: inline-flex; align-items: center; justify-content: center; color: #ffffff !important; background: #c92d29; border: 2px solid #c92d29; border-radius: 0 !important; font-size: 15px; line-height: 1; font-weight: 700 !important; text-align: center; text-decoration: none; transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease; }

.services-block__button p, .services-block__button span { margin: 0 !important; padding: 0 !important; display: flex; align-items: center; justify-content: center; color: inherit !important; line-height: 1; text-align: center; }

.services-block__button:hover, .services-block__button:focus-visible { color: #ffffff !important; background: transparent; border-color: #ffffff; }

/* Partie droite */
.services-block__right { min-width: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }

/* Cartes */
.services-block__card { position: relative; min-width: 0; min-height: 278px; padding: 38px 32px; display: flex; flex-direction: column; align-items: flex-start; overflow: hidden; background: #ffffff; border: 1px solid rgba(23, 34, 53, 0.11); border-top: 3px solid #c92d29; border-radius: 0 !important; box-shadow: 0 12px 35px rgba(23, 34, 53, 0.07); transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease; }

.services-block__card:hover { transform: translateY(-6px); border-color: rgba(201, 45, 41, 0.42); box-shadow: 0 20px 45px rgba(23, 34, 53, 0.12); }

/* Icônes */
.services-block__card-icon { width: 82px; height: 82px; margin: 0 0 26px; padding: 0; display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden; background: rgba(201, 45, 41, 0.06); border: 1px solid rgba(201, 45, 41, 0.2); border-radius: 0 !important; }

.services-block__card-icon img { width: 64px; height: 64px; min-width: 64px; min-height: 64px; max-width: 64px; max-height: 64px; margin: 0; padding: 0; display: block; object-fit: contain; object-position: center; }

.services-block__card h2, .services-block__card h3, .services-block__card h4, .services-block__card h5 { margin: 0 0 14px; color: #172235; font-size: 23px; line-height: 1.2; font-weight: 700 !important; }

.services-block__card h2 span, .services-block__card h3 span, .services-block__card h4 span, .services-block__card h5 span { color: inherit; }

.services-block__card > p { margin: 0; padding: 0; color: #626b78; font-size: 16px; line-height: 1.7; font-weight: 400 !important; }

/* Suppression de tous les arrondis */
.services-block__left, .services-block__button, .services-block__card, .services-block__card-icon, .services-block .rounded, .services-block .rounded-1, .services-block .rounded-2, .services-block .rounded-3, .services-block .rounded-4, .services-block .rounded-5 { border-radius: 0 !important; }

/* Responsive tablette */
@media screen and (max-width: 1100px) { .services-block { padding: 85px 25px; } .services-block__container { grid-template-columns: 1fr; } .services-block__left, .services-block__content { min-height: 520px; } .services-block__content { padding: 55px; } .services-block__content h2, .services-block__content h3, .services-block__content h4, .services-block__content h5 { font-size: 43px; } .services-block__card { min-height: 250px; } }

/* Responsive mobile */
@media screen and (max-width: 700px) { .services-block { padding: 70px 20px; } .services-block__left, .services-block__content { min-height: 470px; } .services-block__content { padding: 35px 30px; } .services-block__content h2, .services-block__content h3, .services-block__content h4, .services-block__content h5 { font-size: 35px; line-height: 1.15; } .services-block__content > p { font-size: 16px; line-height: 1.7; } .services-block__right { grid-template-columns: 1fr; gap: 18px; } .services-block__card { min-height: 0; padding: 30px 25px; display: grid; grid-template-columns: 76px 1fr; align-items: start; column-gap: 20px; } .services-block__card-icon { width: 76px; height: 76px; margin: 0; grid-row: 1 / 3; } .services-block__card-icon img { width: 58px; height: 58px; min-width: 58px; min-height: 58px; max-width: 58px; max-height: 58px; } .services-block__card h2, .services-block__card h3, .services-block__card h4, .services-block__card h5 { font-size: 21px; } }

/* Petit mobile */
@media screen and (max-width: 450px) { .services-block { padding: 60px 16px; } .services-block__left, .services-block__content { min-height: 430px; } .services-block__content { padding: 30px 22px; } .services-block__content h2, .services-block__content h3, .services-block__content h4, .services-block__content h5 { font-size: 30px; } .services-block__button { width: 100%; min-width: 0; padding: 0 20px; } .services-block__card { grid-template-columns: 65px 1fr; padding: 26px 20px; column-gap: 16px; } .services-block__card-icon { width: 65px; height: 65px; } .services-block__card-icon img { width: 50px; height: 50px; min-width: 50px; min-height: 50px; max-width: 50px; max-height: 50px; } .services-block__card > p { font-size: 15px; } }

/*-------------------------------------------BLOC MAPS---------------------------------------*/
.contact-map-section { position: relative; width: 100vw; max-width: none; margin-left: calc(50% - 50vw); padding: 100px 30px; overflow: hidden; background: #f7f7f7; box-sizing: border-box; }

.contact-map-section *, .contact-map-section *::before, .contact-map-section *::after { box-sizing: border-box; }

.contact-map-container { width: 100%; max-width: 1450px; margin: 0 auto; }

/* En-tête */
.contact-map-heading { position: relative; width: 100%; max-width: 900px; margin: 0 auto 65px; padding: 0; text-align: center; }

.contact-map-heading::before { content: ""; display: block; width: 70px; height: 3px; margin: 0 auto 22px; background: #c92d29; border-radius: 0; }

.contact-map-heading > span { display: block; }

.contact-map-heading h2, .contact-map-heading h3, .contact-map-heading h4, .contact-map-heading h5 { margin: 0; color: #172235; font-size: 50px; line-height: 1.1; font-weight: 700 !important; letter-spacing: -1px; text-align: center; }

.contact-map-heading h2 span, .contact-map-heading h3 span, .contact-map-heading h4 span, .contact-map-heading h5 span { color: inherit; }

/* Informations de contact */
.contact-info-grid { width: 100%; margin: 0 0 45px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.contact-info-card { position: relative; min-width: 0; min-height: 120px; padding: 28px 26px; display: flex; align-items: center; gap: 22px; overflow: hidden; color: #172235; background: #ffffff; border: 1px solid rgba(23, 34, 53, 0.11); border-top: 3px solid #c92d29; border-radius: 0 !important; box-shadow: 0 12px 35px rgba(23, 34, 53, 0.07); text-decoration: none; transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease; }

a.contact-info-card:hover, a.contact-info-card:focus-visible { transform: translateY(-6px); border-color: rgba(201, 45, 41, 0.45); box-shadow: 0 20px 45px rgba(23, 34, 53, 0.12); }

/* Icônes */
.contact-info-icon { width: 66px; height: 66px; min-width: 66px; flex: 0 0 66px; margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; color: #c92d29; background: rgba(201, 45, 41, 0.07); border: 1px solid rgba(201, 45, 41, 0.22); border-radius: 0 !important; font-size: 25px; line-height: 1; }

.contact-info-icon i { margin: 0; padding: 0; display: block; color: inherit; line-height: 1; }

/* Textes des cartes */
.contact-info-card > div:last-child { min-width: 0; }

.contact-info-card span { display: block; margin: 0 0 6px; padding: 0; color: #c92d29; font-size: 13px; line-height: 1.3; font-weight: 700 !important; letter-spacing: 1px; text-transform: uppercase; }

.contact-info-card p { margin: 0; padding: 0; color: #172235; font-size: 16px; line-height: 1.55; font-weight: 700 !important; }

.contact-info-card p + p { margin-top: 5px; }

/* Carte Google Maps */
.contact-map-wrapper { position: relative; width: 100%; height: 500px; overflow: hidden; background: #e8e8e8; border: 1px solid rgba(23, 34, 53, 0.11); border-radius: 0 !important; box-shadow: 0 18px 45px rgba(23, 34, 53, 0.1); }

.contact-map-wrapper::before { content: ""; position: absolute; top: 0; left: 0; z-index: 2; width: 130px; height: 4px; background: #c92d29; pointer-events: none; }

.contact-map-wrapper iframe { width: 100%; height: 100%; display: block; border: 0 !important; border-radius: 0 !important; }

/* Suppression des arrondis éventuels du CMS */
.contact-map-section .rounded, .contact-map-section .rounded-1, .contact-map-section .rounded-2, .contact-map-section .rounded-3, .contact-map-section .rounded-4, .contact-map-section .rounded-5, .contact-info-card, .contact-info-icon, .contact-map-wrapper { border-radius: 0 !important; }

/* Tablette */
@media screen and (max-width: 1100px) { .contact-map-section { padding: 85px 25px; } .contact-map-heading { margin-bottom: 55px; } .contact-map-heading h2, .contact-map-heading h3, .contact-map-heading h4, .contact-map-heading h5 { font-size: 44px; } .contact-info-grid { grid-template-columns: 1fr; gap: 18px; margin-bottom: 35px; } .contact-info-card { min-height: 110px; } .contact-map-wrapper { height: 420px; } }

/* Mobile */
@media screen and (max-width: 700px) { .contact-map-section { padding: 70px 20px; } .contact-map-heading { margin-bottom: 45px; } .contact-map-heading::before { width: 55px; margin-bottom: 18px; } .contact-map-heading h2, .contact-map-heading h3, .contact-map-heading h4, .contact-map-heading h5 { font-size: 35px; line-height: 1.15; letter-spacing: -0.5px; } .contact-info-card { min-height: 0; padding: 24px 22px; gap: 18px; } .contact-info-icon { width: 60px; height: 60px; min-width: 60px; flex-basis: 60px; font-size: 22px; } .contact-info-card p { font-size: 15px; } .contact-map-wrapper { height: 350px; } }

/* Petit mobile */
@media screen and (max-width: 450px) { .contact-map-section { padding: 60px 16px; } .contact-info-card { padding: 20px 18px; gap: 15px; } .contact-info-icon { width: 54px; height: 54px; min-width: 54px; flex-basis: 54px; font-size: 20px; } .contact-info-card span { font-size: 11px; letter-spacing: 0.7px; } .contact-info-card p { font-size: 14px; } .contact-map-wrapper { height: 300px; } }

/*--------------------------------------BLOC QNS------------------------------------*/
.image-text-section { position: relative; width: 100vw; max-width: none; margin-left: calc(50% - 50vw); padding: 100px 30px; overflow: hidden; background: #ffffff; box-sizing: border-box; }

.image-text-section *, .image-text-section *::before, .image-text-section *::after { box-sizing: border-box; }

.image-text-container { width: 100%; max-width: 1450px; margin: 0 auto; display: grid; grid-template-columns: 1fr 0.9fr; align-items: center; gap: 90px; }

/* Partie image */
.image-text-visual { position: relative; width: 100%; padding: 28px 0 0 28px; }

.image-text-shape { position: absolute; top: 0; left: 0; width: 70%; height: 78%; display: block; background: #275fa3; border-radius: 0; }

.image-text-image-wrapper { position: relative; z-index: 2; width: 100%; height: 560px; overflow: hidden; background: #eeeeee; border-radius: 0; }

.image-text-image { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; border-radius: 0; }

/* Partie texte */
.image-text-content { width: 100%; max-width: 610px; }

.image-text-line { width: 70px; height: 3px; margin: 0 0 24px; display: block; background: #275fa3; border-radius: 0; }

.image-text-title { margin: 0 0 28px; }

.image-text-title h2, .image-text-title h3, .image-text-title h4, .image-text-title h5 { margin: 0; color: #172235; font-size: 50px; line-height: 1.1; font-weight: 700 !important; letter-spacing: -1px; }

.image-text-title h2 span, .image-text-title h3 span, .image-text-title h4 span, .image-text-title h5 span { color: inherit; }

.image-text-description { margin: 0; color: #626b78; font-size: 17px; line-height: 1.8; font-weight: 400; }

.image-text-description p { margin: 0 0 18px; padding: 0; color: inherit; }

.image-text-description p:last-child { margin-bottom: 0; }

/* Tablette */
@media screen and (max-width: 1100px) { .image-text-section { padding: 85px 25px; } .image-text-container { gap: 55px; } .image-text-image-wrapper { height: 480px; } .image-text-title h2, .image-text-title h3, .image-text-title h4, .image-text-title h5 { font-size: 43px; } }

/* Mobile */
@media screen and (max-width: 800px) { .image-text-section { padding: 70px 20px; } .image-text-container { grid-template-columns: 1fr; gap: 55px; } .image-text-visual { padding: 20px 0 0 20px; } .image-text-image-wrapper { height: 430px; } .image-text-content { max-width: 100%; } .image-text-title h2, .image-text-title h3, .image-text-title h4, .image-text-title h5 { font-size: 36px; line-height: 1.15; letter-spacing: -0.5px; } }

/* Petit mobile */
@media screen and (max-width: 450px) { .image-text-section { padding: 60px 16px; } .image-text-container { gap: 42px; } .image-text-visual { padding: 15px 0 0 15px; } .image-text-image-wrapper { height: 340px; } .image-text-line { width: 55px; margin-bottom: 20px; } .image-text-title { margin-bottom: 22px; } .image-text-title h2, .image-text-title h3, .image-text-title h4, .image-text-title h5 { font-size: 31px; } .image-text-description { font-size: 16px; line-height: 1.7; } }

/*---------------------------------------BARRE DE NAV------------------------------------*/
:is(nav#navigation-bar-show, nav.navbar-fixed-top) { position: fixed; top: 0; left: 0; z-index: 1050; width: 100%; min-height: 92px; padding: 8px 28px; background: rgba(255, 255, 255, 0.97) !important; border: 0; border-bottom: 3px solid #275fa3; border-radius: 0 !important; box-shadow: 0 8px 30px rgba(23, 34, 53, 0.12); transition: background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease; }

:is(nav#navigation-bar-show, nav.navbar-fixed-top) *, :is(nav#navigation-bar-show, nav.navbar-fixed-top) *::before, :is(nav#navigation-bar-show, nav.navbar-fixed-top) *::after { box-sizing: border-box; }

/* Conteneur principal */
:is(nav#navigation-bar-show, nav.navbar-fixed-top) .container-fluid { width: 100%; max-width: 1600px; margin: 0 auto; padding: 0; display: flex; align-items: center; background: transparent !important; background-color: transparent !important; background-image: none !important; }

/* ================================================== LOGO ================================================== */
:is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-brand { flex-shrink: 0; margin: 0; padding: 0; display: flex; align-items: center; background: transparent !important; background-color: transparent !important; background-image: none !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; text-decoration: none; }

:is(nav#navigation-bar-show, nav.navbar-fixed-top) .logo_nav { width: auto; height: 72px; max-width: 220px; margin: 0; padding: 0; display: block; object-fit: contain; object-position: left center; background: transparent !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; }

/* ================================================== CONTENU DE LA NAVIGATION ================================================== */
:is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-collapse { align-items: center; background: transparent !important; background-color: transparent !important; background-image: none !important; }

:is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav { margin-top: 0 !important; margin-bottom: 0 !important; padding: 0; display: flex; align-items: center; justify-content: center; gap: 4px; background: transparent !important; background-color: transparent !important; background-image: none !important; border: 0 !important; box-shadow: none !important; }

/* ================================================== ÉLÉMENTS DU MENU ================================================== */
:is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav li, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav .nav-item { position: relative; margin: 0; padding: 10px 13px !important; list-style: none; background: transparent !important; background-color: transparent !important; background-image: none !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; }

:is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav li > div, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav li > a, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav .nav-link, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .animated-border-button, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .obftrucs { position: relative; margin: 0; padding: 8px 0; display: inline-flex; align-items: center; justify-content: center; color: #172235 !important; background: transparent !important; background-color: transparent !important; background-image: none !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; font-size: 15px !important; line-height: 1.2; font-weight: 600 !important; letter-spacing: 0.2px; text-decoration: none !important; cursor: pointer; transition: color 0.3s ease; }

/* Suppression des rectangles derrière les textes */
:is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav div, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav span, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav a, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav p { background: transparent !important; background-color: transparent !important; background-image: none !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; }

/* Ligne sous les liens */
:is(nav#navigation-bar-show, nav.navbar-fixed-top) .animated-border-button::after, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .obftrucs::after, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav .nav-link::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: #275fa3; transition: width 0.3s ease; }

/* Survol des liens */
:is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav li > div:hover, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav li > div:focus-visible, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav li > a:hover, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav li > a:focus-visible, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .animated-border-button:hover, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .animated-border-button:focus-visible, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .obftrucs:hover, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .obftrucs:focus-visible { color: #275fa3 !important; background: transparent !important; background-color: transparent !important; background-image: none !important; box-shadow: none !important; }

:is(nav#navigation-bar-show, nav.navbar-fixed-top) .animated-border-button:hover::after, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .animated-border-button:focus-visible::after, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .obftrucs:hover::after, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .obftrucs:focus-visible::after, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav .nav-link:hover::after, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav .nav-link:focus-visible::after { width: 100%; }

/* Élément actif */
:is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav .active, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav .active > div, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav .active > a, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav .dropdown-item { color: #275fa3 !important; background: transparent !important; background-color: transparent !important; background-image: none !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; }

/* ================================================== BOUTON TÉLÉPHONE ================================================== */
:is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-collapse > .d-flex { background: transparent !important; background-color: transparent !important; background-image: none !important; }

:is(nav#navigation-bar-show, nav.navbar-fixed-top) .button_header, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .button-header-telephone { min-width: 190px; min-height: 50px; margin: 0 0 0 18px !important; padding: 0 24px !important; display: inline-flex; align-items: center; justify-content: center; gap: 10px; color: #ffffff !important; background: #275fa3 !important; border: 2px solid #275fa3 !important; border-radius: 0 !important; font-size: 15px; line-height: 1; font-weight: 700 !important; text-align: center; text-decoration: none !important; box-shadow: none !important; transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease, transform 0.3s ease; }

:is(nav#navigation-bar-show, nav.navbar-fixed-top) .button_header:hover, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .button_header:focus-visible, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .button-header-telephone:hover, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .button-header-telephone:focus-visible { color: #275fa3 !important; background: transparent !important; border-color: #275fa3 !important; transform: translateY(-2px); }

:is(nav#navigation-bar-show, nav.navbar-fixed-top) .button_header i, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .button-header-telephone i { margin: 0; padding: 0; color: inherit !important; font-size: 16px !important; line-height: 1; }

/* ================================================== BOUTON DU MENU MOBILE ================================================== */
:is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-toggler { position: relative; width: 50px; height: 46px; margin: 0; padding: 0; display: none !important; align-items: center; justify-content: center; background: #275fa3 !important; border: 2px solid #275fa3 !important; border-radius: 0 !important; box-shadow: none !important; }

/* Hamburger créé en CSS */
:is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-toggler::before { content: ""; width: 22px; height: 2px; display: block; background: #ffffff; box-shadow: 0 -7px 0 #ffffff, 0 7px 0 #ffffff; }

:is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-toggler:hover, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-toggler:focus { background: transparent !important; border-color: #275fa3 !important; box-shadow: none !important; }

:is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-toggler:hover::before, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-toggler:focus::before { background: #275fa3; box-shadow: 0 -7px 0 #275fa3, 0 7px 0 #275fa3; }

/* Ancienne icône Bootstrap masquée */
:is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-toggler-icon { display: none !important; }

/* ================================================== SUPPRESSION DES ARRONDIS ================================================== */
:is(nav#navigation-bar-show, nav.navbar-fixed-top), :is(nav#navigation-bar-show, nav.navbar-fixed-top) .rounded, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .rounded-1, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .rounded-2, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .rounded-3, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .rounded-4, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .rounded-5, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .rounded-pill { border-radius: 0 !important; }

/* ================================================== GRANDS ÉCRANS ================================================== */
@media screen and (min-width: 1400px) { :is(nav#navigation-bar-show, nav.navbar-fixed-top) { padding-right: 42px; padding-left: 42px; } :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav li { padding-right: 17px !important; padding-left: 17px !important; } }

/* ================================================== ÉCRANS INTERMÉDIAIRES ================================================== */
@media screen and (max-width: 1199px) { :is(nav#navigation-bar-show, nav.navbar-fixed-top) { min-height: 82px; padding: 7px 22px; } :is(nav#navigation-bar-show, nav.navbar-fixed-top) .logo_nav { height: 64px; max-width: 190px; } :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav li { padding-right: 9px !important; padding-left: 9px !important; } :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav li > div, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav li > a, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .animated-border-button, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .obftrucs { font-size: 14px !important; } :is(nav#navigation-bar-show, nav.navbar-fixed-top) .button_header, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .button-header-telephone { min-width: 175px; padding-right: 18px !important; padding-left: 18px !important; } }

/* ================================================== TABLETTE ET MENU MOBILE ================================================== */
@media screen and (max-width: 991px) { :is(nav#navigation-bar-show, nav.navbar-fixed-top) { min-height: 78px; padding: 7px 20px; } :is(nav#navigation-bar-show, nav.navbar-fixed-top) .logo_nav { height: 60px; max-width: 180px; } :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-toggler { display: flex !important; } :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-collapse { position: absolute; top: 100%; right: 0; left: 0; width: 100%; padding: 22px 20px 25px; background: #ffffff !important; background-color: #ffffff !important; background-image: none !important; border-top: 1px solid rgba(39, 95, 163, 0.15); border-bottom: 3px solid #275fa3; border-radius: 0 !important; box-shadow: 0 15px 30px rgba(23, 34, 53, 0.12); } :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav { width: 100%; margin: 0 0 20px !important; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: transparent !important; } :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav li { width: 100%; margin: 0; padding: 0 !important; background: transparent !important; background-color: transparent !important; background-image: none !important; border: 0 !important; border-bottom: 1px solid rgba(23, 34, 53, 0.09) !important; box-shadow: none !important; } :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav li > div, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav li > a, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav .nav-link, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .animated-border-button, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .obftrucs { width: 100%; padding: 14px 5px; justify-content: flex-start; color: #172235 !important; background: transparent !important; background-color: transparent !important; background-image: none !important; border: 0 !important; font-size: 15px !important; text-align: left; box-shadow: none !important; } :is(nav#navigation-bar-show, nav.navbar-fixed-top) .animated-border-button::after, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .obftrucs::after, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav .nav-link::after { display: none; } :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-collapse > .d-flex { width: 100%; margin: 0 !important; background: transparent !important; } :is(nav#navigation-bar-show, nav.navbar-fixed-top) .button_header, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .button-header-telephone { width: 100%; min-width: 0; margin: 0 !important; } }

/* ================================================== MOBILE ================================================== */
@media screen and (max-width: 600px) { :is(nav#navigation-bar-show, nav.navbar-fixed-top) { min-height: 72px; padding: 6px 16px; } :is(nav#navigation-bar-show, nav.navbar-fixed-top) .logo_nav { height: 54px; max-width: 155px; } :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-toggler { width: 46px; height: 42px; } :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-collapse { padding: 18px 16px 22px; } :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav li > div, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .navbar-nav li > a, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .animated-border-button, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .obftrucs { padding: 13px 4px; } :is(nav#navigation-bar-show, nav.navbar-fixed-top) .button_header, :is(nav#navigation-bar-show, nav.navbar-fixed-top) .button-header-telephone { min-height: 48px; font-size: 14px; } }

/*---------------------------------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; }

/* Conteneur permettant d'ajouter le dégradé */
.carousel-item-homepage, #fullHeight { position: relative; }

/* Dégradé noir au-dessus de l'image */
.carousel-item-homepage::after, #fullHeight::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.42) 50%, rgba(0, 0, 0, 0.68) 100%); pointer-events: none; }

/* Texte du header placé au-dessus du dégradé */
.carousel-item-homepage .carousel-caption, #fullHeight .carousel-caption, .carousel-item-homepage .carousel-content, #fullHeight .carousel-content { position: relative; z-index: 2; }

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

.first-carousel-img, .second-carousel-img { width: 100%; height: 55vh; display: block; 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; } .first-carousel-img { height: 45vh; } }

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

/*----------------------------------BLOC BULLET POINT-------------------------------*/
/* ================================================== BLOC CONTENU + LISTE + IMAGE ================================================== */
.habitat-feature { position: relative; width: 100vw; max-width: none; margin-left: calc(50% - 50vw); padding: 100px 30px; overflow: hidden; background: #ffffff; box-sizing: border-box; }

.habitat-feature *, .habitat-feature *::before, .habitat-feature *::after { box-sizing: border-box; }

.habitat-feature__container { width: 100%; max-width: 1450px; margin: 0 auto; display: grid; grid-template-columns: 1fr 0.9fr; align-items: center; gap: 90px; }

/* ================================================== CONTENU ================================================== */
.habitat-feature__content { width: 100%; max-width: 650px; }

.habitat-feature__content::before { content: ""; width: 70px; height: 3px; margin: 0 0 24px; display: block; background: #275fa3; border-radius: 0; }

/* Titre */
.habitat-feature__title { margin: 0 0 28px; }

.habitat-feature__title h2, .habitat-feature__title h3, .habitat-feature__title h4, .habitat-feature__title h5 { margin: 0; color: #172235; font-size: 50px; line-height: 1.1; font-weight: 700 !important; letter-spacing: -1px; }

.habitat-feature__title h2 span, .habitat-feature__title h3 span, .habitat-feature__title h4 span, .habitat-feature__title h5 span { color: inherit; }

/* Description */
.habitat-feature__description { margin: 0 0 30px; color: #626b78; font-size: 17px; line-height: 1.8; font-weight: 400; }

.habitat-feature__description p { margin: 0 0 18px; padding: 0; color: inherit; }

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

/* ================================================== LISTE ================================================== */
.habitat-feature__list { margin: 0 0 38px; padding: 0; display: grid; gap: 15px; list-style: none; }

.habitat-feature__list li { position: relative; margin: 0; padding: 0; display: flex; align-items: flex-start; gap: 14px; color: #172235; font-size: 16px; line-height: 1.55; font-weight: 600; }

.habitat-feature__list li p { margin: 0; padding: 0; color: inherit; line-height: inherit; }

.habitat-feature__list svg { width: 22px; height: 22px; min-width: 22px; flex-shrink: 0; margin-top: 1px; display: block; fill: #275fa3; }

/* ================================================== BOUTON ================================================== */
.habitat-feature__button { min-width: 210px; min-height: 56px; margin: 0; padding: 0 30px; display: inline-flex; align-items: center; justify-content: center; color: #ffffff !important; background: #275fa3; border: 2px solid #275fa3; border-radius: 0 !important; font-size: 15px; line-height: 1; font-weight: 700 !important; text-align: center; text-decoration: none; transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease; }

.habitat-feature__button p, .habitat-feature__button span { margin: 0 !important; padding: 0 !important; display: flex; align-items: center; justify-content: center; color: inherit !important; line-height: 1; text-align: center; }

.habitat-feature__button:hover, .habitat-feature__button:focus-visible { color: #275fa3 !important; background: transparent; border-color: #275fa3; }

/* ================================================== IMAGE ================================================== */
.habitat-feature__image { position: relative; width: 100%; padding: 28px 28px 0 0; }

.habitat-feature__image::before { content: ""; position: absolute; top: 0; right: 0; width: 72%; height: 78%; background: #275fa3; border-radius: 0; }

.habitat-feature__image img { position: relative; z-index: 1; width: 100%; height: 540px; display: block; object-fit: cover; object-position: center; background: #eeeeee; border: 0; border-radius: 0 !important; box-shadow: none; }

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

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

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

.habitat-feature--reverse .habitat-feature__image { order: 1; padding: 28px 0 0 28px; }

.habitat-feature--reverse .habitat-feature__image::before { right: auto; left: 0; }

/* Suppression des éventuels arrondis du CMS */
.habitat-feature .rounded, .habitat-feature .rounded-1, .habitat-feature .rounded-2, .habitat-feature .rounded-3, .habitat-feature .rounded-4, .habitat-feature .rounded-5, .habitat-feature .rounded-pill, .habitat-feature__button, .habitat-feature__image img { border-radius: 0 !important; }

/* ================================================== TABLETTE ================================================== */
@media screen and (max-width: 1100px) { .habitat-feature { padding: 85px 25px; } .habitat-feature__container, .habitat-feature--reverse .habitat-feature__container { gap: 55px; } .habitat-feature__title h2, .habitat-feature__title h3, .habitat-feature__title h4, .habitat-feature__title h5 { font-size: 43px; } .habitat-feature__image img { height: 470px; } }

/* ================================================== MOBILE ================================================== */
@media screen and (max-width: 800px) { .habitat-feature { padding: 70px 20px; } .habitat-feature__container, .habitat-feature--reverse .habitat-feature__container { grid-template-columns: 1fr; gap: 55px; } .habitat-feature__content, .habitat-feature--reverse .habitat-feature__content { order: 2; max-width: 100%; margin: 0; } .habitat-feature__image, .habitat-feature--reverse .habitat-feature__image { order: 1; padding: 20px 20px 0 0; } .habitat-feature--reverse .habitat-feature__image::before { right: 0; left: auto; } .habitat-feature__image img { height: 420px; } .habitat-feature__title h2, .habitat-feature__title h3, .habitat-feature__title h4, .habitat-feature__title h5 { font-size: 36px; line-height: 1.15; letter-spacing: -0.5px; } }

/* ================================================== PETIT MOBILE ================================================== */
@media screen and (max-width: 450px) { .habitat-feature { padding: 60px 16px; } .habitat-feature__container, .habitat-feature--reverse .habitat-feature__container { gap: 42px; } .habitat-feature__image, .habitat-feature--reverse .habitat-feature__image { padding: 15px 15px 0 0; } .habitat-feature__image img { height: 330px; } .habitat-feature__content::before { width: 55px; margin-bottom: 20px; } .habitat-feature__title { margin-bottom: 22px; } .habitat-feature__title h2, .habitat-feature__title h3, .habitat-feature__title h4, .habitat-feature__title h5 { font-size: 31px; } .habitat-feature__description { font-size: 16px; line-height: 1.7; } .habitat-feature__list { margin-bottom: 32px; } .habitat-feature__list li { font-size: 15px; } .habitat-feature__button { width: 100%; min-width: 0; padding: 0 20px; } }

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