/*Yann Aebischer
12.01.2026
Fait tout ce qui a juste sur Technîques*/
#techniques{/*Montre la page actuel*/
    background-color: #a71414;
}
.video {/*Ajustation video*/
    max-height: auto;
    height: auto;
    display: block;

}
h4{ 
    font-size: 100%;

  }

  .titre {/*Mettre sous titre en haut de la video et du texte*/
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }

  .content {/*Mettre la video a cote d'u texte*/
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }

  .text {
    padding: 8px;
  }