/* Configurateur projet */

.paymentBreadcrumb a{
    width: 25%;
}

    .paymentBreadcrumb.aloneCrumb a{
        width: 32.5%;
    }

.paymentBreadcrumb .fa-th-large, .paymentBreadcrumb .fa-list-alt{
    top: 3px;
}

form{
    margin: 0;
}

label{
    text-align: left;
    width: 211px;
    font-size: 17px;
}

#typeBlock .radioContainer:nth-child(3) label{
    width: 330px;
}

    #typeBlock .radioContainer:nth-child(3) label .description{
        text-align: center !important;
    }

label.selectLabel{
    top: -13px;
}

h1{
    font-size: 34px;
    margin-top: 10px;
}

.inputBulleContainer{
    width: 480px;
    text-align: left;
}

.requiredField{
    right: 10px;
    z-index: 50;
}

textarea, input{
    width: 225px;
}

.processBlock {
    width: 478px;
}

.link3D:last-child {
    margin-top: 2px;
    margin-bottom: 0;
}

#formContainer{
    border: 1px solid #b8a89a;
    padding: 25px 23px;
    width: 480px;

    margin: auto;
    margin-top: 25px;
}

.titleBlock, .titleBlock h1{
    text-align: center;
}

.titleBlock img{
    margin: 6px 0;
}

select{
    width: 245px;
}

.loaderDiv{
    display: none;
    width: 100%;
    left: 0;
    background-color: rgba(0,0,0,0.52);
    z-index: 3000;
    top: 0;
    position: fixed;
    height: 100%;
}

.loaderDiv img{
    padding: 5px;
    border: 1px solid rgba(255,255,255,0.75);
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    bottom: 0;
    opacity: 0.93;
    margin: auto;
    width: 154px;
    height: 154px;
}

.whiteLine{
    width: 8%;
    height: 1px;
    border-top: 1px solid white;

    position: absolute;
    left: -450px;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.93;
    margin: auto;
}

.whiteLine+.whiteLine{
    left: 450px;
}

/* Page type de stores */

.radioContainer{
    display: inline-block;
    position: relative;

    width: -webkit-calc(25% - 22px);
    width: -moz-calc(25% - 22px);
    width: calc(25% - 22px);

    border: 1px solid #b8a89a;
    padding: 25px 21px;
    padding-bottom: 28px;
    margin-bottom: 27px;
    text-align: center;
}

    .radioContainer label{
        text-align: center;
        margin: 0;
    }

    .radioContainer:hover{
        border: 1px solid #36b591;
    }

    .radioContainer:nth-child(4n){
        margin-right: 0;
    }

.radioContainer input{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;

    z-index: 300;
}

.formType, #productListContainer, #productListContainer2{
    margin-top: 26px;
    text-align: left;
}

#productListContainer2{
    margin-bottom: 20px;
}

.formType+.processBlock{
    width: 100%;
}

.correspondingDoorPic{
    display: block;
    width: 229px;
    height: 165px;
    margin: auto;
    margin-bottom: 28px;
}

