@charset "UTF-8";
@import url(main.css);
/*----------------------------------------------------------------------------logo carrousel---------------------------------------------------------------------------------*/
img.logo_nav.slider-with-features-carousel-logo { height: 25vh !important; /* augmente la taille (mets la valeur que tu veux) */ filter: brightness(0) invert(1); /* rend l'image blanche */ }

/*-----------------------------------------------------------------------space page secondaire-----------------------------------------------------------------------------*/
.spacer { display: none; }

/*------------------------------------------------------------------------formulaire de contact------------------------------------------------------------------------------*/
form#formContact { font-family: "Winky Sans", sans-serif; }

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

.logo_nav { height: 9vh !important; }

/*--------------------------------------------------------------------enlever recherche fréquente---------------------------------------------------------------------------*/
a.nav-link.fs-6.dropdown-toggle.px-0.text-color-secondary.text-center { display: none !important; }

/*-------------------------------------------------------------------------couleur bloc seo----------------------------------------------------------------------------------*/
.text-color-primary { color: #246B6D !important; font-family: "Winky Sans", sans-serif; }

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

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

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

.item-content.mx-5 { color: #974036 !important; font-family: "Winky Sans", sans-serif; }

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

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

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

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

/*----------------------------------------------------------------------------texte footer------------------------------------------------------------------------------------*/
footer, footer p, footer a, footer li, footer ul, footer i { color: #246B6D !important; font-family: "Winky Sans", sans-serif; font-size: 1rem; }

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

.text-color-third { color: #246B6D !important; font-family: "Winky Sans", 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: #246B6D; }

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

/* ----------------------------------------------------------------------Flèche retour en haut------------------------------------------------------------------------------- */
/* Bouton Retour en haut */
#back-to-top { position: fixed; bottom: 24px; right: 24px; background-color: #974036; color: #ffffff !important; font-size: 20px; font-weight: 700 !important; line-height: 1; text-align: center; padding: 14px 18px; border-radius: 100%; border: 2px solid #ffffff; 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: #c9857a; transform: translateY(-3px); }

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

/*--------------------------------------------------------------------------Bouton header-----------------------------------------------------------------------------------*/
.button-header-telephone { padding: 1em 2em !important; border: none !important; border-radius: 30px !important; font-weight: bold !important; font-family: "Sour Gummy", sans-serif; text-transform: uppercase !important; cursor: pointer !important; color: #974036 !important; /* nouvelle couleur */ font-size: 18px !important; position: relative !important; overflow: hidden !important; outline: 2px solid #974036 !important; /* nouvelle couleur */ background: transparent !important; transition: all 1000ms ease !important; z-index: 1 !important; }

/* HOVER */
.button-header-telephone:hover { color: #ffffff !important; transform: scale(1.07) !important; outline: 2px solid #c9857a !important; box-shadow: 4px 5px 17px -4px rgba(151, 64, 54, 0.6) !important; }

/* BACKGROUND ANIMATION – derrière le texte */
.button-header-telephone::before { content: "" !important; position: absolute !important; left: -60px !important; top: 0 !important; width: 0 !important; height: 100% !important; background-color: #974036 !important; /* nouvelle couleur */ transform: skewX(45deg) !important; transition: width 1000ms ease !important; z-index: -1 !important; /* texte devant */ }

/* HOVER ANIMATION */
.button-header-telephone:hover::before { width: 250% !important; }

/*--------------------------------------------------------------------------Bouton simple-----------------------------------------------------------------------------------*/
.button_homepageDoubleScreen { padding: 1em 2em !important; border: none !important; border-radius: 30px !important; font-weight: bold !important; font-family: "Sour Gummy", sans-serif !important; text-transform: uppercase !important; cursor: pointer !important; color: #974036 !important; font-size: 18px !important; position: relative !important; overflow: hidden !important; outline: 2px solid #974036 !important; background: transparent !important; transition: all 1000ms ease !important; z-index: 1 !important; }

.button_homepageDoubleScreen:hover { color: #ffffff !important; transform: scale(1.07) !important; outline: 2px solid #c9857a !important; box-shadow: 4px 5px 17px -4px rgba(151, 64, 54, 0.6) !important; }

.button_homepageDoubleScreen::before { content: "" !important; position: absolute !important; left: -60px !important; top: 0 !important; width: 0 !important; height: 100% !important; background-color: #974036 !important; transform: skewX(45deg) !important; transition: width 1000ms ease !important; z-index: -1 !important; }

.button_homepageDoubleScreen:hover::before { width: 250% !important; }

/*----------------------------------------------------------------------------Bouton seo------------------------------------------------------------------------------------*/
.all-activities-button { padding: 1em 2em !important; border: none !important; border-radius: 30px !important; font-weight: bold !important; font-family: "Sour Gummy", sans-serif !important; text-transform: uppercase !important; cursor: pointer !important; color: #974036 !important; font-size: 18px !important; position: relative !important; overflow: hidden !important; outline: 2px solid #974036 !important; background: transparent !important; transition: all 1000ms ease !important; z-index: 1 !important; }

.all-activities-button:hover { color: #ffffff !important; transform: scale(1.07) !important; outline: 2px solid #c9857a !important; box-shadow: 4px 5px 17px -4px rgba(151, 64, 54, 0.6) !important; }

.all-activities-button::before { content: "" !important; position: absolute !important; left: -60px !important; top: 0 !important; width: 0 !important; height: 100% !important; background-color: #974036 !important; transform: skewX(45deg) !important; transition: width 1000ms ease !important; z-index: -1 !important; }

.all-activities-button:hover::before { width: 250% !important; }

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

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

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

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

.gl-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; }

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

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

.gl-overlay { position: relative; z-index: 2; height: 100%; display: flex; align-items: center; justify-content: center; padding: 1rem; text-align: center; }

.gl-overlay h3 { color: #ffffff; font-size: 2.5rem; font-weight: 600 !important; margin: 0; }

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

/*------------------------------------------------------------------------------bloc avis------------------------------------------------------------------------------------*/
.gl-section { background: #FFFBF2; padding: 80px 20px; text-align: center; }

.gl-section h2 { font-size: 38px; font-weight: 700 !important; font-family: "Sour Gummy", sans-serif; margin-bottom: 30px; color: #974036; }

.gl-intro { font-size: 20px; font-family: "Winky Sans", sans-serif; color: #246B6D; margin-bottom: 60px; }

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

.gl-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; }

.gl-carte:hover { transform: translateY(-6px); border-color: #974036 !important; box-shadow: 0px 8px 20px rgba(151, 64, 54, 0.45); }

.gl-carte h3 { font-weight: 700 !important; font-size: 18px; font-family: "Sour Gummy", sans-serif; color: #974036; margin: 0 0 5px; }

.gl-date { color: #246B6D; font-size: 14px; font-family: "Winky Sans", sans-serif; margin-bottom: 15px; }

.gl-texte { flex-grow: 1; display: flex; align-items: center; justify-content: center; text-align: center; color: #246B6D; font-size: 15px; font-family: "Winky Sans", sans-serif; line-height: 1.6; margin: 15px 0; padding: 0 5px; }

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

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

.overlay { max-width: 1200px; margin: 0 auto; padding: 40px 20px 20px 20px; }

.realisations-main-title { text-align: center; font-size: 2.8rem; font-weight: 700 !important; color: #974036; font-family: "Sour Gummy", sans-serif; margin-bottom: 32px; }

/* ---------- FILTER TABS ---------- */
.filter-tabs { display: flex; justify-content: center; gap: 12px; margin-bottom: 32px; flex-wrap: wrap; }

/* Boutons du bas : légère marge supplémentaire */
.bottom-filters { margin-top: 40px; }

/* ------ BOUTONS FILTER ------ */
.filter-btn { padding: 0.5em 1em !important; border: none !important; border-radius: 30px !important; font-weight: bold !important; font-family: "Sour Gummy", sans-serif !important; text-transform: uppercase !important; cursor: pointer !important; color: #974036 !important; font-size: 18px !important; position: relative !important; overflow: hidden !important; outline: 2px solid #974036 !important; background: transparent !important; transition: all 1000ms ease !important; z-index: 1 !important; }

.filter-btn:hover { color: #ffffff !important; transform: scale(1.07) !important; outline: 2px solid #FFFBF2 !important; box-shadow: 4px 5px 17px -4px rgba(151, 64, 54, 0.6) !important; }

.filter-btn::before { content: "" !important; position: absolute !important; left: -60px !important; top: 0 !important; width: 0 !important; height: 100% !important; background-color: #974036 !important; transform: skewX(45deg) !important; transition: width 1000ms ease !important; z-index: -1 !important; }

.filter-btn:hover::before { width: 250% !important; }

.filter-btn.active { color: #ffffff !important; outline: 2px solid #c9857a !important; box-shadow: 4px 5px 17px -4px rgba(151, 64, 54, 0.6) !important; }

.filter-btn.active::before { width: 250% !important; }

.filter-tabs p { margin: 0 !important; }

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

.realisation-card { border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.2s; }

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

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

.realisation-card.hidden { display: none; }

/* ---------- MODAL ---------- */
.modal { display: none; position: fixed; z-index: 1000; inset: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.85); align-items: center; justify-content: center; }

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

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

.modal-close:hover { color: #974036; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 900px) { .filter-tabs { gap: 8px; } .filter-btn { font-size: 1rem; padding: 0.35em 1em !important; min-height: 44px; } .realisations-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; } .realisation-card img { height: 240px; } .modal-content { max-width: 90%; max-height: 90%; } }

@media (max-width: 500px) { .filter-btn { font-size: 0.9rem; padding: 0.4em 1.1em !important; min-height: 42px; } .realisations-main-title { font-size: 2rem; } .realisation-card img { height: 200px; } }

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

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

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

.gl-presta-tt-hero-content h1 { font-size: 2.6rem; font-weight: 700; line-height: 1.3; margin: 0 0 20px 0; font-family: "Sour Gummy", sans-serif; }

.gl-presta-tt-hero-content p { font-size: 1.1rem; margin: 0 0 25px 0; max-width: 600px; font-family: "Winky Sans", sans-serif; }

.gl-presta-tt-button { padding: 0.8em 1.6em !important; border: none !important; border-radius: 30px !important; font-weight: bold !important; font-family: "Sour Gummy", sans-serif !important; text-transform: uppercase !important; cursor: pointer !important; color: #FFEDD5 !important; font-size: 16px !important; position: relative !important; overflow: hidden !important; outline: 2px solid #FFEDD5 !important; background: transparent !important; transition: all 1000ms ease !important; z-index: 1 !important; }

.gl-presta-tt-button:hover { color: #974036 !important; transform: scale(1.07) !important; outline: 2px solid #c9857a !important; box-shadow: 4px 5px 17px -4px rgba(255, 237, 213, 0.6) !important; }

.gl-presta-tt-button::before { content: "" !important; position: absolute !important; left: -60px !important; top: 0 !important; width: 0 !important; height: 100% !important; background-color: #FFEDD5 !important; transform: skewX(45deg) !important; transition: width 1000ms ease !important; z-index: -1 !important; }

.gl-presta-tt-button:hover::before { width: 250% !important; }

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

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

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

/*-------------------------------------------------------------------------------bloc cta x2----------------------------------------------------------------------------------*/
/* Titre H2 */
.cta-title-2cta { font-size: 38px; font-weight: bold !important; color: #974036; }

/* Paragraphes */
.cta-text-2cta { font-size: 20px; font-weight: 400 !important; color: #246B6D; font-family: "Winky Sans", sans-serif; }

/* Pour garantir le texte au-dessus du background */
.cta_banner .content { position: relative; z-index: 1; }

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