@charset "UTF-8";
@import url(main.css);
div#entreprise { border: none !important; border-width: none !important; box-shadow: none !important; background-color: #EFF4F5 !important; }

a:visited { color: inherit !important; }

/* ------------------------------------------------CUSTOM BLOC SEO ------------------------------------------------ */
.black-screen { display: none; }

.card.card-cover.h-100.overflow-hidden.rounded-4.shadow-lg { box-shadow: none !important; }

/* ------------------------------------------------CUSTOM FORMULAIRE DE CONTACT------------------------------------------------ */
form#formContact { background-color: #31604f !important; border: 0px !important; }

.checkbox.mb-3 { color: white; }

button.w-100.btn.btn-outline-dark { background-color: white; color: #c6814a; border: 0; border-radius: 50px; font-family: 'Oswald'; letter-spacing: 1px; text-transform: uppercase; font-weight: bold; }

button.w-100.btn.btn-outline-dark:hover { background-color: #c6814a; color: white; }

/* ------------------------------------------------CUSTOM HEADER ------------------------------------------------ */
a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone { color: #f7f2f1 !important; font-size: 1.1rem; }

.animated-border-button:after { background-color: #c6814a; }

li.px-4.py-2 { letter-spacing: 1px; font-weight: bold; }

a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone { letter-spacing: 1px; font-weight: bold; padding: 10px 30px !important; font-size: 1rem; }

/* ------------------------------------------------CUSTOM AVIS GOOGLE ------------------------------------------------ */
a#maps-url { color: #f7f2f1 !important; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; }

img.card-img-top.avatar-google-place.rounded-circle.d-lg-flex.align-items-lg-center.justify-content-center.m-2 { border-radius: 0px !important; }

.card.rounded-3.shadow-lg.mx-4.mb-4 { border: 0px; }

.owl-stage { margin-top: 50px; margin-bottom: 50px; }

/* ------------------------------------------------CUSTOM BLOC MAPS ------------------------------------------------ */
.d-flex.py-3 { color: #31604f; }

span.fs-4.titles { font-family: 'Playfair Display'; font-weight: bold; }

/* ------------------------------------------------CUSTOM FOOTER ------------------------------------------------ */
.col-8.col-md-2.mb-3.text-color-third { color: #31604f !important; }

p.text-color-third { color: #31604f !important; }

.d-flex.flex-column.flex-sm-row.justify-content-between.pt-4.my-2.border-top.text-center.text-color-third { color: #31604f !important; }

h5.mb-4 { font-family: 'Playfair Display'; font-weight: bold; }

h5.mb-3 { font-family: 'Playfair Display'; font-weight: bold; }

/* -------------------------------------------------------------------------------------------------------------------------------PAGE D'ATTERISSAGE ---------------------------------------------------------------------------------------------------------------- */
* { margin: 0; padding: 0; box-sizing: border-box; }

/* Section d'atterrissage */
.landing-page { position: relative; min-height: 100vh; background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FTPnjCx9VlicDOVsKNINxmzBMhdE3%2Fimages%2FIdentite_visuelle_DECOFIP_npp5.webp"); background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: left; padding: 40px 20px; }

/* Container pour aligner le contenu */
.landing-container { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; max-width: 1200px; width: 100%; z-index: 1; position: relative; }

/* Titre principal (Playfair Display) */
.hero-title { font-family: 'Playfair Display', serif; font-size: 4rem; color: #f7f2f1; font-weight: bold; margin-bottom: 10px; text-align: left; max-width: 600px; margin-left: -60px; }

/* Sous-titre (Playfair Display) */
.hero-subtitle { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: #f7f2f1; font-weight: normal; margin-bottom: 30px; text-align: left; max-width: 600px; margin-left: -60px; }

/* Bande noire au-dessus des boutons */
.cta-banner { width: 500px; height: 3px; background-color: #000; margin: 20px 0; margin-left: -60px; }

/* Boutons (Oswald) */
.cta-buttons { display: flex; gap: 20px; justify-content: flex-start; }

.cta-btn { font-family: 'Oswald', sans-serif; letter-spacing: 1px; font-weight: bold; font-size: 1.1rem; text-transform: uppercase; padding: 12px 100px; background-color: #f7f2f1; color: #31604f; text-decoration: none; border-radius: 30px; transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }

/* Bouton particuliers : hover effet */
.cta-btn.particuliers:hover { background-color: #c6814a; color: #f7f2f1; transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); }

/* Bouton professionnels : hover effet */
.cta-btn.professionnels:hover { background-color: #31604f; color: #f7f2f1; transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); }

/* Responsive Design */
@media (max-width: 1200px) { .hero-title { font-size: 3.5rem; margin-left: 0; } .hero-subtitle { font-size: 1.3rem; margin-left: 0; } .cta-banner { width: 400px; margin-left: 0; } .cta-buttons { justify-content: center; } .cta-btn { padding: 12px 80px; font-size: 1rem; } .landing-container { align-items: center; text-align: center; } .hero-title, .hero-subtitle { text-align: center; } }

@media (max-width: 768px) { .landing-page { padding: 40px 20px; } .hero-title { font-size: 2.5rem; } .hero-subtitle { font-size: 1rem; } .cta-banner { width: 300px; margin-left: auto; margin-right: auto; } .cta-buttons { flex-direction: column; gap: 15px; width: 100%; align-items: center; } .cta-btn { padding: 12px 50px; font-size: 0.9rem; width: 100%; max-width: 300px; } .landing-container { padding: 0 20px; } }

@media (max-width: 480px) { .hero-title { font-size: 2rem; } .hero-subtitle { font-size: 0.9rem; } .cta-banner { width: 250px; } .cta-btn { padding: 12px 40px; font-size: 0.8rem; max-width: 280px; } .cta-buttons { gap: 10px; } .landing-page { padding: 30px 15px; } }

/* --------------------------------------------------------------------------------------------------------------------- PARTICULIERS PRESENTATION --------------------------------------------------------------------------------------------------------------- */
* { margin: 0; padding: 0; box-sizing: border-box; }

/* Bloc principal */
.intro-block { display: flex; align-items: center; justify-content: flex-start; min-height: 100vh; width: 100%; background: linear-gradient(to right, #f7f2f1 70%, #c6814a 30%); position: relative; padding: 40px 20px; overflow: hidden; }

/* Contenu texte */
.text-content { flex: 1; padding-right: 20px; max-width: 600px; z-index: 2; margin-left: 100px; }

.text-content h1 { font-family: 'Playfair Display', serif; font-size: 3.5rem; font-weight: bold; margin-bottom: 20px; color: #31604f; }

.separator { width: 400px; height: 4px; background-color: black; margin-top: -10px; margin-bottom: 20px; max-width: 100%; border: none; opacity: 1; }

.text-content p { font-family: 'Lato', sans-serif; font-size: 1.2rem; color: #31604f; margin-bottom: 30px; }

.cta-btn-accueil { font-family: 'Oswald', sans-serif; letter-spacing: 1px; display: inline-block; padding: 10px 20px; background-color: #c6814a; color: white; text-decoration: none; font-weight: bold; border-radius: 25px; transition: background-color 0.3s ease, transform 0.2s ease; }

.cta-btn-accueil:hover { background-color: #31604f; transform: translateY(-5px); color: #f7f2f1; }

/* Contenu image */
.image-content { flex: 1; padding-left: 20px; position: relative; margin-left: 100px; }

/* Image très grande */
.large-image { width: 80%; height: auto; max-width: 800px; object-fit: cover; border-radius: 15px; }

/* RESPONSIVE */
/* Tablettes et petits écrans (max 1024px) */
@media (max-width: 1024px) { .intro-block { background: linear-gradient(to right, #f7f2f1 60%, #c6814a 40%); } .text-content { margin-left: 50px; max-width: 500px; } .text-content h1 { font-size: 2.8rem; } .text-content p { font-size: 1.1rem; } .separator { width: 300px; } .image-content { margin-left: 50px; } .large-image { width: 90%; max-width: 600px; } }

/* Tablettes en mode portrait (max 768px) */
@media (max-width: 768px) { .intro-block { flex-direction: column; justify-content: center; background: #f7f2f1; min-height: auto; padding: 60px 20px; } .text-content { margin-left: 0; padding-right: 0; max-width: 100%; text-align: center; margin-bottom: 40px; } .text-content h1 { font-size: 2.5rem; } .text-content p { font-size: 1rem; text-align: center; } .separator { width: 250px; margin-left: auto; margin-right: auto; } .image-content { margin-left: 0; padding-left: 0; width: 100%; display: flex; justify-content: center; } .large-image { width: 100%; max-width: 500px; } }

/* Mobiles (max 480px) */
@media (max-width: 480px) { .intro-block { padding: 40px 15px; } .text-content h1 { font-size: 2rem; } .text-content p { font-size: 0.95rem; margin-bottom: 20px; } .separator { width: 150px; height: 3px; } .cta-btn-accueil { padding: 8px 18px; font-size: 0.9rem; } .large-image { width: 100%; max-width: 400px; border-radius: 10px; } }

/* ----------------------------------------------------------------------------------------------------------------- PROFESSIONNELS PRESENTATION --------------------------------------------------------------------------------------------------------------- */
* { margin: 0; padding: 0; box-sizing: border-box; }

/* Bloc principal */
.main-container { display: flex; align-items: center; justify-content: flex-start; min-height: 100vh; width: 100%; background: linear-gradient(to right, #f7f2f1 70%, #31604f 30%); position: relative; padding: 40px 20px; overflow: hidden; }

/* Contenu texte */
.text-section { flex: 1; padding-right: 20px; max-width: 600px; z-index: 2; margin-left: 100px; }

.text-section h1 { font-family: 'Playfair Display', serif; font-size: 3.5rem; font-weight: bold; margin-bottom: 20px; color: #31604f; }

/* Séparateur */
.divider-line { width: 400px; height: 4px; background-color: #000; margin-top: -10px; margin-bottom: 20px; max-width: 100%; opacity: 1; border: none; }

.text-section p { font-family: 'Lato', sans-serif; font-size: 1.2rem; color: #31604f; margin-bottom: 30px; }

.primary-btn { font-family: 'Oswald', sans-serif; letter-spacing: 1px; display: inline-block; padding: 10px 20px; background-color: #31604f; color: #f7f2f1; text-decoration: none; font-weight: bold; border-radius: 25px; transition: background-color 0.3s ease, transform 0.2s ease; }

.primary-btn:hover { background-color: #c6814a; color: #f7f2f1; transform: translateY(-5px); }

/* Contenu image */
.image-section { flex: 1; padding-left: 20px; position: relative; margin-left: 100px; }

/* Image très grande */
.hero-image { width: 80%; height: auto; max-width: 800px; object-fit: contain; border-radius: 15px; }

/* RESPONSIVE */
/* Tablettes et petits écrans (max 1024px) */
@media (max-width: 1024px) { .main-container { background: linear-gradient(to right, #f7f2f1 60%, #31604f 40%); } .text-section { margin-left: 50px; max-width: 500px; } .text-section h1 { font-size: 2.8rem; } .text-section p { font-size: 1.1rem; } .divider-line { width: 300px; } .image-section { margin-left: 50px; } .hero-image { width: 90%; max-width: 600px; } }

/* Tablettes en mode portrait (max 768px) */
@media (max-width: 768px) { .main-container { flex-direction: column; justify-content: center; background: #f7f2f1; min-height: auto; padding: 60px 20px; } .text-section { margin-left: 0; padding-right: 0; max-width: 100%; text-align: center; margin-bottom: 40px; } .text-section h1 { font-size: 2.5rem; } .text-section p { font-size: 1rem; text-align: center; } .divider-line { width: 250px; margin-left: auto; margin-right: auto; } .image-section { margin-left: 0; padding-left: 0; width: 100%; display: flex; justify-content: center; } .hero-image { width: 100%; max-width: 500px; } }

/* Mobiles (max 480px) */
@media (max-width: 480px) { .main-container { padding: 40px 15px; } .text-section h1 { font-size: 2rem; } .text-section p { font-size: 0.95rem; margin-bottom: 20px; } .divider-line { width: 150px; height: 3px; } .primary-btn { padding: 8px 18px; font-size: 0.9rem; } .hero-image { width: 100%; max-width: 400px; border-radius: 10px; } }

/* ----------------------------------------------------------------------------------------------------------------- LA VIE DE DECOFIP --------------------------------------------------------------------------------------------------------------- */
.decofip-container { background-color: #f7f2f1; padding: 60px 40px; font-family: 'Playfair Display', serif; margin-top: 100px; margin-bottom: 100px; }

.header-home { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 50px; padding-bottom: 20px; border-bottom: 2px solid #333; }

.logo-text { display: flex; align-items: center; gap: 15px; }

.home-icon { width: 40px; height: 40px; color: #b8936d; }

.title-arche { font-family: 'Playfair Display', serif; font-size: 32px; font-weight: bold !important; color: #31604f; font-weight: normal; letter-spacing: 2px; }

.cards-arche-container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; max-width: 1400px; margin: 0 auto; margin-top: 100px; }

.card-arche { background: #f7f2f1; border: 2px solid #31604f; border-radius: 150px 150px 20px 20px; padding: 20px; padding-bottom: 30px; display: flex; flex-direction: column; align-items: center; transition: transform 0.3s ease, box-shadow 0.3s ease; overflow: hidden; }

.card-arche:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }

.arch { width: 100%; aspect-ratio: 1; border-radius: 50% 50% 0 0; margin-bottom: 25px; background-size: cover; background-position: center; background-repeat: no-repeat; overflow: hidden; }

.arch img { width: 100%; height: 100%; object-fit: cover; display: block; }

.card-arche-title { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: bold !important; color: #31604f; text-align: center; letter-spacing: 1px; text-transform: uppercase; }

/* Style du lien autour de la carte */
.card-arche-link { text-decoration: none; /* Enlever le soulignement du lien */ display: block; /* S'assurer que le lien occupe toute la carte */ width: 100%; /* Prendre toute la largeur disponible */ }

/* Style de la carte */
.card-arche { background: #f7f2f1; border: 2px solid #31604f; border-radius: 150px 150px 20px 20px; padding: 20px; padding-bottom: 30px; display: flex; flex-direction: column; align-items: center; transition: transform 0.3s ease, box-shadow 0.3s ease; overflow: hidden; cursor: pointer; /* Change le curseur pour indiquer que la carte est cliquable */ }

.card-arche:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }

/* Autres styles restent inchangés */
@media (max-width: 1200px) { .cards-arche-container { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 600px) { .cards-arche-container { grid-template-columns: 1fr; } .header { flex-direction: column; gap: 20px; } }

/* ----------------------------------------------------------------------------------------------------------------- L'ENTREPRISE DECOFIP --------------------------------------------------------------------------------------------------------------- */
* { margin: 0; padding: 0; box-sizing: border-box; }

.decofip-wrapper-xyz { background-color: #31604f; padding: 60px 40px; font-family: 'Playfair Display', serif; }

.decofip-header-top-xyz { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 50px; padding-bottom: 20px; border-bottom: 2px solid #f7f2f1; }

.decofip-logo-group-xyz { display: flex; align-items: center; gap: 15px; }

.decofip-icon-house-xyz { width: 40px; height: 40px; color: #c6814a; }

.decofip-main-title-xyz { font-family: 'Playfair Display', serif; font-size: 32px; font-weight: bold !important; color: #f7f2f1; font-weight: normal; letter-spacing: 2px; }

.decofip-grid-layout-xyz { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; max-width: 1400px; margin: 0 auto; }

.decofip-panel-item-xyz { background: #31604f; border: 2px solid #c6814a; border-radius: 150px 150px 20px 20px; padding: 20px; padding-bottom: 30px; display: flex; flex-direction: column; align-items: center; transition: transform 0.3s ease, box-shadow 0.3s ease; overflow: hidden; }

.decofip-dome-shape-xyz { width: 100%; aspect-ratio: 1; border-radius: 50% 50% 0 0; margin-bottom: 25px; background: #31604f; display: flex; align-items: center; justify-content: center; padding: 50px 35px; overflow: visible; }

.decofip-text-inner-xyz { text-align: center; color: #f7f2f1; line-height: 1.7; font-size: 16px; font-weight: normal; width: 100%; font-family: 'Lato', sans-serif; }

.decofip-text-inner-xyz.centered-mode-xyz { text-align: center; }

.decofip-label-bottom-xyz { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: bold !important; color: #f7f2f1; text-align: center; letter-spacing: 1px; text-transform: uppercase; }

.decofip-locations-group-xyz { margin: 30px 0; }

.decofip-place-entry-xyz { margin: 20px 0; font-size: 16px; color: #f7f2f1; font-weight: normal; }

.decofip-cta-button-xyz { background: #c6814a; color: #f7f2f1; border: none; padding: 12px 35px; font-size: 1.1rem; font-weight: bold; border-radius: 30px; cursor: pointer; margin-top: 20px; transition: all 0.3s ease; font-family: 'Oswald', sans-serif; letter-spacing: 1px; text-decoration: none; }

.decofip-cta-button-xyz:hover { transform: translateY(-2px); background-color: #f7f2f1; color: #c6814a; }

@media (max-width: 1200px) { .decofip-grid-layout-xyz { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 600px) { .decofip-grid-layout-xyz { grid-template-columns: 1fr; } .decofip-header-top-xyz { flex-direction: column; gap: 20px; } .decofip-text-inner-xyz { font-size: 13px; padding: 20px; } }

/* ----------------------------------------------------------------------------------------------------------------- LES SERVICES DECOFIP --------------------------------------------------------------------------------------------------------------- */
* { margin: 0; padding: 0; box-sizing: border-box; }

.prestations-wrapper-xyz { background-color: #f7f2f1; padding: 100px 40px; font-family: 'Playfair Display', serif; }

.prestations-header-xyz { display: flex; justify-content: space-between; align-items: center; margin-bottom: 50px; padding-bottom: 20px; border-bottom: 2px solid #333; }

.prestations-title-group-xyz { display: flex; align-items: center; gap: 15px; }

.prestations-icon-xyz { width: 40px; height: 40px; color: #b8936d; }

.prestations-title-xyz { font-family: 'Playfair Display', serif; font-weight: bold !important; font-size: 32px; color: #31604f; font-weight: normal; letter-spacing: 2px; }

.prestations-logo-xyz { height: 60px; }

.prestations-grid-xyz { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; max-width: 1400px; margin: 0 auto; margin-bottom: 40px; }

.prestation-card-xyz { background: #f7f2f1; border: 2px solid #31604f; border-radius: 150px 150px 20px 20px; padding: 20px; padding-bottom: 30px; display: flex; flex-direction: column; align-items: center; transition: transform 0.3s ease, box-shadow 0.3s ease; overflow: hidden; cursor: default; }

.prestation-image-dome-xyz { width: 100%; aspect-ratio: 1; border-radius: 50% 50% 0 0; margin-bottom: 25px; overflow: hidden; }

.prestation-image-dome-xyz img { width: 100%; height: 100%; object-fit: cover; display: block; }

.prestation-title-xyz { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: bold !important; color: #31604f; text-align: center; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 20px; min-height: 50px; display: flex; align-items: center; justify-content: center; }

.prestation-description-xyz { color: #333; text-align: center; line-height: 1.6; font-size: 14px; font-weight: normal; margin-bottom: 20px; flex-grow: 1; }

.prestation-link-xyz { display: inline-block; background: #c6814a; color: #f7f2f1; text-decoration: none; font-weight: bold; font-size: 14px; letter-spacing: 1px; padding: 10px 30px; border-radius: 30px; border: none; transition: all 0.3s ease; font-family: 'Oswald', sans-serif; }

.prestation-link-xyz:hover { transform: translateY(-2px); background-color: #31604f; color: #f7f2f1; }

.prestations-cta-xyz { text-align: center; margin-top: 20px; }

.prestations-cta-text-xyz { font-size: 18px; color: #e74c3c; font-weight: bold; letter-spacing: 1px; }

.prestations-cta-link-xyz { color: #e74c3c; text-decoration: none; border-bottom: 2px solid #e74c3c; }

@media (max-width: 1200px) { .prestations-grid-xyz { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 600px) { .prestations-grid-xyz { grid-template-columns: 1fr; } .prestations-header-xyz { flex-direction: column; gap: 20px; } .prestations-title-xyz { font-size: 24px; } }

/* ----------------------------------------------------------------------------------------------------------------- PRESENTATION DES AGENCES --------------------------------------------------------------------------------------------------------------- */
* { margin: 0; padding: 0; box-sizing: border-box; }

.agences-wrapper-xyz { background-color: #c6814a; padding: 60px 40px; font-family: 'Playfair Display', serif; }

.agences-header-xyz { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 50px; padding-bottom: 20px; border-bottom: 2px solid #f7f2f1; }

.agences-title-group-xyz { display: flex; align-items: center; gap: 15px; }

.agences-icon-xyz { width: 40px; height: 40px; color: #f7f2f1; }

.agences-title-xyz { font-family: 'Playfair Display', serif; font-size: 32px; color: #f7f2f1; font-weight: bold !important; letter-spacing: 2px; }

.agences-grid-xyz { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; max-width: 1400px; margin: 0 auto; }

.agence-card-xyz { background: #c6814a; border: 2px solid #f7f2f1; border-radius: 150px 150px 20px 20px; padding: 0; display: flex; flex-direction: column; align-items: center; transition: transform 0.3s ease, box-shadow 0.3s ease; overflow: hidden; }

.agence-image-dome-xyz { width: calc(100% - 30px); aspect-ratio: 1; border-radius: 50% 50% 0 0; overflow: hidden; margin: 15px 15px 0 15px; }

.agence-image-dome-xyz img { width: 100%; height: 100%; object-fit: cover; display: block; }

.agence-content-xyz { padding: 30px 25px; text-align: center; width: 100%; }

.agence-name-xyz { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: bold !important; color: #f7f2f1; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; }

.agence-info-xyz { color: #f7f2f1; font-size: 14px; line-height: 1.8; font-weight: normal; margin-bottom: 8px; }

.agence-info-xyz a { color: #f7f2f1; text-decoration: none; transition: color 0.3s ease; }

.agence-info-xyz a:hover { color: #31604f; }

.agence-horaires-title-xyz { font-weight: bold; text-decoration: underline; margin-top: 15px; margin-bottom: 10px; color: #f7f2f1; }

.agence-horaires-xyz { font-family: 'Lato', sans-serif; font-size: 13px; line-height: 1.6; color: #f7f2f1; }

@media (max-width: 1200px) { .agences-grid-xyz { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 768px) { .agences-grid-xyz { grid-template-columns: 1fr; } .agences-header-xyz { flex-direction: column; gap: 20px; } .agences-title-xyz { font-size: 24px; } }

/* ----------------------------------------------------------------------------------------------------------------- LOGOS PARTENAIRES --------------------------------------------------------------------------------------------------------------- */
/* CONTENEUR PRINCIPAL */
.fab-container { width: 100%; max-width: 1400px; margin: 0 auto; padding: 40px 0; }

/* TITRE */
.fab-title { text-align: center; color: #31604f; margin-top: 100px; margin-bottom: 40px; font-size: 2em; font-weight: bold !important; padding-bottom: 15px; border-bottom: 2px solid black; max-width: 400px; margin-left: auto; margin-right: auto; }

/* WRAPPER */
.fab-logos-wrapper { overflow: hidden; position: relative; width: 100%; padding: 20px 0; display: flex; justify-content: center; }

/* SLIDER */
.fab-logos-slider { display: flex; animation: fab-scroll 90s linear infinite; width: fit-content; }

.fab-logos-slider:hover { animation-play-state: paused; }

/* LOGO */
.fab-logo-item { flex: 0 0 auto; width: 180px; height: 100px; background: white; border-radius: 15px; display: flex; align-items: center; justify-content: center; margin: 0 20px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; padding: 20px; }

.fab-logo-item:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }

/* ANIMATION */
@keyframes fab-scroll { 0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } }

/* ----------------------------------------------------------------------------------------------------------------- RESEAUX SOCIAUX DECOFIP --------------------------------------------------------------------------------------------------------------- */
/* --- Section réseaux sociaux DECOFIP --- */
.decofip-social { background-color: #f7f2f1; text-align: center; padding: 100px 40px; font-family: 'Lato', sans-serif; color: #31604f; }

.decofip-social-header { margin-bottom: 60px; }

.decofip-social-header h2 { font-family: 'Playfair Display', serif; font-size: 2rem; color: #31604f; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; font-weight: bold !important; }

/* Trait noir sous le titre */
.decofip-social-separator { width: 300px; height: 2px; background-color: #000; margin: 0 auto 25px; }

.decofip-social-header p { font-size: 1.1rem; color: #333; line-height: 1.7; max-width: 700px; margin: 0 auto; }

/* --- Icônes réseaux --- */
.decofip-social-links { display: flex; justify-content: center; align-items: center; gap: 80px; flex-wrap: wrap; }

.decofip-social-item { display: flex; flex-direction: column; align-items: center; text-decoration: none; transition: transform 0.3s ease; }

.decofip-social-item img { width: 70px; height: 70px; margin-bottom: 12px; border-radius: 14px; filter: brightness(0) saturate(100%) invert(33%) sepia(17%) saturate(1043%) hue-rotate(110deg) brightness(92%) contrast(90%); transition: transform 0.3s ease, filter 0.3s ease; }

.decofip-social-item span { font-family: 'Lato', sans-serif; color: #31604f; font-size: 0.95rem; font-weight: 600; text-align: center; }

/* --- Hover --- */
.decofip-social-item:hover { transform: translateY(-6px); }

/* --- Responsive --- */
@media (max-width: 768px) { .decofip-social { padding: 80px 25px; } .decofip-social-header h2 { font-size: 2.1rem; } .decofip-social-links { gap: 50px; } .decofip-social-item img { width: 60px; height: 60px; } }

/* ----------------------------------------------------------------------------------------------------------------- LES VALEURS DECOFIP --------------------------------------------------------------------------------------------------------------- */
.decofip-valeurs-full { background-color: #f7f2f1; color: #31604f; font-family: 'Lato', sans-serif; width: 100vw; margin: 0; padding: 0; overflow-x: hidden; }

.decofip-valeurs-container { display: flex; justify-content: space-evenly; align-items: center; width: 100%; min-height: 480px; text-align: center; }

/* --- Items --- */
.decofip-valeur-item { flex: 1; padding: 40px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: center; }

/* --- Icônes --- */
.decofip-icon img { width: 60px; height: auto; margin-bottom: 25px; opacity: 0.9; }

/* --- Titres --- */
.decofip-valeur-item h3 { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: bold !important; text-transform: uppercase; margin-bottom: 12px; color: #31604f; letter-spacing: 0.5px; }

/* --- Textes --- */
.decofip-valeur-item p { font-family: 'Lato', sans-serif; color: #31604f; opacity: 0.9; font-size: 1rem; line-height: 1.6; max-width: 340px; margin: 0 auto; }

/* --- Séparateurs --- */
.decofip-divider { width: 1px; height: 220px; background-color: #31604f; align-self: center; }

/* --- Responsive --- */
@media (max-width: 1024px) { .decofip-valeurs-container { flex-direction: column; align-items: center; } .decofip-divider { width: 50%; height: 1px; background-color: #31604f; margin: 30px 0; } .decofip-valeur-item { width: 100%; max-width: 650px; padding: 50px 25px; } .decofip-icon img { width: 70px; } }

/* ----------------------------------------------------------------------------------------------------------------- EN TETE DES PAGES PRESTATIONS --------------------------------------------------------------------------------------------------------------- */
.entete-categorie-decofip { position: relative; height: 380px; display: flex; align-items: center; justify-content: center; overflow: hidden; text-align: center; }

/* IMAGE */
.entete-image { position: absolute; inset: 0; z-index: 1; }

.entete-image img { width: 100%; height: 100%; object-fit: cover; }

/* OVERLAY DECOFIP */
.entete-categorie-overlay { position: absolute; inset: 0; background: rgba(150, 96, 53, 0.58); /* Vert DECOFIP */ z-index: 2; }

/* TEXTE */
.entete-categorie-content { position: relative; z-index: 3; max-width: 900px; padding: 0 20px; }

.entete-categorie-content h2 { font-family: 'Playfair Display', serif; font-size: 3.4rem; color: #f7f2f1; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px; text-align: center; font-weight: bold !important; }

.entete-categorie-content p { font-family: 'Lato', sans-serif; font-size: 1.15rem; color: #f7f2f1; line-height: 1.6; max-width: 750px; margin: 0 auto; }

/* Responsive */
@media (max-width: 768px) { .entete-categorie-decofip { height: 300px; } .entete-categorie-content h1 { font-size: 2.4rem; } .entete-categorie-content p { font-size: 1rem; } }

/* ----------------------------------------------------------------------------------------------------------------- PRESENTATION PRESTATION --------------------------------------------------------------------------------------------------------------- */
.papier-peint-container { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-top: 150px; }

.papier-peint-images-section { position: relative; height: 600px; }

.papier-peint-image-box { position: absolute; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); }

.papier-peint-image-box img { width: 100%; height: 100%; object-fit: cover; display: block; }

.papier-peint-image-box.papier-peint-first { width: 320px; height: 420px; top: 0; left: 0; border-radius: 200px 200px 20px 20px; }

.papier-peint-image-box.papier-peint-second { width: 320px; height: 420px; bottom: 0; right: 0; border-radius: 200px 200px 20px 20px; }

.papier-peint-content-section { padding: 20px; }

h1 { font-family: 'Playfair Display', serif; font-size: 3em; color: #31604f; margin-bottom: 30px; font-weight: bold !important; letter-spacing: 2px; }

.papier-peint-underline { width: 100%; height: 2px; background: #333; margin-bottom: 40px; }

.papier-peint-description { font-size: 1.1em; line-height: 1.8; color: #31604f; margin-bottom: 30px; }

.papier-peint-description p { margin-bottom: 25px; }

.papier-peint-cta-button { font-family: 'Oswald', sans-serif; letter-spacing: 1px; display: inline-block; padding: 10px 20px; background-color: #c6814a; color: white; text-decoration: none; font-weight: bold; border-radius: 25px; transition: background-color 0.3s ease, transform 0.2s ease; }

.papier-peint-cta-button:hover { background: #31604f; color: #f7f2f1; transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); }

@media (max-width: 968px) { .papier-peint-container { grid-template-columns: 1fr; gap: 40px; } .papier-peint-images-section { height: 500px; } .papier-peint-image-box.papier-peint-first, .papier-peint-image-box.papier-peint-second { width: 260px; height: 350px; } h1 { font-size: 2.5em; } }

/* ----------------------------------------------------------------------------------------------------------------- GALERIE PHOTOS --------------------------------------------------------------------------------------------------------------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); width: 100%; margin-top: 100px; }

.gallery-item { position: relative; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; cursor: pointer; }

.gallery-item img { width: 100%; height: 100%; object-fit: cover; }

/* Overlay DECOFIP */
.gallery-item::after { content: ""; position: absolute; inset: 0; background: #c6814a; /* Orange / ocre DECOFIP */ opacity: 0; z-index: 2; transition: opacity 0.25s ease; }

.gallery-item:hover::after { opacity: 0.55; }

/* ---------------------------------------------------------- */
/* LIGHTBOX */
/* ---------------------------------------------------------- */
.lightbox { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.85); /* Noir profond */ display: none; align-items: center; justify-content: center; z-index: 9999; backdrop-filter: blur(3px); }

.lightbox-img { max-width: 85vw; max-height: 85vh; border-radius: 0px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4); animation: zoomIn .3s ease; }

/* Animation */
@keyframes zoomIn { from { transform: scale(0.8);
    opacity: 0; }
  to { transform: scale(1);
    opacity: 1; } }

/* CLOSE BUTTON */
.close-btn { position: absolute; top: 40px; right: 40px; font-size: 40px; color: #f7f2f1; /* Beige clair DECOFIP */ cursor: pointer; font-weight: 300; transition: opacity .2s ease; }

.close-btn:hover { opacity: .6; }

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

@media (max-width: 480px) { .close-btn { top: 20px; right: 20px; font-size: 32px; } }

/* ----------------------------------------------------------------------------------------------------------------- L'HISTOIRE DE DECOFIP --------------------------------------------------------------------------------------------------------------- */
/* Section histoire */
.histoire-section { display: flex; flex-direction: column; align-items: center; background-color: #f7f2f1; padding: 0px 40px; margin-top: 100px; margint-bottom: 20px; }

.histoire-content { max-width: 1200px; width: 100%; }

.histoire-title { font-family: 'Playfair Display', serif; font-size: 3rem; color: #31604f; margin-bottom: 30px; font-weight: bold !important; line-height: 1.2; text-align: center; }

.histoire-divider { width: 400px; height: 3px; background-color: #333; margin: 0 auto 40px auto; }

.histoire-text { font-family: 'Lato', sans-serif; font-size: 1.1rem; line-height: 1.8; color: #31604f; margin-bottom: 25px; text-align: justify; }

.histoire-highlight { background-color: #e8d5c4; padding: 25px 30px; border-radius: 10px; border-left: 4px solid #c6814a; margin: 30px 0; }

.histoire-highlight p { font-family: 'Playfair Display', serif; font-size: 1.2rem; color: #31604f; font-style: italic; line-height: 1.6; }

/* Responsive */
@media (max-width: 1024px) { .histoire-section { padding: 60px 40px; } .histoire-title { font-size: 2.5rem; } }

@media (max-width: 768px) { .histoire-section { padding: 50px 30px; } .histoire-title { font-size: 2.2rem; } .histoire-text { font-size: 1rem; } }

@media (max-width: 480px) { .histoire-section { padding: 40px 20px; } .histoire-title { font-size: 1.8rem; } .histoire-text { font-size: 0.95rem; } .histoire-highlight p { font-size: 1.1rem; } }

/* ----------------------------------------------------------------------------------------------------------------- INSPIRATION DU MOIS --------------------------------------------------------------------------------------------------------------- */
/* Section moodboard */
.moodboard-section { min-height: 100vh; background-color: #f7f2f1; padding: 80px 40px; }

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

.moodboard-header { text-align: center; margin-bottom: 60px; }

.moodboard-title { font-family: 'Playfair Display', serif; font-size: 3.5rem; color: #31604f; font-weight: bold !important; margin-bottom: 20px; letter-spacing: 2px; }

.moodboard-divider { width: 550px; height: 4px; background-color: #333; margin: 0 auto; }

.moodboard-content { display: flex; justify-content: center; align-items: center; margin-top: 50px; }

.moodboard-image-wrapper { width: 100%; max-width: 1200px; border-radius: 15px; overflow: hidden; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15); }

.moodboard-image { width: 100%; height: auto; display: block; }

/* Responsive */
@media (max-width: 1024px) { .moodboard-title { font-size: 3rem; } }

@media (max-width: 768px) { .moodboard-section { padding: 60px 30px; } .moodboard-title { font-size: 2.5rem; } .moodboard-divider { width: 120px; } }

@media (max-width: 480px) { .moodboard-section { padding: 50px 20px; } .moodboard-title { font-size: 2rem; letter-spacing: 1px; } .moodboard-divider { width: 100px; height: 3px; } .moodboard-image-wrapper { border-radius: 10px; } }

/* ----------------------------------------------------------------------------------------------------------------- CONTACT PAR AGENCES --------------------------------------------------------------------------------------------------------------- */
/* Section agences */
.agencies-section { min-height: 100vh; background-color: #f7f2f1; padding: 80px 40px; }

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

.agencies-header { text-align: center; margin-bottom: 60px; }

.agencies-title { font-family: 'Playfair Display', serif; font-size: 3.5rem; color: #31604f; font-weight: bold !important; margin-bottom: 20px; letter-spacing: 2px; }

.agencies-divider { width: 450px; height: 4px; background-color: #333; margin: 0 auto 30px auto; }

.agencies-subtitle { font-family: 'Lato', sans-serif; font-size: 1.2rem; color: #31604f; max-width: 700px; margin: 0 auto; line-height: 1.6; }

.agencies-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 60px; }

.agency-card { background: #f7f2f1; border: 2px solid #31604f; border-radius: 150px 150px 20px 20px; padding: 20px; padding-bottom: 40px; display: flex; flex-direction: column; align-items: center; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; cursor: pointer; text-decoration: none; }

.agency-card:hover { transform: translateY(-10px); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15); border-color: #c6814a; }

.agency-image-wrapper { width: 100%; aspect-ratio: 1; border-radius: 50% 50% 0 0; overflow: hidden; margin-bottom: 30px; }

.agency-image { width: 100%; height: 100%; object-fit: cover; }

.agency-info { text-align: center; width: 100%; }

.agency-name { font-family: 'Playfair Display', serif; font-size: 1.8rem; color: #31604f; font-weight: bold !important; margin-bottom: 15px; }

.agency-address { font-family: 'Lato', sans-serif; font-size: 1rem; color: #31604f; line-height: 1.6; margin-bottom: 10px; }

.agency-phone { font-family: 'Lato', sans-serif; font-size: 1rem; color: #c6814a; font-weight: bold; margin-bottom: 20px; }

.agency-cta { display: inline-block; padding: 10px 30px; background-color: #31604f; color: #f7f2f1; text-decoration: none; font-family: 'Lato', sans-serif; font-weight: bold; font-size: 0.9rem; border-radius: 25px; transition: background-color 0.3s ease; text-transform: uppercase; letter-spacing: 1px; margin-top: 10px; }

.agency-card:hover .agency-cta { background-color: #c6814a; }

/* Responsive */
@media (max-width: 1024px) { .agencies-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; } .agencies-title { font-size: 3rem; } }

@media (max-width: 768px) { .agencies-section { padding: 60px 30px; } .agencies-grid { grid-template-columns: 1fr; gap: 30px; max-width: 500px; margin-left: auto; margin-right: auto; } .agencies-title { font-size: 2.5rem; } .agencies-subtitle { font-size: 1.1rem; } .agency-name { font-size: 1.6rem; } }

@media (max-width: 480px) { .agencies-section { padding: 50px 20px; } .agencies-title { font-size: 2rem; letter-spacing: 1px; } .agencies-divider { width: 100px; height: 3px; } .agencies-subtitle { font-size: 1rem; } .agency-card { border-radius: 120px 120px 15px 15px; } .agency-name { font-size: 1.4rem; } .agency-address, .agency-phone { font-size: 0.9rem; } }

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