.paragraphe {
    display: flex;
    margin-bottom: 30px;
}
  
.image img {
    border-radius: 12px;
}
  
.image p {
    margin: 0;
    text-align: center;
}

#ligne_centrale {
    margin-left: 15px;
    margin-top: auto;
    margin-bottom: auto;
}

#mannequin_de_bois {
    margin-right: 15px;
}

#mannequin_de_bois img {
    width: 200px;
    height: 133.333px;
}

#ip_man_bruce_lee {
    margin-left: 15px;
    margin-top: auto;
    margin-bottom: auto;
}

#ip_man_bruce_lee img {
    width: 200px;
    height: 142.667px;
}

#couteau_papillon {
    margin-right: 15px;
    margin-top: auto;
    margin-bottom: auto;
}

#couteau_papillon img {
    width: 200px;
    height: 127.4px;
}

#baton_long {
    margin-left: 15px;
    margin-top: auto;
    margin-bottom: auto;
}

#baton_long img {
    width: 200px;
    height: 132.7px;
}

#video{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    width: 950px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 50px;
}

#video iframe{
    width: 200px;
    height: 400px;
    flex: 1;
    border-radius: 16px;
}