.breadcrumb_list-ville {
	border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0px 4px 18px 0px rgb(194 200 213 / 30%);
    padding: 20px;
    margin-bottom: 35px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}

.breadcrumb_link-area > a {
	color: var(--rt-primary-color);
}

.caracteristiques.custom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767px) {
    .acaracteristiques.custom {
        grid-template-columns: repeat(2, 1fr);
    }
}

.gallery-icon-box.custom {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 35px 10px;
}

.gallery-icon-box.custom > .item-icon-box {
    width: 100% !important;
}

@media (max-width: 767px) {
    .gallery-icon-box.custom {
        grid-template-columns: repeat(2, 1fr);
    }
}

.custom-select_p_bien > .nice-select,
.custom-form_p_contact .nice-select {
    width: 100%;
    padding-left: 12px;
    font-size: 15px;
}

.custom-select_p_bien ul.list,
.custom-form_p_contact ul.list {
    width: 100%;
    height: 210px;
    overflow: scroll;
}

.custom-select_p_bien ul.list li,
.custom-form_p_contact ul.list li {
    color: #686868;
}

.custom-input_phone_p_bien .iti,
.custom-form_p_contact .iti {
    width: 100%;
}

.custom-input_phone_p_bien .iti__country-list,
.custom-form_p_contact .iti__country-list {
    width: 329px !important;
    box-shadow: unset !important;
    border-color: #e5e5e5;
    border-radius: 4px;
    margin-top: 3px;
    max-height: 220px;
}

.custom-form-p_bien .alert p {
    font-size: 15px;
}

.modal__custom {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    bottom: 0;
    background-color: rgb(0 0 0 / 60%);
}

.modal__custom .content {
    background-color: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 1000px;
    text-align: center;
    padding: 25px;
    border-radius: 5px;
}

.modal__custom .title p {
    font-size: 33px;
    font-weight: 500;
    font-family: 'Ubuntu';
    margin-bottom: 30px;
    color: #000;
    line-height: normal;
}

.modal__custom .list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}

