/* ========== MOBILE STYLES ========== */
/* Screens below 992px */

/* Navbar - Mobile */
@media (max-width: 992px) {
  .navbar-brand {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: 15px auto 5px auto;
    text-align: center;
    display: none !important;
  }
  
  .navbar-collapse {
    text-align: center;
  }
   .accueil-web{
        display:none;
    }

    .accueil-mobile{
        display:block;
        position:relative;
        width:100%;
    }

    .accueil-img-mobile{
        width:100%;
        height:auto;
        display:block;
    }
    .accueil-content {
        bottom: 20px;
    }
}

  
/* Video button - Small mobile */
@media (max-width: 576px) {
  .btn-video {
    padding: 14px 25px;
    font-size: 16px;
    text-align: center;
  }
}

/* Easy section - Mobile */
@media (max-width: 768px) {
  .easy-header h2{
      width:100%;
      max-width:100%;
      padding:0 15px;
      font-size:24px;
      line-height:1.2;
      letter-spacing:0;
      box-sizing:border-box;
  }

}

@media (max-width: 576px) {
   .easy-header h2{
      width:100%;
      max-width:100%;
      padding:0 12px;
      font-size:22px;
      line-height:1.2;
  }
}

/* Testimonials  */
@media (max-width: 992px) {
  .testimonials-grid {
    gap: 20px;
  }
  
  .testimonial-card {
    padding: 22px;
  }
  
  .testimonial-text {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .testimonials-header h2 {
    font-size: 32px;
  }
  
  .testimonials-header p {
    font-size: 16px;
  }
  
  .testimonials-grid {
    gap: 15px;
  }
  
  .testimonial-card {
    padding: 18px;
    width: 85vw;
  }
  
  .testimonial-text {
    font-size: 13px;
  }
  
  .stars {
    font-size: 16px;
  }
  
  .user-circle {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
  
  .testimonial-user span {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .testimonials-section {
    padding: 60px 15px;
  }
  
  .testimonials-grid {
    gap: 10px;
  }
  
  .testimonial-card {
    padding: 15px 12px;
  }
  
  .testimonial-text {
    font-size: 10px;
    letter-spacing: 0.05em;
  }
  
  .stars {
    font-size: 10px;
    margin-bottom: 10px;
  }
}

/* Tablet */
@media (max-width: 992px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .hero-text h1 {
    font-size: 38px;
  }
  
  .section-title h2 {
    font-size: 34px;
  }
  
  .navbar-brand {
    margin: 10px auto;
    text-align: center;
  }
  
  .navbar-nav {
    text-align: center;
  }
  
  .section-two,
  .video-section,
  .easy-section,
  .testimonials-section,
  .faq-footer {
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .video-box,
  .easy-video-box {
    max-width: 100%;
    border-radius: 16px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .navbar {
    padding: 10px;
  }
  
  .navbar-collapse {
    text-align: center;
    padding-top: 15px;
  }
  
  .navbar-nav {
    margin-bottom: 15px;
  }
  
  .d-flex {
    justify-content: center;
  }
  
  .btn-custom {
    width: 100%;
  }
  
  .accueil
    {

  }
  
  .hero-text {
    padding: 30px 15px;
  }
  
  .hero-text h1 {
    font-size: 30px;
    line-height: 1.4;
  }
  
  .hero-text p {
    font-size: 15px;
  }
  
  .section-title h2 {
    font-size: 28px;
  }
  
  .cards {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  
  .section-header h2 {
    font-size: 28px;
  }
  
  .info-card h3 {
    font-size: 22px;
  }
  
  .info-card p {
    font-size: 16px;
  }
  
  .btn-order {
    width: 100%;
    font-size: 15px;
    padding: 15px;
    text-align: center;
  }
  
  .video-header h2 {
    font-size: 30px;
    line-height: 1.4;
  }
  
  .video-header p {
    font-size: 16px;
  }
  
  .btn-video {
    width: 100%;
    font-size: 16px;
  }
  
  .easy-header h2 {
    font-size: 30px;
    padding: 0 15px;
  }
  
  .arrow-down {
    font-size: 24px;
    margin-bottom: 25px;
  }
  
  .testimonials-header h2 {
    font-size: 32px;
  }
  
  .testimonials-header p {
    font-size: 16px;
  }
  
  .testimonial-card {
    max-width: 100%;
  }
  
  .faq-title {
    font-size: 30px;
  }
  
  .accordion-button {
    font-size: 16px;
    padding: 16px;
  }
  
  .cards-grid {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 20px;
    padding: 20px 15px 30px 15px;
    scroll-snap-type: x mandatory;
  }
  
  .info-card {
    flex: 0 0 auto;
    width: 85vw;
    max-width: 280px;
    scroll-snap-align: start;
  }
  .video-box,
  .easy-video-box {
    aspect-ratio: 16 / 10;
    border-radius: 14px;
  }
  
  .play-btn {
    width: 65px;
    height: 65px;
  }
  
  .play-btn i {
    font-size: 32px;
  }
  
  .easy-features {
    gap: 15px;
  }
  
  .feature-card {
    flex: 0 0 auto;
    min-width: 110px;
    padding: 15px 12px;
  }
  
  .feature-card h3 {
    font-size: 24px;
  }
  
  .feature-card span {
    font-size: 16px;
  }
  
  .video-btn,
  .easy-btn {
    margin-top: 30px;
  }
}

/* Très petit mobile */
@media (max-width: 576px) {
  .navbar-brand img {
    width: 50px;
  }
  
  .hero-text h1 {
    font-size: 26px;
  }
  
  .section-title h2,
  .testimonials-header h2,
  .video-header h2,
  .easy-header h2 {
    font-size: 26px;
  }
  
  .btn-custom,
  .btn-order,
  .btn-video {
    width: 100%;
    text-align: center;
    display: block;
  }
  
  .testimonial-card {
    padding: 20px;
  }
  
  .feature-card {
    padding: 12px 10px;
    min-width: 95px;
  }
  
  .feature-card h3 {
    font-size: 20px;
  }
  
  .feature-card span {
    font-size: 13px;
  }
  
  .play-btn {
    width: 55px;
    height: 55px;
  }
  
  .play-btn i {
    font-size: 28px;
  }
  .video-box,
  .easy-video-box {
    aspect-ratio: 4 / 3;
    border-radius: 12px;
  }
}