* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden; /* Empêche le scroll horizontal, mais permet le vertical */
}

.hero-section {
    height: 100vh;
    width: 100%;
    /* Dégradé 4 couleurs : Bleu -> Orange -> Jaune -> Blanc */
    background: linear-gradient(120deg, 
        #3669ED 0%,    /* Bleu */
        #FF674E 40%,   /* Orange */
        #EDBF36 70%,   /* Jaune */
        #ffffff 100%   /* Blanc */
    );
    display: flex;
    justify-content: flex-start; /* Aligné à gauche horizontalement */
    align-items: center; /* Centré verticalement */
    padding-left: 1.5vw; /* Marge à gauche très réduite pour coller au bord */
    position: relative; /* Pour le positionnement absolu du lien contact */
}

.contact-link {
    position: fixed; /* Changed from absolute to fixed to stay on screen */
    top: 30px;
    right: 60px; /* Un peu plus à gauche pour compenser l'étirement */
    color: white;
    font-family: 'Miedinger W01 Bold', sans-serif;
    font-size: 0.8rem; /* Réduit un peu (était 1rem) */
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase; /* Souvent mieux pour l'effet écrasé */
    z-index: 100; /* Increased z-index to stay on top of everything */
    opacity: 0.9;
    transition: all 0.3s ease; /* Transition all properties */
    transform: scaleX(2) scaleY(1.3); /* Écrasé comme le titre MA VISION mais allongé vers le haut */
    transform-origin: right top;
}

.contact-link.scrolled {
    /* Style bouton "pill" avec dégradé */
    background: linear-gradient(120deg, 
        #3669ED 0%,    /* Bleu */
        #FF674E 50%,   /* Orange */
        #EDBF36 100%   /* Jaune - on évite le blanc final pour le contraste */
    );
    padding: 12px 15px; /* Padding réduit horizontalement car il sera étiré par le scaleX(2) */
    border-radius: 8px; /* Radius réduit car il sera étiré par le scaleX(2) */
    border: 2px solid white; /* Contour blanc */
    top: 20px; /* Un peu plus haut */
    right: 40px; /* Ajustement de la position */
    transform: scaleX(2) scaleY(1.3); /* On GARDE l'échelle écrasée du texte et allongée */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Petite ombre pour le relief */
    opacity: 1;
}

.contact-link:hover {
    opacity: 1;
    transform: scaleX(2.2) scaleY(1.45);
}

.contact-link.scrolled:hover {
    transform: scaleX(2.1) scaleY(1.4); /* Zoom proportionnel en gardant l'effet écrasé */
}


.home-link {
    position: fixed; /* Fixe pour rester à l'écran */
    top: 20px;
    left: 40px; /* Symétrique au contact-link */
    color: white;
    font-family: 'Miedinger W01 Bold', sans-serif;
    font-size: 0.8rem;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 100;
    opacity: 1;
    transition: all 0.3s ease;
    
    /* Style bouton "pill" avec dégradé identique au sticky contact link */
    background: linear-gradient(120deg, 
        #3669ED 0%,    /* Bleu */
        #FF674E 50%,   /* Orange */
        #EDBF36 100%   /* Jaune */
    );
    padding: 12px 15px; /* Padding réduit horizontalement car il sera étiré par le scaleX(2) */
    border-radius: 8px; /* Radius réduit car il sera étiré par le scaleX(2) */
    border: 2px solid white; /* Contour blanc */
    transform: scaleX(2) scaleY(1.3); /* Écrasé comme demandé et allongé */
    transform-origin: left top; /* Origine à gauche pour ce côté */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.home-link:hover {
    opacity: 1;
    transform: scaleX(2.1) scaleY(1.4); /* Zoom proportionnel en gardant l'effet écrasé */
}

.main-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: white;
    font-size: 13vw; /* Taille augmentée (était 10vw) */
    font-weight: 900;
    line-height: 0.85; /* Resserré légèrement vu la taille */
    text-transform: uppercase;
    letter-spacing: 15px; /* Espacement augmenté pour laisser la place aux ombres */
    padding: 0;
}

