/*----- ACCUEIL CSS----*/


/* ---- header ---- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hero {
    position: relative;
    width: 100%;
    height: 720px;
    background: #0F274D;
    overflow: hidden;
}

.hero-image {
    position: absolute;
    right: 10%;
    bottom: 0;

    width: 62%;
    height: 100%;

    object-fit: cover;
    object-position: center;
right:8%;
    width:65%;
    z-index: 1;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;

background: linear-gradient(
    to right,
    #071732 28.99%,
     rgba(7, 23, 50, 0.96) 31.93%,
      rgba(7, 23, 50, 0.55) 36.97%, 
      rgba(7, 23, 50, 0) 54.2%, 
      rgba(7, 23, 50, 0) 68.07%, 
      rgba(7, 23, 50, 0.55) 77.31%, 
      rgba(7, 23, 50, 0.96) 85.29%, 
      #071732 90.34%);    
    
    }

.hero-content {
    position: relative;
    z-index: 3;
    max-width: 1400px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 80px 40px 0;
}

.hero-left {
    width: 42%;
    color: white;    
}

.hero-left h1 {
    font-size: 70px;
    line-height: 0.95;
    color: #ffffff;
}

.subtitle {
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 18px;
    margin-top: 35px;
}

.description {
    font-size: 18px;
    line-height: 1.7;
    margin: 30px 0 90px 0;
    color: #ffffff;
}

.buttons {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}
.buttons button {
    background: transparent;
    color: white;
    font-size: 16px;
    font-weight: 800;
    border: 2px solid #D7BA63;
    padding: 14px 26px;
    border-radius: 8px;
    cursor: pointer;
}

.buttons button:hover {
    background: #D7BA63;
    color: #0F274D;

}

/*--- gold line ---*/

.gold-line {
    width: 250px;
    border: 1px solid #D7BA63;
    margin: 20px 0;
}

/*====================
HISTOIRE
=======================*/
.hero-right {
    width: 22%;
    color: white;
    display: flex;
    justify-content: flex-end;
}

.palmares {
    line-height: 1.8;
    color: #D7BA63;
}

.palmares h3 {
    color: #D7BA63;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;

}

.palmares p {
    margin-bottom: 25px;
    color: #ffffff;

}


/*--- story section ---*/
.story{
    position: relative;
    background: #fff;
    padding: 80px 0;
    overflow: hidden;
}

.story .container{
    width: min(1200px,90%);
    margin-left: 94px;

    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 90px;
    align-items: center;
}
.story-image img{
    height: 500px; /* Plus haut que large */
    overflow: hidden;
    border-radius: 12px;
}   

.story-image img{
    width: 100%;
    object-fit: cover;
    display: block;
}

.story-content h2{
    font-size:2.2rem;
    font-weight:800;
    line-height:1.4;
    margin-bottom:25px;
}

.story-content h2 span{
    display:block;
    color:#d5b35f;
}

.story-content p{
    position:relative;
    z-index:2;
    margin-bottom:20px;
    line-height:1.7;
    color:#333;
}

.story-content strong{
    display:block;
    margin:30px 0;
}

.mountain{
    position:absolute;
    bottom:0;
    right:-100px;
    width:750px;
    opacity:.35;
    pointer-events:none;
    z-index:1;
}

.btn-secondary{
    position:relative;
    z-index:3;
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:12px 15px;

    background:#0e2748;
    color:white;

    border-radius:8px;
    text-decoration:none;
    font-size: 16px;
    font-weight:600;

    transition:.3s;
}

.btn-secondary:hover{
    background:#183c68;
    transform: translateY(-2px);

}

/*--- second container---*/

.container-secondary {
    position: relative;
    width: 100%;
    height: 325px;
    background: #071b3a;
    overflow: hidden;
    padding: 80px 40px 0;
    margin: auto;
    justify-content: space-between;


    }

.story-content2 h2{
    font-size:2.2rem;
    font-weight:800;
    line-height:1.4;
    margin-bottom:25px;
    color: #FFFFFF;
    display:flex;
    justify-content: center;
}

.story-content2 h2 span{
    display:flex;
    color:#d5b35f;
        margin-left: 20px;

}

/*===========================
PARCOURS
=============================*/

