#main-menu  /* le menu utilisateur fixe de droite  */ 
{
  z-index: 1;
  position: fixed;
 right: 0;
  top: 10%;
  margin-top: 0;
}
/* Faire disparaitre le texte "imprimer  */
.print-icon {
text-indent: -999em;
padding-left: 0px;
}
/* Lier l'icone et le lien imprimer  */
.print-icon a {
    display: block;
    height: 32px;
    width: 32px;
}
.video-responsive {
    position: relative;
    padding-bottom: 50%; /* Ratio 2:1 inchangé */
    height: 0;
    overflow: hidden;
    display: block;
    text-align: center;
    max-width: 800px; /* 400 * 1.333 ≈ 533px (1/3 plus grand) */
    margin: 0 auto;
}
.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
}
