
/*------------------ pages Minotor (3,XL,MINI,Maxi) -------------------*/

/* =====================
   Badge
===================== */
.badge-fr, .badge-fr-minotor3-xl {
    width: 170px;
}
.badge-fr img, .badge-fr-minotor3-xl img {
    width: 100%;
    height: auto;
}

/* Positions desktop spécifiques */
.hero-pousseur-xl .badge-fr,
.hero-pousseur3 .badge-fr,
.hero-mini-minotor3 .badge-fr,
.hero-minotor3 .badge-fr,
.hero-minotor3-xl .badge-fr-minotor3-xl,
.hero-maxi-minotor3 .badge-fr {
    position: absolute;
    top: 180px;
    left: 40px;
}

/* =====================
   Content section
===================== */
.content-section {
    margin-left: auto;
    margin-top: 0;
    text-align: left;
}

.hero-pousseur3 .content-section h1 {color: #FFF;font-family: "Bebas Neue";font-size: 104px;font-style: normal;line-height: normal;letter-spacing: 0.8px;}
.hero-pousseur-xl .content-section h1 {color: #FFF;font-family: "Bebas Neue";font-size: 104px;font-style: normal;line-height: normal;letter-spacing: 0.8px;}

.hero-pousseur3 .content-section p { color: #FFF; font-family: 'Lato'; font-size: 31.25px; font-style: normal;font-weight: 400; line-height: 41px; /* 131.2% */ text-transform: uppercase;}
.hero-pousseur-xl .content-section p { color: #FFF; font-family: 'Lato'; font-size: 31.25px; font-style: normal;font-weight: 400; line-height: 41px; /* 131.2% */ text-transform: uppercase;}

/* Marges desktop spécifiques */
.hero-pousseur-xl .content-section   { margin-right: 85px; margin-bottom: 72px; }
/* =====================
      Buttons
   ===================== */
.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.hero-buttons a {
    margin-left: 0;
    margin-top: 10px;
    margin-right: 0;
}

@media (max-width: 1280px) {
}
@media (max-width: 1024px) {

}
@media (max-width: 992px) {
}
@media (max-width: 820px) {

}
@media (max-width: 768px) {

}
@media (max-width: 430px) {
}
@media (max-width: 390px) {

}



    /* =====================
       Responsive
    ===================== */

    /* < 1280px */
    @media (max-width: 1280px) {


        .content-section {
            max-width: 544px;
            margin: 40px 60px 80px auto;
            padding: 0 20px;
        }
        .content-section h1, p {
            text-align: center;
        }
        .right-column-notes p {
            width: 80%;         /* largeur réduite */
            margin: 0 auto 0 0; /* marge auto à gauche, 0 en haut/bas, 0 à droite */
            text-align: left;
        }
    }

    /* < 1024px */
    @media (max-width: 1024px) {
        .hero-mini-minotor3 {
            height: 781px;
            margin: 0;
            padding: 140px 60px;
            flex-direction: column;
            align-items: center;
            justify-content: flex-end;
            text-align: center;
        }
        .hero-mini-minotor3 .badge-fr {
            top: 150px;
            left: 0px;
        }
        .section-3points   {
            margin-top: 0 !important;
        }
        .hero-maxi-minotor3 {
            margin-bottom: 72px;
        }
        .right-column-notes {
            margin-bottom: 0 !important;
        }

        /*.hero-minotor3 .section-3points {*/
        /*    */
        /*}*/

        .badge-fr, .badge-fr-minotor3-xl {
            top: 220px;
            left: 20px;
        }
        .badge-fr img, .badge-fr-minotor3-xl img {
            width: 80%;
        }
        .content-section {
            padding: 0;
            max-width: 90%;
            text-align: center;
        }
        .content-section h1 { font-size: 40px; }
        .content-section p  { font-size: 22px; }
        .hero-buttons { justify-content: center; }

        .battery-block {
            margin-bottom: -35px;
        }

        .right-column-notes{
            margin-bottom: 70px;
        }
    }

    /* < 992px */
    @media (max-width: 992px) {
        .hero {
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 40px 20px;
            height: 781px;
            background-size: cover;
            background-position: center;
        }
        .content-section { padding: 0 20px; text-align: center; }
        .hero-buttons { justify-content: center; }
        .badge-fr, .badge-fr-minotor3-xl {
            position: static;
            margin-bottom: 20px;
            margin-left: 150px;
        }
    }

    @media (max-width: 820px) {
        .badge-fr, .badge-fr-minotor3-xl {
            position: static;
            margin-top: -25px;
            margin-left: 0px;
        }
        .hero-mini-minotor3 {
            height: 533px;
            margin-top: 72px;
        }
        .hero-minotor3 {
            background-size: cover;
            min-height: 700px;
            width: 100%;
            height: auto;
            margin-bottom: 0;
        }

        .logo-nav {
            position: fixed;
            top: 0;
            width: 235px;
        }

        .hero-mini-minotor3 .badge-fr {
            top: 170px;
            left: 0px;
        }
        .hero-mini-minotor3 .section-3points{
            margin-top: 0 !important;
        }
        .battery-block {
            margin-bottom: -35px;
        }

        .right-column-notes{
            margin-bottom: 70px;
        }
    }
    @media (max-width: 768px) {

        .hero-mini-minotor3 .badge-fr {
            top: 120px;
            left: 0px;
        }

        .section-3points{
            margin-top: 0 !important;
        }
        .battery-block {
            margin-bottom: -35px;
        }

        .right-column-notes{
            margin-bottom: 70px;
        }
        /*.product-image img {*/
        /*    max-height: 416px !important;*/
        /*    width: 100% !important;*/
        /*    height: auto !important;*/
        /*    object-fit: contain !important;*/
        /*    display: block !important;*/
        /*}*/
        /*.product-description{*/
        /*    margin-top: 90px  !important;*/
        /*}*/
    }

    /* < 600px */
    @media (max-width: 600px) {
        .content-section {
            max-width: 544px;
            margin: 0 auto;
            padding: 0 20px;
            text-align: center;
        }
        .content-section h1 { font-size: 32px; }
        .content-section p  { font-size: 18px; margin: 0 auto; }
        .badge-fr, .badge-fr-minotor3-xl {
            width: 90px;
            margin: 80px auto 16px auto;
            display: block;
        }
        .hero-buttons {
            flex-direction: column;
            align-items: center;
            margin: 0;
        }
        .hero-buttons a { margin-left: 0; }
        .bouton-minotor-page { max-width: 240px; text-align: center; margin: 0; }
        .ellipse-decoration { display: none; }
    }
    @media (max-width: 430px) {

        .hero-minotor3-xl {
            margin-top: 20px;
            width: 100%;
            display: flex;
            padding-right: 100px;
            color: white;
            box-sizing: border-box;
        }

        .hero-mini-minotor3 {
            width: 100%;
            min-height: 630px; /* ajuste la hauteur souhaitée */
            background-size: cover;
        }

        .hero-minotor3 .badge-fr {
            top: 40px;
            left: 60px;
            width: 100px;
        }

        .hero-minotor3 .content-section h1 {
            font-size: 60px;
            white-space: nowrap;
            text-align: center;
            margin: 0 0 10px 0;
        }

        .hero-maxi-minotor3 .badge-fr {
            top: 65px;
            left: 60px;
            width: 100px;
        }


        .hero-mini-minotor3 .badge-fr {
            top: 30px;
            left: -100px;
            width: 100px;
        }

        .hero-mini-minotor3 .content-section h1 {
            font-size: 60px;
            white-space: nowrap;
            text-align: center;
            margin: 0 0 10px 0;
        }

        .badge-fr, .badge-fr-minotor3-xl {
            position: static;
            margin-top: -25px;
            margin-left: 120px;
        }

        .section-3points {
            margin-top: 0 !important;
        }

        .battery-block {
            margin-bottom: -35px;
        }

        .right-column-notes {
            margin-bottom: 70px;
        }

        .product-description {
            min-width: 500px;
        }

        .main-title {
            width: 89%;
            font-size: 28px;
            margin-bottom: 48px;
            margin-left: 30px;
        }
    }




/*------------------ page pousseur3 et pousseur XL  --------------------*/

.hero-pousseur-xl {
    width: 100%;
    min-height: 100vh;
    height: auto;
    position: relative;
    /*margin: 0 auto;*/
    margin-top: 0;
    margin-bottom: 72px;
    /*background: url('/images/pousseur3/Header-POUSSEUR3-min.jpg') no-repeat center center;*/
    background: url('/images/pousseur3-XL/Pousseur3-XL-header-min.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 100px;
    padding-bottom: 60px;
    color: white;
    box-sizing: border-box;
}



/* =====================
   Badge (commun)
===================== */
.badge-fr {
    position: absolute;
    top: 215px;
    left: 74px;
    width: 170px;
}
.badge-fr img {
    width: 100%;
    height: auto;
}

/* =====================
   Content section
===================== */

.hero-pousseur3 .content-section {
    max-width: 625px;
}

/* =====================
   Buttons
===================== */
.hero-buttons {
    display: flex;
}
.hero-pousseur3 .hero-buttons {
    margin-left: 130px;
}

/* =====================
   Responsive
===================== */

/* < 1280px */
@media (max-width: 1280px) {
    .hero-pousseur {
        margin: 0;
        padding: 0;
        height: 781px;
        background-size: contain;
        background-position: center;
    }
    .content-section {
        max-width: 544px;
        margin: 40px 60px 80px auto;
        padding: 0 20px;
    }
    .badge-fr {
        top: 160px;
        left: 40px;
    }
}

/* < 1024px */
@media (max-width: 1024px) {
    .hero-pousseur {
        height: 781px;
        margin: 0;
        padding: 140px 60px;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        text-align: center;
    }
    .badge-fr {
        top: 220px;
        left: 20px;
    }
    .badge-fr img {
        width: 80%;
    }
    .content-section {
        padding: 0;
        text-align: center;
    }

    .hero-pousseur-xl .badge-fr{
        position: absolute;
        top: 140px;
        left: 10px;
    }
    .hero-pousseur-xl .content-section h1 {
        font-size: 60px;
    }

    .hero-pousseur-xl .content-section p {
        margin-left: 30px;
    }
    .hero-buttons {
        justify-content: center;
    }

    .section-custom iframe {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .right-column-notes {
        text-align: left;
        margin-bottom: 72px;
    }
    .right-column-notes p {
        text-align: left; /* s'assure que les <p> restent alignés à gauche */
        margin: 5px 0;    /* optionnel : espace entre les paragraphes */
    }

}

/* < 992px */
@media (max-width: 992px) {
    .hero-pousseur {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 40px 20px;
        height: 781px;
        background-size: cover;
    }
    .content-section {
        /*margin-left: 276px;*/
        padding: 0 20px;
        text-align: center;
    }
    .content-section h1 {
        margin-left: 25px;
    }
    .content-section p {
        text-align: left;
    }
    .hero-buttons {
        justify-content: center;
    }
    .badge-fr {
        position: static;
        margin-bottom: 20px;
        margin-left: 0;
    }
}

@media (max-width: 820px) {
    .hero-pousseur-xl {
        margin-bottom: 0;
    }
    .section-pousseur-3points {
        margin-top: 0!important;
        margin-bottom: 0!important;
    }
}

@media (max-width: 768px) {

    .content-section {
        margin-top: 130px;
        margin-left: 218px;

    }
    .hero-pousseur-xl .badge-fr {
        position: absolute;
        top: 85px;
        left: 10px;
    }

}

/* < 600px */
@media (max-width: 600px) {
    .content-section {
        text-align: center; /* centre le texte et les titres */
        padding: 0 20px; /* optionnel : ajoute un peu de marge horizontale */
    }

    .content-section h1 {
        margin-left: 30px;
    }

    .hero-pousseur3 .content-section h1 {
        font-size: 60px;
    }


    .hero-pousseur-xl .content-section p, .hero-pousseur3 .content-section p {
        display: block; /* s’assure que le paragraphe est un bloc */
        width: 100%; /* prend toute la largeur disponible */
        text-align: center; /* centre le texte à l’intérieur */
        margin: 10px 15px; /* optionnel : marge verticale */
    }

    .content-section .hero-buttons {
        display: flex;
        flex-direction: column; /* empile les boutons verticalement */
        align-items: center; /* centre les boutons horizontalement */
        gap: 10px;
        margin-left: 40px;
    }

    .content-section .hero-buttons a {
        width: 80%; /* optionnel : ajuste la largeur des boutons */
        max-width: 250px; /* largeur maximale pour éviter qu’ils soient trop larges */
    }

    .badge-fr {
        /*width: 90px;*/
        margin: 60px auto 16px 100px;
        display: block;
    }

    .hero-buttons a {
        margin-left: 0;
    }

    .bouton-minotor-page {
        max-width: 240px;
        text-align: center;
        margin: 0;
    }

    .hero-pousseur-xl .custom-title {
        text-align: center;
    }

    .ellipse-decoration {
        display: none;
    }

    .right-column-notes {
        /*margin-bottom: 60px;*/
    }

    /* Sélectionne le dernier .icons-row et son dernier <a> */
    .icons-container .icons-row:last-child a:last-child {
        transform: scale(0.85); /* réduit la taille à 80% */
    }

    /* Si tu veux réduire aussi l'image à l'intérieur */
    .icons-container .icons-row:last-child a:last-child .icon-circle img {
        width: 80%;
        height: auto;
    }

}
/* Pour les écrans ≤ 430px */
@media screen and (max-width: 430px) {
    .content-section {
        margin-left: 0;
    }
    .hero-pousseur-xl .badge-fr {
        position: absolute;
        top: 110px;
        left: 34px;
    }

    .icons-container .icons-row:last-child a:last-child {
        transform: scale(0.85); /* encore plus petit */
    }

    .icons-container .icons-row:last-child a:last-child .icon-circle img {
        width: 70%;
    }
    .right-column-notes {
        margin-bottom: 72px !important;
    }
}

@media screen and (max-width: 390px) {

    .icons-container .icons-row {
        transform: scale(0.9); /* encore plus petit */
    }

    .icons-container .icons-row .icon-circle img {
        width: 70%;
    }
    .icons-container .icons-row:last-child a:last-child {
        transform: scale(0.85); /* encore plus petit */
    }

    .icons-container .icons-row:last-child a:last-child .icon-circle img {
        width: 70%;
    }

    .main-title {
        width: 73%;
        font-size: 28px;
        margin-bottom: 48px;
        margin-left: 65px;
    }

}


/*------------------- CSS Page commun -------------------*/

/* Section 2 */
.section-3points {
    background-color: #fff;
    margin-bottom: 72px;
    margin-top: 72px;
}

.section-3points .container {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    padding: 0;
}

.section-3points .feature {
    text-align: center;
    width: 307px;
    height: 351px;
    box-sizing: border-box;
    padding: 10px;
}

.section-3points .feature img {
    width: 267px;
    height: 262px;
    object-fit: contain;
    border-radius: 0 !important;
    padding: 10px;
    box-shadow: none;
    margin-bottom: 20px;
}

.section-3points .feature p {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}

.section-3points .feature strong {
    font-weight: 600;
}

/* -------- PETITS ÉCRANS -------- */
@media screen and (max-width: 1023px) {
    .section-3points .container {
        flex-direction: column;
        align-items: center;
    }

    .section-3points .feature {
        width: 100%;
        max-width: 320px; /* ou autre largeur souhaitée */
    }

    .section-3points .feature img {
        width: 100%;
        height: auto;
    }
}

/*css propre aux pages pousseur pour la section-3points*/
.section-pousseur-3points {
    background-color: #fff;
    margin-bottom: 72px;
    margin-top: 72px;
}

.section-pousseur-3points .container {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    padding: 0;
}

.section-pousseur-3points .feature {
    text-align: center;
    width: 307px;
    box-sizing: border-box;
    padding: 10px;
}

.section-pousseur-3points .ellipse-container {
    width: 267px;
    height: 267px;
    border-radius: 50%;
    border: 6px solid #EDEFF7;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
}

.section-pousseur-3points .image-container img {
    width: 180px;
    height: auto;
    object-fit: contain;
    padding: 0;
    margin: 0;
}

.section-pousseur-3points .feature p {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}

.section-pousseur-3points .feature strong {
    font-weight: 600;
}

/* -------- PETITS ÉCRANS -------- */
@media screen and (max-width: 1023px) {
    .section-pousseur-3points .container {
        flex-direction: column;
        align-items: center;
    }

    .section-pousseur-3points .feature {
        width: 100%;
        max-width: 320px;
    }

    .section-pousseur-3points .ellipse-container {
        width: 200px;
        height: 200px;
    }

    .section-pousseur-3points .image-container img {
        width: 140px;
    }
}


/* Section 3 */
.section-custom {
    width: 100%;
    max-width: 100vw;
    padding: 80px 120px;
    background-color: #FFF5FA;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.section-custom h2 {
    color:  #C81372;
    /* h2 */
    font-family: "Bebas Neue";
    font-size: 48.83px;
    font-style: normal;
    /*font-weight: 700;*/
    line-height: 63px; /* 129.019% */
}

/* Ellipse générique */
.ellipse-decoration {
    border-radius: 50%;
    position: absolute;
    z-index: 0;
}

/* Ellipse bas gauche */
.ellipse-bottom-left {
    width: 428px;
    height: 428px;
    left: -178px;
    bottom: -22px;
    border: 16px solid #F6D1E4;
    background-color: transparent;
}

/* Ellipse haut droite */
.ellipse-top-right {
    width: 255px;
    height: 255px;
    right: -59px;
    top: -48px;
    border: 16px solid #F6D1E4;
    background-color: transparent;
}

@media screen and (max-width: 1280px) {
    .section-custom .ellipse-decoration {
        display: none !important;
    }

    .section-custom {
        padding: 40px 20px; /* optionnel : réduire les paddings sur petit écran */
        text-align: center;
    }

    .section-custom h2,
    .section-custom p,
    .section-custom iframe,
    .section-custom .bouton-minotor-page {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

/* Section custom 2 */
.section-custom-2 {
    width: 100%;
    max-width: 100vw;
    padding: 80px 120px;
    background-color: #FFF5FA;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.section-custom-2 h2 {
    color:  #C81372;
    /* h2 */
    font-family: "Bebas Neue";
    font-size: 48.83px;
    font-style: normal;
    /*font-weight: 700;*/
    line-height: 63px; /* 129.019% */
}
.section-custom-2 .essai{
    text-align: center;
    color: #000;
    font-family: 'Lato';
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 128% */
}

.uppercase-highlight {
    text-transform: uppercase;
    font-weight: bold;
}

/* Ellipse générique */
.section-custom-2 .ellipse-decoration {
    border-radius: 50%;
    position: absolute;
    z-index: 0;
}

/* Ellipse bas gauche */
.section-custom-2 .ellipse-top-left {
    width: 255px;
    height: 255px;
    left: 180px;
    top: -135px;
    border: 16px solid #F6D1E4;
    background-color: transparent;
}
.section-custom-2 .ellipse-bottom-left {
    width: 255px;
    height: 255px;
    left: -55px;
    bottom: -39px;
    border: 16px solid #F6D1E4;
    background-color: transparent;
}

/* Ellipse haut droite */
.section-custom-2 .ellipse-top-right {
    width: 255px;
    height: 255px;
    right: -42px;
    top: -128px;
    border: 16px solid #F6D1E4;
    background-color: transparent;
}
.section-custom-2 .ellipse-bottom-right {
    width: 255px;
    height: 255px;
    right: 196px;
    bottom: -43px;
    border: 16px solid #F6D1E4;
    background-color: transparent;
}

/* Réduction des ellipses sur les écrans ≤ 1280px */
@media screen and (max-width: 1280px) {
    .section-custom-2 .ellipse-decoration {
        width: 150px !important;
        height: 150px !important;
        border-width: 10px !important;
    }

    .section-custom-2 .ellipse-top-left {
        left: 80px;
        top: -80px;
    }

    .section-custom-2 .ellipse-bottom-left {
        left: -40px;
        bottom: -30px;
    }

    .section-custom-2 .ellipse-top-right {
        right: -30px;
        top: -80px;
    }

    .section-custom-2 .ellipse-bottom-right {
        right: 120px;
        bottom: -30px;
    }
}

/* Suppression complète des ellipses sous 1024px */
@media screen and (max-width: 1024px) {
    .section-custom-2.ellipse-decoration {
        display: none !important;
    }

    .section-custom-2 {
        padding: 60px 20px;
        text-align: center; /* centre le texte à l’intérieur */
        align-items: center; /* centre les éléments en flex */
    }

    .section-custom-2 h2,
    .section-custom-2 .essai {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .section-custom-2 .bouton-minotor-page {
        display: inline-block;
        margin: 20px auto 0 auto; /* centre le bouton horizontalement */
    }
}
@media screen and (max-width: 767px) {
    .section-custom-2 {
        padding: 40px 15px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section-custom-2 h2,
    .section-custom-2 .essai {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .section-custom-2 .bouton-minotor-page {
        display: inline-block;
        margin: 20px auto 0 auto;
    }
}

/* Section custom 3 */
.section-custom-3 {
    width: 100%;
    max-width: 100vw;
    height: 683px;
    padding: 0 262px;
    box-sizing: border-box;
    background-color: #fff;
    margin: 72px auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.section-custom-3-container {
    width: 1396px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* TITRE */
.section-custom-3-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 48.83px;
    /*font-weight: 700;*/
    line-height: 63px;
    margin: 0;
}

.title-grey {
    color: #99A1A5;
}

.title-pink {
    color: #C81372;
}

/* COLONNES */
.section-custom-3-columns {
    display: flex;
    gap: 120px;
}

.left-column .line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #000;
    gap: 24px;
    padding-bottom: 24px;
}

.left-column .line:not(:first-child) {
    padding-top: 24px;
}

.left-column .line:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.line  {
    font-weight: normal;
}

.caractéristiques-label{
    width: 308px;
    height: 24px;
    color:  #000;
    /* p */
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}

.line {
    font-weight: bold;
}

.caractéristiques-value{
    width: 292px;
    height: 24px;
    color: #000;
    /* p */
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

/* COLONNE DROITE */
.right-column {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 616px;
    align-self: stretch;
}

.battery-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.battery-title {
    color: #C81372;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.battery-sub {
    margin: 0;
    color: #C81372;
    /* p */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.right-column-notes {
    margin-top: 12px; /* Ajuste selon ton besoin */
    font-family: 'Lato', sans-serif;
    font-size: 12.8px;
    font-weight: 400;
    color: #000000;
    max-width: 600px;
    padding: 8px 12px;
}

.right-column-notes p {
    margin: 0 0 8px 0;
    line-height: 1.3;
    font-size: 15px;
}

.right-column-notes p:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
    .section-custom-3 {
        padding-left: 0;
        padding-right: 0;
    }

    .section-custom-3-container {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media screen and (max-width: 1279px) {
    .section-custom-3 {
        flex-direction: column;
        height: auto; /* supprimer la hauteur fixe */
        padding: 40px 20px;
        align-items: center;
    }

    .section-custom-3-container {
        width: 100%;
        padding: 0;
    }

    .section-custom-3-columns {
        flex-direction: column;
        gap: 40px;
    }

    .left-column,
    .right-column {
        width: 100%;
    }

    .right-column-notes {
        max-width: 100%;
    }

    .section-custom-3-title {
        text-align: center;
        font-size: 36px;
        line-height: 48px;
    }
}

@media screen and (max-width: 768px) {
    .section-custom-3 {
        padding: 30px 16px;
    }

    .section-custom-3-title {
        font-size: 30px;
        line-height: 40px;
    }

    .caractéristiques-label,
    .caractéristiques-value {
        font-size: 14px;
        line-height: 20px;
    }

    .battery-title {
        font-size: 16px;
    }

    .battery-sub {
        font-size: 14px;
    }

    .right-column-notes {
        font-size: 12px;
    }
}

/* Section custom 4 */
.section-custom-4 {
    width: 100%;
    height: auto;
    background:  #C81372;
    padding: 80px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.section-custom-4 .container {
    width: 1680px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-custom-4 h2 {
    font-family: "Bebas Neue";
    font-size: 48.83px;
    /*font-weight: 700;*/
    line-height: 63px;
    color: #FFF;
    padding: 0 20px;
    margin: 0;
    align-self: center;
    border-radius: 4px;
    text-transform: uppercase;
    /*margin-top: 80px;*/
    /*margin-bottom: 48px;*/
}

.spacer-48 {
    height: 48px;
    width: 100%;
}

.icons-container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}

.icons-row {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.frame {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    border-radius: 120px;
    border: 2px solid #FFF;
    padding: 0 32px 0 16px;
    height: 71px;
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
    box-sizing: border-box;
    background-color: transparent;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: center;
    max-width: 100%;
    overflow-wrap: break-word;
}

.icon-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 71px;
    height: 71px;
    min-width: 48px;
    min-height: 48px;
    border-radius: 50%;
    background: #FFF;
    border: 2px solid #FFF;
    margin-left: -16px;
}

.icon-circle img {
    width: 53px;
    height: 49px;
    object-fit: contain;
}

/* Section custom 5 */
.section-custom-5 {
    position: relative;
    width: 100vw;
    height: 1002px;
    background: #FFF5FA;
    overflow: hidden;
    margin: 0 auto;
}

.container-custom-5 {
    position: relative;
    width: 100%;
    height: 100%;
    font-family: 'Lato', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 70px 0;
    box-sizing: border-box;
}

.custom-title {
    position: absolute;
    top: 72px;
    color: #C81372;
    font-family: "Bebas Neue", sans-serif;
    font-size: 48.83px;
    /*font-weight: 700;*/
    line-height: 63px;
    text-align: center;
    min-width: 690px;
    left: auto;
    right: auto;
}

.custom-image {
    position: absolute;
    top: 143px;
    left: 297px;
    right: 404px;
    bottom: 241px;
    width: calc(100% - 297px - 404px);
    height: calc(100% - 143px - 241px);
    object-fit: contain;
}

.custom-text {
    position: absolute;
    top: 853px;
    left: 263px;
    right: 262px;
    bottom: 149px;
    color: #C81372;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
}

#custom-5-button {
    position: absolute;
    top: 877px;
    left: 251.5px;
    right: 250.5px;
    bottom: 72px;
}

.ellipse {
    position: absolute;
    z-index: 0;
    background-color: transparent;
    border-radius: 50%;
    border: 16px solid #F6D1E4;
}

/* Ellipse haut gauche */
.ellipse-haut-gauche {
    width: 371px;
    height: 371px;
    top: 84px;
    left: -123px;
}

/* Ellipse bas gauche */
.ellipse-bas-gauche {
    width: 255px;
    height: 255px;
    bottom: -102px;
    left: 163px;
}

/* Ellipse haut droite */
.ellipse-haut-droit {
    width: 255px;
    height: 255px;
    top: 128px;
    right: -65px;
}

/* Ellipse bas droite */
.ellipse-bas-droit {
    width: 387px;
    height: 387px;
    bottom: -155px;
    right: 96px;
}

.image-container-hotspots {
    position: absolute;
    top: 143px;
    left: 297px;
    right: 404px;
    bottom: 241px;
    width: calc(100% - 297px - 404px);
    height: calc(100% - 143px - 241px);
}

.image-container-hotspots .custom-image {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: 100% !important;
}

/* Styles pour les hotspots */
.hotspot {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: transparent;
    /*background: rgba(255, 0, 0, 0.5); !* temporaire pour repérer les zones *!*/
    /*border-radius: 50%;*/
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
    position: absolute;
}

/*pour placer les hotspots*/
/*.schema-pousseur3 .hotspot {*/
/*    background: rgba(255, 0, 0, 0.5);*/
/*    border: 2px solid red;*/
/*}*/


@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(200, 19, 114, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(200, 19, 114, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(200, 19, 114, 0);
    }
}

.tooltip.top {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tooltip.bottom {
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tooltip.left {
    right: 100%;
    top: 50%;
    transform: translateY(-50%) translateX(-10px);
    margin-right: 10px;
    padding-left: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tooltip.right {
    left: 100%;
    top: 50%;
    transform: translateY(-50%) translateX(10px);
    margin-left: 10px;
    padding-left: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Animation d'apparition au niveau du hotspot */
.hotspot:hover .tooltip.top {
    transform: translateX(-50%) translateY(0);
}

.hotspot:hover .tooltip.bottom {
    transform: translateX(-50%) translateY(0);
}

.hotspot:hover .tooltip.left {
    transform: translateY(-50%) translateX(0);
}

.hotspot:hover .tooltip.right {
    transform: translateY(-50%) translateX(0);
}

/* Tooltip styles */
.tooltip {
    position: absolute;
    background: white;
    border: 2px solid #C81372;
    border-radius: 8px;
    padding: 15px 20px;
    min-width: 200px;
    max-width: 300px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 20;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
}

.tooltip::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

/* Flèche vers le bas (tooltip au-dessus du hotspot) */
.tooltip.top::after {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px 8px 0 8px;
    border-color: #C81372 transparent transparent transparent;
}

/* Flèche vers le haut (tooltip en-dessous du hotspot) */
.tooltip.bottom::after {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #C81372 transparent;
}

/* Flèche vers la droite (tooltip à gauche du hotspot) */
.tooltip.left::after {
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #C81372;
}

/* Flèche vers la gauche (tooltip à droite du hotspot) */
.tooltip.right::after {
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    border-width: 8px 8px 8px 0;
    border-color: transparent #C81372 transparent transparent;
}

.hotspot:hover .tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.tooltip-title {
    font-weight: 600;
    color: #C81372;
    margin-bottom: 5px;
    font-size: 18px;
}

.tooltip-description {
    font-weight: 400;
    color: #666;
    font-size: 17px;
}

/* Positionnement des hotspots - basé sur l'image fournie */
.hotspot-1 { top: 28%; left: 13%; }
.hotspot-2 { top: 51%; left: 13%; }
.hotspot-3 { top: 45%; left: 45%; }
.hotspot-4 { top: 70%; left: 50%; }
.hotspot-5 { top: 61%; left: 64%; }
.hotspot-6 { top: 20%; left: 79%; }


.schema-pousseur3 .hotspot-1 {top: 23%; left: 13%;}
.schema-pousseur3 .hotspot-2 {top: 46%; left: 14%;}
.schema-pousseur3 .hotspot-3 {top: 71%;left: 27%;}
.schema-pousseur3 .hotspot-3-bis {top: 33%; left: 59%;}
.schema-pousseur3 .hotspot-4 {top: 71%; left: 57%;}
.schema-pousseur3 .hotspot-5 {top: 47%; left: 70%;}
.schema-pousseur3 .hotspot-6 {top: 15%; left: 81%;}

/* Masquer ellipses en dessous de 1280px */
@media (max-width: 1280px) {
    .ellipse {
        display: none;
    }
}


/* Responsive - sous 1280px on supprime position absolute et centre tout */
@media (max-width: 1280px) {
    .image-container-hotspots {
        position: relative;
        width: 90%;
        max-width: 600px;
        aspect-ratio: 1920 / 1002; /* ratio de ton image */
        top: -45px;
        left: -26px;
        margin: 20px auto;
        /*overflow: hidden;*/
    }

    .image-container-hotspots .hotspot {
        position: absolute;
        transform: translate(-50%, -50%);
        /*background: rgba(255, 0, 0, 0.5); border: 2px solid red;*/
    }

    .hotspot-1 { top: 44%; left: 14%; }
    .hotspot-2 { top: 68%; left: 15%; }
    .hotspot-3 { top: 60%; left: 46%; }
    .hotspot-4 { top: 85%; left: 52%; }
    .hotspot-5 { top: 76%; left: 66%; }
    .hotspot-6 { top: 36%; left: 80%; }

    .schema-pousseur3 .hotspot-1 {top: 38%; left: 14%;}
    .schema-pousseur3 .hotspot-2 {top: 62%; left: 15%;}
    .schema-pousseur3 .hotspot-3 {top: 86%;left: 28%;}
    .schema-pousseur3 .hotspot-3-bis {top: 49%; left: 61%;}
    .schema-pousseur3 .hotspot-4 {top: 86%; left: 59%;}
    .schema-pousseur3 .hotspot-5 {top: 63%; left: 72%;}
    .schema-pousseur3 .hotspot-6 {top: 31%; left: 83%;}

    .image-container-hotspots .custom-image {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        object-fit: contain;
        transform: translate(-50%, -50%);
    }

    .section-custom-5 {
        width: 100%;
        height: auto;
        padding: 40px 20px 80px;
        min-height: unset;
    }

    .container-custom-5 {
        height: auto;
        padding: 0;
    }

    .custom-title,
    .custom-text,
    #custom-5-button {
        position: static !important;
        width: 100%;
        max-width: 720px;
        margin: 20px auto 0;
        text-align: center;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        transform: none !important;
    }

    .custom-title {
        font-size: 36px;
        line-height: 44px;
    }

    .custom-text {
        font-size: 20px;
        line-height: 28px;
        text-transform: uppercase;
        font-weight: 600;
        margin-top: 40px;
    }

    #custom-5-button {
        margin-top: 40px;
        max-width: 300px;
    }

    .custom-image {
        position: static !important;
        width: 80%;
        max-width: 600px;
        height: auto;
        margin: 40px auto 0;
        object-fit: contain;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        transform: none !important;
    }
}



/* Plus petit écran (< 600px) */
@media (max-width: 600px) {
    .custom-title {
        font-size: 28px;
        line-height: 36px;
        text-align: left;
        margin-left: 40px;
    }

    .custom-text {
        font-size: 16px;
        line-height: 24px;
        margin-top: 30px;
    }

    .custom-image {
        width: 90%;
        max-width: 400px;
        margin-top: 30px;
    }

    #custom-5-button {
        max-width: 90%;
        margin-top: 30px;
    }
}

/* Section 6 */
.section-custom-6 {
    width: 100%;
    min-height: auto; /* plus souple */
    background: #FFF;
    display: flex;
    justify-content: center;
    font-family: 'Lato', sans-serif;
    padding: 160px 0 80px 0; /* permet au titre d’avoir de la place */
    box-sizing: border-box;
}

.container-custom-6 {
    max-width: 1395px;
    min-height: auto;
    position: relative;
}

.main-title {
    color: #C81372;
    text-align: center;
    /* h4 */
    font-family: Lato;
    font-size: 31.25px;
    font-style: normal;
    /*font-weight: 600;*/
    line-height: 41px;
    text-transform: uppercase;
}

.products-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
}

.product-block {
    flex: 1 1 calc(33.33% - 32px); /* 3 blocs avec gap de 48px */
    max-width: 437px;
    min-width: 300px;
    padding: 0 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-title {
    padding: 15px 0 17.19px 0;
    background: #CA1172;
    color: #FEF8FE;
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.product-image{
    width: 100%;
    height: 326px;
    margin-bottom: 24px;
}

.product-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    margin: 28px 0 24px 0;
    color: #7C6F6D;
    text-align: center;
    font-family: Lato;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.5px;
}

.icons-container {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 16px;
    margin-top: auto;
}

.icon-block {
    display: flex;
    height: 213px;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
    background: #EDEFF7;
}

.icon {
    width: 119px;
    height: 119px;
    flex-shrink: 0;
    background: #C81372;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-text {
    min-width: 166px;
    height: 46px;
    color: #CE0F77;
    text-align: center;
    font-family: 'Lato', Sans-Serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.86px;
    text-transform: uppercase;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

@media (max-width: 1280px) {
    .product-block {
        flex: 1 1 calc(48% - 24px);
        max-width: 437px;
        margin-bottom: 40px;
    }
}

@media (max-width: 1024px) {
    .main-title {
        margin-bottom: 48px;
    }

    .product-block {
        flex: 1 1 100%;
        max-width: 400px;
        width: 100%;
    }

    .section-custom-6 {
        padding-top: 80px;
    }
}

/* Section image/texte alternée */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #333;
}

.sections-container {
    width: 100%;
}

.section {
    display: flex;
    width: 100vw;
    margin: 0 auto;
}

.text-content,
.image-content {
    width: 960px;
}

/* Alternance : sections paires inversées */
.section:nth-child(even) {
    flex-direction: row-reverse;
}

.text-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px;
    background-color: #fff;
}

.text-content h2 {
    /* h5 */
    color: #C81372;
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 128% */
    text-transform: uppercase;
}

.text-content p {
    color: #000;
    /* p */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.image-content {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.image-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Style pour sections avec fond gris clair (optionnel) */
.section:nth-child(even) .text-content {
    background-color: #f8f9fa;
}

/* Responsive Design */
@media screen and (max-width: 1280px) {
    .section {
        width: 100%; /* prend toute la largeur dispo */
        max-width: 1280px; /* limite max */
    }

    .text-content,
    .image-content {
        width: 50%; /* moitié moitié côte à côte */
        height: auto; /* adapte la hauteur */
    }
}

@media screen and (min-width: 1025px) {
    .section {
        height: 480px; /* tu peux garder une hauteur fixe ici */
    }

    .text-content,
    .image-content {
        height: 480px;
    }

    .image-content img {
        object-fit: cover; /* pour recouvrir toute la zone */
        width: 100%;
        height: 100%;
        display: block;
    }

    .text-content h2 {
        font-size: 2rem; /* ou 32px */
        line-height: 1.3;
    }
    .text-content p {
        font-size: 1.6rem; /* ou 18px */
        line-height: 1.6;
    }
}

@media screen and (max-width: 1024px) {
    .section,
    .section:nth-child(even) {
        flex-direction: column !important;
        width: 100%;
        height: auto;
    }

    .image-content {
        width: 100%; /* prennent toute la largeur */
        height: auto; /* hauteur adaptative */
    }

    .image-content img {
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
    }

    .text-content {
        width: 100%;
        padding: 40px 20px;
        text-align: center;
    }


}

@media (max-width: 768px) {
    .section,
    .section:nth-child(even) {
        flex-direction: column !important;
        min-height: auto;
    }

    .text-content,
    .image-content {
        width: 100%;
    }

    .text-content {
        padding: 50px 30px;
        text-align: center;
    }

    .text-content h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .text-content p {
        font-size: 1.8rem;
        max-width: none;
    }
}

@media (max-width: 480px) {
    .text-content {
        padding: 40px 20px;
    }

    .text-content h2 {
        font-size: 1.8rem;
        letter-spacing: 1px;
    }
}

/* Animation au scroll (optionnelle) */
.section {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
    width: 100%;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.section:nth-child(1) { animation-delay: 0.1s; }
.section:nth-child(2) { animation-delay: 0.2s; }
.section:nth-child(3) { animation-delay: 0.3s; }
.section:nth-child(4) { animation-delay: 0.4s; }
.section:nth-child(5) { animation-delay: 0.5s; }
.section:nth-child(6) { animation-delay: 0.6s; }


/*------------------- Page minotor et page pousseur-------------------*/

.products-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    max-width: 1800px;
}

.product-block {
    /*flex: 1 1 calc(33.33% - 32px); !* 3 blocs avec gap de 48px *!*/
    flex: 1 1 calc(25% - 36px); /* 4 blocs avec un gap */
    max-width: 437px;
    min-width: 300px;
    padding: 0 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-title {
    padding: 15px 0 17.19px 0;
    background: #CA1172;
    color: #FEF8FE;
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.product-image {
    width: 100%;
    height: 326px;
    margin-bottom: 24px;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    margin: 10px 0 24px 0;
    color: #7C6F6D;
    text-align: center;
    font-family: Lato;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.5px;
}

.icons-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 16px;
    margin-top: auto;
}

.icon-block {
    display: flex;
    min-width: 169px;
    height: 213px;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
    background: #EDEFF7;
}

.icon {
    width: 119px;
    height: 119px;
    flex-shrink: 0;
    background: #C81372;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}


.bouton-minotor-page-gamme{
    margin-top: 32px;
    margin-bottom: 32px;
    display: flex;
    width: 156.27px;
    height: 48.59px;
    padding: 13px 19.08px 13.59px 20px;
    justify-content: center;
    align-items: center;

    background-color: #ce0f77;
    font-weight: 400;
    border:#ce0f77 1px solid;
    color: #ffffff;
    border-radius: 45px;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transition: all 0.7s
}
@media (max-width: 1280px) {
    .product-block {
        flex: 1 1 calc(33.33% - 32px); /* 3 blocs sur une ligne */
    }

    .icon-block {
        min-width: 159px; /* plus petit pour rentrer côte à côte */
        height: auto;
    }

    .icon {
        width: 100px;
        height: 100px;
    }

    .icon-text {
        font-size: 14px;
        text-align: center;
    }
}

@media (max-width: 1024px) {
    .product-block {
        flex: 1 1 calc(50% - 32px); /* 2 blocs par ligne */
    }

    .icons-container {
        flex-wrap: wrap; /* pour que les icônes passent à la ligne */
    }

    .icon-block {
        width: 45%; /* ou calc(50% - 8px); */
        margin-bottom: 12px;
    }
}

@media (max-width: 768px) {
    .product-block {
        flex: 1 1 100%; /* 1 bloc par ligne */
        max-width: 100%;
    }

    .icon-block {
        width: 100%; /* une icône par ligne si besoin */
    }

    .product-image {
        width: 100%;
        height: 600px;
        margin-bottom: 24px;
    }

    .product-description {
        font-size: 18px;
    }

    .bouton-minotor-page-gamme {
        width: 100%;
        max-width: 200px;
    }
}
