


#rechercher{
    position: relative;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 5px;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 47px;
    left: 50%;
    transform: translateX(-50%);
}
.choix{
    text-align: center;
    background: white;
    border: 1px solid white;
    width: 50%;
    min-width: 250px;
    padding: 5px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid black;
}
.choix p{
    margin-right: 10%;
}
.choix img{
    height: 40px;
    margin-left: 10%;
}


.p-centre{
    text-align: center;
}
.p-justifie{
    text-align: justify;
    margin: 0;
}
.p-inline{
    white-space: nowrap;
}
.p-left{
    text-align: left;
}

.gras{
    font-weight: bold;
}


.accueil-processus .moitie{
    padding-top: 30px;
}







.padding-pour-footer{
    padding-bottom: 25px;
}






.image100{
    width: 100%;
}

.insertionimage{
    display: flex;
    justify-content: center;
}
.image{
    border-radius: 15px;
    max-height: 300px;
    max-width: 300px;
}




.opacite50noir{
    /*margin: auto;
    margin-bottom: 200px;*/
    height: max-content;
    background: rgba(0,0,0,0.5);
    color: black;
}
.opacite30noir{
    /*margin: auto;
    margin-bottom: 200px;*/
    height: max-content;
    background: rgba(0,0,0,0.3);
    color: black;
}
.glassmorph55{
    background: rgba(255,255,255,0.55);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.275);
    border-radius: 10px;
}
.glassmorph30{
    background: rgba(255,255,255,0.30);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.275);
    border-radius: 10px;
}
.box-glass{
    margin: 20px 0;
    border-radius: 5%;
    width: 90%;
    position: relative;
    background-color: rgba(0,0,0,0.5);
    min-height: 600px;
    overflow: hidden;
}
.box-glass .centre{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;;
}

.sur-image{
    padding: 40px;
    color: white;
}



.slide-in-bottom{
    animation: slide-in-bottom 1s ease-out;
    /*(Non pris en charge actuellement - prochaine version sans js)
    animation-timeline: view(block);
    animation-range: contain 0% contain 100%;*/
}
.slide-in-right{
    animation: slide-in-right 1s ease-in-out;
    animation-delay: calc(0.1s * var(--i));
}
.slide-in-left{
    animation: slide-in-left 1s ease-out;
}

@keyframes slide-in-bottom{
    0% {
        transform: translate3d(0,100px,0);
    }
    100% {
        transform: translate3d(0,0,0);
    }
}

@keyframes slide-in-right{
    0% {
        transform: translate3d(100%,0,0);
    }
    100% {
        transform: translate3d(0,0,0);
    }
}

@keyframes slide-in-left{
    0% {
        transform: translate3d(-100%,0,0);
    }
    100% {
        transform: translate3d(0,0,0);
    }
}




.popup{
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 5;
}
.popup-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    background-color: white;
    border-radius: 5px;
    padding: 35px;
}
.attribut{
    background-color: black;
    color: white;
    padding: 10px;
}



/*couleur de base-couleur centrale si necessaire- couleur fin - direction (radiale, ronde, normale= rien)- nombre de wave*/
.bgi-svg-wave-vertclairfonce{
    background-image: url("../images/wave-vertclairfonce.svg");
    background-size: cover;
}
.bgi-svg-circle-vertclairfonce{
    background-image: url("../images/circle-vertclairfonce.svg");
    background-size: cover;
}
.bgi-svg-blob-vertfoncesemiclair{
    background-image: url("../images/blob-vertfoncesemiclair.svg");
    background-size: cover;
}

.block{
    display: block !important;
}
.flex{
    display: flex !important;
}
.jccenter{
    justify-content: center;
}
.jcsb{
    justify-content: space-between;
}
.jcsa{
    justify-content: space-around;
}
.br5pc{
    border-radius: 5%;
}
.w100pc{
    width: 100%;
}
.wmaxwidth100pc{
    max-width: 100%;
}
.w90pc{
    width: 90%;
}
.w80pc{
    width: 80%;
}
.w50px{
    width: 50px;
}
.wmin300px{
    min-width: 300px;
}
.wmincontent{
    width: min-content;
}
.wauto{
    width: auto !important;
}

.h100pc{
    height: 100%;
}
.h50vh{
    height: 50vh;
}
.h70vh{
    height: 70vh;
}
.h450px{
    height: 450px;
}
.blanc{
    color: white;
}

.bgblanc{
    background-color: white;
}
.bgred{
    background-color: red;
}
.bgvertclair{
    background-color: var(--vertclair);
}
.bgvertsemiclair{
    background-color: var(--vertsemiclair);
}
.bgvertfonce{
    background-color: var(--vertfonce);
}
.bgvertsemifonce{
    background-color: var(--vertsemifonce);
}
.bgvertbleu{
    background-color: var(--vertbleu);
}
.bggrisclair{
    background-color: var(--grisclair);
}
.bgnoir{
    background-color: black;
}

