@media only screen and (min-device-width: 480px) {
  body {
    background-image: url("../pictures/ecran.jpg");
    background-size: 150%;
  }
}

header {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 15px;
  font-size: 70px;
  border-radius: 0,3em;
  background-size: contain;
  color: white;
}

.jumbotron {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: url("../pictures/panorama.jpg");
  background-size: cover;
}

.map-container-5 {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-container-5 iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.btn {
  background-color: transparent !important;
  text-justify: center;
  font-size: 0.5em;
  vertical-align: middle;
  color: white;
  font-size: bold;
  font-style: italic;
  border: orangered;
  border-width: 2px;
}

.img:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.fa-1x {
  font-size: 1rem;
}

.navbar-toggler.toggler-example {
  cursor: pointer;
}

.dark-blue-text {
  color: white;
}

.nav-link {
  color: white;
}

@media only screen and (max-width: 700px) {
  #bigscreen {
    display: none;
  }
  #navbar {
    display: block;
  }
}

@media only screen and (min-width: 700px) {
  #navbar {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */