/* Wrapper pour remplacer les styles du body */
.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
  }
  .visa-procedure-section {
    
    background-color: #f4f4f4;
  }
  
  .containerd {
    display: flex;
    max-width: 80%;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  /* Section de gauche : Étapes */
  .steps-section {
    flex: 1;
    padding: 10px;
    background-color: #ffffff;
  }
  
  .steps-section h2 {
    font-size: 4rem;
    margin-bottom: 10px;
    color: #333333;
    font-weight: bolder;
  }
  
  .step {
    position: relative;
    margin-bottom: 0px;
    padding-left: 60px;
  }
  
  .step h2 {
    font-size: 1.9rem;
    color: #2c28a7; /* Texte des étapes en vert */
    margin-bottom: 0px;
  }
  
  .step p {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #555555;
  }
  
  /* Cercle avec flèches */
  .step::before {
    content: "⬇";
    position: absolute;
    left: 0;
    top: 10px;
    width: 40px;
    height: 40px;
    background-color: #ffffff; /* Cercle blanc */
    color: #2835a7; /* Flèche verte */
    border: 2px solid #2b259d; /* Bordure verte */
    border-radius: 50%;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .step:last-child::before {
    content: "";
  }
  
  /* Étape finale (mise en avant) */
  .final-step {
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    padding: 15px;
    font-size: 1.9rem; /* Texte agrandi */
    color: #ffffff; /* Texte blanc */
    background-color: #283ba7; /* Fond vert */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  /* Section de droite : Image */
  .image-section {
    max-height: 100%;
    flex: 1;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  
  .image-section img {
    max-height: 100%;
    height: 100%;
    max-width: 90%;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  @media (max-width: 768px) {
    .steps-section h2 {
      font-size: 1.9rem;
    }
  
    .step h2 {
      font-size: 1.4rem;
    }
  
    .step p {
      font-size: 1.2rem;
    }
  
    .final-step {
      font-size: 1.4rem;
      padding: 10px;
    }
  
    .containerd {
      flex-direction: column; /* Empiler les sections sur petits écrans */
      padding: 20px;
      justify-content: center; /* Centrer les sections sur les petits écrans */
      align-items: center; /* Alignement vertical */
    }
  
    .steps-section {
      padding: 20px;
      width: 100%; /* Occupe toute la largeur */
    }
  
    .image-section {
      padding: 20px;
      width: 100%; /* Occupe toute la largeur */
    }
  
    .image-section img {
      max-width: 100%;
    }
  }
  
  /* Mobiles */
  @media (max-width: 480px) {
    .visa-procedure-section {
        max-width: 100%;
        width: 100%;
    }
    .steps-section h2 {
      font-size: 1.9rem;
      margin-bottom: 15px;
    }
  
    .final-step {
      font-size: 1rem;
      padding: 8px;
    }
  
    .containerd {
      padding: 10px;
      flex-direction: column; /* Empiler les sections sur mobiles */
      justify-content: center;
      align-items: center;
    }
  
    .steps-section {
      padding: 10px;
      width: 100%; /* Assurer que la section prend toute la largeur */
    }
  
    .image-section {
      padding: 10px;
      width: 100%; /* Assurer que l'image prend toute la largeur */
    }
  
    .image-section img {
      max-width: 100%;
    }
  }
  .butto {
    color: rgb(0, 17, 128);
    background-color: aliceblue;
    padding: 15px;
    margin-right: 50px;
    margin: 10px;
    font-weight:bold;
    font-size: 1.5em;
    border-radius: 10px;
  }
  .navi {
    
    margin-top: 20px;
    font-weight: bold;
  }

  .container {
    font-family: Arial, sans-serif;
    width: 80%;   
    padding: 20px;
}
.services {
    display: flex;
    flex-wrap: wrap;
    
}
.service {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin: 20px;
    flex: 1 1 calc(33% - 20px);
    box-sizing: border-box;
}
.service h3 {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.service h3 img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
}
.offers {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 5px;
    margin: 20px ;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.offer-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 5rem;
}
.offer-content {
    display: flex;
    width: 70%;
}
.offer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}
.offer-list li {
    margin: 20px 0;
    display: flex;
    align-items: center;
    font-size: 2rem;
}
.offer-list li img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.image-container {
    margin-left: 20px;
}
.image-container img {
    max-width: 40rem;
    border-radius: 8px;
}
.titt {
    padding: 5px;
    text-align: center;
    color:rgb(2, 7, 71);
    font-size: 5rem;
}
@media (max-width: 768px) { 
    .container {
        max-width: 100%;
        width: 100%;
    }
    .titt, .offer-title {
        font-size: 3rem;
    }
    .services { 
        flex-direction: column; 
    } 
    .service { 
        flex: 1 1 100%;
    }
    .service h3 {
        font-size: 1.7rem;
    }
    .offer-content { 
        flex-direction: column; 
        align-items: center; 
    } 
    .image-container { 
        margin-left: 0; 
        margin-top: 20px; 
    } 
}

/*about us */