.oscroll{
    overflow-x: scroll;
}
.underline{
    text-decoration: underline;
}
.cursorpointer{
    cursor: pointer;
}
.aicenter{
    align-items: center;
}
.fs60px{
    font-size: 60px;
}
.fs25px{
    font-size: 25px;
}
.fs1-8rem{
    font-size: 1.8rem;
}
.fs1-4rem{
    font-size: 1.4rem ;
}

.mall0{
    margin: 0;
}
.mall25px{
    margin: 25px;
}
.mbottom15px{
    margin-bottom: 15px;
}
.mall0{
    margin: 0 !important;
}

.prightleft40px{
    padding: 40px 0;
}
.prightleft25px{
    padding: 25px 0;
}
.pall0{
    padding: 0;;
}
.pall10px{
    padding: 10px;;
}
.pall25px{
    padding: 25px;
}
.ptop25px{
    padding-top: 25px;
}
.pbottom25px{
    padding-bottom: 25px;
}







#insertionpaiement{
    padding: 1%;
}
#insertionpaiement a{
    text-decoration: underline;
}

.src{
    margin: 0;
    margin-right: 20px;
}

label{
    padding: 10px;
    cursor: pointer;
    transition: 0.3s;
}
.textelien{
    display: flex;
    justify-content: center;
    align-items: center;
}
.textelien input{
    padding: 5px;
    border: none;
    color: cornflowerblue;
}
.textelien input:hover{
    background: #2f435e ;
}

.vide{
    width: 10px;
    height: 10px;
}

.grid-2-2{
    display: grid;
    grid-template:  "a b"
                    "c d";
    gap: 3%;
}












.deux-cote{
    display: flex;
    justify-content: center;
    width: 100%
}
.cote-droit, .cote-gauche{
    display: flex;
    width: 50%;
    /*margin: 1%;*/
}
.cote-gauche{
    margin-right: 1%;
}
.contenu-cote-gauche, .contenu-cote-droit{
    width: 100%;
    padding: 5%;
}
.contenu-cote-gauche{
    display: flex;
    justify-content: right;
}
.contenu-cote-droit{
    display: flex;
    justify-content: left;
}
/*.contenu-cote-droit img, .contenu-cote-gauche img{
    width: 80%;
    border-radius: 5%;
}*/
.encolonne{
    display: flex;
    flex-direction: column;
}
.centre{
    display: flex;
    justify-content: center;
}
.imgage60{
    width: 60% !important;
    min-width: 300px;
}
.image-centre{
    background: white;
    width: 100%;
    display: flex;
    justify-content: center;
}
.image-centre img{
    min-width: 300px;
    width: 50%;
    border-radius: 5%;
}

.imgarriereplanabsolute{
    position: absolute;
    z-index: -1;
}
.imgarriereplan{
    position: fixed;
    z-index: -1;
}



@media screen and (max-width: 920px) {
    .deux-cote{
        display: flex;
        flex-direction: column;
        align-items: center;    
        width: 100%
    }
    .reverse{
        flex-direction: column-reverse;
    }
    .cote-droit, .cote-gauche{
        display: flex;
        width: 100%;
        /*margin: 1%;*/
    }
    .cote-gauche{
        margin-right: 0%;
    }
    .contenu-cote-gauche{
        justify-content: center;
    }
}

@media screen and (max-width: 1000px) {
    .imgarriereplan, .imgarriereplanabsolute{
        background-position: center;
        width: 150% !important;
        border-radius: 0 !important;
    }
}


@media screen and (max-width: 700px) {
    .imgarriereplan, .imgarriereplanabsolute{
        background-position: center;
        width: 210% !important;
        border-radius: 0 !important;
    }
    .box-glass{
        border-radius: 3%;
    }
}

@media screen and (max-width: 500px) {
    .imgarriereplan, .imgarriereplanabsolute{
        background-position: center;
        width: 250% !important;
        border-radius: 0 !important;
    }
    .box-glass{
        border-radius: 3%;
    }
}




.panier{
    margin: auto;
}
.cache{
    display: none;
}
.inputBox.cache{
    margin-bottom: 0px;
}
.pas-cache{
    padding-bottom: 1%;
}
.inputBox.pas-cache{
    width: auto;
}

.pas-cache input{
    width: 100%;
}
#cote-gauche-inputbox, #cote-droit-inputbox{
    width: 100%;
}



.liste-produits-3{
    
}