/* Reset de base */
body, html {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
.petitesimg{
    max-width: 150px;
    max-height: 150px;
}
.petitesimg2{
    max-width: 200px;
    max-height: 200px;
}
.moyenneimg
{
    max-width: 300px;
    max-height: 300px;
}
.imgDansLesDiv{
    max-width: 600px;
    max-height: 337px;
}
.grandeimgdanslesdivVertical
{
    max-height: 600px;
    max-width: 450px;
}
.grandeImageDansLesDiv
{
    max-height: 600px;
    max-width: 600px;
}
.verticalCenter
{
    align-items: center;
    justify-content: space-between;
}


a {
    text-decoration: none; /* Retire le soulignement */
    color: inherit; /* Adopte la couleur de l'élément parent */
}
.lien-normal {
    color: blue; /* Remet la couleur bleue */
    text-decoration: underline; /* Remet le soulignement */
}

.txtCentre
{
    text-align: center;
}
@media only screen and (max-width: 1000px)
{
    .verticalCenter
    {
        align-items: flex-start;
        justify-content: space-between;
    }
    .imgCentree
    {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    }
}
