@import "./root.css";
@import "./style-filtre.css";
@import "./footer.css";
@import "./header.css";


.houzez-module-main {
    padding: 3rem 0;
}

.slide-animated {
    opacity: 0;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

img {
    height: auto;
    max-width: 100%;
}

.hover-effect, .slideshow .slideshow-nav-main .slick-slide {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    z-index: 0;
}

.table-list {
    display: table;
    width: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: top;
}



.list-inline > li {
    padding: 0;
    padding-right: 10px;
    display: inline-block;
}



.full-width {
    width: 100%;
}




/*START OWL AND SLICK SLIDER ARROWS STYLE*/
.slick-prev:hover,   .banner-slider .slick-next:hover,
.slick-prev:focus,
.banner-slider .slick-next:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: var(--color-site-1);
}

.owl-controls .owl-nav .owl-prev:hover,
.owl-controls .owl-nav .owl-prev:focus,
.owl-controls .owl-nav .owl-next:hover,
.owl-controls .owl-nav .owl-next:focus,
.owl-controls .owl-nav .owl-next:active,
.owl-controls .owl-nav .owl-next:active {
    color: var(--color-white);
    outline: none;
    background: var(--color-site-1);
    border-color: var(--color-site-1);
}

.owl-prev .fa, .owl-next .fa {
    display: block;
    line-height: 40px;
    font-size: 30px;
}

.owl-controls .owl-nav .owl-prev {
    left: -30px;
    top: 50%;
    transform: translate(0, -50%);
}

.owl-controls .owl-nav .owl-next {
    right: -30px;
    top: 50%;
    transform: translate(0, -50%);
}



/*START MARGINS AND PADDING CLASSES*/
.no-margin {
    margin: 0 !important;
}

.no-margin .module-item {
    padding-left: 0;
    padding-right: 0;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-bg {
    background: none !important;
    padding: 0 !important;
}

.no-padding-left {
    padding-left: 0;
}

.padding-right-none {
    padding-right: 0;
}

.padding-top-none {
    padding-top: 0 !important;
}

.padding-bottom-none {
    padding-bottom: 0 !important;
}


.input-user:before {
    content: "\f007";
}

.input-email:before {
    content: "\f0e0";
}

.input-pass:before {
    content: "\f023";
}

.input-search:before {
    content: "\f002";
}

.input-calendar:before {
    content: "\f073";
}


.scrolltop-btn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    background-color: var(--color-site-1);
    color: var(--color-white);
    padding: 0;
    z-index: 999;
}


.dropdown-menu > li > a {
    padding: 10px 15px;
}

@media (max-width: 767px) {
    .dropdown-menu > li > a {
        padding: 6px 15px;
        font-size: 12px;
    }
}

.dropdown-menu > li > a:hover {
    color: var(--color-black);
    text-decoration: none;
    background-color: rgba(0, 174, 239, 0.12);
}

.dropdown-menu > li > a:focus {
    color: var(--color-black);
    text-decoration: none;
    background-color: rgba(0, 174, 239, 0.12);
}

.dropdown-menu > li > a:active {
    color: var(--color-black);
    text-decoration: none;
    background-color: rgba(0, 174, 239, 0.12);
}

.flatpickr-day.selected {
    background: var(--color-site-1) !important;
    border-color: var(--color-site-1) !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: var(--color-white);
    text-decoration: none;
    background-color: #3fa5dc;
    outline: 0;
}


.container {
    padding: 0;
}

@media (max-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .container {
        width: 480px;
    }
}

@media (max-width: 481px) {
    .container {
        width: 100%;
    }
}





#occupations .modal-header h3 {
    margin-bottom: 0;
    color: var(--color-black);
    padding: 0 0 0 10px;

}

/*.modal-header .close {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    height: 60px;*/
/*    width: 60px;*/
/*    font-size: 22px;*/
/*    text-align: center;*/
/*    line-height: 55px;*/
/*    margin-top: 0;*/
/*    text-shadow: none;*/
/*    color: var(--color-black);*/
/*    opacity: 1;*/
/*    filter: alpha(opacity=100);*/
/*    border-left: 1px solid rgba(255, 255, 255, 0.15);*/
/*}*/

/*.modal-header .close .fa {*/
/*    position: relative;*/
/*    top: -3px;*/
/*}*/

.modal-header ul {
    float: left;
    margin: 0;
}

.modal-header .modal-title {
    float: left;
    line-height: 26px;
    color: var(--color-white);
    padding: 16px 0 16px 24px;
    font-size: 18px;
}

