/* Permet un comportement normal des flex-box tout en permettant la surcharge */
* {
    min-width: 0;
    min-height: 0;
}

html.ls-black-screen-active {
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

section{
    width: 100%;
}
.darkened, .ls-content.darkened{
    color: #fff;
    background-color: #607d8b;
}