/* -------------------------------- 
Chiffres
-------------------------------- */

.chiffres h1{
  font-size: 280%;
}

.chiffres h6 {
  font-size: 98%;
  font-weight: 300;
}

/* -------------------------------- 
Histoire
-------------------------------- */

/* cards events */
.event{
  display: flex;
}
.events .card-panel{
  background-color: #74BCCB !important;
}
.event div{
  margin: 0.3em;
}
.date{
  margin-right: 0.2em;
}
.date h6{
  color: white;
  font-size: larger;
}
.event-description h6{
  color: #3C4448;
  line-height: 150%;
  font-size: small;
}
.staggered-test{
  opacity: 0;
}

/* -------------------------------- 
Partenaires
-------------------------------- */
.partenaires{
  display: flex;
  height: 50vh;
  flex-wrap: wrap;
  justify-content: space-around;
  overflow-y: scroll;
}
.partenaires > div{
  margin: 1.5em;
}
.partenaires img{
  max-width: 73vw;
}
.partenaires .too-big{
  max-height: 28vh;
  width: auto;
}
.image-test{
  opacity: 0;
}
@media only screen and (min-width: 601px) {
  .partenaires{
    height: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .partenaires img,
  .partenaires .too-big{
    max-height: 15vh;
    width: auto;
  }
  .partenaires .too-big{
    max-height: 20vh;
  }
}



#download-button:hover{
  background-color: #7ECBDC;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2),0 2px 10px 0 rgba(0,0,0,0.5);
}
