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

body {
    font-family: Arial, sans-serif;
    margin-right: 250px; /* Cette marge sera impactée par le side-banner, potentiellement inutile si side-banner gère l'espace */
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    color: #ffffff;
    line-height: 1.6;
    min-height: 100vh;
}

/*----------------------------------------------HERO-SECTION-------------------------------------------------*/
h1{
    color:#ffb103;
    padding: 5%;
    font-size: 2rem;
}

.hero-section {
    position: relative;
    height: 90vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    background-color: #1a1a1a;
    margin-top: 15%;
}

.hero-carousel-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; /* Derrière le contenu superposé */
    /* AJOUT : Couleur de fond pour le carrousel, visible si les images sont en mode 'contain' */
    background-color: #000000; /* Fond noir derrière les images 'contain' */
}

.hero-carousel-background .carousel-inner {
    position: relative; /* Contexte pour les items du carrousel */
    width: 100%;
    height: 100%;
}

.hero-carousel-background .carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.5s ease-in-out; /* Transition en fondu */
    visibility: hidden; /* Pour l'accessibilité et la performance */
}

.hero-carousel-background .carousel-item.active {
    opacity: 1;
    z-index: 1; /* S'assurer que l'item actif est au-dessus */
    visibility: visible;
}

.hero-carousel-background .carousel-item img {
    width: 100%;
    height: 100%;
    /* MODIFIÉ : de 'cover' à 'contain' pour voir l'image entière */
    object-fit: contain;
    object-position: center;
    /* Le filter est optionnel avec 'contain', à ajuster selon le rendu souhaité */
    /* filter: brightness(0.7); */ /* Exemple de filtre plus léger ou à supprimer */
}

/* Indicateurs du carrousel */
.hero-carousel-background .carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3; /* Au-dessus des images mais potentiellement sous les contrôles */
    display: flex;
    gap: 10px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

.hero-carousel-background .indicator {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    padding: 0; /* reset button padding */
}

.hero-carousel-background .indicator:hover {
    background-color: rgba(255, 255, 255, 0.8);
    transform: scale(1.1);
}

.hero-carousel-background .indicator.active {
    background-color: #ffb103;
    border-color: #e69a02;
    transform: scale(1.2);
}


/* Optionnel: Contrôles du carrousel (si vous les décommentez en HTML) */
.hero-carousel-background .carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    background: rgba(0, 0, 0, 0.4);
    color: #ffb103;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 1.8rem;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
    line-height: 1;
}
.hero-carousel-background .carousel-control:hover {
    background: rgba(0, 0, 0, 0.7);
    transform: translateY(-50%) scale(1.1);
}
.hero-carousel-background .carousel-control.prev {
    left: 20px;
}
.hero-carousel-background .carousel-control.next {
    right: 20px;
}


/* Contenu superposé */
.hero-overlay-content {
    position: relative; /* Pour être au-dessus du z-index: 0 du fond */
    z-index: 2;
    max-width: 900px; /* Limite la largeur du contenu texte */
    padding: 20px 40px; /* Espace intérieur */
    background-color: rgba(0, 0, 0, 0.5); /* Fond semi-transparent pour lisibilité */
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    animation: fadeInUp 1s ease-out 0.5s both; /* Utilise une de tes animations existantes */
    display: none;
}

/* Reprise de tes styles pour titre, sous-titre, boutons. Ajuste si besoin. */
.hero-title {
    font-size: 2.8rem; /* Ajuste selon tes préférences */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #ffb103, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 1.3rem; /* Ajuste selon tes préférences */
    opacity: 0.95;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    color: #f0f0f0; /* Un blanc un peu moins vif */
}

.hero-buttons {
    display: flex;
    gap: 1.5rem; /* Espace entre les boutons */
    flex-wrap: wrap; /* Si les boutons ne tiennent pas sur une ligne */
    justify-content: center;
}

/* Styles responsives pour la hero-section */
@media (max-width: 768px) {
    .hero-section {

        height: auto;
        min-height: 50vh;
        padding-top: 80px;
        padding-bottom: 40px;
        margin-top: 35%;
    }

    /* MASQUER LE CARROUSEL D'IMAGES SUR MOBILE */
    .hero-carousel-background {
    }

    .hero-overlay-content {
        padding: 20px 25px;
        margin: 0 15px; /* Pour ne pas coller aux bords */
        /* Assure que le fond est présent même si le carrousel est masqué */
        background-color: rgba(0, 0, 0, 0.7);
    }
    .hero-title {
        font-size: 2.2rem;
    }
    .hero-subtitle {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }
    .hero-buttons {
        gap: 1rem;
        flex-direction: column; /* Boutons l'un en dessous de l'autre */
        align-items: center;
    }
    .hero-buttons .btn-primary,
    .hero-buttons .btn-secondary {
        width: 100%;
        max-width: 300px; /* Évite que les boutons soient trop larges */
    }
}

@media (max-width: 480px) {
    .hero-section {
        min-height: 45vh;
        padding-top: 60px;
        margin-top: 30%;
    }
    /* .hero-carousel-background reste display: none; hérité du media query précédent */

    .hero-overlay-content {
        padding: 15px 20px;
        margin: 0 10px;
        background-color: rgba(0, 0, 0, 0.75); /* Légèrement plus opaque si besoin pour lisibilité */
    }
    .hero-title {
        font-size: 1.8rem;
    }
    .hero-subtitle {
        font-size: 1rem;
    }
}

/* Définition de l'animation si elle n'est pas déjà définie globalement */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/*-------------------------------------------CONFIGURATEUR-PORTAIL-------------------------------------------*/
.presentation {
    background-color: black;
    color: white;
    min-height: 79vh;
    padding: 2%;
}

.presentation h2 {
    text-align: center;
    font-size: 2.5rem;
    padding: 2%;
}

.presentation p {
    font-size: 1.8rem;
    text-align: center;
    padding: 1%;
}

.presentation ol {
    width: 85%;
    margin: auto;
    font-size: 1.4rem;
}

.presentation li {
    padding: 1%;
}

/*---------------------------------------------QUI-SOMME-NOUS-----------------------------------------------*/
.qui-somme-nous {
    padding: 60px 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    margin: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
}

