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

img.d-block.mx-lg-auto.img-fluid { border-radius: 0 50px 0 50px !important; border: 5px solid #0a2e50; }

a:visited { color: white; }

a.btn-services:visited { color: white; }

/*--------------------------------------------------------- MODIFICATIONS BLOC CONTACT ---------------------------------------------------------------- */
form#formContact { background-color: #0a2e50 !important; border: 0 !important; border-radius: 0px !important; }

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

button.w-100.btn.btn-outline-dark { background-color: #09b0df; border: 0; border-radius: 0 18px 0 18px !important; color: white; }

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

/*--------------------------------------------------------- MODIFICATIONS BLOC COOKIES ---------------------------------------------------------------- */
div#termsfeed-com---nb { border-radius: 0 38px 0 38px; }

/*--------------------------------------------------------- MODIFICATIONS BOUTONS HEADER ---------------------------------------------------------------- */
a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone { color: white !important; border-radius: 0 18px 0 18px !important; transition: 0.3s ease; }

a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone:hover { background: #074b7c !important; font-weight: 500 !important; }

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

/*--------------------------------------------------------- MODIFICATIONS BLOC AVIS GOOGLE ---------------------------------------------------------------- */
.card.rounded-3.shadow-lg.mx-4.mb-4 { box-shadow: none !important; border-radius: 0px !important; border: 1px solid #0b2e50; }

a#maps-url { border-radius: 0 18px 0 18px; color: white !important; }

a#maps-url:hover { background-color: white !important; color: #09b0df !important; }

.card.p-2.rounded-3.shadow-lg.px-4.border-0.d-flex.justify-content-lg-between { border-radius: 0px !important; box-shadow: none !important; background-color: #0a2e50; }

.d-lg-flex.align-items-center.justify-content-lg-between.text-center.text-lg-start.p-lg-4 { color: white; }

.mb-5 { margin-bottom: 3rem !important; margin-top: 7rem; }

/*--------------------------------------------------------- MODIFICATIONS BLOC MAPS ---------------------------------------------------------------- */
.d-flex.py-3 { color: #0b2e50; }

/*--------------------------------------------------------- MODIFICATIONS FOOTER ---------------------------------------------------------------- */
.col-8.col-md-2.mb-3.text-color-third { color: #0b2e50 !important; }

p.text-color-third { color: #0b2e50 !important; }

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

/*--------------------------------------------------------- MODIFICATIONS BLOC SEO ---------------------------------------------------------------- */
.mx-auto.first-activity-div.col-lg-11.px-4.py-4.mb-5.mt-5.bg-primaryColor.text-color-primary.rounded-3.shadow-lg.position-relative { box-shadow: none !important; }

.mx-auto.second-activity-div.col-lg-11.px-4.py-4.mb-5.mt-5.rounded-3.shadow-lg.bg-primaryColor.text-color-primary.position-relative { box-shadow: none !important; }

.mx-auto.third-activity-div.col-lg-11.px-4.py-4.mb-4.mt-5.bg-primaryColor.text-color-primary.rounded-3.shadow-lg.position-relative { box-shadow: none !important; }

.card.card-cover.h-100.overflow-hidden.rounded-4.shadow-lg { border-radius: 0 50px 0 50px !important; box-shadow: none !important; border: 5px solid #0a2e50; }

.black-screen { opacity: 0; }

/*------------------------------------------Bouton Fixe en bas à droite------------------------------*/
.btnFixe { position: fixed; bottom: 20px; right: 20px; z-index: 10; width: 50px; transition: width 0.5s ease; }

.btnFixe:hover { width: 60px; transition: width 0.5s ease; }

/*------------------------------------------------------------------------------------------------------------------------------ HERO container ----------------------------------------------------------------------------------------------------------------------- */
/* -------------------------- */
/* HERO SECTION */
/* -------------------------- */
.hero { position: relative; width: 100%; height: 100vh; overflow: hidden; }

/* Vidéo */
.hero-video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; object-fit: cover; transform: translate(-50%, -50%); z-index: 1; }

/* Overlay */
.hero-overlay { position: absolute; inset: 0; background: rgba(10, 46, 80, 0.45); z-index: 2; }

/* Contenu centré proprement */
.hero-content { position: absolute; top: 55%; /* placement parfait */ left: 50%; transform: translate(-50%, -50%); text-align: center; z-index: 3; color: #f7fdfd; width: 100%; padding: 0 20px; }

/* Logo */
.hero-logo { width: 400px; margin-bottom: 10px; }

/* Titre */
.hero-title { font-family: 'Dancing Script', cursive; font-size: 3.8rem; margin: 10px 0 10px; font-weight: 700; }

/* Sous-titre */
.hero-subtitle { font-family: 'Lato', sans-serif; font-size: 1.2rem; margin-bottom: 30px; }

/* Bouton custom */
.hero-btn { display: inline-block; background: #09b0df; color: #f7fdfd; padding: 14px 35px; font-size: 1.1rem; font-family: 'Montserrat', sans-serif; text-decoration: none; font-weight: 500; /* angles custom */ border-top-left-radius: 0; border-bottom-right-radius: 0; border-top-right-radius: 18px; border-bottom-left-radius: 18px; transition: 0.3s ease; }

.hero-btn:hover { background: #074b7c; }

/* -------------------------- */
/* DOUBLE FLÈCHE SCROLL */
/* -------------------------- */
.scroll-arrow { position: absolute; bottom: 50px; /* bien en bas, jamais sur le bouton */ left: 50%; transform: translateX(-50%); z-index: 5; }

.scroll-arrow .arrow { display: block; width: 22px; height: 22px; border-bottom: 3px solid #f7fdfd; border-right: 3px solid #f7fdfd; transform: rotate(45deg); opacity: 0; animation: arrowMove 1.8s infinite; margin: -5px auto; }

.scroll-arrow .arrow1 { animation-delay: 0s; }

.scroll-arrow .arrow2 { animation-delay: 0.3s; }

@keyframes arrowMove { 0% { opacity: 0;
    transform: translateY(0) rotate(45deg); }
  50% { opacity: 1;
    transform: translateY(10px) rotate(45deg); }
  100% { opacity: 0;
    transform: translateY(20px) rotate(45deg); } }

/* -------------------------- */
/* RESPONSIVE – TABLETTES */
/* -------------------------- */
@media (max-width: 992px) { .hero-title { font-size: 3rem; /* un peu plus petit */ } .hero-subtitle { font-size: 1.1rem; margin-bottom: 25px; } .hero-logo { width: 200px; } .hero-btn { padding: 12px 28px; font-size: 1rem; } .hero-content { top: 46%; /* léger ajustement pour l'équilibre */ } }

/* -------------------------- */
/* RESPONSIVE – MOBILES */
/* -------------------------- */
@media (max-width: 768px) { .hero-title { font-size: 2.4rem; padding: 0 10px; line-height: 1.2; } .hero-subtitle { font-size: 1rem; padding: 0 20px; } .hero-logo { width: 150px; margin-bottom: 10px; } .hero-btn { padding: 12px 25px; font-size: 1rem; } .hero-content { top: 48%; /* centre plus naturellement sur mobile */ } .scroll-arrow { bottom: 15px; /* un peu plus haut pour éviter les bordures mobiles */ } .scroll-arrow .arrow { width: 18px; height: 18px; border-width: 2px; /* flèches plus délicates */ } }

/* -------------------------- */
/* RESPONSIVE – PETITS MOBILES */
/* -------------------------- */
@media (max-width: 480px) { .hero-title { font-size: 2rem; } .hero-subtitle { font-size: 0.95rem; } .hero-btn { padding: 10px 22px; font-size: 0.95rem; } .hero-content { top: 50%; /* centré précisément pour petits écrans */ } .scroll-arrow .arrow { width: 16px; height: 16px; } }

/*------------------------------------------------------------------------------------------------------------------------------ PRESENTATIONS ----------------------------------------------------------------------------------------------------------------------- */
.about-section { position: relative; padding: 120px 20px; text-align: center; }

/* Contenu au-dessus de l’overlay */
.about-container { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; color: #0a2e50; /* texte blanc pour lisibilité */ }

/* Surtitre */
.about-top-note { font-family: 'Lato', sans-serif; font-size: 0.95rem; letter-spacing: 1px; margin-bottom: 20px; opacity: 0.9; }

/* Grand titre */
.about-title { font-family: 'Dancing Script', cursive; font-size: 3.2rem; line-height: 1.3; margin-bottom: 35px; }

/* Paragraphe */
.about-text { font-family: 'Lato', sans-serif; font-size: 1.15rem; line-height: 1.8; max-width: 850px; margin: 0 auto; }

@media (max-width: 768px) { .about-title { font-size: 2.4rem; } .about-text { font-size: 1rem; padding: 0 10px; } }

@media (max-width: 480px) { .about-title { font-size: 2rem; } }

/*------------------------------------------------------------------------------------------------------------------------------ SERVICES ----------------------------------------------------------------------------------------------------------------------- */
/* SECTION sans padding pour coller bord à bord */
.services-block { padding: 0; margin: 0 0 0 0; background: #f7fdfd; }

/* GRID bord à bord */
.services-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; /* AUCUN ESPACE ENTRE LES BLOCS */ width: 100%; }

/* Les cartes deviennent des liens, donc on enlève le style par défaut */
.service-item { text-decoration: none; color: inherit; display: block; position: relative; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 0; cursor: pointer; }

/* Le texte doit rester blanc sans soulignement */
.service-item h3, .service-item .service-category { text-decoration: none; color: #f7fdfd; }

/* IMAGES full-cover */
.service-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease, filter .6s ease; }

/* Hover premium */
.service-item:hover img { transform: scale(1.08); filter: brightness(80%); }

/* TEXTE EN BAS À GAUCHE */
.service-text { position: absolute; bottom: 30px; left: 30px; color: #f7fdfd; }

.service-category { display: block; font-size: 1rem; opacity: 0.9; font-family: 'Lato', sans-serif; }

.service-text h3 { font-size: 2rem; font-family: 'Dancing Script', cursive; margin-top: 5px; }

/* BOUTON */
.services-button { text-align: center; padding: 40px 0; }

.btn-services { display: inline-block; background: #09b0df; color: #f7fdfd; padding: 14px 35px; text-decoration: none; font-family: 'Montserrat', sans-serif; font-size: 1.1rem; font-weight: 500; border-top-left-radius: 18px; border-bottom-right-radius: 18px; border-top-right-radius: 0; border-bottom-left-radius: 0; transition: .3s ease; margin-top: 50px; }

.btn-services:hover { background: #074b7c; color: white !important; }

@media (max-width: 992px) { .services-row { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 768px) { .services-row { grid-template-columns: 1fr; } .service-text { bottom: 20px; left: 20px; } .service-text h3 { font-size: 1.6rem; } }

/*------------------------------------------------------------------------------------------------------------------------------ REALISATIONS ----------------------------------------------------------------------------------------------------------------------- */
/*------------------------------------------------------------------------------------------------------------------------------ ESCALIERS ----------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* ESCALIERS FULL WIDTH */
/* ---------------------------------------------------------- */
.escaliers { display: grid; grid-template-columns: repeat(4, 1fr); width: 100%; }

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

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

/* Overlay sombre */
.escaliers-item::after { content: ""; position: absolute; inset: 0; background: rgba(9, 176, 223, 0.3); opacity: 0; z-index: 2; transition: opacity 0.25s ease; }

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

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

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

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

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

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

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

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

/*------------------------------------------------------------------------------------------------------------------------------ CTA----------------------------------------------------------------------------------------------------------------------- */
/* ================================ BANDEAU BLANC QUI PERMET LE CHEVAUCHEMENT =================================== */
.bloc-fixe-top { height: 50px; background: #f7fdfd; }

/* ================================ SECTION PARALLAX =================================== */
.valeurs-bloc { background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FYlWrxCKjHkRljc5BOQD3KyWI93B3%2Fimages%2FIdentite_visuelle_LC_Menuiserie_v1xr.webp"); background-size: cover; background-position: center; background-attachment: fixed; padding: 120px 0; position: relative; z-index: 1; }

/* Overlay doux beige */
.valeurs-bloc::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(47, 79, 58, 0.2); /* vert foncé Terre Happy avec transparence */ z-index: -1; }

/* ================================ CONTENEUR FLEXIBLE =================================== */
.bloc-fixe-container { width: 90%; max-width: 1300px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }

/* ================================ BLOC TEXTE (vert Terre Happy) =================================== */
.valeurs-texte { background: #0a2e50; /* vert foncé Terre Happy */ padding: 60px 70px; color: #f7fdfd; border-radius: 0px; /* chevauchement sous le haut */ margin-top: -200px; position: relative; z-index: 10; }

.valeurs-surtitre { font-family: "Poppins", sans-serif; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: #CDE5D0; /* vert très clair */ }

.valeurs-texte h2 { font-family: "Libre Baskerville", serif; font-size: 2.6rem; margin: 15px 0 25px; color: #f7fdfd; }

.valeurs-texte p { font-family: "Source Sans Pro", sans-serif; line-height: 1.7; margin-bottom: 25px; font-size: 1.1rem; }

/* ================================ BLOC IMAGE =================================== */
.valeurs-image { background-color: url("IMAGE-DE-CHEVAL-AJOUTER-ICI.webp"); background-size: cover; background-position: center; border-radius: 0 0 20px 0; }

.valeurs-texte { position: relative; /* nécessaire pour placer le bouton */ padding-bottom: 100px; /* espace pour ne pas masquer le texte */ }

.valeurs-btn { position: absolute; bottom: 30px; /* distance du bas de la carte */ left: 25%; transform: translateX(-50%); background: #09b0df; color: #f7fdfd; padding: 12px 28px; text-decoration: none; font-family: "Montserrat", sans-serif; font-size: 1rem; font-weight: 500; /* style LC Menuiserie */ border-top-left-radius: 18px; border-bottom-right-radius: 18px; border-top-right-radius: 0; border-bottom-left: 0; transition: 0.3s ease; }

.valeurs-btn:hover { background: #f7fdfd; color: #09b0df; }

/* ================================ RESPONSIVE =================================== */
@media (max-width: 900px) { .bloc-fixe-container { grid-template-columns: 1fr; } .valeurs-texte { margin-top: -120px; padding: 40px 30px; clip-path: polygon(0 0, 100% 0, 100% 92%, 88% 100%, 0 100%); } .valeurs-image { height: 260px; border-radius: 0 0 20px 20px; } }

@media (max-width: 600px) { .bloc-fixe-top { height: 100px; } }

/*---------------------------------------------------------------------------------------------------------------- RESEAUX SOCIAUX ----------------------------------------------------------------------------------------------------------------------- */
/* Section */
.lc-social { background-color: #0a2e50; text-align: center; padding: 90px 40px; color: #0a2e50; font-family: 'Lato', sans-serif; }

/* Titre */
.lc-social-header h2 { font-family: 'Dancing Script', cursive; font-size: 3rem; color: #FFF; margin-bottom: 15px; }

.lc-social-header p { font-size: 1.1rem; max-width: 650px; margin: 0 auto 45px; line-height: 1.7; color: #FFF; }

/* Icône Facebook */
.lc-social-links { display: flex; justify-content: center; align-items: center; }

.lc-social-item { display: flex; flex-direction: column; align-items: center; text-decoration: none; }

/* --- Icône --- */
.lc-social-item img { width: 70px; height: 70px; margin-bottom: 12px; transition: transform 0.3s ease; /* hover uniquement sur l’icone */ }

/* --- Hover seulement sur l’icône --- */
.lc-social-item img:hover { transform: scale(1.12); }

/* --- Texte Facebook --- */
.lc-social-item span { font-size: 1.1rem; color: #FFF; font-weight: 600; pointer-events: none; /* évite tout effet involontaire */ }

/* Responsive */
@media (max-width: 768px) { .lc-social { padding: 60px 25px; } .lc-social-header h2 { font-size: 2.4rem; } .lc-social-item img { width: 60px; height: 60px; } }

/*---------------------------------------------------------------------------------------------------------------- EN TETE SERVICES ----------------------------------------------------------------------------------------------------------------------- */
.services-banner { position: relative; padding: 140px 30px; text-align: center; color: #f7fdfd; background-size: cover; background-position: center; background-repeat: no-repeat; }

.services-banner-overlay { position: absolute; inset: 0; background: rgba(10, 46, 80, 0.25); /* overlay bleu foncé plus léger */ z-index: 1; }

.services-banner-content { position: relative; z-index: 2; }

.services-banner-title { font-family: 'Dancing Script', cursive; font-size: 3.2rem; margin-bottom: 15px; }

.services-banner-subtitle { font-family: 'Lato', sans-serif; font-size: 1.2rem; max-width: 650px; margin: 0 auto; opacity: 0.95; line-height: 1.7; }

/* Responsive */
@media (max-width: 768px) { .services-banner { padding: 90px 20px; } .services-banner-title { font-size: 2.4rem; } .services-banner-subtitle { font-size: 1.1rem; } }

/*---------------------------------------------------------------------------------------------------------------- RECAP DES SERVICES ----------------------------------------------------------------------------------------------------------------------- */
/* SECTION */
.services-cards-only { padding: 60px 40px; position: relative; /* nécessaire pour placer le trait */ }

.services-cards-only::after { content: ""; display: block; width: 1500px; /* largeur du trait (modifiable) */ height: 1px; background: #0a2e50; /* trait léger */ margin: 70px auto 0; /* centré + espace au-dessus */ }

/* GRID DES CARDS SUR 2 LIGNES */
.services-cards-container { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px 15px; max-width: 1400px; margin: 0 auto; }

/* CARD */
.service-card { background: #09b0df; height: 150px !important; padding: 20px 15px; text-decoration: none; /* Couleur FORCÉE pour écraser le CMS */ color: #f7fdfd !important; /* Empêcher le CMS de casser la mise en page */ display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: flex-start !important; border-top-left-radius: 0; border-bottom-right-radius: 0; border-top-right-radius: 24px; border-bottom-left-radius: 24px; transition: 0.25s ease; position: relative; /* évite que des éléments sortent */ }

/* WRAPPER POUR ALIGNER LES ICONES */
.card-icon { height: 55px; /* hauteur identique */ display: flex; justify-content: center; align-items: center; margin-bottom: 14px; }

/* ICÔNE */
.card-icon img { width: 50px; height: 50px; object-fit: contain; }

/* TITRE */
.card-title { font-family: 'Lato', sans-serif; font-size: 0.95rem; font-weight: 600; text-align: center; line-height: 1.3; color: #f7fdfd !important; /* FORCÉ pour contrer le CMS */ display: block; position: relative !important; /* empêche le CMS de repositionner */ margin-top: 10px; }

/* HOVER */
.service-card:hover { background: #0a2e50; color: #f7fdfd !important; }

.service-card:hover img { filter: brightness(0) invert(1); }

/* TABLETTES – 4 CARTES PAR LIGNE */
@media (max-width: 1100px) { .services-cards-container { grid-template-columns: repeat(4, 1fr); } }

/* TABLETTES MOYENNES – 3 CARTES PAR LIGNE */
@media (max-width: 800px) { .services-cards-container { grid-template-columns: repeat(3, 1fr); } }

/* MOBILE – 2 CARTES PAR LIGNE */
@media (max-width: 700px) { .services-cards-container { grid-template-columns: repeat(2, 1fr); } }

/*---------------------------------------------------------------------------------------------------------------- ZONE D'INTERVENTION ----------------------------------------------------------------------------------------------------------------------- */
/* SECTION */
.zone-intervention { padding: 80px 40px; background: #f7fdfd; }

/* CONTAINER */
.zone-container { display: flex; align-items: center; justify-content: space-between; gap: 50px; max-width: 1300px; margin: 0 auto; }

/* TEXTE */
.zone-text h2 { font-family: 'Dancing Script', cursive; font-size: 3rem; color: #0a2e50; margin-bottom: 15px; }

.zone-text p { font-family: 'Lato', sans-serif; font-size: 1.15rem; line-height: 1.7; color: #4a4a4a; max-width: 550px; }

/* RESPONSIVE */
@media (max-width: 900px) { .zone-container { flex-direction: column; text-align: center; } .zone-map img { max-width: 350px; margin-top: 20px; } }

/*---------------------------------------------------------------------------------------------------------------- FOURNISSEURS ----------------------------------------------------------------------------------------------------------------------- */
/* CONTENEUR PRINCIPAL */
.partners-container { width: 100%; max-width: 1400px; padding: 40px 0; margin: 0 auto; margin-top: 80px; }

/* TITRE */
.partners-title { text-align: center; color: #0a2e50; margin-bottom: 40px; font-size: 3rem; padding-bottom: 15px; max-width: 400px; margin-left: auto; margin-right: auto; }

/* ZONE DE DÉFILEMENT */
.partners-logos-wrapper { overflow: hidden; position: relative; width: 100%; padding: 20px 0; }

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

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

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

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

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

/* ===========================🌊 SAVOIR-FAIRE PLEIN ÉCRAN ============================ */
.fd-savoirfaire-full { background-color: #F7fdfd; color: #0a2e50; width: 100vw; margin: 0; padding: 0; overflow-x: hidden; }

.fd-savoirfaire-container { display: flex; justify-content: space-evenly; align-items: center; /* ✅ centrage vertical */ width: 100%; min-height: 450px; text-align: center; }

/* --- Éléments --- */
.fd-savoirfaire-item { flex: 1; padding: 40px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: center; }

/* --- Icônes PNG --- */
.fd-icon img { width: 150px; /* ✅ taille modifiable ici */ height: auto; margin-bottom: 25px; opacity: 0.9; }

/* --- Titres --- */
.fd-savoirfaire-item h3 { font-size: 3rem; margin-bottom: 10px; color: #0a2e50; }

/* --- Paragraphes --- */
.fd-savoirfaire-item p { color: #0a2e50; opacity: 0.9; font-size: 1rem; line-height: 1.6; max-width: 350px; margin: 0 auto; }

/* --- Séparateur --- */
.fd-divider { width: 1px; height: 200px; background-color: #0a2e50; align-self: center; }

/* --- Responsive --- */
@media (max-width: 1024px) { .fd-savoirfaire-container { flex-direction: column; align-items: center; } .fd-divider { width: 50%; height: 1px; background-color: rgba(255, 255, 255, 0.3); margin: 25px 0; } .fd-savoirfaire-item { width: 100%; max-width: 600px; padding: 50px 20px; } .fd-icon img { width: 70px; } }

/* ====================================================================🧱 RÉALISATIONS - LC Menuiserie ================================================================ */
.realisations-section { background-color: #f7fdfd; padding: 100px 40px; text-align: center; }

.realisations-header { max-width: 800px; margin: 0 auto 50px; }

.realisations-header h2 { font-family: 'Dancing Script', cursive; font-size: 2.5rem; color: #383433; margin-bottom: 15px; }

.realisations-header p { font-family: 'Lato', sans-serif; color: #726b65; font-size: 1.1rem; line-height: 1.6; }

/* ----- ONGLET / BOUTONS ----- */
.realisations-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 40px; }

.tab-button { font-family: 'Antonio', sans-serif; background-color: #09b0df; color: #f7fdfd; border: none; padding: 12px 22px; border-radius: 5px; letter-spacing: 0.5px; cursor: pointer; transition: all 0.3s ease; }

.tab-button:hover { background-color: #0a2e50; color: #f7fdfd; }

.tab-button.active { background-color: #0a2e50; color: #f7fdfd; }

/* ----- CONTENU DES ONGLET ----- */
.tab-content { display: none; animation: fadeIn 0.5s ease; }

.tab-content.active { display: block; }

/* ----- GALERIE (3x3) ----- */
.gallery { display: grid; grid-template-columns: repeat(3, 300px); /* ✅ 3 colonnes fixes */ justify-content: center; gap: 25px; /* ✅ espace entre les photos */ margin-top: 40px; }

.gallery img { width: 300px; height: 300px; object-fit: cover; object-position: center; border-radius: 0; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12); transition: transform 0.3s ease; background-color: #ccc; }

.gallery img:hover { transform: scale(1.05); }

/* ----- ANIMATION ----- */
@keyframes fadeIn { from { opacity: 0;
    transform: translateY(10px); }
  to { opacity: 1;
    transform: translateY(0); } }

/* ----- RESPONSIVE ----- */
@media (max-width: 1024px) { .gallery { grid-template-columns: repeat(2, 280px); /* ✅ 2 colonnes sur tablette */ gap: 20px; } }

@media (max-width: 650px) { .gallery { grid-template-columns: 1fr; /* ✅ 1 colonne sur mobile */ } .gallery img { width: 100%; max-width: 320px; height: auto; } }

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