@charset "UTF-8";
@import url(main.css);
/*-------------------------------------------------------------BARRE DE NAV--------------------------------------------------------------*/
#navigation-bar-show { background: #ffffff !important; padding: 10px 25px; box-shadow: 0 4px 20px rgba(20, 57, 90, 0.08); }

#navigation-bar-show .container-fluid { min-height: 72px; align-items: center; }

/* LOGO */
#navigation-bar-show .navbar-brand { display: flex; align-items: center; margin-right: 30px; }

#navigation-bar-show .logo_nav { height: 52px; width: auto; max-width: 170px; object-fit: contain; }

/* MENU */
#navigation-bar-show .navbar-nav { gap: 4px; }

#navigation-bar-show .navbar-nav > li { padding: 8px 12px !important; }

/* LIENS */
#navigation-bar-show .animated-border-button { position: relative; padding: 5px 2px !important; color: #14395a !important; font-size: 14px; font-weight: 600; line-height: 1.2; background: transparent !important; border: 0 !important; border-radius: 0 !important; cursor: pointer; transition: color .3s ease; }

#navigation-bar-show .animated-border-button::after { content: ""; position: absolute; left: 0; bottom: -4px; width: 0; height: 2px; background: #14395a; transition: width .3s ease; }

#navigation-bar-show .animated-border-button:hover { color: #14395a !important; background: transparent !important; transform: none !important; }

#navigation-bar-show .animated-border-button:hover::after { width: 100%; }

/* BOUTON TÉLÉPHONE */
#navigation-bar-show .button_header { display: inline-flex; align-items: center; justify-content: center; color: #14395a !important; background: transparent !important; border: 1px solid #14395a; border-radius: 50px !important; padding: 10px 18px !important; font-size: 14px; font-weight: 600; line-height: 1; transition: background .3s ease, color .3s ease, border-color .3s ease; }

#navigation-bar-show .button_header i { color: inherit; margin-right: 6px; }

#navigation-bar-show .button_header:hover { background: #14395a !important; color: #ffffff !important; border-color: #14395a; }

/* MENU BURGER */
#navigation-bar-show .navbar-toggler { background: transparent !important; border: 1px solid #14395a !important; border-radius: 6px; }

#navigation-bar-show .navbar-toggler:focus { box-shadow: none; }