.correspondingDoorPic, .correspondingDoorPic:hover, .radioContainer, .radioContainer:hover{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .radioContainer .correspondingDoorPic{
        width: 100%;

        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center center;

        height: 0;
        padding-top: 105%;
        background-image: url('../resources/windowType_1.png');
    }

        .radioContainer:nth-child(2) .correspondingDoorPic{
            background-image: url('../resources/windowType_2.png');
            background-size: 70%;
        }

        #typeBlock .radioContainer:nth-child(3){
            width: -webkit-calc(50% - 22px);
            width: -moz-calc(50% - 22px);
            width: calc(50% - 22px);
        }

        .radioContainer:nth-child(3) .correspondingDoorPic{
            background-image: url('../resources/windowType_3.png');
            background-size: auto 100%;
            padding-top: 44%;
        }

        .radioContainer:nth-child(4) .correspondingDoorPic{
            background-image: url('../resources/windowType_4.png');
            background-size: 100%;
        }

        .radioContainer:nth-child(5) .correspondingDoorPic{
            background-image: url('../resources/windowType_5.png');
            background-size: 100%;
        }

        .radioContainer:nth-child(6) .correspondingDoorPic{
            background-image: url('../resources/windowType_6.png');
            background-size: 100%;
        }

        .radioContainer:nth-child(7) .correspondingDoorPic{
            background-image: url('../resources/windowType_7.png');
            background-size: 100%;
        }

        /* Hover/Selected - général */

        .radioContainer:hover .correspondingDoorPic{
            -moz-transform: scale(0.85);
            -o-transform: scale(0.85);
            -webkit-transform: scale(0.85);
            transform: scale(0.85);

            opacity: 0.15;
        }

        .radioContainer input:checked+label+.correspondingDoorPic{
            -moz-transform: scale(0.85);
            -o-transform: scale(0.85);
            -webkit-transform: scale(0.85);
            transform: scale(0.85);

            opacity: 1;
        }

        .radioContainer input:checked+label{
            opacity: 0;
        }

            /* Hovers particuliers */

            .radioContainer:nth-child(1) input:checked+label+.correspondingDoorPic, .radioContainer:nth-child(1):hover .correspondingDoorPic{
                background-image: url('../resources/hoverWindowType_1.png');
            }

            .radioContainer:nth-child(2) input:checked+label+.correspondingDoorPic, .radioContainer:nth-child(2):hover .correspondingDoorPic{
                background-image: url('../resources/hoverWindowType_2.png');
            }

            .radioContainer:nth-child(3) input:checked+label+.correspondingDoorPic, .radioContainer:nth-child(3):hover .correspondingDoorPic{
                background-image: url('../resources/hoverWindowType_3.png');
            }

            .radioContainer:nth-child(4) input:checked+label+.correspondingDoorPic, .radioContainer:nth-child(4):hover .correspondingDoorPic{
                background-image: url('../resources/hoverWindowType_4.png');
            }

            .radioContainer:nth-child(5) input:checked+label+.correspondingDoorPic, .radioContainer:nth-child(5):hover .correspondingDoorPic{
                background-image: url('../resources/hoverWindowType_5.png');
            }

            .radioContainer:nth-child(6) input:checked+label+.correspondingDoorPic, .radioContainer:nth-child(6):hover .correspondingDoorPic{
                background-image: url('../resources/hoverWindowType_6.png');
            }

            .radioContainer:nth-child(7) input:checked+label+.correspondingDoorPic, .radioContainer:nth-child(7):hover .correspondingDoorPic{
                background-image: url('../resources/hoverWindowType_7.png');
            }

.radioContainer label{
    position: absolute;
    bottom: 16px;
    left: 0;
    top: auto;
    height: 21px;
    right: 0;
    margin: auto;

    font-size: 18px;
    font-weight: 100;
}

/* Over stuff */

.windowTypeNext{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 450;
}

.windowTypeNext .link3D{
    border: none;
    padding: 13px 15px;
}

/* Page sélection */

#productListContainer .radioContainer, #productListContainer2 .radioContainer{
    padding: 0;
    text-decoration: none;
}

    #productListContainer .radioContainer img, #productListContainer2 .radioContainer img{
        width: 100%;
    }

    #productListContainer .radioContainer p, #productListContainer2 .radioContainer p{
        color: #545454 !important;
    }

    #productListContainer .priceInfo, #productListContainer .blockLink, #productListContainer2 .priceInfo, #productListContainer2 .blockLink{
        color: white !important;
        position: absolute;
        bottom: 0;
    }

.infoProduit{
    padding: 16px 20px;
    padding-bottom: 58px;
}

.infoProduit h2{
    line-height: 140%;
}

#productListContainer .priceInfo, #productListContainer2 .priceInfo{
    left: 0;
    padding: 13px 0;
    padding-bottom: 14px;
    width: 120px;
}

.radioContainer h2{
    margin-bottom: 7px;
}

#productListContainer .blockLink, #productListContainer2 .blockLink{
    right: 0;
    letter-spacing: 0;
    font-size: 15px;
}

#productFilter{
    text-align: left;
    position: relative;
    margin-top: 5px;
}

#searchBarProduct{
    position: absolute;
    top: 0;
    right: 12px;

    background-color: transparent;
    text-indent: 27px;

    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;

    width: 210px;

    background-image: url(../resources/searchThing.png);
    background-repeat: no-repeat;
    background-position: 11px 9px;
}

