.ny_an{
    opacity: 1 !important;
}
#container .richTitle .content .imgContent_header_2 {
    width: 220px !important;
}

#container .richTitle .content .imgContent_header_2 img {
    width: 48%;
}
#container .richTitle .content .imgContent_header_2 img:nth-child(1) {
    margin-right: 2%;
}
.BoxVideo {
    height: 70vh;
    margin: 10px auto 0;
    width: 80%;
}
.BoxVideo .hytPlayerWrapOuter {
    height: 100%;
    width: 100%;
}
.BoxVideo .hytPlayerWrapOuter .hytPlayerWrap{
    height: 100%;
    width: 100%;
}
.Picto-1 {
    height: 74px;
    right: 0;
    position: absolute;
    top: 0;
    width: 74px;
}
.Picto-1 img{
    height: 100%;
    width: 100%;
}
.Picto-2 {
    height: 74px;
    right: 84px;
    position: absolute;
    top: 0;
    width: 74px;
}
.Picto-2 img{
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 550px) {  
    .BoxVideo {
        height: 40vh;
    }
}
@media screen and (max-width: 425px) { 
    .Picto-1 {
        height: 65px;
        right: 4px;
        width: 65px;
    }
    .Picto-2 {
        height: 65px;
        left: 4px;
        right: auto;
        width: 65px;
    }    
}