.main-title span {
    display: block;
    position: relative; /* Pour positionner le pseudo-élément */
    z-index: 1; /* Crée un contexte d'empilement pour que l'ombre reste derrière mais visible */
    /* Effet 3D solide et progressif (profondeur augmentée) */
    text-shadow: 
        1px 1px 0 rgba(255, 255, 255, 0.4),
        2px 2px 0 rgba(255, 255, 255, 0.35),
        3px 3px 0 rgba(255, 255, 255, 0.3),
        4px 4px 0 rgba(255, 255, 255, 0.25),
        5px 5px 0 rgba(255, 255, 255, 0.2),
        6px 6px 0 rgba(255, 255, 255, 0.15),
        7px 7px 0 rgba(255, 255, 255, 0.1),
        8px 8px 0 rgba(255, 255, 255, 0.05),
        9px 9px 0 rgba(255, 255, 255, 0.03),
        10px 10px 0 rgba(255, 255, 255, 0.02),
        11px 11px 20px rgba(0, 0, 0, 0.2);
}

/* Contour blanc décalé pour effet 3D avec liaison - REMOVED */


/* Vision Section */
.vision-section {
    background-color: #323232;
    min-height: 100vh; /* Prend tout l'écran */
    padding: 50px 5%; /* Padding consistent avec le hero */
    display: flex;
    flex-direction: column; /* Pour pouvoir ajouter du contenu en dessous du titre plus tard */
    align-items: center; /* Centre le contenu horizontalement */
    justify-content: center; /* Centre le contenu verticalement */
    position: relative; /* Pour le positionnement absolu du titre */
}

.vision-title {
    font-family: 'Miedinger W01 Bold', sans-serif;
    color: white;
    font-size: 6rem;
    font-weight: 900;
    text-transform: uppercase;
    /* Transformation pour écraser le texte comme sur l'image */
    transform: scaleX(2);
    transform-origin: right; /* L'étirement part de la droite pour rester aligné */
    
    /* Positionnement absolu pour rester en haut à droite */
    position: absolute;
    top: 50px;
    right: 5%; /* Collé à droite avec une petite marge */
    margin: 0;
    white-space: nowrap; /* Empêche le retour à la ligne si jamais */
}

.vision-text {
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 1.5rem;
    line-height: 1.6;
    max-width: 1400px; /* Encore plus large (était 1000px) */
    width: 90%; /* Responsive : prend 90% de la largeur si l'écran est plus petit que 1400px */
    margin-right: 0;
    text-align: center; /* Texte centré */
    font-weight: 400; /* Regular, non gras */
    transition: color 0.3s ease; /* Transition pour le changement de couleur global */
}

/* On applique l'effet de transparence au texte SEULEMENT si la classe .has-hover est ajoutée via JS */
.vision-text.has-hover {
    color: rgba(255, 255, 255, 0.2);
}

.vision-text.has-hover .highlight {
    opacity: 0.5;
}

/* Le highlight spécifiquement survolé reste totalement opaque et grandit */
.highlight {
    font-weight: 700;
    display: inline-block; /* Nécessaire pour le transform */
    transition: transform 0.3s ease, opacity 0.3s ease, margin 0.3s ease; /* Ajout de transition sur margin */
    cursor: none; /* Garde le curseur personnalisé */
    vertical-align: baseline; /* Retour à l'alignement standard du texte */
    margin: 0; /* Marge par défaut à 0 pour éviter les sauts */
}

.highlight:hover {
    transform: scale(1.5); /* Agrandissement plus marqué */
    opacity: 1 !important; /* Force l'opacité à 1 même si le parent a l'effet */
    z-index: 10;
    position: relative;
    /* La marge est maintenant gérée dynamiquement par JS, on retire la valeur fixe ici */
}

