body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    /* Évite la barre de défilement horizontale */
  }
  


  .nav-links ul {
    padding-right: 20px;
    display: flex;
    list-style: none;
    position: relative;
  }

  .logo {
    display: flex;
    align-items: center;
}

.logo-img {
    width: 130px; /* Ajustez la largeur selon vos besoins */
}


  .nav-links ul li {
    margin: 5 15px;
    position: relative;
    list-style-type: none;
  }

  .nav-links ul li a {
    color: rgb(27, 26, 26);
    text-decoration: none;
    font-size: 18px;
    padding: 10px;
  }

  .nav-links ul li a:hover {
    color: rgb(46, 42, 42);
  }

  .dropdown-content {
    display: none;
    position: absolute;
    left: 0;
    background-color: rgba(187, 180, 180, 0.4);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.6);
    z-index: 1;
  }

  .dropdown-content a {
    color: rgb(255, 255, 255);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown-content a:hover {
    background-color: rgb(172, 151, 151);
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }

  .menu-toggle {
    display: none;
    cursor: pointer;
    font-size: 24px;
    padding-right: 40px;
  }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }

  .overlay1 {
    display: none; /* Initially hidden */
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 1000; /* Placed above everything else */
  }

  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: white;
    display: block;
    transition: 0.3s;
  }

  .sidenav div a {
    color: rgb(110, 211, 204);
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 20px;
  }

  @media screen and (max-width: 770px) {
    .nav-links ul {
      display: none;
    }
    .menu-toggle {
      display: block;
    }
  }
  
  /* Style pour la section assurance */
  .steps-section {
    padding: 40px 20px;
    background-color: #e7e2e2;
    text-align: center;
    border-radius: 15px;
  }
  
  .steps-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
  }
  
  .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  
  .step-icon {
    width: 60px;
    height: 60px;
    background-color: #007bff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .step-icon:hover {
    background-color: #687b8d;
    width: 63px;
    height: 63px;
  }
  
  .step-description {
    margin-top: 20px;
    font-size: 14px;
    color: #333;
  }
  
  .step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 40px;
    height: 3px;
    background-color: #333;
    transform: translateY(-50%);
  }
  
  .step:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 40px);
    width: 40px;
    height: 3px;
    background-color: #333;
    transform: translateY(-50%);
  }
  
  .container {
    margin-top: 20px;
    background-color: rgb(132, 180, 164, 0.2);
    border-radius: 5px;
  }
  
  .center-button {
    display: flex;
    justify-content: center;
  }
  
  
  /* Media query pour les écrans de taille moyenne (max-width: 690px) */
  @media (max-width: 620px) {

    .steps-container {
      flex-wrap: wrap;
    }
  
    .step {
      flex: 1 1 50%;
      max-width: 50%;
    }
  
    .step:not(:last-child)::after,
    .step:not(:last-child)::before {
      width: 0;
      height: 0;
    }
  }
  
  
  

  .image-section {
    display: block;
    height: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #f0f0f0;
    padding: 50px 10px;
}

.image-section img {
    width: 70%;
    height: auto;
    border: 2px solid #ddd;

    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.image-section .togunamotors{
  width: 100%;
  height: auto;
}