body {
    text-align: center;
}

p {
    text-align: justify;
    margin-top: 10px;
}

#lobita-titre {
    text-align: start;
}

#lobita-fin-titre {
    text-align: end;
}


.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%;
}

audio {
    margin-top: 20px;
}

.bord {
    border : 1px solid #A8834C;
    border-radius: 5px;
    padding : 20px
}

.passe {
    color: #B7A4DF !important;
}