* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    color: rgb(23, 23, 23) !important;
    justify-content: justify;
  }
  
  body {
      font-size: 16px;
      color: black;
  }
  
  .header-top {
      background-color: #729DA4;
      color: black;
      text-align: center;
      padding: 10px;
      font-weight: bold;
      font-size: 20px;
      position: fixed;
      width: 100%;
      top: 0;
  }
  
  .header-top a {
      color: rgb(32, 31, 31);
      text-decoration: none;
  }

  .header-top h1{
    color: rgb(32, 31, 31);
    font-size: 17px;
  }
  
  .reservation {
      text-align: center;
      padding: 20px;
      background-color: white;
  }
  
  .reservation h1 {
      font-size: 24px;
  }
  
  .reserv{
      margin-top: 50px;
      margin-left: auto;
      margin-right: auto;
      width: 700px;
      background-color: #729DA4;
      padding-top: 20px;
      padding-bottom: 20px;
      display: flex;
      justify-content: center;
  }

  .reserv a{
    text-decoration: none;
  }
  
  .contact-info {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 30px;
      font-size: 18px;
      background-color: white;
  }
  
  .contact-info img{
      width: 30px;
      height: 30px;
      margin-right: 8px;
  }
  
  .jdlogo {
      display: flex;
      align-items: center; 
      justify-content: center; 
  }
  
  .jdlogo img {
      width: 140px;
      height: auto;
  }
  
  .contact-info div {
      display: flex;
      align-items: center;
  }
  
  .voiture-image {
      width: 40%;
      height: auto;
  }
  
  .texte-gros{
      font-size: 19px;
  }

  .contactTop:hover{
    color:#47737a !important;
  }

  

  .intro {
      background-color: #729DA4;
      display: flex;
      margin-bottom: 20px;
      padding: 20px;
      margin: 0 200px 20px 200px;
  }
  
  .text-car{
        padding-top: 20px;
        width: 65%;
        padding-right: 50px; 
  }
  
  .text-car p, li {
      list-style-type: circle;
      width: 40%;
      margin-right: auto;
      margin-left: auto;
  }
  
  .intro ul {
      list-style: none;
      margin-top: 10px;
  }
  
  .intro ul li {
      margin-bottom: 10px;
      font-size: 18px;
  }
  
  .texte-gras1{
      font-weight: bold;
      font-size: 17px;
  }
  
  .texte-gras{
      font-weight: bold;
      font-size: 16px;
  }
  .pourquoi {
      background-color: #729DA4;
      padding: 30px;
      text-align: center;
      margin: 100px 200px 20px 200px;
      display: flex;
  }
  
  .pourquoi h2 {
      margin-bottom: 20px;
      font-size: 22px;
  }
  
  .pourquoi ul {
      list-style: none;
      text-align: left;
      margin: 0 auto;
      display: inline-block;
  }
  
  .pourquoi ul li {
      margin-bottom: 15px;
      font-size: 18px;
  }
  
  .reservation-btn {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #729DA4;
    color: black;
    font-weight: bold;
    border: 2px solid black;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    text-decoration: none;
  }

  .reservation-btn:hover{
    background-color: #47737a;
  }
  .reservation-btn a{
    text-decoration: none;
  }
  
  .info-section {
      background-color: #729DA4;
      padding: 20px;
      text-align: center;
  }
  
  .info-section img {
      max-width: 100px;
      height: auto;
  
  }
  
  footer {
      background-color: white;
      color: #fff;
      padding: 20px;
      text-align: center;
  }
  
  footer img {
      height: auto;
      margin-bottom: 10px;
  }
  
  .bas-info img{
      width: 80%;
  }
  
  .footer-info img{
      width: 20%;
  }
  
  .social-media a img {
    width: 40px;
    border: 2px solid transparent; 
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s, filter 0.3s;
}

.social-media a img:hover {
    transform: scale(1.1);
    filter: brightness(1.2);
    cursor: pointer;
    border-color: #3b5998;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
    cursor: pointer;
}
  
  @media (max-width: 900px) {
      .reserv{
          width: 500px;
          margin-top: 55px;
      }

      .contact-info{
        flex-wrap: wrap;
        gap: 0;
      }
      .contact-info > *{
        width: 48%;
      }

      .intro{
        margin: 0;
        flex-direction: column-reverse;
      }
      .text-car{
        width: 100%;
        padding: 0;
        padding: 20px 0;
      }
      .text-car p, li{
        margin: 0;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
      }
      .voiture-image{
        width: 100%;
        margin-bottom: 20px;
      }

      .pourquoi{
        width: 100%;
        padding: 0;
        margin: 0;
        margin-top: 40px;
        flex-direction: column;
        padding: 20px 0;
      }

      .bas-info img{
        width: 70%;
        margin-bottom: 20px;
      }
  }
  
  @media (max-width: 1400px) {
    .voiture-image{
        width: 100%;
        margin-bottom: 20px;
      }

    .intro{
        flex-direction: column-reverse;
    }
    .text-car{
        width: 100%;
        padding: 0;
    }
    .text-car p{
        margin: 0;
        width: 90%;
    }
    .text-car li{
        margin-right: auto;
        margin-left: auto;
        width: 80%;
    }
    .pourquoi-text{
        width: 100%;
        padding: 0;
    }
    .pourquoi-text p{
        margin: 0;
        width: 90%;
    }
    .pourquoi-text li{
        margin-right: auto;
        margin-left: auto;
        width: 80%;
    }

    .pourquoi{
        flex-direction: column;
    }
    }

  @media (max-width: 900px) {
      .reserv{
          width: 320px;
          margin-top: 70px;
      }
  }

  @media (max-width: 460px) {
    .reserv{
        margin-top: 90px;
    }
}
