:root {
    --rk-black: #212121;
    --rk-gold: #c59d48;
    --rk-brown: #801710;
    --rk-grey1: #b1b1b1;
    --rk-grey2: #f3f4f3;
    --rk-black2: #343434;
}

.rk_apt_emplacement .et_pb_text_inner {
    font-weight: 500;

}

.rk_pannelum_scenario_empty {
    aspect-ratio: 3/2;
    width: 100%;
}

.rk_apt_emplacement .et_pb_text_inner a {
    color: var(--rk-black);
    font-weight: 300;

}

.rk_apt_emplacement .et_pb_text_inner span {
    margin: 0 10px;
    font-weight: 300;
}

.rk_apt_price .et_pb_text_inner {
    color: var(--rk-gold) !important;
}

.rk_apt_price .et_pb_text_inner {
    font-size: 26px;
    font-weight: 900;

}

.rk_apt_price+div .rk_en,
.rk_apt_price+div .rk_fr {
    font-style: italic;
    font-weight: 300;
}

.rk_price_tag {
    font-weight: 300;
    font-size: 18px;

}

.rk_share label {
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.rk_share label:after {
    content: '\e0a0';
    font-family: ETmodules !important;
    font-weight: 400 !important;
    color: var(--rk-black);
    font-size: 20px;
}

.rk_share_input {
    display: none;
}

.rk_type_de_bien div {
    display: inline-block;
    color: white;
    border-radius: 50px;
    font-size: 14px;
    background-color: var(--rk-gold);
    padding: 5px 10px !important;
}


.rk_title_underline h2 {
    border-bottom: solid 2px var(--rk-gold);
    position: relative;
}


.rk_title_underline h2:after {
    content: '';
    width: max(15%, 100px);
    background-color: var(--rk-gold);
    position: absolute;
    bottom: -1px;
    left: 50%;
    height: 6px;
    transform: translate(-50%, 50%);
    display: block;
}


.rk_share+.heateor_sss_sharing_container .heateor_sss_sharing_ul {
    overflow: hidden;
    z-index: 1;
}

.rk_share+.heateor_sss_sharing_container .heateor_sss_sharing_ul a {
    transition: all ease-in-out .4S;
    transform: translateY(50px);
    opacity: 0;
}

.rk_share_input+.rk_share+.heateor_sss_sharing_container {
    position: absolute;
    top: -25%;
    right: 0;
}

.rk_share_input:checked+.rk_share+.heateor_sss_sharing_container .heateor_sss_sharing_ul a {
    transform: translateY(0px);
    opacity: 1;

}

.rk_share+.heateor_sss_sharing_container .heateor_sss_sharing_ul a:nth-child(2),
#rk_share_icon_mobile+.heateor_sss_sharing_container .heateor_sss_sharing_ul a:nth-child(2) {
    transition-delay: .2s;
}

.rk_share+.heateor_sss_sharing_container .heateor_sss_sharing_ul a:nth-child(3),
#rk_share_icon_mobile+.heateor_sss_sharing_container .heateor_sss_sharing_ul a:nth-child(3) {
    transition-delay: .3s;
}

.rk_share+.heateor_sss_sharing_container .heateor_sss_sharing_ul a:nth-child(4),
#rk_share_icon_mobile+.heateor_sss_sharing_container .heateor_sss_sharing_ul a:nth-child(4) {
    transition-delay: .4s;
}

.rk_mobile_3col {
    display: flex;
}

.rk_mobile_3col {
    display: flex;
}

.rk_mobile_3col>div {
    margin-bottom: 0;
}

#rk_share_icon_mobile {
    display: none;
}

#rk_share_icon_mobile+.heateor_sss_sharing_container {
    position: absolute;
    right: 0%;
}

#rk_share_icon_mobile+.heateor_sss_sharing_container .heateor_sss_sharing_ul a {
    transform: translateX(50px);
    opacity: 0;
    transition: all ease-in-out .4S;
}

