﻿
@import url('/css/swiper-bundle.min.css');

.advertDetails header .container {
    padding: 0 0 0px;
}

.estimationText {
    color: #eb424d;
    font-style: italic;
    font-weight: 300;
}

.homeDetailsContainer {
    width: 100%;
    position: relative;
    z-index: 1;
}

.homeDetailsHeader {
    margin-top: -150px;
}

.homeDetailsContainerInner {
    margin: 0 20px 0px;
    position: relative;
    z-index: 2;
}

.homeDetailsContainer .imgContainer {
    min-height: 260px;
    width: 100%;
    position: relative;
}

    .homeDetailsContainer .imgContainer .imgList {
        width: 100%;
        display: flex;
        overflow-x: scroll;
        flex-wrap: nowrap;
        min-height: 260px;
    }

    .homeDetailsContainer .imgContainer img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .homeDetailsContainer .imgContainer img {
        padding: 0;
        cursor: pointer;
    }



.advertDetails .likeBtn {
    width: 25px;
    height: 25px;
    background-color: #Fff;
    border-radius: 2px;
    margin-left: 10px;
}

.homeDetailsHeader .imgContainer .likeBtn {
    background-color: #F0F0F0;
}


.advertDetails .likeBtn i {
    color: #E1636E;
    font-size: 25px;
}



.advertDetails h1 {
    font-family: 'Open Sans', sans-serif;
    color: inherit;
    text-shadow: none;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    padding: 15px 0 20px;
    margin-bottom: 0;
}

.advertDetails h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: left;
}

    .advertDetails h2.houseName {
        color: #AAD14E;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        text-align: left;
        margin-bottom: 0;
        width: 75%;
    }


.advertDetails h3 {
    font-size: 16px;
    font-weight: 600;
}

    .advertDetails h3 i {
        color: #AAD14E;
        font-size: 20px;
    }

.advertDetails h2 i {
    color: #AAD14E;
    font-size: 20px;
}


/*HEADER*/

.starsSection {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #D9D9D9;
    flex-wrap: wrap;
}

.stars {
    text-align: right;
}

