﻿/* profile.css - styles légers pour la page profil */
.card .card-title {
    font-weight: 700;
}

.table td, .table th {
    vertical-align: middle;
}

.btn-orange {
    background: #FF4500;
    color: #fff;
    border-radius: 8px;
}
