@charset "UTF-8";
@import url(main.css);
/*-----------------------------------------------------------------------space page secondaire-----------------------------------------------------------------------------*/
.spacer { display: none; }

/*------------------------------------------------------------------------formulaire de contact------------------------------------------------------------------------------*/
form#formContact { font-family: 'Quicksand', sans-serif; }

/*------------------------------------------------------------------------augmentation header------------------------------------------------------------------------------*/
.navbar-brand { height: 11vh !important; width: 11vw !important; }

.logo_nav { height: 10vh !important; }

/* Petite ombre quand il apparaît */
nav#navigation-bar-show { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12); }

/*----------------------------------------------------------------------------Bloc maps-------------------------------------------------------------------------------------*/
.maps-section .content { color: #FFF3EC !important; }

.maps-section .map-content { padding: 50px; }

.maps-section iframe { border-radius: 20px !important; }

.item-content.mx-5 { color: #FFF3EC !important; font-family: 'Quicksand', sans-serif; }

/*-------------------------------------------------------------------------bloc image droite---------------------------------------------------------------------------------*/
#bloc-image-droite li { color: #130B08; }

.image-droite { background-color: #FFF3EC !important; }

#bloc-image-droite-bois { scroll-margin-top: 95px; }

#bloc-image-droite-cheminee { scroll-margin-top: 95px; }

/*------------------------------------------------------------------------bloc image gauche---------------------------------------------------------------------------------*/
#bloc-image-gauche li { color: #FFF3EC; }

.image-gauche { background-color: #130B08 !important; }

#bloc-image-gauche-granule { scroll-margin-top: 95px; }

/*----------------------------------------------------------------------------texte footer------------------------------------------------------------------------------------*/
footer, footer p, footer a, footer li, footer ul, footer i { color: #130B08 !important; font-family: 'Quicksand', sans-serif; font-size: 1rem; }

footer h5 { color: #B92E17 !important; font-family: 'Fredoka', sans-serif; font-size: 1.25rem; /* légèrement plus grand pour se démarquer */ }

.text-color-third { color: #130B08 !important; font-family: 'Quicksand', sans-serif; font-size: 1rem; text-align: left; hyphens: auto; }

/* ------------------------------------------------------------------------------ombre---------------------------------------------------------------------------------------*/
div.shadow-lg { box-shadow: none !important; }

/*-----------------------------------------------------------------------surlignement header--------------------------------------------------------------------------------*/
.animated-border-button:after { background-color: #B92E17; }

.animated-border-button span { transition: color 0.3s ease; }

.animated-border-button:hover span { color: #B92E17 !important; }

/* ---------------------------------------------------------------------bouton contact envoyer------------------------------------------------------------------------------ */
button.btn-outline-dark { --bs-btn-color: #FFF3EC; --bs-btn-border-color: #E85A1C; --bs-btn-hover-color: #FFF3EC; --bs-btn-hover-bg: #B92E17; --bs-btn-hover-border-color: #B92E17; --bs-btn-bg: #E85A1C; --bs-gradient: none; background-color: var(--bs-btn-bg); color: var(--bs-btn-color); }

/*--------------------------------------------------------------------------Bouton header-----------------------------------------------------------------------------------*/
.button-header-telephone { position: relative; display: inline-block; margin: 15px; padding: 15px; text-align: center; font-size: 18px; font-family: 'Fredoka', sans-serif; letter-spacing: 1px; text-decoration: none; color: #E85A1C !important; background: transparent; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #E85A1C; border-radius: 10px; box-shadow: inset 0 0 0 0 #B92E17; }

.button-header-telephone:hover { color: #FFF3EC !important; box-shadow: inset 0 -100px 0 0 #B92E17 !important; border-color: #B92E17 !important; transform: scale(0.95) !important; }

.button-header-telephone:active { transform: scale(0.9); }

/*--------------------------------------------------------------------------Bouton simple-----------------------------------------------------------------------------------*/
.button_homepageDoubleScreen { position: relative; display: inline-block; margin: 15px; padding: 15px 30px; text-align: center; font-size: 18px; font-family: 'Fredoka', sans-serif; letter-spacing: 1px; text-decoration: none; color: #E85A1C !important; background: transparent !important; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #E85A1C !important; border-radius: 30px !important; box-shadow: inset 0 0 0 0 #B92E17; }

.button_homepageDoubleScreen:hover { color: #FFF3EC !important; box-shadow: inset 0 -100px 0 0 #B92E17 !important; border-color: #B92E17 !important; transform: scale(0.95) !important; }

.button_homepageDoubleScreen:active { transform: scale(0.9); }

/*----------------------------------------------------------------------------Bouton seo------------------------------------------------------------------------------------*/
.all-activities-button { position: relative; display: inline-block; margin: 15px; padding: 15px 30px; text-align: center; font-size: 18px; font-family: 'Fredoka', sans-serif; letter-spacing: 1px; text-decoration: none; color: #E85A1C !important; background: transparent !important; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #E85A1C !important; border-radius: 30px; box-shadow: inset 0 0 0 0 #B92E17; }

.all-activities-button:hover { color: #FFF3EC !important; box-shadow: inset 0 -100px 0 0 #B92E17 !important; border-color: #B92E17 !important; transform: scale(0.95) !important; }

.all-activities-button:active { transform: scale(0.9); }

/* ----------------------------------------------------------------------Flèche retour en haut------------------------------------------------------------------------------- */
/* Bouton Retour en haut */
#back-to-top { position: fixed; bottom: 24px; right: 24px; background-color: #E85A1C; color: #FFF3EC !important; font-size: 20px; font-weight: 700 !important; line-height: 1; text-align: center; padding: 14px 18px; border-radius: 100%; border: 2px solid #FFF3EC; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); cursor: pointer; text-decoration: none; opacity: 0; pointer-events: none; z-index: 9999; min-width: 48px; /* 👈 meilleure accessibilité mobile */ min-height: 48px; /* 👈 idem */ transform: scale(0.9); /* 👈 effet “pop” à l’apparition */ transition: opacity .3s ease, transform .3s ease, background-color .3s ease; }

/* Visible après le défilement */
#back-to-top.show { opacity: 1; pointer-events: auto; transform: scale(1); }

/* Effet au survol */
#back-to-top:hover { background-color: #B92E17; border: 2px solid #FFF3EC; color: #FFF3EC !important; transform: translateY(-3px); }

/* Défilement fluide global (même sans JS) */
html { scroll-behavior: smooth; }

/*----------------------------------------------------------------------------bloc cta x3------------------------------------------------------------------------------------*/
/* Style pour le titre h2 */
.cta_banner h2 { font-family: 'Fredoka', sans-serif; font-weight: 700 !important; font-size: 2.375rem; /* Taille à ajuster en fonction de ton design */ color: #F5E9DA; /* Ajuste la couleur en fonction de ta palette */ }

/* Style pour le texte (p) */
.cta_banner p { font-family: 'Quicksand', sans-serif; font-size: 1.25rem; /* Ajuste la taille si nécessaire */ color: #F5E9DA; }

/* Style pour les boutons */
.ctaLinks-button { font-family: 'Fredoka', sans-serif; font-weight: 400 !important; }

/* Style supplémentaire pour la section */
.cta_banner { position: relative; text-align: center; color: #F5E9DA; /* Couleur de texte */ }

/*----------------------------------------------------------------------------bloc presta------------------------------------------------------------------------------------*/
.rca-card { position: relative; height: 45vh; overflow: hidden; border-radius: 12px; transition: transform 0.3s ease, box-shadow 0.3s ease; }

.rca-card:hover { transform: translateY(-5px); }

.rca-link { display: block; width: 100%; height: 100%; text-decoration: none; color: inherit; position: relative; z-index: 3; }

.rca-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.4s ease; z-index: 0; overflow: hidden; }

.rca-bg::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); opacity: 0.3; transition: opacity 0.4s ease; pointer-events: none; z-index: 1; }

.rca-card:hover .rca-bg { transform: scale(1.05); }

.rca-card:hover .rca-bg::before { opacity: 0.75; }

.rca-overlay { position: absolute; /* <-- important pour recouvrir toute la carte */ inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center; padding: 1rem; text-align: center; }

.rca-overlay h3 { color: #ffffff; font-size: 2.5rem; font-weight: 600 !important; margin: 0; text-align: center; /* ✔ correction de la faute */ }

#prestations { scroll-margin-top: 100px; }

/*------------------------------------------------------------------------------bloc avis------------------------------------------------------------------------------------*/
.rca-section { background: #FFF3EC; padding: 50px 20px; text-align: center; }

.rca-section h2 { font-size: 38px; font-weight: 700 !important; font-family: 'Fredoka', sans-serif; margin-bottom: 30px; color: #B92E17; }

.rca-intro { font-size: 20px; font-family: 'Quicksand', sans-serif; color: #130B08; margin-bottom: 60px; }

.rca-avis { display: flex; justify-content: center; align-items: stretch; gap: 30px; flex-wrap: wrap; max-width: 1100px; margin: 0 auto; }

.rca-carte { background: #fff; border-radius: 12px; width: 320px; padding: 30px 20px; box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.16); display: flex; flex-direction: column; justify-content: space-between; text-align: center; transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease; border: 2px solid transparent; min-height: 400px; }

.rca-carte:hover { transform: translateY(-6px); border-color: #B92E17 !important; box-shadow: 0px 8px 20px rgba(185, 46, 23, 0.45); }

.rca-carte h3 { font-weight: 700 !important; font-size: 18px; font-family: 'Fredoka', sans-serif; color: #B92E17; margin: 0 0 5px; }

.rca-date { color: #130B08; font-size: 14px; font-family: 'Quicksand', sans-serif; margin-bottom: 15px; }

.rca-texte { flex-grow: 1; display: flex; align-items: center; justify-content: center; text-align: center; color: #130B08; font-size: 15px; font-family: 'Quicksand', sans-serif; line-height: 1.6; margin: 15px 0; padding: 0 5px; }

.rca-stars { color: #B92E17 !important; font-size: 18px; margin-top: 20px; }

.rca-button-wrapper { text-align: center; margin-top: 50px; }

/*------------------------------------------------------------------------------bloc reali------------------------------------------------------------------------------------*/
/* -------- SECTION -------- */
.rca-realisations-section { background: #FFF3EC; padding: 60px 20px 0 20px; }

.rca-realisations-overlay { max-width: 1200px; margin: 0 auto; padding: 40px 20px 20px; display: block !important; /* ❌ ceci casse le centrage des cartes */ }

.rca-realisations-main-title { text-align: center; font-size: 2.8rem; font-weight: 700 !important; color: #B92E17; font-family: 'Fredoka', sans-serif; margin-bottom: 32px; }

/* -------- FIX DES <p> AUTOMATIQUES DU BUILDER -------- */
.rca-filter-tabs p { margin: 0 !important; padding: 0 !important; display: inline !important; }

/* -------- CONTAINERS DES BOUTONS -------- */
.rca-filter-tabs { width: 100%; display: flex !important; justify-content: center !important; align-items: center !important; flex-wrap: wrap !important; margin: 20px 0 !important; }

.rca-bottom-filters { margin-top: 40px !important; }

/* -------- NOUVEAU BOUTON realButton -------- */
.realButton { position: relative; display: inline-block; margin: 10px; padding: 12px 28px; text-align: center; font-size: 16px; font-family: 'Fredoka', sans-serif; letter-spacing: 1px; text-decoration: none; color: #E85A1C !important; background: transparent !important; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #E85A1C !important; border-radius: 30px !important; box-shadow: inset 0 0 0 0 #B92E17; }

.realButton:hover { color: #FFF3EC !important; box-shadow: inset 0 -100px 0 0 #B92E17 !important; border-color: #B92E17 !important; transform: scale(0.95) !important; }

.realButton.active { color: #FFF3EC !important; background: #B92E17 !important; border-color: #B92E17 !important; box-shadow: inset 0 -100px 0 0 #B92E17 !important; }

.realButton:active { transform: scale(0.9); }

/* -------- GRID DES IMAGES -------- */
.rca-realisations-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }

.rca-realisation-card { border-radius: 8px; overflow: hidden; transition: transform 0.2s; }

.rca-realisation-card:hover { transform: translateY(-4px); }

.rca-realisation-card img { width: 100%; height: 320px; object-fit: cover; cursor: pointer; }

.rca-realisation-card.hidden { display: none !important; }

/* -------- MODALE -------- */
.rca-modal { display: none; position: fixed; inset: 0; background: rgba(0, 0, 0, 0.85); z-index: 1000; align-items: center; justify-content: center; }

.rca-modal-content { max-width: 500px; max-height: 70vh; border-radius: 8px; }

.rca-modal-close { position: absolute; top: 24px; right: 32px; color: #fff; font-size: 36px; cursor: pointer; }

/* -------- RESPONSIVE -------- */
@media (max-width: 900px) { .rca-realisations-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); } .rca-realisation-card img { height: 240px; } }

@media (max-width: 500px) { .rca-realisations-main-title { font-size: 2rem; } .rca-realisation-card img { height: 200px; } }

/*---------------------------------------------------------------------------bloc en-tête------------------------------------------------------------------------------------*/
/* SECTION HERO */
.rca-presta-hero-section { display: flex; align-items: center; justify-content: space-between; padding: 60px 40px; gap: 40px; flex-wrap: wrap; background-color: #130B08; color: #FFF3EC; }

/* LOGO */
.rca-presta-hero-logo { max-width: 150px; margin-bottom: 30px; }

/* CONTENU */
.rca-presta-hero-content { flex: 1; min-width: 300px; max-width: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }

.rca-presta-hero-content h1 { font-size: 2.6rem; font-weight: 700; line-height: 1.3; margin: 0 0 20px 0; font-family: 'Fredoka', sans-serif; }

.rca-presta-hero-content p { font-size: 1.1rem; margin: 0 0 25px 0; max-width: 600px; font-family: 'Quicksand', sans-serif; }

/* IMAGE */
.rca-presta-hero-image { flex: 1; min-width: 300px; max-width: 50%; }

.rca-presta-hero-image img { width: 100%; height: auto; object-fit: cover; border-radius: 20px; }

/* RESPONSIVE */
@media (max-width: 900px) { .rca-presta-hero-section { flex-direction: column; padding: 40px 20px; } .rca-presta-hero-content, .rca-presta-hero-image { max-width: 100%; } .rca-presta-hero-content h1 { font-size: 2.2rem; } }

/*-------------------------------------------------------------------------bloc partenaire------------------------------------------------------------------------------------*/
/* WRAPPER */
.rca-partners-wrapper { position: relative; width: 100%; padding: 50px 0; background-color: #FFF3EC; }

/* SWIPER */
#rca-partners-swiper { max-width: 1200px; margin: 0 auto; position: relative; }

/* SLIDES */
#rca-partners-swiper .swiper-slide { display: flex; justify-content: center; align-items: center; }

#rca-partners-swiper .swiper-slide img { max-width: 180px; max-height: 100px; object-fit: contain; filter: grayscale(0%); transition: transform 0.3s ease; }

#rca-partners-swiper .swiper-slide img:hover { transform: scale(1.05); }

/* FLÈCHES */
.rca-partners-prev, .rca-partners-next { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; background-color: #3CA36F; border: 2px solid #ffffff; color: #ffffff; display: flex; justify-content: center; align-items: center; cursor: pointer; z-index: 10; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); }

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