* {
    box-sizing: border-box;
}

.wrapper-contact {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
    url("/images/bg-wrapper.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    color: white;
    min-height: 300px;
}

.wrapper {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
    url("/images/bg-wrapper.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    min-height: 500px;
    color: white;

    p {
        font-weight: lighter;

        @media (min-width: 768px) {
            font-size: 22px;
        }
    }
}

@media (min-width: 1200px) {
    .wrapper-contact {
        background-position: center, center calc(50% + 80px);

    }

    .wrapper {
        background-position: center, center calc(50% + 80px);
    }
}

form {
    border-radius: 10px;
    border: 1px solid rgb(244, 244, 244);
    background-color: rgb(244, 244, 244);

    .form-control::placeholder, .form-control option:first-child {
        color: #989898 !important;
        font-weight: lighter;
    }

}

.sticky-top {
    top: 20px;
}

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

#faq {
    background-color: #f2f2f2;
}

[data-controller="symfony--ux-leaflet-map--map"] {
    height: 600px;
}