/*
 * Globals
 */

/*
 * Base structure
 */

.cover-container {
  max-width: 42em;
}
.bg_pointille_jaune {
  background-image: url("img/fond-pointilles-jaunes.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 992px) {
  .bg_vagues_noires {
    background-image: url("img/vagues-plus-longues.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom +9vh center;
  
  }
}

.bg_pointille {
  background-image: url("img/fond.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_pointille2 {
  background-image: url("img/fond2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#play {
  font-family: Helvetica, Arial, sans-serif;
  font-size:1.3em;
  font-weight:600;
}