@media (max-width: 604px) {
    .bigtitle .last {
        padding-top: 20px;
        min-width: 375px;
        padding-left: 5px;
    }
}

/* Styles responsive pour les sous-textes du slider tp-banner sur mobile */
@media only screen and (max-width: 767px) {
    .tp-caption.small_thin_grey1 {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    /* Ajuster le titre principal sur mobile */
    .tp-caption.pacifico3 {
        font-size: 28px !important;
        line-height: 36px !important;
    }
}

@media only screen and (max-width: 480px) {
    .tp-caption.small_thin_grey1 {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    /* Titre principal encore plus petit sur très petits écrans */
    .tp-caption.pacifico3 {
        font-size: 24px !important;
        line-height: 32px !important;
    }
}
