/********** BLOC HERO_A (Home Page) **********/
.bloc.hero_A {
    height: 100vh;
    position: relative;
    display: flex;
    overflow: hidden;
}

/******************** RESPONSIVE max-width: 480px ********************/
@media (max-width : 480px) {
}