/*
Lucas Blaser
contactStyle.css
Style pour la derniere page du site
Dernière modification : 13.01.2026 : Création du commentaire
*/
#contener_contact{
    display: flex;
    justify-content: space-between;
    width: 70vw;
    padding-top: 1cm;
}

#about{
    width: 70vw;
}

@media (max-width: 800px) {

#contener_contact{
display: flex;
align-items: center;
flex-direction: column;
    }
   
  }