.qui-somme-nous h2 {
    font-size: 2.8rem;
    margin-bottom: 30px;
    color: #ffb103;
    position: relative;
}
.qui-somme-nous h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #ffb103, #ff8c00);
}
.qui-somme-nous .video-container {
    max-width: 900px;
    margin: 0 auto 40px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.qui-somme-nous iframe {
    width: 100%;
    height: 500px; /* Modifié par média querie */
}


.qui-somme-nous .conteneur-bouton-recrutement2 {
    margin-top: 20px;
}

.qui-somme-nous button { /* S'applique au bouton "En savoir plus" recrutement */
    background: linear-gradient(135deg, #ffb103, #ff8c00);
    color: #000;
    padding: 12px 25px;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 1.4rem;
}

.qui-somme-nous button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(255, 177, 3, 0.5);
}
.qui-somme-nous p{
    padding: 7%;
    font-weight: bold;
    font-size: 1.2rem;
}

/*-------------------------------------------------HORAIRE--------------------------------------------------*/
.schedule-header {
    margin-bottom: 20px;
}

.schedule-logo {
    max-width: 150px;
    height: auto;
    margin-bottom: 10px;
}

.schedule-section {
    padding: 50px 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 20px;
    margin: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.schedule-container {
    max-width: 600px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 15px;
    border: 2px solid #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8),
    0 0 20px rgba(255, 255, 255, 0.6),
    0 0 30px rgba(255, 255, 255, 0.4),
    0 0 40px rgba(255, 255, 255, 0.2);
}

.schedule-header img {
    margin-bottom: 15px;
}

.schedule-header a {
    color: #ffb103;
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.schedule-header a:hover {
    color: #ff8c00;
}

.schedule-table {
    width: 100%;
    border-collapse: collapse;
}

.schedule-table td {
    padding: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 1rem;
}

.schedule-closed {
    color: #ff4444;
    font-weight: 600;
}
/*------------------------------------------Facilité-de-paiement---------------------------------------------*/
.facilite-paiement {
    padding: 4rem 2rem;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    text-align: center;
}
.facilite-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}
.facilite-content h2 {
    font-size: 2.5rem;
    color: #ffb103;
    margin-bottom: 1rem;
    animation: fadeInUp 1s ease-out;
}
.facilite-content p {
    font-size: 1.2rem;
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto 1.5rem;
    animation: fadeInUp 1s ease-out 0.2s both;
}

/* Style pour le logo Franfinance ajouté */
.logo-franfinance {
    display: block; /* Permet d'utiliser margin: auto pour le centrage horizontal */
    margin: 0 auto 1.5rem auto; /* Centre le logo et ajoute une marge en dessous */
    max-width: 250px; /* Ajustez cette valeur si le logo est trop grand ou trop petit */
    height: auto; /* Maintient les proportions du logo */
    animation: fadeInUp 1s ease-out 0.3s both; /* Animation similaire aux autres éléments */
}

.facilite-icon {
    width: 80px;
    height: 80px;
    background: rgba(255,177,3,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #ffb103;
    margin: 0 auto 1rem auto; /* Assure le centrage et la marge en bas */
    animation: fadeInUp 1s ease-out 0.4s both;
}
/*-----------------------------------------PRESENTATION-PRODUIT----------------------------------------------*/
.presentation_produit {
    padding: 2%; /* Modifié plus bas par des styles inline (.presentation_produit { padding: 60px 20px; ... }) */
}

.presentation_produit h2 {
    text-align: center;
    font-size: 3rem; /* Modifié plus bas */
    padding: 2%;
    /* color: #ffb103; margin-bottom: 40px; position: relative; */ /* Ajouté par style inline */
}

.presentation_produit a {
    text-decoration: none;
}

.container { /* Utilisé dans .presentation_produit */
    width: 90%;
    max-width: 1200px; /* Modifié plus bas */
    margin: 20px auto; /* Modifié plus bas */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Modifié plus bas */
    gap: 20px; /* Modifié plus bas */
}

.product {
    background: white; /* Modifié par le style inline plus bas */
    border-radius: 10px; /* Modifié par le style inline plus bas */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Modifié par le style inline plus bas */
    overflow: hidden; /* Modifié par le style inline plus bas */
    text-align: center; /* Hérité ou appliqué directement */
    transition: transform 0.3s ease; /* Modifié par le style inline plus bas */
    /* Les styles du <style> sont plus spécifiques ou ajoutent/changent des propriétés */
}

.product:hover {
    transform: translateY(-5px); /* Modifié par le style inline plus bas */
}

.product img {
    width: 100%;
    height: 200px; /* Modifié par le style inline plus bas */
    object-fit: cover; /* Modifié par le style inline plus bas */
}

.product h3 {
    padding: 15px;
    margin: 0;
    font-size: 1.2em; /* Modifié par le style inline plus bas */
    background: black; /* Modifié par le style inline plus bas (devient color pour le texte) */
    color: white; /* Modifié par le style inline plus bas */
}

/*---------------------------------------------PARRAINAGE--------------------------------------------------*/
.parrainage {
    padding: 2%; /* Modifié plus bas par style inline */
    background-color: black; /* Modifié plus bas par style inline */
    color: white; /* Texte global */
}

.conteneur_image { /* Utilisé dans .parrainage */
    display: flex;
    justify-content: center;
    padding: 2%;
}

.parrainage h2 {
    font-size: 3rem; /* Modifié plus bas */
    font-weight: bold;
    text-align: center;
    padding: 2%;
    /* color: #ffb103; margin-bottom: 25px; */ /* Ajouté par style inline */
}

.parrainage p {
    text-align: center;
    padding: 1%;
    font-size: 1.42rem;
    max-width: 60%; /* Modifié plus bas */
    margin: auto; /* Modifié plus bas */
    /* color: #cccccc; */ /* Ajouté par style inline */
}

/*---------------------------------------------TÉMOIGNAGES--------------------------------------------------*/
.eldo { /* Cela cible quoi ? Pas de classe 'eldo' visible, peut-être lié au widget. Ou 'temoignages' est la section principale. */
    min-height: 100vh;
}

.video-temoignage { /* Devrait s'appeler '.temoignages' si c'est la section pour Elco et la video? Sinon .temoignages stylé plus bas */
    background-color: black; /* Modifié par style inline plus bas */
    padding: 5%; /* Modifié par style inline plus bas */
}

/*-----------------------------------------------GARANTIE--------------------------------------------------*/
.garantie {
    background-color: black; /* Modifié par style inline plus bas */
    color: white;
    display: flex;
    align-items: center;
    padding: 5%; /* Modifié par style inline plus bas */
    /* justify-content: space-between; gap: 30px; */ /* Ajouté par style inline */
}

.garantie h2 {
    font-size: 3rem; /* Modifié par style inline plus bas */
    padding: 2%;
    /* color: #ffb103; margin-bottom: 20px; */ /* Ajouté par style inline */
}

.garantie p {
    font-size: 1.4rem;
    padding: 2%;
    width: 90%;
    text-align: center; /* Conflit/confirmé par style inline? */
    /* color: #cccccc; margin-bottom: 20px; */ /* Ajouté par style inline */
}

.conteneur3 img {
    height: auto;
    width: 100%; /* Peut être en conflit avec .garantie img plus bas */
}

.attestation {
    background-color: black;
    color: white;
    border: white solid 1px;
    padding: 6%;
    border-radius: 30px;
    font-size: 1.1rem;
    margin-top: 10%;
    font-weight: bold;
    transition: 0.9s;
}

.conteneur3 { /* dans .garantie */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* flex: 1; */ /* Ajouté par style inline */
}

.attestation:hover {
    background-color: white;
    color: black;
}

/*-----------------------------------------------RESEAUX--------------------------------------------------*/
.reseaux {
    background-color: #f8f9fa; /* Modifié par style inline plus bas */
    text-align: center;
    padding: 50px 20px;
}

.reseaux h2 {
    font-size: 2.5rem; /* Modifié par style inline plus bas */
    color: #333; /* Modifié par style inline plus bas */
    margin-bottom: 15px; /* Modifié par style inline plus bas */
}

.reseaux p {
    font-size: 1.2rem; /* Modifié par style inline plus bas */
    color: #666; /* Modifié par style inline plus bas */
    margin-bottom: 30px; /* Modifié par style inline plus bas */
    /* max-width: 800px; margin: 0 auto 25px; */ /* Ajouté par style inline */
}

.reseaux-container {
    display: flex;
    justify-content: center;
    /* gap: 25px; */ /* Ajouté par style inline */
}

.reseau-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.reseau-link img {
    width: 100px; /* Modifié par style inline pour les img enfants et .social-link img */
    height: auto;
    margin-bottom: 10px;
    /* filter: none; transition: transform 0.3s ease; */ /* Ajouté par style inline */
}

.reseau-link:hover {
    transform: scale(1.1);
}
/* .reseau-link:hover img { transform: scale(1.2); } */ /* Ajouté par style inline */

.facebook img { /* Très spécifique, peut-être pour un logo Facebook particulier non générique */
    border-radius: 100%;
}

/*-----------------------------------------------BANDEAU---------------------------------------------------*/
.side-banner {
    position: fixed;
    top: 70px;
    right: 0;
    width: 250px;
    height: 100vh; /* Devrait être calc(100vh - 70px) si top: 70px */
    color: white;
    padding: 20px;
    box-sizing: border-box;
    z-index: 999;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    text-align: center;
    animation: slideInRight 0.8s ease-out; /* L'animation slideInRight est définie plus bas */
    /* opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; */ /* Conflit potentiel avec style inline de visibilité */
}

.side-banner p { /* Par exemple .rappelle, .contact etc. */
    font-size: 1.4rem;
    color: #cccccc;
    margin-bottom: 15px;
}

.side-banner button, .side-banner a button {
    background: linear-gradient(135deg, #ffb103, #ff8c00);
    color: #000;
    padding: 10px 20px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%; /* Pour que le bouton prenne toute la largeur du bandeau */
}

.side-banner button:hover, .side-banner a button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(255, 177, 3, 0.5);
}

.side-banner .social-links-wrapper { /* Classe .social-links-wrapper également utilisée plus bas */
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

.side-banner .social-link img {
    filter: none;
    transition: transform 0.3s ease;
}

.side-banner .social-link:hover img {
    transform: scale(1.2);
}

.side-banner h3 { /* Par ex. le titre du bandeau s'il y en a un, pas explicitement dans le HTML fourni pour le contenu du bandeau */
    padding-top: 50%;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
}

.rappelle { /* Dans .side-banner */
    padding-top: 60%;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
}

.conteneur-bouton a { /* Contexte? S'il est dans hero-section ou side-banner, c'est différent */
    margin-top: 55%;
}

.overlay { /* Style de base, peut être affiné par les styles inline */
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /* z-index: 1000; */ /* Ajouté par style inline */
}

/* Popup */
.popup { /* Style de base, peut être affiné par les styles inline */
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000000; /* Modifié par style inline plus bas */
    color: #ffffff; /* Modifié par style inline plus bas */
    padding: 20px; /* Modifié par style inline plus bas */
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2); /* Modifié par style inline plus bas */
    border-radius: 5px; /* Modifié par style inline plus bas */
    width: 300px; /* Modifié par style inline plus bas */
    text-align: center;
    /* z-index: 1001; ... autres propriétés ajoutées par style inline */
}

.popup input { /* cible input[type=tel] specificement plus bas */
    width: 100%;
    padding: 8px;
    margin-top: 10px;
    background: #ffffff;
    color: #000000;
    border: 1px solid #ffffff;
    border-radius: 3px;
    box-sizing: border-box;
    /* Modifié pour input[type=tel] par style inline */
}

.popup button { /* Ciblé plus spécifiquement avec des classes plus bas */
    margin-top: 10px;
    padding: 8px 16px;
    background: #ffffff;
    color: #000000;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background 0.3s;
    /* Modifié par le style inline plus bas pour tous les .popup button */
}

.popup button:hover {
    background: #cccccc; /* Modifié par le style inline plus bas */
}

.popup button.close-btn { /* Ciblé pour le bouton "Fermer" */
    background: #333333;
    color: #ffffff;
    margin-left: 10px;
}

.popup button.close-btn:hover {
    background: #666666;
}

.conteneur-bouton-rappelle { /* Dans .side-banner */
    margin-top: 5%;
    display: flex;
    justify-content: center;
}

.appelez-moi { /* Dans .side-banner */
    background-color: #ffb103;
    font-weight: bold;
    font-size: 1rem;
    padding: 5%;
    border-radius: 10px;
    border: none;
}

.logo-tel { /* Pas utilisé dans le HTML fourni */
    width: 10%;
}

.contact { /* Dans .side-banner */
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 20%;
}

.conteneur-mail a { /* Dans .side-banner */
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.mail { /* Dans .side-banner, bouton email */
    margin-top: 5%;
    background-color: #ffb103;
    font-weight: bold;
    font-size: 1rem;
    padding: 5%;
    border-radius: 10px;
    border: none;
}

.retrouvez-nous { /* C'est '.find-us' dans .side-banner, donc .find-us prévaut si plus spécifique */
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-top: 5%;
}

.social-banner { /* Dans .side-banner */
    text-align: center;
}

.find-us { /* Dans .side-banner */
    margin-bottom: 10px;
    margin-top: 20%;
    font-size: 1.5rem;
    font-weight: bold;
}

.social-links-wrapper { /* Utilisé dans .side-banner et peut-être ailleurs */
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-link img { /* Utilisé dans .side-banner */
    width: 62px;
    height: auto;
    display: block;
}

.social-link { /* Utilisé dans .side-banner */
    display: inline-block;
    text-decoration: none;
}

.recrutement { /* Dans .side-banner (pour le lien vers "Témoignage Vidéo") */
    font-size: 1.5rem;
    text-align: center;
    margin-top: 10%;
}

.bouton-recrutement { /* Dans .side-banner (pour le lien vers "Témoignage Vidéo") */
    margin-top: 5%;
    background-color: #ffb103;
    font-weight: bold;
    font-size: 1rem;
    padding: 5%;
    border-radius: 10px;
    border: none;
}

/* Styles pour la flèche animée */
.arrow-down {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    display: flex;
    align-items: center;
    animation: pulse 2s infinite ease-in-out;
}

.arrow-down img {
    width: 40px;
    height: 40px;
    transform: rotate(45deg); /* Rotation pour pointer vers le bas à gauche */
}

.arrow-down span {
    color: #ffb103;
    background-color: #000;
    border-radius: 10px;
    font-size: 1rem;
    margin-left: 10px;
    font-weight: bold;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Media Queries */

/* NOUVEAUX AJUSTEMENTS POUR LES TRÈS GRANDS ÉCRANS (4K DESKTOP) */
@media screen and (min-width: 2560px) {
    body {
        margin-right: 450px;
    }

    /* Hero Section - repris du nouveau code */
    .hero-section {
        height: 85vh; /* Ajustement si 90vh est trop sur très grand écran */
    }
    .hero-overlay-content {
        max-width: 1100px;
        padding: 30px 50px;
    }
    .hero-title {
        font-size: 3.8rem;
    }
    .hero-subtitle {
        font-size: 1.6rem;
    }
    .hero-buttons {
        gap: 2rem;
    }
    .hero-buttons .btn-primary,
    .hero-buttons .btn-secondary {
        padding: 1.2rem 2.5rem; /* Style original .btn-primary/secondary de la page globale */
        font-size: 1.3rem;      /* Style original .btn-primary/secondary de la page globale */
    }
    .hero-carousel-background .indicator {
        width: 15px;
        height: 15px;
        bottom: 30px;
    }

    /* Autres sections existantes pour 4K desktop (maintenues) */
    .rappelle {
        padding-top: 75%;
        font-size: 2.5rem;
    }
    .side-banner {
        width: 450px;
    }
    .appelez-moi {
        font-size: 2rem;
    }
    .contact {
        font-size: 2.5rem;
    }
    .mail {
        font-size: 2rem;
    }
    .find-us {
        font-size: 2.5rem;
    }
    .social-link img {
        width: 90px;
    }
    .recrutement {
        font-size: 2.5rem;
    }
    .bouton-recrutement {
        font-size: 2rem;
    }
    .qui-somme-nous h2 {
        font-size: 5.5rem;
    }
    .qui-somme-nous p {
        font-size: 3rem;
    }
    .qui-somme-nous ul { /* Note: votre CSS n'a pas de styles pour .qui-somme-nous ul globalement */
        font-size: 2.5rem;
    }
    .schedule-header a { /* pour .schedule-address qui est un <a> */
        font-size: 2rem;
    }
    .schedule-container {
        font-size: 2.5rem;
        max-width: 850px;
    }
    .container { /* Pour les produits */
        width: 100%;
        max-width: 2040px;
        grid-template-columns: repeat(auto-fit, minmax(390px, 1fr));
    }
    .product h3 {
        font-size: 1.8rem;
    }
    .parrainage h2 {
        font-size: 5.5rem;
    }
    .parrainage p {
        font-size: 3rem;
    }
    .garantie h2 {
        font-size: 5.5rem;
    }
    .garantie p {
        font-size: 2.9rem;
    }
    .attestation {
        font-size: 2rem;
    }
    .conteneur3 img {
        width: 200%;
    }

    .reseaux h2 {
        font-size: 5.5rem;
    }
    .reseaux p {
        font-size: 2.5rem;
    }
}

@media (max-width: 1024px) {
    /* La hero-section est déjà gérée par ses propres media queries */
    .facilite-content h2 {
        font-size: 2rem;
    }
    .facilite-content p {
        font-size: 1.1rem;
    }
}

/* TABLETTE ET GRAND MOBILE (768px et moins) */
/* Les ajustements pour la hero section sont déjà DANS LE BLOC HERO SECTION CSS ci-dessus */
@media screen and (max-width: 768px) {
    body {
        margin-right: 0;
    }
    .garantie h2 {
        font-size: 2rem;
        text-align: center;
    }
    .garantie p {
        font-size: 1rem;
    }
    .attestation {
        font-size: 0.8rem;
    }
    .presentation h2 {
        font-size: 2rem;
    }
    .presentation p {
        font-size: 1.5rem;
    }
    .presentation ol {
        font-size: 1.2rem;
    }
    .video-temoignage video {
        width: 100%;
        height: auto;
    }
    .facilite-paiement {
        padding: 2rem 1rem;
    }
    .facilite-content h2 {
        font-size: 1.8rem;
    }
    .facilite-content p {
        font-size: 1rem;
    }
    .facilite-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    .arrow-down {
        bottom: 10px;
        left: 10px;
    }
    .arrow-down img {
        width: 30px;
        height: 30px;
    }
    .arrow-down span {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 591px) {
    /* Classes commentées non utilisées ou ciblées différemment */
}

@media screen and (max-width: 520px) {
    .presentation h2 {
        font-size: 1.5rem;
    }
    .presentation p {
        font-size: 1.2rem;
    }
    .presentation ol {
        font-size: 1rem;
    }
    .parrainage h2 {
        font-size: 2rem;
    }
    .parrainage p {
        font-size: 1.3rem;
        max-width: 80%;
    }
}

/* MOBILE PETIT (480px et moins) */
/* Les ajustements pour la hero section sont déjà DANS LE BLOC HERO SECTION CSS ci-dessus */
@media screen and (max-width: 480px) {
    .reseaux-container {
        flex-wrap: wrap;
    }
    .parrainage p {
        font-size: 1.1rem;
    }
    .garantie h2 {
        font-size: 1.4rem;
    }
    .conteneur3 {
        max-width: 80%;
    }
    .conteneur3 img {
        height: auto;
        width: 140%;
    }
    .config-portail {
        display: none;
    }
    .configurer {
        font-size: 1rem;
    }
    .qui-somme-nous p {
        font-size: 1.2rem;
    }
    .qui-somme-nous ul {
        font-size: 1.1rem;
        padding: 8%;
    }
    .logo-eldo{
        display: none;
    }
}


/* CONTENU DU BLOC <STYLE> DU HTML - FUSIONNÉ ET MODIFIÉ */

/* Styles pour la page de chargement */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: opacity 0.5s ease-out;
}

.loader img {
    width: 40%;
    max-width: 300px;
    transition: transform 1.5s ease, opacity 1.5s ease;
}

/* Main Content Loading */
.main-content {
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

.main-content.loaded {
    opacity: 1;
}

/* Lazy Loading for Sections, Banners, and Products */
section, .side-banner, .product {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

section.visible, .side-banner.visible, .product.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Iframe Lazy Loading */
iframe[data-src] {
    opacity: 0;
    transition: opacity 0.5s ease;
}

iframe.loaded {
    opacity: 1;
}

/* Product Animations with Adjusted Image Size */
.product {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.5s ease;
}

.product:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 177, 3, 0.4);
}

.product img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product:hover img {
    transform: scale(1.05);
}

.product h3 {
    text-align: center;
    padding: 15px;
    font-size: 1.2rem;
    color: #ffb103;
    opacity: 0;
    transition: opacity 0.5s ease 0.2s;
    background: none;
}

.product.visible h3 {
    opacity: 1;
}

.product button {
    background: linear-gradient(135deg, #ffb103, #ff8c00);
    color: #000;
    padding: 6px 12px;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 0.8rem;
}

.product button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(255, 177, 3, 0.5);
}

/* Popup Styles */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: none;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    z-index: 1001;
    display: none;
    text-align: center;
    color: #fff;
    width: 90%;
    max-width: 400px;
}

.popup p {
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.popup input[type="tel"] {
    width: calc(100% - 22px);
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 1rem;
}

.popup input[type="tel"]::placeholder {
    color: #ccc;
}

.popup button {
    background: linear-gradient(135deg, #ffb103, #ff8c00);
    color: #000;
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    margin: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
}

.popup button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 177, 3, 0.4);
}


@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-15px); }
    60% { transform: translateY(-8px); }
}

/* Redesigned Product Section */
.presentation_produit {
    padding: 60px 20px;
    text-align: center;
}

.presentation_produit h2 {
    font-size: 2.8rem;
    color: #ffb103;
    margin-bottom: 40px;
    position: relative;
    padding: 0;
}

.presentation_produit h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #ffb103, #ff8c00);
}

.presentation_produit .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    max-width: 1400px;
    margin: 0 auto;
    width: auto;
}

