/* 
   AutoRent - CSS Responsive
   Styles pour assurer une expérience optimale sur tous les appareils
*/

/* Grand écran et Desktop */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

/* Desktop et petit écran */
@media (max-width: 1199px) {
    #hero h1 {
        font-size: 34px;
    }
    
    .booking-engine {
        padding: 20px;
    }
    
    .advantage-item {
        padding: 20px 15px;
    }
    
    .advantage-item i {
        font-size: 36px;
    }
}

/* Tablette et iPad Pro */
@media (max-width: 991px) {
    section {
        padding: 60px 0;
    }
    
    .section-title {
        margin-bottom: 40px;
    }
    
    .section-title h2 {
        font-size: 32px;
    }
    
    #hero {
        padding: 100px 0;
    }
    
    #hero h1 {
        font-size: 36px;
        margin-bottom: 15px;
    }
    
    #hero p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .booking-engine {
        margin-top: 40px;
    }
    
    .navbar-brand img {
        height: 35px;
    }
    
    .navbar-brand span {
        font-size: 22px;
    }
    
    .advantage-item {
        margin-bottom: 20px;
    }
    
    .car-image {
        height: 180px;
    }
    
    .service-item {
        flex-direction: column;
        text-align: center;
    }
    
    .service-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .newsletter-content {
        text-align: center;
    }
    
    .newsletter-form {
        margin-top: 30px;
    }
}

/* Tablette Portrait et Mobile */
@media (max-width: 767px) {
    .section-title h2 {
        font-size: 28px;
    }
    
    .section-title p {
        font-size: 16px;
    }
    
    #hero h1 {
        font-size: 32px;
    }
    
    #hero p {
        font-size: 16px;
    }
    
    .booking-engine h3 {
        font-size: 22px;
    }
    
    .car-image {
        height: 160px;
    }
    
    #faq .accordion-button {
        padding: 15px 20px;
        font-size: 16px;
    }
    
    #faq .accordion-body {
        padding: 15px 20px;
    }
    
    .footer-logo span {
        font-size: 22px;
    }
    
    .footer-links h4, .footer-contact h4 {
        font-size: 16px;
    }
    
    .payment-methods {
        text-align: center;
        margin-top: 20px;
    }
    
    .copyright {
        text-align: center;
    }
}

/* Mobile */
@media (max-width: 575px) {
    section {
        padding: 50px 0;
    }
    
    .section-title {
        margin-bottom: 30px;
    }
    
    .section-title h2 {
        font-size: 24px;
    }
    
    #hero {
        padding: 80px 0;
    }
    
    #hero h1 {
        font-size: 28px;
    }
    
    .booking-engine {
        padding: 15px;
    }
    
    .btn {
        padding: 10px 20px;
    }
    
    .btn-search {
        padding: 12px 20px;
    }
    
    .advantage-item i {
        font-size: 32px;
    }
    
    .advantage-item h4 {
        font-size: 18px;
    }
    
    .car-details h4 {
        font-size: 18px;
    }
    
    .car-price h5 {
        font-size: 20px;
    }
    
    .testimonial {
        padding: 20px;
    }
    
    .trust-badge img {
        height: 50px;
    }
    
    .footer-bottom {
        padding: 15px 0;
    }
}