/* Corrections pages fusionnées */

.fusedPage .titleBlock{
    width: auto;
    padding-right:28px;
    padding-bottom: 88px;
    border-right:1px solid #b0a79f;
    margin-bottom: 50px;
    margin-right: 23px;
}

h1.fusedH1{
    font-size: 31px;
    margin-top: 0;
    margin-bottom: 19px;
}

#emplacementBlock{
    padding-top: 6px;
}

#typeBlock{
    position: relative;
    opacity: 0.5;

    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(88%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

#masqueType{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: 500;
}

#typeBlock .formType{
    margin-top: 0;
}

.formContainerInline{
    width: -webkit-calc(100% - 201px);
    width: -moz-calc(100% - 201px);
    width: calc(100% - 201px);
}

#typeBlock+.processBlock{
    width: -webkit-calc(100% - 22px);
    width: -moz-calc(100% - 22px);
    width: calc(100% - 22px);
}

.ui-menu-item:first-child{
    /*display: none;*/
}

.description{
    text-align: justify;
    line-height: 155%;
    margin-top: 9px;

    padding: 0 11px;
    opacity: 0;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#typeBlock .radioContainer{
    overflow: hidden;
}

.radioContainer:hover .description{
    opacity: 1;

    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.radioContainer label, .radioContainer:hover label{
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

    .radioContainer:hover label{
        bottom: -webkit-calc(100% - 40px);
        bottom: -moz-calc(100% - 40px);
        bottom: calc(100% - 40px);
    }

#configWindow{
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 46px;
    background-color: #349976;

    z-index: 500;
}

#configWindow.activeMenu{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#configWindow>a{
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;

    font-weight: 100;
    font-size: 25px;
}

.numberWindows{
    padding-top: 4px;
    display: block;
}

#toggleSidebar img{
    margin-top: 7px;
}

.containerAside{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.containerAside h2{
    padding: 15px;
    padding-top: 13px;

    font-size: 24px;
    font-weight: 100;
    text-transform: none;
    margin-bottom: 0;

    border-bottom: 1px dashed rgba(255, 255, 255, 0.73);
}

#closeWindow{
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 23px;
}

.allMyStores{
    width: 100%;
    height: -webkit-calc(100% - 58px);
    height: -moz-calc(100% - 58px);
    height: calc(100% - 58px);
}

.allMyStores li{
    width: -webkit-calc(100% - 52px);
    width: -moz-calc(100% - 52px);
    width: calc(100% - 52px);

    margin: 25px;
    margin-bottom: 2px;

    position: relative;
    top: -20px;

    border: 1px solid rgba(255, 255, 255, 0.94);

    background-color: rgba(255,255,255,0.12);
}

.allMyStores li:last-child{
    margin-bottom: 25px;
}

.allMyStores li .coverDiv{
    width: 100%;
    padding-top: 86%;
    position: relative;
}

.infosStore{
    border-top: none;
    padding: 18px;
}

.allMyStores li h3{
    font-size: 21px;
    font-weight: 100;
    margin-top: -6px;
    margin-bottom: 10px;
}

.allMyStores li.ongoingStore h3{
    margin-top: -4px;
    margin-bottom: 9px;
}

.toolboxStore{
    position: absolute;
    left: 9px;
    top: 12px;
}

.toolboxStore .fa{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;

    position: relative;
    top: 0;
}

    .toolboxStore .fa:hover{
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;

        top: -2px;
    }

.fa.fa-pencil-square-o{
    position: relative;
    top: 1px;
    left: 1px;
}

.toolboxStore a{
    font-size: 24px;
    padding-left: 4px;
}

.explanationLineType{
    position: relative;
    top: -11px;
}

h4{
    line-height: 130%;
}

.futureStores h4{
    line-height: 140%;
}

.tissueBlock{
    position: absolute;
    left: 15px;
    bottom: 14px;

    width: 18%;
    padding-top: 18%;
    background-size: cover;
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.ongoingStore .tissueBlock{
    background-size: 90%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.3);
}

.allMyStores li.ongoingStore .coverDiv {
    padding-top: 80%;
    background-position: center 4%;
    background-size: 95%;
    margin-bottom: -12px;
}

