/*************************************
** VARIABLES
*************************************/
:root {
    --background-color-primary: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgb(66, 66, 66) 100%);
    --background-color-secondary: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgb(66, 66, 66) 100%);
    --color-primary: white;
    --color-secondary: black;
    --title-size: calc(2.5rem * 0.9vw);
    --subtitle-size: calc(1.5rem * 0.9vw);
    --text-size: calc(1.125rem * 0.9vw);
}

/*************************************
** GLOBAL STYLES
*************************************/
html, body {
    min-height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: var(--background-color-primary);
    color: var(--color-primary);

    .no-slide {
        background-repeat: no-repeat;
    }
}

body:before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

/* Designing for scroll-bar */
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: #262626;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb {
    background: #fa8045;
    border-radius: 5px;
    cursor: pointer;
}
::-webkit-scrollbar-thumb:hover {
    background: #e76222;
    font-size: 24px;
    letter-spacing: 0.1em;
    margin-top: 30px;
}

/* Changements classes Bootstrap */
.btn-primary {
    background-color: #F4711A;
    border-color: #F4711A;
    color: #fff;
}

.btn-primary:hover {
    background-color: #ff8c3a;
    border-color: #ff8c3a;
    color: #fff;
}

.btn-primary:focus,
.btn-primary.focus {
    background-color: #ff8c3a;
    border-color: #ff8c3a;
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(244, 113, 26, 0.5);
    outline: none;
}

.btn-primary:active,
.btn-primary:focus:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    background-color: #ff7519;
    border-color: #ff7519;
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(244, 113, 26, 0.5);
}




.hidden{
    display: none;
}

p {
    font-size: var(--text-size);
    font-weight: 300;
}

.section {
    overflow: hidden;
}

.section.hide {
    display: none !important;
}

.section-limite {
    padding: 0 5%;
}

/*************************************
** VIDEO BACKGROUND
*************************************/
#video {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    /*background-image: ;*/
    background-position: center center;
    background-size: contain;
    object-fit: cover; /*cover video background */
    z-index: 3;
}

#videoConfigurateur {
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.coverVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
    z-index: 4;
}

.coverVideo .rowCoverVideo {
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5%;
}

.coverVideo .rowCoverVideo .textCoverVideo {
    color: #FFFFFF;
    text-shadow: 2px 2px 4px #000000;
    letter-spacing: 0.5em;
}

.textCoverVideo-ling1 {
    font-size: 70px;
}

.textCoverVideo-ling2 {
    font-size: 25px;
}

.float-right {
    float: right;
}

/*************************************
** BLOCK PAGE
*************************************/
.blockPage,
.blockPageConf {
    display: none;
}

.blockPage.active,
.blockPageConf.active{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);

}

.blockPageConfHome {
    position: absolute!important;
}

.blockPage .rowBlockPage,
.blockPageConf .rowBlockPage {
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px #474747;
}

.blockPage.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);

}

/*************************************
** ALERTS
*************************************/

#alertInscriptionErreur {
    display: none;
}

#alertInscriptionErreur.active {
    display: block;
}

#alertConnexionErreur {
    display: none;
}

#alertConnexionErreur.active {
    display: block;
}

#alertDivresetPassword, #successDivresetPassword {
    display: none;
}

#alertDivresetPassword.active, #successDivresetPassword.active {
    display: block;
}

.honeypot-field {
    position: absolute !important;
    left: -99999px !important;
    top: -99999px !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    display: none !important;
}

/*************************************
** RESET PASSWORD
*************************************/
#resetPasswordForm {
    padding-top: 15px;
}

#resetPasswordForm button {
    float: right;
    margin-top: 10px;
}

#resetPasswordForm.none {
    display: none;
}

/*************************************
** HEADER - NAVBAR
*************************************/
#header {
    position: fixed;
    height: 90px;
    display: block;
    width: 100%;
    background: transparent;
    z-index: 9;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    font-size: var(--text-size);
    /*padding: 20px 0 0 0;*/
    top: 0;
}

#headerNoSlide {
    position: sticky;
    height: 90px;
    display: block;
    width: 100%;
    /*background: #212121;*/
    background: transparent;
    z-index: 9;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    font-size: var(--text-size);
    padding: 20px 0 0 0;
    top: 0;
}

#headerNoSlide .logoHeader, #panier #panierHeader .logoHeader {
    margin-top: -10px;
}

/*************************************
** PIED DE PAGE - FOOTER
*************************************/
#peidPagesInstagram {
    width: 95%;
}

#peidPagesInstagram .logoInstagram {
    height: 60px;
    width: 100%;
}

#peidPagesInstagram .logoInstagram img {
    height: 60px;

}

#peidPagesInstagram .imagesGalerie {
    margin-top: 20px;
}

#peidPagesInstagram .imagesGalerie div {
    width: 16.66666666%;
    padding-bottom: 2px;
    padding-right: 1px;
    padding-left: 1px;
    border: none;
    margin: auto;
    color: #FFFFFF;
}

#peidPagesInstagram .imagesGalerie div:hover {
    color: #fa8045;
}

#peidPagesInstagram .imagesGalerie div a .imageVideo {
    position: absolute;
    height: calc(100vh / 3);
    width: 16.66666666%;
    margin-top: calc(-100vh / 3);
    margin-left: -10px;
}

#peidPagesInstagram .imagesGalerie div a .imageVideo i {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 64px;
    height: 64px;
    margin-top: 100px;

}

#peidPagesInstagram .imagesGalerie div a .imageCarousel {
    position: absolute;
    height: calc(100vh / 3);
    width: 16.66666666%;
    margin-top: calc(-100vh / 3);
    margin-left: -10px;
}

#peidPagesInstagram .imagesGalerie div a .imageCarousel i {
    display: block;
    margin-left: 10%;
    width: 54px;
    height: 54px;
}

#peidPagesInstagram .imagesGalerie div a {
    width: 100%;
    height: 100%;
    border: none;
}

#peidPagesInstagram .imagesGalerie div a img {
    width: 100%;
    height: calc(100vh / 3);
    margin: auto;
    display: block;
    border: none;
}

#peidPagesImg {
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 440px);
    background: url('../../assets/images/peid-img.jpg') no-repeat;
    background-size: 100% 100%;
}

#peidPages {
    position: absolute;

    width: 100%;
    max-width: 100%;
    height: 440px;
    background-color: #000000;
    color: #FFFFFF;
}

#peidPages h3 {
    text-align: left;
    padding-top: 50px;
    padding-bottom: 20px;
    letter-spacing: 0.1rem;
    color: #aaaaaa;
    font-size: 24px;
}

#peidPages .linkPiedDePage, #peidPages span {
    display: inline-block;
    text-decoration: none;
    text-align: left;
    width: 100%;
    padding-left: 20px;
    letter-spacing: 0.05rem;
    font-size: var(--text-size);
    color: #878787;
    font-weight: 500;
}

#peidPages .piedReseauxSociaux {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}

#peidPages .piedReseauxSociaux a {
    padding-bottom: 10px;
    color: #878787;
}

#peidPages .piedLogo {
    margin-top: 50px;
    margin-bottom: 20px;
}

#peidPages .linkPiedDePage:hover, #peidPages .piedReseauxSociaux a:hover {
    color: #f26825;
}

#peidPages .formPiedPage {
    padding-left: 20px;
}

#peidPages .inputPiedPage {
    float: left;
    width: 50%;
    margin-top: 10px;
}

#peidPages .btnPiedPage {
    float: left;
    margin-top: 10px;
}

#peidPages .piedOpinionLoversMessage {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #048d2f;
    text-align: left;
    padding-left: 20px;
}

#peidPages .piedOpinionLoversDes {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #878787;
    text-align: left;
    padding-left: 20px;
}

#modalOpinionLovers {
    position: absolute;
}

#sousPiedPage {
    width: 100%;
    max-width: 100%;
    height: 40px;
    background-color: #000000;
    text-align: center;
}

#sousPiedPage span, #sousPiedPage span a {
    letter-spacing: 0.05rem;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #878787;
    text-align: center;

}

#sousPiedPage span a:hover {
    color: #dcdcdc;
}


/*************************************
** ICONES MENU
*************************************/
.sideClose {
    display: none !important;
}

.montreSlideMonCompte {
    top: 10px;
}

.js-monCompte-toggle.menu-toggle.active, .pannierSlideMoncompte.active, .montreSlideMonCompte.active, .js-menuLangue-toggle.menu-toggle.active {
    display: inline-flex;
}

.logoHeader {
    height: 70px;
    width: 150px;
    margin: 10px 0 0 0;
}

.sideLogo {
    margin-top: -40px;
    margin-bottom: 10px;
    width: 140px;
    height: 100px;
}

.choiceLangue {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
    /*padding-left: 90px;*/
}

.reseauxSociaux {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #212121;
    left: 0;
    margin: unset;
}

.reseauxSociaux a {
    color: #FFFFFF;
    padding-bottom: 10px;
}

.reseauxSociaux a:hover, .menuSlide a:hover {
    color: #8f8f8f;
}

.menuSlide {
    margin-left: -10px;
    padding-top: 20px;
}

.menuSlide a, .menuSlide span {
    color: #FFFFFF;
    font-size: 20px;
}

.menuSlide a i {
    font-size: 20px;
}

.menuSlide a:hover i {
    color: #f26825;
}

/*************************************
** FORM MENU
*************************************/
.menuSlide form {
    padding-top: 15px;
}

.menuSlide form button {
    float: right;
    margin-top: 10px;
}


.montreSlide {
    color: #8f8f8f;
    text-decoration: none;
    display: inline-block;
    position: relative;
    left: -60px;
}

.montreSlide img{
    width: 120%;
    max-width: 120%;
}

.montreSlide .montreIco {
    width: 30px;
    height: 30px;
    fill: #8f8f8f;
    z-index: 1;
    font-size: 20px;
}

.montreSlide:hover .montreIco {
    fill: #FFFFFF;
}

.montreSlide .montreSlideDown {
    color: #242424;
}

