.homeBanner { background-color: #F8F5F1; overflow: hidden; }
#homeBannerCarousel { position: relative; width: 100%; }

/* Conteneur d'un slide */
.blockHomeBannerContainer {
    display: flex;
    align-items: center;
    min-height: 450px;
    padding: 60px 0;
}

.blockHomeBannerTitle {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 5vw, 50px);
    line-height: 1.2;
    color: #000;
    margin-bottom: 20px;
}

.blockHomeBannerContent {
    font-weight: 500;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.4;
    margin-bottom: 30px;
}

.banner-img-container img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* Contrôles */
#homeBannerCarousel .carousel-control-prev, 
#homeBannerCarousel .carousel-control-next {
    width: 5%;
    z-index: 10;
}

#homeBannerCarousel .carousel-control-prev-icon, 
#homeBannerCarousel .carousel-control-next-icon {
    background-color: rgba(0,0,0,0.1);
    border-radius: 50%;
    padding: 20px;
    background-size: 50%;
}

/* Responsive */
@media (max-width: 992px) {
    .blockHomeBannerContainer { 
        flex-direction: column-reverse; /* Image en haut ou en bas selon préférence */
        text-align: center;
        min-height: auto;
        padding: 40px 20px;
    }
    
    #homeBannerCarousel .carousel-control-prev, 
    #homeBannerCarousel .carousel-control-next { display: none; } /* On cache les flèches sur mobile pour les dots */
}

/* Empêcher l'image de déborder et la centrer */
.banner-img {
    max-height: 400px; /* Taille max sur desktop */
    width: auto;
    object-fit: contain;
}

@media (max-width: 991px) {
    .banner-img {
        max-height: 250px; /* Taille réduite sur mobile */
        margin-bottom: 20px;
    }
    
    /* On masque les flèches sur mobile pour laisser la place aux indicateurs (points) */
    #homeBannerCarousel .carousel-control-prev,
    #homeBannerCarousel .carousel-control-next {
        display: none;
    }
    
    .blockHomeBannerTitle {
        margin-top: 10px;
    }
}

/* Correction des flèches sur Desktop pour qu'elles ne flottent pas au milieu */
@media (min-width: 992px) {
    #homeBannerCarousel .carousel-control-prev { left: -1% !important; }
    #homeBannerCarousel .carousel-control-next { right: 1% !important; }
    #homeBannerCarousel .carousel-control-next-icon {background-color: rgba(0,0,0,0.0);}
    #homeBannerCarousel .carousel-control-prev-icon {background-color: rgba(0,0,0,0.0);}
}

/* Style du bouton Orange (si non défini) */
.btn-orange {
    background-color: #FF7900;
    color: #fff;
    border: none;
    transition: transform 0.2s;
}
.btn-orange:hover {
    background-color: #e66d00;
    color: #fff;
    transform: translateY(-2px);
}
  /* End style banner */

  /* style domain search */
.domainSearchInput{
    width: 100%;
    max-width: 955px;
    height: 50px;
    padding: 30px 40px;
    border: 2px solid #000;
    box-sizing: border-box;
}
.mySearchBtn{
    width: 250px;
    height: 60px;
    padding: 16px 20px; 
    border: none;        
    /* background-color: #FF7900; */
    /* color: #fff;           */
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    opacity: 1;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}


/* Section family */
.section-bg {
    background-color: #E4DCD1;
    padding: 40px 20px;
}

.nav-pills .nav-link {
    border: 1px solid #333;
    color: #050404;
    border-radius: 50px;
    margin: 0 5px;
    padding: 10px 25px;
    background-color: #FFFFFF;
}

.nav-pills .nav-link.active {
    background-color: #000;
    color: #fff;
}

.card {
    border: none;
    border-radius: 15px;
    padding: 20px;
}

.btn-outline-dark {
    border-color: #000;
    border-radius: 0;
}

.text-orange {
    color: #FF7900;
}

.familyGroup h2 {
    font-size: clamp(24px, 6vw, 40px);
    color: #000000;
}

.familyGroup p {
    font-size: clamp(12px, 4vw, 16px);
    color: #000000;
}

.familyGrouptabHeader {
    text-align: center;
    width: 100%;
    height: 70px;
    padding: 10px 20px;
    background-color: #E4DCD1;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    gap: 10px;
}


