@media (min-width: 1200px) {
  .container-navigateur {
    max-width: 1170px;
  }

  .container-form {
    max-width: 1080px;
  }

  .bloc-titre-slide {
    top: -50px;
  }

  .col-xl-28 {
    max-width: 28%;
    flex: 0 0 28%;
  }

  .container-g {
    max-width: 1170px;
  }

  .row-valeur .col-12:first-child .text-valeur,
  .row-valeur .col-12:first-child .titre-valeur {
    text-align: right;
  }

  .banner-valeur {
    margin-top: 29px;
  }

  .text-valeur {
    height: 72px;
  }

  .bloc-avis {
    margin-right: calc((100vw - 1140px) / -2);
  }

  .container-secteur {
    max-width: 770px;
  }

  .container-actu {
    max-width: 970px;
  }

  .container-paiment {
    max-width: 1250px;
  }

  .img2-p {
    top: 75px;
  }

  .img3-p {
    top: -15px;
  }
}

@media (max-width: 1199px) {
  section {
    padding: clamp(50px, 10vw, 100px) 0;
  }
  .text-valeur br {
    display: none;
  }
  .titre-form {
    text-align: center;
    margin-bottom: 8px;
  }

  .btn-form {
    margin-top: 12px;
    height: 60px;
  }

  .img-valeur {
    margin: 0 auto;
  }

  .deco-valeur {
    display: none;
  }

  .titre-service,
  .item-service .img-service::before {
    opacity: 1;
  }

  .btn-avis {
    bottom: unset;
    top: 100%;
    right: 0;
    z-index: 5;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px;
    border-right: none;
    border-top: 1px solid #ffffff80;
  }

  .section-avis {
    padding-bottom: 54px;
  }

  .bloc-avis {
    margin-top: -229px;
  }

  .img-p {
    min-width: unset;
  }

  .img2-p {
    display: none;
  }

  .img1-p {
    left: 240px;
  }

  .email-nav {
    display: none !important;
  }

  .item-slide {
    max-height: unset;
    min-height: unset;
    height: 500px;
  }

  .bloc-dots {
    display: none;
  }

  .sub-title {
    font-size: 16px;
  }

  .sub-title,
  .bloc-title {
    margin-bottom: 24px;
  }

  .img-contact {
    height: 400px;
  }

  .flex-service {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
  }
}

@media (max-width: 991px) {
  .img-actu {
    overflow: hidden;
    width: 100%;
    min-width: 100%;
    height: 280px;
    border-radius: 20px;
  }

  .bloc-actu {
    display: block;
  }

  .banner-actu {
    min-width: 100px;
    margin: 0;
    padding: 20px;
  }

  .info-footer,
  .lien-footer {
    align-items: center;
    text-align: center;
  }

  .logo-footer img {
    max-width: 200px;
  }

  .arobiz,
  .copyright {
    text-align: center;
  }

  .footer-g {
    padding: 50px 0;
  }

  .mb-40 {
    margin-bottom: 20px;
  }

  .img3-p {
    display: none;
  }
}

@media (max-width: 767px) {
  .banner-form {
    max-width: 390px;
    margin: 0 auto;
  }

  .img1-p {
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -135px;
  }

  .sub-title {
    font-size: 14px;
  }

  .btn-1 {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .offcanvas-custom {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
  }

  .bloc-avis {
    padding: 20px;
  }

  .bloc-avis {
    margin-top: -197px;
  }

  .bloc-contact {
    padding: 20px;
  }

  .img1-p {
    margin-bottom: 5px;
  }

  .banner-paiement {
    inset: 15px;
    top: unset;
    padding: 20px;
  }

  .img-p {
    min-height: 300px;
    height: 300px;
    width: 100%;
  }

  .lien-mobile {
    gap: 20px;
  }

  ul.dropdown li a {
    padding: 10px 0;
  }

  .offcanvas-header {
    opacity: 1;
  }
}

@media (max-width: 448px) {
  .label-btn {
    font-size: 11px;
  }

  .offcanvas-body {
    padding: 60px 15px;
  }
  .offcanvas-header {
    right: 0;
  }
}
