@media screen and (max-width: 1023px) {
    .summaryClass {
        font-size: 1.1em;
        color: #aaa;
        padding-left: 15px;
        line-height: 45px;
        text-align: center;
    }

    .flexRow{
        flex-direction: row;
        display: flex;
        overflow-y: scroll;
        min-height: 0;
        min-width: 0;
        margin-top: 30px;
    }

    .summaryClass::after {
        content: "+";
        text-align: right;
        position: absolute;
        right: 3%;
        font-weight: 900;
    }

    .detailsClass, .detailsClassModel{
        margin: 10px;
        border: solid 1px darkgray;
        padding: 15px 0;
        position: relative;
    }

    #configurator {
        height: 20%;
        width: 100%;
        background-color: #fafafa;
        z-index: 5;
        display: flex;
        flex-wrap: wrap;
        align-content: start;
        flex: 0 100%;
        overflow-y: auto;
        position: relative;
        order: 5;
    }

    .viewer {
        display: flex;
        flex-direction: column;
        flex: 0 100%;
        height: 100%;
    }

    #taille1{
        order: 2;
    }
    #taille2{
        order: 1;
    }

    #gravure1{
        order: 1;
    }
    #gravure2{
        order: 2;
    }

    .buttonEtape{
        width: 35%;
        background: #E6C9A5;
        border: none;
        color: white;
        font-size: 0.6em;
        cursor: pointer;
        order: 99;
        position: fixed;
        bottom: 0;
        right: 0;
        display: flex;
        z-index: 99;
        height: 7.5%;
        align-items: center;
        justify-content: center;
        max-height: 45px;
    }

    .buttonEtapeFinal{
        display: none;
    }

    #header{
        height: 120px;
        text-align: center;
        font-size: 1.2em;
        background: #E6C9A5;
        color: #fff;
        z-index: 5;
        line-height: 120px;
        position: relative;
        flex: 0 1 100%;
    }

    .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;
    }

    .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;
    }

    .listProduct{
        position: absolute;
        left: 15px;
        border: none;
        color: #777777;
        min-width: 150px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(./Assets/flechedown.png) 98% / 12% no-repeat;
        z-index: 50;
        font-size: 0.8em;
        height: 10%;
    }

    .price{
        position: absolute;
        right: 150px;
        color: #B3B3B3;
        z-index: 50;
        font-size: 1.6em;
        top: 1%;
        font-weight: 800;
    }

    .titleEtape{
        white-space: nowrap;
        font-size: 1.2em;
        color: #6E6E6E;
        padding-left: 15px;
        margin: 5px;
        flex: 0 100%;
    }

    .subtitleEtape{
        font-size: 0.9em;
        color: #6E6E6E;
        padding-left: 15px;
        margin: 5px;
        flex: 0 100%;
    }

    .optionEtape{
        white-space: nowrap;
        font-size: 14px;
        line-height: 32px;
        color: #A3A3A3;
        padding-left: 15px;
    }

    .boxEtape{
        margin: 2px 5px;
        padding: 10px;
        display: flex;
        height: 35px;
    }

    .boxEtapeNoBorder, .boxEtapeSelectedNoBorder {
        display: flex;
        align-items: center;
        padding-left: 30px;
    }
    .boxEtapeSelectedNoBorder {
        background:white;
    }

    .imageOptionEtape{
        width: 32px;
        height: 32px;
        border-radius: 50%;
    }

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

    .optionEtapeSelected{
        white-space: nowrap;
        font-size: 14px;
        line-height: 32px;
        color: #E6C9A5;
        padding-left: 15px;
    }

    .boxEtapeSelected{
        margin: 2px 5px;
        padding: 10px;
        display:flex;
        background-color: #FFFFFF;
        height: 35px;
    }

    .imageOptionEtapeSelected{
        width: 32px;
        height: 32px;
        border-radius: 50%;
    }

    .inputEtape{
        height: 40px;
        margin: 5px 13px;
        font-size: 18px;
    }

    .arbre {
        overflow: auto;
        height: 10%;
        display: flex;
        align-items: center;
        flex: 0 1 100%;
        z-index: 6;
        order: 4;
        background: #fafafa;
        overflow-y: hidden;
        justify-content: center;
    }

    .etapeDiv{
        width: 100%;
        height: 75%;
        display: none;
        position: relative;
        align-items: baseline;
        min-height: 0;
        min-width: 0;
    }

    .configuratorTemplate{
        width: 100%;
        height: 70%;
        display: none;
        position: absolute;
        background: #f1f1f1;
        align-items: baseline;
        flex-direction: column;
        z-index: 500;
        overflow: auto;
    }

    .libArbre{
        visibility: hidden;
        z-index: 2;
        min-width: 50px;
        letter-spacing: 0.24px;
        font-size: 0.7em;
    }

    .libArbre::before {
        border: solid 1px #DBDBDB;
        content: "";
        display: block;
        width: 14px;
        height: 14px;
        margin: 5px 0 5px 40%;
        border-radius: 18px;
        visibility: visible;
        background: #fafafa;
    }



    .libArbre.selected::before{
        background: #E6C9A5;
        border: none;
    }

    .libArbre.selected{
        color: #000;
        visibility: visible;
        white-space: nowrap;
        font-size: 0.7em;
    }

    .libArbre, .flecheArbre{
        padding: 5px;
        color: #aaa;
        cursor:pointer;
    }

    .flecheArbre{
        position: absolute;
        width: 80%;
        border-top: solid 1px
        #e6c9a5;
        justify-self: right;
        display: flex;
        margin: 18px 0 0 11%;
        z-index: 1;
    }
    .containerArbre {
        flex-direction: row;
        display: flex;
        position: relative;
        text-align: center;
    }

    .tailleFlex{
        flex: 0 50%;
    }

    .tailleConfigurator{
        font-family: Hind, serif;
        font-size: 0.8em;
        color: #000;
        background: #fafafa;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        text-align: center;
        margin: 10px;
        line-height: 48px;
        border: none;
    }

    .tailleDiv{
        display: flex;
        align-items: start;
        width: 100%;
        flex-grow: 1;
    }

    .tailleDivWrap{
        display: flex;
        align-items: start;
        width: 100%;
        flex-grow: 1;
        flex-wrap: wrap;
        overflow-y: scroll;
        min-height: 0;
        min-width: 0;
        height: 100%;
    }

    #titleEtapeTailleBox{
        display: flex;
    }

    #header{display:none;
    }

    .footerConfigurator{
        background: #FFFFFF;
        flex: 0 30%;
        display: flex;
        align-items: center;
        text-align: center;
        position: relative;
        width: 33%;
        height: 25%;
        bottom: 0;
    }

    .titleEtape{
        font-size: 0.9em;
        color: #000000;
        line-height: 25px;
        padding-left: 15px;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }

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

    .titleConfigurator{
        font-size: 0.7em;
        color: #6E6E6E;
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 5px;
    }

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

    .containerConfigurator{
        display: flex;
    }

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

    }
    .dataConfigurator{
        font-size: 0.8em;
        padding-left: 15px;
        padding-bottom: 5px;
    }

    .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%;
    }

    .displayFlex{
        margin-top:30px;
    }

    .buttonorder99 {
        order: 99;
        margin-right: 5%;
        width: 100px;
        background:#fafafa;
        border: solid 1px black;
        color: #e6c9a5;
    }

    .flexSliderAtelier{
        width: 100%;
        margin: 30px 10% 0 10%;
    }
}