html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    color: white;
}

html, body{
    height: 100%;
}
html {
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
    font-family: Montserrat,  sans-serif!important;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 100%;
    background-color: var(--couleurBody);
    zoom: 100%;
}

button{
    font-family: 'Montserrat', sans-serif;
}

.f-weight-600{
    font-weight: 600;
}

:root{
    --couleurTitre: #425b40;
    --couleurRose: #ff42f4;
    --couleurfonce: #0e2a47;
    --couleurMenu: #425b40;
    --couleurSecondaire: #638760;
    --couleurAutreFond: #b4c4b033;
    --couleurText: #131b13;
    --couleurBouton: #1d451c;
    --couleurHover: #97ff85;
    --couleurFond: #e4e9e2;
    --couleurFondCoeur: #f5f0e8;
    --borderColor: #e6dfd3;
    --couleurBloc: #fefcfb;
    --couleurBody: #faf1ec;
    --couleurBackRouge: #fef2f2;
    --couleurTextRouge: #ef4444;
    --couleurTextFermer: #4A50437F;
    --lien: "https://www.cristal-et-soins.net/";
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --borderRadius: 20px;
    --scale: 1.05;
    --time:0.3s;
    --timeHover:0.4s;
}

.imageSite{
    background: var(--couleurFond);
    border-radius: 100px;
    padding: 10px;
    width: 50px;
    height: 50px;
}

.boxRed{
    box-shadow: red 0 0 9px 0;
}

.boxGreen{
    box-shadow: green 0 0 9px 0;
}

.ligne{
    text-decoration: underline;
}

.bleu-f{
    color: #fefdf5!important;
}

.hover{
    cursor: pointer;
    transition: var(--timeHover);
}

.hovertext:hover{
    color: var(--couleurHover)!important;
    transition: var(--timeHover);
}

.scale12:hover{
    transition: var(--timeHover);
    transform: scale(1.2);
}

.disnone{
    display: none;
}

.couleurDef{
    color: var(--couleurTitre)!important;
}

.couleurSecondaire{
    color: var(--couleurSecondaire)!important;
}

.couleurText{
    color: var(--couleurText)!important;
}

.zindex2{
    z-index: 2;
}

.ft-13{
    font-size: 13px!important;
}
.ft-14{
    font-size: 14px!important;
}
.ft-15{
    font-size: 15px!important;
}
.ft-16{
    font-size: 16px!important;
}
.ft-18{
    font-size: 18px;
}
.ft-20{
    font-size: 20px;
}
.ft-24{
    font-size: 24px;
}
.ft-28{
    font-size: 28px;
}
.ft-40{
    font-size: 40px;
}
.ft-50{
    font-size: 50px;
}
.ft-30{
    font-size: 30px;
}
.ft-35{
    font-size: 35px;
}

.fw-200{
    font-weight: 200;
}
.fw-500{
    font-weight: 500;
}
.height-250{
    height: 250px;
}

.height-47{
    height: 47px!important;
}

.transparent{
    background: rgba(0, 0, 0, 0)!important;
}

.relative{
    position: relative;
}

body, input, textarea{
    font-family: 'Montserrat', sans-serif;
}

input, select{
    border: none;
    cursor: pointer;
}

input:focus, select:focus{
    outline: none;
    border: none;
}

.center{
    text-align: center;
}

.bold{
    font-weight: bold;
}

.italic{
    font-style: italic;
}

.mar-r{
    margin-right: 10px;
}

#resultat {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.le-cont-input {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
}

.label-txt{
    min-width: 68px;
}

.input-add {
    min-width: 260px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-radius: 20px;
    box-shadow: 0 6px 9px 0 #0000001c;
}

.hover-label{
    cursor: pointer;
    transition: var(--timeHover);
}

.hover-label:hover{
    color: #0087cb;
    transition: var(--timeHover);
}

.color-b{
    color: #0087cb;
}

.text-add {
    border-radius: 20px;
    box-shadow: 0 6px 9px 0 #0000001c;
    width: 500px;
    height: 500px;
    margin-top: 30px;
}