.showHideBlock, .showHideBlock2{
    font-size: 22px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.futureStores, .pastStore{
    overflow: hidden;
}

.allMyStores li.futureStores h3, .allMyStores li.pastStore h3{
    margin-top: -4px;
    margin-bottom: 12px;
}

.allMyStores li.pastStore h3{
    height: 25px;
    max-width: 87%;
}

/* Garantie 2 ans */

.garantieBlock{
    width: 100%;
    margin-top: 28px;
    text-align: center;

    position: relative;
}

.horizontalLine{
    height: 1px;
    background-color: #c6bcb2;
    display: block;

    width: -webkit-calc(50% - 115px);
    width: -moz-calc(50% - 115px);
    width: calc(50% - 115px);

    position: absolute;
    top: -2px;
    bottom: 0;
    left: 0;

    margin: auto;
}

.horizontalLine+img+.horizontalLine{
    left: auto;
    right: 0;
}

#nameSample{
    width: 80px;
    margin-right: 16px;
}

#firstnameSample{
    width: 103px;
}

.radioContainer h2 a{
    text-decoration: none;
}

/* --- Ajout/Corrections du flux --- */

/* Corrections de l'étape 1 */

#createProjectForm label{
    width: 207px;
}

#createProjectForm .genericInputBulle{
    margin-bottom: 22px;
}

/* Fusion 2 & 3 */

.rightAlign{
    text-align: right;
    margin-right: 3px;
}

#loaderStep{
    text-align: center;
    opacity: 0;
    position: relative;
}

    #loaderStep .fa-spinner{
        font-size: 48px;
        color: #93897f !important;
    }

.containerLoaderStuff{
    margin-top: 22px;
}

    .containerLoaderStuff *{
        display: inline-block;
        vertical-align: middle;
    }

    .containerLoaderStuff .verticalLines{
        height: 1px;
        width: 75px;
        background-color: #bab0a6;
        margin: 0 15px;
    }

     #loaderStep p{
        margin-top: 16px;
    }

     #optionPick{
         margin-bottom: 25px;
     }

.whiteText{
    color: white;
}

/* Fusion des deux pages - corrections */

#nextStoreBlock{
    margin-bottom: 30px;
}

h2#resumeBlockH2{
    border-bottom: 1px dashed #aca299;
    padding-bottom: 12px;
    text-align: left;
    margin-top: 45px;
    margin-bottom: -4px;
}

/* Ajout du block de dernier store confectionné */

    #justFinished img{
        width: 100%;
        margin-top: 0;
    }

    #justFinished.radioContainer{
        padding: 0;
        margin-bottom: 0;
    }

    .showFinishedStore{
        border: 1px solid #b8a89a;
        padding: 25px;
        text-align: left;
    }

    .showFinishedStore .rightNextStore p{
        text-align: left;
    }

    .showFinishedStore #justFinished+.inlineBlockTop{
        width: 74%;
        max-width: none;
        margin-left: 20px;
        display: inline-block;
    }

        .showFinishedStore #justFinished+.inlineBlockTop .rightNextStore{
            width: 100%;
            max-width: none;
            margin-top: 0;
        }

        .showFinishedStore #justFinished+.inlineBlockTop .rightNextStore h1{
            margin-top: 0;
        }

        .showFinishedStore .nextBlock {
            max-width: none;
            width: 100%;
        }

.editorInputBulleError .ui-selectmenu-button{
    border: 1px dashed rgba(170, 39, 16, 0.97) !important;
}

.halfDimensionStore .requiredField {
    right: 62px;
}

.halfDimensionStore .infobulle{
    top: 49px !important;
    right: 86px;
}

.dimensionFeedbackBlock{
    border: 1px dashed rgba(170, 39, 16, 0.97) !important;
    padding: 12px;
    margin-bottom: 15px;
    margin-top: -5px;
}

/* Mediaqueries */

