/*@font-face {
    font-family: "Montserrat";
    src: "Font/Montserrat-VariableFont_wght.ttf" format("ttf-variations");
    font-weight: 100 800;
    font-style: normal;
}*/

@font-face {
    font-family: "Kaushan";
    src: "Font/KaushanScript-Regular.ttf" format("ttf");
    font-weight: 600;
    font-style: normal;
}

:root {
    --CS_color1: #BF3425;
    --CS_colorInit: #BF3425;
    --color-custom: #BF3425;
    --CS_color2: #BF342580;
    --CS_colorvalid: #6D8673;
    --CS_colorinvalid: #780000;
    --CS_colormedium: #e76f51;
    --CS_color-blanc: #ffffff;
    --CS_color-noir: #000000;
    --CS_color-gris: #CACACA;
    --CS_font1: 'Montserrat', sans-serif;
    --CS_font2: 'Kaushan', fantasy;
}

@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.buttonType1 {
    border: solid 1px var(--CS_color1);
    border-radius: 5px;
    padding: 0.3rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}
    .buttonType1:hover {
        background: var(--CS_color1);
        color: white;
    }
    /* HEADER */
    /* Version Connect�e */
    /*Chaque Option*/
    #header > .top > .options > div[b-p63at71cfz] {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

/*Bouton Connexion*/
#header > .top > .options > a[b-p63at71cfz] {
    border: solid 1px grey;
    border-radius: 5px;
    padding: 5px 10px 5px 5px;
    justify-content: center;
    transition: background-color 0.3s ease, color 0.3s ease; /* Transition en douceure */
}
    /*Bouton Connexion HOVER*/
    #header > .top > .options > a[b-p63at71cfz]:hover {
        background-color: #F0F0F2;
    }

/*Icone Favoris = Coeur*/
#header > .top > .options > .wish > span[b-p63at71cfz] {
    height: 39px;
    margin-top: 2px;
}

/*Btn Deconnexion*/
.top > .options > .deconnexion {
    height: 40px !important;
    width: 40px !important;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 2px grey;
    border-radius: 50%;
    margin: auto 0px;
}
    /*Btn Deconnexion HOVER*/
    .top > .options > .deconnexion:hover {
        background-color: #F0F0F2;
    }
    /*Icone Btn Deconnexion*/
    .top > .options > .deconnexion > span {
        color: black;
        height: 24px !important;
        width: 24px !important;
    }

/*VERSION MOBILE*/
@media screen and (max-width: 430px) {
    #header > .top > .options > a[b-p63at71cfz] {
        padding: 5px;
    }
}


/* PAGE MON COMPTE (COMMERCIAL) */

