@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;
}
/* ========== 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: 800px;
  }
  
  /* Style du titre principal */
  .title-underline {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.2;   
    display: inline-block;
    position: relative;
    color: #111;
    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-size: 1.4rem; 
    font-weight: 300; 
    color: #222; 
    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;
  }
  
.text-hero-continious{
    max-width: 1500px; margin: 2vh auto; padding: 3rem 1rem; align-items: center;
  }
  .text-hero-continious p{
    text-align: left; font-size: 1.4rem; 
    font-weight: 300; 
    color: #111;
  }
  @media screen and (max-width: 768px) {
    .text-hero-continious{
      flex-direction: column;
      text-align: center;
      padding: 0.5rem 1rem;
      margin-top: 10vh;
    }
    .text-hero-continious p{
      font-size: 1.1rem; 
      text-align: center;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .text-content-presentation{
        max-width: 90%;
        padding: 0 1.5rem;
        margin: 0 auto;
    }
    .text-content-presentation p{
        font-size: 1.1rem; 
        text-align: center;
    }
  }

  /*trois button devis prix */
  .button-container {
        display: flex;
        justify-content: center;
        gap: 12px;
        margin-top: 40px;
      }
  
      .custom-button {
        background-color: #100A4F; 
        color: white;
        font-weight: bold;
        padding: 15px 50px;
        border: none;
        border-radius: 12px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
        cursor: pointer;
        font-size: 18px;
        transition: background-color 0.3s ease;
      }
  
      .custom-button:hover {
        background-color: #FF7300;
      }
      @media (max-width: 768px) {
        .button-container {
          margin-bottom: -40px;
          gap: 10px;
          flex-direction: wrap;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
        }
        .custom-button {
          width: 45%; 
          min-width: unset; 
        }
      }

/*==========C QUOI UN SITE ECOMMERCE ET UN SITE SUR MESURE==========*/
.container-presentation {
    width: 100%;
    padding: 20px;
    text-align: center;  
    font-family: Arial, sans-serif;
}

.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: 30px;
    font-weight: bold;
    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-weight: 300; 
    color: #333;
    text-align: left;
}

.section-presentation {
    display: flex;
    align-items: center;
    justify-content: center; 
    gap: 40px; 
    margin: 0 auto;
    max-width: 1100px; 
    width: 100%;
}

.text-content-presentation p{
    flex: 1; 
    text-align: left;
    line-height: 1.4;
    font-size: 1.1rem;
    color: #111;
}
.text-content-presentation h3 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    color: #111;
    margin-bottom: 1rem;
}

.section-presentation img {
    width: 35%;
    max-width: 40vh;
    height: 30vh;
}

.reverse-presentation {
    flex-direction: row-reverse;
}


.importance-siteweb {
    margin: 50px auto;
    max-width: 950px;
    text-align: left;
    font-family: Arial, sans-serif;
}