.iconsSection {
    padding: 20px 0;
    border-bottom: 1px solid #D9D9D9;
    min-height: 165px;
    display: flex;
    flex-direction: column;
}

    .iconsSection .iconsContainer {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .iconsSection .iconsContainer p {
            display: flex;
            align-items: center;
        }

        .iconsSection .iconsContainer i {
            margin-right: 10px;
            font-size: 22px;
        }

        .iconsSection .iconsContainer span {
            font-weight: 700;
        }

            .iconsSection .iconsContainer span.number {
                font-size: 17px;
            }

            .iconsSection .iconsContainer span.numberAdd {
                font-size: 14px;
                margin-left: 5px;
            }

    .iconsSection .descriptionBtn {
        font-size: 15px;
        font-weight: 700;
        color: inherit;
        padding: 4px 12px;
        border: 1px solid #AAD14E !important;
        border-radius: 3px;
        margin: 10px auto 0;
    }

        .iconsSection .descriptionBtn i {
            margin-right: 10px;
            font-size: 16px;
        }


.thumbnailTagsContainer {
    display: flex;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: 15px;
    z-index: 10;
}

.tagsContainer {
    width: 100%;
    display: flex;
    margin-top: 10px;
}

    .tagsContainer.tagsContainerMobile {
        display: flex;
    }

    .tagsContainer.tagsContainerDesktop {
        display: none;
    }


    .tagsContainer .tag,
    .thumbnailTagsContainer .tag {
        padding: 6px 15px;
        border-radius: 3px;
        color: white;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        margin-right: 10px;
        background-color: black;
        width: fit-content;
        height: fit-content;
        letter-spacing: .8px;
        line-height: 1;
    }

    .tagsContainer .newTag,
    .thumbnailTagsContainer .newTag {
        background-color: #AAD14E;
    }


    .tagsContainer .favoriteTag,
    .thumbnailTagsContainer .favoriteTag {
        background-color: #E1636E;
    }

    .tagsContainer .promoTag,
    .thumbnailTagsContainer .promoTag {
        background-color: #334335;
    }

/*MODAL*/
.modalSection {
    background: rgba(51, 67, 53, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    opacity: 0;
}

    .modalSection .modalContainer {
        background: white;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.16);
        padding: 20px 0;
        height: 100dvh;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        transform: translateY(100vh);
        transition: all 0.8s ease-out;
    }

        .modalSection .modalContainer .modalContent {
            height: calc(100% - 60px);
            overflow-y: scroll;
            padding: 0 20px 80px;
            width: 100%;
        }


        .modalSection .modalContainer h3 {
            margin-bottom: 25px;
            display: flex;
            align-items: center;
        }

            .modalSection .modalContainer h3 i {
                color: #AAD14E;
                margin-right: 20px;
            }

        .modalSection .modalContainer h4 {
            margin-bottom: 15px;
        }

        .modalSection .modalContainer p {
            margin-bottom: 5px;
        }

            .modalSection .modalContainer p.h3 {
                margin-bottom: 10px;
            }

        .modalSection .modalContainer .closeBtn {
            font-size: 35px;
            margin-right: 35px;
            z-index: 999;
            align-self: end;
        }

            .modalSection .modalContainer .closeBtn i {
                color: rgb(0, 0, 0);
                -webkit-text-fill-color: rgb(0,0,0);
            }

.slideUp {
    z-index: 100;
    position: relative;
}

    .slideUp .modalSection {
        animation: opacity 0.3s forwards;
    }

    .slideUp .modalContainer {
        animation: slideUp 0.6s ease-in forwards;
    }

    .slideUp.slideDown .modalSection {
        opacity: 1;
        animation: opacity2 0.3s 0.6s forwards;
    }

    .slideUp.slideDown .modalContainer {
        transform: translateY(0);
        animation: slideDown 0.6s ease-out forwards;
    }

.reviewSection .descriptionBtn {
    color: #334335 !important;
}

/*DESCRIPTION*/

.modalSection .descriptionSection, .modalSection .compositionSection, .modalSection .furnitureSection, .modalSection .characteristicSection {
    display: block;
}

.advertDetails ul.customtable li {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #D9D9D9;
}

    .advertDetails ul.customtable li > p {
        width: 50%;
    }

    .advertDetails ul.customtable li > h4.labelTable {
        font-weight: 600;
        min-width: 180px !important;
        max-width: 180px !important;
        font-size: 14px;
        text-transform: initial;
    }

.advertDetails .descriptionSection h3 {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.advertDetails h3 i {
    color: #AAD14E;
    margin-right: 20px;
}


.advertDetails h2 i {
    color: #AAD14E;
    margin-right: 20px;
}

.advertDetails .descriptionSection h4 {
    margin-bottom: 15px;
}

.advertDetails .descriptionSection p {
    margin-bottom: 5px;
}

.modalSection .modalContent > div,
.advertDetails .descriptionSection > div {
    margin-bottom: 40px;
}

.homeDetailsContainer .descriptionSection > div > div,
.compositionDescr > div,
.advertDetails .modalContent > div > div {
    margin-bottom: 30px;
}


@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes opacity2 {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}


@keyframes slideUp {
    0% {
        transform: translateY(100vh);
    }

    100% {
        transform: translateY(0vh);
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(0vh);
    }

    100% {
        transform: translateY(100vh);
    }
}


.break {
    flex-basis: 100%;
    height: 0;
}

.mobileHide {
    display: none;
}

.noScroll {
    overflow: hidden !important;
}

.btnMore {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: white;
    font-size: 10px;
    font-weight: 700;
    padding: 5px 20px;
    letter-spacing: 0.8px;
    border-radius: 2px;
    color: #5F5F5F;
    z-index: 3;
    transition: all ease 0.3s;
}

    .btnMore:hover {
        background: #334335;
        color: #Fff;
    }

.btnModalExpMap .btnMore {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    left: 50%;
    right: inherit;
    transform: translateX(-50%);
}

.swiper-pagination-mobile .swiper-pagination-bullet {
    background: white;
}

.swiper-pagination-mobile .swiper-pagination-bullet-active {
    background: #73B544;
}

.swiper-pagination-mobile {
    text-align: center;
}

/* RESERVATION */

.reservationSection {
    background: #FFFFFF;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.16);
    padding: 10px 20px 20px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}

    .reservationSection .priceDetails {
        font-size: 10px;
        font-weight: 600;
        margin-bottom: 0;
    }

        .reservationSection .priceDetails i {
            font-size: 12px;
            margin-right: 5px;
        }

    .reservationSection .price {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 0;
    }

        .reservationSection .price span {
            font-size: 16px;
        }

    .reservationSection .date {
        font-size: 9px;
        margin-bottom: 0px;
    }

    .reservationSection .priceContainer {
        cursor: pointer;
    }

    .reservationSection .periodSearch .dateFixed {
        min-height: 370px;
    }


.advertDetails .furnitureSection .description ul li,
.advertDetails .compositionSection ul li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 15px;
}

    .advertDetails .furnitureSection .description ul li::before,
    .advertDetails .compositionSection ul li::before {
        content: '\f054';
        font-family: 'Font Awesome 6 Pro';
        font-weight: 200;
        color: #AAD14E;
        position: absolute;
        left: 10px;
        top: 0;
        font-size: 16px;
    }


.advertDetails .searchEngineInnerElement.mobileCalendar {
    position: relative;
    top: inherit;
    bottom: inherit;
    width: 310px !important;
    display: block;
    box-shadow: none;
    padding: 0;
    left: inherit;
}




.advertDetails .calendarElement {
    padding: 10px 10px 10px 20px;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
}

    .advertDetails .calendarElement p {
        margin-bottom: 0px;
        font-size: 16px !important;
        margin-left: 10px !important;
    }

.advertDetails .dateContainer .flatpickr-day.custom-date:before {
    left: -10px;
}


/*PTC*/
#advertPrice #ptc {
    display: none;
}

