
 html,body{
    height : 100%;
    margin : 0;
 }
 body {
        
       font-family: "Roboto", serif;
        font-weight: 400;
    }  
        footer {
   
        background-color: #275da7;
    }  
    .drapeau {
      height : 32px;
    }

    .larg100{
        width: 100%;
    }

    h1,h2,h3{
         
            font-family: "Roboto", serif;
            font-weight: 700;
            font-style: normal;
          
    }


.page-wrapper {
    min-height: 100vh;
  display: flex;
  flex-direction: column;

  background-image: url("../img/trame_fond_locmobil-6f5938bb19ec7c9503d40e164b19367c.jpg");
  background-repeat: repeat;     /* ✅ le fond suit toute la hauteur */
  background-size: auto;         /* ✅ pas de cover */
  background-position: top left;
  
}

.content {
    flex: 1;
}

.footer{
  background-color: #275da7;
  
}