.importance-siteweb h2 {
    font-size: 2.5rem;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.importance-siteweb h2::after {
    content: '';
    display: block;
    width: 30vh;
    height: 3px;
    background-color: #FF7300;
    margin: 5px auto 0;
}

.importance-siteweb .highlight-green {
    color: #FF7300;
    font-weight: 600;
}

.importance-item {
    display: flex;
    align-items: center;
    border: 2.5px solid #FF7300;
    padding: 18px 25px;
    margin-bottom: 20px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}

.circle-number {
    background-color: #FF7300;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    font-size: 1.4rem;
    flex-shrink: 0;
}

.importance-item p {
    margin: 0;
    font-size: 1.15rem;
    color: #111;
    line-height: 1.6;
}

.importance-item a {
    text-decoration: underline;
    color: #111;
    font-weight: 600;
}


            /*==========C QUOI UN SITE ECOMMERCE ET UN SITE SUR MESURE==========*/

    .importance-siteweb {
        margin: 50px auto;
        max-width: 950px;
        text-align: left;
        font-family: Arial, sans-serif;
    }
    
    .importance-siteweb h3 {
        font-size: 2.5rem;
        font-weight: 600;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .importance-siteweb .highlight-green {
        color: #FF7300;
        font-weight: 600;
    }
    
    .importance-item {
        display: flex;
        align-items: center;
        border: 2.5px solid #100A4F;
        padding: 18px 25px;
        margin-bottom: 20px;
        border-radius: 6px;
        background-color: #fff;
        box-shadow: 0 2px 4px rgba(0,0,0,0.04);
    }
    
    .circle-number {
        background-color: #100A4F;
        color: #fff;
        font-weight: bold;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 25px;
        font-size: 1.4rem;
        flex-shrink: 0;
    }
    
    .importance-item p {
        margin: 0;
        font-size: 1.15rem;
        color: #111;
        line-height: 1.6;
    }
    
    .importance-item a {
        text-decoration: underline;
        color: #111;
        font-weight: 600;
    }
            
            
                        /*==========C QUOI UN SITE ECOMMERCE ET UN SITE SUR MESURE==========*/
    .container-presentation {
        width: 100%;
        padding: 20px;
        text-align: center;  
        font-family: Arial, sans-serif;
    }
    
    .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: 30px;
        font-weight: bold;
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
    }
    
    .title-presentation::after {
        content: '';
        display: block;
        width: 90px;
        height: 3px;
        background-color: #FF7300;
        margin: 5px auto 0;
    }
    
    .text-presentation {
        max-width: 1500px;
        width: 100%;
        margin: 0 auto;
        font-size: 1.3rem; 
        font-weight: 300; 
        color: #333;
        text-align: left;
    }
    
    .section-presentation {
        display: flex;
        align-items: center;
        justify-content: center; 
        gap: 40px; 
        margin: 0 auto;
        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-size: 1.1rem;
        color: #111;
    }
    .text-content-presentation h3 {
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.5;
        color: #111;
        margin-bottom: 1rem;
    }
    
    .section-presentation img {
        width: 35%;
        max-width: 40vh;
        height: 30vh;
    }
    
    .reverse-presentation {
        flex-direction: row-reverse;
    }
/*expertrice creation site web section*/
.expertise {
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px 20px;
    text-align: center;
}
.expertrice-title {
    font-size: 2.5rem;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/*.expertrice-title::after {
    content: '';
    display: block;
    width: 30vh;
    height: 3px;
    background-color: #6abf99;
    margin: 5px auto 0;
}*/
.highlight {
    color: #FF7300;
}
.expertise p {
    line-height: 1.4;
    font-size: 1.4rem;
    font-weight: 300;
    text-align: left;
    color: #111;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 6vh !important;
}
.ref-grid-container{
    margin-bottom: 0vh !important;

}
.box {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}


.box img {
    width: 80px;
    height: auto;
    margin-bottom: 15px;
}
.box p{
    text-align: center;
    line-height: 1.4;
    font-size: 1.1rem;
    color: #333;
}
h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.cta-buttons {
    margin-top: 10px;
    justify-content: center;
    text-align: center;
}
.cta-buttons button {
    background-color: #FF7300;
    color: white;
    border: none;
    padding: 15px 25px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px;
}
.cta-buttons button:hover {
    background-color: #100A4F;
}


/*methodologie de creation de site web*/
.methodology {
    max-width: 1200px;
    margin: 50px auto;
    text-align: center;
    padding: 50px 20px;
    text-align: center;
}
.methodologie-paragraph {
    line-height: 1.4;
    font-size: 1.4rem;
    font-weight: 300;
    color: #111;
}

.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 150px;
}
.step-circle {
    width: 60px;
    height: 60px;
    background-color: #100A4F;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.step-icon {
    width: 70px;
    height: 70px;
    font-size: 30px; 
    border: 2px solid #100A4F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.step-title {
    font-size: 17px;
    margin-bottom: 2vh;
    font-family: 'Trenda it', sans-serif;
    color: #100A4F;
    font-weight: bold;
}
/*caroussel des methodologies*/
.carousel-container {
    width: 90%;
    max-width: 100%;
    margin-left: auto;
    overflow: hidden;
    text-align: center;
}
.carousel {
    display: flex;
    gap: 80px; 
    transition: transform 0.5s ease-in-out;
}
.carousel .box-caroussel {
    flex: 0 0 calc(100% / 3 - 80px); 
    box-sizing: border-box;
    padding: 50px;
    background: white;
    border-radius: 15px; 
    border: 2px solid #100A4F; 
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.carousel .box-caroussel:hover {
     /* Effet hover */
    transform: translateY(-5px);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
}
.box-last {
    flex: 0 0 calc(100% / 3); 
    box-sizing: border-box;
    background: transparent; 
    border: none; 
}

.carousel .box-caroussel h3 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    margin-top: 3vh;

}
.carousel .box-caroussel p {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.4;
}
/* Numérotation */
.box-number {
    position: static;
    top: 20px;
    left: 20px;
    font-size: 50px;
    font-weight: bold;
    color: #100A4F;
    text-align: center !important;
    justify-content: center;
}

/* Boutons */
.carousel-buttons {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15vh;
    gap: 10px;
}

.carousel-btn {
    background: #100A4F;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 5px;
}
.carousel-btn:hover {
    background: #FF7300;
}


.dif_for{
    text-align: left;
}
/*pourquoi creer un siteweb*/
.info-container {
    padding: 40px;
    max-width: 1350px;
    margin: 40px auto;
    text-align: center;
}
.definition_sitevitrine {
    color: #111;
    font-size: 1.4rem;
    font-weight: 300;
    text-align: left;
    line-height: 1.4;
}
.link {
    color: #2f6d4e;
    text-decoration: none;
}
.link:hover {
    text-decoration: underline;
}

.presentation-agence-title h2 {
    width: 100%;
    max-width: 85%;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
  }
.presentation-agence-title{
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}
  /* SECTION PRINCIPALE ILLUSTRÉE */
  .presentation-agence {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #EFEFEA;
    border-radius: 10px;
    max-width: 1400px;
    margin: 0px auto;
    margin-bottom: 10vh;
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    gap: 20px;
    flex-direction: row;
   }

  .presentation-agence .text-content {
    font-size: 1.1rem;
    font-weight: 300;
    flex: 1 1 700px;
  }

  .presentation-agence .text-content p {
    margin-bottom: 1.4rem;
    
  }

  .presentation-agence .text-content ul {
    padding-left: 20px;
  }

  .presentation-agence .text-content li {
    margin-bottom: 12px;
  }

  .presentation-agence .illustration {
    flex: 1 1 300px;
    text-align: center;
  }

  .presentation-agence .illustration img {
    max-width: 100%;
    height: auto;
  }
  .first-text {
    flex: 1 1 600px;
    order: 1;
  }

  .illustration {
    flex: 1 1 300px;
    order: 2;
    text-align: center;
  }

  .second-text {
    flex: 1 1 100%;
    order: 3;
  }

  .first-textr {
    flex: 1 1 600px;
    order: 2;
  }

  .illustrationr {
    flex: 1 1 300px;
    order: 1;
    text-align: center;
  }

  .second-textr {
    flex: 1 1 100%;
    order: 3;
  }



 @media (max-width: 768px) {
  .presentation-agence {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 30px;
  }

  .presentation-agence-title h2 {
    font-size: 1.8rem;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto 1.5rem;
  }

  .presentation-agence .text-content {
    font-size: 1rem;
    flex: 1 1 100%;
    width: 100%;
  }

  .presentation-agence .text-content p,
  .presentation-agence .text-content li {
    font-size: 1rem;
    line-height: 1.6;
    text-align: justify;
  }

  .presentation-agence .text-content ul {
    padding-left: 1.2rem;
  }

  .presentation-agence .illustration,
  .presentation-agence .illustrationr {
    width: 100%;
    max-width: 100%;
    text-align: center;
    order: unset;
  }

  .presentation-agence .illustration img,
  .presentation-agence .illustrationr img {
    max-width: 100%;
    height: auto;
  }

  .first-text,
  .first-textr,
  .second-text,
  .second-textr {
    order: unset !important;
    width: 100%;
  }
}


  
.vitrine-section {
    max-width: 1100px;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    gap: 2rem;
  }
  
  .vitrine-bloc {
    font-size: 1.2rem;
    position: relative;
    border: 3px solid #111B52;
    padding: 2rem;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.03);
  }
  
  .vitrine-num {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    color: #111B52;
    border: 4px solid #111B52;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
/*les outils utilisers*/
.thechno-container{
    text-align: center;
}
.thechno-container p{
    color: #111;
    font-size: 1.2rem;
    line-height: 1.4;
}
.tools-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    margin-top: 5vh;
}
.tool {
    text-align: center;
}
.tool img {
    width: 100px; /* Ajuster la taille des logos */
    height: auto;
}
.tool h3 {
    font-size: 18px;
    margin: 10px 0;
}


