@charset "UTF-8";
#PageService {
    padding-left: 4.28%;
    padding-right: 4.28%;
    text-align: left;
}
#VideoPaie {
    width: 55%;
    height: 300px;
}
#basService {
    display: inline-block;
    width: 40%;
    height: auto;
    vertical-align: top;
    margin-left: 4%;
    margin-top: 2%;
}
#asideBasService {
    display: inline-block;
    padding-left: 7%;
    width: 30%;
    height: auto;
    vertical-align: top;
    margin-top: 2%;
}
#AsideBasServiceImg {
    max-width: 100%;
}
#VideoValeurs {
    width: 55%;
    height: 300px;
}
#VideoRGPD {
    width: 55%;
    height: 300px;
}

@media screen and (max-width:430px){
#asideBasService {
    display: none;
}
#basService {
    width: 92%;
}
#VideoRGPD {
    width: 92%;
}
#VideoPaie {
    width: 92%;
}
#VideoValeurs {
    width: 92%;
}
}
