.contact-section {
    background: #f8f9fa;
}

.contact-form input,
.contact-form textarea {
    border-radius: 6px;
}

.contact-info {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
}

.social-icon {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    text-decoration: none;
}

.social-icon:hover {
    background: #0d6efd;
    color: #fff;
}
.corp-contact-us-page{
    height: 100vh;
}

@media only screen and (max-width: 990px) {
    .corp-contact-us-page {
       font-size: 40px;
    }

    h1 {
        font-size: 50px;
    }

    button#submitBtn{
        font-size: 40px;
    }

    /* Inputs & textarea */
    .contact-form .form-control,
    .contact-form textarea {
        font-size: 30px;      /* 👈 taille lisible */
        min-height: 50px;        /* 👈 hauteur mobile */
        padding: 0.75rem 1rem;
    }

    #box-contact-us-page{
        background-color: var(--primary);
        font-size: 40px;
    }

    #box-contact-us-page h6, #box-contact-us-page h3{
        font-size: 50px;
    }

    #div-form-contact-us-page{
        font-size: 40px;
    }

    .no-tel,
    .no-tel a { color: inherit; text-decoration: none; pointer-events: none; cursor: default; }

    #adminDropdownMenu{
        font-size: 2rem;
    }
}