body { background: url(../images/pey-berland.jpg) no-repeat center center fixed; 
    background-size: cover; 
    
}
#logo{
    margin-top: 1%;
    margin-left: 0.5%;
}
img{
    height: 100px;
}
.container{
    display:flex;
    flex-direction: column;
    width: auto;  
}
.contact {
    margin-left: 0.5%;
    margin-top: 2%; 
    background-color: #cdcccc;  
    max-width: 145px;
    padding: 2px 2px 2px 7px;
    
}

h1 {
    color:rgb(70, 68, 68);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
 
}
.adresse{
    display: flex;
    justify-content: center;
    margin-top: 32%;

}

  

.adresse img{
    height: 80px;
}


    