/* Pour les écrans jusqu'à 1299px de large */
@media (max-width: 1299px) {
  /* Ajustement de la position de l'image d'arrière-plan dans la section héro */
  .hero_area .hero_bg_box {
    top: 0;
    left: 0;
    width: 100%;
  }
}

/* Pour les écrans jusqu'à 1120px de large */
@media (max-width: 1120px) {
  /* Ajoutez des styles ici si nécessaire */
}

/* Pour les écrans jusqu'à 992px de large */
@media (max-width: 992px) {
  /* Ajustements pour la section héro */
  .hero_area {
    min-height: auto;
  }

  /* Ajustements pour la section slider */
  .slider_section .detail-box {
    margin-bottom: 45px;
  }

  /* Ajustements pour la navigation */
  .custom_nav-container .navbar-nav {
    padding-top: 15px;
    align-items: center;
  }

  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    margin: 5px 0;
  }

  .tarif_section .detail-box {
    height: 360px;
    width: 300px;
  }

  .tarif_section p {
    text-align: justify;
  }

  /* Ajustements pour la section footer */
  .footer_section .footer_bg_box img {
    -o-object-position: 10% top;
    object-position: 10% top;
  }
}

/* Pour les écrans jusqu'à 767px de large */
@media (max-width: 767px) {

  .logo-img {
    width: 35%;
  }

  .infos {
    margin-left: 15px;
    margin-top: 20px;
    color: #1ea3e0;
    font-size: 0.8em;
    font-weight: 200;
  }

  .infos h4 {
    font-weight: 400;
  }

  .slider_section .detail-box h1 {
    color: #1ea3e0;
  }

  .phone-box {
    display: none;
  }

  .custom_nav-container .navbar-nav .nav-item.active .nav-link {
    color: #1ea3e0;
  }
  /* Ajustements pour la section à propos */
  .about_section {
    padding-bottom: 0px;
  }
  .about_section h2 {
    margin-top: 10px;
    font-size: 1.8em;
  }

  .about_section .detail-box p {
    font-size: 1em;
  }

  .about_section .img-box {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .about_section .img-box img {
    width: 200px; /* Remplacez par la largeur souhaitée */
    height: 200px; /* Assurez-vous que la hauteur correspond à la largeur */
  }

  /* Ajustements pour la section à propos */
  .techniques_section {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .techniques_section .box .detail-box h6 {
    font-size: 1em;
    }

  /* Ajustements pour la section avantages */
  .avantages_section {
    padding-top: 20px;
  }
  .avantages_section h2 {
    display: none;
  }

  /* Ajustements pour la section tarifs */
  .tarif_section {
    padding-top: 0px;
  }

  .tarif_section h2 {
    font-size: 2.6em;
  }

  .tarif_section .box .detail-box .name h4 {
    font-size: 1.3em;
  }

  .footer_section {
    padding-top: 150px;
    color: #FFF;
  }  

  .footer_section h4 {
    display: none;
  }

  .footer_section p {
    font-weight: 600;
  }

  .footer_section .footer_contact .contact_link_box a {
    color: #FFF;
  }


  .footer_section .footer_social a {
    font-size: 40px;
  }


  .footer_section .footer_links a {
  color: #1ea3e0;
  }

  .footer_section .footer-info p {
    padding: 0;
  color: #1ea3e0;
  font-size: 0.8em;
  }


  /* Ajustements pour la section de contact */
  .contact_section .form_container {
    margin-bottom: 45px;
  }

  /* Ajustements pour la section clients */
  .client_section .box {
    margin: 45px 0;
  }

  /* Ajustements pour l'image d'arrière-plan dans la section héro */
  .hero_area .hero_bg_box img {
    -o-object-position: right top;
    object-position: right top;

  }
}


/* Pour les écrans jusqu'à 480px de large */
@media (max-width: 480px) {
  /* Ajustements pour la taille du texte dans la section slider */
  .slider_section .detail-box h1 {
    font-size: 1.9rem;
  }

  /* Ajustements pour la section à propos */
  .about_section {
    border-radius: 90px;
    padding-left: 10px;
    padding-right: 10px;
  }
}


