.container {
    padding-top: 0 !important;    
}

.container .content-description {
    display: flex;
    gap: 1rem;
    padding: 60px 40px;
}

.content-description div {
    flex: 1;
}

.content-description div:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-description h2 {
    text-transform: uppercase;
    font-size: 2.7em;
    font-weight: 300;
    line-height: 46px;
    margin: 0 0 32px;
}

.content-description h2 span {
    color: #4E5760;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 107%; /* 21.4px */
    text-transform: uppercase;
    letter-spacing: normal;
}

.avis {
    margin-bottom: 20px;
    display: flex;
    column-gap: .5rem;
    align-items: center;
}

.avis .stars {
    display: flex;
    flex-direction: row !important;
    justify-content: flex-start !important;
    flex: none;
}

.avis i {
    color: #FFB82E;
    font-size: 20px;
    display: flex;
    column-gap: .5rem;
    align-items: center;
}

.avis span {
    color: #0E1012;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%; /* 27px */
    letter-spacing: normal;
}

.avis a {
    color: #1774FF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%; /* 21.6px */
    text-decoration: underline !important;
}

.contactAdresse {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.contactAdresse a {
    width: fit-content;
}

.contactAdresse a i {
    color: #1774FF;
    text-align: center;
    font-size: 26.667px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-right: 15px;
    width: 26.667px;
}

.contactAdresse a span {
    color: #1774FF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 32.4px */
    text-decoration: underline !important;
}

.content-description p {
    color: var(--main-color);
    text-align: center;
}

.container-liste-box {
    display: flex;
    gap: 60px;
    padding: 60px 120px;
    background: #F8FCFF;
}

.container-liste-box .infoCentre {
    padding: 40px;
    border: 1px solid #CCD3DA;
    background: #FFF;
    height: fit-content;
}

.container-liste-box .infoCentre h2 {
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: 115%;
    font-size: 34px;
}

.container-liste-box .infoCentre h2 span {
    color: #4E5760;
    font-size: 20px;
    font-weight: 500;
    line-height: 107%; /* 21.4px */
}

.container-liste-box .infoCentre {
    width: 30%;
}

.infoCentre hr {
    background: #CCD3DA;
}

.horaires .title {
    color: #4E5760;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 107%; /* 21.4px */
    text-transform: uppercase;
    margin-bottom: 16px;
}

.horaires .itemHoraires {
    display: flex;
    margin-bottom: 16px;
}

.horaires .itemHoraires .itemTitle {
    width: 40%;
    color: #0E1012;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 18px */
}

.horaires .itemHoraires .itemValue {
    width: 60%;
    color: #4E5760;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 18px */
}

.liste-box {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    width: 70%;
    height: fit-content;
}

.liste-box .content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    border: 1px solid #CCD3DA;
    border-radius: 10px;
    height: auto;
    position: relative;
    width: auto;
    background: #fff;
}

.liste-box .content-box .title-box {
    text-align: center;
}

.liste-box .content-box .title-box .title-box1 {
    color: #0E1012;
    text-align: center;
    font-feature-settings: 'calt' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 107%; /* 25.68px */
}

.liste-box .content-box .title-box .title-box2 {
    color: #4E5760;
    text-align: center;
    font-feature-settings: 'calt' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 107%; /* 17.12px */
}