#MonCompte {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2rem;
}
    /*Menu du Commercial*/
    #MonCompte > .headerCompte {
        width: 12%;
    }

        #MonCompte > .headerCompte > ul {
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start;
            height: 380px;
            width: 230px;
            margin: 0px;
        }
            /*Chaque Btn du Menu*/
            #MonCompte > .headerCompte > ul > li {
                width: 230px;
                text-align: center;
                margin: 0px;
            }

    /*Chaque Encadr� d'informations*/
    #MonCompte > .composantCompte {
        width: calc(100% - 300px);
        margin: 30px 30px 30px 0px;
        justify-content: center;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    /*"Mes Infos" : Chaque Encadr�*/
    #MonCompte > #CompteInformations > div {
        min-width: 445px;
    }
    /*"Mon Commercial" : Encadr�*/
    #MonCompte > #CompteCommercial > div {
        width: 90%;
    }
    /*"Mes Factures" : Encadr�*/
    #MonCompte > #CompteFactures {
        display: flex;
        justify-content: center;
    }

        #MonCompte > #CompteFactures > div {
            width: 90%;
        }
            /*"Mes Factures" : Chaque ligne de la liste*/
            #MonCompte > #CompteFactures > div > div[b-0xpgiil1ge] {
                justify-content: space-between;
            }
            /*"Mes Factures" : Ligne des Titres de la liste*/
            #MonCompte > #CompteFactures > div > div:nth-child(2)[b-0xpgiil1ge] {
                width: 72.5%; /*Correspond � [100% - (20% + 1/4*30%)]  ; 20% <=> Largeur du bouton "D�tails" ; 1/4*30% <=> Largeur de l'espace vide entre le "Prix Total" et le bouton "D�tails"*/
            }
                /*"Mes Factures" : Titre de la 1�re colonne "REF DE LA FACTURE"*/
                #MonCompte > #CompteFactures > div > div:nth-child(2)[b-0xpgiil1ge] > p:nth-child(1) {
                    width: 20.689655% !important; /*Correspond � [15 / 72.5] = 0.20689655 = 20.689655% ; 15% <=> Largeur du Texte par rapport � la largeur compl�te de l'encadr� ;  27.5% = [100% - 72.5%] <=> Diff�rence entre la largeur de l'encadr� (100%) et la largeur de la ligne des Titres (72.5)*/
                }
                /*"Mes Factures" : Titre de la 2nd colonne "REF DE CLIENT"*/
                #MonCompte > #CompteFactures > div > div:nth-child(2)[b-0xpgiil1ge] > p:nth-child(2) {
                    width: 20.689655% !important; /*Correspond � [15 / 72.5] = 0.20689655 = 20.689655% ; 15% <=> Largeur du Texte par rapport � la largeur compl�te de l'encadr� ;  27.5% = [100% - 72.5%] <=> Diff�rence entre la largeur de l'encadr� (100%) et la largeur de la ligne des Titres (72.5)*/
                }
                /*"Mes Factures" : Titre de la 3�me colonne "DATE"*/
                #MonCompte > #CompteFactures > div > div:nth-child(2)[b-0xpgiil1ge] > p:nth-child(3) {
                    width: 13.793103% !important; /*Correspond � [10 / 75.5] = 0.13793103 = 13.793103% ; 10% <=> Largeur du Texte par rapport � la largeur compl�te de l'encadr� ;  27.5% = [100% - 72.5%] <=> Diff�rence entre la largeur de l'encadr� (100%) et la largeur de la ligne des Titres (72.5)*/
                }
                /*"Mes Factures" : Titre de la 4�me colonne "PRIX TOTAL"*/
                #MonCompte > #CompteFactures > div > div:nth-child(2)[b-0xpgiil1ge] > p:nth-child(4) {
                    width: 13.793103% !important; /*Correspond � [10 / 75.5] = 0.13793103 = 13.793103% ; 10% <=> Largeur du Texte par rapport � la largeur compl�te de l'encadr� ;  27.5% = [100% - 72.5%] <=> Diff�rence entre la largeur de l'encadr� (100%) et la largeur de la ligne des Titres (72.5)*/
                }

            /*"Mes Factures" : Texte au dessus de la liste*/
            #MonCompte > #CompteFactures > div > div:first-child > p:nth-child(1)[b-0xpgiil1ge] {
                width: 100% !important;
            }

            /*"Mes Factures" : Colonne "REFERENCE DE LA FACTURE"*/
            #MonCompte > #CompteFactures > div > div > p:nth-child(1)[b-0xpgiil1ge] {
                width: 15% !important;
                word-wrap: break-word;
            }
            /*"Mes Factures" : Colonne "REF DE CLIENT"*/
            #MonCompte > #CompteFactures > div > div > p:nth-child(2)[b-0xpgiil1ge] {
                width: 15% !important;
                word-wrap: break-word;
            }
            /*"Mes Factures" : Colonne "DATE"*/
            #MonCompte > #CompteFactures > div > div > p:nth-child(3)[b-0xpgiil1ge] {
                width: 10% !important;
                word-wrap: break-word;
            }
            /*"Mes Factures" : Colonne "PRIX TOTAL"*/
            #MonCompte > #CompteFactures > div > div > p:nth-child(4)[b-0xpgiil1ge] {
                width: 10% !important;
                word-wrap: break-word;
            }

            /*"Mes Factures" : Chaque Btns D�tail*/
            #MonCompte > #CompteFactures > div > div > div:last-child > div[b-0xpgiil1ge] {
                width: 100%;
            }

    /*"Cadencier" : Encadr�*/
    #MonCompte > #cadencier {
        /*width: calc(100% - 300px);
            margin: 30px 0px;
            display: flex;
            justify-content: center;*/
    }

    /*Chaque Texte sous les Encadr�s*/
    #MonCompte > p[b-v6xhbte6t4] {
        margin: 0px calc((100vw - 806px)/2);
        padding: 0px !important;
    }