/* --- TIMELINE --- */

.timeline-section{
    background:#081b36;
    color:#fff;
    padding:60px;
}

.timeline{
    position:relative;

    display:flex;
    justify-content:space-between;
    align-items:flex-start;

    margin-top:50px;
}

/* Ligne horizontale */

.line{
    position:absolute;
    top:11px;
    left:8%;
    right:8%;

    height:4px;

    background:linear-gradient(
        to right,
        #a9a8a8 0%,
        #ffffff 42%,
        #ffebbe 70%,
        #d8b35a 100%
    );

    z-index:1;
}

/* Étapes */

.step{
    position:relative;
    z-index:2;

    width:300px;
    padding:0 8px;

    text-align:center;
}

/* Points */

.dot{
    width:26px;
    height:26px;
    margin:0 auto;

    border-radius:50%;
    background:#fff;
}

.step.gold .dot{
    background:#d7b65f;
}

.step.silver .dot{
    background:#a9a8a8;
}

/* Années */

.step h3{
    margin:15px 0 0;

    font-size:16px;
    font-weight:700;
    line-height:1.2;

    color:#fff;
}

/* Résultats générés depuis Contentful */

.timeline-results{
    margin-top:7px;
}

.timeline-results p{
    margin:5px 0;

    font-size:13px;
    line-height:1.4;

    color:#fff;
}

.timeline-results strong{
    font-weight:700;
    color:inherit;
}

/* Objectifs 2028 et 2030 en doré */

.step.gold h3,
.step.gold .timeline-results,
.step.gold .timeline-results p,
.step.gold .timeline-results strong{
    color:#d7b65f;
}

/* Ancien HTML éventuel */

.step > p{
    margin:7px 0 0;

    font-size:13px;
    line-height:1.4;

    color:#fff;
}

.step.gold > p,
.step.gold > p strong{
    color:#d7b65f;
}
/*---projets---*/ 

.project-section {
    background: #071b3a;
    padding: 30px 0 0 0px;
    overflow: hidden;
}

.container-project {
    width: min(1400px, 100%);
    min-height: 500px;
    margin: 0 auto;
    align-items: start;

    display: grid;
    grid-template-columns: 350px minmax(0, 1fr);
    gap: 80px;
}

/* Partie gauche */

.story-project h2 {
    margin: 0;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.25;
}

.story-project h2 span {
    display: block;
    color: #d7ba63;
}

.story-project h3 {
    margin: 35px 0;
    color: #fff;
    font-size: 1rem;
    line-height: 1.3;
}

.story-project p {
    margin: 0;
    color: #fff;
    font-size: 1rem;
    line-height: 1.7;
}

/*--cards---*/

.sports-cards{
    display:flex;
    gap:24px;
    align-items:flex-end;
}

.sport-card{
    position:relative;

    width:325px;
    height:420px;

    overflow:clip;
    border-radius:12px;

    transform:skewX(-7deg);

    box-shadow:0 20px 40px rgba(0,0,0,.3);
}
.sport-card img{
    position:absolute;
    inset:0;

    width:140%;
    height:100%;

    object-fit:cover;
    object-position:center;

    transform:skewX(7deg) translateX(-6%);
}.sport-card-content{
    position:absolute;
    left:20px;
    right:20px;
    bottom:20px;

    color:white;
    text-align:center;

    transform:skewX(7deg);
    z-index:2;
}
.sport-card-content p{

    color:white;
    text-align:center;

    z-index:2;
}

.sport-card-overlay{
    position:absolute;
    inset:0;
    z-index:1;

    background:linear-gradient(
        to top,
        rgba(7,23,50,.95) 0%,
        rgba(7,23,50,.65) 30%,
        rgba(7,23,50,0) 70%
    );
}

.sport-card:nth-child(1) img{
    transform:skewX(2deg) translateX(-4%);
    width: 120%;
}
.sport-card:nth-child(2) img {
    object-position: 52% center;
}

.sport-card:nth-child(3) img{
    transform:skewX(7deg) translateX(-18%);
}
/*=======================
pourquoi soutenir
=========================*/

.support-section {
  width: 100%;
  background: #fff;
  padding: 35px 28px 40px;
}

