.filter-container {
    max-width: 900px;
}

section.top {
    padding-top: 100px
}

html {
    scroll-behavior: smooth;
}

header,
.header-container {
    background-color: transparent
}

section {
    padding: 0 var(--space-large) 350px;
}

.description-main {
    margin-bottom: 10px !important
}



.producteur-card:hover {
    transform: scale(1.05)
}

.producteur-card img {
    width: 100px
}

.fa-arrow-down {
    -webkit-animation: MoveUpDown 1s ease-in infinite;
    position: relative;
    bottom: 0
}

.producteur-card {
    background-color: #fff !important
}

@-webkit-keyframes MoveUpDown {
    from {
        bottom: 2px;
    }

    to {
        bottom: -3px;
    }
}

main {
    margin-top: -100px;
    padding-top: 0
}

.mask0 {
    background-color: var(--primary-color)
}

.producteur-card {
    background-color: #EEF4FF
}

.mask3 {
    height: 340px;
}

.card .container-img img {
    width: 230px;
    max-width: 100%;
    height: auto;
    object-fit: none;
    object-position: unset;
    aspect-ratio: auto;
}

.card .container-img {
    min-height: 300px;
    height: 300px
}

.card .container-img {
    display: flex;
    justify-content: center;
    align-items: center
}

.card .subtitle {
    color: #303746
}

#section_visualisation .card .subcard {
    background-color: var(--white-color);
}

.tag {
    padding: 4px 20px
}

.umami-input {
    width: 440px
}

.cta.color-primary {
    color: var(--primary-color)
}

.section-pb-large {
    padding-bottom: 100px
}

.section-pt-large {
    padding-top: 100px
}

#explore-grd {
    transform: translateY(97px);
}

.title-container {
    margin-top: -321px !important;
}

.margin-top-neg .title-container {
    margin-top: -369px !important
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 992px) {
    .mb-medium-tab {
        margin-bottom: var(--space-medium);
    }

    .mask3 {
        padding-top: 60px;
        height: 408px;
        margin-top: -331px;

    }

}

@media screen and (max-width: 640px) {
    .umami-search>.relative {
        flex: 1;
        width: 100% !important;
    }

    .umami-input {
        width: 100% !important;
        max-width: 100% !important
    }
}

@media screen and (max-width: 600px) {

    header,
    .header-container {
        height: 100px;
        position: relative;
    }

    header,
    .header-container {
        height: 100px;
        position: relative;
    }

    section {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .title {
        word-break: break-word;
    }

    .title-container {
        padding: 0px var(--space-large) 0;
        margin-top: -172px !important;
    }


    .title-container-blue {
        background-color: transparent;
    }
}

@media screen and (max-width:450px) {
    .mask0 {
        background-color: #141446 !important;
    }

    #demarche {
        margin-top: 0 !important
    }

    section.top {
        padding-top: 50px
    }

    .title-container {
        margin-top: 0 !important
    }

    .mask3 {
        height: 0
    }

    .section-pb-large,
    .bottom {
        padding-bottom: 60px !important
    }

    .section-pt-large {
        padding-top: 60px
    }

    #explore-grd {
        transform: translateY(33px);
    }

    section {
        padding-bottom: 60px;
    }
}