/* Règles générales */
    html{
        height: 100dvh;
        max-width: 100dvw;
        min-height: 100dvh;
        min-width: 350px;
        scroll-behavior: smooth;
        width: 100dvw;
    }

    body{
        height: 100dvh;
        max-width: 100dvw;
        min-height: 100dvh;
        min-width: 350px;
        scroll-behavior: smooth;
        width: 100dvw;
        margin: 0;
        padding: 0;
    }

    *::-webkit-scrollbar{
        display: none;
    }

    /* Autres éléments généraux */
        .select-sans-style{
            border: none;
            min-width: 150px;
            width: max-content;
            background-color: var(--transparent);
        }

        /* Modal */
            .modalSent{
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translateX(-50%) translateY(-50%);
                width: 200px;
                height: 200px;
                z-index: 99999999999999999;
                background-color: var(--gris-clair-cinquante);
                backdrop-filter: blur(20px);
                border-radius: 20px;
                display: flex;
                flex-direction: column;
                gap: 20px;
                align-items: center;
                justify-content: center;
                box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.75);
                text-align: center;
                padding: 10px;
                box-sizing: border-box;
            }

            .modalSent i.fa-solid{
                font-size: 75px;
            }

            .modalML,
            .modalLabel{
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                width: 100dvw;
                height: 100dvh;
                background-color: #22222280;
                display: flex;
                align-items: center;
                justify-content: center;
                z-index: 9999999999999999;
            }

            .modalML .bodyModal{
                position: relative;
                border-radius: 20px;
                box-shadow: #222222 10px 10px 30px;
                min-width: 310px;
                width: 310px;
                max-width: 310px;
                padding: 20px;
                overflow: scroll;
            }

            .modalLabel .bodyModal{
                position: relative;
                border-radius: 20px;
                box-shadow: #222222 10px 10px 30px;
                min-width: 310px;
                width: 310px;
                max-width: 310px;
                min-height: 310px;
                height: 310px;
                max-height: 310px;
                padding: 20px;
                overflow: scroll;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .imgLabelAgrandi{
                width: auto;
                height: 75%;
            }

        /* Bouton */
            .group-btn{
                width: 100%;
                display: flex;
                flex-wrap: no-wrap;
                gap: 0;
                overflow: hidden;
                border-radius: 20px;
                height: 40px;
            }

            .group-btn-fusion{
                width: 100%;
                display: flex;
                flex-wrap: no-wrap;
                gap: 0;
                overflow: hidden;
                border-radius: 20px;
                height: 40px;
                gap: 0;
            }
            
            .group-btn-fusion>* {
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 0 !important;
            }

            .group-btn>* {
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .btn-primaire{
                display: flex;
                justify-content: center;
                align-items: center;
                width: 250px;
                min-width: max-content;
                max-width: 310px;
                height: 40px;
                border-radius: 10px;
                position: relative;
                box-sizing: border-box;
                text-align: center;
                border: none;
                color: var(--gris-blanc);
            }

            .btn-secondaire{
                display: flex;
                justify-content: center;
                align-items: center;
                width: 250px;
                min-width: max-content;
                max-width: 310px;
                height: 40px;
                border-radius: 10px;
                position: relative;
                box-sizing: border-box;
                text-align: center;
                border: 3px solid;
            }

            .div-btn-edit{
                display: flex;
                align-items: center;
                justify-content: end;
                width: 100%;
            }

            .btn-edit{
                display: flex;
                justify-content: center;
                align-items: center;
                width: 30px;
                min-width: max-content;
                height: 30px;
                border-radius: 8px;
                position: relative;
                box-sizing: border-box;
                text-align: center;
                border: none;
                color: var(--gris-blanc);
            }

            .border-vigne{
                border-color: var(--vigne);
            }

            .border-gris-blanc{
                border-color: var(--gris-blanc);
            }
            .border-gris-fonce{
                border-color: var(--gris-fonce);
            }
            
            .border-input-alerte{
                border: 2px solid var(--alerte);
            }

            .btn-primaire>svg{
                width: 25px;
                height: 25px;
            }

    /* SVG réutilisable */
        .svg-fermeture{
            position: absolute;
            top: 20px;
            right: 30px;
        }

        .div-petit-svg{
            display: flex;
            justify-content: center;
            align-items: center;
            height: 30px;
            width: 30px;
        }

        .svg-div-logo-grand{
            width: 250px;
            height: 250px;
            min-width: 250px;
            max-width: 250px;
            max-width: 250px;
            max-height: 250px;
            position: relative;
            margin: 0 auto;
        }




/* Fond haut de page */
    .fond-haut-page{
        height: 100dvh;
        overflow: hidden;
        position: fixed;
        width: 100dvw;
        z-index: 0;
    }

    .fond-haut-page-scroll{
        height: 100dvh;
        overflow: hidden;
        position: relative;
        width: 100dvw;
        z-index: 0;
    }

    .img-fond-haut-page{
        width: 100dvw;
        height: 100dvh;
        position: absolute;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .filtre-haut-page{
        position: relative;
        top:60px;
        height: calc(100% - 60px);
        width: 100%;
        background: rgb(0,0,0, 0.60);
        z-index: 1;
    }

/* Liste Points */
    .liste-gros-points-section-verti{
        width: 10px;
        height: max-content;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 7px;
        padding: 0;
        margin: 0;
    }

    .liste-points-section-page-accueil{
        position: fixed;
        top: 50%;
        right: 50px;
        transform: translateY(-50%);
        z-index: 999999999;
    }

    .gros-point-section-page{
        width: 10px;
        height: 10px;
        border-radius: 5px;
    }

/* Padding */
    .pl-section{
        padding-left: 115px;
    }

    .pr-section{
        padding-right: 115px;
    }
    
    .pt-section-150{
        padding-top: 150px;
    } 

    .pt-section-90{
        padding-top: 90px;
    } 
    
    .pb-section-90{
        padding-bottom: 90px;
    }

/* Page */
    .page-section-full{
        min-width: 100dvw;
        max-height: 100dvh;
        min-width: 100dvw;
        min-height: 100dvh;
        height: 100dvh;
        width: 100dvw;
        position: relative;
        z-index: 1;
        box-sizing: border-box;
        scroll-behavior: smooth;
        scroll-snap-type: y mandatory;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .section-page{
        min-width: 100%;
        max-height: 100%;
        min-width: 100%;
        min-height: 100%;
        height: 100%;
        width: 100%;
        position: relative;
        display: grid;
        grid-template-columns: 425px minmax(350px, 1fr) 425px;
        grid-template-rows: auto;
        gap: 30px;
        box-sizing: border-box;
        scroll-snap-align: center;
        overflow: hidden;
        z-index: 0;
    }

    .colonne-gauche{
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 115px;
        position: relative;
    }

    .colonne-gauche .btn-primaire{
        margin-top: 10px;
    }

    @media(min-width: 890px){
        .section-page.section-accueil{
            min-width: 100%;
            max-height: 100%;
            min-width: 100%;
            min-height: 100%;
            height: 100%;
            width: 100%;
            position: relative;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: auto;
            gap: 30px;
            box-sizing: border-box;
            scroll-snap-align: center;
            overflow: hidden;
            z-index: 0;
            padding-bottom: 42px;
        }

        .section-page.section-accueil > .colonne-gauche{
            grid-column: 1 / 2;
            grid-row: 1 / 2;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-left: 33%;
            padding-right: 10%;
            position: relative;
        }
    }

    .colonne-centre-gauche{
        grid-column: 1 / 3;
        grid-row: 1 / 2;
        position: relative;
    }

    .colonne-centrale,
    .colonne-centre-avec-gauche,
    .colonne-centre-avec-droit{
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        position: relative;
        overflow-y: scroll;
        padding-bottom: 42px;
        max-height: 100dvh;
        max-width: 100dvw;
    }

    .colonne-centre-droite{
        grid-column: 2 / 4;
        grid-row: 1 / 2;
        position: relative;
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        min-width: 100%;
        min-height: 100%;
    }

    .colonne-droite{
        grid-column: 3 / 4;
        grid-row: 1 / 2;
        position: relative;
    }

    .liste-sections-mentions-legales{
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        scroll-behavior: smooth;
        margin-top: 90px;
        padding-right: 90px;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    
    .section-mentions-legales{
        width: 100%;
        height: 100%;
        max-height: max-content;
        min-height: 100%;
        overflow-y: scroll;
    }


/* Frise */
    .frise-vertical{
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: start;
        justify-content: start;
        position: relative;
        width: 100%;
        min-width: 100%;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        scroll-snap-type: y mandatory;
        scroll-behavior: smooth;
        padding-top: 1%;
    }

    .page-histoire>.section-page{
        max-height: calc(100dvh - 35px);
        overflow-y: scroll;
    }

    /* Date */
        .div-date-frise{
            display: flex;
            flex-direction: row-reverse;
            flex-wrap: nowrap;
            justify-content: end;
            align-items: center;
            gap: 20px;
            width: 100%;
            min-width: 100%;
            height: 33%;
            min-height: 33%;
            max-height: 33%;
            position: relative;
            scroll-snap-align: center;
            z-index: 1;
        }

        .info-date-frise{
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            justify-content: center;
            align-items: end;
            gap: 0;
        }

        .cercle-date-frise{
            border-radius: 15px;
            border: 5px solid var(--gris-blanc);
            min-width: 25px;
            width: 25px;
            max-width: 25px;
            min-height: 25px;
            height: 25px;
            max-height: 25px;
        }

        .div-date-frise>.barre-liaison-date-frise{
            height: calc(100% - 25px);
            position: absolute;
            border-left: 5px solid var(--gris-blanc);
            z-index: 0;
            right: 10px;
            top: calc(50% + 12.5px);
        }

        .div-date-frise:last-of-type>.barre-liaison-date-frise{
            height: calc(166% - 20px);
            position: absolute;
            border-left: 5px dashed var(--gris-blanc);
            z-index: 0;
            right: 10px;
            top: calc(50% + 10px);
        }

        .titre-date-frise{
            text-align: end;
        }

/* Description & Images */
    .cadre-description-centre-y,
    .cadre-image-centre-y{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: start;
        height: 100%;
        max-height: 100%;
        min-height: 100%;
        width: 100%;
        box-sizing: border-box;
        padding-top: 90px;
        padding-bottom: 30px;
        gap: 20px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .cadre-description-top-y,
    .cadre-image-top-y{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: start;
        align-items: start;
        height: 100%;
        max-height: 100%;
        min-height: 100%;
        width: 100%;
        box-sizing: border-box;
        padding-top: 150px;
        padding-bottom: 30px;
        gap: 20px;
        overflow-y: scroll;
        overflow-x: hidden;
        scroll-behavior: smooth;
    }

    .description-etape-visite{
        display: flex;
        align-items: center;
        gap: 20px;
        position: relative;
    }

    .liste-images-etape{
        position: relative;
        min-width: 350px;
        height: 100%;
        min-height: 250px;
        max-width: 350px;
    }

    .image-etape{
        width: 225px;
        height: 166px;
        overflow: hidden;
        border-radius: 15px;
        position: absolute;
    }

    .image-etape:hover{
        z-index: 9999;
    }

    .image-etape>img{
        position: absolute;
        left: 50%;
        top: 50%;
        width: 110%;
        height: auto;
        min-height: 100%;
        min-width: 100%;
        transform: translateX(-50%) translateY(-50%);
    }

    .image-etape:nth-of-type(2){
        transform: rotate(-7.5deg) translateX(calc(50% - 25px)) translateY(-85%);
    }

    .image-etape:nth-of-type(1){
        transform: rotate(3.5deg) translateX(10%);
    }

    .image-etape:nth-of-type(3){
        transform: rotate(6.5deg) translateX(calc(50% - 25px)) translateY(95%);
    }

    .liste-recompenses{
        margin-top: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        overflow-y: scroll;
        padding-bottom: 40px;
        gap: 10px;
    }

    .liste-recompenses-tel-tab{
        display: none;
    }

    .recompense{
        display: grid;
        grid-template-columns: 50px 1fr;
        grid-template-rows: 50px;
        align-items: center;
        gap: 20px;
    }
    
    .img-recompense{
        width: 50px;
        height: auto;
    }


    /* Images */
        .grande-image-liste-images-carroussel{
            aspect-ratio: 1 / 1 !important;
            width: 100%;
            min-width: 100%;
            max-width: 100%;
            height: auto;
            background-size: cover;
            background-repeat: no-repeat;
            border-radius: 20px;
            overflow: hidden;
            transition: ease-in-out 750ms;
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            box-sizing: border-box;
        }

        .div-liste-images-carroussel{
            width: 100%;
            max-width: 100%;
            min-width: 100%;
            height: 75px;
            min-height: 75px;
            max-height: 75px;
            overflow-x: scroll;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            gap: 7px;
        }

        .petite-image-liste-images-carroussel{
            aspect-ratio: 1 / 1 !important;
            width: 75px;
            max-width: 75px;
            min-width: 75px;
            height: 75px;
            min-height: 75px;
            max-height: 75px;
            overflow: hidden;
            position: relative;
            border-radius: 7px;
            transition: ease-in-out 750ms;
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
        }

        .img-liste-carroussel{
            max-height: 180%;
            height: auto;
            min-height: 100%;
            width: auto;
            min-width: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            transition: cubic-bezier(0.075, 0.82, 0.165, 1) 500ms;
            transform-origin: center;
        }

        .img-liste-carroussel-bouteille{
            max-height: 90%;
            height: 90%;
            min-height: 90%;
            width: auto;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            transition: cubic-bezier(0.075, 0.82, 0.165, 1) 500ms;
            transform-origin: center;
        }

/* Listes Produits */
    .liste-fiches-produits-horizontale{
        padding-left: 100px;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        overflow-y: scroll;
        box-sizing: border-box;
        align-items: center;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 115px;
        z-index: 1;
        position: relative;
    }

    .fiche-produit{
        scroll-snap-align: start;
        width: 310px;
        height: 310px;
        max-width: 310px;
        max-height: 310px;
        min-width: 310px;
        min-height: 310px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
        justify-content: center;
        position: relative;
        border-radius: 20px;
        padding: 20px 20px 40px 60px;
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5) ;
    }
   
    .fiche-produit-infos{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 8px;
        min-height: 100%;
        max-height: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .info-type-vin{
        display: grid;
        grid-template-columns: 30px 1fr;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .info-type-vin>span i{
        font-size: 25px;
    }

    .image-detail-type-vin{
        width: auto;
        max-height: 250px;
        border-radius: 20px;
        float: left;
        margin-right: 20px; 
    }

    .text-detail-type-vin{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: max-content;
    }

    .ligne-fiche-produit-titre{
        grid-area: titre;
    }

    .fiche-produit-div-title{
        height: max-content;
        width: max-content;
        max-width: 100%;
        position: relative;
    }

    .last-word-hr{
        max-width: max-content;
        position: relative;
    }

    .last-word-hr::after{
        content: "";
        position: absolute;
        background-color: var(--dynamic-color); /* La couleur de fond */
        height: 6px; /* Ajuster selon la hauteur du texte */
        width: 50px;  /* Correspond à la largeur du dernier mot */
        bottom: 2px; /* Positionne sous le texte */
        right: 0;
        border-radius: 3px;
        transform: translateX(7px); /* Décalage de 7px à droite */
        z-index: -1;
    }

    .fiche-produit-div-title>h6{
        position: relative;
        z-index: 1;
    }

    .img-produit-fiche-produit{
        height: 90%;
        width: auto;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateX(-40%) translateY(-66%);
        filter: drop-shadow(5px 5px 10px #222222);
    }
    
    .btn-fiche-produit{
        position: absolute;
        bottom: 0;
        right: 0;
        transform: translateX(15px) translateY(50%);
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
        transition: ease-in-out 400ms;
    }

    .btn-fiche-produit:hover{
        transform: translateX(20px) translateY(50%) scale(1.05);
    }

    .liste-fiche-produit-nav{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 60px;
        min-height: 60px;
        max-height: 60px;
        overflow-x: scroll;
        overflow-y: hidden;
        box-sizing: border-box;
        padding: 0 115px 0 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 20px;
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
    }

    .lien-fiche-produit{
        width: 100%;
        min-width: max-content;
        max-width: 100%;
        height: 60px;
        border-radius: 20px;
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .lien-fiche-produit.non-selectionne{
        background-color: var(--gris-clair-cinquante);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }

    /* Éléments fiche produit */
        .img-fiche-produit{
            width: auto;
            height: 75%;
            max-height: 75%;
        }


/* Page Fiche Produit */
    .table-tarif{
        border-radius: 20px;
        width: 100%;
        height: max-content;
    }

    .informations-generales-produit{
        width: 100%;
    }

    table.table-tarif tr th{
        width: 150px;
    }

    table.table-tarif tr>*{
        min-height: max-content;
        padding: 8px 5px;
    }

    table.table-tarif *{
        text-align: left;
    }

    tfoot{
        border-top: 1px solid var(--gris-blanc);
    }

    .td-choix-type-produit{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 20px;
    }

    .information-complementaire-produit-tablette{
        display: none;
    }

    .cercle-choix-type-produit{
        width: 37px;
        height: 37px;
        border-radius: 20px;
        transition: cubic-bezier(0.165, 0.84, 0.44, 1) 500ms;
    }

    .cercle-choix-type-produit-blanc{
        background: radial-gradient(50% 50% at 50% 50%, #A7B558 0%, #A4B352 0.01%, #909E41 10.5%, rgba(122, 138, 33, 0.95) 40%, #7A8A21 91%, #909C4F 100%);
        box-shadow: 1.47px -1.47px 3px 0px rgba(255, 255, 255, 0.25) inset;
        filter: drop-shadow(5px 10px 20px rgba(0, 0, 0, 0.25));
    }

    .cercle-choix-type-produit-rouge{
        background: radial-gradient(50% 50% at 50% 50%, #4F496F 0%, #5A537F 10.5%, rgba(62, 57, 89, 0.95) 40%, #3E3959 91%, #666280 100%);
        box-shadow: 1.47px -1.47px 3px 0px rgba(255, 255, 255, 0.25) inset;
        filter: drop-shadow(5px 10px 20px rgba(0, 0, 0, 0.25));
    }

    .cercle-choix-type-produit.type-produit-select{
        border: solid 3px var(--gris-blanc);
    }
    
    .border-vigne-card-selected{
        box-sizing: border-box;
        border: solid 5px var(--vigne);
        transition: ease-in-out 580ms;
    }
    .border-card-non-selected{
        box-sizing: border-box;
        border: solid 5px var(--gris-blanc);
        transition: ease-in-out 580ms;
    }
    
    .cercle-choix-type-produit:hover{
        transform: scale(1.1);
    }

    /* Colonne Droite */
        .fiche-informations-complementaires-produit{
            background-color: var(--gris-clair-cinquante);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            width: 100%;
            max-width: 100%;
            min-width: 100%;
            height: calc(100% - 200px);
            min-height: calc(100% - 150px);
            max-height: calc(100% - 150px);
            border-radius: 20px;
            box-sizing: border-box;
            padding: 20px;
            overflow-y: scroll;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            gap: 20px;
        }

        .fiche-informations-complementaires-produit>div{
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            gap: 12px;
        }

        .liste-informations-complementaires-produit{
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: start;
            gap: 15px 30px;
            height: max-content;
            width: 100%;
            margin: 5px 0;
        }

        .information-complementaire-produit{
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: start;
            align-items: center;
            gap: 7px;
            height: max-content;
            min-width: max-content;
            max-width: 100%;
        }

        .liste-informations-speciale-produit{
            overflow-x: scroll;
            overflow-y: hidden;
            width: 100%;
            max-width: 100%;
            min-width: 100%;
            height: 110px;
            min-height: 110px;
            max-height: 110px;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }


/* Formulaire */
    .select-contact{
        box-sizing: border-box;
        height: 50px;
        border-radius: 10px;
        padding: 0 15px;
        width: 100%;
        background-color: var(--gris-clair-cinquante);
        color: var(--gris-blanc);
    }
    
    .select-contact-small{
        box-sizing: border-box;
        height: 35px;
        border-radius: 10px;
        padding: 4px 8px;
        width: 100%;
        background-color: var(--gris-clair-cinquante);
        color: var(--gris-blanc);
    }
    

    .select{
        box-sizing: border-box;
        height: 50px;
        border-radius: 10px;
        padding: 0 3px;
        width: 100%;
        background-color: var(--gris-clair-cinquante);
        color: var(--gris-blanc);
    }
    
    .form{
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 15px;
    }

    .checkbox-ligne{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 10px;
        margin: 10px 0;
    }

    .checkbox-ligne>input{
        width: 20px;
        height: 20px;
    }

    .section-formulaire{
        border-radius: 10px;
        padding: 20px;
        width: 100%;
        height: max-content;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 15px;
        border: 1px solid var(--gris-blanc);
    }

    .section-formulaire-info{
        border-radius: 10px;
        padding: 20px;
        width: 100%;
        height: max-content;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 15px;
        border: 1px solid var(--alerte);
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
    }

    .div-date{
        border-radius: 5px;
        width: 100%;
        height: 50px;
    }

    .div-choix-horaire{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: start;
        align-items: center;
        gap: 15px;
        margin: 15px 0;
        min-width: 75px;
    }

    .horaire-dispo{
        width: max-content;
        height: max-content;
        padding: 4px 7px;
        border-radius: 5px;
        border: 1px solid var(--gris-blanc); 
        background-color: var(--transparent);    
    }

    .horaire-indispo{
        width: max-content;
        height: max-content;
        padding: 4px 7px;
        border-radius: 5px;
        border: 0;
        background-color: var(--gris-fonce-cinquante);
        color: var(--gris-clair);
    }

    .calendrier-date-horaire{
        width: 100%;
        display: flex;
        gap: 20px;
    }

    .colonne-liste-horaire{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .colonne-liste-horaire>section{
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .colonne-liste-horaire>section>div{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 10px;
    }
    
    @media(min-width: 889px) {
        .colonne-liste-horaire>section>div>button{
            width: 100%;
        }

        .colonne-liste-horaire>section>div{
            justify-content: end;
        }

        .colonne-liste-horaire>section>h6{
            text-align: end;
        }
    }

    .colonne-liste-horaire>section>h6{
        white-space: nowrap;
    }

    .calendrier-choix-date{
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        gap: 5px;
        width: 100%;
        min-width: 310px;
        max-width: 100%;
        margin: 15px 0 0;
    }

    .case-calendrier{
        width: 100%;
        height: 63px;
        border-radius: 8px;
        border-width: 5px;
        border-style: solid;
        box-sizing: border-box;
        overflow: hidden;
        display: flex;
        gap: 3px;
        flex-direction: column;
    }

    .date-calendrier{
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 0 5px;
    }

    .select-month-calendrier,
    .div-input-minus-plus{
        display: flex;
        align-items: stretch;
        border-radius: 15px;
        overflow: hidden;
        flex-wrap: nowrap;
    }

    .select-month-calendrier > *,
    .div-input-minus-plus > *{
        height: 35px;
        border: none;
        border-radius: 0;
    }

    .div-input-minus-plus > button,
    .select-month-calendrier > button{
        width: 55px;
    }

    .div-input-minus-plus > *:not(button),
    .select-month-calendrier > *:not(button){
        width: 100%;
    }

    .form-input {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
    }

    .label-input{
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .label-div-input-minus-plus{
        display: flex;
        flex-direction: row;
        padding: 3px 7px;
        max-width: 250px;
        align-items: center;
        justify-content: start;
    }

    input,
    textarea {
        border-radius: 10px;
        color: var(--gris-blanc);
        background-color: var(--gris-clair-cinquante);
        width: 100%;
        height: 35px;
        box-sizing: border-box;
        padding-inline: 0.5em;
        padding-block: 0.7em;
        border: none;
        transition: cubic-bezier(0.075, 0.82, 0.165, 1) 500ms;
    }

    .horaire-dispo-contact{
        border-radius: 10px;
        color: var(--gris-blanc);
        background-color: var(--gris-clair-cinquante);
        width: 100%;
        height: 35px;
        box-sizing: border-box;
        padding-inline: 0.5em;
        padding-block: 0;
        border: none;
        transition: cubic-bezier(0.075, 0.82, 0.165, 1) 500ms;
    }

    textarea{
        height: 75px;
    }


    .form-input>input:first-of-type{
        border-right: 2px solid var(--gris-blanc);
    }

    .form-input>input:first-of-type{
        border-radius: 10px 0 0 10px;
    }

    .form-input>input:last-of-type{
        border-radius: 0 10px 10px 0;
        border-right: none;
    }

    .form-input-number{
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
        gap: 20px;
    }

    .button{
        padding: 5px 7px;
    }
    
    .form-input-number-buttons{
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
    }
    

    .form-input-number-buttons>div.btn-primaire{
        height: 35px;
        width: 35px;
        border: none;
        padding: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .form-input-number-buttons>div.btn-primaire:first-of-type{
        border-radius: 10px 0 0 10px;
    }

    .form-input-number-buttons>*:not(div){
        border-radius: 0;
    }

    .form-input-number-buttons>div.btn-primaire:last-of-type{
        border-radius: 0 10px 10px 0;
    }

    input:focus,
    textarea:focus{
        outline: none;
        background-color: var(--gris-clair-soixante-quinze);
        border: var(--gris-blanc) 1px solid;
    }

    .form-input>input:last-of-type:focus{
        border-right: var(--gris-blanc) 1px solid;
    }

    input::-webkit-calendar-picker-indicator {
        filter: invert(1);
    }

    
    input::placeholder,
    textarea::placeholder{
        color: var(--gris-blanc);
    }

    input:hover,
    textarea:hover{
        background-color: var(--gris-clair-soixante-quinze);
        border: var(--gris-blanc) 1px solid;
    }

    .form-input>input:last-of-type:hover{
        border-right: var(--gris-blanc) 1px solid;
    }

    .ligne-bouton-form{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
        width: 100%;
        gap: 20px;
        min-width: 100%;
        max-width: 100%;
    }

    .liste-etapes{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 2%;
        position: relative;
        top: 0;
        height: 72px;
        z-index: 999999;
    }

    .etape{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
        position: relative;
        z-index: 2;
    }

    .versionFormOrdinateur{
        display: block;
    }

    .versionFormTel{
        display: none;
    }

    .cadre-numero-etape{
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
        box-sizing: border-box;
        width: 40px;
        height: 40px;
        padding: 5px;        
        transition: 500ms ease-in-out;
    }

    .barre-liaison-etapes{
        height: 4px;
        position: absolute;
        width: 75%;
        top: 18px;
        z-index: 0;
    }

    .numero-etape{
        transition: 500ms ease-in-out;
    }

    .barre-liaison-etape-avancee{
        height: 4px;
        position: relative;
        z-index: 1;
        transition: 500ms ease-in-out;
    }

    .liste-prestation{
        width: 100%;
        height: max-content;
        display: flex;
        gap: 20px;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        align-items: stretch;
    }

    .liste-prestation-telephone{
        display: block;
    }


    .cadre-prestation{
        width: 100%;
        min-width: 310px;
        max-width: 100%;
        padding: 10px;
        border-radius: 20px;
        background-color: var(--gris-blanc);
        backdrop-filter: blur(20px);
        overflow-y: scroll;
    }

    .cadre-prestation>*{
        transition: ease-in-out 580ms;
    }

    .liste-infos-offre{
        display: flex;
        gap: 7px;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        min-width: 100%;
        min-height: 100%;
    }

    .recap-commande{
        display: flex;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        flex-direction: column;
        padding: 15px;
    }

    .liste-infos-offre>div{
        display: flex;
        min-height: 35px;
        max-height: max-content;
        align-items: center;
    }

    .liste-infos-offre>div>*{
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .liste-infos-offre svg{
        width: auto;
        height: 25px;
    }

    .en-tete-ligne-info-prestation{
        display: flex;
        gap: 7px;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        width: 150px;
        box-sizing: border-box;
        min-width: 150px;
        max-width: 150px;
        height: calc(100% - 43px);
        position: sticky;
        left: 0;
        z-index: 99;
        margin: 43px 0 0;
        background-color: var(--gris-blanc);
        padding: 10px;
        border-radius: 20px;
        box-shadow: 2px 5px 30px #22222280;
        overflow-y: scroll;
        white-space: nowrap;
    }

    .en-tete-ligne-info-prestation>div{
        min-height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

/* Formulaire */
    .liste-infos-contact{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        width: 100%;
        height: max-content;
        gap: 20px;
    }

    .info-contact{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .lien-carte-contact{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: 310px;
        max-height: 310px;
        min-height: 310px;
    }

    .carte-contact{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        border-radius: 20px;
        height: 310px;
        max-height: 310px;
        min-height: 310px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    .table-reservation,
    .table-reservation-recap{
        display: flex;
        flex-direction: column;
        gap: 3px;
    }

    .table-reservation>section.ligne{
        display: grid;
        grid-template-columns: 1fr 100px 175px 200px;
        grid-auto-rows: 35px;
        align-items: center;
        justify-content: start;
        gap: 5px
    }

    .table-reservation-recap>section.ligne{
        display: grid;
        grid-template-columns: 1fr 100px 175px 200px 40px;
        grid-auto-rows: 35px;
        align-items: center;
        justify-content: start;
        gap: 5px
    }

    .liste-billets{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 20px;
        max-width: 100%;
        min-width: 100%;
        overflow-x: scroll;
    }

    .billet{
        width: 320px;
        max-width: 320px;
        min-width: 320px;
        height: 400px;
        box-sizing: border-box;
        border-radius: 15px;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        background-color: var(--gris-clair-cinquante);
        padding: 15px;
        display: flex;
        flex-direction: column;
        gap: 7px;
    }

    .liste-equipe{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        height: max-content;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-evenly;
        gap: 20px;
        align-items: start;
    }

    .membre-equipe{
        width: 100%;
        min-width: 310px;
        max-width: 350px;
        height: max-content;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }

    .avatar-membre{
        width: 250px;
        height: 250px;
        max-width: 250px;
        max-height: 250px;
        min-width: 250px;
        min-height: 250px;
        border-radius: 125px;
        overflow: hidden;
        position: relative;
    }

    .avatar-membre img{
        min-width: 100%;
        width: 110%;
        height: auto;
        min-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }


/* Actualités */
    .element-colonne-centre-gauche-actu{
        padding-left: 115px;
    }

    .cadre-actualites{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        box-sizing: border-box;
        padding: 20px;
        height: max-content;
        min-height: max-content;
        max-height: calc(100dvh - 150px - 42px - 20px - 100px);
        border-radius: 20px;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        background-color: var(--gris-clair-cinquante);
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 15px;
        overflow-y: scroll;
    }

    .actualite-recente{
        display: grid;
        grid-template-columns: 350px 1fr;
        grid-template-rows: 200px 1fr;
        gap: 10px 20px;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 0 15px;
        height: max-content;
        min-height: max-content;
        max-height: max-content;
        border-bottom: var(--gris-blanc) solid 1px;
    }

    .actualite-recente:last-of-type{
        border-bottom: none;
    }

    .img-actualite-recente{
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        min-width: 100%;
        border-radius: 7px;
        max-width: 100%;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
    }

    .description-actualite-recente{
        width: 100%;
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }

    .colonne-droite-actualite{
        padding-top: 212px;
        padding-bottom: 100px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 15px;
    }

    .liste-actualites-autres{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: start;
        justify-content: start;
        gap: 15px;
    }

    .liste-recompense{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: start;
        overflow: scroll;
        gap: 15px;
        min-width: 100%;
        width: 100%;
        max-width: 100%;
    }

    .cadre-recompense{
        min-width: 310px;
        width: 100%;
        max-width: 550px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 30px;
        border-radius: 20px;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        background-color: var(--gris-clair-cinquante);
        padding: 20px;
    }

    .cadre-recompense-titre{
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
        gap: 10px;   
    }

    .liste-vins-recompenses{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .vin-recompense{
        display: flex;
        gap: 15px;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: start;
    }

    .point-color-vin{
        min-width: 15px;
        min-height: 15px;
        max-width: 15px;
        max-height: 15px;
        width: 15px;
        height: 15px;
        border-radius: 7.5px;
    }

    .autre-actualite{
        width: 100%;
        min-width: 310px;
        max-width: 350px;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        height: max-content;
        min-width: max-content;
        max-width: max-content;
        border-radius: 10px;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        background-color: var(--gris-clair-cinquante);
        box-sizing: border-box;
        padding: 15px;
    }

    .img-actualite-autre{
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        min-width: 100%;
        border-radius: 7px;
        max-width: 100%;
        height: 100%;
        min-height: 150px;
        max-height: 200px;
    }

    .icone-recompense{
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        min-width: 100%;
        border-radius: 7px;
        max-width: 100%;
        height: 100%;
        min-height: 150px;
        max-height: 200px;
    }

    .iframe-video-actu{
        min-width: 100%;
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 16 / 9 !important;
        border-radius: 20px;
    }

    /* Mentions légales */
        .table-identite{
            width: 100%;
            height: max-content;
        }

        .table-identite tr th{
            border-radius: 10px;
            overflow: hidden;
            width: 100%;
            height: 35px;
            padding: 5px 10px;
        }

        .table-identite tbody tr>*{
            width: 100%;
            height: 35px;
            padding: 3px 10px;
        }

        .table-identite tbody tr *:first-child{
            white-space: nowrap;
        }

        .table-identite tbody tr:nth-of-type(2n){
            background-color: var(--gris-clair-cinquante);
            overflow: hidden;
        }

        .liste-fiche-membre{
            display: flex; 
            flex-direction: row;
            flex-wrap: nowrap;
            overflow: scroll;
            width: 100%;
            min-width: 100%;
            max-width: 100%;
            margin: 20px 0;
            gap: 20px;
        }

        .fiche-membre{
            width: 300px;
            height: max-content;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }
        
        .fiche-membre div.div-img-fiche-membre{
            width: 250px;
            height: 250px;
            min-width: 250px;
            min-height: 250px;
            max-width: 250px;
            max-height: 250px;
            border-radius: 125px;
            overflow: hidden;
        }

        .img-fiche-membre{
            width: 100%;
            height: 100%;
            transition: cubic-bezier(0.075, 0.82, 0.165, 1) 500ms;
        }



/* Responsive déclarations */
    @media(max-width: 1439px){
        .section-page{
            grid-template-columns: 330px minmax(350px, 1fr) 330px;
            gap: 25px;
        }

        .colonne-gauche,
        .pl-section{
            padding-left: 20px;
        }

        .pr-section{
            padding-right: 20px;
        }

        .pt-section-150{
            padding-top: 150px;
        } 
        
        .pb-section-90{
            padding-bottom: 90px;
        }

        .liste-fiches-produits-horizontale{
            gap: 35px 75px;
        }

        .section-page-accueil>.colonne-gauche{
            padding-top: 90px;
            padding-bottom: 30px;
            padding-left: 115px;
            min-width: 350px;
            overflow: visible;

        }

        .liste-sections-mentions-legales{
            margin-left: 20px;
        }

        .liste-recompenses{
            margin-top: 0;
            overflow: scroll;
        }

       

        @media(max-width: 1060px){
            .section-page{
                grid-template-columns: 330px 1fr 330px;
            }

            .colonne-gauche{
                padding-left: 75px !important;
            }

            .colonne-centre-avec-gauche{
                grid-column: 2 / 4;
                grid-row: 1 / 2;
            }

            .colonne-centre-avec-droite{
                grid-column: 1 / 2;
                grid-row: 1 / 2;
            }

            .colonne-ordinateur{
                display: none;
            }
            
            .colonne-centre-gauche-actu{
                grid-column: 1 / 4;
            }

            .colonne-centre-gauche-actu>*{
                padding: 0 20px;
            }

            /* Frise */
                .colonne-droite.colonne-frise{
                    position: fixed;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    width: 100dvw;
                    height: 150px;
                    padding-top: 50px;
                    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50px, rgba(0, 0, 0, 1) 100%);
                    box-sizing: border-box;
                    z-index: 8888;
                    display: block;
                }

                .frise-vertical{
                    display: flex;
                    flex-direction: column;
                    flex-wrap: nowrap;
                    align-items: start;
                    justify-content: start;
                    position: relative;
                    width: 100%;
                    min-width: 100%;
                    height: 100px;
                    min-height: 100px;
                    max-height: 100px;
                    overflow-x: hidden;
                    overflow-y: scroll;
                    scroll-snap-type: y mandatory;
                    scroll-behavior: smooth;
                    z-index: 999999999;
                    position: fixed;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    padding: 0 50px 0;
                }

                .div-date-frise{
                    min-height: 100px;
                    max-height: 100px;
                    height: 100px;
                    min-width: 300px;
                    flex-direction: row;
                    justify-content: start;
                    scroll-snap-align: end;
                }

                .div-date-frise:first-of-type{
                    display: none;
                }

                .div-date-frise>.barre-liaison-date-frise{
                    left: 10px;
                   
                }

                .text-colonne-gauche-accueil{
                    max-width: 350px;
                    margin: 0 auto;
                }

            .colonne-droite{
                display: none;
            }

            .cadre-description-top-y,
            .cadre-image-top-y{
                padding-top: 65px;
                padding-bottom: 65px;

            }

            .cadre-description-top-y>div{
                width: 100%;
                box-sizing: border-box;
                padding-right: 20px;
            }

            .information-complementaire-produit-tablette{
                display: block;
            }

            .description-etape-visite{
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 20px;
                position: relative;
                padding-left: 25px;
                padding-bottom: 25px;
            }

            .liste-images-etape{
                position: relative;
                min-width: 350px;
                height: 100%;
                min-height: 250px;
                max-width: 350px;
            }

        
            .image-etape:nth-of-type(2){
                transform: rotate(-7.5deg) translateX(5%) translateY(0);
            }
        
            .image-etape:nth-of-type(1){
                transform: rotate(3.5deg) translateX(85%) translateY(15%);
            }
        
            .image-etape:nth-of-type(3){
                transform: rotate(6.5deg) translateX(100%) translateY(-65%);
            }
            

            @media(max-width: 889px){
                .liste-sections-mentions-legales{
                    margin-top: 20px;
                    padding: 0 20px;
                    margin: 20px 0;
                    box-sizing: border-box;
                }

                .no-telephone{
                    display: none;
                }

                .section-page{
                    display: flex;
                    flex-direction: column;
                    flex-wrap: nowrap;
                }

                .colonne-gauche{
                    padding: 90px 0  0!important;
                }

                .section-page-accueil>.colonne-gauche{
                    padding: 90px 20px 0 !important;
                }

                .colonne-centrale.colonne-centre-droite{
                    height: 100%;
                    min-height: fit-content;
                    max-height: none;
                    overflow-y: scroll;
                }

                .cadre-image-centre-y,
                .cadre-image-top-y{
                    flex-direction: row;
                    flex-wrap: nowrap;
                    max-height: 445px;
                    min-height: 445px;
                    height: 445px;
                    justify-content: center;
                    padding: 75px 20px 20px;
                }

                @media(max-width: 750px){
                    .liste-recompenses-tel-tab{
                        display: flex;
                        flex-direction: column;
                        flex-wrap: nowrap;
                        overflow-y: scroll;
                        padding-bottom: 40px;
                        gap: 10px;
                    }
                    .liste-recompenses{
                        display: none;
                    }
                }

                @media(max-width: 484px){
                    .liste-recompenses{
                        display: flex;
                        flex-direction: column;
                        flex-wrap: nowrap;
                        overflow-y: scroll;
                        padding-bottom: 40px;
                        gap: 10px;
                    }

                    .liste-recompenses-tel-tab{
                        display: none;
                    }
                }

                .cadre-description-top-y>div:not(.section-formulaire, .section-formulaire-info){
                    padding-right: 0;
                }

                
                .cadre-description-top-y{
                    padding: 65px 20px 20px;
                    align-items: start;
                    justify-content: start;
                }

                .div-liste-images-carroussel{
                    flex-direction: column;
                    height: 100%;
                    min-height: 100%;
                    max-height: 100%;
                    width: 75px;
                    min-width: 75px;
                    max-width: 75px;
                    overflow-y: scroll;
                    overflow-x: hidden;
                }

                .grande-image-liste-images-carroussel{
                    max-width: 350px;
                    max-height: 350px;
                    min-width: 350px;
                    min-height: 350px;
                }

                .pt-section-150{
                    padding-top: 150px;
                } 

                .pt-section-90{
                    padding-top: 0px;
                } 
                
                .pb-section-90{
                    padding-bottom: 30px;
                }
                /* Prestations eco-musee */
                .liste-prestation-telephone{
                    display: none;
                }

                /* .liste-prestation-telephone{
                    width: 100%;
                    height: max-content;
                    display: flex;
                    gap: 20px;
                    flex-wrap: nowrap;
                    overflow-x: scroll;
                    overflow-y: hidden;
                    align-items: stretch;
                } */

                .calendrier-date-horaire{
                    flex-direction: column;
                }

                .colonne-liste-horaire{
                    display: flex;
                    flex-direction: row;
                    gap: 20px;
                }

                .colonne-liste-horaire>section>div{
                    display: flex;
                    flex-direction: row;
                    flex-wrap: wrap;
                    gap: 10px;
                }

                .div-choix-horaire{
                    flex-direction: row;
                    margin-top: 10px;
                }

                .liste-fiches-produits-horizontale{
                    height: 100%;
                    min-height: none;
                    max-height: none;
                    padding: 50px 10px 30px 30px;
                    justify-content: center;
                    gap: 50px;
                }

                .fiche-produit{
                    padding-bottom: 100px;
                    scroll-snap-align: center;
                    box-sizing: border-box;
                }

                .liste-fiche-produit-nav{
                    padding: 0 20px;
                    bottom: 30px;
                    left: 20;
                    right: 20;
                }

                .lien-fiche-produit{
                    width: 100%;
                    min-width: max-content;
                    max-width: 100%;
                    height: 60px;
                    border-radius: 20px;
                    backdrop-filter: blur(30px);
                    -webkit-backdrop-filter: blur(30px);
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                .lien-fiche-produit.non-selectionne{
                    background-color: var(--gris-clair-cinquante);
                    backdrop-filter: blur(20px);
                    -webkit-backdrop-filter: blur(20px);
                }

                .liste-gros-points-section-verti{
                    right: 7px;
                }

                .page-histoire:not() .cadre-description-centre-y{
                    display: flex;
                    flex-direction: column;
                    flex-wrap: nowrap;
                    justify-content: center;
                    align-items: center;
                    height: max-content;
                    max-height: max-content;
                    min-height: max-content;
                    width: 100%;
                    box-sizing: border-box;
                    padding-top: 0 !important;
                    padding-bottom: 0 !important;
                    padding-right: 25px !important;
                    gap: 20px;
                    overflow-y: scroll;
                    overflow-x: hidden;
                }

                .page-histoire .cadre-description-centre-y{
                    padding: 0 20px 175px;
                    align-items: start;
                    justify-content: start;
                }
            
                .image-etape:nth-of-type(2){
                    transform: rotate(-7.5deg) translateX(0) translateY(15%);
                }
            
                .image-etape:nth-of-type(1){
                    transform: rotate(3.5deg) translateX(50%) translateY(15%);
                }
            
                .image-etape:nth-of-type(3){
                    display: none;
                }

                /* Éléments fiche produit */
                    .img-fiche-produit{
                        width: auto;
                        height: 75%;
                        max-height: 75%;
                    }

                .cadre-actualites{
                    min-height: calc(100dvh - 420px);
                }

                .actualite-recente{
                    display: flex;
                    flex-direction: column;
                    flex-wrap: nowrap;
                    border-bottom: var(--gris-blanc) solid 1px;
                }

                .versionFormOrdinateur{
                    display: none;
                }
                .versionFormTel{
                    display: block;
                }

                @media(max-width: 560px) {
                    .liste-infos-contact{
                        grid-template-columns: repeat(1, 1fr);
                    }
                    
                    @media(max-width: 484px){
                        .cadre-image-centre-y,
                        .cadre-image-top-y{
                            flex-direction: column;
                            padding-left: 20px;
                            padding-right: 20px;
                            padding-bottom: 0;
                            min-height: none;
                            max-height: none;
                            height: max-content;
                        }

                        .section-page{
                            overflow-y: scroll;
                            height: max-content;
                            max-height: max-content;
                            min-height: 100dvh;
                            justify-content: center;
                        }

                        .colonne-centrale{
                            overflow-y: hidden;
                        }

                        .page-histoire>.section-page{
                            max-height: 100dvh;
                            overflow-y: scroll;
                            padding-bottom: 10px;
                            justify-content: start;
                        }  
                        
                        .page-histoire .colonne-gauche, 
                        .page-histoire .colonne-centrale{
                            min-height: max-content !important;
                            max-height: none !important;
                        }

                        .grande-image-liste-images-carroussel{
                            min-width: 310px;
                            max-width: 100%;
                            width: 100%;
                        }

                        .div-liste-images-carroussel{
                            flex-direction: row;
                            flex-wrap: nowrap;
                            overflow-y: hidden;
                            overflow-x: scroll;
                            width: 100%;
                            max-width: 100%;
                            min-width: 100%;
                            height: 75px;
                            max-height: 75px;
                            min-height: 75px;
                        }

                        .section-page-accueil>.colonne-gauche{
                            box-sizing: border-box;
                            min-width: 310px;
                            overflow: hidden;
                            width: 100%;
                            padding: 90px 20px 30px;
                            align-items: center;
                        }

                        .colonne-gauche>*:not(.svg-div-logo-grand){
                            width: 100%;
                            min-width: 310px;
                            max-width: 100%;
                        }

                        .svg-div-logo-grand{
                            margin: 0;
                            max-width: 250px;
                        }

                        .colonne-centrale{
                            height: calc(100% - 470px);
                            max-height: calc(100% - 535px);
                            min-height: calc(100% - 535px);
                            overflow-y: scroll;
                        }

                        .text-colonne-gauche-accueil{
                            margin: 0;
                        }
                    }
                }
            }
        }
    }


    @media (hover: hover) {
        .cursor:hover{
            cursor: pointer
        }
        
        *.cursor-none:hover{
            cursor: default;
        }

        .cursor-slide-verti:hover{
            cursor: ns-resize;
        }

        .cursor-no-allowed:hover{
            cursor: not-allowed;
        }

        .petite-image-liste-images-carroussel:hover .img-liste-carroussel-bouteille,
        .petite-image-liste-images-carroussel:hover .img-liste-carroussel{
            transform: translateX(-50%) translateY(-50%) scale(1.1);
        }

        .div-img-fiche-membre:hover img{
            transform: scale(1.1);
        }

        .btn-primaire:hover *,
        .btn-primaire:hover {
            color: var(--gris-fonce);
        }
    }

    /* Scroll btn Animation */
        .container_mouse{
            position: absolute;
            left: 50%;
            bottom: 0%;
            transform: translateX(-50%) translateY(-20px);
        }

        /* From Uiverse.io by mrhyddenn */ 
            .mouse-btn {
                margin: 10px auto;
                width: 30px;
                height: 50px;
                border: 3px solid var(--gris-clair);
                border-radius: 20px;
                display: flex;
                align-items: center;
            }
            
            .mouse-scroll {
                display: block;
                width: 18px;
                height: 18px;
                background: linear-gradient(170deg, rgba(122, 122, 124, 0.918), rgb(123, 124, 124));
                border-radius: 50%;
                margin: auto;
                animation: scrolling13 1500ms linear infinite;
            }
            
            @keyframes scrolling13 {
                0% {
                    opacity: 0;
                    transform: translateY(-9px);
                }
            
                100% {
                    opacity: 1;
                    transform: translateY(9px);
                }
            }