.montreSlide:hover.montreSlideDown .montreIco {
    fill: #000000;
}




/*************************************
** AUTRE - MISC
*************************************/

.marginHeader {
    margin-top: 120px;
}

.paddingHeader {
    padding-top: 120px;
}

.marginHeader-30 {
    margin-top: 30px;
}

.marginHeader-90 {
    margin-top: 90px;
}

.text-align-right {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.alert-danger-red {
    color: #ff7600;
    background-color: #8a38409e;
    border-color: #b7b7b7;
    text-align: center;
}

.alert-success-green {
    color: #ffffff;
    background-color: #37a04482;
    border-color: #bcbebf;
    text-align: center;
}

.alert-anime {
    transition: all 2s;
    -webkit-transition: 2s all;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.alert-animenoshow {
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    margin-top: -50px;
}

.alert-animenoshow-finish {
    height: 0;

}


.colConfigureOpinion1 {
    padding-right: 3%;
}


/*************************************
** HOME CONFIGURATION - OPINION
*************************************/
.colConfigureOpinion2 hr {
    background-color: white;
    opacity: 1;
    height: 3px;
    border: 0;
}

/*.fp-slides{
    width: 80%;
}*/

.coverImg {
    position: absolute;
    right: 4%;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 4;
}

#slide2Home {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    color: white;
    font-size: 50px;
    text-align: center;
    background-color: rgba(0, 0, 0, 1);
    z-index: 999999;
    transition: opacity 0.5s;
    overflow: auto;
}

.slide2HomeImg {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slide2HomeImg img {
    width: 100%;
    height: auto;
    object-fit: contain;
}


/*************************************
** OPINION BOX
*************************************/

#contenu {
    top: 25%;
}

.opinionBox-btn-t {
    margin: 20px 25% 0 25%;
    letter-spacing: 0.1em;
    line-height: 1.2;

    b {
        font-size: 1.3rem;
    }

    p {
        padding-bottom: 0;
    }
}

.opinionBox-btn-selection-boite {
    margin: 20px 25% 0 25%;
    letter-spacing: 0.1em;
    line-height: 1.2;
    width: 70%;

    b {
        font-size: 1.3rem;
    }

    p {
        padding-bottom: 0;
    }
}


#boite {
    display: block;
    position: relative;
    margin-right: 50%;
    margin-top: 20%;
    width: 60%;
    opacity: 0.8;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

#montre-unique {
    margin-top: -50%;
    margin-left: 60%;
    width: 35%;
    opacity: 0.8;
}

.colOpinionBox2 {
    hr {
        width: 40%;
        background-color: white;
        opacity: 1;
        height: 1px;
        border: 0;
        text-align: left;
    }

    h2 {
        font-size: 2rem;
        letter-spacing: 0.15em;
        font-weight: 450;
        text-align: left;
    }

    .margin-top-box150 {
        margin-top: 150px;
    }

    h1 {
        font-size: 3.2rem;
        letter-spacing: 0.15em;
        font-weight: 495;
        text-align: left;
    }

    .text-titre-p {
        font-size: 5rem;
    }

    .text-stitre-p {
        font-size: 1.8rem;
    }

    .text-parf {
        width: 90%;
        margin-top: 20px;
        font-weight: 450;
    }

    .text-parf-p {
        margin-top: 20px;
        text-align: left;
        font-weight: 450;
    }

    .text-parf-d {
        text-align: left;
        margin-top: 50px;
        font-size: 1rem;
        letter-spacing: 0.3em;
        font-weight: 500;
        color: #d57829;
    }

    .text-parf-wn {
        padding-left: 20px;
    }

    .text-parf-d-active {
        cursor: pointer;
    }

    .text-parf-d i {
        top: 5px;
        display: inline-block;
        position: relative;
    }
}


.btn-panier {
    width: 15%;
}

.btn-unique-retour {
    margin-top: 7%;
    margin-left: 5%;
    position: absolute;
}

.lien-orange {
    color: #F4711A;
    text-decoration: none;

    :hover {
        color: #da5515;
    }
}

.lien-orange.contenu {
    font-size: 1.8rem
}

.bleu_azur {
    background: #1295d8;
}

.bleu_france {
    background: #5368C2;
}

.jaune {
    background: #FAEB37;
}

.orange {
    background: #FF6C2F;
}

.rouge {
    background: #DA291C;
}

.kaki {
    background: #747B4D;
}

.vert {
    background: #00A95C;
}

.blanc {
    background: #FFFFFF;
}

.noir {
    background: #000000;
}

#random {
    background-color: transparent;
    text-decoration: none;
    display: inline-flex; /* changed from inline-block */
    justify-content: center; /* centers horizontally */
    align-items: center; /* centers vertically */
    width: 25px;
    height: 25px;
    /*box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);*/
    padding: 0;
    margin-right: 10px;
    border-radius: 5px;

    transition: box-shadow 0.5s, transform 0.5s;

    img {
        width: 25px;
        height: 25px;
        display: block;
    }
}

#random:hover {
    /*box-shadow: 3px 3px 6px #222222;*/
    /* Agrandit l'image au survol et la tourne à 180 degrés */
    transform: scale(1.5) rotate(360deg);
    /* Tourne l'image de 180 degrés */
    img {
        transform: rotate(720deg);
        transition: transform 0.5s;
    }
}


.startBtnConfigureOpinion .btnConfigureOpinion {
    display: block;
    width: 200px;
}

/*************************************
** CARROUSEL
*************************************/
.slide-fp-tableCell-modif .fp-tableCell {
    height: 100% !important;
    z-index: 1;
}

/*************************************
** BOUTIQUE - SHOP
*************************************/
.pageBoutiqueClass {
    /*height: calc(100vh - 90px);*/
    /*overflow-y: auto;*/
    padding-bottom: 10%;
}

.produitPageColonne {
    position: absolute;
    width: 300px;
    height: 90%;
    top: 100px;
    bottom: 100px;
    margin-left: 17%;
    z-index: 0;
    background-color: #595959;
}

.pageBoutiqueTitre {
    text-align: end;
    padding-right: 13%;

    hr {
        color: white;
        opacity: 1;
        height: 1px;
        border: 0;
        width: 30%;
        float: right;
    }

    z-index: 1;
}

.tableau-produits {
    margin: 0 10% 0 10%;
}

.produitsFiltreFixed {
    width: 16.6666666667%;
    height: auto;
    position: fixed;
    padding: 5px;
}

.produitsFiltreFixed form {
    padding: 10px;
}

.produitsFiltreFixed .btnSearchReset {
    padding: 10px;
    margin-top: -15px;
}

.produitPageCol3 {
    min-width: 310px;
    width: 310px;
    max-width: 310px;
    cursor: pointer;
    letter-spacing: 0.05em;

    :hover {
        text-decoration: none;
        color: white;
    }
}

.produitPageCard {
    min-width: 260px;
    width: 260px;
    max-width: 260px;
    border: unset;
    height: 360px;
    background-color: transparent;
    text-decoration: none;
    color: white;
}

.produitPageCard img {
    width: 100%;
    height: 260px;
    border: 2px gray solid;
}

.produitPageCard .card-body {
    text-align: center;
}

.produitPageCard p {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

.produitPageCard .produitShow {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    height: 0;
    width: 100%;
    top: 260px;
    color: #FFFFFFFF;
    font-size: 0;
    text-align: center;
    display: flex;
    justify-content: center;

    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.produitPageCard:hover img {
    border: 2px #d57829 solid;
}

.produitPageCard .card-title {
    font-size: var(--text-size);
}

.produitPageCard .card-title:hover {
    color: #d57829;
}

.produitPageCard .produitShow i {
    margin-top: 20px;
    display: none;
}

.produitPageCard:hover .produitShow i {
    display: block;
}

.produitPageCard:hover .produitShow {
    height: 50px;
    top: 210px;
    font-size: 16px;
}

/*************************************
** MODAL PRODUIT
*************************************/
.produitModalePage .modal-footer {
    justify-content: unset;
}

.Produit-btn-t {
    letter-spacing: 0.3em;
}

.colProduit2 hr {
    width: 30%;
    background-color: white;
    opacity: 1;
    height: 3px;
    border: 0;
}

.colProduit2 .margin-top-box150 {
    margin-top: 50px;
}

.colProduit2 .text-titre-p {
    font-weight: bold;
}

.colProduit2 .text-parf-p {
    margin-top: 20px;
    text-align: left;
    font-size: 1rem;
    letter-spacing: 0.3em;
    font-weight: 450;
    padding-left: 20px;
    padding-right: 70px;
}

.colProduit2 .text-parf-d {
    text-align: left;
    margin-top: 50px;
    font-size: 1rem;
    letter-spacing: 0.3em;
    font-weight: 500;
    color: #d57829;
}

.colProduit2 .text-parf-d i {
    top: 5px;
    display: inline-block;
    position: relative;

}

.colProduit1 img {
    width: 60%;
    height: auto;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

.colProduit1 .carousel-item img.zoom {
    width: 80%;
}

.colProduit1 .corp-img-product .carousel-item {
    width: 100%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

.colProduit1 .bloc-color-product {
    position: absolute;
    width: 300px;
    height: 80%;
    margin: 0 10%;
    background-color: #595959;
}

.colProduit1 .corp-img-product {
    display: flex;
    position: absolute;
    justify-content: center;
    margin-top: 2.5%;
    width: 40%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

.colProduit1 .corp-img-product.zoom {
    top: 0;
    height: 100%;
}

.colProduit1 .corp-text-product {
    position: absolute;
    bottom: 20px;
    left: 20px;
    letter-spacing: 0.1em;
    text-align: left;
}

.colProduit1 .corp-text-product span {
    font-weight: 450;
}

.colProduit1 .corp-text-product .prixProduitModal .prixProduitModalChange {
    font-weight: 500;
    font-size: 2.5em;
    text-align: center;
}

.colProduit1 .corp-text-product span.prixProduitModal i {
    font-size: 16px;
}

.prixProduitModalsup {
    display: none;
    font-weight: 500;
    font-size: var(--text-size);
}

.prixProduitModalsup i {
    font-size: 16px;
}

.colProduit1 .corp-text-product .corp-btn-product {
    position: absolute;
    bottom: 5px;
    left: 210px;
    width: 100%;
}

.btn-ajpanier-Sup {
    display: none;
}

.containerPageProduit {
    max-width: 100%;
    margin-top: 20%;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: justify;
}

/*************************************
** CARROUSEL MODAL PRODUIT
*************************************/
.slideProduit-fp-tableCell-modif .fp-tableCell {
    height: 100% !important;
    z-index: 1;
}

.colProduit1 .disabled .carousel-control-prev, .colProduit1 .disabled .carousel-control-next, .colProduit1 .disabled .carousel-indicators {
    display: none;
}

.produitModalePage .modal-footer button {
    background-color: #f26825;
    transition: all 0.5s;
    -webkit-transition: 0.5s all;
}

.produitModalePage .carousel-indicators [data-bs-target] {
    background-color: #fa8045;
}

.produitModalePage .modal-footer button:hover {
    background-color: #505050;
}

.produitModalePage .carousel-indicators.zoom {
    display: none;
}


/*************************************
** GALERIE - GALLERY
*************************************/
#galerie #imageStart div {
    width: 33.33333333333333%;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border: none;
}

#galerie #imageStart div a {
    width: 100%;
    border: none;
}

#galerie #imageStart div a img {
    width: 100%;
    margin: auto;
    display: block;
    border: none;
}

#galerie .imagesGalerie {
    margin-top: 50px;
}

#galerie .imagesGalerie div {
    width: 300px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border: none;
    margin: auto;
    color: #FFFFFF;
}