#ptc .accordion-item {
    border: 0 !important;
    border-top: 1px solid #F0F0F0 !important;
}

#ptc .accordion-header {
    margin-bottom: 0 !important;
}

#ptc .accordion-button {
    padding: 25px 15px 25px 0 !important;
    border: 0;
    font-size: 18px;
    color: #5F5F5F;
    letter-spacing: 0.5px;
    pointer-events: none;
}

    #ptc .accordion-button::after {
        content: "\f078";
        font-family: 'Font Awesome 6 Pro';
        font-size: 20px;
        background: none;
        color: #AAD14E !important;
        margin-top: -8px;
        transform-origin: 9px 12px;
    }

    #ptc .accordion-button:not(.collapsed) {
        color: inherit;
        background-color: inherit;
        box-shadow: inherit;
    }

#ptc .accordion-body {
    padding: 0;
    padding-bottom: 25px;
    padding-right: 15px;
}

    #ptc .accordion-body p {
        margin: 0;
        margin-bottom: 2px;
    }

    #ptc .accordion-body h4 {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0;
        text-transform: inherit;
    }

#ptc .label {
    font-weight: 600;
    font-size: 14px;
}

#ptc .mainValue {
    font-weight: 700;
    color: #AAD14E !important;
}

#ptc .unitLabel {
    font-weight: 600;
    font-size: 10px;
    color: #D9D9D9;
}

.label.w-65 {
    width: 65%;
}

.unitLabel.w-35 {
    width: 35%;
}

.label.w-35 {
    width: 35%;
}

.text-end.w-20 {
    width: 20%;
}


#ptc #caution {
    padding: 0px 15px 0 20px;
    background: #F0F0F0 !important;
}

    #ptc #caution .accordion-button {
        padding-right: 0px !important;
        padding-left: 0px !important;
        background: #F0F0F0 !important;
    }

#ptc .border-top {
    border-color: #F0F0F0 !important;
    margin-top: 10px;
}

#ptc .collapse:not(.show) {
    display: block;
}

#ptc .accordion-button::after {
    content: none;
}

#ptc .accordion-body .opt {
    color: #73B544;
    font-size: 15px !important;
}

.modalContainer #ptc {
    box-shadow: none;
}

.payableOnDate {
    font-size: 12px;
    font-weight: 600;
}

/*ReadMore*/

.readMoreBtnContainer button {
    padding: 5px;
    border: 1px solid #FFF;
    color: #334335 !important;
}

    .readMoreBtnContainer button:hover {
        background-color: #eee;
    }


/* ToDoToSeeNear */
.advertDetails .toDoToSeeNearContainer {
    background: #334335;
}

.advertDetails .toDoToSeeNearContainerInner .d-flex > div {
    max-height: 280px;
}

.advertDetails .toDoToSeeNearContent > div {
    padding: 55px 20px;
}


    .advertDetails .toDoToSeeNearContent > div p,
    .advertDetails .toDoToSeeNearContent > div h3 {
        color: white;
    }

.advertDetails .toDoToSeeNearContainerInner .imageWithContent {
    max-height: unset !important;
    height: 100%;
}

.advertDetails .toDoToSeeNearContainerInner .toDoToSeeNearContent {
    max-height: unset !important;
}

.advertDetails .toDoToSeeNearContainer div > img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.advertDetails .ownerImageContainer {
    margin-bottom: 15px;
}