.support-title {
  text-align: center;
  margin-bottom: 30px;
}

.support-title h2 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.2;
  color: #050505;
}

.support-title h2:last-child {
  color: #c8b46e;
}

.support-grid{
    width:min(1350px,100%);
    margin:60px auto 0;
    display:grid;
    grid-template-columns:repeat(4,1fr);
}

.support-item{
    position:relative;
    padding:0 40px;
    text-align:center;
}

.support-item:not(:first-child)::before{
    content:"";
    position:absolute;
    left:0;
    top:25px;
    bottom:25px;
    width:1px;
    background:#d7d7d7;
}
.support-icon{
    height:72px;

    display:flex;
    justify-content:center;
    align-items:center;

    margin-bottom:18px;
}

.support-icon img{
    width:58px;
    height:58px;
    object-fit:contain;
}
.support-item h3{
    margin:0 0 18px;
    font-size:1.35rem;
    font-weight:700;
    letter-spacing:.5px;
}

.support-item p{
    margin:0 auto;
    max-width:250px;

    font-size:1.08rem;
    line-height:1.55;
    color:#222;
}
/*==============
chriffres
================ */

.stats-section{
    background:#071b3a;
    padding:45px 50px;
    color:#fff;
}

.stats-section h2{
    margin:0 0 45px;
    text-align:center;
    font-size:2.1rem;
    font-weight:800;
    color:#fff;
}

.stats-section h2 span{
    color:#C8B46E;
}

.stats-grid{
    width:min(1300px,100%);
    margin:auto;

    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:35px;
}

.stat{
    position:relative;

    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;

    padding:0 15px;
}

/* Séparateurs */

.stat:not(:first-child)::before{
    content:"";
    position:absolute;
    left:-18px;
    top:8px;
    bottom:8px;
    width:1px;
    background:rgba(255,255,255,.18);
}

/* Icônes */

.stat img{
    width:48px;
    height:48px;
    object-fit:contain;
    margin-bottom:18px;
filter: brightness(0) 
saturate(100%) 
invert(74%) 
sepia(34%) 
saturate(486%) 
hue-rotate(10deg) 
brightness(96%) 
contrast(90%);}

/* Chiffres */

.stat h3{
    margin:0 0 10px;

    color:#C8B46E;

    font-size:2rem;
    font-weight:700;
    line-height:1;
}

/* Descriptions */

.stat p{
    margin:0;

    color:#fff;

    font-size:1rem;
    font-weight:400;
    line-height:1.35;

    max-width:180px;
}

/* ==================================
   SECTION PARTENAIRES
================================== */

.partner-section {
  width: 100%;
  padding: 50px 30px 60px;
  background: #ffffff;
  overflow: visible;
}

.partner-heading {
  margin-bottom: 38px;
  text-align: center;
}

.partner-heading h2 {
  margin: 0;
  color: #111111;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
}

.partner-heading h2 span {
  color: #c8b46e;
}

.partner-heading p {
  margin: 8px 0 0;
  color: #111111;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

/* Grille contenant les quatre cartes */

.partner-cards {
  width: min(1200px, 100%);
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

/* Carte générale */

.partner-card {
  position: relative;
  min-width: 0;
  padding: 5px 20px 15px;

  display: flex;
  flex-direction: column;
  align-items: center;

  background: #F8F6F2;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.2);
  text-align: center;
}
/* Icône */

.partner-card__icon {
min-height:60px;
    margin-bottom:14px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 2.6rem;
  line-height: 1;
    width:42px;
    height:42px;
    object-fit:contain;
}


/* Titre */

.partner-card h3 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.2;
}

/* Prix */

.partner-card__price {
  margin: 4px 0 24px;
  color: inherit;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

/* Liste */

.partner-card__list {
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: left;
}.partner-card__list li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 20px;

  color: #111111;
  font-family: "Poppins", sans-serif;
  font-size: 0.86rem;
  font-weight: 400;
  line-height: 1.3;
}

.partner-card__list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
  font-size: 1rem;
  font-weight: 800;
}

/* Bouton de carte */

.partner-card__button {
  margin-top: auto;
  padding: 8px 13px;

  border: 2px solid currentColor;
  border-radius: 5px;

  background: #F8F6F2;
  color: inherit;

  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;

  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}

