/* ========================= */
/* 🌟 STYLES GÉNÉRAUX */
/* ========================= */
.contact-form {
    padding: 20px;
    background: var(--bs-light);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.contact-form .form-group {
    margin-bottom: 35px
}

.contact-form .form-group-label {
    font-size: 0.7rem;
    display: block;
    display: none;

}

.contact-form .contact-consent,
.contact-form .mentions-rgpd p {

    font-size: 0.85rem;

    line-height: 1.4;
}

.contact-form textarea {
    height: 120px;
}

.contact-form .contact-consent {
    padding-left: 25px;
    position: relative;
}

.contact-form .form-control {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #999 !important;
    border-radius: 0 !important;
}

.contact-form .contact-consent input {
    position: absolute;
    top: 4px;
    left: 0;
}

/* ========================= */
/* ✅ CHECKBOX */
/* ========================= */
.contact-consent input[type="checkbox"] {
    margin-right: 8px;
}



.swal2-styled.swal2-confirm {
    display: inline-block;
    background-color: white !important;
    border: 1px solid #999 !important;
    color: #999 !important;
}

.swal2-styled.swal2-confirm:hover {
    background-color: #999 !important;
    color: white !important;
}