#section-plans{
    display: flex;
    flex-direction: column-reverse;
}

@media all and (min-width: 1200px){
    /* #selecteur.bass4 #plan-etages .plan-etage{
        background-color: #ffffff;
        position: absolute;
        bottom: 0;
        left: 1px;
    } */
    #selecteur{
        padding-left: 0;
        padding-right: 0;
    }
    #section-plans{
        flex-direction: row;
    }
}

#selecteur{
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.bass2 #selecteur, .bass3 #selecteur, .bass4 #selecteur{
    padding-left: 0;
    padding-right: 0;
}

#plan.bass2 .conteneur, #plan.bass3 .conteneur, #plan.bass4 .conteneur{
    text-align: center;
    top: 14vw;
}

#selecteur.bass2, #selecteur.bass3, #selecteur.bass4{
    width: 100%;
    max-width: 100%;
}


#wrapper-plan{
    position: relative;
}

#plan-etages{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: none;
}

#plan-etages .plan-etage{
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.bass4 #plan-etages .plan-etage{
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
}


.plan-etage{
    width: 100%;
    height: auto;
    background-color: #ffffff;
    display: none;
}

.plan-etage.actif{
    display: block;
}

.plan-etage .img-plan-etage{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

#perspective{
    position: relative;
    width: 100%;
}

#svg-perspective{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.polygon-etage{
    fill: #d13534;
    fill-opacity: 0;
    cursor: pointer;
}

.bass2 .polygon-etage, .bass3 .polygon-etage, .bass4 .polygon-etage{
    fill: #c0845c;
}

.polygon-etage.hover{
    fill-opacity: 0.4;
}

.bass2 .polygon-etage.hover, .bass3 .polygon-etage.hover, .bass4 .polygon-etage.hover{
    fill-opacity: 0.6;
}

.svg-etage{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: auto;
}

.polygon-unite{
    fill: #d13534;
    fill-opacity: 0;
    cursor: pointer;
    transition: all 100ms ease-in;
}

.bass2 .polygon-unite, .bass3 .polygon-unite, .bass4 .polygon-unite{
    fill: #c0845c;
}

.polygon-unite.vendu{
    fill: #101010;
    fill-opacity: 0.3 !important;
    mix-blend-mode: multiply;
}

.polygon-unite.hover{
    fill-opacity: 0.4;
}

#informations{
    display: none;
    width: 100%;
    height: auto;
    padding-top: 50px;
    background: #ffffff;
}

#informations-flex-wrapper{
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: row;
    flex-grow: 1;
    flex-wrap: wrap;
}

#informations-flex-wrapper .gauche, #informations-flex-wrapper .droite{
    display: block;
    width: 100%;
}

#informations-flex-wrapper .gauche{
    margin-bottom: 35px;
}



@media all and (min-width: 700px){
   
    #informations-flex-wrapper .gauche, #informations-flex-wrapper .droite{
        width: 49.99%;
    }

    #informations-flex-wrapper .gauche{
        margin-bottom: 0;
    }
}


#informations-flex-wrapper .droite{
    list-style: none;
    border: 1px solid #e6e7e8;
    padding: 40px;
}

#informations .specifications{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-grow: 1;
}

#informations .numero{
    display: block;
    width: 100%;
    font-size: 36px;
    line-height: 42px;
    color: #464648;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin-bottom: 30px;
}

#informations .condo, #informations .disponibilite, #informations .type, #informations .chambre, #informations .superficie, #informations .terrasse{
    display: block;
    width: 49%;
    margin-bottom: 25px;
}

#informations .condo .titre, #informations .disponibilite .titre, #informations .type .titre, #informations .chambre .titre, #informations .superficie .titre, #informations .terrasse .titre{
    color: #464648;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
}

#informations .condo .content, #informations .disponibilite .content, #informations .type .content, #informations .chambre .content, #informations .superficie .content, #informations .terrasse .content{
    color: #464648;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
}

#informations .type .content{
    text-transform: uppercase;
}

#informations .disponibilite .content{
    text-transform: capitalize;
}

.plans .pdf-etage, .plans .pdf-unite, .plans .pdf-terrasse, .btn-demande-informations{
    display: block;
    width: 100%;
    max-width: 270px;
    font-size: 12px;
    margin-top: 1em;
    padding: 0 15px;
    text-align: center;
    border-radius: 3px;
    background: transparent;
    min-width: 150px;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    min-height: 40px;
    color: #464648;
    border: 2px solid #464648;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    transition: all 100ms ease-in;
    text-decoration: none;
}

.btn-demande-informations{
    display: none;
}