.partner-card__button:hover {
  transform: translateY(-2px);
}

/* Bronze */

.partner-card--bronze {
  color: #b87500;
}
.partner-card--bronze .partner-card__icon img{
filter: brightness(0) saturate(100%)
            invert(50%) sepia(93%) saturate(1200%)
            hue-rotate(15deg) brightness(80%) contrast(98%);
        }


        .partner-card--bronze .partner-card__list li {
  color: #111111;
    margin-top: 31px;

}

.partner-card--bronze .partner-card__list li::before {
  color: #b87500;
}

/* Argent */

.partner-card--silver {
  color: #a8a8a8;
}

.partner-card--silver .partner-card__icon img{
    filter: brightness(0) saturate(100%)
            invert(71%) sepia(0%) saturate(0%)
            hue-rotate(180deg) brightness(94%) contrast(88%);
}

.partner-card--silver .partner-card__list li {
  color: #111111;
    margin-top: 30px;

}

.partner-card--silver .partner-card__list li::before {
  color: #a8a8a8;
}

/* Or */

.partner-card--gold {
  color: #e3ad00;
}

.partner-card--gold .partner-card__list li {
  color: #111111;
  margin-top: 30px;
}

.partner-card--gold .partner-card__icon img{
    filter: brightness(0) saturate(100%)
            invert(71%) sepia(98%) saturate(977%)
            hue-rotate(3deg) brightness(85%) contrast(102%);
}

.partner-card--gold .partner-card__list li::before {
  color: #e3ad00;
}

/* Premium */

.partner-card--premium {
  color: #d7ba63;
  background: #071b3a;
}
.partner-card--premium .partner-card__icon img{
    filter: brightness(0) saturate(100%)
            invert(78%) sepia(32%) saturate(668%)
            hue-rotate(5deg) brightness(95%) contrast(89%);
}
.partner-card--premium h3,
.partner-card--premium .partner-card__price,
.partner-card--premium .partner-card__list li {
  color: #ffffff;
}

.partner-card--premium .partner-card__list li::before {
  color: #d7ba63;
}

.partner-card--premium .partner-card__button {
  border-color: #d7ba63;
  background: #d7ba63;
  color: #ffffff;
}

/* Bouton du bas */

.partner-footer {
  margin-top: 45px;
  display: flex;
  justify-content: center;
}