@media (max-width: 767px) {
    .modal-header .modal-title {
        font-size: 14px;
    }
}





.bootstrap-select .btn.btn-default {
    border: 1px solid #cccccc;
    color: #959595;
    font-size: 14px;
    text-transform: none;
    height: 42px;
    background-color: var(--color-white);
    font-weight: 400;
}




/*START TOP BAR*/


.top-bar .top-nav > ul > li > a {
    padding: 0 12px;
}

.top-bar .top-nav > ul > li > a:hover {
    background-color: transparent;
}

.top-bar .top-nav > ul .has-child > a:after {
    content: '\f107';
}

.top-bar .top-nav > ul ul {
    top: 50px;
    width: 180px;
}

.top-bar .top-nav > ul ul a {
    padding: 10px 15px;
    font-size: 12px;
}

.top-bar .top-nav > ul ul li {
    text-transform: capitalize;
}

.top-bar .top-nav > ul ul li ul.sub-menu {
    right: -180px;
}

.top-bar .top-nav > ul ul .has-child > a:after {
    content: '\f105';
}

.top-bar .top-nav > ul li.active > a {
    color: #4cc6f4;
    background-color: transparent;
}

.top-bar .top-nav > ul li.active ul {
    top: 32px;
}

.top-bar .nav-dropdown {
    width: 240px;
}

.top-bar .nav-dropdown a {
    font-size: 12px;
    line-height: 18px;
    padding: 12px 14px;
}

.top-bar .nav-dropdown .expand-me {
    line-height: 41px;
}

.top-bar .mobile-nav {
    display: none;
    padding: 4px 0;
}

.top-bar .mobile-nav .nav-trigger.mobile-open + .nav-dropdown {
    top: 32px;
}

.top-bar .dropdown-menu {
    background-color: var(--color-black);
    border-radius: 0;
    margin-top: 0;
    border: 0;
    min-width: 100%;
}

.top-bar .dropdown-menu > li {
    cursor: pointer;
    display: block;
    padding: 6px 8px;
    font-size: 12px;
    color: #fff;
    line-height: 1.42857;
}

.top-bar .dropdown-menu > li:hover {
    color: #3fa5dc;
}

.top-bar .dropdown-menu > li > a {
    font-size: 12px;
    padding: 0;
    color: #fff;
}

.top-bar .dropdown-menu > li > a:hover {
    color: #3fa5dc;
    background-color: transparent;
}

@media (max-width: 991px) {
    .top-bar .top-bar-left.top-nav-area .mobile-nav {
        float: left;
    }

    .top-bar .top-bar-right.top-nav-area .mobile-nav {
        float: right;
    }

    .top-bar .top-bar-right.top-nav-area .nav-dropdown {
        left: auto;
        right: 0;
    }

    .top-bar .top-bar-right.top-nav-area .nav-dropdown > ul:before {
        left: auto;
        right: 2px;
    }

    .top-bar .top-nav {
        display: none;
    }

    .top-bar .mobile-nav {
        display: block;
    }
}

@media (max-width: 481px) {
    .top-bar.hide-top-bar-mobile {
        display: none !important;
    }
}



.header-mobile .account-action li.active .account-dropdown {
    top: 60px;
}

.header-mobile .account-action > li {
    line-height: 57px !important;
}

.header-mobile .account-action li.active + .account-dropdown {
    top: 40px !important;
    z-index: 999
}

.header-mobile .account-dropdown {
    width: 100%;
}

.header-mobile .account-dropdown ul:before {
    border-width: 5px;
    right: 6px;
    top: -10px;
}

@media (max-width: 767px) {
    .header-mobile .account-dropdown ul:before {
        right: 20px;
    }
    .header-mobile .nav-dropdown > ul::before {
        left: 18px;
    }
}



.bottom-ratings, .top-ratings {
    color: #ffa606;
    font-size: 14px;
    line-height: 13px;
    display: inline-block;
}


.top-ratings {
    left: 0;
    position: absolute;
    text-align: left;
    top: 0;
    width: 0;
}


/*START PROPERTY ITEM LIST GRID STYLE*/
.figure-block + .figure-block {
    margin-top: 20px;
}

.figure-block img {
    width: 100%;
    display: block;
}

.figure-block .detail-bottom {
    text-align: center;
    padding: 8px 0 0 0;
    position: inherit;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    z-index: 1;
}

