@import url('https://fonts.googleapis.com/css2?family=Doto:wght@100..900&display=swap');

body {
    font-family: Doto;
}

table {
    margin: 20px auto;
    border-collapse: collapse;
    max-width: 1200px;
}

table th,
table td {
    border: 1px solid #ccc;
    padding: 10px;
    vertical-align: top;
}

.cell-wrap {
    white-space: pre-wrap;
    word-break: break-word;
    max-width: 700px;
}

.nav {
    margin: 10px 0 20px;
}

.nav a {
    text-decoration: none;
}

.btn-accueil-fixe{
    position: fixed;
    bottom: 20px;
    right: 20px;     
    
    background-color: #007bff;
    color: white;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    
    border-radius: 50px;
    text-decoration: none;
    padding: 10px 20px;
    z-index: 999;
}