@charset "UTF-8";
@import url(main.css);
div.shadow-lg { box-shadow: none !important; }

h4 { font-size: 13px !important; font-weight: 600 !important; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 10px; color: #A76906; }

h2 { color: #4c6353; }

/*--------------------------------------------------------- HERO HOME - BACKGROUND IMAGE IN HTML ---------------------------------------------------------*/
.bloc-7f3a { min-height: 100vh; padding: 0 20px; position: relative; overflow: hidden; isolation: isolate; align-items: center; will-change: transform; }

/* image de fond via HTML */
.bloc-7f3a__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; pointer-events: none; }

/* overlay pour lisibilité */
.bloc-7f3a__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.2) 100%); z-index: 1; }

/* contenu au-dessus */
.bloc-7f3a__container { max-width: calc(100% - 180px); margin: 0 auto; width: 100%; padding: 100px 0; display: flex; align-items: center; position: relative; z-index: 2; height: 100%; min-height: 100vh; }

.bloc-7f3a__content { max-width: 900px; }

.bloc-7f3a__logo { margin-bottom: 25px; display: flex; align-items: center; }

.bloc-7f3a__logo img { width: 180px; height: auto; filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.25)); }

.bloc-7f3a__content h1 { margin: 0 0 20px 0; line-height: 1.1; color: #f8f8f8; }

.bloc-7f3a__content p { margin: 0 0 0 0; line-height: 1.6; opacity: 0.9; color: #f8f8f8; }

/* CTA */
.bloc-7f3a__cta { display: flex; gap: 15px; flex-wrap: wrap; color: #f8f8f8; margin-top: 30px; }

.bloc-7f3a__btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 22px; text-decoration: none; border-radius: 50rem; transition: all 0.25s ease; }

/* bouton principal */
.bloc-7f3a__btn--primary { background: #4c6353; color: #ffffff; border: 1px solid #4c6353; }

.bloc-7f3a__btn--primary:hover { background: transparent; border-color: #4c6353; }

/* bouton secondaire */
.bloc-7f3a__btn--secondary { background: transparent; border: 1px solid #bfa670; }

.bloc-7f3a__btn--secondary p { color: #bfa670 !important; }

.bloc-7f3a__btn--secondary:hover { background: #bfa670; border-color: #bfa670; }

.bloc-7f3a__btn--secondary:hover p { color: #111 !important; }

/* responsive */
@media (max-width: 768px) { .bloc-7f3a { padding: 70px 20px; } .bloc-7f3a__container { max-width: calc(100% - 40px); } .bloc-7f3a__logo img { width: 150px; } }

/*---------------------------------------------------------navbar------------------------------*/
.navbar, #navigation-bar-hide, #navigation-bar-show { background: transparent; transition: background 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease; }

.navbar.scrolled, #navigation-bar-hide.scrolled, #navigation-bar-show.scrolled { background: #4c6353 !important; backdrop-filter: blur(10px); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); }

/*--------------------------------------------------------- Inverser image / texte uniquement pour le bloc #reverse ------------------------------*/
.row.mt-5.flex-lg-row, .row.mt-5.flex-lg-row-reverse { margin-top: 1rem !important; }

@media (min-width: 992px) { #reverse .row.flex-lg-row-reverse { flex-direction: row !important; } }

/*------------------------------------------------------------------------------------BLOC SERVICES------------------------------------------------------------*/
.bloc-a7f3-services { padding: 40px 20px; }

.bloc-a7f3-container { width: auto; padding: 0 80px; margin: 0 auto; box-sizing: border-box; }

.bloc-a7f3-header { text-align: center; max-width: 900px; margin: 0 auto 50px; }

.bloc-a7f3-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }

.bloc-a7f3-card { width: 100%; position: relative; aspect-ratio: 4 / 4.3; min-height: auto; display: flex; align-items: flex-end; border-radius: 50% 50% 18px 18px / 44% 44% 18px 18px; border: 2px solid #bfa670 !important; overflow: hidden; text-decoration: none; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: transform 0.35s ease, box-shadow 0.35s ease; }

.bloc-a7f3-card:hover { transform: translateY(-6px); box-shadow: 0 16px 35px rgba(0, 0, 0, 0.12); border: 2px solid #A76906 !important; }

.bloc-a7f3-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }

.bloc-a7f3-card:hover img { transform: scale(1.05); }

.bloc-a7f3-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.03) 100%); transition: background 0.35s ease; z-index: 1; }

.bloc-a7f3-card:hover .bloc-a7f3-overlay { background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.12) 100%); }

.bloc-a7f3-content { position: absolute; left: 0; bottom: 0; z-index: 2; padding: 30px; width: 100%; transform: translateY(calc(100% - 115px)); transition: transform 0.35s ease; }

.bloc-a7f3-card:hover .bloc-a7f3-content { transform: translateY(0); }

.bloc-a7f3-title { display: flex; align-items: center; justify-content: flex-start; gap: 16px; }

.bloc-a7f3-title > *:not(.bloc-a7f3-arrow) { flex: 1; margin: 0; font-size: 24px; line-height: 1.3; color: #f8f8f8; transition: transform 0.35s ease; }

.bloc-a7f3-arrow { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; border: 1px solid rgba(93, 121, 102, 0.55); border-radius: 50%; background: rgba(0, 0, 0, 0.22); backdrop-filter: blur(6px); transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease; }

.bloc-a7f3-arrow svg { width: 20px; height: 20px; fill: none; stroke: #5d7966; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.bloc-a7f3-card:hover .bloc-a7f3-arrow { transform: translateX(4px) rotate(45deg); background: #5d7966; border-color: #5d7966; }

.bloc-a7f3-card:hover .bloc-a7f3-arrow svg { stroke: #111111; }

.bloc-a7f3-description > * { margin: 14px 0 0; font-size: 16px; line-height: 1.7; color: rgba(255, 255, 255, 0.92); opacity: 0; transform: translateY(12px); transition: opacity 0.35s ease, transform 0.35s ease; }

.bloc-a7f3-card:hover .bloc-a7f3-description > * { opacity: 1; transform: translateY(0); }

@media (max-width: 1200px) { .bloc-a7f3-container { padding: 0 45px; } .bloc-a7f3-grid { grid-template-columns: repeat(2, 1fr); } .bloc-a7f3-card { min-height: 420px; } .bloc-a7f3-content { transform: translateY(calc(100% - 95px)); } }

@media (max-width: 768px) { .bloc-a7f3-services { padding: 20px 15px; } .bloc-a7f3-container { padding: 0 24px; } .bloc-a7f3-header { margin-bottom: 35px; } .bloc-a7f3-grid { grid-template-columns: 1fr; gap: 20px; } .bloc-a7f3-card { min-height: 360px; } .bloc-a7f3-content { padding: 24px; transform: none; } .bloc-a7f3-card:hover .bloc-a7f3-content { transform: none; } .bloc-a7f3-description > * { opacity: 1; transform: none; line-height: 1.6; } }

@media (max-width: 480px) { .bloc-a7f3-services { padding: 15px 20px; } .bloc-a7f3-card { min-height: 320px; } .bloc-a7f3-content { padding: 20px; } .bloc-a7f3-title { gap: 12px; } .bloc-a7f3-arrow { width: 38px; height: 38px; } .bloc-a7f3-arrow svg { width: 18px; height: 18px; } }

/*---------------------------------------------------------Avant - Après------------------------------*/
/*------Couleur des lignes---*/
.slider-before-after-images:before, .slider-before-after-images:after { background: #4c6353 !important; }

/*------Couleur du rond---*/
.slider-before-after-images { border: 3px solid #4c6353 !important; background: #4c6353 !important; }

/*------Couleur des flêches---*/
.bi-chevron-left::before, .bi-chevron-right::before { color: white; }

/*---------------------------------------------------------RÉSEAUX SOCIAUX------------------------------------------*/
.bloc-r8m4-socials { position: relative; padding: 45px 6% 85px; overflow: hidden; }

.bloc-r8m4-socials-container { width: 100%; max-width: 1450px; margin: 0 auto; }

/* ------------------------------------------------------------ TITRE ------------------------------------------------------------ */
.bloc-r8m4-socials-heading { max-width: 760px; margin: 0 auto 45px; text-align: center; }

/* ------------------------------------------------------------ GRILLE ------------------------------------------------------------ */
.bloc-r8m4-socials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }

/* ------------------------------------------------------------ CARTES ------------------------------------------------------------ */
.bloc-r8m4-social-card { position: relative; display: flex; align-items: center; gap: 26px; padding: 32px 36px; background: #fff; border: 1px solid rgba(191, 166, 112, 0.55); border-radius: 24px; color: inherit; text-decoration: none; overflow: hidden; transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease; }

.bloc-r8m4-social-card:hover { transform: translateY(-5px); border-color: #bfa670; box-shadow: 0 18px 40px rgba(76, 99, 83, 0.1); }

/* ------------------------------------------------------------ ICÔNES ------------------------------------------------------------ */
.bloc-r8m4-social-icon { position: relative; z-index: 2; width: 68px; height: 68px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; border-radius: 50%; background: #4c6353; transition: background 0.35s ease, transform 0.35s ease; }

.bloc-r8m4-social-icon svg { width: 44px; height: 44px; fill: none; stroke: #fff; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.bloc-r8m4-social-card:nth-child(2) .bloc-r8m4-social-icon svg { width: 46px; height: 46px; fill: #fff; stroke: none; }

.bloc-r8m4-social-card:hover .bloc-r8m4-social-icon { background: #bfa670; transform: scale(1.06); }

/* ------------------------------------------------------------ CONTENU ------------------------------------------------------------ */
.bloc-r8m4-social-content { position: relative; z-index: 2; }

.bloc-r8m4-social-content > *:first-child { margin-top: 0; margin-bottom: 9px; }

.bloc-r8m4-social-content > *:last-child { margin-bottom: 0; }

.bloc-r8m4-social-content p { color: #555; font-size: 16px; line-height: 1.55; }

/* ============================================================ RESPONSIVE ============================================================ */
@media (max-width: 991px) { .bloc-r8m4-socials { padding: 40px 5% 75px; } .bloc-r8m4-socials-grid { grid-template-columns: 1fr; } }

@media (max-width: 600px) { .bloc-r8m4-socials { padding: 35px 20px 60px; } .bloc-r8m4-socials-heading { margin-bottom: 35px; } .bloc-r8m4-social-card { align-items: flex-start; gap: 18px; padding: 26px 22px; border-radius: 20px; } .bloc-r8m4-social-icon { width: 58px; height: 58px; } .bloc-r8m4-social-icon svg { width: 31px; height: 31px; } .bloc-r8m4-social-card:nth-child(2) .bloc-r8m4-social-icon svg { width: 33px; height: 33px; } .bloc-r8m4-social-content p { font-size: 15px; } }

/*---------------------------------------------------------BLOC AVIS GOOGLE------------------------------------------*/
.photoTitleText { padding-bottom: 15px !important; }

.googleReviews-div > .container > .card { border: 1px solid #bfa670 !important; }

.googleReviews-div .owl-item .card { border: 1px solid #bfa670 !important; }

/*---------------------------------------------------------BLOC PICTOCARD----------------------------------------------------------------*/
.picto_card { padding: 30px 30px; margin: 10px auto; }

.picto_card .row { margin-top: 0 !important; margin-bottom: 0 !important; }

.picto_card .svg-picto-card { max-width: 500px; margin: 0 auto; }

.picto_card .svg-picto-card .text-shadow { max-width: 350px; margin-left: auto; margin-right: auto; }

/*---------------------------------------------------------BLOC ETAPES DE TRAVAIL---------------------------------------------------------*/
.bloc-a7f3-borne { padding: 80px 20px; }

.bloc-a7f3-borne__container { width: 100%; padding: 0 80px; margin: 0 auto; }

.bloc-a7f3-borne__header { max-width: 1550px; margin: 0 auto 45px; text-align: center; }

.bloc-a7f3-borne__header h2 { margin: 0 0 24px; line-height: 1.12; }

.bloc-a7f3-borne__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 18px; }

.bloc-a7f3-borne__card { position: relative; min-height: 300px; padding: 24px; border-radius: 22px; background: #ffffff; border: 1px solid rgba(16, 24, 40, 0.08); box-shadow: 0 18px 45px rgba(16, 24, 40, 0.13); overflow: hidden; transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease; }

.bloc-a7f3-borne__card::before { content: ""; position: absolute; right: -45px; top: -45px; width: 130px; height: 130px; border-radius: 50%; background: rgba(191, 166, 112, 0.08); transition: transform 0.35s ease, background 0.35s ease; }

.bloc-a7f3-borne__card:hover { transform: translateY(-6px); border-color: rgba(76, 99, 83, 0.28); box-shadow: 0 24px 60px rgba(16, 24, 40, 0.13); }

.bloc-a7f3-borne__card:hover::before { transform: scale(1.25); background: rgba(76, 99, 83, 0.14); }

.bloc-a7f3-borne__icon { position: relative; z-index: 1; width: 50px; height: 50px; margin-bottom: 22px; display: flex; align-items: center; justify-content: center; border-radius: 15px; background: #bfa670; color: #101828; font-size: 14px; font-weight: 800; transition: background 0.35s ease, color 0.35s ease; }

.bloc-a7f3-borne__card:hover .bloc-a7f3-borne__icon { background: #4c6353; color: #f8f8f8; }

.bloc-a7f3-borne__card h3 { position: relative; z-index: 1; margin: 0 0 14px; line-height: 1.25; }

.bloc-a7f3-borne__text { position: relative; z-index: 1; }

.bloc-a7f3-borne__text p { margin: 0; line-height: 1.65; }

/*---------------------------------------------------------
RESPONSIVE
---------------------------------------------------------*/
@media (max-width: 1200px) { .bloc-a7f3-borne__grid { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 768px) { .bloc-a7f3-borne { padding: 55px 15px; } .bloc-a7f3-borne__container { padding: 0; } .bloc-a7f3-borne__header { margin-bottom: 30px; text-align: left; } .bloc-a7f3-borne__grid { grid-template-columns: 1fr; gap: 16px; } .bloc-a7f3-borne__card { min-height: auto; padding: 24px; border-radius: 18px; } .bloc-a7f3-borne__icon { width: 48px; height: 48px; margin-bottom: 20px; border-radius: 14px; } }

/*---------------------------------------------------------LIGNE SEPARATION---------------------------------------------------------*/
.fs-5.lead hr { border: 0; border-top: 1px solid #bfa670; opacity: 1; }

/*---------------------------------------------------------ELARGIR BLOC TEXTE HERO------------------------------*/
.carousel-caption .col-lg-5.col-12.mx-auto { width: 60% !important; max-width: 60% !important; flex: 0 0 60% !important; }

@media (max-width: 991px) { .carousel-caption .col-lg-5.col-12.mx-auto { width: 90% !important; max-width: 90% !important; flex: 0 0 90% !important; } }

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