#galerie .imagesGalerie div:hover {
    color: #fa8045;
}

#galerie .imagesGalerie div a .imageVideo {
    position: absolute;
    height: 300px;
    width: 300px;
    margin-top: -300px;
    margin-left: -10px;
}

#galerie .imagesGalerie div a .imageVideo i {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 64px;
    height: 64px;
    margin-top: 100px;

}

#galerie .imagesGalerie div a .imageCarousel {
    position: absolute;
    height: 300px;
    width: 300px;
    margin-top: -300px;
    margin-left: -10px;
}

#galerie .imagesGalerie div a .imageCarousel i {
    display: block;
    margin-left: 220px;
    width: 54px;
    height: 54px;
}

#galerie .imagesGalerie div a {
    width: 100%;
    height: 100%;
    border: none;
}

#galerie .imagesGalerie div a img {
    width: 100%;
    height: 18.75em;
    margin: auto;
    display: block;
    border: none;
}

.configBlockBodyMontres {
    width: 100%;
    min-height: 100vh;
    padding: 80px 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#laodingText {
    position: absolute;
    margin-top: 300px;
    font-size: 16px; /* Réinitialiser la taille */
    line-height: 1;
}

#laodingText #laodingPurcent {
    font-size: 1.5em;
    /*display: inline;*/
}

#laodingText #laodingPhases {
    font-size: 0.9em;
    color: #F4711A;
    /*display: inline;*/
}


#bodyConfigMontre .products-container {
    width: 100%;
    max-width: 1400px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    padding: 20px;
}

#bodyConfigMontre .product-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    backdrop-filter: blur(10px);
}

#bodyConfigMontre .product-card:hover {
    transform: translateY(-10px);
    border-color: #F4711A;
    box-shadow: 0 20px 40px rgba(244, 113, 26, 0.3);
}

#bodyConfigMontre .product-image-wrapper {
    width: 100%;
    max-width: 280px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    position: relative;
}

#bodyConfigMontre .product-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
    transition: transform 0.3s ease;
}

#bodyConfigMontre .product-card:hover .product-image-wrapper img {
    transform: scale(1.05);
}

#bodyConfigMontre .product-info {
    text-align: center;
    width: 100%;
}

#bodyConfigMontre .product-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}

#bodyConfigMontre .product-description {
    font-size: 1rem;
    color: #ccc;
    margin-bottom: 15px;
}

#bodyConfigMontre .product-price {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #F4711A;
}

#bodyConfigMontre .product-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    margin-top: 20px;
}

#bodyConfigMontre .btn-primary {
    background-color: #F4711A;
    border: none;
    color: white;
    padding: 15px 30px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

#bodyConfigMontre .btn-primary:hover {
    background-color: #ff8c3a;
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(244, 113, 26, 0.4);
}

#bodyConfigMontre .btn-secondary {
    color: #999;
    background: unset !important;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

#bodyConfigMontre .btn-secondary:hover {
    color: #F4711A;
}

#bodyConfigMontre .cursive-text {
    font-family: 'Dancing Script', cursive;
    font-size: 0.85rem;
}

#bodyConfigMontre .detail-link {
    color: #999;
    text-decoration: none;
    font-size: 0.85rem;
    margin-bottom: 10px;
    display: inline-block;
    transition: color 0.3s ease;
    cursor: pointer;
}

#bodyConfigMontre .detail-link:hover {
    color: #F4711A;
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    #bodyConfigMontre .products-container {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .configBlockBodyMontres {
        padding: 60px 15px 30px;
    }

    #bodyConfigMontre .products-container {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    #bodyConfigMontre .product-card {
        padding: 25px;
    }

    #bodyConfigMontre .product-title {
        font-size: 1.6rem;
    }

    #bodyConfigMontre .product-image-wrapper {
        max-width: 240px;
        height: 240px;
    }
}

@media (max-width: 480px) {
    #bodyConfigMontre .product-title {
        font-size: 1.4rem;
    }

    #bodyConfigMontre .btn-primary {
        padding: 12px 20px;
        font-size: 0.9rem;
    }
}

/* Animation d'entrée */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#bodyConfigMontre .product-card {
    animation: fadeInUp 0.6s ease forwards;
}

#bodyConfigMontre .product-card:nth-child(1) { animation-delay: 0.1s; }
#bodyConfigMontre .product-card:nth-child(2) { animation-delay: 0.2s; }
#bodyConfigMontre .product-card:nth-child(3) { animation-delay: 0.3s; }
#bodyConfigMontre .product-card:nth-child(4) { animation-delay: 0.4s; }
#bodyConfigMontre .product-card:nth-child(5) { animation-delay: 0.5s; }
#bodyConfigMontre .product-card:nth-child(6) { animation-delay: 0.6s; }



/*************************************
** DESCRIPTIF - DESCRIPTION
*************************************/
#descriptif {
    padding-bottom: 5em;

    img {
        max-height: 50em;
    }

    #titre {
        color: #fa8045;
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    #model {
        font-size: 1rem;
        font-weight: bold;
    }

    #description-model {
        font-size: 1rem;
        margin-bottom: 0.5rem;

        .cles {
            font-weight: bold;
        }
    }
}


/*************************************
** PAGE CONFIGURATEUR
*************************************/
/*************************************
** ÉCRAN DE CHARGEMENT
*************************************/
.flash-message-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 300px;
    z-index: 9999999;
    display: flex;
    flex-direction: column;
    pointer-events: none;
}

.flash-message {
    position: relative;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    background-color: rgba(255, 253, 245, 0.95);
    color: #333333;
    font-size: 1rem;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.3s ease-in-out, fadeOut 0.5s ease-in-out 4.5s forwards;
    border-left: 5px solid #666;
    margin-bottom: 10px;
    pointer-events: auto;
    cursor: pointer;
}

.flash-success {
    border-left-color: #2ecc71;
}

.flash-error {
    border-left-color: #e74c3c;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeOut {
    from { opacity: 1; transform: translateY(0); }
    to { opacity: 0; transform: translateY(-20px); }
}

#customLoadingScreenDiv {
    position: fixed; /* Fixé par rapport à la fenêtre du navigateur */
    width: 100vw; /* Utilisation de vw/vh pour être indépendant des dimensions du parent */
    height: 100vh;
    top: 0;
    left: 0;
    color: white;
    font-size: 50px;
    text-align: center;
    background-color: rgba(0, 0, 0, 1);
    z-index: 999999; /* z-index très élevé pour être toujours au-dessus */
    display: none;
    transition: opacity 0.5s;
    overflow: hidden; /* Empêche tout débordement */
}

#customLoadingScreenDivHome {
    position: absolute; /* Fixé par rapport à la fenêtre du navigateur */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: white;
    font-size: 50px;
    text-align: center;
    background-color: rgba(0, 0, 0, 1);
    z-index: 999999; /* z-index très élevé pour être toujours au-dessus */
    display: none;
    transition: opacity 0.5s;
    overflow: hidden; /* Empêche tout débordement */


}


#div360conf {
    position: absolute;
    width: 127px;
    /* height: 69px; */
    top: 70%;
    left: 55%;
    display: none;
}

#div360conf img {
    width: 100%;
}

#div360conf.active,
#divLogoWatch.active {
    display: block;
}

#divLogoWatch {
    position: absolute;
    width: 250px;
    top: 85%;
    left: 5%;
    display: none;
}

#divLogoWatch img {
    width: 100%;
}

.blockVideoLoading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centrage parfait indépendant des dimensions */
    width: 50%;
    max-width: 600px; /* Limite la taille maximale */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.blockVideoLoadingHome {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%); /* Centrage parfait indépendant des dimensions */
    width: 80%;
    /*max-width: 600px; !* Limite la taille maximale *!*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.blockVideoLoading img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

#customLoadingScreenDiv span,
#customLoadingScreenDivHome span {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px auto 0;
    color: #FFFFFF;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.2em;
}

/* Style pour les aiguilles sur l'écran de chargement */
.aiguille {
    position: absolute;
    transform-origin: center;
}

.aiguille-heure {
    display: none;
    z-index: 1000001;
    width: 40% !important;
    height: 40% !important;
    transform-origin: center center;
    opacity: 0;
}

