footer {
    display: flex;
    flex-direction: column;
}

footer div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    background-color: var(--green-grass);
    padding: 1rem 5%;
}

.colonneFooter {
    margin: 0;
    padding: 0;
    width: 20%;
}

#infos-generales {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

#infos-generales div {
    margin: 0;
    padding: 0;
}

footer nav ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    background-color: var(--green-grass);
}

footer nav ul li a {
    color: #000000;
}

#fillette {
    position: absolute;
    width: 8%;
    left: 50%;
    transform: translateX(-75%);
    z-index: 2;
    margin: 2rem 0 0 0;
}

#grass {
    position: relative;
    width: 100%;
    z-index: 1;
}

footer div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

footer div span {
    margin: 0.2rem 0;
}



.colonneNF {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nf-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#nf {
    width: 80px;
}

#nf14960 {
    position: absolute;
    top: -210px;
    left: 200%;
    transform: translateX(-50%);
    width: 200px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 999;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#nf14960 p {
    position: absolute;
    color: black;
    top: 8%;
    width: 130%;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    font-weight: bold;
    z-index: 1000;
    pointer-events: none;
}

#nf14960 img {
    width: 20rem;
}

.nf-container:hover #nf14960 {
    opacity: 1;
}


#copyright {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    background-color: var(--green-grass);
    margin: 0;
    padding: 2rem;
}