.modal__custom .item-btn {
    display: inline-block;
    color: #70778b;
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 26px;
    line-height: 23px;
    background-color: var(--rt-primary-color);
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal__custom .item-btn:after {
    content: "";
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 0;
    bottom: 0;
    border: none;
    border-radius: 26px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.modal__custom .item-btn:hover:after {
    visibility: visible;
    opacity: 1;
    width: 100%;
    left: 0;
}

.modal__custom .item-btn i {
    color: #fff;
    font-size: 16px;
    margin-left: 7px;
    transition: all 0.3s ease-in-out;
    position: relative;
    top: 1px;
}

.modal_villes {
    cursor: pointer;
}

.why-choose-wrap1.custom {
    background-color: #FFF;
}

.why-choose-wrap1.custom .choose-box2 .choose-shape1 a {
    background-image: linear-gradient(180deg, #f7a59b 0%, var(--rt-primary-color) 100%);
}

.choose-box2 .choose-shape1 a img {
    filter: brightness(0) invert(1);
}

.why-choose-wrap1.custom .choose-box2:before {
    background-image: linear-gradient(180deg, #ff8779 0%, var(--rt-primary-color) 100%)
}

.why-choose-wrap1.custom .choose-box2:hover .choose-shape1 a:after {
    background-image: unset;
    background-color: #FFF;
    box-shadow: 0 13px 21px 0 rgb(255 255 255 / 40%);
}

.why-choose-wrap1.custom .choose-box2:hover .choose-shape1 a img {
    filter: unset;
}

.why-choose-wrap1.custom .choose-box2:hover .item-title a,
.why-choose-wrap1.custom .choose-box2:hover p {
    color: #FFF;
}

.why-choose-wrap1.custom .choose-box2:hover .choose-button .item-btn {
    background-color: #FFF;
    color: var(--rt-primary-color);   
}

.why-choose-wrap1.custom .choose-box2:hover .choose-button .item-btn i {
    color: var(--rt-primary-color);  
    top: 1px;
}

@media (max-width: 992px) {

    .modal__custom .content {
        width: 700px;
    }

}

@media (max-width: 767px) {

    .filter-btn {
        display: inline-block !important;
        align-items: unset;
    }

    .why-choose-wrap1.custom .choose-box2 {
        padding: 20px 40px;
    }

    .why-choose-wrap1.custom .choose-box2 .choose-button {
        visibility: visible;
        opacity: 1;
    }

    .modal__custom .content {
        width: 90%;
    }

    .modal__custom .title p {
        font-size: 26px;
    }

    .modal__custom .list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }

    .breadcrumb_list-ville {
        grid-template-columns: repeat(2, 1fr);
    }

}

body.preventscroll {
    overflow: hidden;
}

.why-choose-wrap1.custom .choose-box2 .choose-shape1 a:before {
    content: unset;
}

.widget.widget-contact-box.custom .wid-contact-button li a {
    padding: 7px 15px;
}

.widget.widget-contact-box.custom .phone-box {
    position: relative;
    padding-left: 40px;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 22px;
    border: 0 !important;
}

.widget.widget-contact-box.custom .phone-box .item-lebel {
    font-size: 15px;
    color: #70778b;
}

.widget.widget-contact-box.custom .phone-box .phone-number {
    color: #212121;
    font-size: 18px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

.widget.widget-contact-box.custom .phone-box .item-icon {
    position: absolute;
    bottom: 25px;
    left: 0;
}

.widget.widget-contact-box.custom .phone-box .item-icon i {
    color: var(--rt-primary-color);
    font-size: 22px;
}

.widget.widget-contact-box.custom .social-box {
    margin-top: 0;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}

.widget.widget-contact-box.custom .social-box .item-lebel {
    font-size: 15px;
    color: #70778b;
    margin-bottom: 3px;
}

.widget.widget-contact-box.custom .social-box .item-icon {
    position: absolute;
    bottom: 25px;
    left: 0;
    top: 0;
}

.widget.widget-contact-box.custom .social-box .item-icon i {
    color: var(--rt-primary-color);
    font-size: 22px;
}

@media (max-width: 767px) {

    .widget.widget-listing-box1.custom .widget-listing {
        display: flex;
        text-align: left;
    }

    .widget.widget-listing-box1.custom .widget-listing .item-content {
        padding-left: 20px;
    }

}

.banner-collection1.custom2 {
    margin-top: 0;
    padding-top: 50px;
}

.testimonial-wrap1.custom {
    margin-bottom: 150px;
}

.side-button.custom .side-btn {
    width: 100% !important;
    padding: 0 15px;
}  
 
.side-button.custom .side-btn i {
    margin-right: 10px;
}

.contact-wrap.custom .contact-content.formulaire {
    margin-left: 0;
    margin-bottom: 50px;
}

.wishlist-btn i {
    font-weight: 100;
}

.wishlist-btn.selected i {
    font-weight: 900;
    background-color: #151A21 !important;
}

.header-menu.menu-layout1 .header-action-layout1 .wish-btn a i:before {
    color: #FFF;
}

.header-menu.menu-layout3 .header-action-layout1 .wish-btn a i:before {
    color: #000;
}

.header-menu.menu-layout3 .header-action-layout1 .wish-btn a i:hover:before {
    color: #FFF;
}

.bootstrap-select {
    width: 100% !important;
    height: 100%;
}

.bootstrap-select button.dropdown-toggle {
    height: 60px;
    padding: 0 20px;
    color: #878c9f !important;
    background-color: #FFF;
    font-size: 14px;
}

.bootstrap-select button.dropdown-toggle:focus-visible,
.bootstrap-select button.dropdown-toggle:focus {
    outline: 0 !important;
    box-shadow: unset;
}

.bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}

.bootstrap-select .dropdown-menu {
    top: -3px !important;
}

.bootstrap-select .dropdown-menu .dropdown-item {
    font-size: 14px;
    color: #686868;
}

.bootstrap-select .dropdown-menu .dropdown-item:hover {
    background-color: #f6f6f6;
}

.bootstrap-select .dropdown-toggle::after {
    color: var(--rt-primary-color);
    font-size: 22px;
}

.top-advanced-search .bootstrap-select button.dropdown-toggle {
    border: 1px solid #e8e8e8;
    font-size: 15px;
    border-radius: 4px;
}

.pq-pas {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 30px;
}

.pq-pas .title {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 5px;
    font-family: var(--font-family-heading);
    color: #212121;
}

.plus_criteres span {
    display: none;
}

@media (max-width: 992px) {

    .property-box2 .react-icon {
        opacity: 1;
        visibility: visible;
        bottom: 30px;
    }

    .rt-header-menu .action.wishlist {
        margin-right: 20px;
    }

    .rt-header-menu .action.wishlist .flaticon-heart.icon-round,
    .rt-header-menu .my-account i {
        height: 35px;
        width: 35px;
    }

    .rt-header-menu .action.wishlist .flaticon-heart.icon-round:before {
        color: #FFF;
    }

}

@media (max-width: 767px) {
    .bootstrap-select button.dropdown-toggle {
        margin-bottom: 10px;
    }
    .dropdown-filter .plus_criteres span {
        display: block;
        margin: 0;
        width: 130px !important;
    }
    .dropdown-filter .plus_criteres {
        width: unset !important;
        display: flex;
        align-items: center;
    }
}

.crit-single-input .input-group {
    border: 0;
}

.crit-single-input .input-group-text {
    height: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #000;
    color: #FFF;
}

.full-filter .filter-button {
    display: none;
}

.gallery a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.breadcrumb_res_recherche {
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0px 4px 18px 0px rgb(194 200 213 / 30%);
    padding: 20px 20px 10px;
}

.breadcrumb_res_recherche .breadcrumb_title {
    position: relative;
    font-size: 18px;
    color: #000;
    font-family: 'Ubuntu';
    font-weight: 500;
    margin-bottom: 15px;
}

.breadcrumb_res_recherche .breadcrumb_title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 85%;
    height: 1px;
    background-color: #ddd;
}

.breadcrumb_res_recherche .breadcrumb_list-items {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb_res_recherche .breadcrumb_item {
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 4px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    text-transform: capitalize;
}

.nb_critere {
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #ff2222;
    color: #FFF;
    line-height: normal;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto';
    font-size: 14px;
    font-size: 12px;
    z-index: 9;
}

@media (max-width: 992px) {
    .breadcrumb_res_recherche .breadcrumb_title:after {
        width: 83%;
    }
}

@media (max-width: 767px) {

    .explore__form-checkbox-list.full-filter {
        padding: 20px 15px;
        text-align: center;
        background-color: #fafffe !important;
    }

    .full-filter .filter-button {
        display: block;
    }

    .full-filter .filter-button .search-btn {
        width: 100%;
    }

    .top-advanced-search {
        padding: 30px 15px 5px 15px;
    }

    .breadcrumb_res_recherche .breadcrumb_title:after {
        width: 68%;
    }
}

.create-account a {
    color: #878c9f;
}

.create-account span {
    color: var(--rt-primary-color);
}

.alert p {
    margin-bottom: 0px;
}

.alert p:last-child {
    margin-bottom: 0;
}

.form-horizontal .iti.iti--allow-dropdown {
    display: block;
    width: 100%;
}

.menu-layout3 i.flaticon-user-1:before {
    color: var(--rt-primary-color);
}

.main-banner-wrap1 .banner-shape1 svg {
    width: calc(300% + 1.3px);
}

/*redesign */

.textes .element {
    position: relative;
    padding: 50px 50px 50px 110px;
    margin-bottom: 100px;
}

.textes .element:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background-color: #fff;
    border-left: 2px solid;
}

.textes .element.blue:after {
    border-color: var(--rt-primary-dark);
}

.textes .element.beige:after {
    border-color: var(--rt-primary-color);
}

.textes .element:last-child {
    margin-bottom: 0;
}

.textes .element:before {
    content: "\f10d";
    position: absolute;
    left: 40px;
    top: 50px;
    font-family: 'Font Awesome 5 Free';
    color: #FFF;
    font-weight: 900;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.textes .element.blue {
    background-color: var(--rt-primary-dark);
}

.textes .element.beige {
    background-color: var(--rt-primary-color);
}

.textes .element.blue:before{
    color: #FFF;
    border-color: #FFF;
}

.textes .element.beige:before{
    color: #FFF;
    border-color: #FFF;
}

.textes .element h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.textes .element h1 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #b39660;
    line-height: normal;
    font-weight: bolder;
}

.textes h3 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 15px;
}

.textes .element p {
    color: #FFF;
    margin-bottom: 10px;
    line-height: 26px;
    text-align: justify;
    opacity: .8;
}

.textes .element p:last-child {
    margin-bottom: 0;
}

.textes .element ul {
    color: #FFF;
}

.textes .element ul li {
    display: flex;
    line-height: 26px;
    margin-bottom: 10px;
    opacity: .9;
}

.textes .element ul li:last-child {
    margin-bottom: 0;
}

.textes .element ul li i {
    margin: 6px 15px 0 0;
}

.textes.top .element:before {
    top: 34px;
}

.textes.top h1 {
    margin-bottom: 0;
}

.textes.top .element {
    padding: 25px 50px 30px 110px;
}

@media (max-width: 767px) {

    .textes h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .textes .element {
        padding: 70px 20px 30px 25px !important;
    }

    .textes .element:before,
    .textes.top .element:before {
        left: 20px;
        top: 20px;
    }

    .textes.top h1 {
        font-size: 24px !important;
        line-height: normal;
    }

}

.widget.widget-contact-box.custom .phone-box .phone-number {
    cursor: pointer;
    transition: .4s;
}

.widget.widget-contact-box.custom .phone-box .phone-number:hover {
    color: var(--rt-primary-color);
}

.form_demande .item-btn,
.ne_manquez_aucun_bien .item-btn {
    display: inline-block;
    background-color: var(--rt-primary-color);
    color: #fff;
    padding: 10px 30px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    border: none;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.form_demande .item-btn:after,
.ne_manquez_aucun_bien .item-btn:after {
    content: "";
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.form_demande .item-btn:hover:after,
.ne_manquez_aucun_bien .item-btn:hover:after  {
    visibility: visible;
    opacity: 1;
    width: 100%;
    left: 0;
} 

.modal-dialog {
    margin: 5rem auto;
}

.btn-close {
    position: absolute;
    right: -15px;
    top: -16px;
    color: #FFF;
    border-radius: 50%;
    padding: 8px;
    cursor: pointer;
    opacity: 1;
    background-color: var(--rt-primary-color) !important;
    background: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out;
    z-index: 9;
}

.btn-close i {
    cursor: pointer;
}

.btn-close:hover {
    opacity: 1;
    transform: scale(1.1);
}

.btn-close:hover i {
    color: #FFF;
}

.lead-demande {
    text-align: center;
}

.lead-demande p {
    font-size: 22px;
    color: var(--rt-primary-dark);
}

.lead-demande .num-telephone {
    display: inline-block;
    padding: 5px 30px 5px 8px;
    border: 1px solid var(--rt-primary-color);
    border-radius: 50px;
}

.lead-demande .num-telephone span {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--rt-primary-dark);
    color: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.lead-demande .num-telephone a {
    color: var(--rt-primary-color);
    font-weight: 400;
    font-family: 'Ubuntu';
}

.pages-list.custom {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.pages-list.custom a {
    color: #878c9f;
    text-decoration: underline;
}

.pages-list.custom a:hover {
    color: var(--rt-primary-color);
}

@media(min-width: 992px) {

    .single-listing-wrap1 {
        padding-bottom: 50px;
    }

}

.mp-oublie {
    margin-left: auto;
}

.mp-oublie a {
    color: #878c9f !important;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.mp-oublie-modal .icon {
    text-align: center;
    margin-bottom: 20px;
}

.mp-oublie-modal .icon span {
    width: 70px;
    height: 70px;
    background-color: var(--rt-primary-dark);
    color: #FFF;
    font-size: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mp-oublie-modal .title {
    font-size: 28px;
    font-family: 'Ubuntu';
    font-weight: 500;
    color: #646464;
    margin-bottom: 5px;
}

.mp-oublie-modal .modal-body {
    padding: 2rem;
}

.mp-oublie-modal .modal-footer {
    padding: .75rem 2rem;
}

.mp-oublie-modal .text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .5px;
    margin-bottom: 50px;
}

.mp-oublie-modal .form-control {
    height: 60px;
    background-color: #f9fbfe;
    color: var(--rt-light-new);
    border-color: #e5e5e5;
}

.mp-oublie-modal .btn {
    padding: 10px 20px;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 700px;
    }
}

.mp-oublie-modal .modal-footer {
    background-color: #f2f2f2;
    border: 0;
}

.mp-oublie-modal .item-btn {
    display: inline-block;
    background-color: var(--rt-primary-color);
    color: #fff;
    padding: 8px 30px;
    font-size: 15px;
    font-weight: 500;
    border: none;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.mp-oublie-modal .item-btn:after {
    content: "";
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.mp-oublie-modal .item-btn:hover:after {
    visibility: visible;
    opacity: 1;
    width: 100%;
    left: 0;
} 

@media (max-width: 767px) {

    .modal-dialog {
        margin: 4rem 20px;
    }

    .login-prt {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .login-prt button {
        margin-bottom: 15px;
        width: 100%;
    }

    .login-prt .form-check {
        padding-left: 0 !important;
        order: 3;
    }

    .login-prt .mp-oublie {
        order: 2 !important;
    }

}

.about-box2 h3 {
    font-size: 24px;
    font-weight: 600;
}

.about-box2 p {
    text-align: justify;
}

.about-wrap1.custom {
    padding: 0 0 50px;
}

.about-wrap1.custom .item-heading-center {
    padding: 25px 0 0;
    margin-bottom: 100px;
}

.about-wrap1.custom2 .shape-img1 {
    left: 0;
    right: unset;
}

.about-wrap1.custom2 .shape-img1 img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.about-wrap1.custom2 .item-img:before {
    left: unset;
    right: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.about-wrap1.custom2 .item-img {
    padding: 55px 55px 55px 0;
}

.about-wrap1.custom2 ul li {
    display: flex;
    line-height: 26px;
    margin-bottom: 10px;
}

.about-wrap1.custom2 ul li i {
    margin: 6px 15px 0 0;
}

.about-wrap1.custom2 ul li:last-child {
    margin-bottom: 0;
}

.about-wrap1.custom2 .img {
    height: 450px;
    object-fit: cover;
}

.banner-collection1.custom {
    margin-top: 100px;
}

.banner-collection1.custom2 {
    margin-top: 0;
}

.bg-title-wrap .background-title {
    color: #56575712 !important;
}

@media (max-width: 992px) {

    .about-wrap1.custom2 .about-box2 {
        margin-bottom: 80px;
    }

    .about-wrap1.custom2 .col-lg-6:last-child {
        order: 2;
    }    

}

@media (max-width: 767px) {

    .about-wrap1.custom2 .img {
        height: 300px;
    }

    .about-wrap1.custom2 ul li {
        text-align: left;
    }

    .about-wrap1.custom2 .item-img {
        padding: 30px 30px 30px 0;
    }

    .about-wrap1.custom {
        margin-bottom: 0;
    }

    .about-wrap1.custom2 {
        padding-bottom: 50px;
    }

    .about-wrap1.custom .item-heading-center {
        padding: 0;
        margin-bottom: 50px;
    }

    .textes .element {
        margin-bottom: 50px;
    }

}

/*.property-box2 .item-img:before {
    content: unset;
}*/

.property-box2 .item-img .pr_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.btn-hide-select {
    display: none;
}

.politique {
    font-size: 14px;
    color: #70778b;
    line-height: 23px;
    font-weight: 300;
}

.politique a {
    text-decoration: underline;
}

.single-listing-wrap1 {
    padding: 50px 0px 0px 0px;
}

.contact-wrap {
    padding: 50px 0;
}

.contact-box2 .contact-content .contact-box .form-group .form-text {
    padding: 10px;
    font-size: 16px;
    color: #000;
}

.bed.select-option .btn-hide-select {
    top: 40px;
}

.by-shorting .nice-select {
    width: 100%;
}

.grid-wrap1 .item-shorting-box .item-shorting-box-2 {
    width: 100%;
}

.select-option.contrat .nice-select.open .list li:nth-child(2) {
    display: none;
}

.grid-wrap1 .nosearch .item-shorting-box .item-shorting-box-2 {
    width: auto;
}

.grid-wrap1 .nosearch .item-shorting-box .item-shorting-box-2 .by-shorting .shorting {
    width: 150px;
}

@media (max-width: 767px) {

    .widget.widget-contact-box .contact-box .form-group .advanced-button .item-btn, 
    .form-contact-proprietaire .advanced-button .item-btn,
    .form_demande .item-btn {
        padding: 10px 5px;
    }

    .select-option .bootstrap-select button.dropdown-toggle {
        padding: 0 10px 0 20px;
    }

    body .select-option .bootstrap-select > .dropdown-menu.show {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-color: #000000ad;
        transform: unset !important;
        max-height: 100% !important;
        display: flex;
        justify-content: center;
        border: unset;
    }

    body .select-option .bootstrap-select > .dropdown-menu.show:before,
    .select-option.contrat .nice-select.open .list:before {
        content: "\f00d";
        position: absolute;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 14px;
        color: #FFF;
        width: 30px;
        height: 30px;
        background-color: var(--rt-primary-color);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 99999;
    }

    .select-option.contrat .nice-select.open .list:before {
        right: 13px;
        top: 153px;
    }

    body .select-option .bootstrap-select > .dropdown-menu.show:before {
        right: 13px;
        top: 60px;
    }

    body .select-option .bootstrap-select > .dropdown-menu.show > .inner.show {
        width: 85% !important;
        margin-top: 70px;
        max-height: 100% !important;
        overflow: scroll !important;
        height: 80vh;
    }

    body .select-option .bootstrap-select > .dropdown-menu.show > .inner.show > ul {
        position: relative;
        border-radius: 5px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 60px 0 60px;
    }

    body .select-option .bootstrap-select > .dropdown-menu.show > .inner.show > ul:before {
        position: absolute;
        top: 20px;
        left: 15px;
        color: var(--rt-primary-dark);
        font-weight: 600;
    }

    body .select-option.propriete .bootstrap-select > .dropdown-menu.show > .inner.show > ul:before {
        content: "Veuillez sélectionner type de propriété :";
    }

    body .select-option.ville .bootstrap-select > .dropdown-menu.show > .inner.show > ul:before {
        content: "Veuillez sélectionner la ville :";
    }

    body .select_quartier > .dropdown-menu.show > .inner.show > ul:before {
        content: "Sélectionner les quartiers souhaité :";
    }

    body .select-option .bootstrap-select > .dropdown-menu.show > .inner.show > ul .check-mark {
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #ccc;
        position: absolute;
        right: 15px;
        top: 8px;
    }

    body .select-option .bootstrap-select > .dropdown-menu.show > .inner.show > ul .check-mark:after {
        content: unset;
    }

    body .select-option .bootstrap-select > .dropdown-menu.show > .inner.show > ul li.selected .check-mark:after {
        content: "\f00c";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        border: unset;
        transform: unset;
        width: unset;
        height: unset;
    }

    .select-option.contrat .nice-select.open .list {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-color: #000000ad;
        transform: unset !important;
        max-height: 100% !important;
        border: unset;
        padding-top: 170px;
    }

    .select-option.contrat .nice-select.open .list li {
        position: relative;
        background-color: #FFF;
        width: 85%;
        margin: auto;
    }

    .select-option.contrat .nice-select.open .list li:after {
        content: "";
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #ccc;
        position: absolute;
        right: 15px;
        top: 8px;
    }

    .select-option.contrat .nice-select.open .list li.selected:after {
        content: "\f00c";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }

    .select-option.contrat .nice-select.open .list li:first-child {
        color: #FFF;
        padding-bottom: 15px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .select-option.contrat .nice-select.open .list li:nth-child(2) {
        display: block;
    }

    .select-option.contrat .nice-select.open .list li:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding-bottom: 15px;
    }

    .select-option.contrat .nice-select.open .list li:first-child:after {
        content: unset;
    }

    .select-option.contrat .nice-select.open .list li:first-child:before {
        content: "Veuillez sélectionner le type de contrat :";
        position: absolute;
        top: 12px;
        left: 18px;
        color: var(--rt-primary-dark);
        font-weight: 600;
        font-size: 16px;
    }

    .select-option.ville .dropdown-toggle::after {
        border-top: 0.3em solid !important;
        border-right: 0.3em solid transparent;
        border-bottom: 0 !important;
        border-left: 0.3em solid transparent;
    }

    .modal__custom .item-btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
    }

}

.item-contacts {
    border-top: 1px solid #dfdfdf;
    background-color: #FFF;
}

.item-contacts ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item-contacts ul li {
    width: 100%;
}

.item-contacts ul li a {
    display: inline-block;
    width: 100%;
    border-right: 1px solid #dfdfdf;
    text-align: center;
    padding: 5px 0px;
    font-size: 14px;
    transition: all .3s ease-in-out;
}

.item-contacts ul li .email {
    color: #245caa;
}

.item-contacts ul li .tele {
    color: #e20000;
}

.item-contacts ul li .whatsapp {
    color: #07a607;
}

.item-contacts ul li:last-child a {
    border: 0;
}

.item-contacts ul li a:hover {
    color: var(--rt-primary-color);
}

#proprietaire_info {
    scroll-margin-top: 90px;
}

.widget.widget-contact-box .media {
    margin-bottom: 25px;
    height: 120px;
    background-color: #eceff2;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
}

.widget.widget-contact-box .media img {
    height: 100%;
    object-fit: contain;
}

.swiper-miniatures .swiper-button-next.swiper-button-disabled, .swiper-miniatures .swiper-button-prev.swiper-button-disabled {
    pointer-events: unset;
}

.swiper-miniatures .swiper-button-next, 
.swiper-miniatures .swiper-button-prev {
    color: #FFF;
    transition: all .3s ease-in-out;
    width: 50px;
    height: 70px;
    transform: translateY(-19%);
}

.swiper-miniatures .swiper-button-next {
    right: 0;
}

.swiper-miniatures .swiper-button-prev {
    left: 0;
}

.swiper-miniatures .swiper-button-next:after, 
.swiper-miniatures .swiper-button-prev:after {
    font-size: 25px;
    transition: all .3s ease-in-out;
}

.swiper-miniatures .swiper-button-next:hover:after, 
.swiper-miniatures .swiper-button-prev:hover:after {
    font-size: 28px;
}

.swiper-miniatures .swiper-button-next.swiper-button-disabled:hover:after, 
.swiper-miniatures .swiper-button-prev.swiper-button-disabled:hover:after {
    font-size: 25px;
}

.swiper-miniatures .swipe-slide {
    position: relative;
}

.voire-annonce {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 40%);
}

.voire-annonce a {
    background-color: #FFF;
    color: var(--rt-primary-color);
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Ubuntu';
}

.voire-annonce a i {
    position: relative;
    top: 1px;
}

.single-list-price.custom {
    color: var(--rt-primary-color);
    font-size: 32px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.select-currency i {
    color: var(--rt-primary-color);
    font-size: 16px;
    border: 1px solid #d1e5e0;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.list-currencies {
    border-top: 1px solid var(--rt-primary-color);
    background-color: #ffffff;
    width: 160px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 0;
    border-radius: 0 0 4px 4px;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-box-shadow: 0px 3px 20px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 20px rgb(0 0 0 / 5%);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 9;
}

.list-currencies li {
    position: relative;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ededed;
}

.list-currencies li:last-child {
    border-bottom: 0;
}

.list-currencies li:hover {
    background-color: #ededed;
}

.list-currencies li img {
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.list-currencies li input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.currecies-selection:hover .list-currencies {
    opacity: 1;
    visibility: visible;
    transform: translatey(0);
}

.select-currency {
    display: inline-flex;
    align-items: center;
    border: 1px solid #FFF;
    padding: 3px 10px 3px 4px;
    border-radius: 50px;
    background-color: #FFF;
    color: #000;
    font-family: 'Ubuntu';
    font-weight: 700;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.select-currency img {
    width: 26px;
    margin-right: 8px;
}

.currecies-selection:hover .select-currency {
    background-color: var(--rt-primary-color);
    border-color: var(--rt-primary-color);
    color: #FFF;
}

.header-menu.menu-layout3 .select-currency {
    border-color: #d1e5e0;
}

@media (max-width: 767px) {

    .header-action-layout1 .action-item-style {
        margin-right: 8px;
    }

    .select-currency img {
        margin-right: 0;
        width: 33px;
    }

    .form_change_currency {
        display: flex;
    }

    .select-currency {
        padding: 0;
    }

    .rt-header-menu .action.wishlist {
        margin-right: 15px;
    }

}

.liste-prices {
    margin-bottom: 20px;
}

.single-list-price2 {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Ubuntu';
}

.card-list-prices {
    display: flex;
    flex-wrap: wrap;
}

.card-list-prices > div {
    line-height: 10px;
    font-size: 15px;
    margin: 6px 10px 8px 0;
    color: #929292;
    font-family: 'Ubuntu';
}

.widget.widget-listing-box1 .widget-content .item-price {
    padding-bottom: 5px;
    line-height: 26px;
}

.widget.widget-listing-box1 .widget-content {
    padding-bottom: 10px;
}

.alert_modal_form {
    font-size: 14px;
    color: #f31314;
}

.load_more_bien_btn {
    text-align: center;
    margin: 50px 0 60px;
}

.load_more_bien_btn span {
    position: relative;
    display: inline-block;
    background-color: #b39761;
    color: #FFF;
    padding: 8px 25px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Ubuntu';
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.load_more_bien_btn span:hover {
    background-color: #988152;
}

.load_more_bien_btn span i {
    margin-right: 8px;
    transition: all 0.3s ease-in-out;
}

.load_more_bien_btn span:hover i {
    transform: rotate(180deg);
}

.list-agences .item-img img {
    width: 180px;
    height: 150px;
    object-fit: contain;
}

.list-agences .team-box1 {
    margin-bottom: 25px;
}

.list-agences .item-img {
    text-align: center;
    background-image: linear-gradient(0deg, rgb(237 237 237) 20%, #ffffff);
}

.list-agences .item-content .item-contact {
    margin-bottom: 0;
}

.titre-page {
    margin-top: 15px;
}

.titre-page h1 {
    font-size: 26px;
    font-weight: 600;
    color: #0d2546;
    margin-bottom: 0;
}

.list-agences.team-wrap1 {
    padding: 30px 0px 10px 0px;;
}

.titre-page p span {
    color: #b39761;
    text-transform: capitalize;
}

.titre-page .link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.titre-page .link a {
    color: #b39761;
    text-decoration: underline;
}

.list-agences .team-box1.active {
    background-color: #0d2546;
}

.list-agences .team-box1.active h3 a {
    color: #FFF;
}

.action-wrap1.call-action {
    padding: 20px 0px 25px;
}

.action-wrap1.call-action .action-box1 {
    border-radius: 5px;
    background-color: #0d2546;
}

.action-wrap1.call-action .action-box1 .item-head p {
    color: #8b92a5;
    line-height: 24px;
}

.action-wrap1.call-action .action-box1 .item-head p span {
    text-decoration: capitalize;
}

.action-wrap1.call-action .action-box1 .item-head h3 {
    color: #FFF;
    margin-bottom: 10px;
}

.call-action .action-box1 .action-layout .item-title {
    width: 70%;
}

@media (max-width: 767px) {

    .titre-page .link {
        flex-direction: column;
    }

    .titre-page .link h1 {
        text-align: center;
    }

    .titre-page .link a {
        text-align: center;
    }

    .call-action .action-box1 .action-layout .item-title {
        width: 100%;
    }

    .call-action .action-box1 .action-layout .item-title .item-icon {
        margin-bottom: 20px;
    }

}

.mis_en_relation > label {
    background-color: #22b222;
    color: #FFF;
    padding: 5px 18px;
    border-radius: 4px;
    margin-bottom: 13px;
    letter-spacing: .6px;
    text-transform: uppercase;
    cursor: pointer;
}

.mis_en_relation > label i {
    margin-right: 4px;
}

.mis_en_relation .form-check {
    position: relative;
    padding-left: 2em;
}

.mis_en_relation input {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 4px;
    left: 20px;
    z-index: 1;
    opacity: 0;
    margin-top: 0;
}

.mis_en_relation .form-check-label {
    font-size: 14px;
    color: #70778b;
    line-height: 23px;
    font-weight: 300;
    cursor: pointer;
}

.mis_en_relation .form-check-label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 5px;
    background-color: transparent;
    border: 2px solid #b1b0b0;
    border-radius: 4px;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    border-radius: 4px;
}

.mis_en_relation .form-check-label:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 4px;
    top: 3px;
    font-size: 10px;
    line-height: 22px;
}

.mis_en_relation .form-check-label:hover:before {
    border-color: var(--rt-primary-color);
    animation: checkHover 0.3s ease-in-out forwards;
}

.mis_en_relation input:checked + label:before {
    background-color: var(--rt-primary-color);
    border-color: var(--rt-primary-color);
}

.mis_en_relation input:checked + label:after {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 600;
    color: #FFF;
}

.mis_en_relation input:checked + label {
    color: #000000;
}

.contact-wrap.custom .mis_en_relation > label {
    color: #FFF !important;
    font-weight: 600 !important;
}

.select-option.quartier button.dropdown-toggle {
    outline: 0;
    box-shadow: none;
    height: 50px;
    border: 1px solid #d5d3d3;
    position: relative;
}

.form-group.bed .nice-select:after {
    color: #cebb99;
    font-size: 18px;
    top: 4px;
}

.list-lang .bloc {
    display: flex;
    flex-direction: column;
    width: fit-content;
}
.list-lang .dropdown-item-lang{
    display: none;
    transition: 0.3s;
}
.list-lang .active-fr,
.list-lang .active-en{
    display: block;
    order: -1;
}
.list-lang .bloc:hover .dropdown-item-lang {
    display: block;
}

.modal__search {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    bottom: 0;
    background-color: rgb(0 0 0 / 65%);
    overflow: auto;
}

.modal__search .content {
    background-color: #FFF;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    padding: 30px 50px 40px;
    border-radius: 5px;
}

@media (min-width: 576px) {
    .modal__search .content {
        max-width: 530px;
    }
}

@media (min-width: 768px) {
    .modal__search .content {
        max-width: 700px;
    }
}

@media (min-width: 992px) {
    .modal__search .content {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {
    .modal__search .content {
        max-width: 1120px;
    }
}

@media (min-width: 1270px) {
    .modal__search .content {
        max-width: 1220px;
    }
}

.modal__search .title p {
    position: relative;
    font-size: 33px;
    font-weight: 500;
    font-family: 'Ubuntu';
    margin-bottom: 50px;
    color: #000;
    line-height: normal;
}

.modal__search .title p:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    border-radius: 10px;
    background-color: #ddbe81;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
}

.modal__search .map-form {
    margin-bottom: 20px;
}

.modal__search .single-select {
    border: 1px solid #e8e8e8;
    height: 50px;
}

.modal__search .top-advanced-search .bootstrap-select button.dropdown-toggle {
    height: 50px;
}

.modal__search .top-advanced-search .rld-main-search2 .box .filter-button .search-btn {
    padding: 10px 80px;
}

.modal__search .rld-single-select .single-select {
    line-height: 50px;
}

.modal__search .rld-single-select:after {
    content: unset;
}

.modal__search .top-advanced-search .rld-main-search2 .box .filter-button {
    width: 100%;
}

.modal__search .form-group.budget {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal__search .form-group.budget .crit-single-input {
    width: 65%;
}

.modal__search .form-group.budget label {
    margin-right: 15px;
    font-size: 15px;
    color: #878c9f !important;
    font-weight: 400;
}

.modal__search .form-group.budget .input-group {
    margin-bottom: 0 !important;
}

.modal__search .form-group.budget .input-group .form-control {
    height: 50px;
    border-color: #e8e8e8;
    font-size: 15px;
    color: #878c9f !important;
    font-weight: 400;
}

.modal__search .form-group.budget .input-group .input-group-text {
    height: 100%;
    border: 1px solid #b39761;
    background-color: #b39761;
    color: #fff;
}

.modal__search .map-form .rld-single-select .single-select .current {
    font-size: 15px;
}

.modal__search .dropdown-filter-1 {
    margin-top: 20px;
}

.modal__search .top-advanced-search {
    box-shadow: unset;
    margin: 0;
    padding: 0;
}

.modal__search .rld-main-search2 {
    margin-bottom: 0;
}

.modal__search .explore__form-checkbox-list.full-filter {
    display: none;
}

.modal__search .explore__form-checkbox-list.full-filter.filter-block {
    display: block;
}

.modal__search .main-search-field-2 {
    margin: 20px 0px 0;
}

@media (max-width: 1200px) {

    .modal__search .form-group.budget .crit-single-input {
        width: 56%;
    }

}

@media (max-width: 992px) {

    .modal__search .map-form .rld-single-select {
        margin: 15px 0px 0px !important;
    }

    .modal__search .form-group.budget {
        margin-bottom: 15px;
    }

    .modal__search .map-form {
        margin-bottom: 15px;
    }

    .modal__search .top-advanced-search .rld-main-search2 .box .filter-button {
        margin-left: 0;
    }

    .modal__search .form-group.budget .crit-single-input {
        width: 75%;
    }

}

@media (max-width: 767px) {

    .modal__search .content {
        width: 94%;
        top: 50%;
        padding: 30px 15px 15px;
    }

    .modal__search .title p {
        font-size: 26px;
        margin-bottom: 45px;
    }

    .modal__search .map-form .rld-single-select {
        margin: 0 !important;
    }

    .modal__search .form-group.budget .crit-single-input {
        width: 60%;
    }

    .modal__search .top-advanced-search .rld-main-search2 .box .filter-button {
        margin-top: 0;
    }

    .modal__search .map-form {
        margin-bottom: 0;
    }

    .modal__search .form-group.budget {
        margin-bottom: 10px;
    }

    .modal__search .dropdown-filter-1 {
        margin-top: 0;
    }

    .explore__form-checkbox-list2.full-filter.filter-block {
        background-color: #fffdf8 !important;
    }

    .modal__search .select-option .bootstrap-select > .dropdown-menu.show {
        align-items: flex-start;
    }

    .modal__search .select-option .bootstrap-select > .dropdown-menu.show > .inner.show {
        margin-top: 0;
        max-height: 90% !important;
        display: flex;
        height: unset;
        width: 91% !important;
        padding-top: 25px;
    }

    .modal__search .select-option .bootstrap-select > .dropdown-menu.show:before {
        right: 2px;
        top: 15px;
    }

    .modal__search .select-option .bootstrap-select > .dropdown-menu.show > .inner.show > ul {
        overflow: auto;
    }

    .modal__search .select-option.contrat .nice-select.open .list li {
        width: 91%;
    }

    .modal__search .select-option.contrat .nice-select.open .list:before {
        right: 2px;
    }

}

.single-property .feature-box3 .swiper-button-next:after, .single-property .feature-box3 .swiper-button-prev:after {
    color: #FFF;
    font-size: 30px;
    opacity: .6;
    transition: .3s;
}

.single-property .featured-thumb-slider-area:hover .feature-box3 .swiper-button-next:after,
.single-property .featured-thumb-slider-area:hover .feature-box3 .swiper-button-prev:after {
    opacity: 1;
}

.topheader.container .btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 5px;
}

.topheader.container a {
    color: #fff;
}

.topheader .mytelephone {
    background-color: var(--rt-primary-color);
    padding: 3px 10px;
    border-radius: 4px;
}

.topheader.container a i {
    margin-right: 10px;
}

body.page .topheader.container .myemail {
    color: #212121;
}

.rt-header-menu .topheader {
    background-color: #0d2546;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 12px;
}

.rt-sticky.rt-header-menu .topheader.container {
    display: none;
}

.float_wtsp {
    display: none;
}

.single-list-price2 {
    display: inline-block;
    margin-right: 10px;
}

@media (max-width: 767px) {

    .float_wtsp {
        display: block;
        position: fixed;
        bottom: 90px;
        right: 28px;
        z-index: 9;
    }

    .pulse-button {
        display: block;
        width: 56px;
        height: 56px;
        background-color: white;
        border-radius: 50%;
        text-shadow: rgb(31 76 118) 0px 1px 0px;
        border: 1px solid rgb(255, 255, 255);
        box-shadow: rgb(90 153 220 / 70%) 0px 0px 0px 0px, rgb(171 203 233) 0px 1px 0px inset;
        border-radius: 100%;
        background: url(../img/wa.png) 0% 0% / 3em 3em no-repeat rgb(255, 255, 255);
        background-size: 100%;
        cursor: pointer;
        animation: 1s cubic-bezier(0.6, 0, 0, 1) 0s infinite normal none running pulse;
    }


}

.badge_statut {
    position: absolute;
    z-index: 9;
    background-color: #ec0606;
    color: #FFF;
    padding: 5px 53px;
    line-height: normal;
    left: -40px;
    top: 20px;
    transform: rotate(315deg);
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
}

.prix-constate label {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    font-family: 'Ubuntu';
    color: #2b3036;
    font-weight: 500;
}

.prix-constate .prices {
    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom: 6px;
    font-size: 15px;
    padding: 5px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.prix-constate .prices p {
    margin-bottom: 0;
    font-size: 15px;
    margin-right: 15px;
    border-right: 1px solid #dddddd;
    padding-right: 15px;
    color: #686868;
}

.prix-constate .prices p:last-child {
    margin-right: 0;
    border: 0;
    padding-right: 0;
}

@media (max-width: 767px) {

    .prix-constate .prices {
        border: 0;
        padding: 0;
    }

    .prix-constate .prices p,
    .prix-constate .prices p:last-child {
        margin-right: 15px;
        margin-bottom: 15px;
        padding: 4px 15px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 15px;
    }

    .prix-constate .prices {
        margin-bottom: 0;
    }

}

select.js-select-multiple {
    display: block!important;
    width: 0.5px!important;
    height: 60px!important;
    opacity: 0!important;
}


.feature-box3 .swiper-slide .feature-img1 img {
    object-fit: cover;
    height: 460px;
    width: 100%;
}

@media (max-width: 767px) {

    .feature-box3 .swiper-slide .feature-img1 img {
        height: 220px;
    }

}

.page .grid-wrap1 {
    padding: 25px 0px 80px 0px;
}

.page .breadcrumb-wrap {
    padding: 15px 0;
}

.ad_search {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 50%);
    display: flex;
    justify-content: center;
    z-index: 9999;
    padding-top: 100px;
    overflow: auto;
}

.tp_listing {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 25px;
}

.c_listing {
    height: 100%;
    align-items: flex-start;
    justify-content: flex-end !important;
    padding: 0;
    margin: 0 !important;
}

.c_listing.exit_br {
    flex-direction: column;
    padding: 0;
}

.grid-wrap1 .item-shorting-box .item-shorting-box-2 .by-shorting {
    margin-right: 0 !important;
    width: 100%;
}

.grid-wrap1 .item-shorting-box .item-shorting-box-2 .by-shorting .shorting {
    width: 100px;
}

.edit_critere {
    display: block;
    width: 100%;
    text-align: center;
}

.c_listing.exit_br .btn_ {
    margin-bottom: 25px;
}

.btn_edit_critere {
    background-color: #bd2630;
    color: #FFF;
    font-family: 'Ubuntu';
    display: block;
    padding: 8px 25px;
    border-radius: 50px;
    transition: .4s;
    font-weight: 500;
    margin-right: 25px;
}

.c_listing.exit_br .btn_edit_critere {
    padding: 8px 10px;
    margin-right: 0;
}

.btn_edit_critere:hover {
    background-color: #0d2546;
    color: #FFF;
}

.btn_edit_critere i {
    margin-right: 10px;
    font-size: 14px;
}

.textes.top {
    margin-bottom: 25px;
}


@media (max-width: 992px) {
    .breadcrumb_res_recherche {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .edit_critere {
        position: fixed;
        bottom: 20px;
        left: 12px;
        z-index: 99;
        display: inline-block;
        width: auto;
    }

    .btn_edit_critere {
        margin-right: 0;
        padding: 8px 18px;
        box-shadow: 0 0 10px 2px rgb(0 0 0 / 30%);
    }

    .btn_edit_critere i {
        margin-right: 5px;
    }

    .c_listing.exit_br .edit_critere {
        margin-bottom: 0;
    }
}

.conf_selection {
    color: #FFF;
    display: block;
    text-align: center;
    border-radius: 4px;
    background-color: var(--rt-primary-color);
    font-weight: 600;
    font-family: var(--font-family-heading);
    padding: 6px 5px;
    z-index: 9999;
    position: relative;
    margin: -55px 10px 0;
}

@media (max-width: 767px) {

    .single-property .single-listing-box1 .overview-area {
        padding: 30px 20px 0px 20px;
    }

    .single-property .single-listing-box1 .overview-area .gallery-icon-box .item-icon-box .item-icon i {
        font-size: 20px;
        height: 40px;
        width: 40px;
        line-height: 32px;
    }

    .gallery-icon-box.custom {
        grid-gap: 0 3px;
    }

    .single-property .single-listing-box1 .overview-area .gallery-icon-box .item-icon-box .item-number li {
        line-height: 26px;
    }

    .widget.widget-contact-box {
        padding: 30px 20px;
    }

}

.ne_manquez_aucun_bien .title {
    font-size: 20px;
    text-align: center;
    color: #040404;
    margin: 5px auto 20px;
    font-family: var(--font-family-heading);
    font-weight: 500;
    width: 350px;
}

.ne_manquez_aucun_bien .icon-top {
    width: 80px;
    height: 80px;
    margin: -55px auto 0;
    background-color: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ne_manquez_aucun_bien .icon-top img {
    width: 40px;
    height: auto;
}

.ne_manquez_aucun_bien .form-group.input {
    margin: 20px 0 20px;
}

.ne_manquez_aucun_bien .form-group i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    color: #a0a0a0;
}

.ne_manquez_aucun_bien .sub_title {
    color: #000;
}

.ne_manquez_aucun_bien .breadcrumb_item {
    padding-left: 20px;
    text-transform: capitalize;
}

.c_listing .btn_ {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-right: 25px;
}

.c_listing.exit_br .btn_ {
    margin-right: 0;
}

.c_listing .alert_ a {
    display: flex;
    align-items: center;
    background-color: #0d2546;
    color: #FFF;
    font-family: 'Ubuntu';
    padding: 8px 20px;
    border-radius: 50px;
    transition: .4s;
    font-weight: 500;
    margin-left: 10px;
}

.nosearch .c_listing .alert_ a {
    margin-left: 0;
} 

.c_listing .alert_ a:hover {
    background-color: var(--rt-primary-color);
    color: #FFF;
}

.c_listing .alert_ a i {
    margin-right: 10px;
}

.about-wrap1 .banner_villes {
    margin-bottom: 80px;
}

@media (max-width: 767px) {

    .c_listing {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
    }

    .c_listing.exit_br .btn_ {
        margin-bottom: 0;
    }

    .grid-wrap1 .item-shorting-box .item-shorting-box-2 .by-shorting .shorting {
        width: 130px;
    }

    .c_listing .alert_ a {
        margin-left: 0;
    }

    .ne_manquez_aucun_bien .title {
        width: 100%;
    }

    .about-wrap1 .banner_villes {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        margin-bottom: 50px;
    }

    .about-wrap1 .banner_villes .banner-btn {
        margin: 0 !important;
        text-align: center;
        padding: 10px 5px;
    }

}

.estim_call {
    box-shadow: rgb(26 26 26 / 8%) 0px -1px 4px 0px, rgb(26 26 26 / 12%) 0px 4px 8px 0px;
    border-radius: 0.4rem;
    background-color: rgb(254, 240, 233);
    margin-bottom: 25px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.estim_call .url {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

.estim_call .estim_left {
    padding: 35px 30px;
}

.estim_call .estim_right {
    padding: 25px 30px;
}

.estim_call .estim_left .badge_ {
    display: inline-block;
    color: var(--rt-primary-color);
    border: 1px solid var(--rt-primary-color);
    background-color: #FFF;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: normal;
}

.estim_call .estim_left .title {
    font-size: 22px;
    color: #000;
    font-family: var(--font-family-heading);
    font-weight: 500;
    margin-right: 100px;
}

.estim_call .estim_right .summary {
    color: #000;
    letter-spacing: 0.6px;
    margin-bottom: 5px;
}

.estim_call .estim_right .properties {
    display: flex;
    align-items: center;
}

.estim_call .estim_right .properties .property {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 100px;
    background-color: #FFF;
    margin-right: 20px;
}

.estim_call .estim_right .properties .property img {
    width: 75px;
    height: 48px;
    object-fit: contain;
}

.estim_call .estim_right .properties .property span {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .6px;
    display: inline-block;
    margin-top: 10px;
    line-height: normal;
}

@media (max-width: 992px) {

    .estim_call {
        grid-template-columns: 53% 47%;
    }

    .estim_call .estim_left {
        padding: 20px 15px;
    }

    .estim_call .estim_left .title {
        margin-right: 0;
    }

    .estim_call .estim_left .title {
        font-size: 18px;
    }

}

@media (max-width: 767px) {

    .estim_call {
        grid-template-columns: 100%;
    }

    .estim_call .estim_left {
        padding: 20px 15px 0px;
    }

    .estim_call .estim_left .title {
        line-height: normal;
    }

    .estim_call .estim_right {
        padding: 0 15px 20px;
    }

    .estim_call .estim_right .properties {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
    }

    .estim_call .estim_right .properties .property {
        margin-right: 0;
        width: 100%;
    }

    .estim_call .estim_right .properties .property img {
        width: 50px;
        height: 32px;
    }

    .estim_call .estim_right .properties .property {
        height: 80px;
    }

}

.page_estimation {
    background: #FFF;
}

.form_estimation h1,
.res_estimation h1 {
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    margin-top: 5px;
    margin-bottom: 30px;
}

.res_estimation h1 span {
    color: var(--rt-primary-color);
}

.form_estimation label.lbl,
.res_estimation label.lbl {
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: normal;
    margin-bottom: 8px;
}

.form_estimation label.lbl span,
.res_estimation label.lbl span {
    color: #8191a0;
    font-size: 13px;
    font-weight: 400;
}

.form_estimation .form-group .form-control,
.res_estimation .form-group .form-control {
    height: 43px;
    border-color: #cad1d9;
    font-size: 14px;
}

.res_estimation .form-group .form-control.empty {
    border-color: #fb0707;
}

.form_estimation .form-group .adresse {
    position: relative;
}

.form_estimation .form-group .adresse i {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #a2abb5;
    z-index: 9;
}

.form_estimation .form-group .form-control::placeholder {
    font-size: 15px;
    color: #8897a6;
}

.form_estimation hr {
    margin: 25px 0 25px;
    background-color: #e6ebef;
    opacity: 1;
}

.form_estimation .properties {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}

.form_estimation .properties .property {
    position: relative;
    width: 90px;
    height: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #cad1d9;
    border-radius: 5px;
    padding: 15px;
    transition: .4s;
}

.form_estimation .properties .property i {
    font-size: 20px;
    color: #000;
    transition: .4s;
}

.form_estimation .properties .property img {
    width: 100%;
    height: 22px;
    object-fit: contain;
}

.form_estimation .properties .property .is_active,
.form_estimation .properties .property.active .not_active {
    display: none;
}

.form_estimation .properties .property.active .is_active {
    display: block;
}

.form_estimation .properties .property label {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
    transition: .4s;
}

.form_estimation .properties .property input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.form_estimation .properties .property:hover {
    background-color: #fff9ed;
}

.form_estimation .properties .property:hover i,
.form_estimation .properties .property.active i,
.form_estimation .properties .property.active label {
    color: var(--rt-primary-color);
}

.form_estimation .properties .property:hover .not_active {
    display: none;
}

.form_estimation .properties .property:hover .is_active {
    display: block;
}

.form_estimation .properties .property.active {
    border-color: var(--rt-primary-color) !important;
    background-color: #FFF;
}

.form_estimation .properties .property.active:after {
    content: "\f058";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    font-weight: 900;
    color: var(--rt-primary-color);
    bottom: -12px;
    background-color: #FFF;
    line-height: normal;
    font-size: 20px;
}

.form_estimation .aminities {
    display: flex;
    grid-gap: 40px;
}

.form_estimation .aminities .surface {
    width: 300px;
}

.form_estimation .aminities .metre {
    position: relative;
}

.form_estimation .aminities .metre span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 14px;
}

.form_estimation .numbers,
.form_estimation .plan_vente {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 10px;
}

.form_estimation .numbers .number {
    position: relative;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cad1d9;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    transition: .4s;
}

.form_estimation .plan_vente .periode {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cad1d9;
    border-radius: 4px;
    font-size: 13px;
    padding: 5px 15px;
    transition: .4s;
    letter-spacing: .6px;
}

.form_estimation .numbers .number:hover,
.form_estimation .plan_vente .periode:hover {
    background-color: #e6ebef;
    border-color: #e6ebef;
}

.form_estimation .numbers .number input,
.form_estimation .plan_vente .periode input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.form_estimation .numbers .number.active,
.form_estimation .plan_vente .periode.active {
    border-color: var(--rt-primary-color);
    color: var(--rt-primary-color);
    background-color: #FFF;
}

.form_estimation .plan_vente .periode.active span {
    font-weight: 500;
}

.form_estimation .numbers .number.active span {
    font-weight: 600;
}

.form_estimation .banner-button {
    text-align: left;
    margin-top: 20px;
}

@media (max-width: 767px) {

    .form_estimation .aminities {
        flex-direction: column;
        grid-gap: 25px;
    }

    .form_estimation label.lbl span {
        font-size: 12px;
    }

}

.form_estimation .form-group .adresse.empty .dropdown-toggle {
    border-color: #f70808;
}

.form_estimation .properties.empty .property {
    border-color: #f70808;
}

.form_estimation .aminities .metre.empty input {
    border-color: #f70808;
}

.form_estimation .plan_vente.empty .periode {
    border-color: #f70808;
}

.res_estimation .contact-form {
    margin-right: 50px;
}

.res_estimation .form-group {
    margin-bottom: 20px;
}

.res_estimation .banner-button {
    text-align: left;
    margin-bottom: 15px;
}

.res_estimation .politique p {
    color: #000;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 10px;
}

.form_estimation .surface input::-webkit-outer-spin-button,
.form_estimation .surface input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form_estimation .surface input[type=number] {
  -moz-appearance: textfield;
}

.form_estimation .form-group .adresse .dropdown-toggle {
    height: 43px;
    border-color: #cad1d9;
    font-size: 14px;
    padding-left: 45px;
}

.form_estimation .form-group .adresse .dropdown-item.active,
.form_estimation .form-group .adresse .dropdown-item:active {
    background-color: var(--rt-primary-color) !important;
    color: #FFF !important;
}

@media (max-width: 767px) {

    .form_estimation .form-group .adresse .dropdown-toggle {
        margin-bottom: 0;
    }

}

.res_estimation .dec_agences > a {
    display: block;
    color: #4183d7;
    font-weight: 600;
    letter-spacing: .6px;
    margin: -5px 0 20px;
    font-size: 14px;
}

.res_estimation .dec_agences > a:hover {
    color: var(--rt-primary-color);
}

.estim_agences .modal-body {
    padding: 0;
}

.estim_agences .title {
    padding: 35px 10px 30px;
    font-size: 20px;
    text-align: center;
    color: #040404;
    font-family: var(--font-family-heading);
    font-weight: 500;
}

.estim_agences hr {
    margin: 0;
    color: #000;
}

.estim_agences .list_agences li {
    padding: 20px 10px;
    border-bottom: 1px solid #c0c0c0;
    display: flex;
    align-items: center;
}

.estim_agences .list_agences img {
    width: 150px;
    height: 60px;
    object-fit: contain;
}

.estim_agences .list_agences li span {
    margin-left: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    letter-spacing: .6px;
}

.estim_interval {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #000;
    padding-top: 7px;
}

.estim_interval .corner {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.estim_interval > div:last-child {
    text-align: right;
}

.estim_interval .corner span {
    line-height: normal;
    color: #000;
}

.estim_interval .corner span:first-child  {
    font-size: 13px;
    margin-bottom: 2px;
}

.estim_interval .corner span:last-child {
    font-weight: 500;
    font-size: 16px;
}

.estim_interval .milieu {
    position: relative;
    margin-top: 5px;
}

.estim_interval .milieu:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -22px;
    transform: translateX(-50%);
    width: 4px;
    height: 20px;
    border-radius: 50px;
    background-color: var(--rt-primary-color);
}

.estim_interval .milieu span {
    line-height: normal;
    font-size: 16px;
    font-weight: 500;
    color: var(--rt-primary-color);
}

.res_estimation .retour a {
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    border: 1px solid currentcolor;
    color: rgb(65, 131, 215);
    padding: 10px 15px;
    display: inline-block;
    margin-top: 20px;
    line-height: normal;
    font-weight: 500;
    letter-spacing: .6px;
    transition: .4s;
}

.res_estimation .retour a:hover {
    background-color: rgb(65, 131, 215);
    color: #FFF;
}

.res_estimation .contact-form-estimation {
    margin-right: 100px;
}

.res_estimation .success_envoi {
    margin-right: 100px;
    margin-top: 15px;
}

.res_estimation .success_envoi i {
    font-size: 42px;
    color: rgb(85, 185, 80);
}

.res_estimation .success_envoi .title {
    font-size: 24px;
    color: #000;
    letter-spacing: .6px;
    margin: 11px 0;
    font-weight: 500;
}

.res_estimation .success_envoi p {
    line-height: 1.5;
    color: #000;
}

.res_estimation .success_envoi a {
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    border: 1px solid currentcolor;
    color: rgb(65, 131, 215);
    padding: 10px 15px;
    display: inline-block;
    line-height: normal;
    font-weight: 500;
    letter-spacing: .6px;
    transition: .4s;
}

.res_estimation .success_envoi a:hover {
    background-color: rgb(65, 131, 215);
    color: #FFF;
}

@media (max-width: 992px) {

    .res_estimation .contact-form-estimation,
    .res_estimation .success_envoi {
        margin-right: 0;
    }

}

@media (max-width: 767px) {

    .form_estimation .form-group .adresse .conf_selection {
        display: none;
    }

    .form_estimation .properties {
        grid-gap: 0;
    }

    .form_estimation .properties .property,
    .form_estimation .plan_vente .periode {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .form_estimation .numbers .number {
        margin-right: 5px;
    }

    .form_estimation .aminities .surface {
        margin-bottom: 25px;
    }

    .estim_interval {
        margin-bottom: 20px;
    }

    .form_estimation h1, 
    .res_estimation h1 {
        font-size: 20px;
    }

    .estim_agences .list_agences img {
        width: 100px;
        height: 50px;
    }

    .res_estimation .success_envoi {
        text-align: center;
    }

}

.page_estimation .location-right {
    text-align: center;
    margin-top: 50px;
}

.page_estimation .location-right img {
    width: 200px;
    margin-left: auto;
    opacity: .8;
}

.switch_lang {
    position: relative;
    z-index: 9;
}

.switch_lang .current {
    position: relative;
    line-height: normal;
    border: 1px solid #d1e5e0;
    height: 40px;
    width: 72px;
    border-radius: 150px;
    padding: 2px 3px 2px 2px;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
}

body.page .switch_lang .current {
    color: #000;
}

.switch_lang .current:after {
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    margin-left: 8px;
}

.switch_lang:hover .current,
.switch_lang.active .current {
    background-color: var(--rt-primary-dark);
    border-color: var(--rt-primary-dark);
}

body.page .switch_lang:hover .current,
body.page .switch_lang.active .current {
    background-color: transparent;
    border-color: var(--rt-primary-dark);
}

.switch_lang .current img {
    height: 20px;
    margin-right: 6px;
}

.switch_lang ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    padding-top: 5px;
    transition: .4s;
}

.switch_lang.active ul {
    display: block;
}

.switch_lang ul .link {
    background-color: #FFF;
    position: relative;
    line-height: normal;
    border: 1px solid #FFF;
    border-radius: 150px;
    padding: 2px 5px 2px 6px;
    color: var(--rt-primary-dark);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    display: flex;
    align-items: center;
    width: 72px;
    height: 34px;
    cursor: pointer;
    transition: .4s;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    margin-bottom: 5px;
}

.switch_lang ul .link img {
    height: 18px;
    margin-right: 6px;
}

@media (max-width: 992px) {

    .switch_lang .current,
    .switch_lang ul .link {
        height: 35px;
    }

    .switch_lang .current img {
        width: 20px;
    }

    .switch_lang ul .link img {
        width: 18px;
    }

    .header-action-layout1 .my-account {
        margin-right: 15px;
    }

    body.page .switch_lang .current {
        color: #FFF;
    }

}

@media (max-width: 767px) {

    .header-action-layout1 .my-account {
        margin-right: 8px;
    }

    .rt-header-menu .action.wishlist {
        margin-right: 8px;
    }

    .switch_lang .current img,
    .switch_lang ul .link img {
        width: 15px;
        height: 15px;
    }

    .switch_lang .current {
        width: 64px;
        padding: 2px 5px 2px 6px;
    }

    .logo-mobile img {
        width: 160px;
    }

    .switch_lang ul .link {
        width: 64px;
        height: 28px;
    }

}

.error-page .error-box .item-subtitle {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 55px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--font-family-heading);
}

.textes h1 strong {
    color: #FFF;
}

.logo-agency {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 5;
    height: 36px;
    width: 100px;
    background-color: rgb(238 238 238 / 50%);
    border-radius: 2px;
    padding: 3px;
    object-fit: contain;
}
