footer{
    background-color: var(--jaune-claire-2);
    padding-bottom: 20px;
}

.liste-catégpries-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
}

.liste-catégpries-footer > * {
    flex: 1; 
    min-width: 300px; 
}

.liste-catégpries-footer h5 {
    text-align: center;
    font-weight: bold;
    font-size: 1.3rem;
}

.texte-centré{
    text-align: center;
}


.petit-a{
    font-size: 1rem;
}

.mini-icone{
    height: 1rem;
}

.logo-partage{
    transition: 0.2s;
    width: 30px;
}

.logo-partage:hover{
    transition: 0.2s;
    transform: scale(1.1);
}

.logo-partage:active{
    transition: 0.2s;
    transform: scale(1.3);
}

.liste-réseaux{
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    gap:20px;
}

footer a {
    transition: 0.2s;
    color: rgb(1, 1, 148);
}

footer a:hover {
    transition: 0.2s;
    color: rgb(75, 75, 243);
}

.listeDeContactFooter {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;    
    width: fit-content; 
    margin-left: auto;
    margin-right: auto;
}

.centrer{
    width: fit-content; 
    margin-left: auto;
    margin-right: auto;
}