/* ========================================================= TABLETTE ========================================================= */
@media (max-width: 1200px) { #navigation-bar-show { padding: 9px 15px; } #navigation-bar-show .container-fluid { min-height: 70px; } #navigation-bar-show .logo_nav { height: 49px; max-width: 160px; } #navigation-bar-show .navbar-nav > li { padding: 7px 7px !important; } #navigation-bar-show .animated-border-button { font-size: 13px; } }

/* ========================================================= MOBILE ========================================================= */
@media (max-width: 991px) { #navigation-bar-show { padding: 9px 15px; } #navigation-bar-show .container-fluid { min-height: 66px; } #navigation-bar-show .logo_nav { height: 47px; max-width: 150px; } #navigation-bar-show .navbar-collapse { padding-top: 15px; } #navigation-bar-show .navbar-nav { gap: 0; } #navigation-bar-show .navbar-nav > li { padding: 8px 0 !important; } #navigation-bar-show .animated-border-button { display: inline-block; padding: 5px 0 !important; } #navigation-bar-show .button_header { margin-top: 10px !important; } }

/* ========================================================= PETIT MOBILE ========================================================= */
@media (max-width: 600px) { #navigation-bar-show { padding: 9px 15px; } #navigation-bar-show .container-fluid { min-height: 64px; } #navigation-bar-show .logo_nav { height: 44px; max-width: 145px; } }

/* ========================================================= MENU DÉROULANT - RECHERCHES FRÉQUENTES ========================================================= */
#navigation-bar-show .dropdown-toggle { position: relative; color: #14395a !important; font-size: 14px !important; font-weight: 600 !important; line-height: 1.2; background: transparent !important; border: 0 !important; transition: color .3s ease; }

/* SUPPRESSION FLÈCHE BOOTSTRAP */
#navigation-bar-show .dropdown-toggle::after { display: none !important; }

/* TITRE */
#navigation-bar-show .d-flex.flex-column.flex-lg-row.align-items-center > .dropdown-toggle:first-child { padding: 5px 2px !important; }

/* SOULIGNEMENT COMME LES AUTRES LIENS */
#navigation-bar-show .d-flex.flex-column.flex-lg-row.align-items-center > .dropdown-toggle:first-child::before { content: ""; position: absolute; left: 0; bottom: -4px; width: 0; height: 2px; background: #14395a; transition: width .3s ease; }

#navigation-bar-show .d-flex.flex-column.flex-lg-row.align-items-center:hover > .dropdown-toggle:first-child::before { width: 100%; }

/* CHEVRON */
#navigation-bar-show .d-flex.flex-column.flex-lg-row.align-items-center > .dropdown-toggle:nth-child(2) { padding: 0 !important; display: flex; align-items: center; justify-content: center; }

#navigation-bar-show .d-flex.flex-column.flex-lg-row.align-items-center > .dropdown-toggle:nth-child(2) i { color: #14395a !important; margin: 0 0 0 6px !important; transition: transform .3s ease; }

/* ROTATION DU CHEVRON */
#navigation-bar-show .d-flex.flex-column.flex-lg-row.align-items-center:has(.dropdown-menu.show) .dropdown-toggle:nth-child(2) i { transform: rotate(180deg); }

/* ========================================================= MENU DÉROULANT ========================================================= */
#navigation-bar-show .dropdown-menu { min-width: 230px; margin-top: 12px !important; padding: 8px !important; background: #ffffff !important; border: 0 !important; border-radius: 12px !important; box-shadow: 0 10px 30px rgba(20, 57, 90, 0.12); overflow: hidden; }

/* LIENS */
#navigation-bar-show .dropdown-menu .dropdown-item { position: relative; padding: 10px 14px !important; color: #14395a !important; font-size: 14px !important; font-weight: 500 !important; line-height: 1.3; background: transparent !important; border-radius: 8px; transition: background .25s ease, color .25s ease, padding-left .25s ease; }

#navigation-bar-show .dropdown-menu .dropdown-item:hover { color: #14395a !important; background: rgba(20, 57, 90, 0.07) !important; padding-left: 18px !important; }

/* SÉPARATEUR */
#navigation-bar-show .dropdown-divider { margin: 6px 0 !important; border-color: rgba(20, 57, 90, 0.12) !important; opacity: 1; }

/* VOIR PLUS */
#navigation-bar-show .dropdown-menu .fw-bold { color: #14395a !important; font-weight: 600 !important; display: flex; align-items: center; justify-content: space-between; }

#navigation-bar-show .dropdown-menu .fw-bold i { transition: transform .25s ease; }

#navigation-bar-show .dropdown-menu .fw-bold:hover i { transform: translateX(3px); }

/* ========================================================= TABLETTE ========================================================= */
@media (max-width: 1200px) { #navigation-bar-show .dropdown-toggle { font-size: 13px !important; } }

/* ========================================================= MOBILE ========================================================= */
@media (max-width: 991px) { #navigation-bar-show .d-flex.flex-column.flex-lg-row.align-items-center { align-items: flex-start !important; width: 100%; } #navigation-bar-show .d-flex.flex-column.flex-lg-row.align-items-center > .dropdown-toggle:first-child { text-align: left !important; } #navigation-bar-show .d-flex.flex-column.flex-lg-row.align-items-center > .dropdown-toggle:nth-child(2) { margin-top: 4px; } #navigation-bar-show .dropdown-menu { width: 100%; margin-top: 8px !important; box-shadow: none; border: 1px solid rgba(20, 57, 90, 0.1) !important; border-radius: 10px !important; } #navigation-bar-show .dropdown-menu .dropdown-item { padding: 10px 12px !important; } }

/*-------------------------------------------------------------HERO--------------------------------------------------------------*/
.bgcg-hero { position: relative; min-height: 750px; display: flex; align-items: center; justify-content: center; overflow: hidden; background-size: cover; background-position: center; }

.bgcg-hero__overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.85)); }

.bgcg-hero__content { position: relative; z-index: 2; width: 100%; max-width: 950px; padding: 80px 20px 50px; text-align: center; color: #ffffff; }

.bgcg-hero__logo { width: 320px; max-width: 85%; margin-bottom: 35px; object-fit: contain; }

.bgcg-hero__title { margin-bottom: 20px; color: #ffffff; }

.bgcg-hero__description { max-width: 750px; margin: 0 auto 40px; color: #ffffff; }

.bgcg-hero__buttons { display: flex; justify-content: center; align-items: center; gap: 20px; flex-wrap: wrap; }

.bgcg-btn { display: inline-flex; align-items: center; justify-content: center; text-align: center; min-height: 52px; padding: 15px 35px; border-radius: 50px; background: #14395a; color: #ffffff; border: 2px solid #14395a; text-decoration: none; font-weight: 700; line-height: 1; transition: all 0.3s ease; }

.bgcg-btn p, .bgcg-btn div, .bgcg-btn span { margin: 0; padding: 0; line-height: 1; }

.bgcg-btn:hover { background: #ffffff; color: #14395a; border-color: #ffffff; }

.bgcg-btn:nth-child(2) { background: #ffffff; color: #14395a; border-color: #ffffff; }

.bgcg-btn:nth-child(2):hover { background: #14395a; color: #ffffff; border-color: #14395a; }

@media (max-width: 768px) { .bgcg-hero { min-height: 650px; } .bgcg-hero__content { padding: 60px 20px 40px; } .bgcg-hero__logo { width: 230px; } .bgcg-btn { width: 100%; max-width: 320px; } }

/*------------------------------------------------------------HERO 2------------------------------------------------------------*/
.bgcg-hero-page { position: relative; width: 100%; min-height: 520px; display: flex; align-items: center; overflow: hidden; }

.bgcg-hero-page__image { position: absolute; inset: 0; }

.bgcg-hero-page__image img { width: 100%; height: 100%; object-fit: cover; }

/* DEGRADE NOIR */
.bgcg-hero-page__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.8)); }

/* CONTENU */
.bgcg-hero-page__container { position: relative; z-index: 2; width: 100%; max-width: 1400px; margin: 0 auto; padding: 100px 20px; }

.bgcg-hero-page__content { max-width: 900px; margin: 0 auto; text-align: center; color: #ffffff; }

.bgcg-hero-page__content h1, .bgcg-hero-page__content h2 { margin: 0; color: #ffffff; font-size: 48px; line-height: 1.15; font-weight: 700; }

/* RESPONSIVE */
@media (max-width: 700px) { .bgcg-hero-page { min-height: 400px; } .bgcg-hero-page__container { padding: 70px 20px; } .bgcg-hero-page__content h1, .bgcg-hero-page__content h2 { font-size: 32px; } }

/*-------------------------------------------------------------QSN--------------------------------------------------------------*/
.bgcg-about { width: 100%; padding: 100px 20px; background: #ffffff; }

.bgcg-about__container { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 80px; }

.bgcg-about__image { width: 50%; position: relative; }

.bgcg-about__image img { width: 100%; height: 520px; object-fit: cover; border-radius: 0 80px 0 80px; display: block; }

.bgcg-about__content { width: 50%; }

.bgcg-about__title { color: #14395a; margin-bottom: 25px; }

.bgcg-about__description { color: #333333; line-height: 1.7; }

.bgcg-about__description p { margin: 0 0 15px; }

@media (max-width: 900px) { .bgcg-about { padding: 70px 20px; } .bgcg-about__container { flex-direction: column; gap: 40px; } .bgcg-about__image, .bgcg-about__content { width: 100%; } .bgcg-about__image img { height: 380px; border-radius: 0 50px 0 50px; } }

/*-------------------------------------------------------SERVICES--------------------------------------------------*/
.sector-cards-section { position: relative; width: 100%; padding: 100px 20px; overflow: hidden; background: #f4f7fa; }

.sector-cards-intro { max-width: 850px; margin: 0 auto 60px; text-align: center; }

.sector-cards-title { margin-bottom: 20px; color: #14395a; }

.sector-cards-description { color: #333333; line-height: 1.7; }

.sector-cards-description p { margin: 0; }

.sector-cards { width: 100%; max-width: 1500px; margin: 0 auto; display: flex; flex-wrap: nowrap; gap: 25px; }

.sector-card { position: relative; flex: 1 1 0; min-width: 0; min-height: 520px; display: flex; align-items: flex-end; overflow: hidden; color: #ffffff; text-decoration: none; border-radius: 30px; transition: flex-grow 0.4s ease, transform 0.4s ease, box-shadow 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), rgba(0, 0, 0, 0.85)); transition: background 0.4s ease; }

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

.sector-card-content h2, .sector-card-content h3, .sector-card-content h4, .sector-card-content h5 { margin: 0; color: #ffffff; font-size: 30px; 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: 15px 0 22px; background: #14395a; border-radius: 10px; transition: width 0.4s ease, background 0.3s ease; }

.sector-card-button { display: inline-flex; align-items: center; justify-content: center; margin: 0; padding: 14px 30px; background: #14395a; color: #ffffff; border: 2px solid #14395a; border-radius: 50px; font-weight: 700; line-height: 1; 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; }

.sector-card:hover { flex-grow: 1.35; transform: translateY(-10px); box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2); }

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

.sector-card:hover .sector-card-overlay { background: linear-gradient(180deg, rgba(20, 57, 90, 0.25), rgba(20, 57, 90, 0.85)); }

.sector-card:hover .sector-card-line { width: 95px; background: #ffffff; }

.sector-card:hover .sector-card-button { background: #ffffff; color: #14395a; 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 (max-width: 1200px) { .sector-cards { gap: 20px; } .sector-card { min-height: 480px; } }

@media (max-width: 1100px) { .sector-cards { flex-wrap: wrap; } .sector-card { flex: 0 0 calc(50% - 10px); } }

@media (max-width: 600px) { .sector-cards-section { padding: 70px 20px; } .sector-card { flex: 0 0 100%; min-height: 380px; } .sector-card-content { padding: 0 24px 50px; } .sector-card-content h2, .sector-card-content h3, .sector-card-content h4, .sector-card-content h5 { font-size: 24px; } }

/*----------------------------------------------------------WHY--------------------------------------------------------*/
.services-block { width: 100%; padding: 100px 20px; background: #14395a; }

.services-block__container { max-width: 1400px; margin: 0 auto; display: flex; gap: 30px; }

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

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

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

.services-block__content h2, .services-block__content h3, .services-block__content h4, .services-block__content h5 { margin: 0 0 20px; color: #ffffff; font-weight: 700; }

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

/* BOUTON */
.services-block__button { display: inline-flex; align-items: center; justify-content: center; width: fit-content; padding: 14px 32px; background: #14395a; color: #ffffff !important; border: 2px solid #14395a; border-radius: 50px; text-decoration: none; font-weight: 700; line-height: 1; transition: all 0.3s ease; }

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

.services-block__button:hover { background: #ffffff; color: #14395a !important; border-color: #ffffff; }

/* CARTES DROITE */
.services-block__right { flex: 1 1 55%; display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }

.services-block__card { position: relative; background: #ffffff; border-radius: 25px; padding: 25px; min-height: 190px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 12px; box-shadow: 0 10px 30px rgba(20, 57, 90, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; }

.services-block__card:hover { transform: translateY(-8px); box-shadow: 0 20px 45px rgba(20, 57, 90, 0.15); }

/* ICONES */
.services-block__card-icon { width: 95px; height: 95px; margin-bottom: 5px; display: flex; align-items: flex-start; justify-content: flex-start; }

.services-block__card-icon img { width: 100%; height: 100%; object-fit: contain; }

.services-block__card h2, .services-block__card h3, .services-block__card h4, .services-block__card h5 { margin: 0; color: #14395a; font-size: 20px; font-weight: 700; }

.services-block__card p { margin: 0; color: #555555; line-height: 1.5; }

/* RESPONSIVE */
@media (max-width: 1000px) { .services-block__container { flex-direction: column; } .services-block__left { min-height: 450px; } }

@media (max-width: 700px) { .services-block { padding: 70px 20px; } .services-block__right { grid-template-columns: 1fr; } .services-block__content { padding: 30px; } .services-block__card { padding: 25px; } .services-block__card-icon { width: 65px; height: 65px; } }

/*-----------------------------------------------------SEO------------------------------------------------------------------*/
.first-activity-div, .second-activity-div, .third-activity-div { max-width: 1400px !important; padding: 35px !important; border-radius: 30px !important; background: #ffffff !important; box-shadow: 0 15px 40px rgba(20, 57, 90, 0.08) !important; overflow: hidden; position: relative; }

/* BLOC DU MILIEU */
.second-activity-div { background: #14395a !important; color: #ffffff !important; }

/* CONTENU */
.first-activity-div .row, .second-activity-div .row, .third-activity-div .row { padding: 20px !important; }

/* TITRES */
.first-activity-title h2, .second-activity-title h2, .third-activity-title h2 { margin: 0 0 25px !important; color: #14395a !important; font-size: 32px !important; line-height: 1.2 !important; font-weight: 700 !important; }

.second-activity-title h2 { color: #ffffff !important; }

/* TEXTES */
.first-activity-div .lead, .third-activity-div .lead { color: #555555 !important; line-height: 1.7; font-size: 17px; }

.second-activity-div .lead { color: #ffffff !important; line-height: 1.7; font-size: 17px; }

/* IMAGES */
.card.card-cover { min-height: 420px; border-radius: 30px !important; overflow: hidden; border: none !important; }

.card.card-cover .black-screen { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.6)) !important; }

/* ARRONDIS ET OMBRE */
.card.card-cover { box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15); transition: transform .4s ease, box-shadow .4s ease; }

.card.card-cover:hover { transform: translateY(-8px); box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2); }

/* NETTOYAGE BOOTSTRAP */
.display-6 { font-size: inherit !important; }

.text-body-emphasis { color: inherit !important; }

/* LIENS */
.first-activity-div a, .second-activity-div a, .third-activity-div a { text-decoration: none; }

/* RESPONSIVE */
@media (max-width: 900px) { .first-activity-div, .second-activity-div, .third-activity-div { padding: 25px !important; } .first-activity-title h2, .second-activity-title h2, .third-activity-title h2 { font-size: 28px !important; } .card.card-cover { min-height: 330px; } }

@media (max-width: 600px) { .first-activity-div, .second-activity-div, .third-activity-div { border-radius: 20px !important; } .first-activity-title h2, .second-activity-title h2, .third-activity-title h2 { font-size: 24px !important; } }

/*-------------------------------------------------MAPS----------------------------------------------------*/
.contact-map-section { width: 100%; padding: 100px 20px; background: #f4f7fa; }

.contact-map-container { max-width: 1400px; margin: 0 auto; }

.contact-map-heading { max-width: 850px; margin: 0 auto 60px; text-align: center; color: #14395a; }

.contact-map-heading h2, .contact-map-heading h3, .contact-map-heading h4 { margin: 0 0 20px; color: #14395a; font-size: 32px; line-height: 1.2; font-weight: 700; }

.contact-map-description { color: #555555; line-height: 1.7; font-size: 17px; }

.contact-map-description p { margin: 0; }

/* CARTES CONTACT */
.contact-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-bottom: 60px; }

.contact-info-card { display: flex; align-items: center; gap: 20px; min-height: 110px; padding: 30px; background: #ffffff; border-radius: 25px; text-decoration: none; color: #333333; box-shadow: 0 10px 30px rgba(20, 57, 90, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; }

.contact-info-card:hover { transform: translateY(-8px); box-shadow: 0 20px 45px rgba(20, 57, 90, 0.15); }

.contact-info-icon { flex: 0 0 55px; width: 55px; height: 55px; border-radius: 50%; background: rgba(20, 57, 90, 0.1); color: #14395a; display: flex; align-items: center; justify-content: center; font-size: 22px; }

.contact-info-card > div:last-child { color: #333333; font-size: 16px; line-height: 1.5; font-weight: 600; }

/* CARTE */
.contact-map-wrapper { width: 100%; height: 500px; overflow: hidden; border-radius: 30px; box-shadow: 0 15px 40px rgba(20, 57, 90, 0.12); }

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

/* RESPONSIVE */
@media (max-width: 1000px) { .contact-info-grid { grid-template-columns: 1fr; } }

@media (max-width: 600px) { .contact-map-section { padding: 70px 20px; } .contact-map-heading h2, .contact-map-heading h3, .contact-map-heading h4 { font-size: 26px; } .contact-info-card { padding: 25px; } .contact-map-wrapper { height: 320px; border-radius: 20px; } }

/*---------------------------------------------------------CTA-------------------------------------------------------*/
.bgcg-parallax { position: relative; width: 100%; min-height: 520px; display: flex; align-items: center; overflow: hidden; }

.bgcg-parallax__background { position: absolute; inset: 0; z-index: 0; }

.bgcg-parallax__background img { width: 100%; height: 100%; object-fit: cover; transform: none; }

/* DEGRADE */
.bgcg-parallax__overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.85)); }

/* CONTENU */
.bgcg-parallax__container { position: relative; z-index: 2; width: 100%; max-width: 1200px; margin: 0 auto; padding: 90px 20px; }

.bgcg-parallax__content { max-width: 850px; margin: 0 auto; text-align: center; color: #ffffff; }

/* TITRE */
.bgcg-parallax__title { margin-bottom: 25px; color: #ffffff; }

.bgcg-parallax__title h2, .bgcg-parallax__title h3, .bgcg-parallax__title h4 { margin: 0; color: #ffffff; font-size: 36px; line-height: 1.2; font-weight: 700; }

/* DESCRIPTION */
.bgcg-parallax__description { margin: 0 auto 35px; max-width: 750px; color: #ffffff; font-size: 17px; line-height: 1.7; }

.bgcg-parallax__description p { margin: 0; }

/* BOUTON */
.bgcg-parallax__button { display: inline-flex; align-items: center; justify-content: center; padding: 15px 35px; background: #14395a; color: #ffffff; border: 2px solid #14395a; border-radius: 50px; text-decoration: none; font-weight: 700; line-height: 1; transition: all .3s ease; }

.bgcg-parallax__button p { margin: 0 !important; padding: 0 !important; }

.bgcg-parallax__button:hover { background: #ffffff; color: #14395a; border-color: #ffffff; }

/* RESPONSIVE */
@media (max-width: 700px) { .bgcg-parallax { min-height: 420px; } .bgcg-parallax__container { padding: 60px 20px; } .bgcg-parallax__title h2, .bgcg-parallax__title h3, .bgcg-parallax__title h4 { font-size: 28px; } .bgcg-parallax__description { font-size: 16px; } }

/*--------------------------------------------------------BLOC-------------------------------------------------------------------------*/
.bgcg-renovation { width: 100%; padding: 100px 20px; background: #f4f7fa; }

.bgcg-renovation__intro { max-width: 850px; margin: 0 auto 70px; text-align: center; }

.bgcg-renovation__intro h2, .bgcg-renovation__intro h3, .bgcg-renovation__intro h4 { margin: 0 0 20px; color: #14395a; font-size: 32px; line-height: 1.2; font-weight: 700; }

.bgcg-renovation__intro-description { color: #555555; font-size: 17px; line-height: 1.7; }

.bgcg-renovation__intro-description p { margin: 0; }

/* BLOCS */
.bgcg-renovation__item { max-width: 1400px; margin: 0 auto 40px; display: flex; align-items: center; gap: 50px; padding: 35px; background: #ffffff; border-radius: 30px; box-shadow: 0 15px 40px rgba(20, 57, 90, 0.08); }

.bgcg-renovation__item--reverse { flex-direction: row-reverse; }

/* IMAGE GRANDE */
.bgcg-renovation__image { width: 50%; height: 430px; overflow: hidden; border-radius: 30px; flex-shrink: 0; }

.bgcg-renovation__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }

.bgcg-renovation__image:hover img { transform: scale(1.05); }

/* CONTENU */
.bgcg-renovation__content { width: 50%; }

.bgcg-renovation__content h2, .bgcg-renovation__content h3, .bgcg-renovation__content h4 { margin: 0 0 20px; color: #14395a; font-size: 30px; line-height: 1.2; font-weight: 700; }

.bgcg-renovation__description { color: #555555; line-height: 1.7; margin-bottom: 25px; }

.bgcg-renovation__description p { margin: 0 0 15px; }

.bgcg-renovation__description ul { padding-left: 20px; margin: 15px 0; }

.bgcg-renovation__description li { margin-bottom: 8px; }

/* BOUTON */
.bgcg-renovation__button { display: inline-flex; align-items: center; justify-content: center; padding: 14px 32px; background: #14395a; color: #ffffff !important; border-radius: 50px; border: 2px solid #14395a; text-decoration: none; font-weight: 700; line-height: 1; transition: all .3s ease; }

.bgcg-renovation__button p, .bgcg-renovation__button span { margin: 0 !important; padding: 0 !important; color: #ffffff !important; }

.bgcg-renovation__button:hover { background: #ffffff; color: #14395a !important; }

.bgcg-renovation__button:hover p, .bgcg-renovation__button:hover span { color: #14395a !important; }

/* RESPONSIVE */
@media (max-width: 1000px) { .bgcg-renovation__item, .bgcg-renovation__item--reverse { flex-direction: column; } .bgcg-renovation__image, .bgcg-renovation__content { width: 100%; } .bgcg-renovation__image { height: 350px; } }

@media (max-width: 600px) { .bgcg-renovation { padding: 70px 20px; } .bgcg-renovation__item { padding: 25px; border-radius: 20px; } .bgcg-renovation__image { height: 260px; border-radius: 20px; } .bgcg-renovation__content h2, .bgcg-renovation__content h3, .bgcg-renovation__content h4 { font-size: 24px; } }

/*---------------------------------------------------GALERIE-----------------------------------------------------------*/
.bgcg-gallery { width: 100%; padding: 100px 20px; background: #f4f7fa; }

.bgcg-gallery__intro { max-width: 850px; margin: 0 auto 60px; text-align: center; }

.bgcg-gallery__intro h2, .bgcg-gallery__intro h3, .bgcg-gallery__intro h4 { margin: 0 0 20px; color: #14395a; font-size: 32px; line-height: 1.2; font-weight: 700; }

.bgcg-gallery__description { color: #555555; font-size: 17px; line-height: 1.7; }

.bgcg-gallery__description p { margin: 0; }

.bgcg-gallery__grid { width: 100%; max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

.bgcg-gallery__item { position: relative; width: 100%; height: 300px; padding: 0; border: 0; border-radius: 25px; overflow: hidden; background: #ffffff; cursor: pointer; box-shadow: 0 10px 30px rgba(20, 57, 90, 0.08); }

.bgcg-gallery__item img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }

.bgcg-gallery__item:hover img { transform: scale(1.06); }

.bgcg-gallery__item::after { content: ""; position: absolute; inset: 0; background: rgba(20, 57, 90, 0); transition: background .3s ease; }

.bgcg-gallery__item:hover::after { background: rgba(20, 57, 90, 0.18); }

.bgcg-gallery__zoom { position: absolute; right: 20px; bottom: 20px; z-index: 2; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #14395a; transition: transform .3s ease, background .3s ease; }

.bgcg-gallery__zoom svg { width: 20px; height: 20px; fill: none; stroke: #ffffff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.bgcg-gallery__item:hover .bgcg-gallery__zoom { background: #ffffff; transform: scale(1.08); }

.bgcg-gallery__item:hover .bgcg-gallery__zoom svg { stroke: #14395a; }

/* LIGHTBOX */
.bgcg-gallery__lightbox { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 70px 100px; background: rgba(0, 0, 0, 0.92); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .3s ease, visibility .3s ease; }

.bgcg-gallery__lightbox.is-open { opacity: 1; visibility: visible; pointer-events: auto; }

.bgcg-gallery__lightbox-content { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }

.bgcg-gallery__lightbox-image { max-width: 90%; max-height: 85vh; object-fit: contain; border-radius: 15px; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35); }

/* CROIX */
.bgcg-gallery__close { position: absolute; top: 25px; right: 30px; z-index: 3; width: 50px; height: 50px; padding: 0; display: flex; align-items: center; justify-content: center; border: 0; border-radius: 50%; background: #ffffff; cursor: pointer; transition: transform .3s ease, background .3s ease; }

.bgcg-gallery__close svg { width: 22px; height: 22px; fill: none; stroke: #14395a; stroke-width: 2; stroke-linecap: round; }

.bgcg-gallery__close:hover { background: #14395a; transform: rotate(90deg); }

.bgcg-gallery__close:hover svg { stroke: #ffffff; }

/* FLECHES */
.bgcg-gallery__arrow { position: absolute; top: 50%; z-index: 3; width: 55px; height: 55px; padding: 0; display: flex; align-items: center; justify-content: center; border: 0; border-radius: 50%; background: #14395a; cursor: pointer; transform: translateY(-50%); transition: background .3s ease, transform .3s ease; }

.bgcg-gallery__arrow svg { width: 25px; height: 25px; fill: none; stroke: #ffffff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.bgcg-gallery__arrow:hover { background: #ffffff; }

.bgcg-gallery__arrow:hover svg { stroke: #14395a; }

.bgcg-gallery__arrow--prev { left: 30px; }

.bgcg-gallery__arrow--next { right: 30px; }

/* RESPONSIVE */
@media (max-width: 1000px) { .bgcg-gallery__grid { grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 700px) { .bgcg-gallery { padding: 70px 20px; } .bgcg-gallery__intro { margin-bottom: 40px; } .bgcg-gallery__intro h2, .bgcg-gallery__intro h3, .bgcg-gallery__intro h4 { font-size: 26px; } .bgcg-gallery__grid { grid-template-columns: repeat(2, 1fr); gap: 15px; } .bgcg-gallery__item { height: 220px; border-radius: 20px; } .bgcg-gallery__zoom { right: 12px; bottom: 12px; width: 38px; height: 38px; } .bgcg-gallery__lightbox { padding: 60px 20px; } .bgcg-gallery__lightbox-image { max-width: 100%; max-height: 80vh; } .bgcg-gallery__close { top: 15px; right: 15px; width: 44px; height: 44px; } .bgcg-gallery__arrow { width: 45px; height: 45px; } .bgcg-gallery__arrow--prev { left: 10px; } .bgcg-gallery__arrow--next { right: 10px; } }

@media (max-width: 450px) { .bgcg-gallery__grid { grid-template-columns: 1fr; } .bgcg-gallery__item { height: 280px; } }

/*------------------------------------------------------------DCNL---------------------------------------------------------------------*/
.reno-tce { width: 100%; padding: 100px 20px; background: #f5f7f9; overflow: hidden; }

.reno-tce * { box-sizing: border-box; }

.reno-tce-container { max-width: 1250px; margin: 0 auto; }

/* INTRO */
.reno-tce-intro { max-width: 820px; margin-bottom: 55px; }

.reno-tce-eyebrow { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px; color: #14395a; font-weight: 700 !important; text-transform: uppercase; letter-spacing: 1.5px; }

.reno-tce-eyebrow::before { content: ""; width: 45px; height: 3px; background: #14395a; }

.reno-tce h2 { margin: 0 0 22px; color: #14395a; font-weight: 800 !important; line-height: 1.08; }

.reno-tce-intro p { max-width: 760px; margin: 0; color: #53616d; line-height: 1.75; }

.reno-tce-intro strong { color: #14395a; font-weight: 700 !important; }

/* CARTES */
.reno-tce-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.reno-tce-card { position: relative; min-height: 360px; padding: 38px 34px; background: #ffffff; border: 1px solid #dfe5e9; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }

.reno-tce-card:hover { transform: translateY(-7px); border-color: #14395a; box-shadow: 0 20px 45px rgba(20, 57, 90, 0.12); }

.reno-tce-card-main { background: #14395a; border-color: #14395a; }

.reno-tce-number { position: absolute; top: 20px; right: 25px; color: rgba(20, 57, 90, 0.08); font-weight: 800 !important; font-size: 70px; line-height: 1; }

.reno-tce-card-main .reno-tce-number { color: rgba(255, 255, 255, 0.08); }

.reno-tce-icon { display: flex; align-items: center; justify-content: center; width: 62px; height: 62px; margin-bottom: 55px; background: #edf2f5; border-radius: 50%; }

.reno-tce-icon svg { width: 29px; height: 29px; fill: none; stroke: #14395a; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.reno-tce-card-main .reno-tce-icon { background: rgba(255, 255, 255, 0.12); }

.reno-tce-card-main .reno-tce-icon svg { stroke: #ffffff; }

.reno-tce-card h3 { position: relative; margin: 0 0 16px; color: #14395a; font-weight: 750 !important; }

.reno-tce-card p { position: relative; margin: 0; color: #63717c; line-height: 1.7; }

.reno-tce-card p strong { color: #14395a; font-weight: 700 !important; }

.reno-tce-card-main h3, .reno-tce-card-main p, .reno-tce-card-main p strong { color: #ffffff; }

/* BANDEAU INFÉRIEUR */
.reno-tce-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; padding: 28px 35px; background: #0d2c46; color: #ffffff; }

.reno-tce-bottom-title { display: flex; align-items: center; gap: 13px; }

.reno-tce-bottom-title span { color: rgba(255, 255, 255, 0.45); font-weight: 700 !important; }

.reno-tce-bottom-title strong { font-weight: 700 !important; }

.reno-tce-arrow { color: rgba(255, 255, 255, 0.45); font-size: 25px; }

/* RESPONSIVE */
@media (max-width: 900px) { .reno-tce { padding: 75px 20px; } .reno-tce-grid { grid-template-columns: 1fr; } .reno-tce-card { min-height: auto; } .reno-tce-icon { margin-bottom: 40px; } .reno-tce-bottom { flex-direction: column; align-items: flex-start; gap: 17px; } .reno-tce-arrow { display: none; } }

@media (max-width: 600px) { .reno-tce { padding: 60px 15px; } .reno-tce-intro { margin-bottom: 40px; } .reno-tce-card { padding: 32px 25px; } .reno-tce-number { font-size: 55px; } .reno-tce-bottom { padding: 25px; } }

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