.aiguille-minute {
    display: none;
    z-index: 1000002;
    width: 75% !important;
    height: 75% !important;
    transform-origin: center center;
    opacity: 0;
}

@keyframes rotateMinute {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes rotateHour {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Pour customLoadingScreenDiv : avec délai de 1s */
#customLoadingScreenDiv:not([style*="display: none"]) .aiguille-heure,
#customLoadingScreenDivHome:not([style*="display: none"]) .aiguille-heure {
    display: block;
    animation-name: rotateHour, fadeIn;
    animation-duration: 15s, 0.5s;
    animation-timing-function: linear, ease-in;
    animation-delay: 1s, 1s;
    animation-iteration-count: infinite, 1;
    animation-fill-mode: forwards;
}

#customLoadingScreenDiv:not([style*="display: none"]) .aiguille-minute,
#customLoadingScreenDivHome:not([style*="display: none"]) .aiguille-minute {
    display: block;
    animation-name: rotateMinute, fadeIn;
    animation-duration: 1.25s, 0.5s;
    animation-timing-function: linear, ease-in;
    animation-delay: 1s, 1s;
    animation-iteration-count: infinite, 1;
    animation-fill-mode: forwards;
}

/* Pour blockPageConf.active : sans délai, apparition immédiate */
.blockPageConf.active .aiguille-heure {
    display: block;
    animation: rotateHour 15s linear infinite;
    opacity: 1;
}

.blockPageConf.active .aiguille-minute {
    display: block;
    animation: rotateMinute 1.25s linear infinite;
    opacity: 1;
}

/* Designing for scroll-bar */
.configBlockBody .rowConfigMontre::-webkit-scrollbar,
.configBlockBodyMontres::-webkit-scrollbar {
    width: 6px;
}

.configBlockBody .rowConfigMontre::-webkit-scrollbar-track,
.configBlockBodyMontres::-webkit-scrollbar-track {
    background: #262626;
    border-radius: 5px;
}

.configBlockBody .rowConfigMontre::-webkit-scrollbar-thumb,
.configBlockBodyMontres::-webkit-scrollbar-thumb {
    background: #fa8045;
    border-radius: 5px;
    cursor: pointer;
}

.configBlockBody .rowConfigMontre::-webkit-scrollbar-thumb:hover,
.configBlockBodyMontres::-webkit-scrollbar-thumb:hover {
    background: #e76222;
    font-size: 24px;
    letter-spacing: 0.1em;
    margin-top: 30px;
}

.configBlockBody {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    width: 50%;
    height: 50vh;
    background-color: rgba(77, 77, 77, 0.7);
    border-radius: 10px;
    z-index: 4;
    margin: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.configBlockBodyText {
    height: 80vh;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 10;
    border: solid #e76222 2px;
}


.configBlockBodyMontres {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: transparent;
    z-index: 4;
    margin: auto;
    overflow: auto;
    overflow-x: hidden;
}

.configBlockBody .cbTitre {
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.1em;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: Arial, serif;
}

.configBlockBody .cbParaf {
    font-size: var(--text-size);
}

.configBlockBody .cbSousTitre {
    color: #a1a1a1;
    text-align: center;
    font-size: 20px;
}

.configBlockBody .btnStart {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    position: sticky;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 0 0 10px 10px;
}

.configBlockBody .col-md-6 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: auto;
}

.configBlockBody .rowConfigMontre {
    overflow: auto;
    height: 80%;
    margin-left: unset;
    margin-right: unset;
    bottom: 0;
    position: absolute;
}

.configBlockBodyMontres .rowConfigMontre {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.configBlockBodyMontres .rowConfigMontre.marginDownRowConfig {
    margin-top: -10vh;
}

.configBlockBodyMontres .rowConfigMontre.marginUpRowConfig {
    margin-top: 80px;
}

.configBlockBodyMontres .rowConfigMontre .col-md-6 {
    cursor: pointer;
    height: 40vh;
}

.configBlockBodyMontres .rowConfigMontre .col-md-6 a {
    text-decoration: none;
    border: none;
}

.configBlockBodyMontres .rowConfigMontre .col-md-6 img {
    height: 100%;
}

@media screen and (max-width: 770px) {
    .configBlockBodyMontres .rowConfigMontre {
        width: 100%;
    }

    /*.configBlockBodyMontres .rowConfigMontre.marginDownRowConfig {
        margin-top: unset;
    }*/
    .configBlockBodyMontres .rowConfigMontre .col-md-6 img {
        height: auto;
        width: 100%;
    }
}

.configBlockBody .col-md-4 {
    cursor: pointer;
}

.configBlockBody .col-md-4 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: auto;
}

.configBlockBodyMontres .cmTitre {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 24px;
}

.configBlockBodyMontres .cmRef, .configBlockBodyMontres .cmDescr {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
}

.configBlockBodyMontres .cmPrix {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
}

.configBlockBody.hidden,
.configBlockBodyMontres.hidden {
    display: none;
}

#menuConfiguration {
    position: absolute;
    top: 15%;
    right: 1%;
    width: 40px;
    height: auto;
    background-color: #FFFFFF;
    /*background-color: #cccccc;*/
    /*border-radius: 10px;*/
    z-index: 10;
    /*box-shadow: 1em 1.2em 7px 8px #5e5e5e54;*/
}

#menuConfiguration .space {
    width: 100%;
    height: 50px;
    /*background-color: #b05521;*/
    /*background-color: #000000;*/
    background-color: #e76222;
    /*background: linear-gradient(90deg, #0061a4 20%, #DDE9EF 50%, #D60920 80%);*/
    /*border-radius: 10px 10px 0 0;*/
    cursor: move;
}

#menuConfiguration .iconMenu {
    width: 100%;
    height: 40px;
    cursor: pointer;
    position: relative;
    border-bottom: #999 solid 1px;
}

#menuConfiguration .iconMenu:hover {
    background-color: #999999;
}

#menuConfiguration .iconMenu .iconMenuImg {
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    margin: 2px;
}

#menuConfiguration .iconMenu a {
    text-decoration: none;
}

#menuConfiguration .iconMenu .iconMenuFa {
    font-size: 30px;
    color: #838588;
    text-align: center;
    /*padding: 5px;*/
    display: block;
    padding-top: 5px;
    position: absolute;
    width: 40px;
    height: 40px;
}

#iconGravure {
    font-size: 20px !important;
    font-style: normal;
}

#menuConfiguration.hidden {
    display: none;
}

#menuConfiguration .listeMenu {
    width: 0;
    height: auto;
    position: absolute;
    left: 0;
    -webkit-transition: 0.7s all;
    transition: 0.7s all;
}

#menuConfiguration .listeMenu .titreMenu {

    width: 100%;
    height: 40px;
    background-color: #FFFFFF;
    /*background-color: #cccccc;*/
    /*font-size: 14px;*/
    line-height: 100%;

}

#menuConfiguration .listeMenu .titreMenu span {
    font-size: 1px;
    line-height: 100%;
    padding: 12px 5px 5px;
    display: none;
    -webkit-transition: 0.7s all;
    transition: 0.7s all;
}

#menuConfiguration .iconMenu:hover .listeMenuAuto,
#menuConfiguration .iconMenu .listeMenuShow {
    width: 200px;
    left: -200px;
}

#menuConfiguration .iconMenu:hover .listeMenuAuto .titreMenu span,
#menuConfiguration .iconMenu .listeMenuShow .titreMenu span {
    font-size: 14px;
    display: block;
}

#menuConfiguration .listeMenu .sousMenu {
    display: none;
    width: 0;
    height: 0;
    cursor: default;
    background: rgba(255, 255, 255, 0.30);
    /*background: rgba(90, 90, 90, 0.30);*/
    -webkit-transition: 0.7s all;
    transition: 0.7s all;
}

#menuConfiguration .listeMenu .sousMenuDefault {
    /*border-radius: 0 0 10px 10px;*/
}

#menuConfiguration .listeMenu .sousMenuInverse {
    top: -240px;
    position: absolute;
    /*border-radius: 10px 10px 0 0;*/
}

#menuConfiguration .listeMenu .sousMenuShow {
    display: block;
    width: 100%;
    height: 240px;
}

#menuConfiguration .listeMenu .sousMenu .sousMenuSelection {
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.48);
}

#menuConfiguration .listeMenu .sousMenu .sousMenuSelection.hidden {
    display: none;
}

#menuConfiguration .listeMenu .sousMenu .sousMenuSelection .sousMenuSelectionBlock {
    width: 40px;
    height: 40px;
    cursor: pointer;
    float: left;
    border-right: solid 1px rgba(204, 204, 204, 0.50);
}

#menuConfiguration .listeMenu .sousMenu .sousMenuSelection .sousMenuSelectionBlock .sousMenuSelectionImg {
    width: 35px;
    height: 35px;
    display: block;
    margin: 2px;

}

#menuConfiguration .listeMenu .sousMenu .sousMenuSelection .sousMenuSelectionBlock:hover,
#menuConfiguration .listeMenu .sousMenu .sousMenuSelection .sousMenuSelectionBlock.active {
    background-color: #FFFFFF;
}

#menuConfiguration .listeMenu .sousMenu .sousMenuSelection .sousMenuSelectionBlock.hidden {
    display: none;
}

#menuConfiguration .listeMenu .sousMenu .sousMenuSelectionOnglet {
    display: none;
    width: 193px;
    height: 196px;
    font-size: 40px;
    padding-left: 12px;
    overflow: auto;
}

#menuConfiguration .listeMenu .sousMenu .sousMenuSelectionNoOnglet {
    display: none;
    width: 193px;
    height: 236px;
    font-size: 40px;
    padding-left: 12px;
    overflow: auto;
}

.sousMenuSelectionNoOnglet {
    line-height: 1;
}

.sousMenuSelectionOnglet {
    line-height: 1;
}

#menuConfiguration .listeMenu .sousMenu .sousMenuSelectionOnglet.active,
#menuConfiguration .listeMenu .sousMenu .sousMenuSelectionOnglet.forceActive,
#menuConfiguration .listeMenu .sousMenu .sousMenuSelectionNoOnglet.active {
    display: block;
}

