/*Youtube*/

.padding_bottom0{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.baniere_youtube{
    background-image: url("images/accueil.JPG");
    background-size: 80%;
    padding-top: 1px;

    background-repeat: no-repeat;
    height : 43vw;
    background-position-x: 50%;
}

.hs_font{
    font-size:5vw;
    -webkit-text-stroke-width: 0.05vw;
    -webkit-text-stroke-color: black;
}


.bioAndVideo{
    display : flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap : 10px;
}

.bioAndVideo_R{
    display : flex;
    flex-wrap: wrap;
    flex-direction:row-reverse;
    gap : 10px;
    justify-content: center;
}

.Bio{
    width : 60%;
    margin-left:50px;
    margin-right:50px;
}

.Video{ 
    padding : 20px;
}

.vignette_video{
    padding-top: 70px ;
}

.padtop20{
    padding-top: 20px;
}