.bass2 .plans .pdf-etage,
.bass2 .plans .pdf-unite,
.bass2 .plans .pdf-terrasse,
.bass3 .plans .pdf-etage,
.bass3 .plans .pdf-unite,
.bass3 .plans .pdf-terrasse,
.bass4 .plans .pdf-etage,
.bass4 .plans .pdf-unite,
.bass4 .plans .pdf-terrasse{
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    border-radius: 0;
    border-color: #222b3a;
    color: #222b3a;
}

.plans .pdf-etage:hover, .plans .pdf-unite:hover{
    color: #ffffff;
    background-color: #464648;
}

.bass2 .plans .pdf-etage:hover,
.bass2 .plans .pdf-unite:hover,
.bass3 .plans .pdf-etage:hover,
.bass3 .plans .pdf-unite:hover,
.bass4 .plans .pdf-etage:hover,
.bass4 .plans .pdf-unite:hover{
    color: #ffffff;
    background-color: #222b3a;
}




#instruction-etage{
    z-index: 102;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    top: 104px;
    position: relative;
    text-align: center;
    display: none;
}

.bass2 #instruction-etage,
.bass3 #instruction-etage,
.bass4 #instruction-etage
{
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #c0845c;
    top: initial;
}

#btn-retour a{
    position: absolute;
    top: -15px;
    left: 0;
    display: block;
    background: #ef3f3e;
    color: #ffffff;
    padding: 7px 15px;
    min-height: 40px;
    text-transform: uppercase;
    border-radius: 4px;
    z-index: 101;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    line-height: 23px;
    font-weight: 300;
    text-decoration: none;
}

.bass2 #btn-retour,
.bass3 #btn-retour,
.bass4 #btn-retour{
    top: 10px;
}

.bass2 #btn-retour a,
.bass3 #btn-retour a,
.bass4 #btn-retour a{
    top: 0
}

@media all and (min-width: 720px){
    .bass2 #btn-retour,
    .bass3 #btn-retour,
    .bass4 #btn-retour{
        top: -20px;
    }
}

.bass2 #btn-retour a,
.bass4 #btn-retour a,
.bass3 #btn-retour a{
    border-radius: 0;
    border: none;
    background: transparent;
    font-family: Montserrat, sans-serif;
    color: #c0845c;
    font-weight: 400;
    font-size: 11px;
}

.bass2 #btn-retour a:hover,
.bass4 #btn-retour a:hover,
.bass3 #btn-retour a:hover{
    color: #ffffff;
    background: #c0845c;
}

#btn-retour a:hover{
    color: #ef3f3e;
    background: #ffffff;
}

.tooltipster-musto .tooltipster-box {
	background: #dd4d47 !important;
	border: none !important;
	border-radius: 0px !important;
}

.bass2 .tooltipster-musto .tooltipster-box,
.bass4 .tooltipster-musto .tooltipster-box,
.bass3 .tooltipster-musto .tooltipster-box {
	background: #222b3a !important;
}

.tooltipster-musto .tooltipster-content {
    color: white !important;
    font-size: 14px !important;
    text-transform: uppercase;
	padding: 18px !important;
}

@media all and (min-width: 720px){
    .tooltipster-musto .tooltipster-content {
        font-size: 22px !important;
    }
}
#indicateur-etage{
    font-size: 24px !important;
}

.bass2 #indicateur-etage,
.bass4 #indicateur-etage,
.bass3 #indicateur-etage{
    display: none;
    font-size: 15px;
}

.bass2 #instruction-etage,
.bass4 #instruction-etage,
.bass3 #instruction-etage{
        font-size: 12px;
}

@media all and (min-width: 700px){
    #selecteur{
        padding-left: 0;
        padding-right: 0;
    }

    #btn-retour a{
        top: 0;
        padding: 13px 20px;
        min-height: 40px;
        font-size: 14px;
        line-height: 20px;
    }

    #plan.bass2 .conteneur,
    #plan.bass4 .conteneur,
    #plan.bass3 .conteneur{
        top: 0;
        z-index: 1;
    }

    .bass2 #indicateur-etage,
    .bass4 #indicateur-etage,
    .bass3 #indicateur-etage{
        display: inline-block;
    }

    .bass2 #btn-retour,
    .bass4 #btn-retour,
    .bass3 #btn-retour{
        top: 0;
    }

    .bass2 #btn-retour a,
    .bass4 #btn-retour a,
    .bass3 #btn-retour a{
        font-size: 14px;
        border: 1px solid #c0845c;
    }

    #instruction-etage{
        display: block;
    }
}

#section-plans{
    background-color: #222b3a;
}

.bass4 .plan-preview {
    text-align: center;
}
.bass4 .plan-preview > img {
    max-height: 450px;
}

