﻿* {
    color: #272727;
}

h2, h3 {
    margin-bottom: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.horizontalScroller {
    padding: 0 !important;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .horizontalScroller::-webkit-scrollbar {
        display: none;
    }

    .horizontalScroller ul {
        padding: 0 50px;
    }

@media (max-width: 1024px) {
    .horizontalScroller ul {
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    .horizontalScroller ul {
        padding: 0 20px;
    }
}

/* .horizontalScroller li:last-child {
    padding-right: 50px;
}

@media (max-width: 1024px) {
    .horizontalScroller li:last-child {
        padding-right: 30px;
    }
}

@media (max-width: 768px) {
    .horizontalScroller li:last-child {
        padding-right: 20px;
    }
} */

.selectize-input {
    border-radius: 4px;
}

.model-static .img-header, .img-header {
    height: 200px
}

#acheter-index {
    overflow: hidden
}

p {
    margin-bottom: 0;
}


.fil-ariane p {
    text-align: center;
}

.model-static .content-model {
    padding: 20px 52px 80px;
}

.formContainer {
    width: 100%;
}

.libelle-moteur {
    padding-top: 28px;
    display: block;
    color: var(--Human-Blanc, #FFF);
    text-shadow: 0px 0px 5px rgba(16, 31, 61, 0.25);
    font-family: Open Sans Bold;
    font-size: 28px;
    line-height: 130%;
    text-align: center;
}

@media (max-width: 620px) {
    .libelle-moteur br {
        display: none;
    }
}
@media (max-width: 430px) {
    .libelle-moteur {
        font-size: 24px;
        line-height: 100%;
    }
}

.btnEvaluer {
    width: fit-content;
    border-radius: 8px;
    border: 1px solid #E3E8F0;
    margin: 20px auto 0;
    padding: 8px 16px;
    background-color: white;
    box-shadow: 0 0 12px 0 rgba(16, 31, 61, 0.06);
    display: flex;
    align-items: center;
    gap: 16px;
    color: #272727;
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    transition: all .2s ease;
}

.btnEvaluer:hover {
    background-color: #F4F7FC;
}

.sections {
    max-width: 1600px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

    .sections section {
        padding: 0 50px;
    }

@media (max-width: 1024px) {
    .sections section {
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    .sections section {
        padding: 0 20px;
    }
}

@media (max-width: 900px) {
    #vendre-index .img-header {
        background-image: url('/content/images/vendre/index/human-vendre-banner-tablet.jpg');
    }
}
@media (max-width: 768px) {
    #vendre-index .img-header {
        background-image: url('/content/images/vendre/index/human-vendre-banner-mobile.jpg');
    }
}

.title_vendre {
    padding: 0 20px;
    color: var(--human-noir-texte-272727, #272727);
    text-align: center;
    font-family: Open Sans Bold;
    font-size: 24px;
    line-height: 130%; /* 31.2px */
}

.tite-p_vendre {
    padding: 0 20px;
    color: var(--human-noir-texte-272727, #272727);
    text-align: center;
    font-family: Open Sans;
    font-size: 16px;
    line-height: 130%; /* 20.8px */
}

.acheter-index {
    padding: 0 52px;
}

.blue_dark {
    background: var(--human-bleu-human-0-f-4881, #0F4881);
    border-radius: 12px;
    border: 1px solid var(--couleurs-2024-bleu-10, #FFF);
    padding: 7px 8px;
    gap: 10px;
    transition: all 0.3s linear
}

    .blue_dark a {
        color: #fff;
    }

    .blue_dark:hover {
        background: var(--Couleurs-blue-blue-500, #0A2E52);
        box-shadow: 0px 0px 10px 0px rgba(16, 31, 61, 0.10);
    }

.blue_light {
    background: var(--human-fond-bleu-clair-f-4-f-7-fc, #F4F7FC);
    display: table;
    padding: 12px 24px;
    gap: 20px;
    border-radius: 8px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 23.4px */
    margin: 0 auto;
    border: 1px solid var(--Couleurs-blue-blue-200, #E3E8F0);
}

    .blue_light a {
        color: #0F4881;
    }

    .blue_light:hover {
        border: 1px solid rgba(118, 165, 211, 0.50);
        background: var(--Couleurs-blue-blue-200, #E3E8F0);
        transition: all 0.3s linear
    }

.little-title_vendre {
    color: #0F4881;
    text-align: center;
    /* L-XL/H6 */
    font-family: Open Sans Bold;
    font-size: 12px;
    line-height: 130%; /* 15.6px */
    letter-spacing: 2px;
    text-transform: uppercase;
    align-self: stretch;
    display: block;
}

.derniers-biens-title_vendre,
.faq-h2_vendre {
    color: var(--human-noir-texte-272727, var(--Couleurs-gray-grey-600, #272727));
    text-align: center;
    /* L-XL/H2 */
    font-family: Open Sans Bold;
    font-size: 24px;
    line-height: 130%; /* 31.2px */
}

.faq-h2_vendre {
    margin-bottom: 30px;
}
/* Cards*/
.steps-list {
    display: flex;
    justify-content: center;
    gap: 24px;
}

@media (max-width: 1150px) {
    .steps-list {
        justify-content: flex-start;
    }
}

.steps-list[class*='--mobile'] {
    display: none;
}

@media (max-width: 1150px) {
    .steps-list[class*='--desktop'] {
        display: none;
    }
    .steps-list[class*='--mobile'] {
        display: flex;
    }
}

.steps-list__ele {
    flex-shrink: 0;
}

@media (min-width: 1520px) {
    .steps-list__ele:last-child {
        padding-right: 0;
    }
}

.step {
    width: 335px;
    height: 100%;
    border: 1px solid #0F48811A;
    border-radius: 12px;
    background-color: #F4F7FC;
    box-shadow: 0px 5px 20px 0px rgba(15, 72, 129, 0.05);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

@media (max-width: 768px) {
    .step {
        width: 320px;
    }
}

@media (min-width: 1024px) {
    step:hover .step__link {
        background-color: #101F3E;
    }
}

.step__head {
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
}

.step__head img {
    width: 100%;
}

.step__content {
    height: 100%;
    padding: 16px 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    text-align: center;
}

.step__title {
    color: #0F4881;
    font-size: 20px;
    font-family: Open Sans Bold;
    line-height: 130%;
}

.step__desc {
    color: #272727;
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
}

.step__link {
    width: 100%;
    height: 38px;
    border-radius: 8px;
    background-color: #0F4881;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: Open Sans Bold;
    font-size: 16px;
    line-height: 130%;
    transition: background-color .2s ease;
}

.step__link:hover {
    background-color: #142955;
    color: white;
}

/* Chiffres */
.chiffres {
}

.chiffres__container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.chiffres__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.chiffres__logo {
    height: 40px;
}

.chiffres__subtitle {
    margin-top: 16px;
    color: #0F4881;
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.chiffres__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
}

.chiffres-list {
    display: flex;
    justify-content: center;
}

@media (max-width: 1280px) {
    .chiffres-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 40px;
    }
}
@media (max-width: 768px) {
    .chiffres-list {
        gap: 35px 40px;
    }
}

.point {
    width: 300px;
    padding: 28px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
    text-align: center;
}

@media (max-width: 768px) {
    .point {
        width: 160px;
        padding: 0;
    }
}

.point__img {
    max-width: 120px;
}

.point__txt {
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
}

.point__txt--bold {
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .point__txt,
    .point__txt--bold {
        font-size: 15px;
    }
}

/* Section et avis google et carte des prix */
#value-avis_vendre {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

@media (max-width: 1280px) {
    #value-avis_vendre {
        gap: 28px;
    }
}

@media (max-width: 1024px) {
    #value-avis_vendre {
        margin-top: 0;
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.avis {
    border-radius: 8px;
    padding: 20px 30px;
    background-image: url('/content/images/vendre/index/human-vendre-avis-google.jpg');
    background-size: cover;
    background-position: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}

@media (max-width: 1024px) {
    .avis {
        height: 380px;
        padding-bottom: 0;
    }
}

.avis__content {
    width: 264px;
    height: 180px;
    border-radius: 6px;
    background-color: #101F3D;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1024px) {
    .avis__content {
        border-radius: 6px 6px 0 0;
    }
}

.avis__note {
    color: white;
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
}

.avis__stars {
    margin-top: 4px;
    width: 125px;
}

.avis__nbAvis {
    margin-top: 6px;
    color: white;
    font-size: 21px;
    font-weight: 700;
    line-height: 22px;
}

.avis__phrase {
    margin-top: 10px;
    color: white;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}

.avis__txt {
    border-radius: 8px;
    padding: 14px 30px;
    background-color: rgba(255, 255, 255, 0.80);
    color: #101F3D;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
}

@media (max-width: 1024px) {
    .avis__txt {
        display: none;
    }
}

.avis__txt[class*='--tablet'] {
    display: none;
}

@media (max-width: 1024px) {
    .avis__txt[class*='--tablet'] {
        padding: 0;
        background: none;
        display: block;
        color: #272727;
        font-size: 21px;
    }
}

.cartePrix {
    border-radius: 8px;
    padding: 40px;
    background-image: url('/content/images/vendre/index/human-prix-bg-desktop-l.jpg');
    background-size: cover;
    background-position: center;
}

@media (max-width: 768px) {
    .cartePrix {
        padding: 30px;
    }
}

.cartePrix__content {
    border-radius: 8px;
    padding: 48px 30px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
@media (max-width: 768px) {
    .cartePrix__content {
        padding: 20px;
    }
}

.cartePrix__title {
    font-size: 31px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

.cartePrix__subtitle {
    font-size: 14px;
    text-align: center;
}

@media (max-width: 1460px) {
    .cartePrix__subtitle br {
        display: none;
    }
}

.cartePrix__title--bold {
    font-weight: 700;
}

.cartePrix-list {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(3, 135px);
    gap: 10px;
}

@media (max-width: 1280px) {
    .cartePrix-list {
        grid-template-columns: repeat(2, 135px);
    }
    .cartePrix-list__ele:nth-child(n+7) {
        display: none;
    }
}
@media (max-width: 1024px) {
    .cartePrix-list {
        grid-template-columns: repeat(3, 135px);
    }
    .cartePrix-list__ele:nth-child(n+7) {
        display: block;
    }
}
@media (max-width: 768px) {
    .cartePrix-list {
        grid-template-columns: repeat(2, 135px);
    }
    .cartePrix-list__ele:nth-child(n+7) {
        display: none;
    }
}
@media (max-width: 768px) {
    .cartePrix-list {
        grid-template-columns: repeat(2, 125px);
    }
}

.cartePrix-list__link {
    height: 24px;
    border-radius: 50px;
    background-color: #101F3D;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
}

.cartePrix-list__link:hover {
    color: white;
}

.cartePrix__link {
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: underline;
    text-transform: uppercase;
}

/* note */

.content-note {
    display: block;
    margin: auto;
    width: 180px;
    height: 180px;
    background: #fff;
    padding: 15px 0 15px;
    color: #3B495D;
    border-radius: 10px;
}

@media (max-width: 1024px) {
    .content-note {
        border-radius: 10px 10px 0 0;
        margin: 0 auto;
    }
}

.note {
    text-align: center;
    font-family: "Open Sans";
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 75px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .5) 100%), url(/content/images/groupe/satisfaction-client/satisfaction-client-human.jpg) center / cover no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ligneEtoiles {
    background: linear-gradient(to right, #ffc600 0px, #ffc600 91px, #fff 91px, #fff 91px) !important;
}

.etoiles {
    overflow: hidden;
}

.etoile {
    width: 125px;
    height: 25px;
    display: table-cell;
    background: url(/content/images/hp/stars-3.png) no-repeat;
}

.nb-avis-clients {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    text-align:center;
}


/* différent poles */
.poles {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 !important;
}

.poles__title {
    padding: 0 30px;
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
}

.poles__subtitle {
    margin-top: 12px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
    text-align: center;
}

@media (max-width: 768px) {
    .poles__subtitle br {
        display: none;
    }
}

.poles-list {
    margin-top: 40px;
    padding: 0 30px 20px !important;
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

@media (max-width: 1280px) {
    .poles-list {
        gap: 35px;
    }
}

.poles-list[class*='--mobile'] {
    display: none;
}

@media (max-width: 1150px) {
    .poles-list[class*='--desktop'] {
        display: none;
    }
    .poles-list[class*='--mobile'] {
        display: flex;
    }
}

.poles-list__ele {
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .poles-list__ele:last-child {
        padding-right: 0;
    }
}

.pole {
    width: 320px;
    height: 100%;
    border: 1px solid #e7edf3;
    border-radius: 12px;
    background-color: #F4F7FC;
    box-shadow: 0px 5px 20px 0px rgba(15, 72, 129, 0.05);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .pole:hover .pole__link {
        background-color: #101F3D;
        color: white;
    }
}

.pole__head {
    flex-shrink: 0;
}

.pole__img {
    width: 100%;
    max-height: 180px;
}

.pole__content {
    height: 100%;
    padding: 16px 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.pole__title {
    color: #0F4881;
    font-size: 20px;
    font-family: Open Sans Bold;
    line-height: 130%;
}

.pole__desc {
    color: #101F3D;
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
}

.pole__link {
    width: 100%;
    border-radius: 8px;
    padding: 6px 8px;
    background-color: #0F4881;
    display: block;
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%; 
    text-align: center;
    transition: background-color .2s ease, border-color .2s ease;
}

.pole__link:hover {
    background-color: #1c3363;
    color: white;
}

.card-mandatProPlus_prix {
    font-family: Open Sans Bold !important;
}

/* AdressePRO */
.adpContainer {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px !important;
}

.adp {
    
    border: 1px solid #E3E8F0;
    border-radius: 8px;
    box-shadow: 0 5px 20px 0 rgba(15, 72, 129, 0.05);
    display: flex;
    overflow: hidden;
}

@media (max-width: 768px) {
    .adp {
        flex-direction: column;
    }
}

.adp__img {
    width: 500px;
    object-fit: cover;
}
@media (max-width: 1000px) {
    .adp__img {
        width: 400px;
    }
}
@media (max-width: 900px) {
    .adp__img {
        width: 300px;
    }
}
@media (max-width: 768px) {
    .adp__img {
        width: 100%;
        max-height: 180px;
        object-position: top;
    }
}

.adp__content {
    width: 100%;
    padding: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 26px;
    text-align: center;
}

.adp__title {
    width: 240px;
}

.adp__desc {
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
}

.adp__link {
    height: 66px;
    border: 1px solid #E3E8F0;
    border-radius: 8px;
    padding: 0 20px;
    background-color: #F4F7FC;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0F4881;
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    transition: all .2s ease;
}

.adp__link:hover {
    background-color: #ecf1f8;
    color: #093968;
}

/* FAQ */
.faq {
    max-width: 1200px;
    margin: 0 auto;
}

.faq__subtitle {
    color: #0F4881;
    font-family: Open Sans Bold;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}

.faq__title {
    margin-top: 8px;
    color: #272727;
    font-family: Open Sans Bold;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
}

.faq-list {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.accordion {
    position: relative;
    overflow: hidden;
}

    .accordion[class*='--active'] .accordion__head::after {
        background: url(/content/images/acheter/acheter/icon-faq-icon-moins.svg) no-repeat center center;
    }

    .accordion[class*='--active'] .accordion__content {
        margin-top: 10px;
        grid-template-rows: 1fr;
    }

    .accordion[class*='--active'] .accordion__txt {
        padding: 10px;
    }

.accordion__head {
    height: 68px;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 60px;
    background: #F4F7FC;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

    .accordion__head::after {
        content: "";
        width: 30px;
        height: 30px;
        background: url(/content/images/acheter/acheter/icon-faq-icon-plus.svg) no-repeat center center;
        display: block;
        position: absolute;
        right: 20px;
    }

.accordion__title {
    color: #0F4881;
    font-family: Open Sans Bold;
    font-size: 18px;
    line-height: 130%;
}

.accordion__content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .3s ease, margin-top .3s ease;
}

.accordion__txt {
    border-radius: 8px;
    padding: 0 10px;
    background: #F4F7FC;
    font-family: Open Sans;
    overflow: hidden;
    transition: padding .2s ease;
}

/*---------------------------------- MANDAT PRO PLUS SLIDE -----------------------------------------------------------------*/
#derniers-biens_vendre {
    padding: 0 80px;
}

@media (max-width: 768px) {
    #derniers-biens_vendre {
        padding: 0;
    }
}

#slide-card-mandatProPlus {
    height: 338px;
}

.card-mandatProPlus {
    border-radius: var(--Espacements-H2-Bas-bis, 8px);
    border: 1px solid #E3E8F0;
}

    .card-mandatProPlus:hover .card-mandatProPlus_text {
        background: var(--Couleurs-blue-blue-200, #E3E8F0) !important;
    }

.card-mandatProPlus_text {
    background: var(--Couleurs-blue-blue-100, #F4F7FC) !important;
}

.card-mandatProPlus span {
    color: var(--human-noir-texte-272727, #272727) !important;
    font-size: 14px;
}

.card-mandatProPlus:hover .card-mandatProPlus_text p {
    color: var(--human-noir-texte-272727, #272727) !important;
}

#slide-card-mandatProPlus .slick-next {
    background: url('/content/images/layout/icon caroussel/chevronDroite.svg') center center no-repeat !important;
    right: -55px !important;
    top: 170px !important;
}

#slide-card-mandatProPlus .slick-prev {
    background: url('/content/images/layout/icon caroussel/chevronGauche.svg') center center no-repeat !important;
    left: -55px !important;
    top: 170px !important;
}

#slide-card-mandatProPlus .slick-next:hover {
    background: url('/content/images/layout/icon caroussel/chevronDroiteGris.svg') center center no-repeat !important;
    right: -55px !important;
    top: 170px !important;
}

#slide-card-mandatProPlus .slick-prev:hover {
    background: url('/content/images/layout/icon caroussel/chevronGaucheGris.svg') center center no-repeat !important;
    left: -55px !important;
    top: 170px !important;
}

.slick-arrow {
    height: 34px;
    width: 34px;
    top: 50%;
    transform: translate(0, -50%);
}

.derniers-biens-slide_vendre {
    width: auto !important;
    margin-top: 20px !important;
    margin-bottom: 0px !important;
}

@media (max-width: 768px) {
    .derniers-biens-slide_vendre {
        margin-top: 0 !important;
    }
}

.card-mandatProPlus span {
    border-radius: 4px;
}

/*----------------------------------------------- MOTEUR -----------------------------------------------------------------*/
.container-moteur {
    max-width: 728px;
    width: 100%;
    margin: auto;
    padding: 0 30px;
    display: block;
}
@media (max-width: 768px) {
    .container-moteur {
        padding-top: 50px;
    }
}

#acheter-index .img-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#search-engine-form {
    display: flex;
    justify-content: space-between;
    gap: 4px;
}

#acheter-index .selectize-control {
    width: 100%;
    margin-bottom: 0;
}

#acheter-index .selectize-input {
    padding: 6px;
    padding-left: 16px;
    align-items: center;
    gap: 8px;
}

    #acheter-index .selectize-input::after {
        content: url(/content/images/acheter/acheter/icon-search.svg);
        order: -1;
    }

    #acheter-index .selectize-input .item {
        top: 0 !important;
    }

#acheter-index #ListTxtVille-selectized::placeholder {
    color: rgba(16, 31, 61, 0.50);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
}

#acheter-index #submit-search-engine {
    display: flex;
    width: 45px;
    height: 45px;
    padding: 3px var(--Espacements-Encart, 0px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    background: var(--human-bleu-human-0-f-4881, #0F4881);
    border: none;
}

#localisationError {
    margin: 0;
    border-radius: 0 0 6px 6px;
    padding: 7px 12px 5px;
    background-color: rgba(39, 39, 39, .6);
    display: inline-block;
    color: white;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 350;
    line-height: 130%;
}

@media (min-width: 1600px) {
}

@media (min-width: 1200px) {
    .container-faq_vendre {
        width: 1100px;
    }
}

@media (max-width: 1024px) {
    .container_cards {
        width: 100%;
    }

    .model-static .content-model {
        padding: 30px;
    }

    .container_value-avis_vendre {
        flex-direction: column;
    }

    .content_cards-poles .card_vendre {
        width: 400px;
    }

    .content_cards-poles .slick-slide {
        margin: 0 10px;
    }

    .content_cards-poles .slick-list {
        margin: 0 -10px;
    }
}

@media (max-width: 767px) {
    .model-static .content-model {
        padding: 20px;
    }

    .value-content_vendre {
        flex-direction: column;
    }

    .container_value_vendre {
        display: flex;
        height: auto;
    }
}
