@charset "UTF-8";
@import url(main.css);
/*----------------------------------------------------------------------padding bloc avant/après----------------------------------------------------------------------------*/
.photoTitleText.text-color-sixth { padding: 3%; }

/*---------------------------------------------------------------------------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: 'Sour Gummy', sans-serif; }

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

.logo_nav { height: 10vh !important; }

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

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

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

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

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

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

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

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

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

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

footer h5 { color: #30B52C !important; font-family: 'Charm', cursive; font-weight: 700 !important; font-size: 1.375rem; /* légèrement plus grand pour se démarquer */ }

.text-color-third { color: #134611 !important; font-family: 'Sour Gummy', 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: #134611; }

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

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

/* ---------------------------------------------------------------------bouton contact envoyer------------------------------------------------------------------------------ */
button.btn-outline-dark { --bs-btn-color: #FEF9EC; --bs-btn-border-color: #30B52C; --bs-btn-hover-color: #FEF9EC; --bs-btn-hover-bg: #134611; --bs-btn-hover-border-color: #134611; --bs-btn-bg: #30B52C; --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-weight: 700 !important; font-size: 18px; font-family: 'Charm', cursive; letter-spacing: 1px; text-decoration: none; color: #30B52C !important; background: transparent; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #30B52C; border-radius: 10px; box-shadow: inset 0 0 0 0 #30B52C; }

.button-header-telephone:hover { color: #FEF9EC !important; box-shadow: inset 0 -100px 0 0 #134611 !important; border-color: #134611 !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-weight: 700 !important; font-size: 18px; font-family: 'Charm', cursive; letter-spacing: 1px; text-decoration: none; color: #30B52C !important; background: transparent !important; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #30B52C !important; border-radius: 30px !important; box-shadow: inset 0 0 0 0 #30B52C; }

.button_homepageDoubleScreen:hover { color: #FEF9EC !important; box-shadow: inset 0 -100px 0 0 #134611 !important; border-color: #134611 !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-weight: 700 !important; font-size: 18px; font-family: 'Charm', cursive; letter-spacing: 1px; text-decoration: none; color: #30B52C !important; background: transparent !important; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #30B52C !important; border-radius: 30px; box-shadow: inset 0 0 0 0 #30B52C; }

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

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

/* -------------------------------------------------------------------couleur/police ajout Machina--------------------------------------------------------------------------- */
.fs-6.lead { font-family: 'Sour Gummy', sans-serif; color: #134611 !important; }

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

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

/* --------------------------------------------------------------------------bloc presta / real-------------------------------------------------------------------------------- */
.iso-chanvre-wrapper { padding: 0px 10px 20px 10px; background-color: #134611; }

.iso-chanvre { position: relative; height: 45vh; overflow: hidden; border-radius: 12px; transition: transform 0.3s ease, box-shadow 0.3s ease; }

.iso-chanvre:hover { transform: translateY(-5px); }

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

.iso-chanvre-bg { position: absolute; inset: 0; background-color: #134611; background-size: cover; background-position: center; transition: transform 0.4s ease; z-index: 0; }

.iso-chanvre-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; }

.iso-chanvre:hover .iso-chanvre-bg { transform: scale(1.05); }

.iso-chanvre:hover .iso-chanvre-bg::before { opacity: 0.75; }

.iso-chanvre-overlay { position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center; padding: 1rem; text-align: center; }

.iso-chanvre-overlay h3 { color: #ffffff; font-size: 2.5rem; font-weight: 600; margin: 0; }

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

.iso-chanvre-realisations-overlay { max-width: 1200px; margin: 0 auto; padding: 40px 20px 20px; display: block !important; }

.iso-chanvre-realisations-main-title { text-align: center; font-size: 2.8rem; font-weight: 700 !important; color: #30B52C; font-family: 'Charm', cursive; margin-bottom: 32px; }

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

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

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

/* -------- STYLE BOUTON (realButton + nouveau style) -------- */
.realButton.button_homepageDoubleScreen { position: relative; display: inline-block; margin: 15px; padding: 15px 30px; text-align: center; font-weight: 700 !important; font-size: 18px; font-family: 'Charm', cursive; letter-spacing: 1px; text-decoration: none; color: #30B52C !important; background: transparent !important; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #30B52C !important; border-radius: 30px !important; box-shadow: inset 0 0 0 0 #30B52C; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* CONTENU */
.iso-chanvre-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; }

.iso-chanvre-presta-hero-content h1 { font-size: 2.6rem; font-weight: 700; line-height: 1.3; margin: 0 0 20px 0; color: #FCF1CF !important; font-family: 'Charm', cursive; }

.iso-chanvre-presta-hero-content p { font-size: 1.1rem; margin: 0 0 25px 0; max-width: 600px; color: #FEF9EC !important; font-family: 'Sour Gummy', sans-serif; }

.button_homepage2Screen { position: relative; display: inline-block; margin: 15px; padding: 15px 30px; text-align: center; font-weight: 700 !important; font-size: 18px; font-family: 'Charm', cursive; letter-spacing: 1px; text-decoration: none; color: #FEF9EC !important; background: transparent !important; cursor: pointer; transition: ease-out 0.5s; border: 2px solid #FEF9EC !important; border-radius: 30px !important; box-shadow: inset 0 0 0 0 #FEF9EC; }

.button_homepage2Screen:hover { color: #134611 !important; box-shadow: inset 0 -100px 0 0 #FEF9EC !important; border-color: #FEF9EC !important; transform: scale(0.95) !important; }

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

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

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

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

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