*{
    box-sizing: border-box;
}

canvas{
    position: absolute;
}
.dg.ac {
    z-index: 600 !important;
}
@font-face {
    font-family: Exemplar Pro;
    src: url(./fonts/Exemplar_Pro/Exemplar_Pro_Regular.otf);
}
@font-face {
    font-family: Hind;
    src: url(./fonts/Hind/HIND-MEDIUM.TTF);
}
@font-face {
    font-family: Anglaise;
    src: url(./fonts/exmouth.ttf);
}
@font-face {
    font-family: Baton;
    src: url(./fonts/GeosansLight.ttf);
}
.loadAnglaise{
    font-family: Anglaise, sans-serif !important;
    visibility: hidden;
    position: absolute;
}
html{
    font-family: Exemplar Pro, serif !important;
    height: 100%;
    user-select: none;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.detailsImage{
    display: inline-block;
}




@media screen and (min-width: 1249px){
    .DAVIalliancede{
        z-index: 1;
        width: 50%;
        color: #e6c9a5;
        position: absolute;
        top: 6.5vw;
        left: 5%;
        font-size: 16px;
        font-family: Hind, sans serif
    }

    .DAVIalliance {
        z-index: 1;
        width: 50%;
        color: #000;
        position: absolute;
        top: calc(6.5vw + 25px);
        left: 5%;
        font-size: 22px;
        font-family: Exemplar Pro, sans serif;
    }

    .DAVIPrix{
        font-size: 22px;
        font-weight: bolder;
        font-family: Exemplar Pro, sans serif;
        display: none;
    }

    .DAVItexte{
        position: absolute;
        font-size: 12px;
        top: calc(4.5vw + 70px);
        left: 5%;
        z-index: 1;
        width: 20%;
    }

    #chatbot-container{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 75vh;
        height: 75vh;
        z-index: 8;
        pointer-events: none;
    }

    .DAVIDescription{
        font-size: 12px;
        font-family: Light Exemplar Pro, sans serif;
        z-index: 1;
        display: none;
    }



    /*
        ARRBRE
     */
    .DAVIArbre {
        height: 4vw;
        display: flex;
        align-items: baseline;
        justify-content: center;
        flex: 0 1 100%;
        z-index: 6;
        height: 70px;
        background-color: #fafafa;
    }

    .DAVIArbre:after {
        width: 90%;
        background: #ffffff;
        height: 5px;
        content: "";
        position: absolute;
        top: 70px;
    }

    .DAVIArbre:before {
        width: 150px;
        height: 30px;
        content: "";
        position: absolute;
        top: 14px;
        left: 14px;
        background-repeat: no-repeat;
        background-image: url("./Assets/logo.png");
        z-index: 999;
        background-size: contain;
    }

    /*
        VIEWER
     */
    .DAVIViewer {
        position: absolute;
        height: calc(100% - 70px);
        height: 100%;
        width: 100%;
        top: 70px;
        top: 0;
        left: 0;
    }

    /*
    Taille de doigt
     */

    .DAVIflexTemplateTailleDeDoigt{
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 3vw 5% 90px 5%;
        height: 60%;
        position: absolute;
        overflow: auto;
    }
    .DAVItailleDeDoigtBouton{
        font-family: Hind, serif;
        font-size: calc(5px + 0.8vw);
        color: #464646;
        background: #FAFAFA;
        width: 2.8vw;
        height: 2.8vw;
        border-radius: 50%;
        margin: 7px;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .DAVItailleDeDoigtBouton:hover{
        background: #E6C9A57F;
    }

    /*
    Profil Alliance
    */
    .DAVIflexTemplateProfil{
        display: flex;
        flex-direction: column;
        width: 80%;
        margin: 3vw 10% 3vw 10%;
        height: 100%;
    }
    .DAVIBoxEtapeProfil{
        padding: 20px;
        display: flex;
        height: 3.5vw;
        align-items: center;
    }
    .DAVIBoxEtapeProfilSelected{
        display: flex;
        background-color: #FFFFFF;
        height: 3.5vw;
        padding: 20px;
        align-items: center;
    }
    .DAVIOptionEtapeProfilSelected{
        font-size: calc(5px + 0.6vw);
        line-height: 20px;
        color: #E6C9A5;
        padding-left: 20px;
        font-weight: 900;
    }
    .DAVIImageOptionEtapeProfilSelected {
        width: 4vw;
        height: 4vw;
    }
    .DAVIOptionEtapeProfil{
        font-size: calc(5px + 0.6vw);
        line-height: 20px;
        color: #DBDBDB;
        padding-left: 20px;
        flex: 0 1 90%;
    }
    .DAVIOptionEtapeProfil:hover:after, .DAVIOptionEtapeProfilSelected:after{
        content:attr(data-value);
        display: block;
        font-size: 0.6em;
        font-weight: 100;
        line-height: 1.3;
        color: black;
    }
    .DAVIOptionEtapeProfil:hover{
        color: #000000;
    }
    .DAVIImageOptionEtapeProfil {
        width: 4vw;
        height: 4vw;
    }

    /*
        Taille
     */
    .DAVIflexTemplateTaille{
        width: 85%;
        flex-direction: row;
        display: flex;
        margin: 40px 10% 20px 10%;
        height: 100%;
        justify-content: space-between;
    }
    .DAVITailleFlex{
        display: flex;
        flex-direction: column;
        margin-top: 20px;
        width: 85%;
    }
    .DAVITaille2Box{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-size: calc(5px + 0.8vw);
        font-weight: 600;
        color: #464646;
    }
    #flexEnfantSliderAtelier2::after {
        border-bottom: 1px solid #e6c9a5;
        transform: translateY(13px);
        content: "";
        width: 72%;
        position: absolute;
    }
    .DAVITailleSelected {
        color: #e6c9a5;
    }
    .DAVITailleTextCenter{
        text-align: center;
        display: grid;
    }
    .DAVITailleTextCenter::after {
        font-size:calc(5px + 0.2vw);
        content: "mm";
    }
    .DAVIEtapeTailleSlider {
        -webkit-appearance: none;
        width: 100%;
        background: #00000000;
        height: 25px;
        outline: none;
    }
    .DAVIEtapeTailleSlider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        background: #E6C9A5;
        border: none;
        border-radius: 50%;
        cursor: pointer;
    }
    .DAVIEtapeTailleSlider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        background: #E6C9A5;
        border: none;
        border-radius: 50%;
        cursor: pointer;
    }


    /*
        COULEUR
     */
    .DAVIflexTemplateCouleur{
        display: flex;
        flex-direction: column;
        width: 80%;
        margin: 3vw 10% 20px 10%;
        height: 100%;
    }
    .DAVICouleurBoxSelected{
        background-color: #FFF;
        height: 3vw;
        align-items: center;
        display: flex;
    }
    .DAVICouleurImageSelected{
        padding-left: 10px;
        width: 2.2vw;
        height: 2.2vw;
    }
    .DAVICouleurOptionSelected{
        font-size: calc(5px + 0.6vw);
        line-height: 20px;
        color: #E6C9A5;
        padding-left: 20px;
        font-weight: 900;
    }
    .DAVICouleurBox{
        height: 3vw;
        align-items: center;
        display: flex;
    }
    .DAVICouleurImage{
        padding-left: 10px;
        width: 2.2vw;
        height: 2.2vw;
    }
    .DAVICouleurOption{
        font-size: calc(5px + 0.6vw);
        line-height: 20px;
        color: #DBDBDB;
        padding-left: 20px;
        flex: 0 1 90%;
    }
    .DAVICouleurOption:hover{
        color: #000000;
    }

    .DAVIInformationMetal{
        position: absolute;
        right: 4%;
        top: 20px;
        margin-top: 2vw;
    }

    /*
        FINITION
     */
    .DAVIflexTemplateFinition{
        display: flex;
        flex-direction: column;
        width: 80%;
        margin: 3vw 10% 20px 10%;
        height: 100%;
    }
    .DAVIBoxEtapeFinition{
        padding: 20px;
        display: flex;
        height: 3.5vw;
        align-items: center;
    }
    .DAVIBoxEtapeFinitionSelected{
        display: flex;
        background-color: #FFFFFF;
        height: 3.5vw;
        padding: 20px;
        align-items: center;
    }
    .DAVIOptionEtapeFinitionSelected{
        font-size: calc(5px + 0.6vw);
        line-height: 20px;
        color: #E6C9A5;
        padding-left: 20px;
        font-weight: 900;
    }
    .DAVIImageOptionEtapeFinition {
        width: 3vw;
        height: 3vw;
    }
    .DAVIOptionEtapeFinition:hover {
        color:#000
    }
    .DAVIOptionEtapeFinition:hover:after,.DAVIOptionEtapeFinitionSelected:after{
        content:attr(data-value);
        display: block;
        font-weight: 100;
        font-size: 0.6em;
        line-height: 1.3;
        color: black;
    }
    .DAVIOptionEtapeFinition{
        font-size: calc(5px + 0.6vw);
        line-height: 20px;
        color: #DBDBDB;
        padding-left: 20px;
        flex: 0 1 90%;
    }
    .DAVIImageOptionEtapeFinitionSelected {
        width: 3vw;
        height: 3vw;
    }

    .DAVIInformationFinition{
        position: absolute;
        right: 1%;
        top: 20px;
        margin-top: 2vw;
    }

    /*
        GRAVURE
     */

    .DAVIflexTemplate1Gravure{
        width: 100%;
    }

    .DAVIflexTemplate2Gravure{
        width: 100%;
        margin-top:4vw;
    }

    .DAVIInputGravure{
        height: 30px;
        margin: 0 9%;
        font-size: calc(5px + 0.6vw);
        width: 80%;
    }

    .DAVISubInputGravure{
        padding: 5px 0 0 10%;
        font-style: italic;
        font-size: 0.9em;
        color:#A3A3A3;
    }

    .DAVIflexGravure{
        display: flex;
        flex-direction: column;
        width: 80%;
        margin: 3vw 10% 90px 10%;
    }

    .DAVIImageOptionGravure{
        width: 4vw;
        height: 4vw;
    }
    .DAVIImageOptionGravureSelected{
        width: 4vw;
        height: 4vw;
    }

    .DAVIOptionGravure{
        font-size: calc(5px + 0.6vw);
        line-height: 20px;
        color: #DBDBDB;
        padding-left: 20px;
        flex: 0 1 90%;
    }
    .DAVIOptionGravure:hover{
        color: #000;
    }

    .DAVIOptionGravureSelected{
        font-size: calc(5px + 0.6vw);
        line-height: 20px;
        color: #E6C9A5;
        padding-left: 20px;
        font-weight: 900;
    }

    .DAVIBoxEtapeGravure{
        padding: 20px;
        display: flex;
        height: 3.5vw;
        align-items: center;
    }

    .DAVIBoxEtapeGravureSelected{
        display: flex;
        background-color: #FFFFFF;
        height: 3.5vw;
        padding: 20px;
        align-items: center;
    }

    .DAVIBoutonEtapePrevious:after{
        content: "";
        display: inline-block;
        width: 100%;
        height: 30px;
        background: url("./Assets/left.svg") no-repeat center;
    }

    .DAVIBoutonEtapePrevious:hover:after{
        content: "";
        display: inline-block;
        width: 100%;
        height: 30px;
        background: url("./Assets/lefthover.svg") no-repeat center;
    }

    .DAVIBoutonEtapeNext:after{
        content: "";
        display: inline-block;
        width: 100%;
        height: 30px;
        background: url("./Assets/right.svg") no-repeat center;
    }

    .DAVIBoutonEtapeNext:hover:after{
        content: "";
        display: inline-block;
        width: 100%;
        height: 30px;
        background: url("./Assets/righthover.svg") no-repeat center;
    }

    /*
        BAGUE
     */
    .DAVIflexTemplateBague{
        width: 80%;
        margin: 3vw 5% 0px 5%;
        overflow: auto;
        position: absolute;
        height: 55%;
    }

    .DAVIOptionEtapeBague{
        font-size: calc(5px + 0.6vw);
        line-height: 20px;
        color: #DBDBDB;
        padding-left: 20px;
        flex: 0 1 90%;
    }

    .DAVIOptionEtapeBague:hover:after,.DAVIOptionEtapeBagueSelected:after{
        content:attr(data-value);
        display: none;
        font-weight: 100;
        font-size: 0.6em;
        line-height: 1.3;
        color: black;
    }

    .DAVIOptionEtapeBague:hover{
        color: #000000;
    }

    .DAVIBoxEtapeBague{
        padding: 20px;
        display: flex;
        height: 3.5vw;
        align-items: center;
    }

    .DAVIImageOptionEtapeBague{
        width: 4vw;
        height: 4vw;
    }

    .DAVIOptionEtapeBagueSelected{
        font-size: calc(5px + 0.6vw);
        line-height: 20px;
        color: #E6C9A5;
        padding-left: 20px;
        font-weight: 900;
    }

    .DAVIBoxEtapeBagueSelected{
        display: flex;
        background-color: #FFFFFF;
        height: 3.5vw;
        padding: 20px;
        align-items: center;
    }

    .DAVIImageOptionEtapeBagueSelected{
        width: 4vw;
        height: 4vw;
    }

    /*
        FOOTER
     */

    .DAVIFooter{
        height: 3.5vw;
        background:#FAFAFA;
        flex: 0 100%;
        display: flex;
        font-family: Hind, serif;
        z-index: 1;
    }

    .DAVIBoxFooter{
        display: flex;
        flex-wrap: wrap;
        flex: 0 50%;
    }

    .DAVIBoxFooter:hover:after{
        content: attr(data-value);
        color: #000;
        white-space: nowrap;
        font-size: 0.8em;
        margin-top: 5px;
        flex: 1;
        text-align: center;
    }

    .DAVIImageFooter{
        height: 26px !important;
        flex: 0 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        font-size: 0.9em;
        color: #B3B3B3;
        text-align: center;
    }

    .DAVIcloseConfiguratorTemplate{
        font-size: 2em;
        -webkit-transition: -webkit-transform .2s ease-in-out;
        transition:         transform .2s ease-in-out;
        position: absolute;
        right: 3%;
        top: 4%;
     }
    .DAVIcloseConfiguratorTemplate:hover {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }


    #configurator {
        background-color: #fafafa;
        height: calc(100% - 75px);
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        align-content: start;
        position: relative;
        flex: 0 25%;
        overflow-y: hidden;
    }

    .buttonEtape{
        width: 80%;
        margin: 0 10%;
        border: solid 1px black;
        background-color: #fafafa;
        color: #E6C9A5;
        font-size: 2em;
        cursor: pointer;
        order: 99;
        height: 40px;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .buttonEtape:hover{
        color: #000;
    }

    .buttonEtapeFinal{
        position: absolute;
        right: 1%;
        top: 2.5%;
        width: 15%;
        background: #E6C9A5;
        border: none;
        border-radius: 30px;
        z-index: 51;
        color: white;
        font-size: 0.8em;
        padding: 0;
        cursor: pointer;
        height: 3%;
    }

    #DAVIheader{
        height: 16%;
        text-align: center;
        font-size: 1.2em;
        background: #E6C9A5;
        color: #fff;
        z-index: 5;
        position: relative;
        flex: 0 1 100%;
        align-items: center;
        justify-content: center;
    }

    .informationConfigurator{
        margin: 0;
        font-size: 1.1em;
        color: #aaa;
        font-weight: bold;
        padding-left: 5px;
    }

    .configuratorTexture {
        width: 32px;
        height: 32px;
        display: inline-flex;
        vertical-align: middle;
        margin: 5px;
        border: solid 1px #00000054;
    }

    .summaryImage {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        float: left;
        border: solid 3px #777;
    }

    .tailleFlex{
        width: 100%;
    }

    .configuratorImage{
        width:32px;
        height: 32px;
        margin: 5px;
        border: solid 1px #00000054
    }



    .boutonVue{
        width: 150px;
        left: 50px;
        z-index: 50;
        color: white;
        background: #E6C9A5;
        font-size: 1em;
        padding: 12px;
        text-align: center;
        vertical-align: middle;
        border-radius: 5px;
        cursor: pointer;
    }

    .price{
        position: absolute;
        right: 17%;
        z-index: 50;
        top: 0;
        display: flex;
        height: 8%;
        align-items: center;
    }

    .priceText{
        color: #B3B3B3;
        z-index: 50;
        font-size: 1.6em;
        font-weight: 800;
    }

    .titleEtape{
        font-size: 1vw;
        color: #000000;
        line-height: 3vw;
        letter-spacing: 0.3px;
        font-weight: 100;
        font-family: Exemplar Pro, serif;
        width: 20%;
        position: absolute;
        top: 40px;
        left: 13%;
        background: #fafafa;
        height: 3vw;
        white-space: nowrap;
    }

    .titleEtapegravure1, .titleEtapegravure2{
        font-size: 1.1em;
        color: #000000;
        line-height: 25px;
        padding-left: 5%;
        letter-spacing: 0.3px;
        font-weight: 100;
        font-family: Exemplar Pro, serif;
        width: 90%;
        margin: 20px 5%;
    }

    .DAVITitleTemplateFooter{
        font-size: 1.1em;
        color: #000000;
        line-height: 25px;
        padding-left: 15px;
        letter-spacing: 0.3px;
        font-weight: 100;
        font-family: Exemplar Pro, serif;
        margin-top: 3vw;
    }

    .subtitleEtape{
        font-size: 0.9em;
        color: #6E6E6E;
        padding-left: 15px;
        margin-top: -15px;
    }

    .DAVITitleData{
        font-size: 0.8em;
        color: #6E6E6E;
        margin-left: 15px;
        padding-top: 15px;
        width: 95%;
        border-top: 0.1px solid  #00000010;
        margin-top: 5px;
    }

    .DAVIDataTemplate{
        font-size: 0.9em;
        padding-left: 5px;
    }

    .DAVIInfosTemplate{
        font-size: 0.9em;
        padding-left: 15px;
    }

    .DAVITitleDataLink{
        position: absolute;
        right: 15px;
        color: #E6C9A5;
        text-decoration: underline;
        cursor: pointer;
    }

    .DAVIContainerData{
        display: flex;
        align-items: center;
    }

    .libConfigurator{
        color: #6E6E6E;
        font-size: 0.8em;
        padding-bottom: 5px;
        padding-left: 15px;

    }
    .DAVIBagueData{
        font-size: 1em;
        padding-left: 15px;
        font-family: Exemplar Pro, serif;
    }

    .DAVISpanData{
        padding-left: 15px;
        font-size: 0.75em;
        font-weight: 200;
    }

    .optionEtape{
        font-size: calc(5px + 0.6vw);
        line-height: 20px;
        color: #DBDBDB;
        padding-left: 20px;
        flex: 0 1 90%;
    }

    .optionEtape:hover{
        color: #000000;
    }

    .boxEtape{
        padding: 20px;
        display: flex;
        height: 3.5vw;
        align-items: center;
    }

    .optionEtape:hover:after, .optionEtapeSelected:after{
        content:attr(data-value);
        display: block;
        font-weight: 100;
        font-size: 0.6em;
        line-height: 1.3;
        color: black;
    }

    .boxEtapeNoBorder, .boxEtapeSelectedNoBorder {
        height: 3vw;
        align-items: center;
        display: flex;
    }

    .boxEtapeSelectedNoBorder{
        background-color: #FFF;
    }

    .imageOptionEtape{
        padding-left: 10px;
        width: 4vw;
        height: 4vw;
        flex: 0 1 10%;
    }
    .imageOptionEtapeNoBorder{
        padding-left: 10px;
        width: 32px;
        height: 32px;
    }
    .imageOptionEtapeSelectedNoBorder{
        padding-left: 10px;
        width: 32px;
        height: 32px;
    }

    .titleEtapeSelected{
        font-size: 20px;
        color: #6E6E6E;
        line-height: 20px;
        padding-left: 15px;
    }

    .optionEtapeSelected{
        font-size: calc(5px + 0.6vw);
        line-height: 20px;
        color: #E6C9A5;
        padding-left: 20px;
        font-weight: 900;
    }

    .boxEtapeSelected{
        display: flex;
        background-color: #FFFFFF;
        height: 3.5vw;
        padding: 20px;
        align-items: center;
    }

    .imageOptionEtapeSelected{
        padding-left: 10px;
        width: 4vw;
        height: 4vw;
    }

    .italic{
        padding: 5px 0 0 20px;
        font-style: italic;
        font-size: 0.9em;
        color: #A3A3A3;
    }

    .inputEtape{
        height: 40px;
        margin: 0 4% 0 4%;
        font-size: calc(5px + 0.6vw);
        width: 90%;
    }



    .etapeDiv{
        width: 100%;
        height: calc(100% - 125px);
        margin-top: 50px;;
        display: none;
        flex-direction: column;
        overflow: auto;
        font-family: Hind, serif;
    }


    .configuratorTemplate{
        width: 100%;
        display: none;
        flex-direction: column;
        overflow: auto;
        background: #fafafa;
        position: absolute;
        z-index: 500;
        height: calc(100% - 75px);
        font-family: Hind, serif;
    }

    .containerArbre {
        flex-direction: row;
        display: flex;
        position: relative;
        text-align: center;
    }

    .flecheArbre{
        position: absolute;
        width: 82%;
        border-top: solid 1px #DBDBDB;
        justify-self: right;
        display: flex;
        z-index: 1;
        color: #aaa;
        margin-top: 0;
        top: 25px;


    }

    .libArbre{
        visibility: hidden;
        z-index: 2;
        width: 3vw;
        letter-spacing: 0.24px;
        position: relative;
        color: #aaa;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }

    .libArbre::before {
        border: solid 1px #DBDBDB;
        content: "";
        width: calc(5px + 0.6vw);
        height: calc(5px + 0.6vw);
        margin: 12px 0 10px 0;
        border-radius: calc(5px + 0.6vw);
        visibility: visible;
        background-color: #fafafa;
    }

    .libArbreselected, .libArbreselectedHover{
        z-index: 2;
        width: 3vw;
        letter-spacing: 0.24px;
        margin-top: 0;
        position: relative;
        color: #000;
        visibility: visible;
        white-space: nowrap;
        font-size: 0.95em;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .libArbreselected::before, .libArbreselectedHover::before{
        content: "";
        width: calc(5px + 0.6vw);
        height: calc(5px + 0.6vw);
        margin: 12px 0 10px 0;
        border-radius: calc(5px + 0.6vw);
        visibility: visible;
        background: #E6C9A5;
        border: none;
    }

    .libArbre:hover:after, .libArbreselectedHover:hover:after {
        content: attr(data-value);
        font-size: 0.85em;
        position: absolute;
        visibility: visible;
        color:#DBDBDB;
        top: -3px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .libArbre, .libArbreselected, .libArbreselectedHover, .flecheArbre{
        padding: 5px;
        cursor:pointer;
    }



    .tailleDiv{
        /*display: flex;*/
        align-items: start;
        flex-wrap: wrap;
        flex-grow: 1;
        align-content: baseline;

    }

    .tailleDivWrap{
       /* display: flex;
        align-items: start;*/
        flex-wrap: wrap;
        /*flex-grow: 1;*/
        align-content: baseline;

    }

    .displayFlex {
        display: flex;
    }

    .flexCouleur {
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
        margin-top: 40px;
        width: 80%;
    }

    .footerConfigurator{
        height: 3.5vw;
        background: #FAFAFA;
        flex: 0 100%;
        display: flex;
        font-family: Hind, Serif;
        z-index: 1;
    }

    .subFooter {
        height: 26px !important;
        flex: 0 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        font-size: 0.9em;
        color: #B3B3B3;
        text-align: center;
    }


    .subFooterOpen {
        height: 26px !important;
        flex: 0 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        font-size: 0.9em;
        color: #FFFFFF;
    }

    .boxContainerSVG:hover:after{
        content: attr(data-value);
        color: #000;
        white-space: nowrap;
        font-size: 0.8em;
        margin-top: 5px;
        flex: 1;
        text-align: center;
    }

    .boxContainerSVG{
        display: flex;
        flex-wrap: wrap;
        flex: 0 33%;
    }

    .bagueTemplateSave{
        position: fixed;
        left: 30%;
        right: 30%;
        top: 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-family: Exemplar Pro, serif;
        bottom: 30%;
        justify-content: space-around;
        border: solid 1px #e6c9a5;
        background: white;
        text-align: center;
        z-index: 500;
    }

    .closeTemplateSave {
        content: "✕";
        position: absolute;
        right: 5px;
        top: 0px;
        font-size: 1.25em;
    }

    .buttonTemplateSave{
        font-family: Hind, serif;
        font-size: 1.0em;
        color: #ffffff;
        background-color: #E6C9A5;
        border: none;
        padding: 5px 20px;
    }
    .DAVIbody{
        width: 100%;
        height: 100%;
        margin:0;
        display: flex;
        flex-direction:row-reverse;
        flex-wrap:wrap;
        justify-content: end;
        overflow: hidden;
    }

    .flexDirectionRow{
        flex-direction: row;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 75px;
        background:#fafafa;
        height: 70px;
    }

    .buttonorder99{
        order: 99;
        margin: 20px 10% 20px 0;
        border-left: none;
    }
    .buttonorder1{
        order: 1;
        margin: 20px 0 20px 10%;
        border-right: none;
    }

    .buttonWidth{
        width: 100%;
    }

    .DAVIInformation{
        width: 24px;
        height: 24px;
        line-height: 24px;
        background:#7DCCC9;
        border-radius: 50%;
        text-align: center;
        color: white;
        align-self: center;
        border: none;
    }
}





.textureDetailsColor{
    display:none;
}

.configuratorColor{
    width:32px;
    height: 32px;
}

.loaderParent {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 51;
    background: #fff;
}

.allscreen{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: none;
    z-index: 51;
}

.loader {
    z-index: 1;
    margin: 10px 0;
    border: 16px solid #aaaaaa;
    border-radius: 50%;
    border-top: 16px solid #E6C9A5;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

.loaderViewer{
    border: 8px solid #aaaaaa;
    border-radius: 50%;
    border-top: 8px solid #E6C9A5;
    width: 3vw;
    height: 3vw;
    animation: spin 2s linear infinite;
    z-index: 50;
}

.textLoaderViewer {
    color:#555;
    font-size: calc(5px + 0.6vw);
    font-weight: 800;
    z-index: 50;
}

.loaderElement{
     flex: 0 100%;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     display: flex;
     z-index: 50;
     height: 100%;
 }

.textLoader {
    color:#555;
    font-size: calc(5px + 0.6vw);
    font-weight: 800;
    z-index: 5;
}

.informationCouleur{
    margin: 0;
    font-size: 1.1em;
    color: #aaa;
    font-weight: bold;
    padding-left: 5px;
}


/*.tailleConfigurator:focus{
    background: #E6C9A5;
    color: white;
}*/

.selectedTaille{
    background: #E6C9A5;
    color: white;
}

.tailleConfigurator:hover{
    background: #F9F1E7;
    color: white;
}
.tailleConfigurator:active{
    background: #E6C9A5;
    color: white;
}



.displayFlex{
    display: flex;
    z-index:2
}



.order99{
    order: 99;
}
.order1{
    order: 1;
}

.width100{
    width:100%
}




input[type="button"]{
    outline:none;
}

input[type="button"]::-moz-focus-inner {
    border: 0;
}
/*input[type=range]::-moz-focus-outer {
    border: 0;
}*/
button{
    outline: none;
}

button::-moz-focus-inner {
    border: 0;
}

input[type=range]::-moz-focus-outer {
    border: 0;
}

.landingPage{
    position: fixed;
    left: 0;
    top: 0;
    background: white;
    width: 100%;
    height: 100%;
    z-index: 8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.landingPage button{
    padding: 10px;
    border: 2px solid #E6C9A5;
    font-family: Exemplar Pro;
    font-size: 24px;
    z-index: 2;
}

.landingPage button:hover{
    background: #E6C9A5;
    color: white;
}
@keyframes beat{
    to { transform:  rotate(45deg) scale(1.2); }
}
.closeLandingPage{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 8;
    font-size: 100px;
    line-height: 40px;
    height: 54px;
    transform: rotate(45deg);
    transform-origin: center;
    display: none;
}
.closeLandingPage:hover{
    animation: beat .35s infinite alternate;
}