




@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap');



body{
     margin: 10px 80px;
     font-family: 'Noto Serif', serif;
  

}

nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
 nav h1{
     font-family: 'Lobster', cursive;
     font-size: 30px;
 }
 
 .onglets {
    margin-top: 35px;
       
 }
 
 .onglets a{
     text-decoration: none;
     color: blue;
     margin-right: 40px;
 }
  
  .retrait{
    margin-left: 80px;
  }
  
  .double {
    margin-left: 200px;
  }
 
 
 .corps {
    margin-top: 80px;
 }
.flotte {
    float: left;
}


 .flotte img{
    width: 300px;
    margin-top: 60px;
    margin-right: 40px;

 }
 
 .aligne img{
    float: left;
    margin-top: 10px;
    width: 300px;
    margin-right: 40px;
    margin-bottom: 20px;
 }
 #bonheur{
  position: absolute;
    margin-top: 430px;
    margin-left: 80px;
    color: yellow;
 }
 .sous_image{
    position: absolute;
    margin-top: 350px;
    margin-left: 18px;
     color: yellow;
 }
 
.centré{
    position: absolute;
    margin-top: 370px;
    margin-left: 110px;
    color: yellow;
   
}
#labour{
  position: absolute;
    margin-top: 420px;
    margin-left: 60px;
    background-color: grey;
    color: yellow;
}
.décalé{
 position: absolute;
    margin-top: 420px;
    margin-left: 25px;
    background-color: grey;
    color: yellow;
}

 .relatif{
    position: relative
 }
 .gauche{
    left: 50px;
 }
 
 .pied-de-page{
    margin-top: 80px;
    background-color: lightblue;
    /*text-align: center;*/
    padding: 10px;
 }
 
 @media screen and (max-width:640px){
    body{
        margin: 10px 20px;
    }
    nav .onglets{
        margin-top: -10px;
    }
    .onglets a{
     text-decoration: none;
     color: blue;
     margin-right: 20px;
 }

    .flotte img{
        height: 100%;
        width: 100%;
    }
 }
 