@media (max-width: 768px) {
  .last-step {
    margin-left: 30%;
  }
 
  .step-ajustement{
    margin-top: 13px;
  }
  .box-caroussel .box-number {
    font-size: 2.5rem;
  }
  .last_illustration{
    margin-bottom: 0 !important;
  }
  .btn-ecmrc{
    margin-top: -3vh;
    margin-bottom: -10vh;
  }
}

/*annimation de techno utiliser
.techno-utiliser {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: flex;
    padding: 20px 0;
}
.slider-track {
    display: flex;
    gap: 20px;
    animation: scroll 10s linear infinite;
}
.tech-item {
    background: white;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30vh;
    height: 15vh;
}
.tech-item img {
    height: 50px;
    margin-bottom: 2vh;
}
.tech-name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}*/



/*vos questions*/
.faq-container {
    max-width: 1000px;
    margin: 15vh auto;
}
.faq-item {
    background: white;
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.faq-question {
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    transition: background 0.3s;
    display: flex;
    align-items: center;
}
.faq-question::before {
    content: '+';
    font-size: 24px;
    margin-right: 10px;
    transition: transform 0.3s;
}
.faq-item.open .faq-question::before {
    content: '-';
}
.faq-question:hover {
    background: #6abf99;
}
.faq-answer {
    padding: 20px;
    display: none;
    background: linear-gradient(135deg, #6abf99, #2f6d4e);
    color: white;
    font-size: 18px;
    border-radius: 0 0 15px 15px;
}
.faq-item.open {
    background: linear-gradient(135deg, #6abf99, #2f6d4e);
    color: white;
}
.faq-item.open .faq-question {
    color: white;
    border-bottom: 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 */
/* Pour iPad/Tablettes (768px - 1024px) */
@media (max-width: 1024px) {
     /* Ajustement du Hero en tablette */
  .hero {
    flex-direction: column;
    text-align: center;
    padding: 1rem 2rem; 
    margin-top: 2vh; 
  }

  /* Ajustement du texte */
  .hero-text {
    max-width: 90%;
    padding: 0 1.5rem;
    margin: 0 auto;
  }

  /* Titre principal */
  .title-underline {
    font-size: 2.8rem; 
    line-height: 1.3;
    margin-bottom: 1rem; 
  }

  /* Ajuste la taille du soulignement */
  .title-underline::after {
    height: 0.18em; 
  }

  /* Ajustement du sous-texte */
  .hero-text p {
    font-size: 1.1rem; 
    margin-bottom: 2rem; 
  }

  /* Bouton CTA */
  .cta-btn {
    font-size: 1rem;
    padding: 0.8rem 1.5rem;
    border-radius: 18px;
  }

  /* Image adaptée pour tablette */
  .hero-image {
    margin-top: 3rem;
  }

  .hero-image img {
    max-width: 85%; 
    height: auto;
  }
    /* ========== c quoi un site web ========== */   
    .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;
    }
  


    h1, .title-underline {
        font-size: 2.5rem; /* Réduction de la taille des titres principaux */
    }
    h2, .expertrice-title {
        font-size: 2rem; /* Ajustement des sous-titres */
        
    }
    h3 {
        font-size: 1.4rem;
    }
    p, .text-presentation, .text-content-presentation p, .hero-text p {
        font-size: 1.1rem; /* Réduction des paragraphes pour une meilleure lisibilité */
        line-height: 1.5;
    }

    /*carousel responsive*/
    .carousel .box-caroussel {
        flex: 0 0 50%; 
    }
    .box-last {
        flex: 0 0 50%; 
    }
    .grid-container {
        /*expertrice creation site web section*/
        grid-template-columns: repeat(2, 1fr);
    }
}


/* Pour Mobile (moins de 768px) */
@media (max-width: 768px) {
    .carousel .box-caroussel {
        flex: 0 0 calc(100% / 1 - 70px); /* Ajustement précis */
    }
    .box-last {
        flex: 0 0 100%; /* Adapter l'espace à droite */
    }
    .carousel {
        gap: 80px; /* Réduction du gap pour éviter les chevauchements */
    }
    /*expertrice creation site web section*/
    .grid-container {
        grid-template-columns: repeat(1, 1fr);
    }

    /*c quoi un site web*/
    .expertrice-title {
        font-size: 25px;
    }
    .offre-title{
      margin-bottom: -3vh;
    }
    
    .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 */
    }
      
    h1, .title-underline {
        font-size: 2rem;
        line-height: 1.3;
    }
    h2, .expertrice-title {
        font-size: 1.8rem;
    }
    h3 {
        font-size: 1.2rem;
    }
    p, .text-presentation, .text-content-presentation p, .hero-text p {
        font-size: 1rem; /* Réduction des paragraphes pour s'adapter aux écrans mobiles */
        line-height: 1.6;
    }
}

















@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 choix*/
.section-choix {
flex-direction: column;
text-align: center;
}
.fusée {
width: 150px;
}

}