.partner-footer__button {
  padding: 10px 23px;

  border: 2px solid #C8B46E;
  border-radius: 8px;

  background: #071b3a;
  color: #C8B46E;

  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;

  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.partner-footer__button:hover {
  background: #C8B46E;
  color: #ffffff;
}

/* ==================================
   SECTION MÉCÉNAT
================================== */

.mecene-section {
    width: 100%;
    padding: 70px 30px;
    background: #071b3a;
}

.mecene-heading {
    text-align: center;
    margin-bottom: 50px;
}

.mecene-heading h2 {
    margin: 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.2;
}

.mecene-heading h2 span {
    color: #C8B46E;
}

.mecene-heading p {
    margin-top: 10px;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
}

/* Cartes */

.mecene-cards {
    max-width: 1200px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.mecene-card {
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    min-height: 280px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;

    box-shadow: 0 10px 30px rgba(0,0,0,.18);
    transition: .3s ease;
}

.mecene-card:hover {
    transform: translateY(-6px);
}

.mecene-card__icon {
    margin-bottom: 20px;
}

.mecene-card__icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.mecene-card h3 {
    margin: 0 0 15px;
    color: #0B2144;
    font-family: "Poppins", sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
}

.mecene-card p {
    margin: 0;
    color: #333;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    line-height: 1.6;
}

/* Bouton */

.mecene-footer {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.mecene-footer__button {
    padding: 10px 20px;
    border: 2px solid #C8B46E;
    border-radius: 8px;
    background: transparent;
    color: #C8B46E;

    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;

    transition: .3s ease;
}

.mecene-footer__button:hover {
    background: #C8B46E;
    color: #fff;
}


/* =========================
Partie interview 
============================*/

.interview-card {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 22px;
  align-items: center;

  color: #ffffff;
  text-decoration: none;
}

/* Image */

.interview-image {
  position: relative;
  height: 180px;
  overflow: hidden;
  border-radius: 9px;
  background: #ffffff;
}

.interview-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;

  transition: transform 0.3s ease;
}

.interview-card:hover .interview-image img {
  transform: scale(1.05);
}

/* Bouton lecture facultatif */

.interview-play {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: rgba(7, 27, 58, 0.85);
  color: #ffffff;

  font-size: 1rem;

  transform: translate(-50%, -50%);
}

/* Texte de l’interview */

.interview-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.interview-type {
  margin-bottom: 18px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.interview-text h3 {
  margin: 0 0 22px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}

.interview-link {
  color: #c8b46e;
  font-family: "Poppins", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

/* =========================================================
   RESPONSIVE PAGE ACCUEIL
   Ordinateur / Tablette / Téléphone
========================================================= */


/* =========================================================
   TABLETTE
   De 769px à 1024px
========================================================= */

@media screen and (max-width: 1024px) {

    /* =========================
       HERO
    ========================= */

    .hero {
        height: 650px;
    }

    .hero-image {
        right: 0;
        width: 72%;
        height: 100%;
        object-position: center;
    }

    .hero-overlay {
        background: linear-gradient(
            to right,
            #071732 0%,
            rgba(7, 23, 50, 0.98) 28%,
            rgba(7, 23, 50, 0.78) 45%,
            rgba(7, 23, 50, 0.15) 72%,
            rgba(7, 23, 50, 0.75) 100%
        );
    }

    .hero-content {
        max-width: 100%;
        padding: 130px 33px 0 32px;
    }

    .hero-left {
        width: 48%;
    }

    .hero-left h1 {
        font-size: 55px;
    }

    .subtitle,
    .description {
        font-size: 16px;
    }

    .description {
        margin-bottom: 55px;
    }

    .buttons {
        flex-wrap: wrap;
        gap: 14px;
    }

    .buttons button {
        padding: 12px 18px;
        font-size: 13px;
    }

    .hero-right {
        width: 27%;
    }

    .palmares h3 {
        font-size: 17px;
    }

    .palmares p {
        font-size: 13px;
        line-height: 1.5;
    }


    /* =========================
       HISTOIRE
    ========================= */

    .story {
        padding: 65px 0;
    }

    .story .container {
        width: 90%;
        margin: 0 auto;
        grid-template-columns: 320px 1fr;
        gap: 50px;
    }

    .story-image img {
        height: 430px;
    }

    .story-content h2 {
        font-size: 1.85rem;
    }

    .mountain {
        width: 550px;
        right: -120px;
    }


    /* =========================
       BLOC TITRE PARCOURS
    ========================= */

    .container-secondary {
        height: auto;
        min-height: 260px;
        padding: 65px 30px;
    }

    .story-content2 h2 {
        flex-wrap: wrap;
        text-align: center;
        font-size: 1.85rem;
    }

    .story-content2 h2 span {
        margin-left: 12px;
    }


    /* =========================
       TIMELINE
    ========================= */

    .timeline-section {
        padding: 50px 30px;
    }

    .timeline {
        gap: 15px;
    }

    .step {
        width: 24%;
    }

    .step h3 {
        font-size: 14px;
    }

    .step p {
        font-size: 11px;
    }


    /* =========================
       PROJETS SPORTIFS
    ========================= */

    .project-section {
        padding: 45px 30px 55px;
    }

    .container-project {
        grid-template-columns: 260px minmax(0, 1fr);
        gap: 35px;
        min-height: auto;
    }

    .story-project h2 {
        font-size: 1.8rem;
    }

    .story-project p {
        font-size: 0.9rem;
    }

    .sports-cards {
        gap: 15px;
        align-items: stretch;
    }

    .sport-card {
        width: calc((100% - 30px) / 3);
        height: 360px;
    }

    .sport-card-content {
        left: 12px;
        right: 12px;
        bottom: 15px;
    }

    .sport-card-content p {
        font-size: 0.8rem;
    }


    /* =========================
       POURQUOI SOUTENIR
    ========================= */

    .support-section {
        padding: 55px 25px;
    }

    .support-title h2 {
        font-size: 1.85rem;
    }

    .support-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 45px 0;
        margin-top: 45px;
    }

    .support-item {
        padding: 0 35px;
    }

    .support-item:nth-child(3)::before {
        display: none;
    }

    .support-item p {
        font-size: 0.95rem;
    }


    /* =========================
       CHIFFRES
    ========================= */

    .stats-section {
        padding: 55px 30px;
    }

    .stats-section h2 {
        font-size: 1.85rem;
    }

    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 45px 25px;
    }

    .stat:nth-child(4)::before {
        display: none;
    }

    .stat h3 {
        font-size: 1.75rem;
    }

    .stat p {
        font-size: 0.9rem;
    }


    /* =========================
       PARTENAIRES
    ========================= */

    .partner-section {
        padding: 55px 30px;
    }

    .partner-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }

    .partner-card {
        min-height: 410px;
    }


    /* =========================
       MÉCÉNAT
    ========================= */

    .mecene-section {
        padding: 60px 30px;
    }

    .mecene-cards {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .mecene-card {
        min-height: 260px;
        padding: 30px 20px;
    }

    .mecene-card p {
        font-size: 0.9rem;
    }


    /* =========================
       INTERVIEW
    ========================= */

    .interview-card {
        grid-template-columns: 1.2fr 1fr;
    }

}


/* =========================================================
   TÉLÉPHONE
   Jusqu'à 768px
========================================================= */

@media screen and (max-width: 768px) {

    /* =========================
       HERO MOBILE
    ========================= */

.hero {
    height: auto;
    min-height: 560px;
    padding-top: 68px;
}
.hero-image {
    top: 0;
    right: 0;
    bottom: auto;

    width: 100%;
    height: 100%;

    object-position: 50% center;
    transform: scale(1.08);
}
    .hero-overlay {
        background:
            linear-gradient(
                to bottom,
                rgba(7, 23, 50, 0.55) 0%,
                rgba(7, 23, 50, 0.72) 35%,
                #071732 78%,
                #071732 100%
            );
    }

    .hero-content {
        min-height: 690px;
        padding: 80px 24px 45px;

        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
    }

    .hero-left {
        width: 100%;
    }

    .hero-left h1 {
        font-size: clamp(42px, 13vw, 58px);
    }

    .subtitle {
        margin-top: 25px;
        margin-bottom: 18px;
        font-size: 15px;
    }

    .description {
        max-width: 500px;
        margin: 20px 0 35px;
        font-size: 14px;
        line-height: 1.65;
    }

    .gold-line {
        width: 170px;
    }

    .buttons {
        width: 100%;
        margin-top: 25px;

        flex-direction: column;
        gap: 12px;
    }

    .buttons button {
        width: 100%;
        max-width: 330px;
        min-height: 48px;
    }

    /* On masque le palmarès latéral dans le hero mobile */

    .hero-right {
        display: none;
    }


    /* =========================
       HISTOIRE
    ========================= */

    .story {
        padding: 50px 0;
    }

    .story .container {
        width: 88%;
        margin: 0 auto;

        grid-template-columns: 1fr;
        gap: 35px;
    }

    .story-image {
        width: 100%;
    }

    .story-image img {
        width: 100%;
        height: 430px;
    }

    .story-content h2 {
        font-size: 1.65rem;
        line-height: 1.3;
    }

    .story-content p {
        font-size: 0.92rem;
    }

    .mountain {
        width: 400px;
        right: -160px;
        opacity: 0.2;
    }

    .btn-secondary {
        width: 100%;
        max-width: 330px;
    }


    /* =========================
       TITRE PARCOURS
    ========================= */

    .container-secondary {
        min-height: auto;
        padding: 50px 22px;
    }

    .story-content2 h2 {
        display: block;
        font-size: 1.6rem;
        line-height: 1.35;
    }

    .story-content2 h2 span {
        display: block;
        margin-left: 0;
    }


    /* =========================
       TIMELINE MOBILE
    ========================= */

    .timeline-section {
        padding: 50px 25px;
    }

    .timeline {
        position: relative;

        flex-direction: column;
        gap: 40px;

        margin-top: 35px;
        padding-left: 35px;
    }

    .line {
        top: 0;
        bottom: 0;
        left: 12px;
        right: auto;

        width: 4px;
        height: auto;

        background: linear-gradient(
            to bottom,
            #a9a8a8 0%,
            #ffffff 42%,
            #ffebbe 70%,
            #d8b35a 100%
        );
    }

    .step {
        width: 100%;
        min-height: 80px;
        padding-left: 15px;

        text-align: left;
    }

    .dot {
        position: absolute;
        top: 0;
        left: -35px;

        width: 22px;
        height: 22px;

        margin: 0;
    }

    .step h3 {
        margin-top: 0;
        font-size: 16px;
    }

    .step p {
        max-width: 420px;
        font-size: 15px;
        line-height: 1.5;
    }


    /* =========================
       PROJETS SPORTIFS
    ========================= */

    .project-section {
        padding: 50px 22px;
    }

    .container-project {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .story-project h2 {
        font-size: 1.65rem;
    }

    .story-project h3 {
        margin: 25px 0;
    }

    .story-project p {
        font-size: 0.92rem;
    }

    .sports-cards {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .sport-card {
        width: min(330px, 92%);
        height: 420px;
    }


    /* =========================
       POURQUOI SOUTENIR
    ========================= */

    .support-section {
        padding: 50px 22px;
    }

    .support-title h2 {
        font-size: 1.65rem;
    }

    .support-grid {
        grid-template-columns: 1fr;
        gap: 0;

        margin-top: 40px;
    }

    .support-item {
        padding: 30px 10px;
    }

    .support-item:not(:first-child)::before {
        top: 0;
        left: 15%;
        right: 15%;
        bottom: auto;

        width: 70%;
        height: 1px;
    }

    .support-item h3 {
        font-size: 1.15rem;
    }

    .support-item p {
        font-size: 0.92rem;
    }


    /* =========================
       CHIFFRES
    ========================= */

    .stats-section {
        padding: 50px 22px;
    }

    .stats-section h2 {
        margin-bottom: 40px;
        font-size: 1.65rem;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 15px;
    }

    .stat {
        padding: 0 10px;
    }

    .stat:nth-child(odd)::before {
        display: none;
    }

    .stat:not(:first-child)::before {
        left: -8px;
    }

    .stat img {
        width: 42px;
        height: 42px;
    }

    .stat h3 {
        font-size: 1.6rem;
    }

    .stat p {
        font-size: 0.82rem;
    }


    /* =========================
       PARTENAIRES
    ========================= */

    .partner-section {
        padding: 50px 22px;
    }

    .partner-heading h2 {
        font-size: 1.65rem;
    }

    .partner-heading p {
        font-size: 0.9rem;
    }

    .partner-cards {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .partner-card {
        width: 100%;
        max-width: 430px;
        min-height: auto;
        margin: 0 auto;
        padding: 30px 25px;
    }

    .partner-card__list li {
        font-size: 0.82rem;
    }

    .partner-footer {
        margin-top: 35px;
    }

    .partner-footer__button {
        width: 100%;
        max-width: 330px;
        text-align: center;
    }


    /* =========================
       MÉCÉNAT
    ========================= */

    .mecene-section {
        padding: 50px 22px;
    }

    .mecene-heading {
        margin-bottom: 35px;
    }

    .mecene-heading h2 {
        font-size: 1.65rem;
    }

    .mecene-heading p {
        font-size: 0.9rem;
    }

    .mecene-cards {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .mecene-card {
        width: 100%;
        max-width: 430px;
        min-height: 230px;
        margin: 0 auto;
    }

    .mecene-footer {
        margin-top: 35px;
    }

    .mecene-footer__button {
        width: 100%;
        max-width: 330px;
        text-align: center;
    }


    /* =========================
       INTERVIEW
    ========================= */

    .interview-card {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .interview-image {
        height: 220px;
    }

}


/* =========================================================
   PETIT TÉLÉPHONE
   Jusqu'à 480px
========================================================= */

@media screen and (max-width: 480px) {

    /* Hero */

    .hero {
        min-height: 720px;
    }

    .hero-content {
        min-height: 545px;
        padding: 70px 18px 35px;
    }

    .hero-left h1 {
        font-size: 42px;
    }

    .subtitle {
        font-size: 14px;
    }

    .description {
        font-size: 13px;
    }

    .description br,
    .subtitle br {
        display: none;
    }

    .buttons button {
        max-width: 100%;
        font-size: 12px;
    }


    /* Histoire */

    .story .container {
        width: calc(100% - 36px);
    }

    .story-image img {
        height: 360px;
    }

    .story-content h2 {
        font-size: 1.45rem;
    }


    /* Timeline */

    .timeline-section {
        padding-right: 18px;
        padding-left: 18px;
    }

    .timeline {
        padding-left: 30px;
    }

    .dot {
        left: -28px;
    }


    /* Projets */

    .project-section {
        padding-right: 18px;
        padding-left: 18px;
    }

    .story-project h2 {
        font-size: 1.45rem;
    }

    .sport-card {
        width: 94%;
        height: 380px;
    }


    /* Soutenir */

    .support-title h2,
    .stats-section h2,
    .partner-heading h2,
    .mecene-heading h2 {
        font-size: 1.45rem;
    }


    /* Statistiques */

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .stat {
        padding: 28px 10px;
    }

    .stat:not(:first-child)::before {
        top: 0;
        left: 20%;
        right: 20%;
        bottom: auto;

        width: 60%;
        height: 1px;
    }


    /* Cartes */

    .partner-card,
    .mecene-card {
        padding-right: 20px;
        padding-left: 20px;
    }

    .interview-image {
        height: 190px;
    }

}

/* =========================================================
   SPORTS CARDS - MOBILE
   Style image en haut + contenu lisible
========================================================= */

@media screen and (max-width: 768px) {

    .sports-cards{
        display:flex;
        flex-direction:column;
        align-items:center;
        gap:24px;

        width:100%;
    }
.partner-card__button{
    display:none;
}
    .sport-card{
        position:relative;

        width:min(360px, 94%);
        height:auto;
        min-height:420px;

        overflow:hidden;

        border-radius:18px;

        background:#0b2344;

        transform:none;

        box-shadow:0 16px 35px rgba(0,0,0,.28);
    }

    /* Image en haut */

    .sport-card img{
        position:relative;
        inset:auto;

        display:block;

        width:100%;
        height:245px;

        object-fit:cover;
        object-position:center;

        transform:none;
    }

    /* Ajustement individuel des images */

    .sport-card:nth-child(1) img{
        object-position:50% 21%;
    }

    .sport-card:nth-child(2) img{
        object-position:50% 42%;
    }

    .sport-card:nth-child(3) img{
        object-position:70% 42%;
        transform: skewX(0deg)
    }

    /* Dégradé beaucoup plus léger */

    .sport-card-overlay{
        position:absolute;
        top:140px;
        left:0;
        right:0;

        height:140px;

        background:linear-gradient(
            to bottom,
            rgba(7,23,50,0) 0%,
            rgba(7,23,50,.65) 55%,
            #0b2344 100%
        );

        z-index:1;
        pointer-events:none;
    }

    /* Contenu sous l'image */

    .sport-card-content{
        position:relative;
        left:auto;
        right:auto;
        bottom:auto;

        z-index:2;

        padding:22px 22px 26px;

        color:#fff;
        text-align:left;

        transform:none;
    }

    .sport-card-content h3{
        margin:0 0 10px;

        font-family:"Poppins", sans-serif;
        font-size:1.25rem;
        font-weight:800;
        line-height:1.25;

        color:#fff;
    }

    .sport-card-content p{
        margin:0;

        font-family:"Poppins", sans-serif;
        font-size:.9rem;
        line-height:1.55;

        color:rgba(255,255,255,.82);

        text-align:left;
    }

    /* Petit accent doré */

    .sport-card-content::before{
        content:"";

        display:block;

        width:42px;
        height:3px;

        margin-bottom:14px;

        background:#c8b46e;
        border-radius:5px;
    }

}
.mobile-break{
    display:none;
}

@media screen and (max-width:768px){

    .subtitle .mobile-break{
        display:block !important;
    }

}
@media (max-width: 768px) {
    .timeline-item {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 768px) {

    .support-item:nth-child(2)::after {
        content: "";
        display: block;
        width: 70%;
        height: 1px;
        background: #d9d9d9;
        margin: 35px auto 0;
    }

}