/* VERSION TABLETTE PAYSAGE */
@media screen and (max-width: 1250px) {

    /*Chaque Encadr� d'informations*/
    #MonCompte > .composantCompte {
        flex-direction: column;
        width: calc(100% - 300px);
        align-items: center;
    }

        #MonCompte > .composantCompte > div {
            width: 90% !important;
            margin: 0px !important;
        }

    /*"Mes Adresses" : Encadr�*/
    #MonCompte > #CompteAdresses > div[b-bmgw2qopub] {
        width: 100% !important;
        align-items: center;
    }

        #MonCompte > #CompteAdresses > div[b-bmgw2qopub] > .blocAdresse {
            width: 100%;
            margin: 0px !important;
        }

    /*"Mes Factures" : Encadr�*/
    #MonCompte > #CompteFactures {
        margin: 30px 5px 30px 0px;
    }

        #MonCompte > #CompteFactures > div {
            width: 100% !important;
        }

    /*"Cadencier" : Encadr�*/
    #MonCompte > #cadencier > .date {
        /*flex-wrap: wrap;
                gap: 15px;            
                align-content: center;*/
    }
        /*"Cadencier" : Texte*/
        #MonCompte > #cadencier > .date > div:first-child {
            /*margin: 0 calc((100% - 211.72px)/2);*/
        }
}


/* VERSION TABLETTE PORTRAIT */
@media screen and (max-width: 780px) {
    #MonCompte {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
        /*Menu du Commercial*/
        #MonCompte > .headerCompte {
            width: 100%;
            display: flex;
            justify-content: center;
        }

            #MonCompte > .headerCompte > ul {
                width: 90%;
                align-items: center;
                height: 320px;
            }
                /*Chaque Btn du Menu*/
                #MonCompte > .headerCompte > ul > li {
                    width: 100%;
                    height: 50px;
                }
        /*Chaque Encadr� d'Information*/
        #MonCompte > .composantCompte {
            width: 90%;
            margin: 0px;
        }

            #MonCompte > .composantCompte > div {
                margin: 0px;
                width: 100% !important;
            }

        /*"Mes Factures" : Encadr�*/
        #MonCompte > #CompteFactures > div[b-0xpgiil1ge] {
            width: 100%;
        }

        /*Chaque Texte sous les Encadr�s*/
        #MonCompte > p[b-v6xhbte6t4], #MonCompte > p[b-bmgw2qopub] {
            margin: 0px !important;
            padding: 0px !important;
            width: 90%;
        }
}

