header,
.header-container {
    background-color: transparent
}

section {
    padding: 0 var(--space-large) 350px;
}

main {
    margin-top: -100px;
    padding-top: 0
}

.mask0 {
    background-color: var(--primary-color)
}

.producteur-card {
    background-color: #EEF4FF
}

.producteur-card img {
    width: 100px
}

.producteur-card:hover {
    transform: scale(1.05)
}

.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 {
    height: 300px
}

.card .container-img {
    display: flex;
    justify-content: center;
    align-items: center
}

.subtitle {
    font-size: 2.25rem;
    line-height: 1.4
}

.card .subtitle {
    color: #303746
}

#section_visualisation .card .subcard {
    height: 50%;
    background-color: var(--white-color);
}

.cta.color-primary {
    color: var(--primary-color)
}

.section-pb-large {
    padding-bottom: 100px
}

.section-pt-large {
    padding-top: 100px
}

#explore-grd {
    transform: translateY(97px);
}

.top {
    padding-top: 150px
}

@media screen and (max-width:992px) {
    .d-block-tab {
        display: block
    }

    .mt-large-tab {
        margin-top: var(--space-large)
    }

    .mask3 {

        margin-top: -312px;
    }

}

@media screen and (max-width: 640px) {
    .umami-search>.relative {
        flex: 1;
        width: 100% !important;
    }

    .umami-input {
        max-width: 100% !important
    }
}

@media screen and (max-width: 600px) {
    .top {
        padding-bottom: 60px
    }

    .title {
        word-break: break-word;
    }

    .title-container {
        padding: 0px var(--space-large) 0;
        margin-top: -172px !important;
    }


    .title-container-blue {
        background-color: transparent;
    }

    .mask3 {
        height: 0;
        margin-top: 0;
        background-image: unset !important
    }
}

@media screen and (max-width:450px) {
    .title-container {
        margin-top: -261px !important;
    }

    .section-pb-large,
    .bottom {
        padding-bottom: 60px !important
    }

    .section-pt-large {
        padding-top: 60px
    }

    #explore-grd {
        transform: translateY(33px);
    }
}