/**
* Theme Name: Leedo Child
* Description: This is a child theme of Leedo, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/vlthemes">VLThemes</a>
* Template: leedo
* Version: 1.0.0
*/
.text_residence{
      padding:30px;
 }
 .para_residence {
    padding-top: 30px;
}
/** agifly 26-04-2024 **/
body {
    color: #263238;
    font-family: Raleway;
    font-size: 1.188em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 90px;
    line-height: 1.5;
    background: #bdbdbd;
    letter-spacing: 0.6px;
}

html {
    overflow: scroll-y;
}

.master-box {
    margin: 40px 0;
    padding: 0 15%;
}

.faq-header {
    position: relative;
    padding-bottom: 20px;
    z-index: 1;
}

div#myBtnContainer .btn {
    border-radius: 0;
    background: black;
    position: relative;
    background-position: center;
    background-size: cover;
    box-shadow: none;
    height: 100%;
    width: 100%;
    color: white;
    padding: 8px 16px;
}

div#myBtnContainer {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: 0 auto;
    gap: 15px;
}

.button-wrapper {
    flex-basis: calc(25% - 12px);
}

div#myBtnContainer .btn span {
    position: relative;
    z-index: 1;
    font-size: 24px;
    line-height: 33px;
    font-weight: 500;
}

h1.title {
    font-size: 40px;
    line-height: 55px;
}

h4.subtitle {
    font-weight: 200;
}

#myInput {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 20px 9px 40px;
    margin: 0;
    border-radius: 40px;
    background: #ffffff;
}

.filter-search {
    position: relative;
}

#dotted_image {
    position: absolute;
    width: 136px;
    height: 131.22px;
    left: -50px;
    top: 50px;
}

hr.hr-sep {
    width: 80%;
    border-radius: 50%;
}

/* #myBtnContainer {
    margin: 15px;
    letter-spacing: 5px;
} */

/* Style the buttons */
.btn {
    border: none;
    outline: none;
    padding: 8px 15px 8px 0;
    background-color: #80a0e4;
    color: #ffffffb3;
    cursor: pointer;
    border-radius: 10px;
    font-size: 14px;
    width: 120px;
    box-shadow: 0 1px 1px 0 rgba(160, 160, 160, 0.2), 0 2px 2px 0 rgba(170, 170, 170, 0.2);
}

.btn:hover {
    background: #4369bb;
    color: white;
    box-shadow: 0 1px 1px 0 rgba(160, 160, 160, 0.3), 0 3px 5px 0 rgba(170, 170, 170, 0.3);
    transition: all 0.2s ease;
}

.btn.active {
    background: #4369bb;
    color: white;
    box-shadow: 0 1px 1px 0 rgba(160, 160, 160, 0.3), 0 3px 5px 0 rgba(170, 170, 170, 0.3);
}

.btn::before {
    content: '';
    transition: 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 21%;
    background-color: black;
    width: 100%;
    height: 100%;
}

.btn.active::before {
    content: '';
    transition: 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 21%;
    background-color: black;
    width: 100%;
    height: 100%;
}

#myUL {
    list-style-type: none;
    /* width: 100%; */
    padding: 0;
    background: rgba(255, 255, 255, 0.01);
}

#myUL li a.accordion-thumb {
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    margin-top: -1px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    display: block;
    border-radius: 2px;
    color: #000000;
    font-weight: bold;
    position: relative;
    padding-right: 150px;
    text-align: left;
}

#myUL li a.accordion-thumb.accordion-thumb:hover {
    color: #000000;
}

#myUL li a {
    color: #DF4867;
}

/* 
#myUL li a.accordion-thumb:hover:not(.header) {
    background-color: #e4ecf9;
    border: 1px solid grey;
} */

.filterDiv {
    display: none;
    transition: all 0.3s;
    margin-bottom: 4px;
    width: 88% !important;
    padding: 15px 0px 10px 0px;
    border-top: 1.5px solid #C4C4C4;
}

p.accordion_category_name {
    margin: 0;
    color: #979997;
    text-align: left;
}

.show {
    display: block;
}

/* .accordion-thumb {
    font-weight: bold;
    background: white;
} */

/* Active answer */
.filterDiv.is-active .accordion-thumb::before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion-thumb::before {
    content: '';
    position: absolute;
    display: inline-block;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    background-image: url(./assets/img/arrow-up-solid.svg);
    background-repeat: no-repeat;
    background-position: center;
    right: 100px;
    top: 0px;
    background-color: #ffffff;
    background-size: 12px;
    border-radius: 50%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-panel {
    /* margin: 0 0 0 3%; */
    padding-bottom: 20px;
    display: none;
    color: black;
    font-size: 16px;
    line-height: 22px;
    padding-right: 150px;
    text-align: left;
    letter-spacing: 0px;
}

.accordion-panel ul li {
    line-height: 22px;
}

div#active-filters-container {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
}

.filter-tag {
    display: flex;
    background-color: #DF4867;
    border-radius: 30px;
    padding: 6px 16px;
    margin: 5px;
    color: #ffffff;
    font-size: 14px;
    line-height: 19px;
    align-items: center;
}

.filter-tag button {
    border: none;
    background: #ffffff;
    cursor: pointer;
    font-weight: bold;
    margin-left: 5px;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dotted_image {
    position: absolute;
    width: 136px;
    height: 174px;
    left: -50px;
    top: 50px;
    z-index: -1;
}

#myInput::placeholder {
    color: #000000 !important;
    opacity: 1;
    /* Firefox */
}

#myInput::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #000000 !important;
}

ul.faq_contact_list li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

ul.faq_contact_list li img {
    margin-right: 10px;
    width: 20px;
}

ul.faq_contact_list li p {
    font-size: 12px;
    line-height: 1.2em;
    text-align: left;
}

h2.faq_contact_box_image_text {
    font-size: 24px;
    line-height: 1.2em;
    color: #629D93;
    margin: 20px 0px !important;
}

img.faq_contact_box_image {
    width: 80px;
}

.faq-page-contact-box {
    background-color: #ffffff;
    padding: 20px 15px 30px 20px;
    text-align: left;
}

.mobile_input_search {
    display: none;
}

span#search-addon {
    position: absolute;
    left: 27px;
    top: 10px;
}

div#bgfaqbanner {
    background-image: url(https://culture.ixelles.be/wp-content/uploads/img/espacepro.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -143px;
    background-color: #F5F5F5;
}

.container.escpadding.faqbanner {
    height: 240px;
    padding-top: 20px;
}

.vc_row.wpb_row.vc_row-fluid.faqcontent.vc_row-no-padding {
    background-color: #f5f5f5 !important;
}

a.faq-cta.vlt-btn.vlt-btn--secondary {
    background-color: #ee3264;
}

.faqsectionsupport {
    background-color: #f5f5f5;
}

.faq-cta {
    --vlt-transition-easing: none !important;
}

header.vlt-header.vlt-header--default.vlt-header--opaque {
    z-index: 200;
}

@media (max-width: 768px) {

    .accordion-panel,
    #myUL li a.accordion-thumb {
        padding-right: 20px;
    }

    .accordion-thumb::before {
        right: 0px;
    }

    #myInput {
        padding: 9px 20px 9px 40px !important;
    }

    .mobile_input_search {
        display: block;
    }

    .filterDiv {
        width: 100% !important;
    }

    span#search-addon {
        left: 18px;
    }

    div#bgfaqbanner {
        background-position-y: 0px !important;
    }

    .button-wrapper {
        flex-basis: 100%;
    }
}