.sectionPrix {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

.sectionPrix .libelle {
    color: #4E5760;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 18px */
    width: 40%;
}

.sectionPrix .textValue {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 60%;
    justify-content: end;
}

.sectionPrix .textValue .valueNumber {
    color: #1774FF;
    font-feature-settings: 'calt' off;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 107%; /* 38.52px */
}

.sectionPrix .textValue .valueUnit {
    color: #9CA4AB;
    font-feature-settings: 'calt' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 12px */
}

.image-double, 
.image-simple,
.image-garage {
    max-width: 57%;
}

.reserver {
    width: 100%;
    justify-content: center;
}

.separatorRdcEtage {
    background: #CCD3DA;
    width: 100%;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.btn-yellow {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.btn-yellow i {
    transition: 0.4s all;
}

.btn-yellow.devis {
    margin-top: 32px;
    width: fit-content;
}

/* .btn-yellow:hover i {
    transform: translateX(5px);
} */

.bulleEtage,
.bulleRdc,
.bullebox {
    width: 110px;
    height: 110px;
    background-color: var(--main-color);
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.bulleEtage,
.bulleRdc,
.bulle {
    position: absolute;
}

.bulleEtage {
    top: 60px;
    right: 40px;
}

.bulleRdc {
    bottom: 80px;
    right: 40px;
}

.bullebox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content-description .img-agence {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dedcription-btn {
    width: 100%;
    position: relative;
    display: inline-block;
    border-radius: 30px;
    background-color: #fcfcfc;
    color: #ffa000;
    text-align: center;
    font-size: 18px;
    padding: 9px 0;
    transition: all 0.3s;
    padding-right: 40px;
    margin: 20px 5px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06);
}

.dedcription-btn .btn-icon {
    background-color: var(--main-color);
    width: 92px;
    height: 45px;
    float: right;
    position: absolute;
    border-radius: 30px 30px 30px 0;
    right: 0px;
    top: 0px;
    transition: all 0.3s;
}

.name-descripeion {
    position: relative;
    z-index: 1;
}

.btn-icon::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 45px solid #fcfcfc;
    border-right: 40px solid transparent;
    position: absolute;
    top: 0px;
    left: 0px;
}

.dedcription-btn:hover .btn-icon {
    width: 100%;
    border-radius: 30px;
}

.dedcription-btn:hover .btn-icon::after {
    display: none;
    opacity: 0.1;
}

.btn-icon i {
    position: absolute;
    right: 25px;
    top: 15px;
    color: #fff;
}

.dedcription-btn:hover {
    color: #fff !important;
    text-decoration: none;
}

.heart {
    background-color: #ff586b !important;
}

.book {
    background-color: #00b7c4 !important;
}

.brain {
    background-color: #8bc34a !important;
}

.hover-box {
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
}


.p-relative {
    position: relative;
}

.slider-container {
    z-index: 1;
    overflow: hidden;
    width: 100%;
    direction: ltr;
    background-color: transparent;
    height: auto;
}

.content-description>div:first-child {
    z-index: 2;
    position: relative;
}

/* GO TO NEXT SLIDE */
.slide-next-enter-active,
.slide-next-leave-active {
    transition: transform 0.5s ease-in-out;
}

.slide-next-enter {
    transform: translate(100%);
}

.slide-next-leave-to {
    transform: translate(-100%);
}

/* GO TO PREVIOUS SLIDE */
.slide-prev-enter-active,
.slide-prev-leave-active {
    transition: transform 0.5s ease-in-out;
}

.slide-prev-enter {
    transform: translate(-100%);
}

.slide-prev-leave-to {
    transform: translate(100%);
}

.slide {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-image {
    height: 300px;
    object-fit: cover;
}

.btn {
    z-index: 3;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1%;
    transition: transform 0.3s ease-in-out 0s;
    user-select: none;
    color: rgb(23, 116, 255);
    font-size: 50px;
}

#slider .btn:hover {
    color: var(--secondary);
}

.btn-next {
    left: auto;
    right: 1%;
}



@media screen and (max-width: 992px) {

    .liste-box,
    .container .content-description {
        flex-direction: column;
        align-items: center;
        padding: 1rem;
    }

    .bulleEtage {
        top: 20px;
        right: 190px;
    }

    .bulleRdc {
        bottom: 60px;
        right: 190px;
    }

    .liste-box .content-box {
        gap: 1rem;
    }

    .container .content-description {
        flex-direction: column;
    }

    .content-box {
        width: 100%;
    }

    .slide {
        position: inherit;
        top: unset;
        left: unset;
    }

    .container-liste-box {
        padding: 1rem;
        flex-direction: column;
    }

    .container-liste-box .infoCentre {
        width: 100%;
        padding: 1rem;
    }

    .container-liste-box .liste-box {
        width: 100%;
    }

    .liste-box .content-box {
        height: fit-content;
    }
}

@media screen and (max-width: 768px) {
    .bulleEtage {
        top: 20px;
        right: 150px;
    }

    .bulleRdc {
        bottom: 70px;
        right: 150px;
    }
}

@media screen and (max-width: 600px) {
    .bulleEtage {
        top: 20px;
        right: 0px;
    }

    .bulleRdc {
        bottom: 70px;
        right: 0px;
    }
}