.familyGrouptabHeader .nav-link {
display: flex;
justify-content: center; 
align-items: center;      
text-align: center;
}
@media (max-width: 768px) {
    .familyGrouptabHeader {
        height: 60px;
        padding: 8px 16px;
        border-radius: 100px;
    }
}

@media (max-width: 480px) {
    .familyGrouptabHeader {
        height: 50px;
        padding: 6px 12px;
        border-radius: 80px;
    }
}


.familyGrouptabHeader {
display: flex !important;           
justify-content: center !important; 
align-items: center;               
gap: 10px;                          
width: auto;                        
}

.familyGrouptabHeader {
display: inline-flex;      
justify-content: center;    
align-items: center;        
gap: 10px;                  
padding: 10px 20px;
background-color: #E4DCD1;
border-radius: 200px;
box-sizing: border-box;
}

.familyGrouptabHeader{
background-color: #E4DCD1;
border-radius: 200px;
padding: 10px 20px;
}

/* wrapper scroll */
.tabs-scroll-wrapper{
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}

/* cacher scrollbar */
.tabs-scroll-wrapper::-webkit-scrollbar{
display:none;
}

.familyGrouptabHeader .nav-link{
white-space: nowrap;
}



/* Permet aux onglets de défiler horizontalement sur petit écran au lieu de s'empiler */
.tabs-scroll-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    scrollbar-width: none; /* Cache la scrollbar sur Firefox */
}
.tabs-scroll-wrapper::-webkit-scrollbar {
    display: none; /* Cache la scrollbar sur Chrome/Safari */
}

.familyGrouptabHeader {
    flex-wrap: nowrap !important; /* Force l'alignement horizontal */
}

/* Uniformisation des cartes */
.familyGroup .card {
    transition: transform 0.3s ease, shadow 0.3s ease;
    border: none;
    border-radius: 12px;
}

.familyGroup .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

