
.page_fiche_unite {
    position: absolute;
    left: 50%;
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    max-width: 600px;
    margin: 50px 0;
    transform: translateX(-50%);
}

.page_fiche_unite h1 {
    color: #151515;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    height: 50px;
    padding: 50px 50px 0;

    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.page_fiche_unite h1 span.disponibilite {
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    margin-left: 15px;
}

.page_fiche_unite h1 span.disponibilite.disponible {
    background-color: #1bb34d;
}

.page_fiche_unite h1 span.disponibilite.reserved {
    background-color: #de9f15;
}

.page_fiche_unite h1 span.disponibilite.rented, .page_fiche_unite h1 span.disponibilite.sold {
    background-color: #b31b1b;
}

.page_fiche_unite .informations {
    padding: 50px;
}

.page_fiche_unite .informations .retour {
    margin-bottom: 25px;
    padding-bottom: 25px;

    border-bottom: 1px solid rgba(21,21,21,.05);
}

.page_fiche_unite .informations .retour a {
    display: inline-block;
    background-color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    cursor: pointer;
    border: 1px solid #8b115f;

    transition: all 150ms ease-in-out;
}

.page_fiche_unite .informations .retour a i {
    margin-right: 15px;
}

.page_fiche_unite .informations strong {
    font-weight: 400;
}

.page_fiche_unite .informations p.etage {
    font-size: 14px;
    margin-bottom: 25px;
}

.page_fiche_unite .informations .cta {
    margin-top: 25px;
    padding-top: 25px;

    border-top: 1px solid rgba(21,21,21,.05);

    display: flex;
    flex-wrap: wrap;
}

.page_fiche_unite .informations .cta a {
    display:flex;
    align-items:center;
    align-self:stretch;

    position: relative;
    width: auto;
    color: #151515;
    background-color: #fff;
    padding: 10px 25px 10px 50px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    border: 1px solid #8b115f;
}

.page_fiche_unite .informations .cta a i {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    text-align: center;
    color: #151515;
    font-size: 16px;
}

.page_fiche_unite .informations .cta a i:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}