header{
    background-color: #abbaba;
    height: 150px;
}
header img{
    height: 300px;
    padding: 50px;
    margin-top: -90px;
    margin-left: -100px;
    
}


nav h1 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 32px;
    text-align: center;
    margin-top: -260px;
}

footer img {
    height: 150px;
    display: inline-block;
    margin-left: 400px;
}

footer{
    background-color: #E5E4E2;
    height: 300px; 

}

footer p {
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 15px;
    padding: 20px;
}

.reseau {
    font-family: Berlin sans fb;
    font-size: 15px;
    background-color: wheat;
    box-sizing: border-box;
    padding: 5px;
    margin-top: 15px;
    border: 5px solid black;
    text-align: center;
    letter-spacing: 0.5px;
  
}
.formulaire{
    font-family: Berlin sans fb;
    font-size: 15px;
    text-align: center;

}
form {
    margin: 0;
    width: max-content;
    padding: 1em;
    border: 5px solid black;
    background-color: wheat;
    box-sizing: border-box;
    border: 5px solid black;
    margin-top: 15px;

  }
  
  form div + div {
    margin-top: 1em;
  }
  
  label {
    display: inline-block;
    width: 90px;
    text-align: right;
  }
  
  input, textarea {
    font: 1em sans-serif;
    width: 300px;
    box-sizing: border-box;
    border: 2px solid black;
  }
  
  input:focus, textarea:focus {
    border-color: #000;
  }
  
  textarea {
    vertical-align: top;
    height: 5em;
  }
  
  .button {
    padding-left: 90px;
  }
  
  button {
    /* Cette marge supplémentaire représente grosso modo le même espace que celui
       entre les étiquettes et les champs texte */
    margin-left: .5em;

  }

  #text {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  }

  #button {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  }

 .adresse:hover{
    font-size: 30px;

 }
  .titre {
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    letter-spacing: 1px;
  }

  #name {
    font-family: Berlin sans fb;
  }

.content {
 text-align: center;
 float: center;
 display: inline-block;
 height: 350px;
 margin-left: 15px;
  
}

.video {
  border: 5px solid black;
  float: left;
  margin-top: 15px;
}

.infos {
  font-family: Impact;
  background-color: wheat;
  box-sizing: border-box;
  border: 5px solid black;
  float: right;
  margin-top: 15px;
  width: 425px;
  height: 350px;
  text-align: justify;
  padding-left: 15px;
}

.coordonnees {
  font-family: Berlin sans fb;
  font-size: 18px;
}