/* Redesigned Parrainage */
.parrainage {
    padding: 50px 20px;
    text-align: center;
    background: rgba(255, 177, 3, 0.15);
    border-radius: 20px;
    margin: 30px;
    border: 1px solid rgba(255, 177, 3, 0.3);
}

.parrainage h2 {
    font-size: 2.5rem;
    color: #ffb103;
    margin-bottom: 25px;
    padding: 0;
}

.parrainage .conteneur_image {
    margin-bottom: 25px;
}

.parrainage p {
    max-width: 800px;
    margin: 0 auto 15px;
    color: #cccccc;
    font-size: 1rem;
    padding: 0;
}

.parrainage strong {
    color: #ffb103;
}

/* Redesigned Témoignages */
.temoignages {
    padding: 50px 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 20px;
    margin: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.temoignages a {
    color: #ffb103 !important;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.temoignages a:hover {
    color: #ff8c00 !important;
}

.eldo-iframe-container {
    max-width: 900px;
    margin: 20px auto;
    height: 450px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

/* Redesigned Garantie */
.garantie {
    padding: 50px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    margin: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.garantie .conteneur1 {
    display: flex;
    justify-content: center;
}

.garantie .conteneur3 {
    flex: 1;
}

.garantie h2 {
    font-size: 2.5rem;
    color: #ffb103;
    margin-bottom: 20px;
    padding: 0;
}

.garantie p {
    color: #cccccc;
    margin-bottom: 20px;
    font-size: 1rem;
    padding:0;
    width: auto;
    text-align: left;
}

.garantie img {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.garantie button { /* S'applique au bouton .attestation */
    background: linear-gradient(135deg, #ffb103, #ff8c00);
    color: #000;
    padding: 12px 25px;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.garantie button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(255, 177, 3, 0.5);
    background: linear-gradient(135deg, #ffb103, #ff8c00);
    color: #000;
}

/* FAQ Container */
.faq-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
}

.faq-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.faq-header::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ffb103, #ffffff);
    border-radius: 2px;
}

.faq-title {
    font-size: 3.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #ffffff 0%, #ffb103 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 20px;
    letter-spacing: -2px;
}

.faq-subtitle {
    font-size: 1.2rem;
    color: #cccccc;
    font-weight: 300;
    max-width: 600px;
    margin: 0 auto;
}

.search-container {
    position: relative;
    margin-bottom: 50px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.search-input {
    width: 100%;
    padding: 18px 25px 18px 55px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.search-input:focus {
    outline: none;
    border-color: #ffb103;
    background: rgba(255, 177, 3, 0.1);
    box-shadow: 0 0 30px rgba(255, 177, 3, 0.3);
}

.search-input::placeholder {
    color: #999999;
}

.search-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #999999;
    font-size: 20px;
    transition: color 0.3s ease;
}

.search-input:focus + .search-icon {
    color: #ffb103;
}

.faq-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.faq-stat {
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    min-width: 150px;
    transition: transform 0.3s ease;
}

.faq-stat:hover {
    transform: translateY(-5px);
}

.faq-stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffb103;
    display: block;
}

.faq-stat-label {
    font-size: 0.9rem;
    color: #cccccc;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
}

.faq-item:hover {
    border-color: rgba(255, 177, 3, 0.3);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.faq-item.active {
    border-color: #ffb103;
    background: rgba(255, 177, 3, 0.1);
}

.faq-question {
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 1.1rem;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
}

.faq-question:hover {
    color: #ffb103;
}

.faq-question::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: #ffb103;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.faq-item.active .faq-question::before {
    opacity: 1;
}

.faq-icon {
    font-size: 24px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    color: #ffb103;
    min-width: 24px;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(0, 0, 0, 0.2);
}

.faq-item.active .faq-answer {
    max-height: 400px;
}

.faq-answer-content {
    padding: 0 30px 30px 30px;
    color: #cccccc;
    font-size: 1rem;
    line-height: 1.8;
}

.faq-answer-content p {
    margin-bottom: 15px;
}

.faq-answer-content strong {
    color: #ffb103;
}

.add-question-section {
    margin-top: 60px;
    text-align: center;
    padding: 40px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.add-question-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
}

.add-question-subtitle {
    color: #cccccc;
    margin-bottom: 30px;
    font-size: 1.1rem;
}

.question-input-container {
    max-width: 600px;
    margin: 0 auto 25px;
}

.question-input {
    width: 100%;
    padding: 18px 25px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
    resize: vertical;
    min-height: 120px;
}

.question-input:focus {
    outline: none;
    border-color: #ffb103;
    background: rgba(255, 177, 3, 0.1);
    box-shadow: 0 0 20px rgba(255, 177, 3, 0.2);
}

.question-input::placeholder {
    color: #999999;
}

.btn-group {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    padding: 15px 35px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn:hover::before {
    left: 100%;
}

.btn-primary {
    background: linear-gradient(135deg, #ffb103, #ff8c00);
    color: #000;
    padding: 12px 25px;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 1.4rem;
    text-decoration: none;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 177, 3, 0.4);
}

.btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffb103;
    transform: translateY(-2px);
}


.admin-link {
    margin-top: 30px;
    display: inline-block;
    color: #666666;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
    opacity: 0.7;
}

.admin-link:hover {
    color: #ffb103;
    opacity: 1;
}

.no-results {
    text-align: center;
    padding: 60px 20px;
    color: #666666;
}

.no-results-icon {
    font-size: 4rem;
    margin-bottom: 20px;
    opacity: 0.5;
}

.category-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.category-tab {
    padding: 12px 25px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    color: #cccccc;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.category-tab:hover,
.category-tab.active {
    background: #ffb103;
    color: #000000;
    border-color: #ffb103;
}

.category-select {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #ffffff;
    font-size: 1rem;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cccccc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    transition: all 0.3s ease;
}

.category-select:focus {
    outline: none;
    border-color: #ffb103;
    background-color: rgba(255, 177, 3, 0.1);
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2000;
    display: none;
}

.custom-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(30, 30, 30, 0.95);
    padding: 30px 40px;
    border-radius: 15px;
    border: 1px solid rgba(255, 177, 3, 0.5);
    backdrop-filter: blur(8px);
    z-index: 2001;
    display: none;
    text-align: center;
    color: #fff;
    width: 90%;
    max-width: 450px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.custom-popup p {
    margin-bottom: 25px;
    font-size: 1.2rem;
    line-height: 1.6;
}
.custom-popup button {
    background: linear-gradient(135deg, #ffb103, #ff8c00);
    color: #000;
    padding: 12px 25px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 1rem;
}
.custom-popup button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 177, 3, 0.4);
}


/* Redesigned Réseaux */
.reseaux {
    padding: 50px 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 20px;
    margin: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.reseaux h2 {
    font-size: 2.5rem;
    color: #ffb103;
    margin-bottom: 20px;
}

.reseaux p {
    max-width: 800px;
    margin: 0 auto 25px;
    color: #cccccc;
    font-size: 1rem;
}

.reseaux .reseaux-container {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.reseaux .reseau-link img {
    filter: none;
    transition: transform 0.3s ease;
    width: 100px;
    height: 100px;
}

.reseaux .reseau-link:hover img {
    transform: scale(1.2);
}

/* Redesigned Video Témoignage */
.video-temoignage {
    padding: 50px 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    margin: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.video-temoignage video {
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

/* Redesigned Eldo Logo */
.logo-eldo {
    position: fixed;
    bottom: 50px;
    left: 20px;
    z-index: 100;
    transition: transform 0.3s ease;
}

.logo-eldo .widget-001 {
    width: 120px;
    height: 120px;
    transition: transform 0.3s ease;
}

.logo-eldo .widget-001:hover {
    transform: scale(1.1);
}


@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Admin FAQ Section Styles */
.admin-faq-container {
    max-width: 1000px;
    margin: 60px auto;
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.admin-faq-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.admin-faq-header h1 {
    font-size: 2.8rem;
    font-weight: 700;
    background: linear-gradient(135deg, #ffffff 0%, #ffb103 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    letter-spacing: -1px;
}

.admin-faq-header p {
    font-size: 1.2rem;
    color: #cccccc;
    font-weight: 300;
    max-width: 600px;
    margin: 10px auto 0;
}

.admin-faq-header::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ffb103, #ff8c00);
    border-radius: 2px;
}

.admin-faq-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.admin-faq-item {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.admin-faq-item:hover {
    border-color: rgba(255, 177, 3, 0.3);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

.admin-faq-question {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.admin-faq-category {
    font-size: 0.9rem;
    color: #ffb103;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.admin-faq-answer {
    font-size: 1rem;
    color: #cccccc;
    line-height: 1.6;
    margin-bottom: 15px;
}

.admin-faq-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.admin-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.admin-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.admin-btn:hover::before {
    left: 100%;
}

.admin-btn-edit {
    background: linear-gradient(135deg, #ffb103, #ff8c00);
    color: #000000;
}

.admin-btn-edit:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 177, 3, 0.4);
}

.admin-btn-delete {
    background: rgba(255, 75, 75, 0.8);
    color: #ffffff;
}

.admin-btn-delete:hover {
    background: rgba(255, 75, 75, 1);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 75, 75, 0.4);
}

.delete-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    background: linear-gradient(135deg, #ff4b4b, #d32f2f);
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.delete-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 75, 75, 0.4);
}

.delete-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}
.delete-btn:hover::before {
    left: 100%;
}

.repondre-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    background: linear-gradient(135deg, #ffb103, #ff8c00);
    color: #000000;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.repondre-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 177, 3, 0.4);
}
.repondre-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}
.repondre-btn:hover::before {
    left: 100%;
}


.save-reponse-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    background: linear-gradient(135deg, #ffb103, #ff8c00);
    color: #000000;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.save-reponse-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 177, 3, 0.4);
}
.save-reponse-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}
.save-reponse-btn:hover::before {
    left: 100%;
}


.reponse-input {
    width: 100%;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #ffffff;
    font-size: 1rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    margin-top: 10px;
}

.reponse-input:focus {
    outline: none;
    border-color: #ffb103;
    background: rgba(255, 177, 3, 0.1);
    box-shadow: 0 0 15px rgba(255, 177, 3, 0.2);
}

.reponse-input::placeholder {
    color: #999999;
}


/* Add/Edit Question Form (Admin) */
.admin-add-question {
    padding: 30px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    margin-top: 40px;
}

.admin-add-question h2 {
    font-size: 1.8rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.admin-form-group {
    margin-bottom: 20px;
}

.admin-form-group label {
    display: block;
    font-size: 1rem;
    color: #cccccc;
    margin-bottom: 8px;
}

.admin-form-group select,
.admin-form-group input,
.admin-form-group textarea {
    width: 100%;
    padding: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #ffffff;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.admin-form-group select:focus,
.admin-form-group input:focus,
.admin-form-group textarea:focus {
    outline: none;
    border-color: #ffb103;
    background: rgba(255, 177, 3, 0.1);
    box-shadow: 0 0 15px rgba(255, 177, 3, 0.2);
}

.admin-form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.admin-form-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cccccc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

.admin-form-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.admin-btn-submit {
    background: linear-gradient(135deg, #ffb103, #ff8c00);
    color: #000000;
}
.admin-btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 177, 3, 0.4);
}

.admin-btn-cancel {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.3);
}
.admin-btn-cancel:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffb103;
}
.avis-eldo{
    text-decoration: none;
}
/* Devis Pop-up */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2000; /* Plus haut que l'overlay du pop-up Contactez-moi (z-index: 1000) */
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lightbox.active {
    display: block;
    opacity: 1;
}

.box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    text-align: center;
    color: #fff;
    width: 90%;
    max-width: 400px;
    opacity: 0;
    transform: translate(-50%, calc(-50% + 30px));
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.lightbox.active .box {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.box h2 {
    font-size: 2rem;
    color: #ffb103;
    margin-bottom: 15px;
}

.box p {
    font-size: 1.2rem;
    color: #cccccc;
    margin-bottom: 20px;
}

.box .devis-btn {
    background: linear-gradient(135deg, #ffb103, #ff8c00);
    color: #000;
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 1rem;
}

.box .devis-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 177, 3, 0.4);
}

.box .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.box .close:hover {
    background: rgba(255, 177, 3, 0.5);
}
/* Section Newsletter */
.newsletter {
    padding: 50px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    margin: 30px auto;
    border: 1px solid rgba(255, 255, 255, 0.15);
    max-width: 600px;
    text-align: center;
}

.newsletter-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.newsletter-header h2 {
    font-size: 2rem;
    color: #ffb103;
    margin-bottom: 15px;
    font-weight: 600;
}

.newsletter-header p {
    font-size: 1.1rem;
    color: #cccccc;
    margin-bottom: 20px;
}

.newsletter-form {
    padding: 20px 0;
}

.newsletter-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.newsletter-form input[type="email"] {
    width: 100%;
    max-width: 300px;
    padding: 12px 15px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 1rem;
}

.newsletter-form input[type="email"]::placeholder {
    color: #999999;
}

.newsletter-form input[type="email"]:focus {
    outline: none;
    border-color: #ffb103;
    background: rgba(255, 177, 3, 0.1);
}

.newsletter-form .cta-button {
    background: linear-gradient(135deg, #ffb103, #ff8c00);
    color: #000000;
    padding: 12px 25px;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-form .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 177, 3, 0.4);
}

.newsletter-note {
    font-size: 0.9rem;
    color: #cccccc;
    margin-top: 15px;
}

.newsletter-note a {
    color: #ffb103;
    text-decoration: underline;
}

.newsletter-note a:hover {
    color: #ff8c00;
}

.newsletter-social {
    padding: 20px 0;
}

.newsletter-social p {
    font-size: 1.1rem;
    color: #cccccc;
    margin-bottom: 15px;
}
/* Admin Newsletter Section */
.admin-newsletter {
    padding: 50px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    margin: 30px auto;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    max-width: 1000px;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.admin-newsletter.visible {
    opacity: 1;
    transform: translateY(0);
}

.newsletter-container h2 {
    font-size: 2.8rem;
    color: #ffb103;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
}

.newsletter-container h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #ffb103, #ff8c00);
}

.admin-newsletter-controls h3 {
    font-size: 1.8rem;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
}

#sendNewsletterForm {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 600px;
    margin: 0 auto 40px;
}

#newsletterSubject,
#newsletterContent,
#newsletterImage {
    width: 100%;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #ffffff;
    font-size: 1rem;
    transition: all 0.3s ease;
}

#newsletterContent {
    resize: vertical;
    min-height: 150px;
}

#newsletterImage {
    padding: 10px;
    cursor: pointer;
}

#newsletterSubject:focus,
#newsletterContent:focus,
#newsletterImage:focus {
    outline: none;
    border-color: #ffb103;
    background: rgba(255, 177, 3, 0.1);
    box-shadow: 0 0 15px rgba(255, 177, 3, 0.2);
}

