@charset "UTF-8";
@import url(main.css);
/* POLICES */
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Source+Sans+Pro:wght@300;400;600&family=Poppins:wght@400;600&display=swap");
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; }

.animated-border-button:after { background-color: #8c6e54; }

.mb-5 { margin-bottom: 7rem !important; margin-top: 7rem; }

a:visited { color: white !important; }

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

img.d-block.mx-lg-auto.img-fluid { border-radius: 30px; }

.fs-5.lead.mt-4.mb-4 { font-family: "Source Sans Pro", sans-serif; color: #444 !important; font-weight: 400 !important; font-size: 18px !important; }

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

/*----------------------------------------------------- CUSTOM BLOC COOKIES ------------------------------------------------------------------- */
div#termsfeed-com---nb { border-radius: 6px; }

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

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

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

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

p.text-color-third { color: #2f4f3a !important; }

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

/*----------------------------------------------------- CUSTOM BLOC AVIS GOOGLE ------------------------------------------------------------------- */
.card.p-2.rounded-3.shadow-lg.px-4.border-0.d-flex.justify-content-lg-between { background-color: #e7e1d4; }

.card.rounded-3.shadow-lg.mx-4.mb-4 { box-shadow: none !important; }

a#maps-url { border-radius: 6px; }

.card.rounded-3.shadow-lg.mx-4.mb-4 { background-color: #e7e1d4; border: 0; }

/*----------------------------------------------------- CUSTOM FORMULAIRE DE CONTACT ------------------------------------------------------------------- */
button.w-100.btn.btn-outline-dark { background-color: #2f4f3a; color: white; border: 0px; border-radius: 6px !important; }

button.w-100.btn.btn-outline-dark:hover { background-color: #243C2D; color: white !important; }

/*----------------------------------------------------- CUSTOM BLOC SEO ------------------------------------------------------------------- */
.mx-auto.first-activity-div.col-lg-11.px-4.py-4.mb-5.mt-5.bg-primaryColor.text-color-primary.rounded-3.shadow-lg.position-relative { box-shadow: none !important; }

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

.card.card-cover.h-100.overflow-hidden.rounded-4.shadow-lg { overlay: none !important; box-shadow: none !important; }

/*------------------------------------------------------------------------------------------------------------------------------ SECTION HERO ------------------------------------------------------------------------------------------------------------------ */
.hero-wave { position: relative; height: 85vh; background: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2Fcw6ElHzk7QXTb1Tx6aRGYbjyW222%2Fimages%2FDSC_0200_sa8a.webp") center/cover no-repeat; display: flex; align-items: center; justify-content: center; overflow: hidden; }

/* CONTENU DU HERO (plus d’overlay) */
.hero-content { text-align: center; color: #ffffff; padding: 0 20px; position: relative; z-index: 5; /* garantit que le texte passe devant la vague */ display: flex; flex-direction: column; align-items: center; /* centre horizontalement le logo et le titre */ justify-content: center; }

/* LOGO */
.hero-logo { width: 420px; margin-bottom: 20px; position: relative; z-index: 5; }

.hero-content h1 { font-family: "Libre Baskerville", serif; font-size: 54px; margin-bottom: 10px; color: #ffffff; }

.hero-subtitle { font-family: "Source Sans Pro", sans-serif; font-size: 22px; margin-bottom: 30px; color: #f4f4f4; line-height: 1.5; }

/* BOUTONS */
.hero-buttons { display: flex; gap: 20px; justify-content: center; position: relative; z-index: 5; }

.btn-primary, .btn-secondary { font-family: "Poppins", sans-serif; padding: 12px 28px; border-radius: 6px; font-size: 16px; text-decoration: none; display: inline-block; transition: transform 0.25s ease, box-shadow 0.25s ease; }

.btn-primary { background: #2F4F3A; color: #ffffff; }

.btn-primary:hover { background: #243c2d; transform: translateY(-4px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25); }

.btn-secondary { background: transparent; border: 2px solid #ffffff; color: #ffffff; }

.btn-secondary:hover { background: rgba(255, 255, 255, 0.2); transform: translateY(-4px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25); }

/* VAGUE */
.hero-wave-shape { position: absolute; bottom: 0; width: 100%; height: 180px; overflow: hidden; line-height: 0; z-index: 3; /* devant le fond, derrière le contenu */ }

.hero-wave-shape svg { width: 100%; height: 100%; display: block; }

/* Couleurs des vagues */
.wave1 { fill: rgba(231, 225, 212, 0.85); }

.wave2 { fill: rgba(231, 225, 212, 0.65); }

.wave3 { fill: rgba(231, 225, 212, 0.45); }

/* RESPONSIVE */
@media (max-width: 900px) { .hero-content h1 { font-size: 40px; } .hero-subtitle { font-size: 18px; } .hero-logo { width: 320px; } .hero-buttons { flex-direction: column; gap: 15px; } }

/*-------------------------------------------------------------------------------------------------------------------- SECTION PRESENTATION ------------------------------------------------------------------------------------------------------------------ */
.two-images-text { display: flex; align-items: center; justify-content: center; gap: 60px; padding: 80px 40px; background: #e7e1d4; position: relative; overflow: hidden; }

/* IMAGE DE FOND */
.two-images-text .background-image { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100%; height: 100%; opacity: 0.08; z-index: 1; pointer-events: none; }

.two-images-text .background-image img { width: 100%; height: 100%; object-fit: cover; }

/* Images côte à côte */
.images-side { display: flex; gap: 30px; position: relative; z-index: 2; flex-shrink: 0; /* Empêche la compression excessive */ max-width: 50%; /* Limite la largeur totale des images */ }

.images-side img { width: 100%; max-width: 320px; /* Réduit la taille maximale */ height: auto; object-fit: cover; display: block; border-radius: 6px; box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15); transition: transform 0.3s ease; }

.img-left { margin-bottom: 50px; }

.img-right { margin-top: 100px; }

.btn-decouvrir { display: inline-block; padding: 14px 34px; margin-top: 12px; background: #2f4f3a; color: #ffffff; font-size: 18px; font-family: "Source Sans Pro", sans-serif; border-radius: 4px; text-decoration: none; transition: 0.3s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); }

.btn-decouvrir:hover { background: #243C2D; color: white; transform: translateY(-3px); }

/* TEXTE */
.text-side { max-width: 550px; min-width: 0; flex-shrink: 1; /* Permet au texte de se comprimer si nécessaire */ font-family: "Source Sans Pro", sans-serif; color: #333333; position: relative; z-index: 2; }

.text-side h2 { font-family: "Libre Baskerville", serif; font-size: 38px; color: #2F4F3A; margin-bottom: 22px; }

.text-side h2::after { content: ''; display: block; width: 60px; height: 4px; background: #8C6E54; margin: 12px 0 0; border-radius: 2px; }

.text-side p { font-size: 18px; line-height: 1.7; margin-bottom: 18px; color: #444444; }

/* RESPONSIVE */
@media (max-width: 1100px) { .two-images-text { flex-wrap: wrap; justify-content: center; } .images-side { max-width: 100%; } }

@media (max-width: 1337px) { .two-images-text { flex-direction: column; text-align: center; gap: 40px; } .images-side { justify-content: center; max-width: 100%; } .img-left, .img-right { margin: 0; max-width: 300px; } .text-side { max-width: 90%; } }

/*-------------------------------------------------------------------------------------------------------------------- SECTION ACTIVITES ------------------------------------------------------------------------------------------------------------------ */
.activities-section { position: relative; padding: 230px 40px 100px; background: #FFFFFF; /* couleur principale */ text-align: center; overflow: hidden; }

/* IMAGE DE FOND */
.activities-section .background-image { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100%; height: 100%; opacity: 0.08; /* léger pour ne pas gêner le texte */ z-index: 1; pointer-events: none; }

.activities-section .background-image img { width: 100%; height: 100%; object-fit: cover; }

/* VAGUE EN HAUT */
.activities-wave-top { position: absolute; top: 0; left: 50%; width: 100vw; height: 180px; transform: translateX(-50%); overflow: hidden; line-height: 0; z-index: 0; }

.activities-wave-top svg { width: 100%; height: 100%; display: block; }

.activities-wave-top .wave1 { fill: rgba(231, 225, 212, 0.85); }

.activities-wave-top .wave2 { fill: rgba(231, 225, 212, 0.65); }

.activities-wave-top .wave3 { fill: rgba(231, 225, 212, 0.45); }

/* TITRE */
.activities-title { font-family: "Libre Baskerville", serif; font-size: 42px; color: #2F4F3A; margin-bottom: 60px; position: relative; z-index: 3; }

/* GRID DES CARTES */
.activities-grid { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; position: relative; z-index: 3; }

/* CARTE */
.activity-card { background: #FFFFFF; width: 300px; border-radius: 16px; box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08); text-align: center; padding: 0 0 30px; display: flex; flex-direction: column; min-height: 430px; }

.activity-image { width: 100%; height: 180px; object-fit: cover; border-radius: 16px 16px 0 0; }

.activity-card h3 { font-family: "Libre Baskerville", serif; font-size: 24px; color: #2F4F3A; margin: 20px 0 10px; }

.activity-card p { font-family: "Source Sans Pro", sans-serif; font-size: 16px; color: #333333; margin: 0 20px 20px; line-height: 1.6; flex-grow: 0; }

.activity-btn { display: inline-block; width: auto; max-width: fit-content; align-self: center; padding: 10px 26px; background: #2F4F3A; color: #FFFFFF; text-decoration: none; border-radius: 6px; font-family: "Poppins", sans-serif; font-size: 15px; margin-top: 10px; transition: transform 0.25s ease, box-shadow 0.25s ease; }

.activity-btn:hover { background: #243c2d; transform: translateY(-4px); box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2); color: #FFFFFF; }

/* RESPONSIVE */
@media (max-width: 900px) { .activities-grid { flex-direction: column; align-items: center; gap: 30px; } }

/*------------------------------------------------------------------------------------------------------------ SECTION VALEURS & APPROCHE ------------------------------------------------------------------------------------------------------------------ */
/* ================================ BANDEAU BLANC QUI PERMET LE CHEVAUCHEMENT =================================== */
.bloc-fixe-top { height: 150px; background: #fff; }

/* ================================ SECTION PARALLAX =================================== */
.valeurs-bloc { background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2Fcw6ElHzk7QXTb1Tx6aRGYbjyW222%2Fimages%2FDSC_0200_sa8a.webp"); background-size: cover; background-position: center; background-attachment: fixed; padding: 120px 0; position: relative; z-index: 1; }

/* Overlay doux beige */
.valeurs-bloc::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(47, 79, 58, 0.2); /* vert foncé Terre Happy avec transparence */ z-index: -1; }

/* ================================ CONTENEUR FLEXIBLE =================================== */
.bloc-fixe-container { width: 90%; max-width: 1300px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }

/* ================================ BLOC TEXTE (vert Terre Happy) =================================== */
.valeurs-texte { background: #2F4F3A; /* vert foncé Terre Happy */ padding: 60px 70px; color: #FFFFFF; border-radius: 14px; /* chevauchement sous le haut */ margin-top: -200px; position: relative; z-index: 10; }

.valeurs-surtitre { font-family: "Poppins", sans-serif; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: #CDE5D0; /* vert très clair */ }

.valeurs-texte h2 { font-family: "Libre Baskerville", serif; font-size: 2.6rem; margin: 15px 0 25px; color: #FFFFFF; }

.valeurs-texte p { font-family: "Source Sans Pro", sans-serif; line-height: 1.7; margin-bottom: 25px; font-size: 1.1rem; }

/* ================================ LISTE DES VALEURS =================================== */
.valeurs-liste { list-style: none; padding: 0; margin: 0; }

.valeurs-liste li { margin-bottom: 18px; font-family: "Source Sans Pro", sans-serif; position: relative; padding-left: 28px; font-size: 1rem; }

/* Puce nature (feuille ou chevron) */
.valeurs-liste li::before { content: "›"; position: absolute; left: 0; top: 0; color: #D8E8D3; font-size: 1.3rem; }

/* ================================ BLOC IMAGE =================================== */
.valeurs-image { background-image: url("IMAGE-DE-CHEVAL-AJOUTER-ICI.webp"); background-size: cover; background-position: center; border-radius: 14px; }

/* ================================ RESPONSIVE =================================== */
@media (max-width: 900px) { .bloc-fixe-container { grid-template-columns: 1fr; } .valeurs-texte { margin-top: -220px; padding: 40px 30px; } .valeurs-image { height: 260px; border-radius: 6x; } }

@media (max-width: 600px) { .bloc-fixe-top { height: 100px; } }

/*------------------------------------------------------------------------------------------------------------ SECTION LOCALISATION ------------------------------------------------------------------------------------------------------------------ */
.localisation-section { position: relative; background: #FFFFFF; padding: 140px 40px; overflow: hidden; }

/* IMAGE DE FOND */
.localisation-section .background-image { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100%; height: 100%; opacity: 0.08; z-index: 1; pointer-events: none; }

.localisation-section .background-image img { width: 100%; height: 100%; object-fit: cover; }

/* CONTENEUR INTERNE */
.localisation-container { position: relative; z-index: 2; max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; text-align: left; /* texte aligné à gauche */ }

/* TEXTE */
.localisation-texte h2 { font-family: "Libre Baskerville", serif; font-size: 42px; color: #2F4F3A; margin: 20px 0 30px; }

.localisation-texte h2::after { content: ''; display: block; width: 60px; height: 4px; background: #8C6E54; margin: 15px 0 0; border-radius: 2px; }

.localisation-description { font-family: "Source Sans Pro", sans-serif; font-size: 18px; line-height: 1.7; color: #444444; margin-bottom: 30px; }

.localisation-infos { list-style: none; padding: 0; margin: 0 0 15px; font-family: "Source Sans Pro", sans-serif; color: #2F4F3A; }

.localisation-infos li { margin-bottom: 12px; font-size: 16px; }

/* CARTE */
.localisation-carte iframe { width: 100%; height: 380px; border: none; border-radius: 16px; box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1); }

/* VAGUE */
.localisation-wave-shape { position: absolute; bottom: 0; width: 100%; height: 150px; overflow: hidden; line-height: 0; margin-left: -50px; z-index: 1; }

.localisation-wave-shape svg { width: 100%; height: 100%; display: block; }

.localisation-wave-shape .wave1 { fill: #f7f4ee; }

.localisation-wave-shape .wave2 { fill: #f0ece5; }

.localisation-wave-shape .wave3 { fill: #e7e1d4; }

/* RESPONSIVE */
@media (max-width: 900px) { .localisation-container { grid-template-columns: 1fr; text-align: left; /* texte aligné à gauche même sur mobile */ } section.localisation-section { margin-bottom: 50px; } .localisation-wave-shape svg { display: none; } .localisation-carte iframe { height: 300px; } .localisation-section { padding: 100px 20px 0; } }

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

.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: rgba(46, 116, 21, 0.4); 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.75); display: none; align-items: center; justify-content: center; z-index: 9999; backdrop-filter: blur(4px); }

.lightbox-img { max-width: 85vw; max-height: 85vh; border-radius: 0px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); 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; } }

/*------------------------------------------------------------------------------------------------------------ SECTION EN TÊTE SERVICES ------------------------------------------------------------------------------------------------------------------ */
/* ============================ */
/* BLOC D’ENTÊTE – PAGE HEADER BLOCK */
/* ============================ */
.page-header-block { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; color: #ffffff; background-size: cover; background-position: center; }

.header-overlay { position: absolute; inset: 0; background: rgba(47, 79, 58, 0.5); /* overlay vert foncé semi-transparent */ }

.header-content { position: relative; z-index: 2; max-width: 900px; padding: 0 20px; }

.header-content h1 { font-family: "Libre Baskerville", serif; font-size: 48px; margin-bottom: 20px; color: #ffffff; }

.header-content p { font-family: "Source Sans Pro", sans-serif; font-size: 20px; line-height: 1.6; margin-bottom: 30px; color: #f7f4ee; }

/* RESPONSIVE */
@media (max-width: 900px) { .header-content h1 { font-size: 36px; } .header-content p { font-size: 18px; } .btn-header { padding: 10px 24px; font-size: 16px; } }

/*------------------------------------------------------------------------------------------------------------ SECTION INTRODUCTION ACTIVITE ------------------------------------------------------------------------------------------------------------------ */
.intro-bien-etre { position: relative; background: #e7e1d4; padding: 100px 20px; }

.intro-bien-etre .container { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }

/* TEXTE */
.intro-text { flex: 1 1 500px; }

.intro-text h2 { font-family: "Libre Baskerville", serif; font-size: 44px; color: #2F4F3A; margin-bottom: 20px; }

.intro-text h2::after { content: ''; display: block; width: 60px; height: 4px; background: #8C6E54; margin: 15px 0 0; border-radius: 2px; }

.intro-text p { font-family: "Source Sans Pro", sans-serif; font-size: 18px; line-height: 1.7; color: #444444; margin-bottom: 0; }

/* IMAGE */
.intro-image { flex: 1 1 400px; display: flex; justify-content: center; }

.intro-image img { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }

/* RESPONSIVE */
@media (max-width: 900px) { .intro-bien-etre .container { flex-direction: column-reverse; text-align: center; gap: 30px; } .intro-text h2 { font-size: 36px; } .intro-text p { font-size: 17px; } }

/*------------------------------------------------------------------------------------------------------------ SECTION LES ACTIVITES ------------------------------------------------------------------------------------------------------------------ */
.activites-bien-etre { position: relative; background: #e7e1d4; padding: 110px 20px; text-align: center; overflow: hidden; }

/* IMAGE DE FOND */
.activites-bien-etre .background-image { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100%; height: 100%; opacity: 0.08; /* subtil pour ne pas gêner le texte */ z-index: 1; pointer-events: none; }

.activites-bien-etre .background-image img { width: 100%; height: 100%; object-fit: cover; }

/* CONTENU AU-DESSUS */
.activites-bien-etre .container { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; }

.activites-bien-etre h2 { font-family: "Libre Baskerville", serif; font-size: 42px; color: #2F4F3A; margin-bottom: 60px; }

/* Grille d'activités */
.activity-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; justify-items: center; position: relative; z-index: 2; }

/* Chaque carte d'activité */
.activity-item { background: #FFFFFF; padding: 25px; border-radius: 16px; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); text-align: center; transition: transform 0.25s ease, box-shadow 0.25s ease; }

.activity-item img { width: 100%; max-width: 300px; border-radius: 10px; margin-bottom: 20px; }

.activity-item h3 { font-family: "Libre Baskerville", serif; font-size: 24px; color: #2F4F3A; margin-bottom: 15px; }

.activity-item p { font-family: "Source Sans Pro", sans-serif; font-size: 16px; line-height: 1.6; color: #444444; }

/* Responsive */
@media (max-width: 992px) { .activity-list { grid-template-columns: repeat(2, 1fr); gap: 30px; } }

@media (max-width: 600px) { .activity-list { grid-template-columns: 1fr; gap: 25px; } .activity-item img { max-width: 100%; } }

/*------------------------------------------------------------------------------------------------------------ SECTION POURQUOI LE CHEVAL ------------------------------------------------------------------------------------------------------------------ */
.pourquoi-cheval { position: relative; background: #FFFFFF; padding: 350px 40px 50px 40px; text-align: center; overflow: hidden; }

/* VAGUE EN HAUT */
.pourquoi-cheval-wave-top { position: absolute; top: 0; left: 50%; width: 100vw; height: 180px; transform: translateX(-50%); overflow: hidden; line-height: 0; z-index: 1; }

.pourquoi-cheval-wave-top svg { width: 100%; height: 100%; display: block; }

.pourquoi-cheval-wave-top .wave1 { fill: rgba(231, 225, 212, 0.85); }

.pourquoi-cheval-wave-top .wave2 { fill: rgba(231, 225, 212, 0.65); }

.pourquoi-cheval-wave-top .wave3 { fill: rgba(231, 225, 212, 0.45); }

/* CONTENU AU-DESSUS */
.pourquoi-cheval .container { max-width: 900px; margin: 0 auto; position: relative; z-index: 2; }

.pourquoi-cheval h2 { font-family: "Libre Baskerville", serif; font-size: 42px; color: #2F4F3A; margin-bottom: 20px; position: relative; }

.pourquoi-cheval h2::after { content: ''; display: block; width: 50px; height: 3px; background: #8C6E54; margin: 10px auto 0; border-radius: 2px; }

.pourquoi-cheval p { font-family: "Source Sans Pro", sans-serif; font-size: 18px; line-height: 1.7; color: #444444; margin-bottom: 40px; }

/* Qualités du cheval encadrées */
.cheval-qualities { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 60px; }

.cheval-qualities span { background: #8c6e54; color: #FFFFFF; padding: 10px 18px; border-radius: 25px; font-family: "Source Sans Pro", sans-serif; font-size: 15px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); }

/* Illustration en arrière-plan */
.cheval-illustration { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0.08; z-index: 1; pointer-events: none; width: 80%; max-width: 600px; }

.cheval-illustration img { width: 100%; height: auto; }

/* Responsive */
@media (max-width: 900px) { .cheval-qualities { gap: 10px; } .cheval-illustration { width: 100%; } .pourquoi-cheval h2 { font-size: 36px; } .pourquoi-cheval p { font-size: 17px; } .cheval-qualities span { font-size: 14px; padding: 8px 16px; } }

/*------------------------------------------------------------------------------------------------------------ QU'EST CE QUE L'EQUITHERAPIE ? ------------------------------------------------------------------------------------------------------------------ */
.equitherapie-block { position: relative; background-size: cover; background-position: center; background-repeat: no-repeat; padding: 120px 20px; color: #fff; text-align: center; }

.equitherapie-block .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #e7e1d4; /* beige semi-transparent pour lisibilité */ z-index: 1; }

.equitherapie-block .container { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; }

.equitherapie-block h2 { font-family: "Libre Baskerville", serif; font-size: 38px; color: #2F4F3A; margin-bottom: 30px; }

.equitherapie-block p { font-family: "Source Sans Pro", sans-serif; font-size: 18px; line-height: 1.7; color: #444444; margin-bottom: 25px; }

/* Responsive */
@media (max-width: 900px) { .equitherapie-block h2 { font-size: 32px; } .equitherapie-block p { font-size: 16px; } }

/*------------------------------------------------------------------------------------------------------------ TIMELINE FORMATIONS ------------------------------------------------------------------------------------------------------------------ */
.parcours-formation-container { margin: 0; padding: 0; box-sizing: border-box; }

.parcours-formation-container .parcours-wrapper { background: #e7e1d4; padding: 60px 20px; }

.parcours-formation-container .parcours-inner { max-width: 1400px; margin: 0 auto; background: white; padding: 60px 40px; border-radius: 20px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); }

.parcours-formation-container .parcours-heading { text-align: center; color: #2f4f3a; margin-bottom: 60px; font-size: 2.5em; font-family: "Libre Baskerville", serif; }

.parcours-formation-container .parcours-timeline { position: relative; padding: 40px 0; }

.parcours-formation-container .parcours-line { position: absolute; top: 50%; left: 0; right: 0; height: 4px; background: #a8b8a1; transform: translateY(-50%); }

.parcours-formation-container .parcours-list { display: flex; justify-content: space-between; position: relative; z-index: 1; gap: 20px; }

.parcours-formation-container .parcours-item { flex: 1; display: flex; flex-direction: column; align-items: center; position: relative; }

.parcours-formation-container .parcours-dot { width: 20px; height: 20px; background: white; border: 4px solid #2f4f3a; border-radius: 50%; position: relative; z-index: 2; transition: all 0.3s ease; cursor: pointer; }

.parcours-formation-container .parcours-item:hover .parcours-dot { transform: scale(1.4); border-color: #a8b8a1; box-shadow: 0 0 20px rgba(107, 142, 35, 0.5); }

.parcours-formation-container .parcours-year { position: absolute; top: -40px; font-family: "Source Sans Pro", sans-serif; font-weight: 700; color: #2f4f3a; font-size: 1.3em; white-space: nowrap; }

.parcours-formation-container .parcours-tooltip { position: absolute; top: 50px; width: 220px; background: #e7e1d4; padding: 18px; border-radius: 12px; border-left: 4px solid #2f4f3a; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); opacity: 0; transform: translateY(20px); transition: all 0.4s ease; cursor: pointer; word-wrap: break-word; overflow-wrap: break-word; }

.parcours-formation-container .parcours-item:hover .parcours-tooltip { opacity: 1; transform: translateY(0); }

.parcours-formation-container .parcours-name { color: #2f4f3a; font-size: 0.88em; margin-bottom: 8px; line-height: 1.4; font-weight: 600; word-wrap: break-word; }

.parcours-formation-container .parcours-org { color: #666; font-size: 0.78em; line-height: 1.4; word-wrap: break-word; }

.parcours-formation-container .parcours-multiple { display: flex; flex-direction: column; gap: 10px; }

.parcours-formation-container .parcours-tag { background: #2f4f3a; color: white; padding: 3px 8px; border-radius: 12px; font-size: 0.7em; display: inline-block; margin-bottom: 5px; }

@media (max-width: 1200px) { .parcours-formation-container .parcours-tooltip { width: 180px; font-size: 0.85em; padding: 15px; } }

@media (max-width: 768px) { .parcours-formation-container .parcours-inner { padding: 40px 20px; } .parcours-formation-container .parcours-heading { font-size: 1.8em; } .parcours-formation-container .parcours-list { flex-direction: column; gap: 60px; } .parcours-formation-container .parcours-line { width: 4px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); background: linear-gradient(180deg, #6b8e23 0%, #8fbc4f 100%); } .parcours-formation-container .parcours-year { left: -80px; top: 0; } .parcours-formation-container .parcours-tooltip { position: static; width: 100%; max-width: 300px; opacity: 1; transform: none; margin-top: 20px; } }

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