#menuConfiguration .listeMenu .sousMenu .sousMenuSelectionOnglet span,
#menuConfiguration .listeMenu .sousMenu .sousMenuSelectionNoOnglet span {
    cursor: pointer;
    /*margin-top: 10px;*/
    margin: 10px 5px 5px 3px;
    display: inline-block;
}

#menuConfiguration .listeMenu .sousMenu .sousMenuSelectionOnglet span i,
#menuConfiguration .listeMenu .sousMenu .sousMenuSelectionNoOnglet span i {
    border-radius: 60px;
    box-shadow: 0 0 2px #b5b5b5;
    padding: 0.1em 0.1em;
}

#menuConfiguration .listeMenu .sousMenu .sousMenuSelectionOnglet span:hover i,
#menuConfiguration .listeMenu .sousMenu .sousMenuSelectionNoOnglet span:hover i {
    box-shadow: 0 0 8px #fff;
}

/* Designing for scroll-bar */
#menuConfiguration .listeMenu .sousMenu .sousMenuSelectionOnglet::-webkit-scrollbar,
#menuConfiguration .listeMenu .sousMenu .sousMenuSelectionNoOnglet::-webkit-scrollbar {
    width: 6px;
}

#menuConfiguration .listeMenu .sousMenu .sousMenuSelectionOnglet::-webkit-scrollbar-track,
#menuConfiguration .listeMenu .sousMenu .sousMenuSelectionNoOnglet::-webkit-scrollbar-track {
    background: #262626;
    border-radius: 5px;
}

#menuConfiguration .listeMenu .sousMenu .sousMenuSelectionOnglet::-webkit-scrollbar-thumb,
#menuConfiguration .listeMenu .sousMenu .sousMenuSelectionNoOnglet::-webkit-scrollbar-thumb {
    background: #fa8045;
    border-radius: 5px;
    cursor: pointer;
}

#menuConfiguration .listeMenu .sousMenu .sousMenuSelectionOnglet::-webkit-scrollbar-thumb:hover,
#menuConfiguration .listeMenu .sousMenu .sousMenuSelectionNoOnglet::-webkit-scrollbar-thumb:hover {
    background: #e76222;
    font-size: 24px;
    letter-spacing: 0.1em;
    margin-top: 30px;
}

/* Tooltip pour afficher le prix au survol */
.item {
    position: relative;
    cursor: pointer;
}

/* Badge de prix sur l'item */
.item[data-prix]:not([data-prix="0.00"])::after {
    content: '+' attr(data-prix) '€';
    position: absolute;
    top: -8px;
    right: -8px;
    /*background: #28a745;*/
    background: #e76222;
    color: white;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 10px;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    opacity: 0;
}

.item[data-prix]:not([data-prix="0.00"]):hover::after {
    opacity: 1;
}

#imageGravure, #imageGravureCouronne {
    width: 100%;
    height: auto;
}

.boutons-configurateur, .boutons-camera button {
    position: absolute;
    z-index: 10;

    width: 50px;
    height: 50px;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #403d3b;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 15px;
}

.boutons-configurateur:hover {
    background-color: #5e5a56;
    color: #fff;
}

#afficherConfigCamera {
    bottom: 10px;
    left: 10px;
}

#bouton-demo {
    bottom: 10px;
    left: 70px;
}

.boutons-camera {
    position: absolute;
    bottom: 10px;
    left: 70px;
    display: none;
    gap: 10px;
    z-index: 10;
}

.boutons-camera.visible {
    display: flex; /* Utilise flex uniquement quand la classe visible est ajoutée */
}

.boutons-camera button {
    position: relative;
}

.boutons-camera button:hover {
    background-color: #5e5a56;
    color: #fff;
}

/*************************************
** EFFET 3D
*************************************/
#menuConfiguration .iconMenu::before,
#menuConfiguration .listeMenu::before {
    height: 40px;
    background: #8d8d8d;
    top: 0.25em;
    left: -0.5em;
    transform: skewY(-45deg);
}

#menuConfiguration .iconMenu::before,
#menuConfiguration .finIconMenu::after,
#menuConfiguration .space::before,
#menuConfiguration .listeMenu::before,
#menuConfiguration .listeMenu .sousMenu::before,
#menuConfiguration .listeMenu .sousMenu.sousMenuDefault::after,
#menuConfiguration .listeMenu .sousMenu.sousMenuInverse::after {
    content: "";
    position: absolute;
    transition: all 0.25s linear;
    width: 0.5em;
}

#menuConfiguration .finIconMenu::after {
    height: 40px;
    background: #8d8d8d;
    bottom: -1.5em;
    left: 12px;
    transform: rotate(90deg) skew(0, 45deg);
}

.space::before {
    height: 50px;
    /*background: #9b4a1c;*/
    /*background: #8d8d8d;*/
    /*background: #000000;*/
    background: #e76222;
    top: 0.25em;
    left: -0.5em;
    transform: skewY(-45deg);
}

#menuConfiguration .listeMenu .sousMenu.sousMenuDefault::before {
    height: 240px;
    /*background: rgba(52, 52, 52, 0.40);*/
    background: rgba(255, 255, 255, 0.40);
    top: 42px;
    left: -0.5em;
    transform: skewY(-45deg);
}

#menuConfiguration .listeMenu .sousMenu.sousMenuInverse::before {
    height: 240px;
    /*background: rgba(52, 52, 52, 0.40);*/
    background: rgba(255, 255, 255, 0.40);
    top: 5px;
    left: -0.5em;
    transform: skewY(-45deg);
}

#menuConfiguration .listeMenu .sousMenu.sousMenuDefault::after {
    height: 200px;
    /*background: rgba(52, 52, 52, 0.40);*/
    background: rgba(255, 255, 255, 0.40);
    bottom: -101px;
    left: 92px;
    transform: rotate(90deg) skew(0, 45deg);
}

#menuConfiguration .listeMenu .sousMenu.sousMenuInverse::after {
    height: 200px;
    background: rgb(204 204 204);
    bottom: -144px;
    left: 92px;
    transform: rotate(90deg) skew(0, 45deg);
}


.active-item {
    outline: #fa8045 solid 3px;
    color: #FFFFFF;
    border-radius: 25px;
}


.image-comparison {
    position: relative;
    width: 300px;
    max-width: 700px;
    margin: 20px auto;
    border-radius: 20px;
    overflow: hidden;
}

.image-comparison img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.image-comparison .images-container {
    position: relative;
    display: flex;
}

.image-comparison .images-container .before-image {
    position: absolute;
    top: 0;
    width: 50%;
}

.image-comparison .slider {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.image-comparison .slider-line {
    position: absolute;
    height: 100%;
    width: 4px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
}

.image-comparison .slider-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    color: #fff;
    transform: translate(-50%, -50%) rotateZ(90deg);
}


.sauvegardeConfig {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    width: 50%;
    height: 50vh;
    background-color: rgba(77, 77, 77, 0.7);
    border-radius: 10px;
    z-index: 4;
    margin: auto;
    overflow-y: auto;
    overflow-x: hidden;
}


/**
modal sav conf
 */