#newsletterSubject::placeholder,
#newsletterContent::placeholder {
    color: #999999;
}

#sendNewsletterForm .cta-button {
    background: linear-gradient(135deg, #ffb103, #ff8c00);
    color: #000000;
    padding: 12px 25px;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

#sendNewsletterForm .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 177, 3, 0.4);
}

#sendNewsletterForm .cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

#sendNewsletterForm .cta-button:hover::before {
    left: 100%;
}

#subscribersList {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
    color: #cccccc;
    font-size: 1rem;
    line-height: 1.6;
    max-height: 300px;
    overflow-y: auto;
}

.subscribers-table {
    width: 100%;
    border-collapse: collapse;
}

.subscribers-table th,
.subscribers-table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.subscribers-table th {
    font-weight: 600;
    color: #ffb103;
}

.subscribers-table td {
    color: #cccccc;
}


.social-links {
    margin: 0 auto;
}

.social-links td {
    padding: 0 10px;
}

.social-links img {
    width: 40px;
    transition: transform 0.3s ease;
}

.social-links a:hover img {
    transform: scale(1.1);
}

/* Media Queries du bloc <style> - MODIFIÉ */
@media (max-width: 768px) {
    /* Side Banner (bandeau latéral) est déjà masqué par votre CSS existant */
    .side-banner {
        display: none !important;
    }

    /* Les ajustements pour la hero section sont déjà DANS LE BLOC HERO SECTION CSS */

    .qui-somme-nous h2 {
        font-size: 2.2rem;
    }

    .qui-somme-nous iframe {
        height: 300px;
    }

    .presentation_produit h2 {
        font-size: 2.2rem;
    }

    .garantie {
        flex-direction: column;
        text-align: center;
    }
    .garantie .conteneur3 {
        text-align: center;
    }
    .garantie p {
        text-align: center;
        width: 100%;
    }

    .garantie h2 {
        font-size: 2rem;
    }

    .faq-title {
        font-size: 2.5rem;
    }

    .faq-container {
        padding: 40px 15px;
    }

    .faq-question {
        padding: 20px;
        font-size: 1rem;
    }

    .faq-answer-content {
        padding: 0 20px 25px 20px;
    }

    .faq-stats {
        gap: 20px;
    }

    .btn-group {
        flex-direction: column;
        align-items: center;
    }

    .btn {
        width: 100%;
        max-width: 300px;
    }

    .logo-eldo .widget-001 {
        width: 100px;
        height: 100px;
        bottom: 10px;
        left: 10px;
    }

    .product img {
        height: 200px;
    }

    .product button {
        padding: 5px 10px;
        font-size: 0.7rem;
    }

    .admin-faq-container {
        padding: 20px;
        margin: 30px 15px;
    }

    .admin-faq-header h1 {
        font-size: 2.2rem;
    }

    .admin-faq-header p {
        font-size: 1rem;
    }

    .admin-faq-item {
        padding: 15px;
    }

    .admin-faq-question {
        font-size: 1rem;
    }

    .admin-btn {
        padding: 8px 15px;
        font-size: 0.8rem;
    }

    .admin-add-question {
        padding: 20px;
    }

    .admin-add-question h2 {
        font-size: 1.5rem;
    }

    .delete-btn, .repondre-btn, .save-reponse-btn {
        padding: 8px 15px;
        font-size: 0.8rem;
    }

    .reponse-input {
        padding: 10px 15px;
        font-size: 0.9rem;
    }
    .admin-newsletter {
        padding: 30px 15px;
        margin: 20px 10px;
    }

    .newsletter-container h2 {
        font-size: 2.2rem;
    }

    .admin-newsletter-controls h3 {
        font-size: 1.5rem;
    }

    #sendNewsletterForm {
        max-width: 100%;
    }

    #newsletterSubject,
    #newsletterContent,
    #newsletterImage {
        font-size: 0.9rem;
        padding: 10px 12px;
    }

    #sendNewsletterForm .cta-button {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    #subscribersList {
        padding: 15px;
        font-size: 0.9rem;
    }

    .subscribers-table th,
    .subscribers-table td {
        padding: 8px;
    }
}

