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

.btn-accueil-fixe {
    display: inline-block;
    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;
}

body {
    font-family: Doto;
}

.article {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 40px;
}

.article img {
    width: 300px;
    height: auto;
}

.article p {
    max-width: 600px;
}

table {
    margin: 20px auto;
    border: 1px solid #ccc;
}