:root {
    --guide-color-primary-dark: #052535;
    --guide-color-primary: #66a9cb;
    --guide-color-accent-light: #139de3;
    --guide-color-secondary-dark: #004a70;
    --guide-color-secondary: #003149;
    --guide-color-highlight: #65cbff;
    --guide-color-tertiary: #307ca3;
    --guide-text-color: #3e3e3e;
}

/**
* Général
*/
html, body {
    margin: 0;
    padding: 0;
    height: 100%; /* Assurez-vous que le html et le body prennent toute la hauteur */
}

#app, vue-app {
    display: flex;
    flex-direction: column; /* Si nécessaire */
    height: 100%; /* Prend toute la hauteur disponible */
}

main {
    margin-bottom: 70px;
}

.container-bloc {
    padding-bottom: 50px!important;
}

.no-shadow {
    box-shadow: none;
}

.h2-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.h2-title.primary-dark {
    color: var(--guide-color-primary-dark);
}

.h2-title.primary {
    color: var(--guide-color-primary);
}

.h2-title.accent-light {
    color: var(--guide-color-accent-light);
}

.h2-title.secondary-dark {
    color: var(--guide-color-secondary-dark);
}

.h2-title.secondary {
    color: var(--guide-color-secondary);
}

.h2-title.highlight {
    color: var(--guide-color-highlight);
}

.h2-title.tertiary {
    color: var(--guide-color-tertiary);
}

.h3-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
}

.h3-title.primary-dark {
    color: var(--guide-color-primary-dark);
}

.h3-title.primary {
    color: var(--guide-color-primary);
}

.h3-title.accent-light {
    color: var(--guide-color-accent-light);
}

.h3-title.secondary-dark {
    color: var(--guide-color-secondary-dark);
}

.h3-title.secondary {
    color: var(--guide-color-secondary);
}

.h3-title.highlight {
    color: var(--guide-color-highlight);
}

.h3-title.tertiary {
    color: var(--guide-color-tertiary);
}


/**
* Bouton
*/
.btn-google-maps {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 256px;
    height: 50px;
    background: #F5F5F5;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}

.btn-google-maps svg {
    height: 24px;
}

.guide-btn-primary-dark {
    width: 100%;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 12px;
    background: var(--guide-color-primary-dark);
    border: 0;
    border-radius: 20px;
    color: #FFFFFF;
}

/**
* Listes
*/
.list-container {
    padding-left: 15px;
    padding-right: 15px;
}

.list-container a {
    text-decoration: none;
}

.list-container .list-group.list-border-top {
    border-top: 1px solid #EEEEEE;
}

.list-container .list-group .list-group-item {
    padding-right: 0;
    padding-left: 0;
    border-color: #EEEEEE;
}

.list-container .list-group-flush > .list-group-item:last-child {
    border-bottom-width: 1px !important;
}

.list-container .list-group .list-group-item .list-item-container {
    position: relative;
    display: flex;
    align-items: center;
}

.list-container .list-group .list-group-item .list-item-svg {
    width: 23px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 24px;
}

.list-container .list-group .list-group-item .list-item-svg svg {
    width: 23px;
    height: auto;
}

.list-container .list-group .list-group-item .list-item-content {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #052535;
}

.list-container .list-group .list-group-item .list-item-chevron {
    width: 6px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
}

.list-container .list-group .list-group-item .list-item-chevron svg {
    width: 6px;
    height: auto;
}

@media screen and (max-width: 991px) {
    .list-container {
        width: 100%;
        max-width: 100%;
    }

    .list-container .list-group.list-border-top {
        border-top: 0;
    }
}

@media screen and (max-width: 576px) {
    .list-container {
        padding-right: 0;
        padding-left: 0;
    }

    .list-container .list-group {
        margin-right: -15px;
        margin-left: -15px;
    }

    .list-container .list-group .list-group-item {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/**
* Header
*/
header {
    box-shadow: 0 5px 11px #00000012;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;

}

.back-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.back-button:focus {
    outline: none;
}

.back-button svg {
    width: 11px;
}

.language-select-container {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}

.language-select-container::after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12.748" height="7.289" viewBox="0 0 12.748 7.289"><path d="M16.338,12.573l-4.824,4.82a.907.907,0,0,0,0,1.287.919.919,0,0,0,1.29,0l5.465-5.462a.909.909,0,0,0,.027-1.256l-5.488-5.5a.911.911,0,0,0-1.29,1.287Z" transform="translate(18.944 -11.246) rotate(90)" fill="%23052535"/></svg>');
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-60%);
    pointer-events: none;
    width: 18px;
}

.language-select {
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: var(--guide-color-primary-dark);
    background-color: #FFF;
    border: 0;
    appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    padding-right: 22px;
}

.language-select-home {
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: var(--guide-color-primary-dark);
    background-color: #FFF;
    border: 0;
    appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 2px 18px 2px 10px;
    border-radius: 10px;
    position: relative;
}

.language-select:focus {
    outline: none;
}

.header-banner {
    width: 100%;
    min-height: 100px;
}

.header-banner.primary-dark {
    background-color: var(--guide-color-primary-dark);
}

.header-banner.primary {
    background-color: var(--guide-color-primary);
}

.header-banner.accent-light {
    background-color: var(--guide-color-accent-light);
}

.header-banner.secondary-dark {
    background-color: var(--guide-color-secondary-dark);
}

.header-banner.secondary {
    background-color: var(--guide-color-secondary);
}

.header-banner.highlight {
    background-color: var(--guide-color-highlight);
}

.header-banner.tertiary {
    background-color: var(--guide-color-tertiary);
}

.header-banner .header-content {
    height: 100%;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:20px;
}

.header-banner .header-content .h1-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #FFF;
    margin: 0;
    padding: 0;
}

.header-banner .header-content .header-svg {
    max-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .header-banner {
        margin-bottom: 0;
    }

    .header-banner .header-content .h1-title {
        font-size: 25px;
        line-height: 30px;
    }
}

/**
* Home
*/
.header-home {
    position: relative;
    width: 100%;
    min-height: 384px;
    background-image: url("./images/banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header-home .header-content {
    position: relative;
}

.header-home .language-select-container {
    padding: 4px 8px;
    background: #FFFFFF;
    border-radius: 10px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.header-home .language-select-container::after {
    right: 8px;
}

.homepage {
    margin-top: -245px;
    background: #FFFFFF;
    position: relative;
    border-radius: 40px 40px 0 0;
}

.homepage.container {
    padding-right: 0;
    padding-left: 0;
}

.homepage .home-title {
    padding: 50px 30px 40px 30px;
    font-family: "Poppins", sans-serif;
    color: var(--guide-color-primary-dark);
    text-align: center;
    border-bottom: 1px solid #EEEEEE;
}

.homepage .home-title p {
    font-weight: 500;
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 0;
}

.homepage .home-title h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    margin: 0;
}

.homepage .home-content {
    padding-right: 70px;
    padding-left: 70px;
}

.homepage .user-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}

.homepage .user-wrapper .user-picture {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    overflow: hidden;
}

.homepage .user-wrapper .user-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homepage .user-wrapper .user-profil {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: var(--guide-text-color);
}

.homepage .user-wrapper .user-profil p {
    margin-bottom: 0;
}

.homepage .time-wrapper.time-border {
    position: relative;
}

.homepage .time-wrapper.time-border::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 47px;
    background: #D1D5DB;
    transform: translateY(-50%);
}

.homepage .time-wrapper .time-title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    color: #000000;
    text-transform: uppercase;
}

.homepage .time-wrapper .time-date {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: var(--guide-text-color);
}

.homepage .time-wrapper.right .time-title,
.homepage .time-wrapper.right .time-date {
    text-align: right;
}

.homepage .time-wrapper p {
    margin-bottom: 0;
}

.homepage .weather-wrapper {
    max-width: 221px;
    margin: 0 15px 0 auto;
    background: #f9f9f9;
    border-radius: 21px;
    padding: 20px;
}

.homepage .weather-wrapper .weather-info .weather-city {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-transform: uppercase;
}

.homepage .weather-wrapper .weather-info .weather-temperature {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    color: #000000;
}

.homepage .weather-wrapper .weather-info p {
margin-bottom: 0;
}