.advertDetails .ownerImg {
    border-radius: 4px;
    max-width: 60px;
    height: auto;
}

.advertDetails .logoARContainer {
    border: 2px solid #AAD14E;
    border-radius: 4px;
    margin-bottom: 15px;
}

.advertDetails .advertDetailsDates label {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.advertDetails .advertDetailsDates p {
    margin-bottom: 5px;
    font-size: 10px;
}

.advertDetails .advertDetailsDates .input-group {
    margin-bottom: 5px;
    font-size: 10px;
    border: 1px solid #F0F0F0;
    border-radius: 2px;
}

.advertDetails .advertDetailsDates input,
.advertDetails .advertDetailsDates span {
    border: none;
    background: #fff;
}

    .advertDetails .advertDetailsDates span i {
        color: #AAD14E;
    }

.preFooter .rating {
    margin-bottom: 9px !important;
}

.rating {
    position: relative;
    height: 30px;
    width: 30px;
}

    .rating svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
    }

    .rating .ratingValue {
        color: white;
        font-size: 12px;
        font-weight: 700;
        position: relative;
        z-index: 2;
        text-align: center;
        padding-top: 3px;
    }

.thumbnail .imgContainer, .thumbContainer {
    margin-bottom: auto;
}

    .thumbnail .imgContainer, .thumbContainer .imgContainer {
        position: relative;
        min-height: 237px;
        max-height: 235px;
    }

        .thumbnail .imgContainer .img-fluid, .thumbContainer .imgContainer .img-fluid {
            height: 100%;
        }

.thumbnail .rating {
    position: absolute;
    left: 15px;
    bottom: 10px;
}


#fullscreenModal .swiper-slide .bigPicture, #fullscreenModal .embla__slide .bigPicture {
    display: flex;
    max-width: 1375px;
    margin: 0 auto;
    cursor: pointer;
    align-items: center;
    height: inherit;
}

.advertDetails iframe {
    height: 250px;
}

.advertDetails .col-12.videoContainer {
    margin: 0 !important;
    margin-top: 120px !important;
}

@media only screen and (orientation: landscape) {
    .advertDetails iframe {
        height: 300px;
    }

    .advertDetails .col-12.videoContainer {
        margin: 0 !important;
        margin-top: 80px !important;
    }
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide, .embla__slide {
    background-size: cover;
    background-position: center;
}

.swiper-container, .embla {
    height: 80vh;
    width: 100%;
}

    .swiper-container .img-fluid, .embla .img-fluid {
        max-width: 1375px;
        margin: 0 auto;
        height: fit-content;
        max-height: 100%;
        width: auto;
    }

.img-fluid.embla__lazy-load__img::selection {
    background: none;
}

.swiper-pagination {
    position: relative;
    margin-bottom: 0 !important;
    margin-top: 0;
}

    .swiper-pagination .swiper-pagination-bullet {
        background-color: white;
    }

    .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #AAD14E;
    }

.myMiniSwiper {
    height: 20vh;
    box-sizing: border-box;
    padding: 10px 0;
}

    .myMiniSwiper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
    }

    .myMiniSwiper .swiper-slide-thumb-active {
        opacity: 1;
    }

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.swiper-container-advert .swiper-wrapper {
    max-height: calc(100vw * 917 / 1375);
    height: calc(100vw * 917 / 1375);
}

.swiper-container-advert .swiper-slide img {
    max-width: inherit;
}

.priceContent .promo,
#ptc .promo {
    padding: 5px 10px;
    margin-left: -10px;
    margin-right: -10px;
    border: 2px solid #E1636E;
    border-radius: 3px;
    margin-bottom: 5px;
}

    #ptc .promo p {
        margin-bottom: 0;
    }

    .priceContent .promo .value,
    #ptc .promo .value {
        font-weight: 600;
        color: #E1636E !important;
    }




/*EXPERIENCES*/

.experiencesMap {
    margin: 0 -20px !important;
    width: calc(100% + 40px) !important;
}

#expMap {
    height: calc(100vh - 220px) !important;
}

.experienceDetail {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;

    /*width: 100%;*/
    min-height: 180px;
    background: #fff;
    padding: 20px !important;
    box-shadow: -10px 0 20px 0 rgba(0,0,0,0.2);
}

    .experienceDetail .expCategory {
        text-transform: uppercase;
        color: #D9D9D9;
        font-weight: 600;
        margin-top: 5px;
    }

    .experienceDetail .imgContainer img {
        object-position: center center;
    }


