.container {
  width: 100%;
}
h1{
  font-family: 'Miracle', sans-serif;
  font-weight: bold;
  text-align:center;
}   
#entreprise{
    background-color: #70c3be;
    width: 100.8%;
}
#entreprise a{
  color: #fff;
  text-decoration: none;
}
  
  
@media (max-width: 575.98px) {
  #entreprise{padding-bottom: 800px;}
  #entreprise .maps iframe{
    width: 80%;
    height: 450px;
  }
  }

@media (min-width: 576px) {
  #entreprise{padding-bottom: 800px;}
  #entreprise .maps iframe{
    width: 80%;
    height: 450px;
  }
  }
  
@media (min-width: 768px) {
  #entreprise{padding-bottom: 350px;}
  #entreprise .maps iframe{
    width: 80%;
    height: 850px;
  }
  }
  
@media (min-width: 992px) {
  #entreprise{padding-bottom: 200px;}
  #entreprise .maps iframe{
    width: 80%;
    height: 700px;
  }
  }     
footer {
    max-width: 140%;
    min-height: 50px;
    background: rgb(102, 164, 197);
    color: #fff;
    text-align: center; 
}

  