@media only screen and (max-width: 3000px){
    .radioContainer{
        width: -webkit-calc(33% - 20px);
        width: -moz-calc(33% - 20px);
        width: calc(33% - 20px);
    }

    #searchBarProduct{
        right: 18px;
    }

    /* Corrections header en 5 parties */

    .paymentBreadcrumb a{
        text-indent: 0 !important;
        padding-bottom: 17px;
    }

    .paymentBreadcrumb .fa {
        display: block;
        margin: auto;
        margin-top: -7px;
        margin-bottom: 4px;
        position: static;
    }

    .paymentBreadcrumb a .fa, .paymentBreadcrumb a span:not(.brownTriangle){
        position: relative;
        left: 10px;
        top: 0;
    }

    .brownTriangle{
        border-width: 42px 0 42px 28px;
    }

    .titleBlock img{
        width: 130px;
        height: auto;
    }

    .titleBlock h1{
        font-size: 31px;
    }

    /* Correction grille responsive */

    #typeBlock .radioContainer:nth-child(3) {
        width: -webkit-calc(67% - 22px);
        width: -moz-calc(67% - 22px);
        width: calc(67% - 22px);
    }

    .garantieBlock{
        margin-top: 25px;
    }

    .garantieBlock img{
        width: 150px;
    }

    .horizontalLine{
        width: -webkit-calc(50% - 105px);
        width: -moz-calc(50% - 105px);
        width: calc(50% - 105px);
    }

    .formContainerInline {
        width: -webkit-calc(100% - 187px);
        width: -moz-calc(100% - 187px);
        width: calc(100% - 187px);

        margin-bottom: 26px;
    }

    #optionPick{
        margin-bottom: 0;
    }

    .showFinishedStore #justFinished+.inlineBlockTop {
        width: 66%;
    }

    #mechaPicker{
        width: 100%;
    }
}

/* Responsive du menu de droite */
@media only screen and (max-width: 1400px){
    .containerAside h2{
        font-size: 18px;
        line-height: 125%;
    }

    #closeWindow{
        right: 13px;
        font-size: 19px;
        top: 16px;
    }

    .allMyStores li h3 {
        font-size: 19px;
        line-height: 120%;
    }

    .allMyStores li.pastStore h3{
        max-width: 84%;
    }

    .infosStore{
        padding: 16px;
    }

    .toolboxStore a {
        font-size: 22px;
    }

    h4{
        font-size: 14px;
    }

    .tissueBlock{
        position: absolute;
        left: 13px;
        bottom: 12px;

        width: 22%;
        padding-top: 22%;
    }

    .allMyStores li.futureStores h3 {
        margin-left: -1px;
        margin-top: -3px;
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 140%;
    }

    .showHideBlock{
        font-size: 19px;
    }
}

@media only screen and (max-width: 1230px){
    .radioContainer .correspondingDoorPic{
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);

        -ms-transform-origin: center 20%;
        -webkit-transform-origin: center 20%;
        transform-origin: center 20%;

        margin-bottom: 0;
    }

    #productListContainer .priceInfo, #productListContainer2 .priceInfo{
        width: 96px;
    }

    #productListContainer .blockLink, #productListContainer2 .blockLink{
        padding: 13px 13px;
        padding-bottom: 14px;
        font-size: 14px;
    }

    .paymentBreadcrumb a {
        font-size: 18px;
    }

    .paymentBreadcrumb .fa {
        font-size: 24px;
    }

    .paymentBreadcrumb a span:not(.brownTriangle){
        top: 4px;
    }

    .paymentBreadcrumb a{
        padding-bottom: 20px;
    }

    .titleBlock img{
        width: 115px;
    }

    .titleBlock h1{
        font-size: 27px;
    }

    /* Corrections grille */

    #typeBlock .radioContainer:nth-child(3) {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
    }

    #typeBlock .radioContainer{
        width: -webkit-calc(50% - 22px);
        width: -moz-calc(50% - 22px);
        width: calc(50% - 22px);
    }


    .garantieBlock img{
        width: 140px;
    }

    .horizontalLine{
        width: -webkit-calc(50% - 95px);
        width: -moz-calc(50% - 95px);
        width: calc(50% - 95px);
    }

    .formContainerInline {
        width: -webkit-calc(100% - 172px);
        width: -moz-calc(100% - 172px);
        width: calc(100% - 172px);
    }

    .showFinishedStore .dimensionStore{
        display: none !important;
    }

    .showFinishedStore .infoProduit{
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 920px){
    #configWindow{
        display: none;
    }

    #priceInfo{
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
    }
}

