    .categories-offres{ 
    display:flex; 
    gap:20px; 
    flex-wrap:wrap; 
    align-items:flex-start; 
    max-width:100%;
    border-radius:5px;
    /*background-color: purple;*/
    padding-bottom:20px;
    background: -webkit-linear-gradient(360deg, #d500ff,#000000);/* Chrome 10-25, Safari 5.1-6 */                          
    background: linear-gradient(360deg, #d500ff,#000000);/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */                                             
    }
    .video-left{
    flex:1; 
    min-width:320px;  
    text-align:center;    
    }
    .titre{
    margin-bottom:10px; 
    text-align: left;
    font-size:1.4rem; 
    color:white;    
    }
    .teaser{
    margin-bottom:10px; 
    text-align: center;
    font-size:1.4rem; 
    color:white;    
    }
    .video-controls{
    max-width:600px; 
    border-radius:10px;
    border-style:solid;
    border-color:Black;
    border-width:1px;
    cursor:pointer;
    margin-left: 30px;
    }
    .bouton-complet,
    .bouton-teaser,
    .bouton-abonne {
    cursor: pointer;
    }   
    .video-right{
    flex:1; 
    min-width:300px; 
    margin-top: 30px;
    color:white    
    }
    .bouton-abonne{
    display:inline-block;
    padding:10px 15px;
    background:#f5068c;
    color:#fff;
    border-radius:6px;
    text-decoration:none;    
    }
    .bouton-complet{
    display:inline-block;
    padding:10px 15px;
    background:#4caf50;
    color:#fff;
    border-radius:6px;
    text-decoration:none;    
    }
    

    .tarifs{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    justify-content:center;
    margin-top:30px;
    }
    
    .bloc1{
    flex:1;
    min-width:250px;
    max-width:300px;
    background:#111;
    color:#fff;
    border:3px solid #f5068c;
    border-radius:12px;
    padding:20px;
    text-align:center;
    }
    .formule1{
    color:#f5068c;
    font-size:2rem;
    }
    .prix1{
    font-size:2rem;
    font-weight:bold;
    margin:15px 0;
    color:#fff;
    background:#f5068c;
    padding:10px;
    border-radius:8px;
    }
    .bouton1{
    display:inline-block;
    margin-top:65px;
    padding:10px 20px;
    background:#f5068c;
    color:#fff;
    border-radius:6px;
    text-decoration:none;
    }
    .btn-caddie1 {
        display:none;
    }
    
    .bloc2{
    flex:1;
    min-width:250px;
    max-width:300px;
    background:#111;
    color:#fff;
    border:3px solid #4caf50;
    border-radius:12px;
    padding:20px;
    text-align:center;
    }    
    .formule2{
    color:#4caf50;
    font-size:2rem;
    }    
    .prix2{
    font-size:2rem;
    font-weight:bold;
    margin:15px 0;
    color:#fff;
    background:#4caf50;
    padding:10px;
    border-radius:8px;
    }    
    .bouton2{
    display:inline-block;
    margin-top:45px;
    padding:10px 20px;
    background:#4caf50;
    color:#fff;
    border-radius:6px;
    text-decoration:none;
    }  
    .btn-caddie2 {
        display:none;
    }

    
    .bloc3{
    flex:1;
    min-width:250px;
    max-width:300px;
    background:#111;
    color:#fff;
    border:3px solid gold;
    border-radius:12px;
    padding:20px;
    text-align:center;
    }
    .formule3{
    color:gold;
    font-size:2rem;
    }
    .prix3{
    font-size:2rem;
    font-weight:bold;
    margin:15px 0;
    color:#111;
    background:gold;
    padding:10px;
    border-radius:8px;
    }
    .bouton3{
    display:inline-block;
    margin-top:5px;
    padding:10px 20px;
    background:gold;
    color:#111;
    font-weight:bold;
    border-radius:6px;
    text-decoration:none;
    }
    .btn-caddie3 {
        display:none;
    }

    .pricing-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 40px 0;
    }

    .pricing-card {
    flex: 1 1 280px;
    max-width: 320px;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
    }
    .pricing-card:hover {
    transform: translateY(-6px);
    }
    .bloc-video{
    width:60%; 
    margin-left:20%;
    }
    .textepromo {
        position: relative;
        width: 80%;
        padding: 5%;
        color: #fff;
        margin-left: 5px;
    }
    
    .textepromo::before {
        content: "";
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background-color: #8317A6;
        opacity: 0.2;
        z-index: 0;
    }
    
    .textepromo p {
        position: relative;
        z-index: 1;
    }
@media (max-width: 768px) {
    .titre{
    font-size:1.2rem;
    text-align:center;
    }
    .video-controls{
    width: 90%; 
    margin-left:0px;
    }
    .video-right{
    max-width:90%;
    margin-left:5%;
    margin-top: -20px;
    }
    .bloc-video{
    width:80%; 
    margin-left:10%;
    }
    .textepromo {
        width: 80%;
        margin-left: 5%;
    }
    .tempsvideos{
        font-size :0.8rem;
    }

    .formulegratuit, .formule1, .formule2, .formule3{
        font-size: 1rem;   /* texte plus petit pour mobile */
        text-align: left;
        float:left;
    }
    .prix1, .prix2, .prix3 {
        background:none;
        text-align: right;
        margin-top: -3px;
        font-size: 1.8rem;
        padding: 8px;
        color:white;

    }
    .dureeformule{
        display:none;
    }
    /* Conteneur pour aligner texte + bouton caddie */
    .info-row {
        display: flex;
        justify-content: space-between; /* texte à gauche, bouton à droite */
        align-items: center;           /* alignement vertical du texte et du bouton */
    }
    /* Cacher le bouton classique */
    .bouton1, .bouton2, .bouton3 {
        display: none;
    }
    
    /* Texte info */
    .infoformule1 {
        text-align:left;
        font-size: 0.8rem;
        margin: 0;                     /* enlever marges par défaut */
        line-height: 1.2;
    }
    

    
    .infoformule2 {
        margin-top:-10px;
        text-align:left;
        font-size: 0.8rem;
        margin: 0;                     /* enlever marges par défaut */
        line-height: 1.2;
    }
    
    /* Texte info */
    .infoformule3 {
        margin-top:-10px;
        text-align:left;
        font-size: 0.8rem;
        margin: 0;                     /* enlever marges par défaut */
        line-height: 1.2;
    }
    .btn-caddiegratuit,
    .btn-caddie1,
    .btn-caddie2,
    .btn-caddie3 {
        display: flex;                 /* Flex pour centrer */
        justify-content: center;       /* Centre horizontalement */
        align-items: center;           /* Centre verticalement */
        background: #f5068c;           /* fond rose */
        color: #fff;                   /* icône blanche */
        width: 50px;                   /* diamètre du bouton */
        height: 50px;                  /* idem hauteur = largeur */
        border-radius: 50%;            /* bouton rond */
        text-decoration: none;
        transition: background 0.3s ease, transform 0.2s ease; /* animation douce */
    }
    
    .btn-caddiegratuit svg,
    .btn-caddie1 svg,
    .btn-caddie2 svg,
    .btn-caddie3 svg {
        width: 25px;   /* taille du caddie */
        height: 25px;
        fill: #fff;    /* couleur blanche */
    }
    
    /* Effet au survol */
    .btn-caddiegratut:hover,
    .btn-caddie1:hover,
    .btn-caddie2:hover,
    .btn-caddie3:hover {
        background: #d9046c;  /* un rose plus foncé */
        transform: scale(1.1); /* léger zoom */
    }

}