@import url('/fonts/trenda/stylesheet.css');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}   
  
/* Paragraphes — Trenda Regular */
p{
  font-family: 'Trenda it', sans-serif;
  font-weight: normal; 
  font-style: normal;
}
a{
  font-family: 'Trenda it', sans-serif;
  font-weight: normal; 
  font-style: normal;
  
}
li{
  font-family: 'Trenda it', sans-serif;
  font-weight: normal; 
  font-style: normal;
}

body {
    margin: 0;              
    padding: 0;
    position: relative;      
    background-color: #fff; 
    min-height: 100vh;
}
/* ========== NAVBAR ========== */

/* ========== SECTION HERO ========== */
.hero {
    max-width: 1500px;
    margin: 2vh auto;
    padding: 3rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  
  .hero-text {
    max-width: 1000px;
  }
  
  /* Style du titre principal */
  .title-underline {
    font-size: 3.5rem;
    font-family: 'Trenda', sans-serif; font-weight: 900; color: #100A4F; text-transform: uppercase;
    line-height: 1.2;   
    display: inline-block;
    position: relative;
    margin-bottom: 1.5rem; 
    z-index: -1;
  }
  
  /*.title-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0em;  
    width: 100%;
    height: 0.2em;   
    background-color: #6abf99;
    opacity: 0.7;
    z-index: -1;
  }
  */
  
  /* Style du sous-texte */
  .hero-text p {
    font-family: 'Trenda it', sans-serif; font-weight: normal; font-style: normal; font-size: 1.3rem;
    margin-top: 0.3rem;
    margin-bottom: 2.5rem;
  }
  
  .hero-text p .highlight {
    color: #FF7300; /* Vert */
    font-weight: bold;
  }
  
  .cta-btn {
    background-color: #FF7300;
    color: #fff;
    padding: 0.8rem 1.4rem;
    border: none;
    border-radius: 20px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .cta-btn:hover {
    background-color: #100A4F;
  }
  
  .hero-image img {
    width: 80vh;
    height: 60vh;
  }
  
  
  /* ============================================================== */
  /*==========SECTION PRESENTATION==========*/
  /* ============================================================== */
  .container-presentation {
      width: 100%;
      padding: 20px;
      text-align: center;  
  }
  
  .presentation-section {
      width: 100%;
      margin: 0 auto;
      padding: 1vh 2vh;
      display: flex;
      justify-content: center;
      max-width: 85%;
      margin-left: 7.5%;     
  }
  
  .title-presentation {
      font-size: 2.5rem;
      font-family: 'Trenda', sans-serif; font-weight: 900; color: #100A4F; text-transform: uppercase;
      position: relative;
      display: inline-block;
      margin-bottom: 20px;
  }
  
  /*.title-presentation::after {
      content: '';
      display: block;
      width: 90px;
      height: 3px;
      background-color: #6abf99;
      margin: 5px auto 0;
  }*/
  
  .text-presentation {
      max-width: 1500px;
      width: 100%;
      margin: 0 auto;
      font-size: 1.3rem; 
      font-family: 'Trenda it', sans-serif; font-weight: normal; font-style: normal; font-size: 1.3rem;
      text-align: left;
  }
  
  .section-presentation {
      display: flex;
      align-items: center;
      /* Centre le contenu horizontalement */
      justify-content: center; 
      /* Ajoute un espace entre l'image et le texte */
      gap: 40px; 
      margin: 0 auto;
      /* Ajuste la largeur pour qu'il reste centré */
      max-width: 1100px; 
      width: 100%;
  }
  
  .text-content-presentation p{
      /* Permet au texte d'occuper l'espace disponible */
      flex: 1; 
      text-align: left;
      line-height: 1.4;
      font-family: 'Trenda it', sans-serif; font-weight: normal; font-style: normal; font-size: 1.3rem;
  }
  .text-content-presentation h3 {
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 1.5;
        font-family: 'Trenda', sans-serif; font-weight: 900; color: #100A4F; text-transform: uppercase;
      margin-bottom: 1rem;
  }
  
  .section-presentation img {
      width: 35%;
      max-width: 40vh;
      height: 30vh;
  }
  
  .reverse-presentation {
      flex-direction: row-reverse;
  }
  
  /*our vision presentation*/
  .section-philo {
      max-width: 85%;
      margin-left: 7.5%;     
  }
  .container-philo {
      margin-bottom: 10vh;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      text-align: center;
  }
  .card-philo {
      width: 30%;
      min-width: 250px;
      padding: 20px;
      background-color: #fff;
      border-radius: 25px; 
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); 
      margin: 10px;
  }
  
  .card-philo img {
      width: 50px;
      height: auto;
  }
  .card-philo h3 {
      font-size: 18px;
      font-family: 'Trenda', sans-serif; font-weight: 900; color: #100A4F; text-transform: uppercase;
      margin-top: 15px;
      font-weight: bold;
      margin-bottom: 1vh;
  }
  .card-philo p {
      font-size: 1rem;
      color: #333;
  }
  /*texte annimation */
  .section-animationtext {
      width: 100%;
      overflow: hidden;
      margin-top: -10vh;
      margin-bottom: 2vh;
      white-space: nowrap;
      position: relative;
      color: #6abf99;
      padding: 20px 0;
  }
  .marquee {
      display: flex;
      font-size: 10vw;
      font-weight: bold;
      text-transform: uppercase;
      animation: marquee 10s linear infinite;
  }
  .marquee span {
      padding-right: 50px; 
  }
  @keyframes marquee {
      from {
          transform: translateX(0%);
      }
      to {
          transform: translateX(-100%);
      }
  }
  
  /* ============================================================== */
  /*==========pourquoi nous choisir section==========*/
  /* ============================================================== */
  .section-choix {
    width: 80%;
    margin: auto;
    margin-bottom: 15vh;
}
/* Titre de la section avec soulignement */
.title-choix {
  font-size: 2.5rem;
  font-family: 'Trenda', sans-serif; font-weight: 900; color: #100A4F; text-transform: uppercase;
  margin-bottom: 2rem;
  text-align: center;
  justify-content: center;  
}

/* Barre de soulignement sous le titre */
/*.title-choix::after {
  content: '';
  display: block;
  width: 15rem;
  height: 3px;
  background-color: #6abf99;

  margin: 5px auto 0;
}
*/
.container-choix {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
}
.choix {
    width: 30%;
    padding: 10px;
}
.emoji {
    font-size: 30px;
}
h2 {
    font-size: 20px;
     font-family: 'Trenda', sans-serif; font-weight: 900; color: #100A4F; text-transform: uppercase;
    font-weight: bold;
}
p {
    font-size: 16px;
}


@media (max-width: 1024px) {
  .container-choix {
      justify-content: center;
  }
  .choix {
      width: 45%;
  }
}
@media (max-width: 768px) {
    .container-choix {
        flex-direction: column;
        align-items: center;
    }
    .choix {
        width: 100%;
    }
}
  
  /* ============================================================== */
  /*===========Strategie section===========*/
  /* ============================================================== */
  
  .content-section {
      max-width: 1400px;
      margin: 0 auto;
  }
  
  .content-block {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-bottom: 0;
    flex-wrap: wrap; 
  }
  .content-block:nth-child(even) {
    flex-direction: row-reverse;
  }
  
  
  .title-container {
    font-size: 2.5rem;
    font-family: 'Trenda', sans-serif; font-weight: 900; color: #100A4F; text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
  }
  
  /*.title-container::after {
    content: '';
    display: block;
    width: 50vh;
    height: 3px;
    background-color: #6abf99;
    margin: 5px auto 0;
  }*/
  .content-block img {
    width: 35%;
    max-width: 400px;
    height: 28vh;
    border-radius: 10px;
  }
  .text-content {
    width: 55%;
  }
  .text-content h2 {
    font-size: 20px;
    font-family: 'Trenda', sans-serif; font-weight: 900; color: #100A4F; text-transform: uppercase;
    margin-bottom: 10px;
  }
  .text-content p {
    font-family: 'Trenda it', sans-serif; font-weight: normal; font-style: normal; font-size: 1.3rem;
  }
  /* Styles généraux */
  .content-section {
    max-width: 1400px;
    margin: 0 auto;
  }
  
  .content-block {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
  }
  
  .content-block:nth-child(even) {
    flex-direction: row-reverse;
  }
  
  /* TITRE PRINCIPAL */
  .title-container {
    font-size: 2.5rem;
     font-family: 'Trenda', sans-serif; font-weight: 900; color: #100A4F; text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
  }
  
  /*.title-container::after {
    content: '';
    display: block;
    width: 50vh;
    height: 4px;
    background-color: #6abf99;
    margin: 10px auto 0;
  }*/
  
  /* IMAGES */
  .content-block img {
    width: 40%;
    max-width: 400px;
    height: auto;
    border-radius: 10px;
  }
  
  /* TEXTES */
  .text-content {
    width: 55%;
  }
  
  .text-content h2 {
    font-size: 24px;
     font-family: 'Trenda', sans-serif; font-weight: 900; color: #100A4F; text-transform: uppercase;
    margin-bottom: 15px;
  }
  
  .text-content p {
    font-size: 18px;
    color: #222;
    line-height: 1.5;
  }
  
  /* ============================================================== */
  /*===========frame section===========*/
  /* ============================================================== */
  /* Conteneur principal */
  .map-container {
    text-align: center;
    width: 90%;
    max-width: 1000px;
    padding: 40px 20px;
    margin: 0 auto; /* Permet de centrer uniquement cette section */
  }
  
  /* Titre */
  .map-title {
    font-size: 2.5rem;
    font-family: 'Trenda', sans-serif; font-weight: 900; color: #100A4F; text-transform: uppercase;    position: relative;
    display: inline-block;
    margin-bottom: 20px;
  }
  
  /*.map-title::after {
    content: '';
    display: block;
    width: 50vh;
    height: 3px;
    background-color: #6abf99;
    margin: 5px auto 0;
  }*/
  
  
  /* Conteneur de la carte (centré seul) */
  .map-frame {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto; /* Centrage horizontal */
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  /* Iframe Google Maps */
  .map-frame iframe {
    width: 100%;
    height: 400px;
    border: none;
  } 
  
  
         /* ========== FOOTER ========== */
        .footer {
            background-color: #111B52;
            padding: 3rem 2rem;
          }
          
          .footer-container {
            display: flex;
            justify-content: space-between;
            max-width: 1200px;
            margin: 0 auto;
            flex-wrap: wrap;
          }
          
          .footer-col {
            flex: 1;
            min-width: 200px;
            margin-bottom: 1.5rem;
            color: white;
          }
          
          .footer-logo img {
            max-width: 150px;
          }
          
          .footer-contact {
            font-size: 1rem;
            color: white;
            margin-top: 1rem;
          }
          
          .footer-contact a {
            text-decoration: none;
            color: white;
            font-weight: 500;
          }
          
          .footer-col h3 {
            font-size: 1.2rem;
            font-weight: bold;
            margin-bottom: 1rem;
          }
          
          .footer-col ul {
            list-style: none;
            padding: 0;
          }
          
          .footer-col ul li {
            margin-bottom: 0.5rem;
          }
          
          .footer-col ul li a {
            text-decoration: none;
            color: white;
            position: relative;
            transition: color 0.3s ease-in-out;
          }
          
          .footer-col ul li a::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -2px; 
            width: 0%;
            height: 2px;
            background-color: #FF7300; /* underline couleur*/
            transition: width 0.3s ease-in-out;
          }
          
          .footer-col ul li a:hover {
            color: #FF7300; /* text couleur */
          }
          
          .footer-col ul li a:hover::after {
            width: 100%;
          }
          
          
          
          .footer-socials {
            display: flex;
            gap: 10px;
            margin-top: 1rem;
          }
          
          .footer-socials a {
            width: 35px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #e0e0e0;
            border-radius: 50%;
            text-decoration: none;
            color: #333;
            font-size: 1.2rem;
            transition: background 0.3s, color 0.3s;
          }
          
          .footer-socials a:hover {
            background-color: #2f6d4e; /* icone de reseaux sociaux */
            color: #fff;
          }
          
          
          
          
          
                   /* Responsive pour tablettes et mobiles */
          @media screen and (max-width: 768px) {
            /* Justifier tous les paragraphes et les <li> du contenu principal, hors header et footer */
            body:not(header):not(footer) p,
            body:not(header):not(footer) li {
              text-align: justify !important;
              width: 100%;
            }
            .footer-container {
              flex-direction: column;
              text-align: center;
              
            }
            .footer div{
              margin-bottom: 3vh;
            }
         
            .footer-socials {
              justify-content: center;
            }
          }
  
  /* =============================================================================== */
  /*===========Responsive (iPad - Tablette etc) ===========*/
  /* =============================================================================== */
  
  /* Responsive Design pour iPad (tablette) */
  @media (max-width: 1024px) {
    /* ============================================================== */
    /* ========== SECTION HERO ========== */
    /* ============================================================== */
    .hero {
      flex-direction: column;
      text-align: center;
      padding: 2rem 1rem;
      margin-top: 2vh;
    }
  
    /* Ajustement du texte */
    .hero-text {
      max-width: 80%;
      margin: 0 auto;
    }
  
    /* Titre principal ajusté */
    .title-underline {
      font-size: 2.5rem; 
      line-height: 1.4;
      margin-bottom: 1rem;
    }
  
    /* Ajustement du paragraphe */
    .hero-text p {
      font-size: 1.2rem;
    }
  
    /* Bouton CTA ajusté */
    .cta-btn {
      font-size: 1rem;
      padding: 0.8rem 1.5rem;
      border-radius: 15px;
    }
  
    /* Ajustement de l'image sur iPad */
    .hero-image {
      margin-top: 1.5rem;
    }
  
    .hero-image img {
      max-width: 75%; /* Réduit la taille de l’image */
      height: auto;
      margin: 0 auto;
      display: block;
      margin-top: -2vh;
      margin-bottom: -8vh;
    }
  
    /* ============================================================== */
    /* ========== SECTION PRESENTATION ========== */
    /* ============================================================== */
   
    .presentation-section {
        flex-direction: column;
        max-width: 100%;
        margin-left: 0;
        padding: 2vh;
    }
  
    .title-presentation {
        font-size: 2.5rem;
    }
  
    .text-presentation {
        font-size: 1.1rem;
        text-align: center;
    }
  
    .section-presentation {
        display: flex; /* Image et texte en ligne */
        flex-direction: row; /* Alignement horizontal */
        align-items: center;
        justify-content: center;
        gap: 20px;
        text-align: left; /* Texte aligné à gauche */
    }
  
    .section-presentation img {
        width: 40%;
        max-width: 300px;
        height: auto;
    }
  
    .text-content-presentation p {
        font-size: 1rem;
    }
  
    .text-content-presentation h3 {
        font-size: 1.3rem;
    }
    /* nous choisir section*/
    .title-choix{
      font-size: 2.5rem;
    }
    .title-container {
      font-size: 2.5rem;
    }
  
    /*strategie section*/
    .content-section {
      width: 90%;
      margin: 0 auto;
    }
  
    .content-block {
        gap: 20px;
    }
  
    .text-content h2 {
        font-size: 22px;
    }
  
    .text-content p {
        font-size: 16px;
    }
  
    .title-container {
        font-size: 2.5rem;
    }
    /*frame section*/
    .map-title {
      font-size: 2.5rem;
      text-align: left;
      margin-left: 2.5%;
    }
    .map-title::after {
      width: 30vh;
      height: 3px;
    }
    
  }
  
  
  /* Responsive Design pour téléphone */
  @media (max-width: 768px) {
    /* nous choisir section*/
    .title-choix{
      font-size: 2rem;
    }
    .title-choix::after {
      width: 20vh;
      height: 3px;
    }
    /*strategie section*/
    .title-container {
      font-size: 2rem;
    }
    .title-container::after {
      width: 20vh;
      height: 3px;
    }
    /*frame section*/
    .map-title {
      font-size: 2rem;
      padding: 0;
    }
    .map-title::after {
      width: 20vh;
      height: 3px;
    }
    /* ============================================================== */
    /* ========== SECTION PRESENTATION ========== */
    /* ============================================================== */
    .title-presentation {
      font-size: 2rem;
    }
  
    .text-presentation {
      font-size: 1rem;
      padding: 0 10px;
    }
  
    .section-presentation {
      display: flex;
      flex-direction: column; /* Image en haut, texte en dessous */
      align-items: center;
      text-align: center;
      gap: 15px;
    }
  
    .section-presentation img {
      width: 80%;
      max-width: 250px;
    }
  
    .text-content-presentation {
      width: 90%; /* Pour mieux encadrer le texte */
    }
  
    .text-content-presentation p {
      font-size: 0.95rem;
      text-align: center;
    }
  
    .text-content-presentation h3 {
      font-size: 1.2rem;
    }
  
    /*strategie section */
    .content-section {
      width: 95%;
    }
  
    .content-block {
        flex-direction: column !important;
        text-align: center;
        gap: 15px;
        margin-bottom: 30px;
    }
  
    .content-block img {
        width: 80%;
        max-width: 300px;
        height: 200px;
    }
  
    .text-content {
        width: 90%;
    }
  
    .title-container {
        font-size: 2rem;
        font-weight: 500;
    }
  
    /*frame localisation section*/
    .map-title {
      font-size: 1.5rem;
    }
  
    .map-frame {
      max-width: 90%;
    }
  
    .map-frame iframe {
      height: 300px;
    }
  
  }
  
  
  @media screen and (max-width: 480px) {
    .title-container {
        font-size: 1.8rem;
    }
  
    .content-block img {
        width: 100%;
    }
  
    .text-content {
        width: 100%;
    }
  
    .text-content h2 {
        font-size: 20px;
    }
  
    .text-content p {
        font-size: 15px;
    }
    /* strategie section*/
    .container-presentation {
      padding: 10px;
    }
  
    .title-presentation {
      font-size: 1.8rem;
    }
  
    .text-presentation {
      font-size: 0.9rem;
    }
  
    .section-presentation img {
      width: 90%;
      max-width: 200px;
    }
  
    .text-content-presentation h3 {
      font-size: 1.1rem;
    }
  
    .text-content-presentation p {
      font-size: 0.85rem;
    }
  }
  
  
  
  
  
  
  
  /* ✅ RESPONSIVE DESIGN */
  @media screen and (max-width: 1024px) {
    .content-section {
        width: 90%;
        margin: 0 auto;
    }
  
    .content-block {
        gap: 20px;
    }
  
    .text-content h2 {
        font-size: 22px;
    }
  
    .text-content p {
        font-size: 16px;
    }
  
    .title-container {
        font-size: 2.5rem;
    }

  }
  
  @media screen and (max-width: 768px) {
    .content-section {
        width: 95%;
    }
  
    .content-block {
        flex-direction: column !important;
        text-align: center;
        gap: 15px;
        margin-bottom: 30px;
    }
  
    .content-block img {
        width: 80%;
        max-width: 300px;
        height: 200px;
    }
  
    .text-content {
        width: 90%;
    }
  
    .title-container {
        font-size: 2rem;
        font-weight: 500;
    }
  }
  
  /* Responsive Design pour petits écrans (téléphones encore plus petits)
  @media (max-width: 480px) {
    .container-presentation {
      padding: 10px;
    }
  
    .title-presentation {
      font-size: 1.8rem;
    }
  
    .text-presentation {
      font-size: 0.9rem;
    }
  
    .section-presentation img {
      width: 90%;
      max-width: 200px;
    }
  
    .text-content-presentation h3 {
      font-size: 1.1rem;
    }
  
    .text-content-presentation p {
      font-size: 0.85rem;
    }
  }*/
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  @media (max-width: 768px) {  
    /* Ajustement du Hero en mobile */
    .hero {
      flex-direction: column;
      text-align: center;
      padding: 0.5rem 1rem; 
      margin-top: 1vh; 
    }
    /* Ajustement du texte */
    .hero-text {
      max-width: 100%;
      padding: 0 1.5rem;
      margin: 0 auto;
    }
    /* Titre principal plus petit */
    .title-underline {
      font-size: 2.2rem; 
      line-height: 1.3;
      margin-bottom: 1rem; 
    }
    .title-underline::after {
      height: 0.15em; 
    }
    /* Ajustement du sous-texte */
    .hero-text p {
      font-size: 1.1rem; 
      margin-bottom: 1.8rem; 
    }
    /* Bouton CTA ajusté */
    .cta-btn {
      font-size: 0.9rem;
      padding: 0.7rem 1.2rem; 
      border-radius: 15px;
    }
    /* ajustement de l'image */
    .hero-image {
      margin-top: 1rem;
    }
    .hero-image img {
      max-width: 90%; 
      height: auto; 
    }
    /*section presentation */
    /*section philo*/
    .card-philo h3 {
      font-size: 18px;
      margin-top: 15px;
      font-weight: bold;
      margin-bottom: 1vh;
    }
    .card-philo p {
      font-size: 14px;
      line-height: 1.2;
      color: #555;
    }
    .container-philo {
        flex-direction: column;
        align-items: center;
    }
    .card-philo {
        width: 80%;
    }
  }
  
  
  
  
  
  
  /* 🌍 RESPONSIVE DESIGN */
  @media (max-width: 768px) {
    .section-choix {
        flex-direction: column;
        text-align: center;
        
    }
  
    .fusée {
        width: 150px;
    }
  }

  
  
  
  
  
  
  