@charset "UTF-8";
@import url(main.css);
.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: 0 0rem 0rem black !important; }

img.after-image-gallery { border-radius: 30px; }

img.before-image-gallery { border-radius: 30px; }

h1 { text-shadow: 5px 5px 5px #000000 !important; }

h1 { padding-bottom: 2rem; }

.slider-with-features-carousel-logo { height: 35vh !important; }

.svg-picto-card > svg { width: 50%; }

#inverse > .flex-lg-row-reverse { flex-direction: row !important; }

.fixed-caption { padding: 80px !important; }

/* stoppe toute animation/transition sur l’image */
.carousel-inner-homepage .carousel-item-homepage > img { -webkit-animation: none !important; animation: none !important; -webkit-transition: none !important; transition: none !important; }

lottie-player.lottie-scroll { display: none; }

.carousel-item-homepage img { filter: brightness(100%) !important; }

.logo-footer > .logo_nav { height: 30vh !important; }

.text-color-fourth { color: #ffffff !important; }

.background-image-div-opacity { background-attachment: local !important; }

#cta.d-flex.align-items-center.justify-content-center.px-4.py-5.text-center.cta_banner.bg-sixthColor.position-relative { padding-top: 15rem !important; padding-bottom: 15rem !important; }

div#reverse { padding-top: 10rem !important; padding-bottom: 10rem !important; }

.text-color-secondary { color: #5e6467 !important; }

.text-color-third { color: #5e6467 !important; }

/*-------------------Services--------------------------*/
/* ===== Bloc Services ===== */
.bloc-service { width: 100%; padding: 4rem 2rem; background: #ffffff; }

.bloc-service .bloc-service__container { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2rem; max-width: 1500px; margin: 0 auto; }

/* --- Carte --- */
.bloc-service .bloc-service__card { position: relative; overflow: hidden; border-radius: 1.5rem; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); transition: transform 0.4s ease, box-shadow 0.4s ease; height: 460px; }

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

/* --- Overlay --- */
.bloc-service .bloc-service__overlay { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; color: #fff; background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 65%); padding: 2rem; display: flex; flex-direction: column; justify-content: flex-end; }

/* --- Contenu aligné --- */
.bloc-service .bloc-service__content { display: flex; flex-direction: column; justify-content: flex-end; max-height: 45%; overflow: hidden; padding-right: 0.5rem; /* vrai retrait interne à droite */ }

.bloc-service .bloc-service__content h3 { font-size: 1.4rem; font-weight: 700; margin-bottom: 0.8rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-height: 2.3rem; }

.bloc-service .bloc-service__content p { font-size: 1rem; line-height: 1.5; margin: 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; min-height: 4.5rem; padding-right: 0.2rem; /* empêche le bord visuel */ }

/* --- Bouton --- */
.bloc-service .bloc-service__btn { display: inline-block; padding: 0.6rem 1.5rem; border: 2px solid #fff; border-radius: 50px; color: #fff; font-weight: 600; text-decoration: none; font-size: 0.95rem; width: fit-content; transition: all 0.3s ease; margin-top: 1rem; }

.bloc-service .bloc-service__btn:hover { background-color: #fff; color: #000; }

/* --- Responsive --- */
@media (max-width: 768px) { .bloc-service .bloc-service__overlay { padding: 1.5rem; } .bloc-service .bloc-service__content h3 { font-size: 1.2rem; } .bloc-service .bloc-service__content p { font-size: 0.9rem; } }

/*-------------------Avis--------------------------*/
/* ===== Bloc Avis avec image de fond ===== */
.bloc-avis-image { position: relative; width: 100%; padding: 140px 20px; text-align: center; background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FKOmGTdoJVLWPheIi2ml2jn2IT3J3%2Fimages%2Fplaquiste_4_gd8o.webp"); background-size: cover; /* l’image couvre toute la largeur et hauteur */ background-position: center; /* centrée verticalement et horizontalement */ background-repeat: no-repeat; overflow: hidden; }

/* Pour garantir lisibilité du texte sans voile */
.bloc-avis-image::before { content: ""; position: absolute; inset: 0; background: rgba(255, 255, 255, 0.3); /* léger filtre blanc translucide */ z-index: 0; }

/* ===== Contenu ===== */
.bloc-avis-image__content { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; }

/* Titre */
.bloc-avis-image h2 { font-size: 2.4rem; font-weight: 700; font-family: Cinzel; color: #4596c0; margin-bottom: 10px; text-transform: uppercase; }

/* Sous-titre */
.bloc-avis-image__intro { font-size: 1.15rem; color: #4596c0; margin-bottom: 50px; }

/* ===== Grille ===== */
.bloc-avis-image__container { display: flex; justify-content: center; align-items: stretch; flex-wrap: wrap; gap: 30px; }

/* ===== Cartes ===== */
.bloc-avis-image__card { background: rgba(255, 255, 255, 0.9); border-radius: 16px; width: 320px; padding: 35px 25px; box-shadow: 0 8px 22px rgba(0, 0, 0, 0.15); display: flex; flex-direction: column; justify-content: space-between; text-align: center; border: 2px solid transparent; transition: all 0.4s ease; opacity: 0; transform: translateY(30px); animation: fadeInUp 0.7s ease forwards; }

@keyframes fadeInUp { to { opacity: 1;
    transform: translateY(0); } }

/* Hover */
.bloc-avis-image__card:hover { transform: translateY(-8px); border-color: #ef8cbf; box-shadow: 0 12px 25px rgba(255, 204, 2, 0.25); }

/* Nom */
.bloc-avis-image__card h3 { font-weight: 700; font-size: 1.2rem; color: #4596c0; margin-bottom: 5px; }

/* Date */
.bloc-avis-image__date { color: #4596c0; font-size: 0.9rem; margin-bottom: 15px; opacity: 0.8; }

/* Texte */
.bloc-avis-image__texte { flex-grow: 1; display: flex; align-items: center; justify-content: center; color: #000000; font-size: 0.95rem; line-height: 1.6; margin: 15px 0; padding: 0 10px; }

/* Étoiles */
.bloc-avis-image__stars { color: #e969ab; font-size: 1.1rem; letter-spacing: 2px; animation: starsGlow 2s ease-in-out infinite alternate; }

@keyframes starsGlow { from { opacity: 0.85;
    transform: scale(1); }
  to { opacity: 1;
    transform: scale(1.05); } }

/* ===== Responsive ===== */
@media (max-width: 768px) { .bloc-avis-image { padding: 80px 16px; background-attachment: scroll; /* désactive le fixed sur mobile */ } .bloc-avis-image h2 { font-size: 2rem; } .bloc-avis-image__intro { font-size: 1rem; margin-bottom: 40px; } .bloc-avis-image__card { width: 100%; max-width: 350px; } }

/*-------------------Menuiserie--------------------------*/
/* ===== SECTION ===== */
.menuiserie-intérieur { position: relative; background: url("https://firebasestorage.googleapis.com/v0/b/refpro-app-ca244.appspot.com/o/customers%2FKOmGTdoJVLWPheIi2ml2jn2IT3J3%2Fimages%2Fplaquiste_4_gd8o.webp?alt=media&token=b8ffc506-e4bc-4251-8657-e707c46240ea") no-repeat center center/cover; color: #2b2b2b; width: 100%; padding: 120px 20px; margin-top: 0px; margin-top: 0px; }

.menuiserie-intérieur__overlay { background: rgba(255, 255, 255, 0); width: 100%; padding: 80px 0; }

.menuiserie-intérieur__wrapper { max-width: 1300px; margin: 0 auto; text-align: center; position: relative; }

/* ===== TITRE PRINCIPAL ===== */
.menuiserie-intérieur__title { font-family: 'Playfair Display', serif; font-size: 2.8rem; font-weight: 700; color: #4596c0; margin-bottom: 60px; text-transform: uppercase; letter-spacing: 1px; }

/* ===== CONTENEUR ===== */
.menuiserie-intérieur__container { display: flex; justify-content: center; align-items: stretch; gap: 40px; flex-wrap: wrap; }

/* ===== CARTE ===== */
.menuiserie-intérieur__card { background: var(--border-color); padding: 1px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); display: flex; align-items: stretch; justify-content: center; border-radius: 8px; width: 260px; height: 320px; transition: none !important; /* ✅ supprime tout effet d’animation */ transform: none !important; /* ✅ supprime tout déplacement */ }

/* ✅ désactive aussi tout hover sur les cartes */
.menuiserie-intérieur__card:hover { transform: none !important; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08) !important; }

.menuiserie-intérieur__inner { background: #f9f8f4; border: 1px solid rgba(0, 0, 0, 0.1); padding: 40px 20px; text-align: center; width: 100%; display: flex; flex-direction: column; justify-content: flex-start; border-radius: 6px; transform: none !important; }

.menuiserie-intérieur__label { font-size: 0.8rem; color: #6c6c6c; letter-spacing: 1px; margin-bottom: 15px; min-height: 20px; }

.menuiserie-intérieur__inner h3 { font-weight: 600; font-size: 1.3rem; line-height: 1.4; color: #000000; margin: 15px 0 25px 0; min-height: 48px; display: flex; align-items: center; justify-content: center; }

.menuiserie-intérieur__inner ul { list-style: none; padding: 0; margin: 0; font-size: 0.9rem; color: #3a3a3a; line-height: 1.8; }

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) { .menuiserie-intérieur__container { gap: 30px; padding: 0 5vw; /* un peu plus d’espace sur les bords */ } .menuiserie-intérieur__card { width: 45%; max-width: none; flex: 1 1 45%; height: auto; } }

@media (max-width: 600px) { .menuiserie-intérieur__container { flex-direction: column; align-items: center; gap: 25px; padding: 0 8vw; /* ✅ marge agréable sur mobile */ } .menuiserie-intérieur__card { width: 100%; max-width: 500px; } .menuiserie-intérieur__inner { padding: 35px 20px; } .menuiserie-intérieur__title { font-size: 2.2rem; margin-bottom: 40px; } }

/*-------------------Menuiserie--------------------------*/
.certif-qualibat { display: flex; justify-content: center; align-items: center; padding: 100px 20px; background: #ffffff; }

.certif-qualibat__content { display: flex; align-items: center; gap: 50px; max-width: 1100px; text-align: left; }

/* ✅ Lien cliquable sans soulignement */
.certif-qualibat__link { display: inline-block; text-decoration: none; cursor: pointer; }

.certif-qualibat__logo { width: 300px; height: auto; border-radius: 50%; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; }

/* ✅ Petit effet de survol */
.certif-qualibat__logo:hover { transform: scale(1.07); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }

.certif-qualibat__text { font-family: 'Playfair Display', serif; color: #1e5a9d; }

.certif-qualibat__subtitle { font-size: 1.4rem; letter-spacing: 3px; text-transform: uppercase; color: #7a8fa8; margin-bottom: 10px; }

.certif-qualibat__title { font-size: 3rem; font-weight: 700; color: #176eb0; margin: 0; letter-spacing: 1px; }

.certif-qualibat__title span { color: #3a9fd9; }

@media (max-width: 900px) { .certif-qualibat__content { flex-direction: column; text-align: center; gap: 25px; } .certif-qualibat__logo { width: 150px; } .certif-qualibat__subtitle { font-size: 1.1rem; } .certif-qualibat__title { font-size: 2.4rem; } }

@media (max-width: 500px) { .certif-qualibat__logo { width: 130px; } .certif-qualibat__title { font-size: 2rem; } }

/*-------------------Galerie Custom--------------------------*/
#custom-gallery { padding-top: 40px; }

@media screen and (min-width: 991px) { #custom-gallery { padding: 60px 30px 0 30px; } }

#custom-gallery .image { height: 400px !important; margin: 20px 0; }

.img-wrapper { position: relative; height: 100%; margin-top: 15px; }

.img-wrapper img { width: 100%; }

.img-overlay { background: rgba(0, 0, 0, 0.7); width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; opacity: 0; }

.img-overlay i { color: #fff; font-size: 3em; }

#overlay { background: rgba(0, 0, 0, 0.7); width: 100%; height: 100%; position: fixed; top: 0; left: 0; display: flex; justify-content: center; align-items: center; z-index: 999; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

#overlay img { margin: 0; width: 80%; height: auto; object-fit: contain; padding: 5%; }

@media screen and (min-width: 768px) { #overlay img { width: 60%; } }

@media screen and (min-width: 1200px) { #overlay img { width: 50%; } }

#nextButton { color: #fff; font-size: 2em; transition: opacity 0.8s; }

#nextButton:hover { opacity: 0.7; }

@media screen and (min-width: 768px) { #nextButton { font-size: 3em; } }

#prevButton { color: #fff; font-size: 2em; transition: opacity 0.8s; }

#prevButton:hover { opacity: 0.7; }

@media screen and (min-width: 768px) { #prevButton { font-size: 3em; } }

#exitButton { color: #fff; font-size: 2em; transition: opacity 0.8s; position: absolute; top: 15px; right: 15px; }

#exitButton:hover { opacity: 0.7; }

@media screen and (min-width: 768px) { #exitButton { font-size: 3em; } }

.img-responsive { height: 100% !important; object-fit: cover !important; }

/*-------------------Fournisseurs--------------------------*/
/* ===== SECTION ===== */
.fournisseurs-bloc { display: flex; justify-content: center; align-items: center; padding: 100px 20px; background: #ffffff; }

/* ===== CONTENEUR GLOBAL ===== */
.fournisseurs-bloc__wrapper { display: flex; justify-content: center; align-items: center; gap: 120px; flex-wrap: nowrap; max-width: 1600px; width: 100%; }

/* ===== BLOC INDIVIDUEL ===== */
.fournisseurs-bloc__content { display: flex; align-items: center; gap: 40px; text-align: left; }

/* ===== IMAGE ===== */
.fournisseurs-bloc__logo { width: 200px; height: auto; border-radius: 50%; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); cursor: default; }

/* ===== TEXTE ===== */
.fournisseurs-bloc__text { font-family: 'Playfair Display', serif; }

.fournisseurs-bloc__subtitle { font-size: 1.4rem; letter-spacing: 3px; text-transform: uppercase; color: #7a8fa8; margin-bottom: 10px; }

.fournisseurs-bloc__title { font-size: 3rem; font-weight: 700; margin: 0; letter-spacing: 1px; }

/* ✅ Couleurs personnalisées */
.fournisseurs-bloc__title--vert { color: #197b41; /* vert Chausson Matériaux */ }

.fournisseurs-bloc__title--vert span { color: #2b9d56; }

.fournisseurs-bloc__title--orange { color: #e65100; /* orange Point.P */ }

.fournisseurs-bloc__title--orange span { color: #ff7043; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) { .fournisseurs-bloc__wrapper { gap: 60px; } .fournisseurs-bloc__logo { width: 220px; } .fournisseurs-bloc__title { font-size: 2rem; } }

@media (max-width: 850px) { .fournisseurs-bloc__wrapper { flex-direction: column; gap: 50px; } .fournisseurs-bloc__content { flex-direction: column; text-align: center; gap: 25px; } .fournisseurs-bloc__logo { width: 180px; } }

@media (max-width: 500px) { .fournisseurs-bloc { padding: 60px 20px; } .fournisseurs-bloc__title { font-size: 2rem; } }

/*-------------------Partenaires--------------------------*/
/* ===== SECTION ===== */
.partenaires-bloc { display: flex; justify-content: center; align-items: center; padding: 80px 20px; background: #ffffff; }

/* ===== CONTENEUR GLOBAL ===== */
.partenaires-bloc__wrapper { display: flex; justify-content: center; align-items: center; gap: 80px; flex-wrap: nowrap; max-width: 1700px; width: 100%; }

/* ===== BLOC INDIVIDUEL ===== */
.partenaires-bloc__content { display: flex; align-items: center; gap: 25px; text-align: left; flex: 1 1 0; min-width: 0; }

/* ✅ Décalage du texte seulement pour le 2ᵉ bloc */
.partenaires-bloc__text--center { transform: translateY(-20px); }

/* ===== IMAGE ===== */
.partenaires-bloc__logo { width: 200px; height: auto; border-radius: 50%; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); cursor: default; }

/* ===== TEXTE ===== */
.partenaires-bloc__text { font-family: 'Playfair Display', serif; }

.partenaires-bloc__subtitle { font-size: 1.1rem; letter-spacing: 2px; text-transform: uppercase; color: #7a8fa8; margin-bottom: 8px; }

.partenaires-bloc__title { font-size: 2.2rem; font-weight: 700; margin: 0; letter-spacing: 0.5px; }

/* ✅ Couleurs personnalisées */
.partenaires-bloc__title--vert { color: #197b41; }

.partenaires-bloc__title--vert span { color: #2b9d56; }

.partenaires-bloc__title--orange { color: #e65100; }

.partenaires-bloc__title--orange span { color: #ff7043; }

.partenaires-bloc__title--bleu { color: #176eb0; }

.partenaires-bloc__title--bleu span { color: #3a9fd9; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1250px) { .partenaires-bloc__wrapper { gap: 50px; } .partenaires-bloc__logo { width: 160px; } .partenaires-bloc__title { font-size: 1.9rem; } .partenaires-bloc__text--center { transform: translateY(-15px); } }

@media (max-width: 950px) { .partenaires-bloc__wrapper { flex-direction: column; gap: 60px; } .partenaires-bloc__content { flex-direction: column; text-align: center; gap: 20px; } .partenaires-bloc__text--center { transform: none; /* ✅ désactivé sur mobile */ } .partenaires-bloc__logo { width: 150px; } }

@media (max-width: 500px) { .partenaires-bloc { padding: 60px 20px; } .partenaires-bloc__title { font-size: 1.8rem; } }

/*-------------------Vague--------------------------*/
.bloc-vague { position: relative; width: 100%; min-height: 600px; overflow: hidden; display: flex; align-items: center; justify-content: center; padding: 160px 20px; }

.bloc-vague svg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }

.bloc-vague-content { position: relative; z-index: 2; max-width: 1200px; width: 100%; display: flex; align-items: center; gap: 60px; padding: 0 20px; margin: 0 auto; }

.bloc-vague-image { flex: 0 0 45%; position: relative; }

.bloc-vague-image img { width: 100%; height: auto; display: block; }

.bloc-vague-text { flex: 1; color: white; padding: 20px; max-width: 600px; }

.bloc-vague-text h2 { font-size: clamp(24px, 3.5vw, 42px); font-weight: 700; line-height: 1.2; margin: 0 0 25px 0; font-family: Georgia, serif; }

.bloc-vague-text p { font-size: clamp(15px, 1.6vw, 18px); line-height: 1.6; margin: 0 0 18px 0; font-family: Arial, sans-serif; }

.bloc-vague-text p strong { font-weight: 700; }

@media (max-width: 968px) { .bloc-vague { min-height: 950px; padding: 250px 20px; } .bloc-vague-content { flex-direction: column; gap: 40px; padding: 0 30px; } .bloc-vague-image { flex: 0 0 auto; width: 70%; max-width: 350px; } .bloc-vague-text { text-align: center; padding: 20px; max-width: 100%; } .bloc-vague-text h2 { margin-bottom: 20px; } }

@media (max-width: 600px) { .bloc-vague { min-height: 900px; padding: 300px 15px; } .bloc-vague-content { padding: 0 20px; } .bloc-vague-image { width: 75%; } .bloc-vague-text { padding: 15px; } .bloc-vague-text h2 { font-size: 22px; } .bloc-vague-text p { font-size: 15px; } }

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