.image-fond {
    width: 500px;
    height: 500px;
    position: relative;
    background: linear-gradient(60deg,#ffffff,#b3b3b3)!important;
}

.drag{
    position: absolute;
    background: #fff2e6;
    font-size: 20px;
    width: auto;
    min-width: 100px;
    height: 50px;
    border-radius: 10px;
    box-shadow: rgba(30, 30, 30, 0.38) 0 8px 10px 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: move;
    border: 3px #fff2e6 solid;
}

.drag:hover{
    border: 3px #0087cb dashed;
}

.flex-row-center{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-self: center;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.flex-row-center-stretch {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-self: center;
    align-items: stretch;
    align-content: center;
    justify-content: center;
}

.flex-row-center-left {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-self: center;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

.flex-colum-start-left{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.flex-between{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex-space-around{
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-content: center;
}

.flex-row-top-left{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.flex-row-top-center{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-row-top-evenly-90{
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    width: 90%;
}

.flex-colum-center{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.mr-20px{
    margin-right: 20px;
}

.mr-30px{
    margin-right: 30px;
}

.mrt--10px{
    margin-top: -10px;
}


.mr-5px{
    margin-right: 5px;
}
.mr-10px{
    margin-right: 10px;
}

.mb-30px{
    margin-bottom: 30px;
}

.mb-60px{
    margin-bottom: 60px;
}

.mb-20px{
    margin-bottom: 20px;
}

.width100{
    width: 100%!important;
}

.width90{
    width: 90%!important;
}

.width98{
    width: 98%!important;
}

.minwidth622{
    min-width: 622px!important;
}

.w500px{
    width: 500px;
}

.width80{
    width: 80%;
}

.width48{
    width: 48%;
}

.widtht50{
    width: 50%;
}

.width190px{
    width: 190px!important;
    min-width: 190px!important;
}

.mt10px{
    margin-top: 10px;
}

.mt20px{
    margin-top: 20px;
}

.ml20px{
    margin-left: 20px;
}

.mr10px{
    margin-right: 10px;
}

.mt30px{
    margin-top: 30px;
}
.mt60px{
    margin-top: 60px!important;
}
.mt90px{
    margin-top: 90px!important;
}
.mt120px{
    margin-top: 120px!important;
}
.mt8px{
    margin-top: 8px;
}

.p10px{
    padding: 10px;
}

.p20px{
    padding: 20px;
}

.pb20px{
    padding-bottom: 20px;
}

.p5_10px{
    padding: 5px 10px;
}

.mt20px{
    margin-top: 20px;
}

.p-l-20{
    padding-left: 20px;
}

.m-0-10-5-10{
    margin: 0 10px 5px 10px;
}

.invisible{
    display: none;
}

.max-width-590{
    max-width: 590px;
}

.max-width-774{
    max-width: 774px;
}

.max-width-552{
    max-width: 552px!important;
}

.max-width-440{
    max-width: 440px!important;
}

.max-width-630{
    max-width: 630px;
}

.max-width-300{
    max-width: 300px;
}

.f-18{
    font-size: 18px;
}

.white{
    color: var(--couleurBody)!important;
}

.boxshadow{
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.alertNotif{
    border: #ff9696 1px solid;
    border-radius: 15px;
    background: #fff0f0;
    box-shadow: 0 10px 40px -12px rgba(16,24,40,.1);
    color: #510000!important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 20px;
    margin: 0 20px;
    left: 0;
    z-index: 99999;
    padding: 10px;
}

.alertValid{
    background: #eaffe4;
    border: #6bff50 1px solid;
    color: #033201;
}

.red-bold{
    color: #510000;
   /* font-weight: bold;*/
}

.green-bold{
    color: #033201;
   /* font-weight: bold;*/
}

.oModalFond {
    background: #00000061;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--timeHover);
}

.oModal p,.oModal label, .oModalPlein p {
    color: var(--couleurTitre);
}

.oModal {
    background: var(--couleurBloc);
    width: 500px;
    height: 300px;
    border-radius: 15px;
    flex-direction: column;
    align-items: center;
    box-shadow: #00000045 3px 3px 7px -2px;
    display: none;
}

.oModalPlein {
    background: var(--couleurBloc);
    width: 96%;
    height: 100%;
    border-radius: 0px;
    margin-top: 142px;
    flex-direction: column;
    align-items: center;
    box-shadow: #00000045 3px 3px 7px -2px;
    display: none;
    padding: 2%;
}

.hautModal {
    width: 92%;
    height: 50px;
    font-size: 20px;
    border-bottom: 2px solid;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.basModal {
    min-height: 220px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    flex-direction: column;
}

.omodalFermer {
    text-align: center;
}

.bulleAlerte {
    width: 20px;
    height: 20px;
    background: red;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    box-shadow: #00000045 3px 3px 7px -2px;
}

.footer{
    border-top: 1px solid var(--borderColor);
    border-bottom: 1px solid var(--borderColor);
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    align-content: flex-start;
}

.imageFooter:hover {
    transition: var(--timeHover);
    background: #3a4f3829;
}

.imageFooter {
    width: 40px;
    height: 40px;
    transition: var(--timeHover);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: var(--couleurFond);
    margin-right: 10px;
}

.flex-row-space-between{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.promo{
    color: #959595;
    text-decoration: line-through;
}

.recherche-code-p {
    margin: 0;
    position: absolute;
    background: white;
    list-style-type: none;
    width: 90%;
    left: 2%;
    padding: 20px 10px 10px 10px;
    border-radius: 15px;
    box-shadow: #00000045 3px 3px 7px -2px;
    overflow-y: scroll;
    max-height: 350px;
    transition: var(--timeHover);
}

.recherche-code-p-div strong, .recherche-code-p-div span{
    color: var(--couleurText);
    cursor: pointer;
}

.recherche-code-p-div{
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
}


.recherche-code-p li:hover{
    background: var(--couleurHover);
    transition: 400ms;
    border-radius: 15px;
    cursor: pointer;
}

.recherche-code-p li{
    cursor: pointer;
}

.recherche-code-p li{
    margin: 5px 0 5px 0;
    padding: 10px 5px 10px 5px;
    transition: 400ms;
}