#rk_share_icon_mobile:checked+.heateor_sss_sharing_container .heateor_sss_sharing_ul a {
    transform: translateX(0px);
    opacity: 1;
}

#rk_share_icon_mobile+.heateor_sss_sharing_container .heateor_sss_sharing_ul {
    width: 160px;
}


/* Icons */
#rk_section_apt_2 {
    z-index: 1;
}

#rk_section_apt_3 {
    z-index: 2;
    display: inline-block;
    width: 100%;
}

#rk_section_apt_3>div {
    background-color: white;
    transform: translateY(-50%);
    padding: 30px 30px !important;
    border-radius: 50px;
    border: 1px solid #dddddd;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;

}

#rk_section_apt_3 .et_pb_column_1_4 {
    display: flex;
    margin: 0;
    justify-content: center;
}

#rk_section_apt_3 .et_pb_icon {
    margin: 0 10px 0 0;
}

#rk_section_apt_3 .et_pb_text {
    width: 120px;
}

@media only screen and (max-width: 500px) {
    #rk_section_apt_3 .et_pb_column_1_4 {
        width: 50% !important;
    }

    #rk_section_apt_2 .et_pb_row_3_tb_body {
        padding-top: 0;
    }
}


div[id^='rk_gallerie_container'] {
    aspect-ratio: 3/2;
    width: 100%;
}

#rk_gallerie_photos {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

#rk_gallerie_photos a {
    display: none;
}


#rk_gallerie_photos a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: auto;
}

.rk_voir_photos {
    display: flex !important;
    position: absolute;
    top: 38%;
    background-color: white;
    border-radius: 5px;
    align-items: center;
    color: var(--rk-gold);
    padding: 5px 15px;
    right: 30px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}

#rk_section_apt_6 {
    z-index: 1;
    position: relative;
}

.rk_voir_photos p {
    padding: 0;
}

.rk_voir_photos .et_pb_icon_wrap {
    font-size: 20px;
    margin-left: 10px;
    height: 20px;
}

.rk_voir_photos .et_pb_icon_wrap span {
    font-size: 20px;
    margin-left: 5px
}

@media only screen and (min-width: 768px) {
    #rk_gallerie_photos a:nth-child(1) {
        display: block;
        width: 100%;
        height: 47%;
    }

    #rk_gallerie_photos a:nth-child(2),
    #rk_gallerie_photos a:nth-child(3),
    #rk_gallerie_photos a:nth-child(4) {
        display: inline-block;
        height: 47%;
        aspect-ratio: 1/1;
    }

}

@media only screen and (max-width: 768px) {
    #rk_section_apt_5 {
        max-width: 100vw;
        overflow: hidden;
    }

    div[id^='rk_gallerie_container'] {
        aspect-ratio: 3/4;
        width: 100%;
    }

    #rk_gallerie_photos {
        flex-wrap: nowrap;
        position: relative;
        width: 100%;
    }

    #rk_gallerie_photos a:nth-child(1) {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(-100%) scale(.85);
        height: 100%;
        aspect-ratio: 3/4;

    }

    #rk_gallerie_photos a:nth-child(2) {
        display: inline-block;
        height: 100%;
        aspect-ratio: 3/4;

    }

    #rk_gallerie_photos a:nth-child(3) {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateX(100%) scale(.85);
        height: 100%;
        aspect-ratio: 3/4;

    }

    #rk_gallerie_photos a:nth-child(4) {
        display: none;

    }

    .rk_voir_photos {

        top: auto;
        bottom: 30px;

    }

    #rk_section_apt_3 .et_pb_row_4col .et_pb_column_1_4 {
        width: 50%;
    }

    .rk_map_appartment .et_pb_map {
        height: auto;
        aspect-ratio: 3/4;
        margin-right: 20px;
    }
}

#rk_accueil_sct_biens.single h2 {
    color: white;
}

#rk_singl_apt_bnt {
    color: white !important;
    border-color: white;
    background-color: transparent;
}