@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);

a,
li,
p {
    color: #16261BCC
}

#breadcrumbs,
#breadcrumbs a {
    color: #757575
}

h2,
h3 {
    font-weight: 700
}

:root {
    --main-green: #77c792;
    --font_size_typo: 19px;
    --transition-button: 0.2s
}

#breadcrumbs a,
a:hover {
    transition: var(--transition-button)
}

h2 {
    color: var(--main-green);
    font-size: 28px;
    Line-height: 36px;
    margin-bottom: 12px
}

h1 {
    font-size: 30px
}

img {
    max-width: 100%
}

li,
p {
    font-size: 17px
}

h3 {
    font-size: 26px;
    color: #555
}

a {
    text-decoration: none
}

a:hover {
    color: #000
}

.gform-body input::placeholder,
.gform-body textarea::placeholder {
    color: #737373;
    font-weight: 500;
    font-size: 18px
}

.container-xl {
    padding-right: 15px;
    padding-left: 15px
}

.list_bullet_point {
    list-style: none;
    padding-left: 25px;
    height: 100%;
    align-items: center
}

li {
    position: relative;
    padding-left: 30px !important
}

.list_bullet_point li::before {
    position: absolute;
    content: url('/app/uploads/2024/07/Icone-bullet-point-fleche.svg');
    top: 0;
    left: 0;
    width: 20px
}

.input_rgpd,
.rgpd_input {
    display: none !important
}

#breadcrumbs {
    background: #f7f7f7;
    padding: 9px;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden
}

#breadcrumbs .container-xl>span::before,
#breadcrumbs .container-xl>span>span {
    display: none
}

#breadcrumbs .container-xl>span>span:nth-last-child(2) {
    display: inline-block !important
}

#breadcrumbs .container-xl>span>span:nth-last-child(2) a::before {
    content: url(/app/uploads/2024/07/Icone-fleche-fil-dArianne-gauche.svg);
    width: 14px;
    display: inline-block;
    margin-right: 10px
}

.slick-dots li.slick-active button:before {
    color: var(--main-green);
    opacity: 1
}

.slick-dots li button:before {
    font-size: 18px
}

.slick-prev {
    left: 0;
    z-index: 1;
    width: 45px;
    height: 45px
}

.slick-next {
    right: 0;
    width: 45px;
    height: 45px
}

.btn-advice,
.btn-go-groupe-residence,
.btn-go_to_dossier,
.download_guide,
.go_to_residence,
.search_city,
.tarif_popup {
    border: 2px solid #d27eb6;
    color: #d27eb6;
    border-radius: 10px;
    background: #fff;
    font-weight: 700;
    padding: 4px 0;
    width: 100%;
    font-size: 18px;
    display: block;
    text-decoration: none;
    transition: var(--transition-button);
    cursor: pointer
}

.btn-advice,
.btn-go-groupe-residence,
.search_city,
.tarif_popup {
    background: #d27eb6;
    color: #fff
}

.social a {
    height: 40px;
    display: inline-block
}

.accordion-item {
    border: 3px solid #e6e6e6
}

.accordion-item button,
.faq p {
    font-size: 20px
}

.accordion-button:not(.collapsed) {
    background-color: #f3f3f3;
    color: #555
}

.faq a {
    color: #d27eb6
}

.faq ul {
    margin-bottom: 1.5rem
}

#btn-geolocalisation {
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
}

#btn-geolocalisation::before {
    position: absolute;
    content: url(/app/uploads/2024/07/Icone-MR-et-RS-la-carte.svg);
    left: 20px;
    width: 16px;
}


@media (min-width:576px) and (max-width:1199px) {
    .five_picture {
        display: contents;
        cursor: pointer
    }

    .slick-dots li button:before {
        font-size: 20px
    }

    .custom-logo {
        width: 235px;
    }
}

@media (min-width:1179px) {

    li,
    p {
        font-size: var(--font_size_typo)
    }

    .five_picture {
        display: contents;
        cursor: pointer
    }

    .slick-dots li button:before {
        font-size: 20px
    }

    h2 {
        font-size: 28px
    }

    h3 {
        font-size: 26px
    }

    h1 {
        font-size: 34px;
        Line-height: 45px
    }

    .container-xl {
        max-width: 1356px
    }

    #breadcrumbs a:hover {
        color: #757575af;
        transition: var(--transition-button)
    }

    #breadcrumbs .container-xl>span>span {
        display: inline-block
    }

    #breadcrumbs .container-xl>span>span:nth-last-child(2) a::before {
        content: none;
        margin-right: 0
    }

    .btn-go_to_dossier:hover,
    .go_to_residence:hover {
        background: #d27eb638;
        color: #d27eb6;
        transition: var(--transition-button)
    }

    .btn-advice:hover,
    .btn-go-groupe-residence:hover,
    .search_city:hover,
    .tarif_popup:hover {
        transition: var(--transition-button);
        background: #d27eb6b0;
        color: #fff
    }

    .side {
        order: -1
    }
}