
/* Styles for mobile devices */
@media (max-width: 768px) {
    /* rendez vous */
    .appointment_mobile
    {
        display: block;
    }
}