.preview-image-wrapper {
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    border: 3px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(45deg, #f0f0f0 25%, transparent 25%),
    linear-gradient(-45deg, #f0f0f0 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #f0f0f0 75%),
    linear-gradient(-45deg, transparent 75%, #f0f0f0 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

.preview-image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

#previewContainer {
    animation: fadeIn 0.3s ease-in;
}


/* Styles modernes pour la modal */
.modal-config-moderne {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.modal-header-gradient {
    /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
    background: linear-gradient(135deg, #753c21 0%, #fa8045 100%);
    color: white;
    padding: 1.5rem;
}

.modal-header-gradient .modal-title {
    font-weight: 600;
    font-size: 1.25rem;
}

.modal-config-moderne .modal-body {
    background: #ffffff;
}

.modal-config-moderne .form-control {
    border-radius: 8px;
    border: 2px solid #e0e0e0;
    transition: all 0.3s ease;
}

.modal-config-moderne .form-control:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

/* Radio cards pour les couleurs */
.radio-card {
    display: block;
    cursor: pointer;
    margin: 0;
}

.radio-card input[type="radio"] {
    display: none;
}

.radio-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem 0.5rem;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    background: white;
    transition: all 0.3s ease;
    min-height: 90px;
}

.radio-card-content span {
    margin-top: 0.5rem;
    font-size: 0.85rem;
    font-weight: 500;
    text-align: center;
}

.radio-card:hover .radio-card-content {
    border-color: #667eea;
    background: #f8f9ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
}

.radio-card input[type="radio"]:checked + .radio-card-content {
    border-color: #667eea;
    background: linear-gradient(135deg, #f8f9ff 0%, #e8eaff 100%);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.radio-card input[type="radio"]:checked + .radio-card-content i {
    transform: scale(1.2);
}

/* Section admin */
.admin-section {
    background: linear-gradient(135deg, #fff9e6 0%, #fff4d9 100%);
    border: 2px solid #ffc107 !important;
}

.admin-section h6 {
    color: #856404;
}

#adminOptions {
    padding-top: 1rem;
    border-top: 2px dashed #ffc107;
    margin-top: 1rem;
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Alert personnalisé */
.modal-config-moderne .alert {
    border-radius: 8px;
}

.modal-config-moderne .alert-light {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
}

/* Badges */
.modal-config-moderne .badge {
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
}

/* Footer */
.modal-config-moderne .modal-footer {
    padding: 1.5rem;
    border-top: 1px solid #e9ecef;
}

.modal-config-moderne .btn {
    border-radius: 8px;
    padding: 0.6rem 1.2rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.modal-config-moderne .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Animation d'ouverture */
.modal.show .modal-config-moderne {
    animation: slideInDown 0.3s ease-out;
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .modal-config-moderne {
        margin: 0.5rem;
    }

    .radio-card-content {
        min-height: 80px;
        padding: 0.75rem 0.5rem;
    }

    .radio-card-content span {
        font-size: 0.75rem;
    }

    .modal-header-gradient {
        padding: 1rem;
    }

    .modal-config-moderne .modal-body {
        padding: 1rem !important;
    }
}

.watch-config-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(5px);
    z-index: 9998;
    animation: watchConfigFadeIn 0.3s ease;
}

.watch-config-overlay.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Modale de choix initial */
.watch-choice-modal {
    /*background: linear-gradient(145deg, #2a2a2a, #1f1f1f);*/
    border-radius: 24px;
    padding: 48px;
    max-width: 600px;
    width: 90%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    transform: scale(0.9);
    opacity: 0;
    animation: watchConfigScaleIn 0.4s ease forwards;
    position: relative;
}

.watch-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 1;
    /*display: none;*/
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.watch-close-btn:hover {
    background: rgba(244, 113, 26, 0.3);
    transform: rotate(90deg);
}

.watch-choice-modal h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 16px;
    font-weight: 700;
    text-align: center;
}

.watch-choice-modal p {
    color: #b0b0b0;
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
}

.watch-choice-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.watch-choice-btn {
    /*background: linear-gradient(145deg, #383838, #2d2d2d);*/
    background: linear-gradient(145deg, #38383873, #2d2d2d7a);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 32px 24px;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    color: #fff;
}

.watch-choice-btn:hover {
    border-color: #F4711A;
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(244, 113, 26, 0.3);
}

.watch-choice-btn i {
    font-size: 48px;
    margin-bottom: 16px;
    display: block;
    color: #F4711A;
    width: 100%;
}

.watch-choice-btn h3 {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 600;
}

.watch-choice-btn p {
    font-size: 14px;
    color: #888;
    margin: 0;
}

/* Modale de configurations */
.watch-config-modal {
    background: linear-gradient(145deg, #2a2a2a, #1f1f1f);
    border-radius: 24px;
    max-width: 1200px;
    width: 95%;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    transform: scale(0.9);
    opacity: 0;
    animation: watchConfigScaleIn 0.4s ease forwards;
    position: relative;
    display: flex;
    flex-direction: column;
}

.watch-config-modal-header {
    padding: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.watch-config-modal-header h2 {
    color: #fff;
    font-size: 28px;
    margin: 0;
    font-weight: 700;
}

/* Onglets couleurs */
.watch-color-tabs {
    display: flex;
    gap: 12px;
    padding: 0 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    overflow-x: auto;
    min-height: 57px;
    height: 57px;
}

.watch-color-tab {
    background: transparent;
    border: none;
    padding: 16px 20px;
    cursor: pointer;
    color: #888;
    font-weight: 600;
    border-bottom: 3px solid transparent;
    transition: all 0.3s;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.watch-color-tab:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

.watch-color-tab.active {
    color: #fff;
    border-bottom-color: #F4711A;
}

.watch-color-indicator {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    flex-shrink: 0;
}

/* Contenu des configurations */
.watch-config-content {
    flex: 1;
    overflow-y: auto;
    padding: 32px;
}

.watch-config-tab-content {
    display: none;
}

.watch-config-tab-content.active {
    display: block;
    animation: watchConfigFadeInUp 0.4s ease;
}

.watch-config-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.watch-config-card {
    background: linear-gradient(145deg, #383838, #2d2d2d);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
}

.watch-config-card:hover {
    border-color: #F4711A;
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(244, 113, 26, 0.3);
}

.watch-config-card-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    background: linear-gradient(135deg, #2d2d2d, #1a1a1a);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 48px;
}

.watch-config-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.watch-config-card-body {
    padding: 20px;
}

.watch-config-card-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.watch-empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

.watch-empty-state i {
    font-size: 64px;
    margin-bottom: 20px;
    opacity: 0.5;
}

.watch-empty-state p {
    font-size: 16px;
}

/* Animations avec préfixes uniques */
@keyframes watchConfigFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes watchConfigScaleIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes watchConfigFadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Scrollbar personnalisée */
.watch-config-content::-webkit-scrollbar {
    width: 8px;
}

.watch-config-content::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}

.watch-config-content::-webkit-scrollbar-thumb {
    background: rgba(244, 113, 26, 0.5);
    border-radius: 4px;
}

.watch-config-content::-webkit-scrollbar-thumb:hover {
    background: rgba(244, 113, 26, 0.7);
}

/* Responsive */
@media (max-width: 768px) {
    .watch-choice-buttons {
        grid-template-columns: 1fr;
    }

    .watch-choice-modal {
        padding: 32px 24px;
    }

    .watch-config-grid {
        grid-template-columns: 1fr;
    }

    .watch-color-tabs {
        padding: 0 16px;
    }

    .watch-config-content {
        padding: 16px;
    }
}

/* Preview image wrapper amélioré */
.preview-image-wrapper-capture {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    border: 3px solid #e0e0e0;
    border-radius: 15px;
    overflow: hidden;
    background: linear-gradient(45deg, #f0f0f0 25%, transparent 25%),
    linear-gradient(-45deg, #f0f0f0 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #f0f0f0 75%),
    linear-gradient(-45deg, transparent 75%, #f0f0f0 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

.preview-image-wrapper-capture img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

/* Boutons sociaux */
.btn-social {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition: all 0.3s;
    border: none;
    color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.btn-social:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.25);
    color: white;
}

/* Couleurs des réseaux sociaux */
.btn-facebook {
    background: linear-gradient(135deg, #3b5998, #2d4373);
}

.btn-instagram {
    background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.btn-pinterest {
    background: linear-gradient(135deg, #E60023, #bd081c);
}

.btn-whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E);
}

/* Share section */
.share-section {
    border-left: 4px solid #F4711A;
}


/* Preview container pour gravure */
.preview-container {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Container pour l'image de gravure */
.gravure-image-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.gravure-image-container img {
    width: 100%;
    height: auto;
    display: block;
}

/* Zone de texte sur l'image de gravure - PARAMÈTRES D'ORIGINE */
.zone-texte-gravure {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    text-align: center;
    pointer-events: none;
    transform: rotate(2deg);
}

.zone-texte-gravure span {
    position: absolute;
    height: 18.5em;
    font-size: 14px;
    color: white;
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -0.5px;
    transform-origin: center center 0;
    left: 53%;
    top: 50%;
    text-align: center;
    line-height: 1;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

/* ============================================
   FORMULAIRE STYLE CLIENT (underline seulement)
   ============================================ */

/* Label au-dessus */
.gravure-label-client {
    display: block;
    color: #F4711A;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.gravure-label-client sup {
    color: #F4711A;
    font-weight: 600;
}

/* Container pour input avec compteur à l'intérieur */
.gravure-input-with-counter {
    position: relative;
    display: flex;
    align-items: center;
}

/* Input style client - SEULEMENT bordure du bas */
.gravure-input-client {
    width: 100%;
    border: none;
    border-bottom: 1px solid #F4711A;
    border-radius: 0;
    padding: 10px 80px 10px 0;
    font-size: 14px;
    background: transparent;
    color: #333;
    transition: all 0.2s ease;
}

.gravure-input-client:focus {
    outline: none;
    border-bottom: 2px solid #F4711A;
    background: transparent;
}

.gravure-input-client::placeholder {
    color: #c4c4c4;
    font-size: 13px;
}

/* Compteur à l'intérieur de l'input (à droite) */
.gravure-counter-inside {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #999;
    pointer-events: none;
    white-space: nowrap;
}

.gravure-counter-inside span {
    color: #333;
    font-weight: 500;
}

/* Infos légales */
.gravure-legal-client {
    font-size: 12px;
    color: #666;
    line-height: 1.6;
}

.gravure-legal-client p {
    margin-bottom: 8px;
}

.gravure-legal-client sup {
    /*color: #F4711A;*/
    color: #666;
    font-weight: 600;
}

/* ============================================
   BOUTONS
   ============================================ */

/* Bouton secondaire (Annuler) */
.btn-secondary-gravure {
    background-color: #6c757d;
    border: none;
    color: white;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.btn-secondary-gravure:hover {
    background-color: #5a6268;
    color: white;
}

/* Bouton orange (Valider) */
.btn-orange-gravure {
    background-color: #F4711A;
    border: none;
    color: white;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.btn-orange-gravure:hover {
    background-color: #e56510;
    color: white;
}

/* ============================================
   HEADER DE LA MODAL
   ============================================ */

.modal-header-gradient {
    background: linear-gradient(135deg, #c8662e 0%, #F4711A 100%);
    color: white;
    border: none;
    padding: 16px 24px;
}

.modal-title {
    font-weight: 500;
    font-size: 18px;
}

.modal-title i {
    opacity: 0.9;
}

/* Info gravure */
.gravure-info {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    border-left: 3px solid #F4711A;
    margin-top: 2rem;
}

.gravure-info p {
    margin-bottom: 0.5rem;
    color: #666;
}

.gravure-info sup {
    color: #F4711A;
    font-weight: bold;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
    .gravure-input-client {
        font-size: 13px;
        padding: 8px 70px 8px 0;
    }

    .gravure-label-client {
        font-size: 13px;
    }
}

/* CSS pour la modale des spécifications */

.watch-spec-content {
    flex: 1;
    overflow-y: auto;
    padding: 32px;
}

.watch-spec-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

.watch-spec-error {
    text-align: center;
    padding: 60px 20px;
    color: #888;
}

.watch-spec-error i {
    font-size: 48px;
    margin-bottom: 16px;
}

.watch-spec-error p {
    font-size: 16px;
    margin: 0;
}

.watch-spec-list {
    display: grid;
    gap: 24px;
    animation: watchConfigFadeInUp 0.4s ease;
}

.watch-spec-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px 24px;
    border-left: 4px solid #F4711A;
    transition: all 0.3s ease;
}

.watch-spec-item:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateX(4px);
}

.watch-spec-label {
    color: #F4711A;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.watch-spec-value {
    color: #ddd;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    white-space: pre-wrap;
}

/* Animation */
@keyframes watchConfigFadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .watch-spec-content {
        padding: 20px;
    }

    .watch-spec-item {
        padding: 16px 20px;
    }

    .watch-spec-label {
        font-size: 14px;
    }

    .watch-spec-value {
        font-size: 14px;
    }
}


/* ============================================
   BOUTON AJOUTER AU PANIER
   ============================================ */

#btnAddToCart {
    position: fixed;
    bottom: 8%;
    right: 5%;
    background: linear-gradient(135deg, #373737 0%, #1c1c1c 100%);
    color: white;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 15px rgb(89 89 89 / 40%);
    transition: all 0.3s ease;
    display: none;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    z-index: 1;
}

#btnAddToCart.active {
    display: flex;

}

#btnAddToCart:hover {
    background: linear-gradient(135deg, #ff8c3a 0%, #F4711A 100%);
    box-shadow: 0 6px 20px rgba(244, 113, 26, 0.6);
    transform: translateY(-2px);
    z-index: 1000;
}

#btnAddToCart:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(244, 113, 26, 0.4);
}

#btnAddToCart .cart-btn-icon {
    font-size: 18px;
}

#btnAddToCart .cart-btn-text {
    font-weight: 600;
}

#btnAddToCart .cart-btn-separator {
    color: rgba(255, 255, 255, 0.5);
    margin: 0 5px;
}

#btnAddToCart .cart-btn-price {
    font-weight: 700;
    font-size: 18px;
}

/* ============================================
   TOOLTIP PANIER - Conforme à la maquette
   ============================================ */

#cartTooltip {
    position: fixed;
    background: white;
    border-radius: 20px;
    padding: 0;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translateY(10px);
    max-width: 400px;
    min-width: 320px;
    overflow: hidden;
}

#cartTooltip.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#cartTooltip::after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 30px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid white;
}

.cart-tooltip-content {
    padding: 25px;
}

/* Titre principal */
.cart-tooltip-content h4 {
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    border-bottom: 3px solid #F4711A;
    padding-bottom: 12px;
}

/* Prix de base (Opinion 416) */
.cart-base-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    margin-bottom: 8px;
    font-size: 15px;
}

.cart-base-item .cart-item-label {
    color: #666;
    font-weight: 500;
}

.cart-base-item .cart-item-price {
    color: #333;
    font-weight: 700;
    font-size: 16px;
}

/* Section Options */
.cart-options-section {
    margin-top: 15px;
}

.cart-section-title {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 700;
    color: #666;
}

.cart-items-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cart-items-list li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 14px;
    color: #666;
}

.cart-items-list li .cart-item-label {
    flex: 1;
    padding-right: 15px;
    color: #666;
    font-weight: 400;
}

.cart-items-list li .cart-item-price {
    font-weight: 600;
    color: #333;
    white-space: nowrap;
}

/* Section Délais */
.cart-delays-section {
    margin-top: 20px;
    padding-top: 15px;
}

.cart-delay-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
    font-style: italic;
}

.cart-delay-item:last-child {
    margin-bottom: 0;
}

.cart-delay-item i {
    color: #F4711A;
    font-size: 14px;
}

.cart-delay-item .delay-label {
    flex: 1;
}

.cart-delay-item .delay-value {
    font-weight: 600;
    color: #333;
    font-style: normal;
}

/* Section Total */
.cart-total-section {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 3px solid #F4711A;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-total-label {
    font-size: 18px;
    font-weight: 700;
    color: #F4711A;
}

.cart-total-price {
    font-size: 22px;
    font-weight: 700;
    color: #F4711A;
}

/* ============================================
   RESPONSIVE
   ============================================ */

/* Responsive pour mobile */
@media (max-width: 768px) {
    #btnAddToCart {
        bottom: 15px;
        right: 15px;
        left: 15px;
        justify-content: center;
        padding: 12px 20px;
        font-size: 15px;
        border-radius: 40px;
    }

    #btnAddToCart .cart-btn-text {
        display: none;
    }

    #btnAddToCart .cart-btn-separator {
        display: none;
    }

    #btnAddToCart::after {
        content: 'AJOUTER AU PANIER';
        margin-left: 5px;
    }

    #cartTooltip {
        max-width: calc(100vw - 40px);
        min-width: calc(100vw - 40px);
        right: 20px !important;
        left: 20px !important;
        bottom: 70px !important;
    }

    #cartTooltip::after {
        display: none;
    }

    .cart-tooltip-content {
        padding: 20px;
    }

    .cart-tooltip-content h4 {
        font-size: 18px;
    }

    .cart-total-section {
        flex-direction: column;
        align-items: flex-end;
        gap: 5px;
    }
}

