#ensemble
{
  background-color: #fff8e16b;
}

#ensemble .bandeau-titre
{
  position: relative;
  font-family: "Quicksand", sans-serif;
  font-size: calc(40px + 0.390625vw);
  text-align: center;
  color: white;
}

@media all and (max-width: 1200px)
{
  #ensemble .bandeau-titre
  {
    position: relative;
    font-family: "Quicksand", sans-serif;
    font-size: calc(40px + 0.390625vw);
    text-align: center;
    color: white;
  }
}

#ensemble .bandeau-titre .texte
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#ensemble .bandeau-titre img { width: 100%; vertical-align: middle; }

#ensemble .presentation
{
  text-align: justify;
  margin: 50px;
  font-family: "Quicksand", sans-serif;
  font-size: calc(15px + 0.390625vw);
}

#ensemble .ensemble-liste
{
  display: black;
  margin: 30px;
}

.ensemble-liste .texte
{
  text-align: center;
  padding-bottom: 6vh;
}

#ensemble .image
{
  max-height: 300px;
}

#ensemble .image img { height: 100%; }

#ensemble .texte .titre
{
  font-family: "Quicksand", sans-serif;
  font-size: calc(25px + 0.390625vw);
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}

#ensemble .texte .description
{
  font-family: "Quicksand", sans-serif;
  font-size: calc(15px + 0.390625vw);
}

#ensemble .texte .description ul
{
  list-style: none inside;
  margin: 0;
  display: inline-block;
  text-align: left;
}

#ensemble .texte .description .instrument
{
  font-weight: bold;
}

.timbres
{
  padding: 20px 100px;
  text-align: center;
  margin: 20px auto 0 auto;
  background: #DFD0B8;
}

.timbres .titre
{
  font-family: "Quicksand", sans-serif;
  font-size: calc(25px + 0.390625vw);
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}