.bulle-icone.red {
    background-color: #EB0706;
  }

.bulle-icone-bordure.red {
    background-color: #A50253;
}

.video-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.video {
    width: 48%;
    margin-bottom: 4.991rem;
}
iframe {
    width: 100%;
    height: 19.688rem;
}
h3 {
    font-size: 1.2rem;
    margin-bottom: 0.188rem;
    color: #4F4F4F;
}