.container_top {
    display: flex;
    margin-bottom: 80px;
}

.secondary_title {
    font-style: 3em !important;
    margin-bottom: 30px;
}

.container_top_wrapper_details {
    width: 45%;
    display: flex;
    flex-direction: column;
    padding: 0px 0px 0px 100px;
}

.container_top_main_details h1 {
    font-size: 3em !important;
}

.container_top_details,
.container_top_main_details,
.container_top_secondary_details {
    margin-bottom: 30px;
}

.container_top_secondary_details span {
    font-weight: 400;
}
.container_top_img {
    position: relative;
    overflow: hidden;
    width: 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container_top_img:before {
    display: block;
    padding-bottom: 65%;
    content: "";
}

.container_bottom {
    display: flex;
}

.container_bottom_content {
    width: 50%;
    padding: 0px 100px 0px 0px;
  text-align: justify;
}

.container_bottom_img {
    position: relative;
    overflow: hidden;
    width: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container_bottom_img:before {
    display: block;
    padding-bottom: 65%;
    content: "";
}

.container_top_type_bien {
    font-size: 1.4em;
}
.container_top_location {
    font-size: 1.4em;
    font-weight: 300;
}

.container_top_price {
    font-family: Lora, "Times new roman", serif;
    font-size: 1.8em;
    margin-top: 20px;
    color: #9E1F23;
}

/* Badge */

.badge_exclu {
    display: block;
    background-image: url(/wp-content/uploads/2022/03/badge-excusivite.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.badge_badge_collec {
    display: block;
    background-image: url(/wp-content/uploads/2022/03/badge-collector.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    top: 15px;
    right: 15px;
    position: absolute;
}

.single-annonce input.fld,
.single-annonce textarea.fld {
    background-color: rgba(0, 0, 0, 0)!important;
    border-color: #939598 !important;
    border-radius: 0px !important;
    border-style: solid!important;
    border-width: 0px 0px 1px 0px!important;
    font-size: 15px!important;
    color: rgba(0, 0, 0, 1)!important;
    padding: 10px 10px 10px 0px!important;
    width: 100%;
    font-family: 'Work Sans'
}

.single-annonce ._frm7 {
    padding: 60px !important;
}

.single-annonce input.fld-6::placeholder,
.single-annonce textarea.fld-6::placeholder {
    color: rgba(64, 64, 64, 1) !important;
    font-family: 'Work Sans';
}

.single-annonce button.btcd-sub-btn {
    font-family: 'Lora';
    color: #231f20;
    font-size: 0.9em;
    font-weight: 600 !important;
    font-style: italic;
    position: relative;
    padding-top: 20px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    padding-right: 0px !important;
    overflow: hidden;
    background: left center / 0% 100% linear-gradient(#0000 calc(100% - 2px), #9E1F23 calc(100% - 2px)) no-repeat;
    transition: all .4s ease;
    display: inline-block;
    box-shadow: none;
    margin: 0px;
    border-radius: 0px;
}

.single-annonce button.btcd-sub-btn:hover {
    background-size: 100% 100%;
}

.single-annonce button.btcd-sub-btn::before {
    background-image: url(/wp-content/uploads/2022/02/btn-deco.svg);
    background-size: cover;
    transform: rotate(0deg);
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    position: relative;
    top: 8px;
    left: -10px;
    background-position: 0% 50%;
    content: "";
    display: inline-block;
    transition: all .4s ease;
}

.single-annonce button.btcd-sub-btn:hover::before {
    transform: rotate(60deg);
}

.single-annonce input.fld-7:hover,
textarea.fld-7:hover {
    border-color: rgb(147, 149, 152) !important;
}

.single-annonce input.fld-7::placeholder,
.single-annonce textarea.fld-7::placeholder {
    color: unset !important;
}

.single-annonce input.fld-7:hover,
.single-annonce textarea.fld-7:hover {
    border-color: rgb(147, 149, 152) !important;
}

.single-annonce input.fld-7:focus,
.single-annonce textarea.fld-7:focus {
    box-shadow: none !important;
    border-color: rgb(147, 149, 152) !important;
}




/***.  MEDIA QUERIES ***/


@media screen and (max-width: 991px) {
    .main_single_annonce .container_top {
        flex-direction: column;
    }
    .container_top_img {
        width: 100%;
    }
    .container_top_wrapper_details {
        width: 80%;
        margin-top: 80px;
    }
    .container_bottom{
        width: 100%;
        flex-direction: column;
    }
    
    .container_bottom_content{
        width: 100%;
        padding-right: 0px;
    }
    .container_bottom_img {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    #div_block-24-1310 {
        flex-direction: column;
        
    }
    #div_block-24-1310 #shortcode-23-1310 {
        width: 100%;
    }
    
}

@media screen and (max-width: 479px) {
  
    .container_top_wrapper_details {
        width: 100%;
        margin-top: 80px;
        padding-left: 0;
    }
  
}