.infomercial .experienceDetail {
    position: relative;
    bottom: inherit;
    left: inherit;
    z-index: 10;
    min-height: 180px;
    background: #fff;
    padding: 20px !important;
    box-shadow: -10px 0 20px 0 rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
}


.noReview {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border: 1px solid #AAD14E;
    border-radius: 5px;
    width: 100%;
    max-width: 450px;
}

    .noReview i {
        font-size: 29px;
        color: #73B544;
    }

    .noReview p {
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 0;
    }


.compositionSection {
    width: calc(100% - 40px);
    margin: 0 20px 0px;
}

    .compositionSection .compositionView {
        margin-bottom: 30px;
        max-height: 350px;
    }

    .compositionSection .compositionView iframe {
        max-height: 350px;
    }


.descriptionSection, .compositionSection, .furnitureSection, .characteristicSection {
    margin-bottom: 50px;
}

.furnitureSection .description {
    margin-bottom: 45px;

}


/* RESPONSIVE */
@media screen and (max-width: 576px) {
    .swiper-container .img-fluid {
        max-width: none;
        margin: 0 auto;
        height: fit-content;
        max-height: 100%;
        width: 100%;
    }

    .swiper-slide img {
        display: block;
        width: none;
        height: none;
        object-fit: none;
        max-width: 90%;
    }

    .modalSection .modalContainer {
        margin-top: 0;
    }

    .embla .embla__dot {
        width: 16px;
        height: 24px;
        display: none;
    }

    .reservationSection .mobileCalendar .close i {
        font-size: 25px;
    }
}

@media screen and (min-width: 550px) {
}


@media screen and (min-width: 768px) {
    .homeDetailsContainer {
        width: 600px;
        margin: 100px auto 0;
    }

    .reservationSection {
        width: 600px;
        left: 50%;
        transform: translateX(-50%);
    }

    .homeDetailsHeader .likeBtn {
        display: none;
    }

    .homeDetailsHeader {
        margin-top: -100px;
    }

    .homeDetailsContainer .homeDetailsContainerInner {
        margin: 0 0px 100px;
        position: relative;
        z-index: 2;
    }

    .starsSection {
        padding: 0;
        border: none;
        width: 10%;
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .titleSection {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
    }

        .titleSection .titleContainer {
            order: 0;
            width: 100%;
        }

    .iconsSection {
        padding: 0;
        border: none;
        width: 90%;
        min-height: 100px;
    }

        .iconsSection .descriptionBtn {
            display: none;
        }

    .break {
        flex-basis: inherit;
        height: inherit;
        display: none;
    }

    .iconsSection .iconsContainer {
        justify-content: flex-start;
    }

        .iconsSection .iconsContainer > p {
            margin-right: 30px;
        }

        .iconsSection .iconsContainer > div {
            margin-right: 30px;
        }

    .descriptionSection, .compositionSection, .furnitureSection, .characteristicSection {
        display: block;
    }

    .descriptionSection {
        margin-top: 50px;
    }

    .advertDetails h1 {
        margin-top: 30px;
        text-align: left;
        padding: 0px;
        margin-bottom: 20px;
        border-bottom: none;
    }

    .homeDetailsContainer h2.houseName {
        display: none;
    }


    .compositionSection {
        width: 600px;
        margin: 0px auto;
    }

        .compositionSection .compositionView {
            margin-bottom: 30px;
        }

    .furnitureSection > div {
        margin-bottom: 30px;
    }

    .furnitureSection, .furnitureSection > div {
        margin-bottom: 50px;
    }


    .tagsContainer.tagsContainerMobile {
        display: none;
    }

    .tagsContainer.tagsContainerDesktop {
        display: flex;
        width: fit-content;
        margin-top: 0;
    }

    .tagsContainer .tag,
    .thumbnailTagsContainer .tag {
        padding: 8px 15px 7px;
        font-size: 12px;
    }

    .homeDetailsContainer .imgContainer .imgEl:nth-child(2) {
        padding-right: 3px;
        height: 375px;
    }

    .swiper-container-advert .swiper-wrapper {
        max-height: 400px;
        height: 400px;
    }

    .secondaryContainer .icon {
        margin: 15px 0;
        min-width: inherit !important;
    }

    .iconsSection .iconsContainer.secondaryContainer {
        justify-content: flex-start !important;
    }

    #advertPrice #ptc {
        display: block;
    }

    #ptc {
        background: white;
        padding: 20px;
        border-radius: 2px;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.16);
    }

        #ptc .unitLabel {
            margin-bottom: calc(1rem + 2px);
        }

        #ptc .collapse:not(.show) {
            display: none;
        }

        #ptc .accordion-button::after {
            content: "\f078";
        }

        #ptc .accordion-button {
            pointer-events: inherit !important;
        }


    .homeDetailsContainer {
        min-height: 500px;
    }

    .homeDetailsContainerInner {
        margin: 0 20px 100px;
    }




    .desktop .experienceDetail {
        position: relative;
        bottom: inherit;
        left: inherit;
        z-index: 10;
        min-height: 180px;
        height: 500px !important;
        background: #fff;
        box-shadow: -10px 0 20px 0 rgba(0,0,0,0.2);
        display: flex;
        flex-direction: column;
    }

        .desktop .experienceDetail .imgContainer {
            max-height: 230px !important;
        }


    .compositionSection .compositionView,
    .compositionSection .compositionView iframe
    {
        max-height: inherit !important;
    }
}