@media only screen and (max-width: 850px){
    .garantieBlock img{
        width: 165px;
    }

    .garantieBlock {
        margin-top: 30px;
    }

    .horizontalLine{
        width: -webkit-calc(50% - 105px);
        width: -moz-calc(50% - 105px);
        width: calc(50% - 105px);
    }
}

@media only screen and (max-width: 820px){
    .radioContainer .correspondingDoorPic{
        -moz-transform: scale(0.7);
        -o-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@media only screen and (max-width: 750px){
    .radioContainer{
        width: -webkit-calc(50% - 20px);
        width: -moz-calc(50% - 20px);
        width: calc(50% - 20px);
    }

        .showFinishedStore .radioContainer{
            width: -webkit-calc(33% - 22px);
            width: -moz-calc(33% - 22px);
            width: calc(33% - 22px);
        }

        .showFinishedStore .dimensionStore{
            display: none !important;
        }

        .showFinishedStore .rightNextStore h1 {
            font-size: 24px;
            line-height: 140%;
        }

        .showFinishedStore .infoProduit{
            padding-bottom: 20px;
        }

        #nextStoreBlock h1{
            margin-bottom: -1px;
        }

        .showFinishedStore{
            padding: 20px;
        }

    .radioContainer .correspondingDoorPic{
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);

        -ms-transform-origin: top center;
        -webkit-transform-origin: top center;
        transform-origin: top center;
    }

    #productListContainer .priceInfo, #productListContainer2 .priceInfo{
        width: 118px;
    }

    #productListContainer .blockLink, #productListContainer2 .blockLink{
        padding: 13px 22px;
        padding-bottom: 14px;
        font-size: 14px;
    }

    /* Corrections header */
    .brownTriangle {
        border-width: 25px 48px 0 48px;
    }

    .paymentBreadcrumb.aloneCrumb a{
        width: 100%;
    }
}

@media only screen and (max-width: 720px){
    #emplacementBlock .titleBlock, #emplacementBlock .titleBlock+div, #typeBlock .titleBlock, #typeBlock .titleBlock+div{
        display: block !important;
        width: 100%;
    }

    #emplacementBlock{
        margin-bottom: 30px;
    }

    .fusedPage .titleBlock{
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 0;
        margin-bottom: 14px;
        border: none;
    }

    h1.fusedH1 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 27px;
    }
}

@media only screen and (max-height: 675px) and (min-width: 850px){
    .processBlock {
        position: static !important;
        background-color: transparent;
    }

    .link3D:last-child{
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 650px){
    .showFinishedStore #justFinished.radioContainer{
        width: 100%;
        margin-bottom: 20px;
    }

    .showFinishedStore #justFinished+.inlineBlockTop {
        margin-left: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 610px){
    .radioContainer .correspondingDoorPic{
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-bottom: 28px;
    }

    .radioContainer{
        width: 100%;
    }
}

@media only screen and (max-width: 585px){
    #formContainer{
        width: -webkit-calc(100% - 45px);
        width: -moz-calc(100% - 45px);
        width: calc(100% - 45px);
    }

    #searchBarProduct{
        display: none !important;
    }

    .inputBulleContainer, .processBlock{
        width: 100%;
    }

    input{
        display: block !important;
        width: -webkit-calc(100% - 25px);
        width: -moz-calc(100% - 25px);
        width: calc(100% - 25px);

        margin-top: 12px;
    }

    h1 {
        font-size: 26px;
    }

    .requiredField{
        top: 36px;
        right: 8px;
    }

    #emplacementBlock .requiredField {
        top: 24px !important;
        left: 233px !important;
    }
}

@media only screen and (max-width: 530px){
    #typeBlock .radioContainer{
        width: 100% !important;
    }

    #typeBlock .radioContainer:nth-child(3) label{
        width: 211px;
    }
}

@media only screen and (max-width: 430px){
    h1.fusedH1 {
        font-size: 24px;
        margin-bottom: 28px;
    }

    #priceInfo strong{
        display: block;
        margin-bottom: 12px;
    }

    #storePrice{
        margin-bottom: 0;
    }
}