/* Style pour mobile en mode portrait */
@media (max-width: 576px) {
    #btnAddToCart {
        padding: 12px 15px;
        font-size: 14px;
    }

    #btnAddToCart .cart-btn-icon {
        font-size: 16px;
    }

    #btnAddToCart .cart-btn-price {
        font-size: 16px;
    }

    .cart-tooltip-content {
        padding: 18px;
    }

    .cart-base-item,
    .cart-items-list li {
        font-size: 13px;
    }

    .cart-total-label {
        font-size: 16px;
    }

    .cart-total-price {
        font-size: 20px;
    }
}

/* ============================================
   ANIMATIONS
   ============================================ */

@keyframes slideInFromBottom {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#btnAddToCart.animate-in {
    animation: slideInFromBottom 0.5s ease-out;
}

/* ============================================
   ÉTATS SPÉCIAUX
   ============================================ */

/* État désactivé du bouton */
#btnAddToCart:disabled {
    background: #ccc;
    cursor: not-allowed;
    box-shadow: none;
}

#btnAddToCart:disabled:hover {
    transform: none;
    box-shadow: none;
    background: #ccc;
}

/* ============================================
   MODALES PERSONNALISÉES
   ============================================ */

.custom-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.custom-modal-overlay.visible {
    opacity: 1;
    visibility: visible;
}