@media screen and (min-width: 992px) {
    .advertDetails h2.houseName {
        width: fit-content;
        margin-right: 10px;
    }

    .advertDetails iframe {
        width: 100%;
        min-height: 800px;
    }

    .homeDetailsContainer {
        width: 850px;
    }

    .reservationSection {
        width: 850px;
        left: 50%;
        transform: translateX(-50%);
    }

    .compositionSection {
        width: 100%;
        margin: 0px;
    }

        .compositionSection .compositionView {
            margin-bottom: 0px;
        }

    .compositionSection {
        display: flex;
        flex-wrap: wrap;
        height: 620px;
        flex-direction: column;
        background: white;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, .16);
    }

        .compositionSection .compositionTitle {
            order: 1;
            width: 40%;
            padding: 60px 60px 0;
        }

        .compositionSection .compositionView {
            width: 60%;
            order: 0;
            height: 620px;
        }

        .compositionSection .compositionDescr {
            order: 2;
            padding: 0px 60px 0px;
            width: 40%;
            height: calc(100% - 170px);
            overflow-y: scroll;
        }

            .compositionSection .compositionTitle.big,
            .compositionSection .compositionDescr.big {
                width: 60% !important;
                margin: 0 auto;
            }


    .compositionDescr:after {
        content: "";
        width: 100%;
        display: block;
        height: 20px;
        background: linear-gradient(0deg, white, transparent);
        position: sticky;
        bottom: 0;
        left: 0;
    }


    .advertDetails h1 {
        font-size: 24px;
    }

    .advertDetails h2 {
        font-size: 38px;
        font-weight: 700;
        text-align: left;
    }


    .advertDetails h3 {
        font-size: 26px;
        font-weight: 600;
    }

        .advertDetails h3 i {
            color: #AAD14E;
            font-size: 26px;
        }

    .advertDetails h2 i {
        color: #AAD14E;
        font-size: 26px;
    }

    .furnitureSection, .characteristicSection {
        margin-bottom: 100px;
    }


    .homeDetailsContainer .imgContainer .imgList {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        overflow: hidden;
        max-height: 520px;
        justify-content: space-between;
    }

    .homeDetailsContainer .imgContainer .imgEl {
        /*display: none;*/
    }


        .homeDetailsContainer .imgContainer .imgEl:nth-child(2),
        .homeDetailsContainer .imgContainer .imgEl:nth-child(3),
        .homeDetailsContainer .imgContainer .imgEl:nth-child(4) {
            display: block;
        }

        .homeDetailsContainer .imgContainer .imgEl:nth-child(2) {
            padding-right: 3px;
            height: 375px;
        }

        .homeDetailsContainer .imgContainer .imgEl:nth-child(3) {
            padding-left: 14px;
            padding-bottom: 0;
            height: 180px;
            margin-bottom: 15px;
            position: relative;
        }

        .homeDetailsContainer .imgContainer .imgEl:nth-child(4) {
            padding-left: 14px;
            height: 180px;
            position: relative;
        }

            .homeDetailsContainer .imgContainer .imgEl:nth-child(3) img,
            .homeDetailsContainer .imgContainer .imgEl:nth-child(4) img {
                height: 180px;
                width: auto;
                margin: 0 auto;
                display: block;
                position: relative;
                z-index: 2;
            }

    .advertDetails .toDoToSeeNearContent > div {
        padding: 30px 25px;
        background: white;
    }

        .advertDetails .toDoToSeeNearContent > div p,
        .advertDetails .toDoToSeeNearContent > div h3 {
            color: inherit;
        }

    .advertDetails .toDoToSeeNearContainer {
        padding: 15px 0;
    }

        .advertDetails .toDoToSeeNearContainer .homeDetailsContainer {
            margin-top: 0;
        }

    .advertDetails .toDoToSeeNearContent {
        max-height: inherit !important;
        min-height: 280px !important;
    }

    .advertDetails .toDoToSeeNearContainerInner .tallImg {
        max-height: unset !important;
    }


    #ptc .promo {
        margin-bottom: 16px;
    }

    .calendarSection {
        height: 680px;
    }

        .calendarSection
        .dayContainer:last-child, .periodSearch
        .dayContainer:last-child {
            border-left: 1px solid #bfbfbf;
        }


        .calendarSection
        .dayContainer {
            max-width: 50%;
        }

        .calendarSection .dateContainer .flatpickr-day, .dateContainer .flatpickr-day {
            width: calc(100% / 7) !important;
            max-width: none !important;
            margin-top: 2px;
            margin-bottom: 2px;
        }

        .calendarSection .flatpickr-weekdays .flatpickr-weekdaycontainer,
        .advertDetails .flatpickr-weekdays .flatpickr-weekdaycontainer {
            padding: 0 25px;
        }

    .advertDetails .dateContainer .flatpickr-calendar .flatpickr-days .dayContainer {
        padding: 25px;
    }

        .calendarSection .dateContainer .flatpickr-calendar .flatpickr-days .dayContainer {
            padding: 25px;
        }

        

        .calendarSection .periodSearch .dateFixed {
            min-height: 390px;
        }
}