.highlight.green { color: #26D887; }
.highlight.blue-light { color: #B4D4FF; }
.highlight.purple { color: #D29FEE; }
.highlight.orange { color: #FF8401; }
.highlight.blue-cyan { color: #21D0E2; }
.highlight.pink { color: #FFC7FE; }
.highlight.red { color: #FF644B; }

/* Projects Section */
.projects-section {
    background-color: #3669ED;
    min-height: 100vh;
    padding: 50px 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; /* Aligné en haut pour rapprocher du titre */
    position: relative;
    overflow: hidden; /* Empêche le débordement */
}

.projects-title {
    font-family: 'Miedinger W01 Bold', sans-serif;
    color: white;
    font-size: 3.5vw;
    font-weight: 900;
    text-transform: uppercase;
    transform: scaleX(2);
    transform-origin: right;
    position: absolute;
    top: 50px;
    right: 5%;
    margin: 0;
    white-space: nowrap;
    z-index: 10; /* Au-dessus des vidéos */
}

/* Category Tabs */
.category-tabs {
    display: flex;
    justify-content: flex-start; /* Aligné à gauche */
    gap: 20px;
    margin-top: 150px; /* Espace sous le titre */
    margin-bottom: 30px;
    padding-left: 5%;
    width: 100%;
    max-width: 1400px;
    z-index: 20;
    position: relative;
    flex-wrap: wrap;
}

.tab-btn {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.7);
    padding: 12px 30px;
    font-family: 'Miedinger W01 Bold', sans-serif;
    font-size: 1.1rem;
    text-transform: uppercase;
    cursor: none; /* Custom cursor handles this */
    transition: all 0.3s ease;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
}

.tab-btn:hover {
    border-color: white;
    color: white;
    background: rgba(255, 255, 255, 0.1);
}

.tab-btn.active {
    background: white;
    color: #3669ED;
    border-color: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Video Slider/Grid Container */
.video-slider-container {
    width: 100%;
    max-width: 100%;
    padding-top: 0; /* Plus besoin de padding ici car les tabs font l'espace */
    z-index: 1;
}

.category-title {
    display: none; /* On cache les titres car on a les onglets */
}

.video-grid {
    display: none; /* Hidden by default */
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    width: 100%;
    max-width: 1400px;
    padding: 0 5%;
    margin: 0 auto 50px;
    animation: fadeIn 0.5s ease forwards;
    opacity: 0;
    transform: translateY(20px);
}

.video-grid.active {
    display: grid;
    opacity: 1;
    transform: translateY(0);
}

@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Scrollbar styles removed as no longer needed */

.video-item {
    width: 100%;
    max-width: none;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), z-index 0s;
    background: #000;
    position: relative;
    z-index: 1;
}

.video-grid.vertical-mode .video-item {
    aspect-ratio: 9 / 16;
}

.video-item:hover {
    transform: scale(1.1);
    z-index: 10;
    box-shadow: 0 15px 40px rgba(0,0,0,0.5);
}

.video-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 15px 15px;
    background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none; /* Laisse le clic passer au lien */
}

.video-item:hover .video-title {
    opacity: 1;
    transform: translateY(0);
}

.video-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.video-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.video-link:hover img {
    opacity: 0.8;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px; /* Taille encore réduite */
    height: 40px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: transform 0.3s ease, background 0.3s ease;
    backdrop-filter: blur(5px);
}

.play-icon svg {
    width: 16px; /* Taille icône réduite */
    height: 16px;
    margin-left: 2px; /* Petit ajustement optique pour centrer le triangle */
}

.video-link:hover .play-icon {
    transform: translate(-50%, -50%) scale(1.1);
    background: #FF0000; /* Rouge YouTube au survol */
}


/* Particle Effect - REMOVED */

.contact-section {
    background-color: #323232;
    min-height: 100vh;
    padding: 120px 5% 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-title {
    font-family: 'Miedinger W01 Bold', sans-serif;
    color: white;
    font-size: 3rem; /* Reduced from 5rem */
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 60px;
    transform: scaleX(2);
    text-align: center;
}

.contact-form {
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.form-row {
    display: flex;
    gap: 40px;
    width: 100%;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-group.full-width {
    width: 100%;
}

label {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

input, textarea {
    background: transparent;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    padding: 10px 0;
    transition: border-color 0.3s;
    outline: none;
    border-radius: 0; /* Remove default radius on some browsers */
}

input:hover, textarea:hover {
    border-bottom-color: rgba(255, 255, 255, 0.7);
}

input:focus, textarea:focus {
    border-bottom-color: white;
}

textarea {
    resize: vertical;
    min-height: 100px;
}

.submit-container {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.submit-btn {
    align-self: flex-start;
    background-color: transparent;
    color: white;
    border: 2px solid white;
    padding: 15px 50px;
    font-family: 'Miedinger W01 Bold', sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    transform: scaleX(1.5);
    transform-origin: left;
    margin-top: 0; /* Override previous margin */
}

.required-legend {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    opacity: 0.7;
    margin-left: 100px; /* Much more space to the right of the button */
}

.submit-btn:hover {
    background-color: white;
    color: #323232;
}

.submit-btn:disabled {
    opacity: 0.5;
    cursor: none !important;
    pointer-events: none;
}

/* Infinite Scrolling Banner */
.infinite-banner-link {
    display: block;
    text-decoration: none;
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
    cursor: none; /* Custom cursor */
}

.infinite-banner {
    width: 100%;
    background-color: white; /* Fond blanc par défaut */
    padding: 10px 0; /* Padding réduit pour moins d'épaisseur */
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s ease;
}

.infinite-banner-link:hover .infinite-banner {
    background-color: #3669ED; /* Fond bleu au survol */
}

.banner-content {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left-to-right 20s linear infinite;
}

.banner-content span {
    font-family: 'Miedinger W01 Bold', sans-serif;
    font-size: 3rem; /* Taille réduite de 5rem à 3rem */
    font-weight: 900;
    color: #3669ED; /* Texte bleu par défaut */
    text-transform: uppercase;
    margin-right: 50px;
    display: inline-block;
    transition: color 0.3s ease;
}

.infinite-banner-link:hover .banner-content span {
    color: white; /* Texte blanc au survol */
}

@keyframes scroll-left-to-right {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

/* Footer */
.site-footer {
    width: 100%;
    padding: 20px 5%;
    text-align: center;
    background-color: #323232; /* Fond gris */
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    position: relative;
    z-index: 10;
    margin-top: auto; /* Push footer to bottom if flex container */
}

/* Custom Cursor */
.cursor {
    width: 20px;
    height: 20px;
    background-color: white;
    border: 2px solid white;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: background-color 0.2s, transform 0.2s;
    box-shadow: 0 0 5px rgba(0,0,0,0.2); /* Slight shadow for visibility on white */
}

.cursor.hovered {
    background-color: transparent;
    transform: translate(-50%, -50%) scale(1.5);
}

/* Hide default cursor */
*, body, a, button, input, textarea, label {
    cursor: none !important;
}

/* Responsive pour mobile */
@media screen and (max-width: 768px) {
    /* Disable custom cursor on mobile */
    .cursor {
        display: none !important;
    }

    /* Re-enable default cursor on mobile */
    *, body, a, button, input, textarea, label {
        cursor: auto !important;
    }

    .hero-section {
        align-items: flex-start;
        padding-top: 25vh; /* Remonte le titre (plus haut que le centre) */
    }

    .main-title {
        font-size: 14vw; /* Légèrement réduit pour être sûr */
        align-items: flex-start; /* Aligné à gauche */
        text-align: left;
    }

    .contact-link {
        font-size: 3vw; /* Responsive basé sur la largeur */
        top: 20px;
        right: 5vw;
    }

    .home-link {
        font-size: 3vw;
        top: 20px;
        left: 5vw;
    }

    /* Vision section responsive */
    .vision-title {
        font-size: 10vw; /* Plus grand sur mobile pour lisibilité */
        text-align: right;
        transform-origin: right center;
    }

    /* Projects section responsive */
    .projects-title {
        font-size: 4vw; /* Reduced from 6vw to match request */
        text-align: right;
        transform-origin: right center;
    }

    .video-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        padding: 0 10px;
    }

    /* Contact page responsive */
    .contact-section {
        padding: 100px 5% 40px;
    }

    .contact-title {
        font-size: 10vw; /* Responsive total */
        margin-bottom: 30px;
        width: 100%; /* Assure que le conteneur prend toute la largeur */
    }

    .form-row {
        flex-direction: column;
        gap: 20px;
    }
    
    label {
        font-size: 0.8rem;
    }

    input, textarea {
        font-size: 1rem;
    }

    .submit-container {
        flex-direction: column;
        gap: 10px;
        align-items: center;
        width: 100%;
    }

    .required-legend {
        margin-left: 0;
        margin-top: 10px;
    }

    .submit-btn {
        width: 100%;
        text-align: center;
        padding: 15px 0;
        font-size: 1rem;
        transform: scaleX(1); /* Reset transform on mobile for better fit */
        transform-origin: center;
    }
}

/* Form Messages */
.popup-overlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}

.popup-overlay.active {
    display: flex;
}

.popup-content {
    background-color: #000; /* Fond noir */
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid white;
    max-width: 90%;
    width: 320px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    position: relative;
}

.popup-message {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    margin-bottom: 25px;
    line-height: 1.5;
}

.popup-btn {
    background: white;
    color: black;
    border: none;
    padding: 10px 30px;
    font-family: 'Miedinger W01 Bold', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.2s, background 0.2s;
}

.popup-btn:hover {
    transform: scale(1.05);
    background: #f0f0f0;
}

/* Services Section */
.services-section {
    background-color: #323232; /* Même fond que Ma Vision */
    min-height: 100vh;
    padding: 50px 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.services-title {
    font-family: 'Miedinger W01 Bold', sans-serif;
    color: white;
    font-size: 4.5vw; /* Même taille responsive que Mes Projets */
    font-weight: 900;
    text-transform: uppercase;
    transform: scaleX(2);
    transform-origin: right;
    position: absolute;
    top: 50px;
    right: 5%;
    margin: 0;
    white-space: nowrap;
    z-index: 10;
}

.services-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    width: 100%;
    max-width: 1400px;
    margin-top: 150px; /* Espace pour le titre */
    flex-wrap: wrap; /* Pour le responsive */
}

.service-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px;
    flex: 1;
    min-width: 300px; /* Largeur min pour éviter l'écrasement */
    max-width: 400px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    background: rgba(255, 255, 255, 0.08);
}

.service-card h3 {
    font-family: 'Miedinger W01 Bold', sans-serif;
    font-size: 2rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-card .price {
    font-size: 2.5rem;
    font-weight: 700;
    color: #3669ED; /* Bleu du thème */
    margin-bottom: 20px;
}

.service-card .description {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 30px;
    opacity: 0.9;
}

.service-card ul {
    list-style: none;
    padding: 0;
    text-align: left;
    width: 100%;
}

.service-card ul li {
    font-family: 'Montserrat', sans-serif;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: flex;
    align-items: flex-start;
}

.service-card ul li:last-child {
    border-bottom: none;
}

.service-card ul li::before {
    content: "•";
    color: #3669ED;
    font-size: 1.5rem;
    margin-right: 10px;
    line-height: 1;
    flex-shrink: 0; /* Empêche la puce de rétrécir */
}

/* Media Query pour Mobile - Services */
@media (max-width: 768px) {
    .services-title {
        font-size: 6vw; /* Ajustement mobile */
    }
    
    .services-container {
        margin-top: 100px;
        gap: 20px;
    }
    
    .service-card {
        padding: 30px 20px;
        min-width: 100%; /* Pleine largeur sur mobile */
    }
}