.figure-block .detail-bottom ul {
    color: var(--color-black);
}

.figure-block a {
    color: var(--color-white);
}

.houzez-taber-body {
    padding-top: 30px;
}

.item-thumb, figure, .carousel-module .carousel .item figure {
    position: relative;
    /*z-index: 1;*/
}

.item-thumb img, figure img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.item-thumb .label-featured, figure .label-featured, .carousel-module .carousel .item figure .label-featured {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
}

.item-thumb .label-wrap, figure .label-wrap, .carousel-module .carousel .item figure .label-wrap {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
}

.item-thumb .actions, figure .actions {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 4;
}

.item-thumb .price, figure .price {
    position: absolute;
    left: 0;
    bottom: 85px;
    z-index: 4;
    text-align: center;
    right: 0;
}


 figure .price .item-price, figure .price .item-sub-price {
    color: var(--color-white);
    display: block;
}


figure .item-price-block{
    position: absolute;
    left: 12px;
    bottom: 12px;
}

figure .blue {
    color: var(--color-white);
}

figure .thumb-caption {
    position: absolute;
    top: inherit;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 12px;
    width: 100%;
}

figure:hover a, figure .thumb-caption .cap-price,  figure .thumb-caption .actions{
    color: var(--color-white);
}

figure .hover-effect:before, .item-thumb .slideshow .slideshow-nav-main .slick-slide:before, .slideshow .slideshow-nav-main .item-thumb .slick-slide:before, figure .slideshow .slideshow-nav-main .slick-slide:before, .slideshow .slideshow-nav-main figure .slick-slide:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    z-index: 2;
}

 figure:hover .hover-effect:before, .carousel-module .carousel .item figure:hover .hover-effect:before, .item-thumb:hover .slideshow .slideshow-nav-main .slick-slide:before, .slideshow .slideshow-nav-main .item-thumb:hover .slick-slide:before, figure:hover .slideshow .slideshow-nav-main .slick-slide:before, .slideshow .slideshow-nav-main figure:hover .slick-slide:before {
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-image: none;
    z-index: 2;
}

 figure:hover .hover-effect:after, .carousel-module .carousel .item figure:hover .hover-effect:after, .item-thumb:hover .slideshow .slideshow-nav-main .slick-slide:after, .slideshow .slideshow-nav-main .item-thumb:hover .slick-slide:after, figure:hover .slideshow .slideshow-nav-main .slick-slide:after, .slideshow .slideshow-nav-main figure:hover .slick-slide:after {
    opacity: 0;
    filter: alpha(opacity=0);
}

.item-body .rating + h2 {
    margin-top: 5px;
}

.item-body .info-row + .info-row {
    margin-top: 10px;
}



.item-body .property-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 380px;
}

@media (max-width: 1199px) {
    .item-body .property-title {
        max-width: 260px;
    }
}





.item-body p {
    margin: 0;
}


.property-item .body-right {
    width: 280px;
    position: relative;
}




.label-prix-vo {
    z-index: 3;
    background-color: var(--color-site-2);
    color: var(--color-black);
    border-radius: 0;
    padding: 10px;
    position: absolute;
    display: inline-block;
    right: 0;
    top: 20px;
    font-size: 12px;
}

.label-prix-vo h3 {
    display: inline-block;
    font-size: 25px;
    color: var(--color-black);
    font-weight: bold;
    margin: 0;
}

.property-item.item-grid .item-body {
    padding: 12px;
    display: block;
    width: auto;
    position: absolute;
    bottom: 10px;
    z-index: 1;
    left: 0;
    right: 0;
    background: var(--color-white);
    border: 1px solid #cccc;
    margin: 0 15px;
}

#programme-activite .property-item.item-grid .item-body {
    bottom: 17px;
}

.property-item.item-grid .item-body .amenities {
    height: auto;
}

.property-item.item-grid .phone {
    position: relative;
    top: 0;
}




/*START HOUZEZ TABER MODULE STYLE*/
#programme-activite .houzez-taber-wrap .houzez-tabs {

    display: flex;
    table-layout: fixed;
    gap: 20px
}

#programme-activite .houzez-taber-wrap .houzez-tabs li {
    display: table-cell;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    line-height: 70px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    height: 70px;
    background-color: var(--color-white);
    border: 1px solid var(--color-site-4);
    color: var(--color-site-1);
    cursor: pointer;
}

