html, body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background-color: #151515;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

H1 {
    color: white;
    margin-top: 0px;
    font-size: 32px;
}

H2 {
    color: #cdcbcb;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}
p {
    color: #cdcbcb;
    font-size: 15px;
}
.entendu-sur-img {
    margin-bottom: 10px;
    width: 100%;
}
.section {
    padding-top: 50px;
    padding-bottom: 20px;
}
@media (min-width: 992px) {
    .container {
        max-width: 960px!important;
    }
}
video {
    width: 100%;
    border-radius: 4px;
}
.caption-video {
    color: white;
    line-height: 16px;
    font-size: 10px;
    display: block;
}
audio {
    height: 26px;
}
.audio-caption {
    font-size: 13px;
    color: white;
    display: block;
    text-align: center;
}