body {
  margin-right: 2%;
  background-color: #fff4f8;
  margin-bottom: 2%;
}

.contact{
  margin-top: 54px;
  text-align: center;

}


.bandeaux{
  margin-top: 54px;
  position:relative;
  margin-bottom: 150px;
}

@media (min-width: 767px) {
.bandeaux{
  margin-top: 180px;
  position:relative;
  margin-bottom: 150px;
}
}

@media (min-width: 992px) {
.bandeaux{
  margin-top: 116px;
  position:relative;
  margin-bottom: 100px;
}
}

@media (min-width: 1200px) {
.bandeaux{
  margin-top: 58px;
  position:relative;
  margin-bottom: 50px;
}
}

.navbar-brand {
  padding: 11px;
}
h1 {
    font-style: italic;
    text-align: center;
    text-shadow: strong;
    color: #cd4664;
}
.titre_menu-jour{
      font-style: italic;
      font-size: 210%;
      text-align: center;
      color: #550022;
      font-family: 'Open Sans', sans serif;

}
.footer{
    background: #ffffff;
    margin-left: 4%;
    margin-right: 4%;
    text-align: center;
}

.texte{
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 5%;
  font-size: 140%;
  font-family: 'Open Sans', sans serif;
  color: #550022;
}

.texte-intro{
  margin-top: 43%
  font-family: 'Open Sans', sans serif;
  font-style: italic;
  font-size: 240%;
  color: #550022;
}

/* Partie google maps */
.map-responsive{
    padding-left: 5%;
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    width:100%;
}
.map-responsive iframe{
        top:0;
    height:100%;
    width:100%;
    position: absolute;
}