#programme-activite .houzez-taber-wrap .houzez-tabs li.active:before {
    position: absolute;
    display: block;
    content: " ";
    bottom: -17px;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    -webkit-transform: rotate(180deg);
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid var(--color-site-4);

}


#programme-activite .houzez-taber-wrap .houzez-tabs li.active {
    background-color: var(--color-site-4);
    border: none;
    color: var(--color-white);
}

.houzez-taber-body .row {
    margin-left: -5px;
    margin-right: -5px;
}

.houzez-taber-body div[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}


@media (max-width: 767px) {
    .item-body .property-title {
        max-width: 100%;
    }
    .item-body .phone {
        top: 0;
    }
    #programme-activite .houzez-taber-wrap .houzez-tabs {
        overflow: auto;
        overflow-y: hidden;
        flex-wrap: nowrap
    }

    #programme-activite .houzez-taber-wrap .houzez-tabs li {
        display: block;
        width: 100%;

    }

    #programme-activite .houzez-taber-wrap .houzez-tabs li:before {
        top: 0;
        bottom: auto;
    }
    .detail-top.detail-top-full #gallery {
        min-height: 415px;
    }

    .detail-top.detail-top-full .media-tabs-up {
        top: inherit;
        left: inherit;
        position: relative;
    }
    .detail-top.detail-top-full .label {
        padding: 4px 8px 4px;
        font-size: 10px;
        line-height: 11px;
    }
    .detail-top.detail-top-full .media-detail-down {
        bottom: 15px;
    }
    .detail-title {
        padding-bottom: 25px;
        margin-bottom: 15px;
    }
    .detail-title-inner {
        padding-bottom: 15px;
        margin-bottom: 15px;
        margin-top: 25px;
    }
}




/*START CAROUSEL MODULES STYLE*/
.carousel-module .carousel .item {
    background: transparent;
    box-shadow: none;
    margin-bottom: 50px;
}

.carousel-module .carousel .item .item-thumb, .carousel-module .carousel .item figure {
    display: block;
}

.carousel-module .item-thumb .actions, .carousel-module figure .actions, .carousel-module .carousel .item figure .actions {
    top: 12px;
    right: 12px;
    bottom: auto;
}

.carousel-module .property-item .actions {
    top: auto !important;
    bottom: 12px !important;
}



@media (max-width: 767px) {

    .carousel-module .carousel .item {
        margin-bottom: 20px;
    }
}


.grid-row {
    margin-left: -7px;
    margin-right: -7px;
}

.grid-row div[class*="col-"] {
    padding-left: 7px;
    padding-right: 7px;
}



.mb-50 {
    margin-bottom: 20px;
}



.banner-slider .owl-controls .owl-nav .owl-prev {
    left: 40px;
}

.banner-slider .owl-controls .owl-nav .owl-next {
    right: 40px;
}



.banner-slider .owl-dot span {
    background-color: var(--color-white) !important;
}

.banner-slider .owl-dot.active span {
    background-color: transparent !important;
    border-color: var(--color-white) !important;
}



/*START TYPOGRAPHY STYLE*/

@media (max-width: 767px) {
    body {
        font-size: 12px;
        overflow-x: hidden;
    }


    .advanced-search .btn {
        height: 60px
    }
    .banner-slider .owl-controls .owl-nav .owl-prev {
        left: 0
    }

    .banner-slider .owl-controls .owl-nav .owl-next {
        right: 0
    }

    .search-expandable .search-expandable-right {
        position: relative;
    }
    .mb-50 {
        margin-bottom: 20px;
    }
    .banner-slider .owl-controls .owl-nav {
        display: none;
    }
    .d-flex {
        flex-wrap: wrap;
    }
}

h2 {
    font-size: 24px;
    line-height: 20px;
    margin: 0 0 20px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
}

@media (min-width: 768px) and (max-width: 991px) {
    h2 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}


h6 {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 20px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
}

@media (min-width: 768px) and (max-width: 991px) {
    h6 {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    h6 {
        margin-bottom: 10px;
    }
}

p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px 0;
    font-weight: 300;
    text-transform: inherit;
    text-align: inherit;
}

@media (min-width: 768px) and (max-width: 991px) {
    p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }
}




.dropdown-menu > li > a {
    font-size: 14px;
    line-height: 1.42857;
    margin: 0;
    font-weight: 400;
    text-transform: inherit;
    text-align: inherit;
}


.item-body .property-title {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-black);
}

