p {
    text-align: justify;
}

#lobita-titre {
    text-align: start;
}

#lobita-fin-titre {
    text-align: end;
}

h1,
h2,
h3 {
    text-align: center;
}

div {
    text-align: center;
    padding-bottom: 10px;
}

div a#lien-yt {
    font-size: 100%;
    color: black;
    font-weight: bold;
    text-decoration: underline;
}

.italique {
    font-style: italic;
}

.videoResponsive {
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
    padding-top: 30px;
    overflow: hidden;
}

.videoResponsive iframe,
.videoResponsive object,
.videoResponsive embed {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 56.25%;
}