@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;
}
.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-weight: 600;
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: #111;
text-align: left;
}
 .container {
     max-width: 1300px;
     margin: auto;
     margin-bottom: 10vh;
 }

 .seo-types {
     display: flex;
     justify-content: space-between;
     gap: 20px;
 }
 .seo-box {
     flex: 1;
     padding: 20px;
     border: 2px solid #100A4F;
     border-radius: 10px;
     background: #fff;
 }

 p {
     font-size: 1.1rem;
     line-height: 1.6;
 }
 a {
     color: #2f6d4e;
     text-decoration: none;
 }
 a:hover {
     text-decoration: underline;
 }
 .audit-listul {
     list-style-type: none;
     padding: 10px 50px;
 }
 .audit-listeli {
     font-size: 1.1rem;
     line-height: 1.4;
     position: relative;
 }
 .audit-listeli::before {
     content: "✔";
     color: #100A4F;
     font-weight: bold;
     display: inline-block;
     width: 1em;
     margin-left: -1em;
 }
 .button {
     display: inline-block;
     background: #FF7300;
     color: #fff;
     padding: 10px 20px;
     margin-top: 1vh;
     border-radius: 20px;
     text-decoration: none;
     font-weight: bold;
 }
 .button:hover {
     background: #100A4F;
 }
 .seo-analysis {
     width: 100%;
 max-width: 95%;
 margin: 40px auto;
 display: flex;
 flex-direction: column;
 align-items: center;
}
.analysis-box {
 display: flex;
 align-items: center;
 justify-content: space-between;
 width: 80%;
 padding: 20px;
 text-align: left;
}
.analysis-box.right {
 flex-direction: row-reverse;
}
.analysis-box.left {
 flex-direction: row;
}
.analysis-image {
 width: 40%;
 max-width: 350px;
 height: auto;
}
.text-content {
 width: 65%;
}


/*les outils utilisers*/
.thechno-container{
    text-align: center;
    margin-top: 10vh;
}
.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;
}
.expertrice-title {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.expertrice-title::after {
    content: '';
    display: block;
    width: 30vh;
    height: 3px;
    background-color: #FF7300;
    margin: 5px auto 0;
}

.cta-buttons {
    margin-top: 40px;
    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;
}

/*contacter nouus*/
.seo-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 50px 0;
    margin-top: 10vh;
}
.seo-banner {
    width: 100%;
    max-width: 70%;
    background: rgb(235, 235, 235);
    color: #222;
    border-radius: 20px;
    text-align: center;
    padding: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.seo-banner h1 {
    font-size: 2rem;
    font-weight: bold;
}
.highlight {
    color: #FF7300;
}
.delay {
    color: #FF7300;
    font-weight: bold;
}
.seo-button {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 30px;
    background: #FF7300;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 25px;
    text-decoration: none;
    transition: 0.3s;
}
.seo-button:hover {
    background: #100A4F;
}

        /* ========== 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;
}}
/* Responsive Mobile */
@media screen and (max-width: 768px) {
 .analysis-box {
     flex-direction: column;
     text-align: center;
 }
 .analysis-image {
     display: none;
 }
 .text-content {
     width: 100%;
 }
}



/* =============================================================================== */
/*=========== Responsive (iPad - Tablette etc) ===========*/
/* =============================================================================== */

@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: 90%;
        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: 70%;
        height: auto;
        margin: 0 auto;
    }
    
    /* ============================================================== */
    /* ========== SECTION PRESENTATION ========== */
    /* ============================================================== */
    .presentation-section {
        max-width: 90%;
        margin: 2vh auto;
        padding: 2vh;
    }
    
    /* ============================================================== */
    /* ========== SECTIONS AUDIT SEO ========== */
    /* ============================================================== */
    .container {
        max-width: 90%;
        margin: auto;
    }
    
    /* Transformer en colonne sur iPad */
    .seo-types {
        flex-direction: column;
        gap: 20px;
    }
    
    /* ============================================================== */
    /* ========== SECTION ANALYSE SEO ========== */
    /* ============================================================== */
    .analysis-box {
        flex-direction: column;
        text-align: center;
        width: 90%;
        margin: auto;
    }
    
    .analysis-box.right {
        flex-direction: column;
    }
    
    .analysis-box.left {
        flex-direction: column;
    }
    
    .analysis-image {
        width: 80%;
        max-width: 250px;
        margin-bottom: 15px;
    }
    
    .text-content {
        width: 100%;
    }
    
    /* ============================================================== */
    /* ========== SECTION OUTILS ========== */
    /* ============================================================== */
    .tools-container {
        flex-wrap: wrap;
        gap: 30px;
    }
    
    /* ============================================================== */
    /* ========== SECTION CTA CONTACT ========== */
    /* ============================================================== */
    .cta-buttons {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons button {
        width: 80%;
        max-width: 300px;
        font-size: 1rem;
        padding: 12px;
    }
    
    /* =============================================================================== */
    /*=========== Responsive Mobile (max 768px) ===========*/
    /* =============================================================================== */
    @media screen and (max-width: 768px) {
      
    /* Réduction de la taille des titres */
    h1, h2 {
        font-size: 1.8rem;
    }
    
    /* HERO */
    .title-underline {
        font-size: 2rem;
    }
    
    .hero-text p {
        font-size: 1rem;
    }
    
    /* Ajustement de l’image */
    .hero-image img {
        max-width: 85%;
    }
    
    /* Sections en colonne */
    .seo-box {
        padding: 15px;
    }
    
    /* Analyse SEO */
    .analysis-box {
        width: 100%;
    }
    
    .analysis-image {
        display: none; /* Masquer les images pour éviter l’encombrement */
    }
    
    /* Bouton contact */
    .cta-buttons button {
        width: 100%;
    }
    
    /* Outils */
    .tool img {
        width: 80px;
    }
    }
}   
/* =============================================================================== */
/*=========== Responsive (iPad - Tablette etc) ===========*/
/* =============================================================================== */