.item-body .property-location {
    font-size: 16px;
    color: var(--color-site-1);
    line-height: normal;
    margin: 0;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

@media (max-width: 767px) {
    .item-body .property-location {
        font-size: 14px;
        line-height: 14px;
    }
}


.price .price-start {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 7px;
}

.price h3 {
    color: var(--color-black);
    font-size: 25px;
    line-height: 18px;
    margin: 0;
    font-weight: bold;
    text-transform: inherit;
    text-align: inherit;
    display: inline-block;
}



.price .rant {
    color: var(--color-black);
    font-size: 12px;
    line-height: 45px;
    margin: 7px 0 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: center;
    background-color: var(--color-site-2);
    height: 45px;
    /*width: auto;*/
    display: inline-block;
    padding: 6px;
}

.price .item-price {
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
}

@media (max-width: 767px) {
    .price .item-price {
        font-size: 14px;
        line-height: 14px;
    }
}

.price .item-sub-price {
    font-size: 12px;
    line-height: 12px;
    margin: 7px 0 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
}


.item-thumb .label-featured, figure .label-featured, .carousel-module .carousel .item figure .label-featured {
    font-size: 10px;
    line-height: 11px;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    text-align: inherit;
}



.item-thumb .thumb-caption .cap-price, figure .thumb-caption .cap-price, .carousel-module .carousel .item figure .thumb-caption .cap-price {
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    text-align: inherit;
}

.item-thumb .thumb-caption .cap-social, figure .thumb-caption .cap-social, .carousel-module .carousel .item figure .thumb-caption .cap-social {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    text-align: inherit;
}

.item-foot p {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    font-weight: 300;
    text-transform: inherit;
    text-align: inherit;
}



.item-body .amenities p {
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 5px 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
}

/*START ADVANCED SEARCH SECTION*/
#advanced-search .dropdown-toggle {
    font-size: 16px;
    line-height: 1.42857;
    margin: 0;
    font-weight: 400;
    text-transform: inherit;
    text-align: center;
}

@media (max-width: 481px) {
    #advanced-search .dropdown-toggle {
        font-weight: 400;
        text-transform: inherit;
    }
}

#advanced-search .form-control, #advanced-search .post-password-form input[type='password'], .post-password-form #advanced-search input[type='password'] {
    font-size: 16px;
    line-height: 1.42857;
    margin: 0;
    font-weight: 400;
    text-transform: inherit;
    text-align: inherit;
}

@media (max-width: 481px) {
    #advanced-search .form-control, #advanced-search .post-password-form input[type='password'], .post-password-form #advanced-search input[type='password'] {
        font-weight: 400;
        text-transform: inherit;
    }
}

#advanced-search .advance-btn {
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    font-weight: 400;
    text-transform: capitalize;
    text-align: inherit;
    background: transparent;

}

#advanced-search .advance-btn:hover {
    color: #4cc6f4;
    box-shadow: none;
}

#advanced-search .features-list label.title {
    font-size: 14px;
    line-height: 14px;
    margin: 7px 0 14px 0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: inherit;
}

.sub-heading {
    color: var(--color-site-1);
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
    text-transform: inherit;
    text-align: inherit;
}

@media (max-width: 767px) {
    .sub-heading {
        font-size: 14px;
        text-align: center;

    }


}

.houzez-module .module-title-nav h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
}

