/* Modules */
@import 'modules/header.css';
@import 'modules/footer.css';
@import 'modules/newletter.css';
@import 'modules/newletter.css';
@import 'variable.css';


*{
    /* font-family: 'geologica'; */
    margin: 0;
    padding: 0;
}
img{
    width: 50px;
    height: 50px;
  }

section{
    padding: 2rem 1rem 2rem 1rem;
}



.boutton-haut{
    background-color: white;
    border-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0rem 0rem 0.5rem black;
    position: absolute;
    top: 90%;
    right: 1rem;
    position: fixed;
    z-index: 2;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    text-align: center;
    outline: none;
    cursor: pointer;
    font-size: 2rem;
    opacity: 0;
    color: cadetblue;
    transform: translateY(50px);
    transition: opacity 0.5s ease-out, 500ms ease-in-out;
    

}


.boutton-haut-visible{
    opacity: 1;
    transform: translateY(0);
   
}

.animation-individuelle{
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.5s ease-out, 500ms ease-in-out;
}

.animation-entrer-haut,.animation-individuelle.animation-entrer-haut{
    opacity: 1;
    transform: translateY(0);
}




.no-scroll{
  overflow: hidden;
}