.priceContent .unitLabel {
    font-size: 13px;
}

    .priceContent .unitLabel.woSpace {
        display: flex;
    }

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .calendarSection {
        height: unset;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    #ptc .accordion-button {
        font-size: 16px;
    }
}

    @media screen and (min-width: 1200px) {
        .homeDetailsContainer {
            width: 1120px;
        }

        .reservationSection {
            width: 1120px;
        }

        .homeDetailsContainer .imgContainer .imgEl:nth-child(2) {
            padding-right: 3px;
            height: 500px;
        }

        .homeDetailsContainer .imgContainer .imgEl:nth-child(3) {
            padding-left: 14px;
            padding-bottom: 0;
            height: 240px;
            margin-bottom: 15px;
        }

        .homeDetailsContainer .imgContainer .imgEl:nth-child(4) {
            padding-left: 14px;
            height: 240px;
        }

            .homeDetailsContainer .imgContainer .imgEl:nth-child(3) img,
            .homeDetailsContainer .imgContainer .imgEl:nth-child(4) img {
                height: 240px;
                width: auto;
            }
    }

    @media screen and (max-width: 990px) {
        .toDoToSeeNearContent h2, .toDoToSeeNearContent span p {
            color: white !important;
        }
    }

    @media screen and (max-width: 1375px) {
        .swiper-container-mobile,
        .swiper-container-advert {
            overflow-x: hidden;
        }

        .swiper-container-advert {
            position: relative;
            overflow-x: hidden;
        }

        .swiper-container-mobile .img-fluid {
            max-height: calc(95vw * 917 / 1375) !important;
            margin: 0 auto;
            width: auto;
        }

        .swiper-container-mobile .swiper-wrapper {
            align-items: center;
        }

        .swiper-container-mobile .swiper-slide {
            display: flex;
            align-items: center;
        }
    }

    @media only screen and (min-device-width: 480px) and (max-device-width: 1200px) and (orientation: landscape) {
        .swiper-container-mobile .img-fluid {
            max-height: calc(90vh - 55px) !important;
        }

        .swiper-pagination-mobile {
            background-color: #333333;
            padding: 10px;
        }

        .close-modal {
            top: 0px !important;
            right: 40px !important;
        }

        .swiper-button-next, .swiper-button-prev {
            top: 45% !important;
        }
    }
 
    .grid {
        max-width: 100%;
    }

        .grid:nth-child(1) {
            margin-top: 90px;
        }

        .grid:after {
            content: '';
            display: block;
            clear: both;
        }

    /* Styles pour les éléments de la grille */
    .grid-sizer,
    .grid-item {
        width: 100%;
        min-width: 326px;
        float: left;
        border-radius: 2px;
        box-sizing: border-box;
        overflow: hidden;
        padding: 15px;
        margin-top: 25px;
    }

        .grid-item img {
            display: block;
            width: 100%;
            height: auto;
            object-fit: cover; 
        }

    .mediaContentContainer .grid-item {
        padding: 0px;
        min-width: 100%;
    }

        .mediaContentContainer .grid-item img {
            display: block;
            width: auto;
            height: auto;
            object-fit: inherit;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }
.mediaContentContainer .grid-item img::selection{
    background: none;
}


.mediaContentContainer {
    text-align: center;
}

    .fullscreen-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        margin: 0 !important;
    }

    .close-modal {
        position: absolute;
        top: 20px;
        right: 50px;
        font-size: 30px;
        color: white;
        border: white;
        padding: 10px 15px;
        cursor: pointer;
        border-radius: 50%;
        transition: background 0.3s ease;
        z-index: 10000;
        width: 20px;
    }

        .close-modal:hover {
        }

    /* Style pour le conteneur du slider */
    .swiper-container {
        width: 100%;
        height: 80vh;
        margin-bottom: 25px;
    }

    .swiper-wrapper {
        display: flex;
    }

    .swiper-container img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .thumbnail .swiper-button {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Style pour les flèches de navigation */
    .swiper-button-next, .swiper-button-prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        z-index: 10;
        cursor: pointer;
        text-align: center;
        color: black;
        transition: all ease 0.6s;
    }

        .swiper-button-next:hover, .swiper-button-prev:hover {
            background-color: black;
            color: white;
        }

    .swiper-button-next {
        right: 10px;
    }

    .swiper-button-prev {
        left: 10px;
    }

    /*MiniSwiper to display some beautiful little pics*/

    .myMiniSwiper {
        height: 10vh;
        box-sizing: border-box;
        padding: 10px 0;
    }

        .myMiniSwiper .swiper-slide {
            width: 10%;
            height: 100%;
            opacity: 0.4;
        }

        .myMiniSwiper .swiper-slide-thumb-active {
            opacity: 1;
        }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .smallPicture {
        cursor: pointer;
    }





    @media screen and (min-width: 550px) {
        .mediaContentContainer .grid-item {
            /*   padding: 15px;*/
        }

            .mediaContentContainer .grid-item img {
                height: 265px;
            }


        .mediaContentContainer .grid-item {
            padding: 0 26px;
        }
    }


    @media screen and (min-width: 768px) {


        .mediaContentContainer .grid-item img {
            height: 398px;
        }
    }



    @media screen and (min-width: 1024px) {
        .mediaContentContainer .grid-item img {
            height: 531px;
        }

        .calendarSidebar {
            position: absolute;
            width: 32%;
            right: 0;
            top: 296px;
        }

        .desktopMap #expMap {
            height: 300px !important;
        }

        .desktopMap .active {
            display: flex;
            justify-content: space-between;
        }
    }

    @media screen and (min-width: 1200px) {
        .mediaContentContainer .grid-item img {
            height: 712px;
        }
    }

    @media screen and (orientation:landscape) and (max-width: 850px) {
        .modalContainer {
            margin-top: 0px !important;
        }

        .embla img {
            height: 100% !important;
            width: auto !important;
        }
    }

    [x-cloak] {
        display: none !important;
    }


    .calendarLayout {
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 2rem;
        align-items: start;
    }

    .calendarMainContent {
        order: 1;
    }

    .calendarSidebar {
        order: 2;
    }

    @media screen and (max-width: 768px) {

        .calendarLayout {
            grid-template-columns: none !important;
            align-items: start;
        }
    }


    /*Effet schimmer*/
    .shimmer {
        background: linear-gradient( to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100% );
        background-size: 200% 100%;
        animation: shimmerMove 1.5s infinite linear;
    }

    @keyframes shimmerMove {
        0% {
            background-position: -200% 0;
        }

        100% {
            background-position: 200% 0;
        }
    }

    [x-cloak] {
        display: none !important;
    }
    /*Calendar Button*/

    .close, .clear {
        padding: 5px 10px !important;
        border-bottom: 1px solid;
        background-color: white !important;
    }

    .clear {
        border: 1px solid #E1636E;
        background-color: white !important;
        color: #E1636E !important;
    }

        .clear:hover {
            border: 1px solid #E1636E !important;
            background-color: #E1636E !important;
            color: white !important;
        }

    .periodSearch .close {
        margin-left: auto;
    }

    .calendarSection .close {
        display: none !important;
    }