@media (max-width: 1024px) {
    /* ============================================================== */
    /* ========== TEXTE GLOBAL ========== */
    /* ============================================================== */
    body {
        font-size: 16px; /* Ajustement de la taille globale */
    }
    
    /* Titre principal */
    h1, .title-underline {
        font-size: 2.5rem; /* Taille réduite pour iPad */
        line-height: 1.3;
    }
    
    /* Titres secondaires */
    h2, .title-presentation {
        font-size: 2rem; /* Ajustement pour une meilleure lisibilité */
    }
    
    /* Paragraphe */
    p, .text-presentation {
        font-size: 1.2rem; /* Taille légèrement réduite pour éviter trop de texte à l’écran */
        line-height: 1.5;
    }
    
    /* Liens */
    a {
        font-size: 1.1rem;
    }
    
    /* Boutons */
    .cta-btn, .button, .cta-buttons button {
        font-size: 1rem;
        padding: 12px 20px;
    }
    
    /* ============================================================== */
    /* ========== SECTION HERO ========== */
    /* ============================================================== */
    .hero-text {
        max-width: 85%;
    }
    
    .hero-text p {
        font-size: 1.2rem; /* Amélioration de la lisibilité */
    }
    
    /* ============================================================== */
    /* ========== SECTION PRÉSENTATION ========== */
    /* ============================================================== */
    .presentation-section {
        max-width: 90%;
        margin: 2vh auto;
        padding: 2vh;
    }
    
    .text-presentation {
        font-size: 1.2rem;
    }
    
    /* ============================================================== */
    /* ========== SECTIONS AUDIT SEO ========== */
    /* ============================================================== */
    .seo-box {
        font-size: 1rem;
        padding: 15px;
    }
    
    /* Liste des audits */
    .audit-listul {
        font-size: 1.1rem;
    }
    
    /* ============================================================== */
    /* ========== SECTION ANALYSE SEO ========== */
    /* ============================================================== */
    .text-content {
        font-size: 1.2rem;
    }
    
    /* ============================================================== */
    /* ========== SECTION OUTILS ========== */
    /* ============================================================== */
    .tool h3 {
        font-size: 1.2rem;
    }
    
    /* =============================================================================== */
    /*=========== Responsive Mobile (max 768px) ===========*/
    /* =============================================================================== */
    @media screen and (max-width: 768px) {
    /* TEXTE GLOBAL */
    body {
        font-size: 15px;
    }
    
    /* Titres */
    h1, .title-underline {
        font-size: 2rem;
    }
    
    h2, .title-presentation {
        font-size: 1.8rem;
    }
    
    p, .text-presentation {
        font-size: 1.1rem;
        line-height: 1.4;
    }
    
    /* Liens */
    a {
        font-size: 1rem;
    }
    
    /* Boutons */
    .cta-btn, .button, .cta-buttons button {
        font-size: 0.9rem;
        padding: 10px 18px;
    }
    
    /* HERO */
    .hero-text p {
        font-size: 1.1rem;
    }
    
    /* SECTION SEO */
    .audit-listul {
        font-size: 1rem;
    }
    
    .text-content {
        font-size: 1.1rem;
    }
    
    /* OUTILS */
    .tool h3 {
        font-size: 1rem;
    }
    }
}   