@media (max-width: 767px) {
    .houzez-module .module-title-nav h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

.houzez-module .module-title-nav .sub-title {
    font-size: 18px;
    line-height: 18px;
    margin: 5px 0 0 0;
    font-weight: 300;
    text-transform: inherit;
    text-align: inherit;
}

.houzez-module .module-title-nav .module-nav .btn {
    font-size: 10px;
    line-height: 10px;
    margin: 0;
    font-weight: 400;
    text-transform: inherit;
    text-align: inherit;
}

.detail-top-full .header-detail h4 {
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    font-weight: 400;
    text-transform: inherit;
    text-align: inherit;
}

@media (min-width: 768px) and (max-width: 991px) {
    .detail-top-full .header-detail h4 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .detail-top-full .header-detail h4 {
        font-size: 14px;
    }
}


/*START BOOTSTAP BUTTONS STYLE*/
.btn {
    padding: 11px 15px;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border-radius: 0;
    border: none;
    outline: none !important;
    font-size: 14px;
    line-height: 1.42857;
    margin: 0;
    font-weight: 500;
    text-transform: inherit;
    text-align: center;
}

.btn .fa.fa-left, .btn .fa.fa-right {
    margin-right: 8px;
}


.btn .fa.pull-left {
    line-height: 20px;
}


.btn-long {
    padding-left: 55px;
    padding-right: 55px;
}

.btn-md {
    padding: 8px 15px;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn-default:hover {
    color: #fff;
    border-color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333;
    /*background-color: #d4d4d4;
  border-color: #8c8c8c;*/
}


.btn-primary {
    color: var(--color-black);
    background-color: var(--color-site-2);
    border-color: var(--color-site-2);
}

.btn-primary:focus, .btn-primary.focus, .btn-primary:hover, .btn-primary:active:hover {
    color: var(--color-black);
    background-color: var(--color-site-2);
    border-color: var(--color-site-2);
}


.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: var(--color-black);
    background-color: var(--color-site-2);
    border-color: var(--color-site-2);
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus,
.btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: var(--color-black);;
    /*background-color: #0497ce;
  border-color: #122b40;*/
}



.btn-secondary {
    color: var(--color-white);
    background-color: var(--color-site-1);
    border-color: var(--color-site-1);
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: var(--color-white);
    background-color: var(--color-site-1);
    border-color: var(--color-site-1);
}

.btn-secondary:hover {
    color: var(--color-white);
    background-color: var(--color-site-1);
    border-color: var(--color-site-1);
}

.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
    color: var(--color-white);
    background-color: #e66300;
    border-color: #e66300;
}

.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
    color: var(--color-white);

}

.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
    background-image: none;
}

.img_container_grid {
    position: relative;
    overflow: hidden;
    margin: 0 0 30px;

}


.short_info_grid {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 25px 75px 15px 75px;
    color: var(--color-white);
    -moz-transition: all .4s;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.short_info_grid .text_info {
    background-color: var(--color-white);
    padding: 16px;
    text-align: center;
}


.short_info_grid h3 {
    font-size: 16px;
    color: var(--color-black);
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    line-height: normal;

}

.short_info_grid p {
    color: var(--color-site-1);
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.h-465 {
    width: 100%;
    object-fit: cover;
    max-height: 465px;
}

@media (max-width: 767px) {
    .short_info_grid {
        padding: 25px 10px 15px 10px;
    }

    #ole-selection .img_container_grid img {
        height: 400px !important;
    }
}

.align-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.title-tag {
    font-size: 20px;
    color: var(--color-site-1);
    margin-bottom: 20px;
}

.divider-lg {
    width: 100px;
    height: 4px;
    background: var(--color-site-2);
    fill: var(--color-site-2);
    padding: 0;
    margin: 20px auto 0;
    display: inline-block;
}

.section-title {
    font-size: 40px;
    color: var(--color-black);
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
}


.properties-carousel-grid-1 .owl-controls .owl-nav .owl-next {
    right: -50px;
}

.properties-carousel-grid-1 .owl-controls .owl-nav .owl-prev {
    left: -50px;
}

/**************************last bloc*********************/


.bg-offcanvas {
    position: relative;
    height: 100%;
    background: var(--color-site-1);
}

.bg-offcanvas::before {
    position: absolute;
    background: var(--color-site-1);
    content: "";
    height: 100%;
    width: 1000%;
    margin-left: -1000%;
}



.nav-pills > li.active > a {
    background-color: var(--color-site-2);
    color: var(--color-black);
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 0;
}


.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-start {
    -webkit-box-align: flex-start !important;
    -ms-flex-align: flex-start !important;
    align-items: flex-start !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border-radius: 0;
}

@media (max-width: 767px) {
    .section-title {
        font-size: 26px;
        text-align: center;
    }

    .title-tag {
        font-size: 16px;
    }


    .owl-controls .owl-nav .owl-prev {
        left: 0
    }

    .owl-controls .owl-nav .owl-next {
        right: 0
    }


    .img_wrapper_grid .bg-offcanvas {
        height: auto;
    }

    .img_wrapper_grid .bg-offcanvas img {
        top: auto;
    }
}





.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent !important;
    opacity: 1;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}




.h2-titre-sejours {
    font-size: 35px;
    font-weight: 600;
    color: var(--color-site-2);
}

.img-bg-transfert::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(160deg, rgb(3 38 87 / 86%) 0.50%, rgba(8, 37, 77, 0) 100%);

}

.img-bg-transfert {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 50px 50px;
    border-radius: 0;
    z-index: 1;
}

.description-sejours {
    color: var(--color-white);
    font-size: 16px;
    font-weight: 400;
}