/*VERSION ENTRE MOBILE ET TABLETTE */
@media screen and (max-width: 600px) {

    /*"Mes Factures" : Ligne des Titres de la liste*/
    #MonCompte > #CompteFactures > div > div:nth-child(2)[b-0xpgiil1ge] {
        width: 60%; /*Correspond � [100% - (30% + 1/2*20%)]  ; 30% <=> Largeur du bouton "D�tails" ; 1/2*20% <=> Largeur de l'espace vide entre le "Prix Total" et le bouton "D�tails"*/
    }
        /*"Mes Factures" : Titre de la 1�re colonne "REF DE LA FACTURE"*/
        #MonCompte > #CompteFactures > div > div:nth-child(2)[b-0xpgiil1ge] > p:nth-child(1) {
            width: 41.66667% !important; /*Correspond � [25 / 60] = 0.4166667 = 41.66667% ; 25% <=> Largeur du Texte par rapport � la largeur compl�te de l'encadr� ;  60% = [100% - 40%] <=> Diff�rence entre la largeur de l'encadr� (100%) et la largeur de la ligne des Titres (60%)*/
        }
        /*"Mes Factures" : Titre de la 2nd colonne "REF DE CLIENT"*/
        #MonCompte > #CompteFactures > div > div:nth-child(2)[b-0xpgiil1ge] > p:nth-child(2) {
            display: none;
        }
        /*"Mes Factures" : Titre de la 3�me colonne "DATE"*/
        #MonCompte > #CompteFactures > div > div:nth-child(2)[b-0xpgiil1ge] > p:nth-child(3) {
            display: none;
        }
        /*"Mes Factures" : Titre de la 4�me colonne "PRIX TOTAL"*/
        #MonCompte > #CompteFactures > div > div:nth-child(2)[b-0xpgiil1ge] > p:nth-child(4) {
            width: 41.66667% !important; /*Correspond � [25 / 60] = 0.4166667 = 41.66667% ; 25% <=> Largeur du Texte par rapport � la largeur compl�te de l'encadr� ;  60% = [100% - 40%] <=> Diff�rence entre la largeur de l'encadr� (100%) et la largeur de la ligne des Titres (60%)*/
        }

    /*"Mes Factures" : Colonne "REFERENCE DE LA FACTURE"*/
    #MonCompte > #CompteFactures > div > div > p:nth-child(1)[b-0xpgiil1ge] {
        width: 25% !important;
    }
    /*"Mes Factures" : Colonne "REF DE CLIENT"*/
    #MonCompte > #CompteFactures > div > div > p:nth-child(2)[b-0xpgiil1ge] {
        display: none;
    }
    /*"Mes Factures" : Colonne "DATE"*/
    #MonCompte > #CompteFactures > div > div > p:nth-child(3)[b-0xpgiil1ge] {
        display: none;
    }
    /*"Mes Factures" : Colonne "PRIX TOTAL"*/
    #MonCompte > #CompteFactures > div > div > p:nth-child(4)[b-0xpgiil1ge] {
        width: 25% !important;
    }

    /*"Mes Factures" : Chaque Btns D�tail*/
    #MonCompte > #CompteFactures > div > div > div:last-child {
        width: 30%;
    }
}

/* VERSION MOBILE */
@media screen and (max-width: 480px) {
    /*"Mes Informations" : Encadr�*/
    #MonCompte > #CompteInformations > div[b-v6xhbte6t4] {
        min-width: initial;
        width: 85vw;
    }
        /*"Mes Informations" : Chaque ligne d'information */
        #MonCompte > #CompteInformations > div[b-v6xhbte6t4] > div {
            flex-direction: column;
            row-gap: 10px;
        }
            /*"Mes Informations" : Chaque Intitul� d'information*/
            #MonCompte > #CompteInformations > div[b-v6xhbte6t4] > div > :first-child {
                text-align: center;
            }
            /*"Mes Informations" : Chaque Information*/
            #MonCompte > #CompteInformations > div[b-v6xhbte6t4] > div > :nth-child(2) {
                width: 95%;
            }

    /*"Mon Commercial" : Chaque ligne d'information*/
    #MonCompte > #CompteCommercial > div[b-1w5ny2uh5v] > div {
        flex-direction: column;
        row-gap: 10px;
    }
        /*"Mon Commercial" : Derni�re ligne d'information*/
        #MonCompte > #CompteCommercial > div[b-1w5ny2uh5v] > div:last-child {
            margin-bottom: 20px;
        }
        /*"Mon Commercial" : Chaque Information*/
        #MonCompte > #CompteCommercial > div[b-1w5ny2uh5v] > div > input:nth-child(2) {
            width: 100%;
            height: 40px;
        }
}


