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

.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;
}

body {
    font-family: Doto;
}

table td {
    padding: 10px;
    
}

.promo img {
    width: 300px;
    height: auto;
    margin: 10px;
}

.fournisseurs {
    display: flex;
    gap: 20px;
    margin: 60px;
}

.fspan {
    margin-top: 50px;
}

.fournisseurs img {
    width: 100px;
    height: auto;
}