.wrapper-video {
    position: relative;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.video-wrapper {
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
}

.wrapper-video::after  {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: #0000005E;
    z-index: 5;*/
}
.wrapper-videor iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.wrapper-video video {
    width: 90%;
    aspect-ratio: 62 / 37;
    object-fit: cover;
    border-radius: 30px;
    display: block;
    margin: 0 auto;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.wrapper-video img  {
    width: 100%;
    aspect-ratio: 62 / 37;
    object-fit: cover;
    border-radius: 30px;
}

.wrapper-video .player-btn-container  {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}


.homepage .home-blocs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-left: 15px;
    margin-right: 15px;
}

.homepage .home-blocs .home-bloc.large {
    grid-column: span 2 !important;
}

.homepage .home-blocs .home-bloc {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 170px;
    padding: 19px 22px;
    border-radius: 30px;
}

.homepage .home-blocs .home-bloc.primary-dark {
    background-color: var(--guide-color-primary-dark);
}

.homepage .home-blocs .home-bloc.primary {
    background-color: var(--guide-color-primary);
}

.homepage .home-blocs .home-bloc.accent-light {
    background-color: var(--guide-color-accent-light);
}

.homepage .home-blocs .home-bloc.secondary-dark {
    background-color: var(--guide-color-secondary-dark);
}

.homepage .home-blocs .home-bloc.secondary {
    background-color: var(--guide-color-secondary);
}

.homepage .home-blocs .home-bloc.highlight {
    background-color: var(--guide-color-highlight);
}

.homepage .home-blocs .home-bloc.tertiary {
    background-color: var(--guide-color-tertiary);
}

.homepage .home-blocs .home-bloc .home-bloc-svg {
    position: absolute;
    top: 14px;
    right: 14px;
}

.homepage .home-blocs .home-bloc .home-bloc-svg svg {
    height: 72px;
}

.homepage .home-blocs .home-bloc .home-bloc-title {
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

@media screen and (max-width: 1199px) {
    .homepage .home-blocs .home-bloc .home-bloc-svg svg {
        height: 62px;
    }
}

@media screen and (min-width: 992px) {
    .homepage .user-wrapper {
        padding-left: 15px;
    }
}


@media screen and (max-width: 991px) {
    .homepage .home-content {
        padding-right: 0;
        padding-left: 0;
    }

    .homepage .user-wrapper {
        gap: 38px;
        padding: 0 20px 1rem;
        border-bottom: 1px solid #EEEEEE;
    }

    .homepage .time-container {
        border-bottom: 1px solid #EEEEEE;
    }

    .homepage .time-wrapper {
        padding: 10px 20px;
    }

    .homepage .time-wrapper.time-border {
        border-right: 1px solid #EEEEEE;
    }

    .homepage .time-wrapper.time-border::after {
        content: none;
    }

    .homepage .weather-wrapper {
        max-width: 100%;
        margin: 0 15px;
    }

    .homepage .home-blocs {
        grid-template-columns: repeat(2, 1fr);
    }

    .homepage .home-blocs .home-bloc .home-bloc-svg svg {
        height: 58px;
    }

    .homepage .home-blocs .home-bloc .home-bloc-title {
        font-size: 17px;
    }
}

@media screen and (max-width: 768px) {
    .header-home {
        width: 100%;
        min-height: 176px;
    }

    .homepage {
        margin-top: -55px;
    }

    .homepage .home-title p {
        font-size: 16px;
        line-height: 26px;
    }

    .homepage .home-title h1 {
        font-size: 25px;
        line-height: 30px;
    }
}


/**
* Arriver dans votre logement
*/
.arrival-accommodation .wrapper-container {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EEEEEE;
}

.arrival-accommodation .wrapper-container:last-child {
    border: 0;
}

.arrival-accommodation .icon-wrapper {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrival-accommodation .icon-wrapper svg {
    width: 100%;
    height: 100%;
    transform: translateY(7px);
}

.arrival-accommodation .text-content,
.arrival-accommodation .list-content {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    color: var(--guide-text-color);
}

.arrival-accommodation .list-content {
    list-style: none;
    padding-left: 0;
}


.arrival-accommodation .content-wrapper .items-image {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
}

.arrival-accommodation .content-wrapper .item-image {
    width: 100%;
    cursor: pointer;
}

.arrival-accommodation .content-wrapper .item-image.video {
    position: relative;
}

.arrival-accommodation .content-wrapper .item-image.video::after {
    content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37.891 40.734"%3E%3Cg transform="matrix(1, 0, 0, 1, 0, 0)"%3E%3Cpath d="M18.844,9.534,3.215.294A2.119,2.119,0,0,0,0,2.128V20.6a2.129,2.129,0,0,0,3.215,1.834L18.844,13.2a2.129,2.129,0,0,0,0-3.668Z" transform="translate(9 9)" fill="%23fff"/%3E%3C/g%3E%3C/svg%3E');
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
}

.arrival-accommodation .content-wrapper .item-image img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .arrival-accommodation .content-wrapper .item-image.video::after {
        top: 8px;
        right: 8px;
        width: 24px;
    }
}


/**
* House Rules  
*/
.house_rules .wrapper-container {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EEEEEE;
}

.house_rules .wrapper-container:last-child {
    border: 0;
}

.house_rules .icon-wrapper {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.house_rules .icon-wrapper svg {
    width: 100%;
    height: 100%;
    transform: translateY(7px);
}

.house_rules .text-content,
.house_rules .list-content {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    color: var(--guide-text-color);
}

.house_rules .list-content {
    list-style: none;
    padding-left: 0;
}

/**
* Checkout  
*/
.checkout-accommodation .wrapper-container {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EEEEEE;
}

.checkout-accommodation .wrapper-container:last-child {
    border: 0;
}

.checkout-accommodation .icon-wrapper {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-accommodation .icon-wrapper svg {
    width: 100%;
    height: 100%;
    transform: translateY(7px);
}

.checkout-accommodation .text-content,
.checkout-accommodation .list-content {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    color: var(--guide-text-color);
}

.checkout-accommodation .list-content {
    list-style: none;
    padding-left: 0;
}

/**
* Vivre dans votre logement
*/
.living-accommodation .wrapper-video {
    position: relative;
    width: 85%;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
}

.living-accommodation .wrapper-video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: #0000005E*/;
    z-index: 5;
}

.living-accommodation .wrapper-video img {
    width: 100%;
    aspect-ratio: 62 / 37;
    object-fit: cover;
    border-radius: 30px;
}

.living-accommodation .wrapper-video .player-btn-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.living-accommodation .list-container.wifi-container {
    width: 100%;
    max-width: 100%;
}

.living-accommodation .wifi-container .list-group {
    border-top: 1px solid #EEEEEE;
}

.living-accommodation .wifi-container .list-group .list-group-item .list-item-content {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 30px;
}

.living-accommodation .wifi-container .list-item-wifi {
    flex-grow: 1;
    padding-left: 40px;
    padding-right: 20px;
}

.living-accommodation .wifi-container .list-item-wifi p {
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: var(--guide-color-primary-dark);
}

.living-accommodation .wifi-container .list-item-wifi p span {
    margin-left: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #f1f1f1;
}

.wifi-copy {
    height: 40px;
    padding: 0 17px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    background: #eaeaea;
    border: 0.5px solid #8d8d8d;
    border-radius: 30px;
}

@media screen and (max-width: 991px) {
    .living-accommodation .wrapper-video {
        width: 100%;
        margin: 0 auto;
    }

    .living-accommodation .wrapper-video img {
        aspect-ratio: 70 / 43;
    }
}

/**
* Vos contacts & votre avis
*/
.contacts-feedback .content-wrapper .h2-title {
    display: flex;
    align-items: center;
}

.contacts-feedback .content-wrapper .h2-title svg {
    margin-right: 20px;
}

.contacts-feedback .content-wrapper .text-content {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--guide-text-color);
}

.contacts-feedback .content-wrapper .feedback-wrapper {
    padding: 18px 26px;
    background: #F5F5F5;
    border-radius: 30px;
    display: flex;
    align-items: flex-start;
    gap: 17px;
}

.contacts-feedback .content-wrapper .feedback-wrapper .feedback-picture {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
}

.contacts-feedback .content-wrapper .feedback-wrapper .feedback-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contacts-feedback .content-wrapper .feedback-wrapper .feedback-content {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--guide-text-color);
}

.contacts-feedback .content-wrapper .feedback-wrapper .feedback-content .feedback-title {
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.contacts-feedback .content-wrapper .group-buttons-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.contacts-feedback .content-wrapper .group-buttons-wrapper button {
    position: relative;
    width: 48%;
    height: 50px;
    padding-left: 22px;
    padding-right: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
    background: var(--guide-color-primary-dark);
    border: 0;
    border-radius: 20px;
    color: #FFFFFF;
}

.contacts-feedback .content-wrapper .group-buttons-wrapper button::after {
    content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cpath%20d%3D%22M17.834%2C17.833H6.166V6.167h5.209V4.5H6.166A1.671%2C1.671%2C0%2C0%2C0%2C4.5%2C6.167V17.833A1.671%2C1.671%2C0%2C0%2C0%2C6.166%2C19.5H17.834A1.671%2C1.671%2C0%2C0%2C0%2C19.5%2C17.833V12.625H17.834ZM13.25%2C4.5V6.167h3.417L8.25%2C14.583%2C9.417%2C15.75l8.417-8.417V10.75H19.5V4.5Z%22%20transform%3D%22translate(-4.5%20-4.5)%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E');
    position: absolute;
    right:22px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
}

@media screen and (max-width: 991px) {
    .contacts-feedback .wrapper-container {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #EEEEEE;
    }

    .contacts-feedback .content-wrapper .group-buttons-wrapper {
        gap: 10px;
    }

    .contacts-feedback .content-wrapper .group-buttons-wrapper button {
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .contacts-feedback .offset-lg-1 {
        margin-left: 6%;
        padding-left: 6%;
        border-left: 1px solid #EEEEEE;
    }
}

.responsive-row {
    display:flex;
    flex-wrap:wrap;
    margin-left: -15px;
    margin-right: -15px;
}

@media (max-width: 592px){
    .responsive-row {
        display:flex;
        flex-wrap:wrap;
        margin: 0 !important;
    }
}



/**
* Single général
*/
.guide-single .content-wrapper {
    width: 100%;
}

.guide-single .content-wrapper .h1-title {
    display: flex;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 38px;
    color: var(--guide-color-primary-dark);
}

.guide-single .content-wrapper .h1-title svg {
    margin-right: 17px;
}

.guide-single .content-wrapper .h1-title svg {
    transform: translateY(-3px);
}

.guide-single .content-wrapper .h3-title {
    font-family: 'Open Sans', sans-serif;
}

.guide-single .content-wrapper .icon-wrapper {
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guide-single .content-wrapper .icon-wrapper svg {
    width: 100%;
    height: 100%;
    transform: translateY(5px);
}

.guide-single .content-wrapper .text-content {
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--guide-text-color);
}

.guide-single .btn-google-maps {
    width: 100%;
    max-width: 300px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
}

.guide-single.btn-google-maps svg {
    height: 24px;
}

@media screen and (max-width: 576px) {
    .guide-single .btn-google-maps {
        max-width: 100%;
    }
}

/**
* Single - Vivre dans votre logement
*/
.single-living-accommodation .content-wrapper .items-image {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
}

.single-living-accommodation .content-wrapper .item-image {
    width: 100%;
    cursor: pointer;
}

.single-living-accommodation .content-wrapper .item-image.video {
    position: relative;
}

.single-living-accommodation .content-wrapper .item-image.video::after {
    content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37.891 40.734"%3E%3Cg transform="matrix(1, 0, 0, 1, 0, 0)"%3E%3Cpath d="M18.844,9.534,3.215.294A2.119,2.119,0,0,0,0,2.128V20.6a2.129,2.129,0,0,0,3.215,1.834L18.844,13.2a2.129,2.129,0,0,0,0-3.668Z" transform="translate(9 9)" fill="%23fff"/%3E%3C/g%3E%3C/svg%3E');
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
}

.single-living-accommodation .content-wrapper .item-image img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .single-living-accommodation .content-wrapper .item-image.video::after {
        top: 8px;
        right: 8px;
        width: 24px;
    }
}
