/** definition des titres de section **/
/** div global de la vidéo **/
.videorv {
    width: 100%;
    align-items: center;
    background-color: rgba(0,0,0,.7);
}
/** definition du titre "vidéo" **/
.titre_section {
    text-decoration: underline;
    font-family: 'Arial Black', Gadget, sans-serif;
    color: rgba(255,255,255,1);
    text-align: center;
    font-size: calc(12px + 2vw);
    font-style: italic;
    text-shadow: 1px 1px red;
}
/** div text + video **/
.div_video {
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    border-top-color: white;
    border-top-style: solid;
    border-top-width: 1vw;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    border-bottom-width: .2vw ;
    background-color: rgba(0, 0, 0, 0);
}
/** div text **/
.text_video {
    margin-top: 8%;
    padding: 0;
    width: 50%;
    height: 100%;
    text-align: center;
    float: left;
    background-color: rgba(0, 0, 0, 0);
}
/** difinition du titre des vidéos **/
.f_text_video {
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
    font-family: 'sans-serif', Gadget, sans-serif;
    color: rgba(255,0,0,1);
    text-shadow: 1px 1px rgb(239, 239, 239);
    text-decoration: none;
    font-size: calc(9px + 1vw);
    font-weight: bold;
    vertical-align: center;
}
/** div vidéo **/
.video_global {
    margin: 0;
    padding: 5px 5px 0 5px;
    width: 45%;
    position: center;
    float: left;
    align-items: center;
}
/** définiton de la vidéo **/
.lecteur_video {
    height: auto;
    width: 100%;
    object-fit: fill;
}