@media (max-width: 480px) {
    /* Side Banner (bandeau latéral) est déjà masqué par votre CSS existant */
    .side-banner {
        display: none !important;
    }

    /* Les ajustements pour la hero section sont déjà DANS LE BLOC HERO SECTION CSS */

    .qui-somme-nous iframe {
        height: 200px;
    }

    .presentation_produit .container {
        grid-template-columns: 1fr;
    }

    .faq-title {
        font-size: 2rem;
    }

    .faq-question {
        padding: 15px;
    }

    .search-input {
        padding: 15px 20px 15px 45px;
    }

    .product img {
        height: 180px;
    }

    .product button {
        padding: 4px 8px;
        font-size: 0.6rem;
    }

    .admin-faq-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .admin-btn {
        width: 100%;
        text-align: center;
    }

    .admin-form-buttons {
        flex-direction: column;
    }

    .admin-btn-submit,
    .admin-btn-cancel {
        width: 100%;
        max-width: 300px;
    }

    .delete-btn, .repondre-btn, .save-reponse-btn {
        width: 100%;
        text-align: center;
        padding: 8px 12px;
        font-size: 0.8rem;
    }

    .reponse-input {
        padding: 8px 12px;
        font-size: 0.8rem;
    }
    .devis-popup {
        padding: 20px;
        max-width: 300px;
    }

    .devis-popup h2 {
        font-size: 1.5rem;
    }

    .devis-popup p {
        font-size: 1rem;
    }

    .devis-btn, .devis-close-btn {
        padding: 8px 15px;
        font-size: 0.9rem;
    }
    .newsletter-container h2 {
        font-size: 1.8rem;
    }

    .admin-newsletter-controls h3 {
        font-size: 1.3rem;
    }

    #newsletterSubject,
    #newsletterContent,
    #newsletterImage {
        font-size: 0.8rem;
        padding: 8px 10px;
    }

    #sendNewsletterForm .cta-button {
        padding: 8px 15px;
        font-size: 0.8rem;
    }

    #subscribersList {
        padding: 10px;
        font-size: 0.8rem;
    }

    .subscribers-table th,
    .subscribers-table td {
        padding: 6px;
    }
}