.border-b-gray-200 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e5e7eb;
}

/* Masquer les puces du menu mobile */
#mobile-menu ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

#mobile-menu li {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}