.bouton {
    display: block;
    margin: 0 auto;
    background-color: black;
    color: white;
    width: 400px;
    height: 50px;
    border-radius: 30px;
}

.page_acc {
    background-color: #0A9396;
}

.noir_centre {
    background-color: black;
    text-align: center;
}

.or {
    color: #E9D8A6;
}

.cyan {
    background-color: #0A9396;
}

html {
    background-color: #005F73;
    ;
}

.navbar {
    position: fixed;
    list-style: none;
    background-color: #005F73;
    overflow: hidden;
    border-radius: 20px;
}

.navbar li {
    float: left;
}

.navbar li a {
    display: block;
    color: #E9D8A6;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.navbar li a:hover {
    background-color: #111;
}

.img_rest {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    background-color: #0A9396;
    border-radius: 10px;
    padding: 14px 16px;
}

.text {
    background-color: #E9D8A6;
    color: #0A9396;
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    text-align: center;
    font-size: larger;
}

.img_recep {
    background-color: #0A9396;
    border-radius: 10px;
    padding: 14px 16px;
}
table {
    width: 80%;
    border-collapse: collapse;
    margin-top: 20px;
}

th, td {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
}

th {
    background-color: #f2f2f2;
}

.inactive-day {
    color: gray;
}

.active-day {
    color: black;
}

.today {
    color: red;
}

.header {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.controls {
    margin-top: 10px;
}