
body {
    margin: 0;
    font-family: 'Roboto', sans-serif; /* Application de la police */
}

.main-header {
    display: flex;
    justify-content: space-between; /* Logo à gauche, menu à droite */
    align-items: center;
    padding: 10px 20px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.top-right-menu {
    display: flex;
    align-items: center;
    gap: 15px; /* Espace entre les éléments */
}

.current-date {
    font-size: 14px;
    color: #555;
}

.top-btn {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 10px;
}

.job-btn {
    background-color: #007bff;
    color: white;
    border-radius: 4px;
}

.search-bar {
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
}
