@charset "UTF-8";

.navbar {

    background-color: rgb(249, 141, 102) !important;
}

/* .banner {
    position: relative;
} */

#home-banner {
    width: 100%;
}

#home-title {
display:flex;
justify-content: center;
}

footer h2 {
    font-size: 20 px;
}

footer p, footer a {
    font-size: 12px;
}

footer a {
    color: black;
    text-decoration: none;
}

footer li {
    list-style: none;
}

footer {
    display: grid;
    /* repeat 3 = répartit sur 3 colonnes et 1 fr prend 100% de la place disponible*/
    grid-template-columns: repeat(3, 1fr);
    
    background-color: rgb(249, 141, 102);
}