/*ZOOM LOUPE*/
[data-loupe-wrapper] {
    position: relative;
    width: fit-content;
}

[data-loupe-image] {
    display: block;
    cursor: none;
}

[data-loupe-enlarged-image] {
    width: auto;
    max-width: none;
}

[data-loupe] {
    position: absolute;
    overflow: hidden;
    width: 200px;
    height: 200px;
    border: 8px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 24px 0 rgba(192, 192, 192, 0.5);
    opacity: 0;
    pointer-events: none;
}

body {
    overflow-x: hidden;
}

.hidden {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}


.validColor {
    color: var(--CS_colorvalid);
    fill: var(--CS_colorvalid);
}

    .validColor > svg {
        stroke: var(--CS_colorvalid);
        fill: transparent;
    }

.invalidColor {
    color: var(--CS_colorinvalid);
    fill: var(--CS_colorinvalid);
}

    .invalidColor > svg {
        stroke: var(--CS_colorinvalid);
        fill: transparent;
    }

.mediumColor {
    color: var(--CS_colormedium);
    fill: var(--CS_colormedium);
}

    .mediumColor > svg {
        stroke: var(--CS_colormedium);
        fill: transparent;
    }

p {
    margin: 0;
}


html, body {
    font-family: var(--CS_font1);
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: var(--CS_color1);
}

.WidthAuto {
    width: auto !important
}

.color1 {
    color: var(--CS_color1);
}

.btnPrimary {
    padding: 1vh 1vw;
    color: #fff;
    background-color: var(--CS_color1);
    border: solid 1px var(--CS_color1);
    border-radius: 5px;
    text-align: center;
    font: normal normal normal 17px/20px var(--CS_font1);
    letter-spacing: 0px;
    text-transform: uppercase;
    width: 100%;
    box-shadow: 0px 3px 6px #00000029;
    list-style: none;
    cursor: pointer;
}

    .btnPrimary:hover, .btnPrimaryFit:hover {
        /*color: var(--CS_color1);
        background-color: transparent;*/
        box-shadow: inset 0px 3px 6px #00000029;
    }

.btnPrimaryFit {
    padding: 1vh 1vw;
    color: #fff;
    background-color: var(--CS_color1);
    border: solid 1px var(--CS_color1);
    border-radius: 5px;
    text-align: center;
    font: normal normal normal 17px/20px var(--CS_font1);
    letter-spacing: 0px;
    text-transform: uppercase;
    width: fit-content;
    box-shadow: 0px 3px 6px #00000029;
    list-style: none;
    cursor: pointer;
}

.btnBlack {
    padding: 1vh 1vw;
    color: #fff;
    background-color: #000;
    border: solid 1px #000;
    border-radius: 5px;
    text-align: center;
    font: normal normal normal 17px/20px var(--CS_font1);
    letter-spacing: 0px;
    text-transform: uppercase;
    width: 100%;
    box-shadow: 0px 3px 6px #00000029;
    list-style: none;
    cursor: pointer;
}

    .btnBlack:hover {
        background-color: transparent;
        color: #000;
    }

.btnBlanc {
    padding: 1vh 1vw;
    color: #000;
    background-color: #fff;
    border: solid 1px #fff;
    border-radius: 5px;
    text-align: center;
    font: normal normal normal 17px/20px var(--CS_font1);
    letter-spacing: 0px;
    text-transform: uppercase;
    width: 100%;
    list-style: none;
    cursor: pointer;
    box-shadow: 0px 3px 6px #00000029;
}

    .btnBlanc:hover {
        box-shadow: inset 0px 3px 6px #00000029;
    }


