@media (min-width: 570px) {
    #home {
        margin-bottom: 300px !important;
    }
}
@media (min-width: 985px) {
    #home {
        margin-bottom: 200px !important;
    }
}

.nav-link:hover {
    color: var(--bs-primary) !important;
    background-color: var(--bs-primary-bg-subtle);
    border-radius: 5px;
    font-weight: 500;
}

.card-list li::before {
    content: '✓';
    color: #0E9F6E;
    width: 14px;
    margin-right: 5px;
}

#functionnality ul li::before {
    content: url("../icons/check-mark-8053a05a90b31e0bffcdc9d0961de7d9.svg");
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: white;
    margin-right: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.min-w-100-px {
    min-width: 100px !important;
}

.min-w-200-px {
    min-width: 200px !important;
}

.min-w-300-px {
    min-width: 300px !important;
}

.min-w-400-px {
    min-width: 400px !important;
}

.min-h-200-px {
    min-height: 200px !important;
}

.mt-50-px {
    margin-top: 50px !important;
}
.top-half {
    background-image: url("../images/svg/photo-contact-section-4154e0f2d9df3f7750f6155e0546e1e1.svg");
    background-size: cover;
    background-position: center;
    height: 60vh;
}
.bottom-half {
    background-color: white;
    height: 25vh;
}
.form-container {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.form-box {
    width: 80%;
    max-width: 816px;
    background: white;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
