/* Styles spécifiques à la page de contact */

input, select {
    height: 4rem !important;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 40px;
    font-size: 1.5rem !important;
}

option, textarea {
    font-size: 1.5rem !important;
}

textarea {
    height: 100% !important;
    min-height: 300px !important;
    resize: vertical;
}

.col-md-6:last-child {
    display: flex;
    flex-direction: column;

    .mb-3 {
        height: 100%;
    }
}