.bg-primary {
    --bs-bg-opacity: 1;
    background-color: var(--CS_color1) !important;
    border: none !important;
    padding: 5px 10px;
    color: var(--CS_color-blanc);
}


.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.hfitc {
    height: fit-content
}

.bold {
    font-weight: bold;
}

#blazor-error-ui {
    /*background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);*/
    /*display: none;*/
    /*left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;*/
    width: 100%;
    /*z-index: 1000;*/
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

button, input, optgroup, select, textarea {
    font-family: var(--CS_font1);
    font-size: 15px !important;
}

.rz-dialog-titlebar {
    background-color: #fff !important;
}

.w100 {
    width: 100% !important;
}

#ConnexionPage .popup > div {
    width: 40%;
    height: fit-content;
}

#MenuExterne a {
    text-decoration: none;
}
/** SPINNER**/
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #999;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/**SPINNER CIRCULAIRE POUR BOUTON**/
.lds-dual-ring {
    display: inline-block;
    width: 1.0416666666666667vw;
    height: 2.1528525296017222vh;
    position: absolute;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 1.0416666666666667vw;
        height: 2.1528525296017222vh;
        margin: 2px;
        border-radius: 50%;
        border: 3px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*SPINNER*/
#SpinnerWait {
    left: 47.5vw;
    top: 50vh;
    position: fixed;
    z-index: 100000000;
}



.SpinnerOut {
    display: none;
}



.ButtonWait {
    animation: ButtonWait 1s infinite alternate both;
}

@keyframes ButtonWait {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/*OPACITY CHANGEMENT DE PAGE*/
.ContentOut {
    transition: opacity;
    opacity: 0;
}

.ContentIn {
    transition: opacity 1s ease-in;
    opacity: 1;
}

#CompteCommandes > div > div > div > div > span, #CompteFactures > div > div > div > div > span {
    display: none;
}


/*RESPONSIVE*/

: root {
    --bs-body-font-size: 16px !important;
}

input {
    font-size: 16px !important;
}


.btnPrimary, .btnBlanc {
    font-size: 22px !important;
}

.material-symbols-outlined {
    font-size: 26px;
}

.bg-success {
    background-color: var(--CS_color1) !important;
    color: var(--CS_color-blanc)
}




#BodyMP .Zoom2 {
    grid-column: 2 / 4;
    grid-row: 2 / 4;
}

    #BodyMP .Zoom2 > .cardArticle {
        height: 100%;
        width: 100%
    }

        #BodyMP .Zoom2 > .cardArticle > div:nth-child(3), #BodyMP .Zoom2 > .cardArticle > div:nth-child(3) > img {
            height: 84%;
        }


#CompteInformations > div, #CompteAdresses > div, #CompteCommercial > div {
    pointer-events: none;
}

.InputMail > input {
    width: 100%;
}

.rz-dialog {
    border: 3px solid var(--CS_color1);
    border-radius: 5px;
    box-shadow: 0px 3px 6px #00000029;
}


/* MENU EXTERNE */
#MenuExterne .menu {
    display: flex;
    flex-direction: row;
    width: 90%;
    margin: auto;
    flex-wrap: wrap;
    align-items: center;
}

    #MenuExterne .menu a {
        text-decoration: none;
    }

.LienMenu {
    padding: 0 2.6041666666666665vw 0 0;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    color: var(--CS_color1);
}

    .LienMenu::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: var(--CS_color1);
        transition: width 0.3s ease-in;
        margin-top: 1.2vh;
    }

    .LienMenu:hover a {
        color: var(--CS_color1)
    }

    .LienMenu:hover::after {
        width: 100%
    }

#MenuExterne .menu .LienMenu .dropdown > ul > li:hover > a {
    text-decoration: underline;
}

.CataCgv p, .Referencement p {
    /*color: var(--CS_color1);*/
    text-transform: uppercase;
}