/* Ajustements Mobile */
@media (max-width: 768px) {
    .familyGroup h2 {
        font-size: 1.5rem;
    }
    
    /* On force toutes les colonnes à 100% sur mobile */
    .col-md-6, .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Ajustement des boutons pour qu'ils ne soient pas trop larges */
    .btn-outline-dark {
        width: 100% !important;
        max-width: none !important;
    }

    /* Position de l'image sur mobile */
    .mt-1.d-flex.justify-content-end img {
        width: 120px !important;
    }
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
/* En section family */

/* section Article */
/* Style général pour le conteneur */
.section-container {
    padding: 20px;
    font-family: Arial, sans-serif;
    background-color: #F8F5F1;
}

/* Titres */
.main-title { font-size: 2.5rem; font-weight: bold; margin-bottom: 10px; margin-top: 30px; }
.highlight { color: #ff8c00; } /* Couleur orange */
.sub-title { color: #333; margin-bottom: 40px; }

/* Disposition Flex */
.content-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* Image à gauche */
.image-side { flex: 1; }
.image-side img { width: 100%; border-radius: 8px; }

/* Colonne de droite */
.text-side { flex: 1; }
.article-block { margin-bottom: 40px; }
.article-title { font-size: 1.4rem; font-weight: bold; margin-bottom: 10px; }
.article-text { color: #555; line-height: 1.6; margin-bottom: 10px; }

/* Lien "Lire plus" */
.read-more {
    color: #ff8c00;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
}
/* .read-more::after { content: ' >'; } */

/* Ligne de séparation */
.divider { border-top: 1px solid #ddd; margin: 30px 0; }

/* Responsive */
@media (max-width: 768px) {
    .content-wrapper { flex-direction: column; }
}
/* End Section article */

/* secion djigo */
.cta-section {
    background-color: #000; 
    color: #fff;
    padding: 38px 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    margin: 20px auto;
    font-family: sans-serif;
}

.cta-text {
    font-size: 1.8rem;
    font-weight: bold;
    color: #ff8c00; /* Couleur orange du texte */
    margin: 0;
}

.cta-button {
    background-color: #ff8c00; /* Fond orange */
    color: #000;
    padding: 15px 25px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
}

/* Responsive : empile sur mobile */
@media (max-width: 600px) {
    .cta-section {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

/* En secton djigo */

/* Section partner */
.partners-section {
    padding: 50px 20px;
    background-color: #fff;
    text-align: center;
}

.partners-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.logo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.logo-container img {
    max-height: 50px;
    width: auto;
    transition: opacity 0.3s;
}

/* --- ADAPTATION MOBILE --- */
@media (max-width: 768px) {
    .partners-title {
        font-size: 1.5rem; /* Titre plus petit pour mobile */
        margin-bottom: 25px;
    }

    .logo-container { 
        gap: 30px; 
        flex-wrap: nowrap;       /* Force l'alignement sur une ligne */
        justify-content: flex-start; /* Aligne au début pour permettre le scroll */
        overflow-x: auto;        /* Active le défilement horizontal */
        padding: 10px 20px 20px; /* Espace pour le confort visuel */
        
        /* Supprime la barre de défilement visuelle tout en gardant la fonction */
        scrollbar-width: none; 
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch; /* Scroll "élastique" sur iOS */
    }

    /* Cache la scrollbar sur Chrome/Safari */
    .logo-container::-webkit-scrollbar {
        display: none;
    }

    .partner-logo {
        flex: 0 0 auto; /* Empêche les logos de rétrécir */
    }

    .logo-container img { 
        max-height: 35px; /* Hauteur ajustée pour mobile */
    }
}

/* End section djigo */

/* section FAQ */

:root {
    --orange-orange: #ff7900;
}
.faq-header {
text-align: center;
margin-bottom: 40px;
}

.faq-header h2 {
font-weight: 800;
font-size: 2.5rem;
text-transform: uppercase;
letter-spacing: 1px;
}

.faq-header p {
color: #000;
font-size: 1.1rem;
}

/* Structure de l'accordéon */
.faq-item {
    border-bottom: 1px solid #e0e0e0;
}

.faq-question {
    width: 100%;
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    outline: none;
    transition: 0.3s;
}

.question-text {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.question-number {
    margin-right: 25px;
    min-width: 20px;
}

.faq-icon {
    color: var(--orange-orange);
    font-size: 28px;
    font-weight: 300;
    margin-left: 20px;
    line-height: 1;
}

/* Panel de réponse avec animation */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: #fff;
}

.answer-content {
    padding: 0 0 25px 45px; /* Aligné avec le début du texte de la question */
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    max-width: 80%;
}

/* État actif */
.faq-item.active .faq-answer {
    max-height: 200px; /* Ajuster selon le contenu */
}
.faq-answer{
max-height:0;
overflow:hidden;
transition:max-height 0.3s ease;
}

.faq-item.active .faq-answer{
max-height:200px;
}
.breadcrumb {
    font-size: 0.9rem;
}

.breadcrumb-item a {
    text-decoration: none;
    color: #333;
}

/* Onglets style Pilule */
.nav-pills-custom .nav-link {
    border: 2px solid #ccc;
    border-radius: 50px;
    color: #000;
    padding: 8px 30px;
    margin: 0 5px;
    font-weight: bold;
}

.nav-pills-custom .nav-link.active {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

/* Cartes de prix */
.pricing-card {
    border: 1px solid #ddd;
    
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
    padding: 20px;
    height: 100%;
    position: relative;
}

.pricing-card.featured {
    border: 2px solid #FF7900;
}

.badge-best-seller {
    background-color: #FF7900;
    color: white;
    position: absolute;
    top: -37px;
    left: -2px;
    right: 0;
    margin: auto;
    padding: 2px 10px;
    font-weight: bold;
    width: 401px;

border-top-left-radius: 12px;
border-top-right-radius: 12px;
}

.pack-title {
    color: #ff8c00;
    font-weight: bold;
    font-size: 1.8rem;
}

.tag {
    border-radius: 20px;
    padding: 2px 12px;
    font-size: 0.8rem;
    font-weight: bold;
    display: inline-block;
}

.tag-green {
    background-color: #7bed9f;
    color: #2d3436;
}

.tag-blue {
    background-color: #70a1ff;
    color: #fff;
}

.price-text {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 20px 0;
}

.features-list {
    list-style: none;
    padding: 0;
    font-size: 0.85rem;
    line-height: 1.4;
}

.features-list li::before {
    content: " ";
}

.btn-custom {
    border-radius: 0;
    font-weight: bold;
    padding: 10px;
    width: 100%;
}

.btn-orange {
    background-color: #ff8c00;
    color: #fff;
    border: none;
}

.btn-outline-dark {
    border: 2px solid #000;
}
.pricing-card {
border: 2px solid transparent; /* bordure transparente */
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);

/* Fond + dégradé sur la bordure uniquement */
background: linear-gradient(white, white) padding-box, 
            linear-gradient(to top, #FF7900, rgb(227,226,226)) border-box;
}

.badge-best-seller {
display: block;
width: 101%;
padding: 8px 0; /* Ajuste verticalement */
color: #fff;
font-size: 1.15rem;
font-weight: 700;
text-align: center; /* Pour centrer le texte */
margin-bottom: 10px;
}

.product-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-features li {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0px;
    font-size: 15px;
}

.product-features i {
    width: 20px;
    text-align: center;
    color: #010101;
    font-size: 16px;
}
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #000;
    background-color: #fff;
    line-height: 1.4;
}
body {
margin: 0;
padding: 0;
}

/* Fil d'Ariane */
.breadcrumb {
    font-size: 14px;
    font-weight: bold;
}

/* Conteneur des blocs principaux */
.main-row {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

/* Bloc Prix */
.price-box {
    flex: 1;
    background-color: #f9f6f2;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    /* Dégradé sur la bordure uniquement */
    border: 3px solid transparent; /* bordure transparente pour le dégradé */
   
    /* Fond + dégradé sur la bordure */
    background: 
        linear-gradient(#f9f6f2, #f9f6f2) padding-box, /* fond à l'intérieur */
        linear-gradient(to top, #FF7900, rgb(227,226,226)) border-box; /* dégradé sur la bordure */
}
.price-box h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 800;
}

.price-box .pack-title {
    color: #ff7900;
    font-size: 38px;
    font-weight: 800;
    margin: 5px 0 15px 0;
}

.price-box p {
    font-size: 16px;
    margin-bottom: 40px;
}

.price-amount {
    font-size: 4.25rem;
    font-weight: 800;
}

.price-unit {
    font-size: 28px;
    font-weight: 800;
}

/* Bloc Caractéristiques */
.features-box {
    flex: 1;
    border: 2px solid #000;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.features-box h3 {
    font-size: 26px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 20px;
}

.pdt-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    font-size: 17px;
}

.pdt-features-list li {
    margin-bottom: 4px;
}

.pdt-features-list li::before {
    color: #000;
    content: "* ";
            left: 0;
            top: 0;
}
.pdt-feature-list b, .feature-list strong {
    font-weight: 800;
}

.sub-text {
    display: block;
    margin-top: -2px;
}
.buy-button {
    background-color: #ff7900;
    color: #000;
    border: none;
    padding: 15px;
    font-size: 18px;
    font-weight: 800;
    width: 100%;
    cursor: pointer;
    margin-top: auto;
}

/* Bloc Description */
.description-box {
    background-color: #f9f6f2;
    padding: 40px;
}

.description-box h3 {
    font-size: 26px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 25px;
}

.description-box p {
    font-size: 17px;
    margin-bottom: 25px;
}

:root {
    --orange-orange: #ff7900;
}
/* Container de base */
.faq-header {
    text-align: center;
    margin-bottom: 30px;
}

/* Titre adaptable : min 24px, max 32px */
.blockFaqTitle {
    font-size: clamp(24px, 5vw, 32px);
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.blockFaqDescription {
    font-size: clamp(16px, 3vw, 18px);
    color: #000;
}

/* Éléments de la FAQ */
.faq-question {
    width: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    outline: none;
}

.question-text {
    display: flex;
    align-items: flex-start; /* Aligné en haut si le texte fait 2 lignes */
    font-size: clamp(15px, 4vw, 18px);
    font-weight: 700;
    line-height: 1.3;
}

.question-number {
    margin-right: 15px;
    color: #0a0a0a; /* Votre couleur orange */
}

/* Animation de l'icône */
.faq-icon {
    font-size: 24px;
    transition: transform 0.3s ease;
    color: #FF7900;
}



/* Réponse dynamique */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0, 1, 0, 1); /* Animation plus fluide */
}

.faq-item.active .faq-answer {
    max-height: 1000px; /* Valeur haute pour ne jamais couper le texte */
}

.answer-content {
    padding: 0 10px 20px 35px; /* Padding réduit pour mobile */
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

/* Ajustements Mobile (< 768px) */
@media (max-width: 768px) {
    .faq-header { margin-bottom: 20px; }
    .question-number { margin-right: 10px; }
    .answer-content { 
        padding-left: 0; /* On retire l'indentation sur mobile pour gagner de la place */
        max-width: 100%; 
    }
}

.hero-banner {
    background-color: #f5f0eb;
    padding: 40px 0;
    overflow: hidden;
    margin-top: -39px; /* au lieu de top */
}

    .hero-banner .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        /* Espace de sécurité entre texte et image */
    }

    .hero-text {
        flex: 0 0 50%;
        /* Le texte prend exactement 50% de la largeur */
    }

    .hero-image {
        flex: 0 0 50%;
        /* L'image prend le reste */
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    #banner-image {
        max-width: 100%;
        /* S'assure que l'image ne dépasse pas ses 50% d'espace */
        height: auto;
        object-fit: contain;
        /* Garde les proportions entières de l'image */
        display: block;
    }
    
    .breadcrumb a {
    text-decoration: none;
}


.hero-banner2 {
    background-color: #f5f0eb;
    /* Beige de la capture */
    padding: 60px 0;
    overflow: hidden;
    /* Empêche l'image de créer un scroll horizontal */
}

.hero-banner2 .container {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    /* Espace de sécurité entre texte et image */
}

.hero-text {
    flex: 0 0 50%;
    /* Le texte prend exactement 50% de la largeur */
}

.hero-image {
    flex: 0 0 50%;
    /* L'image prend le reste */
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#banner-image {
    max-width: 100%;
    /* S'assure que l'image ne dépasse pas ses 50% d'espace */
    height: auto;
    object-fit: contain;
    /* Garde les proportions entières de l'image */
    display: block;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Responsive pour tablettes et mobiles */
@media (max-width: 992px) {
    .hero-banner2 {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
    }

    .hero-image {
        justify-content: center;
        margin-top: 50px;
    }

    .hero-text h1 {
        font-size: 2.05rem;
    }
}

.features-group{
    margin-left: 0;
    padding-left: 0;
}
    .why-acronis-section {
        padding: 50px 20px;
        font-family: sans-serif;
        max-width: 1000px;
        margin: auto;
    }

    .why-title {
        font-size: 2.2rem;
        font-weight: 800;
        color: #000;
        margin-bottom: 30px;
    }

 

    .feature-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 25px;
        gap: 15px;
    }

    /* Reproduction du cercle orange avec le check */
    .check-icon {
        width: 24px;
        height: 24px;
        border: 2px solid #ff8c00; /* Orange */
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        margin-top: 2px;
        position: relative;
    }

    .check-icon::after {
        content: '';
        width: 6px;
        height: 11px;
        border: solid #ff8c00;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        margin-top: -2px;
    }

    .feature-content {
        font-size: 1.05rem;
        line-height: 1.5;
        color: #000;
    }
  
    .feature-content strong {
        font-weight: 800;
    }

    

/* shimmer partner */
    @keyframes shimmer {
        0%   { background-position: -400px 0; }
        100% { background-position:  400px 0; }
      }
      
      .shimmer-block {
        width: 100px;
        height: 48px;
        border-radius: 8px;
        background: linear-gradient(
          90deg,
          #e2e8f0 25%,
          #f8fafc  50%,
          #e2e8f0 75%
        );
        background-size: 800px 100%;
        animation: shimmer 1.4s infinite linear;
      }
      
      .partner-logo img {
        opacity: 0;
        transition: opacity .35s ease;
      }
      .partner-logo img.loaded {
        opacity: 1;
      }



      /* Article */
      /* Shimmer de base */
@keyframes shimmer {
    0%   { background-position: -600px 0; }
    100% { background-position:  600px 0; }
  }
  .shimmer {
    background: linear-gradient(90deg, #e2e8f0 25%, #f8fafc 50%, #e2e8f0 75%);
    background-size: 1200px 100%;
    animation: shimmer 1.4s infinite linear;
    border-radius: 8px;
  }
  
  /* Image side */
  .image-shimmer {
    width: 100%;
    max-width: 480px;
    height: 500px;
  }
  
  /* Articles */
  .article-shimmer { padding: 12px 0; }
  .shimmer-line    { height: 16px; margin-bottom: 12px; }
  .shimmer-title   { width: 70%; height: 28px; margin-bottom: 14px; }
  .shimmer-text-1  { width: 90%; }
  .shimmer-text-2  { width: 75%; }
  .shimmer-link    { width: 100px; height: 18px; margin-top: 16px; }
  .shimmer-divider { width: 100%; height: 1px; margin: 20px 0; background: #e2e8f0; }
  
  /* Fondu à l'apparition */
  #articleSectionImage { opacity: 0; transition: opacity .35s ease; }
  #articleSectionImage.loaded { opacity: 1; }
  #articlesContainer .article-block { opacity: 0; animation: fadeIn .4s ease forwards; }
  @keyframes fadeIn { to { opacity: 1; } }



  /* Shimmer FAQ header */
.shimmer-faq-title  { width: 40%; height: 36px; margin-bottom: 16px; }
.shimmer-faq-desc-1 { width: 80%; height: 18px; margin-bottom: 10px; }
.shimmer-faq-desc-2 { width: 60%; height: 18px; }

/* Shimmer FAQ items */
.faq-item-shimmer      { padding: 20px 0; border-bottom: 1px solid #e0e0e0; }
.shimmer-faq-question  { width: 75%; height: 22px; }
.shimmer-faq-icon      { width: 24px; height: 24px; border-radius: 50%; margin-left: auto; }
.faq-item-shimmer-row  { display: flex; align-items: center; gap: 16px; }


/* Shimmer tabs */
.shimmer-tab        { width: 100px; height: 38px; border-radius: 20px; }
.shimmer-tab.wide   { width: 130px; }

/* Shimmer cards */
.shimmer-card       { border-radius: 12px; background-color: #F8F5F1; padding: 24px; height: 100%; min-height: 220px; }
.shimmer-card-title { width: 55%; height: 26px; margin-bottom: 16px; }
.shimmer-card-text1 { width: 90%; height: 15px; margin-bottom: 8px; }
.shimmer-card-text2 { width: 70%; height: 15px; margin-bottom: 20px; }
.shimmer-card-price { width: 40%; height: 22px; margin-bottom: 20px; }
.shimmer-card-btn   { width: 160px; height: 44px; border-radius: 8px; }
.shimmer-card-img   { width: 100px; height: 100px; border-radius: 8px; margin-left: auto; margin-top: 16px; }

.shimmer-card {
    border-radius: 12px;
    background-color: #F8F5F1;
    padding: 24px;
    height: 100%;
    min-height: 220px;
    
    /* Configuration du Shimmer */
    position: relative;
    overflow: hidden; /* Important pour ne pas que l'effet dépasse les bords arrondis */
    background-image: linear-gradient(
      90deg,
      rgba(87, 155, 210, 0) 0%,
      rgba(255, 255, 255, 0.6) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite linear;
  }
  
  /* L'animation qui déplace le dégradé */
  @keyframes shimmer {
    0% {
      background-position: -200% 0;
    }
    100% {
      background-position: 200% 0;
    }
  }

  .shimmer-tab {
    height: 38px;
    width: 80px;
    border-radius: 50px;
    background-color: #F8F5F1;
    position: relative;
    overflow: hidden;
    /* Animation de pulsation du fond */
    animation: pulse-bg 2s infinite ease-in-out;
  }
  
  .shimmer-tab.wide {
    width: 120px;
  }



  /* Conteneur de la liste pour s'assurer que rien ne dépasse */
#pills-tab {
    display: flex;
    align-items: center;
  }
  
  /* Base de la pilule shimmer */
  .shimmer-tab {
    height: 38px;       /* Hauteur standard d'un bouton nav-pill */
    width: 80px;        /* Largeur par défaut */
    border-radius: 50px; /* Forme pilule parfaite */
    background-color: #F8F5F1; /* Votre couleur de fond */
    position: relative;
    overflow: hidden;
    border: none;
  }
  
  /* Variante large pour simuler des mots plus longs */
  .shimmer-tab.wide {
    width: 120px;
  }
  
  /* L'effet de balayage (Shimmer) */
  .shimmer-tab::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    animation: shimmer-animation 1.6s infinite;
  }
  
  @keyframes shimmer-animation {
    100% {
      transform: translateX(100%);
    }
  }


.nav-item:nth-child(2) .shimmer-tab::after { animation-delay: 0.2s; }
.nav-item:nth-child(3) .shimmer-tab::after { animation-delay: 0.4s; }
.nav-item:nth-child(4) .shimmer-tab::after { animation-delay: 0.6s; }
  
  /* L'effet de reflet blanc qui passe */
  .shimmer-tab::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.6) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    animation: shimmer-slide 1.6s infinite;
  }
  
  /* --- Les Keyframes --- */
  
  /* 1. Le reflet qui glisse */
  @keyframes shimmer-slide {
    100% {
      transform: translateX(100%);
    }
  }
  
  /* 2. Le fond qui "respire" */
  @keyframes pulse-bg {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.7;
    }
  }