@charset "UTF-8";
@import url(main.css);
/*---------------------------------------- MODIFICATIONS PAGES SEO --------------------------------------*/
.d-flex.flex-column.flex-lg-row.align-items-center { font-family: 'Luckiest Guy', cursive; }

a.nav-link.fs-6.dropdown-toggle.px-0.text-color-secondary.text-center { color: #042d62 !important; }

.fs-6.lead { color: #042d62; }

a.fw-light.grow.button_header.text-color-fourth.rounded-pill.p-2.text-decoration-none.all-activities-button { border-radius: 6px !important; border: 2px solid #042d62; }

a.fw-light.grow.button_header.text-color-fourth.rounded-pill.p-2.text-decoration-none.all-activities-button:hover { border-radius: 6px !important; border: 2px solid #042d62; color: #042d62 !important; }

a.dropdown-item.text-color-fourth:hover { background-color: #f7f3f2 !important; color: #042d62 !important; }

h1.display-4.fw-bold.bandeauTitre.titles.text-color-seventh { color: #042d62 !important; }

.maps-section.position-relative.bg-primaryColor { display: none; }

h2.display-6.fw-bold.p-3.pt-lg-3.m-0.titles { color: #042d62; }

a.button_homepageDoubleScreen.ctaLinks-button.text-color-fourth.p-3.fs-6.fw-bold.m-2 { border-radius: 6px !important; border: 2px solid #042d62; }

a.button_homepageDoubleScreen.ctaLinks-button.text-color-fourth.p-3.fs-6.fw-bold.m-2:hover { border-radius: 6px !important; border: 2px solid #042d62; color: #042d62 !important; }

/*---------------------------------------- AUTRES MODIFICATIONS --------------------------------------*/
element.style { align-content: center; height: 100%; width: 12vw; }

.mx-auto.col-lg-11.px-4.py-4.mb-5.mt-5.text-color-primary.rounded-3.shadow-lg.bg-primaryColor.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; }

/*---------------------------------------- GESTION DES COOKIES --------------------------------------*/
.cc-nb-main-container { background-color: #f7f3f2; }

button.cc-nb-okagree { border-radius: 6px !important; }

button.cc-nb-reject { border-radius: 6px !important; }

button.cc-nb-changep { border-radius: 6px !important; }

div#termsfeed-com---nb { border-radius: 6px !important; }

/*----------------------------------------Formulaire de contact--------------------------------------*/
#contact { background-color: transparent; margin-top: -100px; margin-bottom: 50px; }

#contact .row.align-items-center.g-lg-5.py-5.position-relative { display: flex; flex-direction: column; width: 50vw; background-color: #042D62; margin-left: auto; margin-right: auto; border-radius: 15px; }

@media (max-width: 768px) { #contact .row.align-items-center.g-lg-5.py-5.position-relative { width: 90vw; } #contact { margin-top: -50px; } }

#contact .col-lg-6 { width: 100% !important; }

button.w-100.btn.btn-outline-dark { color: #f7f3f2; background-color: #042d62; border: 2px solid #f7f3f2; }

button.w-100.btn.btn-outline-dark:hover { color: #042d62; background-color: #f7f3f2; border: 2px solid #042d62; }

.checkbox.mb-3 { color: #042d62; }

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

.text-color-third { color: #042d62 !important; }

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

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

a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone { border-radius: 6px !important; border: 2px solid #042d62; }

a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone:hover { color: #042d62 !important; border: 2px solid #042d62; }

/* ------------------------------------------------------------------------------------------------------- HERO SECTION (Toujours 100% de l’écran) ------------------------------------------------------------------------------------------------------- */
.hero-section { position: relative; width: 100%; height: 100vh; /* ne dépasse JAMAIS l’écran */ background: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FoDgCcHgVj3Og14IZDrGk7bF50pF2%2Fimages%2FIdentite_visuelle_Prazeres_Pere_Fils_1_czx8.webp") center/cover no-repeat; display: flex; flex-direction: column; align-items: center; justify-content: center; /* centre verticalement le contenu */ overflow: hidden; }

/* Overlay sombre */
.hero-overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.45); z-index: 1; }

/* ---------------------------------------------------------- */
/* LOGO (350px) */
/* ---------------------------------------------------------- */
.hero-logo { width: 400px; z-index: 2; /* On place le logo plus haut MAIS toujours dans le viewport */ margin-bottom: 40px; transform: translateY(-40px); filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4)); }

/* ---------------------------------------------------------- */
/* TEXTE */
/* ---------------------------------------------------------- */
.hero-content { z-index: 2; text-align: center; color: #ffffff; padding: 0 20px; /* On descend légèrement le bloc texte pour équilibrer */ transform: translateY(-20px); }

.hero-subtitle { font-family: 'Montserrat', sans-serif; letter-spacing: 2px; font-size: 15px; text-transform: uppercase; margin-bottom: 15px; opacity: 0.9; }

.hero-title { font-family: 'Luckiest Guy', cursive; font-size: 58px; line-height: 1.1; margin-top: 50px; margin-bottom: 120px; /* espace bouton */ text-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); }

/* ---------------------------------------------------------- */
/* BOUTON */
/* ---------------------------------------------------------- */
.hero-btn { background: #042d62; color: white; padding: 16px 36px; border-radius: 6px; border: 2px solid #042d62; text-transform: uppercase; font-family: 'Montserrat', sans-serif; font-size: 15px; letter-spacing: .5px; text-decoration: none; transition: background .25s ease, transform .25s ease; }

.hero-btn:hover { background: #F7F3F2; transform: translateY(-3px); color: #042d62; border: 2px solid #042d62; }

/* ---------------------------------------------------------- */
/* RESPONSIVE */
/* ---------------------------------------------------------- */
@media (max-width: 992px) { .hero-logo { width: 260px; transform: translateY(-20px); } .hero-title { font-size: 45px; margin-bottom: 30px; } }

@media (max-width: 768px) { .hero-logo { width: 220px; transform: translateY(-10px); margin-bottom: 5px; } .hero-title { font-size: 38px; margin-bottom: 70px; } }

@media (max-width: 480px) { .hero-logo { width: 180px; margin-bottom: 40px; transform: none; } .hero-content { transform: none; } .hero-title { font-size: 30px; margin-bottom: 55px; } .hero-subtitle { font-size: 12px; margin-bottom: 22px; } .hero-btn { padding: 12px 24px; font-size: 13px; } }

/* ---------------------------------------------------------------------------------------------------------------- SECTION : PRESTATIONS ---------------------------------------------------------------------------------------------------------------- */
.prestations-section { background-color: #F7F3F2; padding: 150px 0; text-align: center; }

.section-title { font-family: 'Luckiest Guy', cursive; color: #042d62; font-size: 36px; margin-bottom: 10px; }

.section-underline { width: 60px; height: 2px; background: #042d62; margin: 0 auto 50px auto; }

/* ---------------------------------------------------------- */
/* GRID */
/* ---------------------------------------------------------- */
.prestations-grid { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }

/* ---------------------------------------------------------- */
/* FLIP CARDS (DESKTOP = ratio fixe) */
/* ---------------------------------------------------------- */
.flip-card { width: 320px; perspective: 1000px; cursor: pointer; transition: box-shadow .3s ease; }

.flip-card-inner { position: relative; width: 100%; padding-top: 125%; /* ratio ~1.25 = 320x400 */ transform-style: preserve-3d; transition: transform .8s; }

.flip-card.active .flip-card-inner { transform: rotateY(180deg); }

/* ---------------------------------------------------------- */
/* FACES */
/* ---------------------------------------------------------- */
.flip-card-front, .flip-card-back { position: absolute; inset: 0; border-radius: 16px; overflow: hidden; backface-visibility: hidden; transition: box-shadow .3s ease, transform .3s ease; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12); }

/* ---------------------------------------------------------- */
/* RECTO */
/* ---------------------------------------------------------- */
.flip-card-front { background: #F7F3F2; display: flex; flex-direction: column; }

.flip-card-front img { width: 100%; height: 75%; object-fit: cover; display: block; }

.flip-card-front h3 { height: 45%; /* tout l’espace sous l’image */ display: flex; justify-content: center; /* centre horizontalement */ align-items: center; /* centre verticalement */ text-align: center; font-family: 'Luckiest Guy', cursive; color: #042d62; text-transform: uppercase; font-size: 18px; margin: 0; padding: 0 15px; }

/* Ombre au hover (uniquement recto) */
.flip-card:hover .flip-card-front { box-shadow: 0 45px 90px rgba(0, 0, 0, 0.28), 0 25px 40px rgba(0, 0, 0, 0.18); }

/* ---------------------------------------------------------- */
/* VERSO */
/* ---------------------------------------------------------- */
.flip-card-back { background: #042d62; color: #ffffff; transform: rotateY(180deg); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 30px 22px; }

.flip-card-back h3 { font-family: 'Montserrat', sans-serif; font-size: 20px; margin: 0 0 15px 0; }

.flip-card-back p { font-family: 'Montserrat', sans-serif; line-height: 1.6; font-size: 15px; margin: 0; }

/* Ombre lorsque la carte est retournée */
.flip-card.active .flip-card-back { box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25), 0 10px 25px rgba(0, 0, 0, 0.15); }

/* ---------------------------------------------------------- */
/* RESPONSIVE */
/* ---------------------------------------------------------- */
/* TABLETTES */
@media (max-width: 992px) { .prestations-grid { gap: 30px; } .flip-card { width: 300px; } }

/* MOBILES = hauteur fixe → anti-décalage */
@media (max-width: 600px) { .section-title { font-size: 28px; } .prestations-grid { gap: 25px; } /* Carte mobile */ .flip-card { width: 90%; max-width: 330px; height: 360px; /* hauteur fixe */ overflow: hidden; /* évite tout dépassement */ } /* Élément qui tourne */ .flip-card-inner { padding-top: 0 !important; height: 100%; } /* Faces */ .flip-card-front, .flip-card-back { height: 100%; overflow: hidden; box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2), 0 6px 12px rgba(0, 0, 0, 0.12); /* Ombre fixe en mobile */ } /* IMAGE RECTO */ .flip-card-front img { height: 190px; } /* TITRE RECTO */ .flip-card-front h3 { font-size: 16px; padding: 16px; } /* VERSO — scroll interne si besoin */ .flip-card-back { padding: 20px 18px; display: flex; flex-direction: column; justify-content: flex-start; overflow-y: auto; /* Scroll interne si texte long */ } .flip-card-back h3 { font-size: 17px; margin: 10px 0 12px 0; } .flip-card-back p { font-size: 14px; line-height: 1.5; margin: 0; } /* Carte retournée en mobile → ombre renforcée */ .flip-card.active .flip-card-back { box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22), 0 10px 24px rgba(0, 0, 0, 0.16); } }

/* ---------------------------------------------------------------------------------------------------------------  SECTION A PROPOS --------------------------------------------------------------------------------------------------------------- */
.about-section { position: relative; padding: 100px 0; background: #ffffff; }

/* Bande beige pleine largeur en haut */
.about-section::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 90px; /* hauteur du padding beige */ background: #F7F3F2; z-index: 1; }

/* CONTENU */
.about-wrapper { position: relative; z-index: 3; /* passe au-dessus du beige */ width: 90%; max-width: 1400px; margin: 0 auto; display: flex; align-items: flex-start; gap: 60px; }

/* Bande bleue verticale */
.blue-strip { position: absolute; left: -20px; /* distance par rapport au bord de l’image */ top: 0; width: 40px; /* largeur de la bande bleu */ height: 100%; /* même hauteur que l’image */ background: #042d62; /* ton bleu foncé */ z-index: 4; /* juste derrière l’image */ border-radius: 0px; }

/* ---------------------------------------------------------- */
/* IMAGE GAUCHE */
/* ---------------------------------------------------------- */
.about-image-container { position: relative; width: 50%; z-index: 5; margin-top: -100px; }

.about-image { width: 100%; border-radius: 0px; display: block; max-height: 650px; object-fit: cover; }

/* ---------------------------------------------------------- */
/* TEXTE A DROITE */
/* ---------------------------------------------------------- */
.about-content { width: 50%; padding-top: 20px; }

.about-subtitle { font-family: 'Montserrat', sans-serif; text-transform: uppercase; font-size: 14px; color: #6c6c6c; letter-spacing: 1px; margin-bottom: 12px; }

.about-title { font-family: 'Luckiest Guy', cursive; color: #042d62; font-size: 42px; margin-bottom: 25px; margin-top: 20px; }

.about-desc { font-family: 'Montserrat', sans-serif; font-size: 16px; line-height: 1.7; color: #333; margin-bottom: 22px; }

/* CITATIONS */
.about-quote { display: flex; align-items: flex-start; gap: 15px; margin: 18px 0; }

.quote-icon { font-size: 32px; color: #042d62; line-height: 1; margin-top: -5px; }

.about-quote p { font-family: 'Montserrat', sans-serif; font-size: 15px; color: #555; line-height: 1.6; max-width: 520px; }

/* ---------------------------------------------------------- */
/* RESPONSIVE */
/* ---------------------------------------------------------- */
@media (max-width: 992px) { .about-wrapper { flex-direction: column; } .about-image-container, .about-content { width: 100%; } }

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

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

section.gallery-section { 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 sombre */
.gallery-item::after { content: ""; position: absolute; inset: 0; background: #042d62; 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.8); 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: white; 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; } }

/* ---------------------------------------------------------------------------------------------------------------------  PICTO SECTION  -------------------------------------------------------------------------------------------------------------------------- */
/* ============================ 🌊 SAVOIR-FAIRE PLEIN ÉCRAN  ============================ */
.fd-savoirfaire-full { background-color: #FFFFFF; color: #042D62; font-family: 'Luckiest Guy', cursive; 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: 80px; /* ✅ taille modifiable ici */ height: auto; margin-bottom: 25px; opacity: 0.9; }

/* --- Titres --- */
.fd-savoirfaire-item h3 { font-family: 'Luckiest Guy', cursive; font-size: 1.4rem; text-transform: uppercase; margin-bottom: 10px; color: #042D62; }

/* --- Paragraphes --- */
.fd-savoirfaire-item p { color: #042D62; 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: #042D62; 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: #042D62; margin: 25px 0; } .fd-savoirfaire-item { width: 100%; max-width: 600px; padding: 50px 20px; } .fd-icon img { width: 70px; } }

/* -------------------------------------------------------------------------------------------------------------- MAPS ---------------------------------------------------------------------------------------------------------------------------------------- */
.contact-map-section { position: relative; width: 100%; margin-top: 80px; padding-bottom: 80px; /* espace sous les cards pour que le footer ne touche pas */ }

/* MAP EN FOND */
.contact-map-bg { width: 100%; height: 450px; overflow: hidden; position: relative; }

.contact-map-bg iframe { width: 100%; height: 100%; filter: brightness(0.9); /* sombre comme ton exemple */ }

/* CONTAINER DES CARDS */
.contact-map-cards { position: relative; /* plus d'absolu -> reste dans le flux */ max-width: 1100px; margin: -120px auto 0; /* remonte les cards sur la map */ display: flex; justify-content: center; gap: 35px; flex-wrap: nowrap; /* une seule ligne */ white-space: nowrap; z-index: 2; /* au-dessus de la map */ }

/* RESPONSIVE */
@media (max-width: 900px) { .contact-map-cards { flex-direction: column; /* les cartes passent en colonne */ align-items: center; gap: 25px; white-space: normal; /* autorise les retours à la ligne */ margin-top: -100px; /* overlap plus doux sur mobile */ } }

@media (max-width: 600px) { .contact-map-bg { height: 320px; } }

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