.CataCgv > ul, .Referencement > ul {
    display: none;
    position: absolute;
    background: white;
    padding: 1vh;
    list-style: none;
    border: solid 1px #eee;
    box-shadow: 2px 2px 5px #eee;
    z-index: 10
}

.CataCgv li, .CataCgv li:hover {
    display: flex;
    margin: 1vh 0;
}

.dropdown:hover + ul, ul:hover, li:hover {
    display: block;
}

.rz-selectable tbody tr.rz-data-row.rz-state-highlight > td {
    background-color: var(--CS_color1) !important;
}

/* FOOTER */
/* BANDEAU FOOTER */
.bandeauFooter {
    width: 100vw;
    height: fit-content;
    background-color: var(--CS_color1);
    box-shadow: 0px 3px 6px #00000029;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 40px 0;
    align-items: center;
}

    .bandeauFooter > div {
        width: 20%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

        .bandeauFooter > div > div {
            display: flex;
            flex-direction: column;
        }

            .bandeauFooter > div > div > p:first-child {
                color: var(--CS_color-blanc);
                text-transform: uppercase;
                font-size: 17px;
                font-weight: 600;
                font-family: var(--CS_font1);
                margin-left: 15px
            }

            .bandeauFooter > div > div > p:last-child {
                color: var(--CS_color-blanc);
                font-size: 14px;
                font-family: var(--CS_font1);
                margin-left: 15px
            }

        .bandeauFooter > div > img {
            width: auto;
            height: 50px;
        }

/* FOOTER */

#FooterColinternet.footer-menu {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 10vh auto;
}



#FooterColinternet .menu {
    display: flex;
    justify-content: space-around;
    width: 75%;
}

    #FooterColinternet .menu > div {
        width: 20%;
    }

        #FooterColinternet .menu > div > .btnPrimary {
            width: fit-content;
        }



    #FooterColinternet .menu div div:first-of-type {
        font-size: 15px !important;
        margin-bottom: 10px
    }



    #FooterColinternet .menu ul {
        list-style: none;
        padding: 0;
        line-height: 19px;
    }



        #FooterColinternet .menu ul li {
            cursor: pointer;
        }



            #FooterColinternet .menu ul li a {
                padding: 0;
                font-weight: 400;
            }



#FooterColinternet > .menu > ul > li:nth-child(2) > a {
    text-transform: uppercase;
}

#FooterColinternet > .menu > ul > li:nth-child(3) > a {
    text-transform: capitalize;
}

#FooterColinternet .menu ul li:hover, #FooterColinternet .menu ul li:hover a {
    font-weight: bold;
}

#FooterColinternet .menu > div:nth-child(3) > div:last-child > a {
    color: #fff;
}

#FooterColinternet .logo {
    width: 20%;
    margin-left: 5%;
}

    #FooterColinternet.logo img {
        width: 100%;
    }

#FooterColinternet .footer span {
    cursor: pointer;
}

#FooterColinternet a {
    text-decoration-line: none;
    color: black;
}

#FooterColinternet .menu div div:first-of-type {
    font-size: 18px !important;
}

#ListeUnivers ul {
    list-style: none;
}

.Copyright {
    width: fit-content;
    margin: 0 auto;
}

#MenuExterne {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
}
/* MASQUAGE COMPTE */
/*#CompteCommandes svg, #CompteFactures svg, .headerCompte > ul > li:nth-child(4) {
    display: none;
}*/
#CompteCommandes svg {
    display: none;
}

.material-symbols-outlined {
    font-variation-settings: 'wght' 250; /* Ajusta el grosor (100 es m�s fino, 700 es m�s grueso) */
}

button:active {
    box-shadow: inset 0px 3px 6px #00000029;
}

@media screen and (max-width: 1920px) {
    #FooterColinternet .menu div div:first-of-type {
        font-size: 15px !important;
    }


    #ListeFamilles {
        margin-top: -11%;
        left: 31.6%;
    }
}