.custom-modal {
    background: white;
    border-radius: 16px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.custom-modal-overlay.visible .custom-modal {
    transform: scale(1);
}

.custom-modal-header {
    background: linear-gradient(135deg, #F4711A 0%, #ff8c3a 100%);
    color: white;
    padding: 25px 30px;
    text-align: center;
}

.custom-modal-header i {
    font-size: 48px;
    margin-bottom: 15px;
    display: block;
}

.custom-modal-header h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.custom-modal-body {
    padding: 30px;
    color: #333;
}

.custom-modal-body p {
    margin: 0 0 15px 0;
    font-size: 16px;
    line-height: 1.6;
}

.custom-modal-body .modal-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}

.missing-items-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.missing-items-list li {
    padding: 12px 15px;
    margin: 8px 0;
    background: #fff3e6;
    border-left: 4px solid #F4711A;
    border-radius: 6px;
    font-weight: 500;
    color: #333;
}

.missing-items-list li:before {
    content: '⚠️ ';
    margin-right: 10px;
}

.custom-modal-footer {
    padding: 20px 30px;
    background: #f8f9fa;
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.custom-modal-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.custom-modal-btn.btn-primary {
    background: linear-gradient(135deg, #F4711A 0%, #ff8c3a 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(244, 113, 26, 0.3);
}

.custom-modal-btn.btn-primary:hover {
    background: linear-gradient(135deg, #ff8c3a 0%, #F4711A 100%);
    box-shadow: 0 6px 20px rgba(244, 113, 26, 0.4);
    transform: translateY(-2px);
}

.custom-modal-btn.btn-secondary {
    background: white;
    color: #666;
    border: 2px solid #ddd;
}

.custom-modal-btn.btn-secondary:hover {
    background: #f8f9fa;
    border-color: #ccc;
    color: #333;
}

/* Responsive pour mobile */
@media (max-width: 768px) {
    .custom-modal {
        max-width: 95%;
        margin: 20px;
    }

    .custom-modal-header {
        padding: 20px;
    }

    .custom-modal-header i {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .custom-modal-header h3 {
        font-size: 20px;
    }

    .custom-modal-body {
        padding: 20px;
    }

    .custom-modal-footer {
        flex-direction: column;
        padding: 15px 20px;
    }

    .custom-modal-btn {
        width: 100%;
        justify-content: center;
    }

    .missing-items-list li {
        font-size: 14px;
        padding: 10px 12px;
    }
}

/* ============================================
   CSS SlideType5 - Grille d'images responsive
   Style: Fond noir avec images en grille
   ============================================ */

/* Conteneur principal */
.OpinionSlideType5 {
    width: 100%;
    height: 100%;
    position: relative;
}

.OpinionSlideType5-Background {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    overflow-y: auto; /* Permettre le scroll si nécessaire */
}

/* Titre */
.slideType5-title {
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 2rem;
}

/* Sous-titre */
.slideType5-subtitle {
    color: #ccc;
    font-size: 1.1rem;
    margin-top: 2rem;
}

/* Bouton */
.slideType5-btn {
    background-color: #F4711A;
    border-color: #F4711A;
    color: white;
    padding: 12px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.slideType5-btn:hover {
    background-color: #d95d0f;
    border-color: #d95d0f;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(244, 113, 26, 0.4);
}

/* ============================================
   Grille d'images - Layouts adaptatifs
   ============================================ */

.slideType5-grid {
    display: grid;
    gap: 15px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 1 image - Grande image centrée */
.slideType5-grid-1 {
    grid-template-columns: 1fr;
    max-width: 800px;
}

/* 2 images - 2 colonnes */
.slideType5-grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

/* 3 images - 3 colonnes */
.slideType5-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

/* 4 images - 2x2 */
.slideType5-grid-4 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

/* 5 images - 3 en haut, 2 en bas centré */
.slideType5-grid-5 {
    grid-template-columns: repeat(6, 1fr);
}

.slideType5-grid-5 .slideType5-item:nth-child(1),
.slideType5-grid-5 .slideType5-item:nth-child(2),
.slideType5-grid-5 .slideType5-item:nth-child(3) {
    grid-column: span 2;
}

.slideType5-grid-5 .slideType5-item:nth-child(4) {
    grid-column: 2 / span 2;
}

.slideType5-grid-5 .slideType5-item:nth-child(5) {
    grid-column: 4 / span 2;
}

/* 6 images - 3x2 (comme votre photo) */
.slideType5-grid-6 {
    grid-template-columns: repeat(3, 1fr);
}

/* 7+ images - Grille 3 colonnes qui continue en dessous */
.slideType5-grid-7,
.slideType5-grid-8,
.slideType5-grid-9,
.slideType5-grid-10,
.slideType5-grid-11,
.slideType5-grid-12 {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
}

/* ============================================
   Item et Image
   ============================================ */

.slideType5-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #1a1a1a;
}

.slideType5-image-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* Ratio 1:1 carré */
    overflow: hidden;
    background: #000;
}

.slideType5-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

/* Effet hover - zoom léger */
.slideType5-item:hover .slideType5-image {
    transform: scale(1.05);
}

/* ============================================
   Responsive - Tablettes
   ============================================ */

@media (max-width: 992px) {
    .slideType5-title {
        font-size: 2rem;
    }

    /* 3 images deviennent 2 colonnes */
    .slideType5-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .slideType5-grid-3 .slideType5-item:nth-child(3) {
        grid-column: 1 / -1;
        max-width: 50%;
        margin: 0 auto;
    }

    /* 5 images deviennent 2 colonnes */
    .slideType5-grid-5 {
        grid-template-columns: repeat(2, 1fr);
    }

    .slideType5-grid-5 .slideType5-item {
        grid-column: span 1 !important;
    }

    .slideType5-grid-5 .slideType5-item:nth-child(5) {
        grid-column: 1 / -1;
        max-width: 50%;
        margin: 0 auto;
    }

    /* 6 images deviennent 2 colonnes */
    .slideType5-grid-6 {
        grid-template-columns: repeat(2, 1fr);
    }

    /* 7+ images restent en 2 colonnes */
    .slideType5-grid-7,
    .slideType5-grid-8,
    .slideType5-grid-9,
    .slideType5-grid-10,
    .slideType5-grid-11,
    .slideType5-grid-12 {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ============================================
   Responsive - Mobile
   ============================================ */

@media (max-width: 768px) {
    .OpinionSlideType5-Background {
        padding: 30px 15px;
    }

    .slideType5-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
        letter-spacing: 1px;
    }

    .slideType5-subtitle {
        font-size: 0.95rem;
        margin-top: 1.5rem;
    }

    .slideType5-btn {
        padding: 10px 30px;
        font-size: 0.95rem;
    }

    .slideType5-grid {
        gap: 10px;
        padding: 0 10px;
    }

    /* Toutes les grilles deviennent 2 colonnes sur mobile */
    .slideType5-grid-2,
    .slideType5-grid-3,
    .slideType5-grid-4,
    .slideType5-grid-5,
    .slideType5-grid-6,
    .slideType5-grid-7,
    .slideType5-grid-8,
    .slideType5-grid-9,
    .slideType5-grid-10,
    .slideType5-grid-11,
    .slideType5-grid-12 {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Reset des spans pour mobile */
    .slideType5-grid .slideType5-item {
        grid-column: span 1 !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
}

/* ============================================
   Responsive - Très petit mobile
   ============================================ */

@media (max-width: 480px) {
    .slideType5-title {
        font-size: 1.2rem;
    }

    .slideType5-grid {
        gap: 8px;
    }

    /* 1 colonne pour très petits écrans si nécessaire */
    .slideType5-grid-5,
    .slideType5-grid-6 {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ============================================
   Animations d'entrée
   ============================================ */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.slideType5-item {
    animation: fadeInUp 0.6s ease-out backwards;
}

.slideType5-item:nth-child(1) { animation-delay: 0.1s; }
.slideType5-item:nth-child(2) { animation-delay: 0.2s; }
.slideType5-item:nth-child(3) { animation-delay: 0.3s; }
.slideType5-item:nth-child(4) { animation-delay: 0.4s; }
.slideType5-item:nth-child(5) { animation-delay: 0.5s; }
.slideType5-item:nth-child(6) { animation-delay: 0.6s; }
.slideType5-item:nth-child(7) { animation-delay: 0.7s; }
.slideType5-item:nth-child(8) { animation-delay: 0.8s; }
.slideType5-item:nth-child(9) { animation-delay: 0.9s; }
.slideType5-item:nth-child(10) { animation-delay: 1.0s; }
.slideType5-item:nth-child(11) { animation-delay: 1.1s; }
.slideType5-item:nth-child(12) { animation-delay: 1.2s; }

/* ============================================
   Support pour fullPage.js
   ============================================ */

.section .OpinionSlideType5 {
    height: 100%;
}

/* Mode sans slide (page simple) */
.noSlide .OpinionSlideType5-Background,
.noSlideFirst .OpinionSlideType5-Background {
    min-height: 100vh;
}


/* ============================================================================
   SLIDE TYPE 0 : Texte pur (pas d'image)
   Design modernisé inspiré du Type 3
   ============================================================================ */

/* -----------------------------
   DESKTOP (Base styles)
   ----------------------------- */

.section-limite-type0 {
    width: 100%;
    min-height: 100vh;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slideType0-row {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
    justify-content: center;
}

/* Colonne gauche - Titre (33%) */
.slideType0-col-left {
    /*display: flex;*/
    /*align-items: flex-start;*/
    /*justify-content: flex-start;*/
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Colonne droite - Contenu (66%) */
.slideType0-col-right {
    display: flex;
    flex-direction: column;
}

/* Titre H2 (colonne gauche) */
.slideType0-titre {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0;
    padding-right: 40px;
}

/* Sous-titre H3 (orange) */
.slideType0-soustitre {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    color: #F4711A;
    margin: 0 0 20px 0;
}

/* HR */
.slideType0-hr {
    width: 120px;
    border: none;
    border-top: 2px solid #F4711A;
    margin: 0 0 30px 0;
    opacity: 1;
}

/* Paragraphes */
.slideType0-paragraphe {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 25px 0;
}

/* Description bas (orange) */
.slideType0-description-bas {
    font-size: 16px;
    line-height: 1.6;
    color: #F4711A;
    margin: 30px 0 20px 0;
    font-weight: 500;
}

/* Bouton */
.slideType0-btn {
    display: inline-block;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 20px 0;
    min-width: 200px;
    text-align: center;
}

/* Scroll down */
.slideType0-scroll-down {
    text-align: center;
    color: #F4711A;
    margin: 20px 0 0 0;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.slideType0-scroll-down:hover {
    transform: translateY(5px);
}

.slideType0-scroll-down i {
    font-size: 32px;
}

/* -----------------------------
   RESPONSIVE MOBILE & TABLETTE
   ----------------------------- */

@media screen and (max-width: 991px) {

    /* Section */
    .section-limite-type0 {
        min-height: auto;
        padding: 60px 5% 80px;
        align-items: flex-start;
    }

    /* Row en colonne */
    .slideType0-row {
        flex-direction: column;
        gap: 30px;
        max-width: 100%;
    }

    /* Colonnes full width */
    .slideType0-col-left,
    .slideType0-col-right {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }

    /* Titre H2 centré */
    .slideType0-titre {
        font-size: 36px;
        text-align: center;
        padding-right: 0;
        margin-bottom: 30px;
    }

    /* Sous-titre centré */
    .slideType0-soustitre {
        font-size: 24px;
        text-align: center;
        margin-bottom: 15px;
    }

    /* HR centré */
    .slideType0-hr {
        width: 100px;
        margin: 0 auto 25px;
    }

    /* Paragraphes centrés */
    .slideType0-paragraphe {
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
        line-height: 1.7;
    }

    /* Description bas centrée */
    .slideType0-description-bas {
        font-size: 15px;
        text-align: center;
        margin: 25px 0 15px;
    }

    /* Bouton full width */
    .slideType0-btn {
        width: 100%;
        max-width: 280px;
        margin: 15px auto;
        display: block;
        padding: 14px 20px;
        min-height: 50px;
    }

    /* Scroll down */
    .slideType0-scroll-down {
        margin: 15px 0 0;
    }

    .slideType0-scroll-down i {
        font-size: 28px;
    }
}

/* Très petit mobile (0-575px) */
@media screen and (max-width: 575px) {

    .section-limite-type0 {
        padding: 40px 5% 60px;
    }

    .slideType0-row {
        gap: 25px;
    }

    .slideType0-col-left,
    .slideType0-col-right {
        padding: 0 10px;
    }

    .slideType0-titre {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .slideType0-soustitre {
        font-size: 20px;
    }

    .slideType0-hr {
        width: 80px;
        margin-bottom: 20px;
    }

    .slideType0-paragraphe {
        font-size: 15px;
        margin-bottom: 18px;
    }

    .slideType0-description-bas {
        font-size: 14px;
    }
}

/* Tablette (768-991px) */
@media screen and (min-width: 768px) and (max-width: 991px) {

    .slideType0-titre {
        font-size: 42px;
    }

    .slideType0-soustitre {
        font-size: 28px;
    }

    .slideType0-paragraphe {
        font-size: 17px;
    }

    .slideType0-hr {
        width: 110px;
    }
}

/* Desktop (992-1399px) */
@media screen and (min-width: 992px) and (max-width: 1399px) {

    .slideType0-row {
        gap: 50px;
    }

    .slideType0-titre {
        font-size: 42px;
    }

    .slideType0-soustitre {
        font-size: 28px;
    }
}

/* Grand desktop (1400px+) */
@media screen and (min-width: 1400px) {

    .slideType0-row {
        max-width: 1600px;
        gap: 80px;
    }

    .slideType0-titre {
        font-size: 54px;
    }

    .slideType0-soustitre {
        font-size: 36px;
    }

    .slideType0-paragraphe {
        font-size: 19px;
    }
}

#panier-content-container {
    align-items: flex-end!important;
}