@media screen and (max-width: 1440px) {
    #ListeFamilles {
        margin-top: -16.5%;
        left: 29.7%;
    }
}

/*TABLETTE PAYSAGE*/
@media screen and (max-width: 1024px) {

    #FooterColinternet.footer-menu {
        flex-direction: column;
        margin-bottom: 0;
    }



    #FooterColinternet .menu {
        flex-direction: column;
        width: 40%;
        margin: 20px 30% 0;
        text-align: center;
    }



    #FooterColinternet .logo {
        width: 30%;
        margin: 20px 35%;
    }


    #ListeFamilles {
        left: 0;
        margin: auto;
        text-align: center;
    }

    #FooterColinternet .menu > div {
        width: 100%;
    }

        #FooterColinternet .menu > div:first-child {
            order: 999;
            margin-top: 25px;
        }

        #FooterColinternet .menu > div:nth-child(3) {
            margin-top: 25px;
        }

    #ListeFamilles ul {
        list-style: none;
        padding: 0
    }

    #FooterColinternet .menu > div > .btnPrimary {
        margin: auto;
    }

    .bandeauFooter {
        flex-wrap: wrap;
    }

        .bandeauFooter > div {
            width: 40%;
            margin: 15px auto;
        }
}




#footer {
    font-family: var(--CS_font1);
    margin-top: 5vh;
}

    #footer .Copyright {
        text-align: center;
    }

    #footer .logo img {
        width: 50%;
    }


@media screen and (max-width: 1920px) {
    :root {
        --bs-body-font-size: 14px !important;
    }

    input {
        font-size: 14px !important;
    }


    .btnPrimary, .btnBlanc {
        font-size: 17px !important;
    }

    /*.material-symbols-outlined {
        font-size: 22px!important;
    }*/
}

/*TABLETTE PORTRAIT*/
@media screen and (max-width: 768px) {
    #MenuExterne {
        justify-content: center;
    }
}

/*VERSION MOBILE*/
@media screen and (max-width: 480px) {
}

/*PETIT MOBIL*/
@media screen and (max-width: 425px) {

    .rz-dialog-wrapper {
        width: 100vw;
        height: 100vh;
    }

    .rz-dialog:not(.rz-dialog-confirm):not(.rz-dialog-alert) {
        width: 90% !important;
        height: fit-content;
        margin: auto;
        top: 20% !important;
    }
}

/*MERCHANDISING*/
.iconFichierMerch {
    width: 2vw;
    margin: 0.5vw;
}



/*POPUP*/
.mdc-dialog {
    z-index: 500 !important;
}

@media (min-width: 592px) {
    .mdc-dialog .mdc-dialog__surface {
        max-width: unset !important;
    }
}


/*"Mes Litiges" : Encadr�*/
#MonCompte > #CompteLitige {
    display: flex;
    justify-content: center;
}

    #MonCompte > #CompteLitige > div {
        width: 90%;
    }


/*"Mes Litiges" : Chaque Btns D�tail */
.buttons {
    cursor: pointer;
    text-align: center;
    width: 20%;
    border-radius: 5px;
    background-color: var(--CS_color1);
    color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    padding: 0.5%;
    margin: 0px 2.5%;
}

.modifybuttons {
    cursor: pointer;
    text-align: center;
    width: 20%;
    border-radius: 5px;
    background-color: rgb(110 196 0);
    color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    padding: 0.5%;
    margin: 0px 2.5%;
}


/*CSS BODY MOBILE*/
.MobileBody {
    overflow: hidden !important;
    overscroll-behavior: contain;
    position: relative !important;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    margin-left: 0;
    margin-top: 0;
    margin-right: 17px !important;
    /* color: #ccc;
    background-color: #ccc;*/
    height: 100vh;
}



.buttonmonetico{
    border :none;
}