/* cmsms stylesheet: reset modified: lundi 16 août 2021 10:43:54 */
/* =================================== */
/* ====== HTML BASE */

html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
html,
body {
    height: 100%;
    width: 100vw;
    overflow-x: hidden;
    position: relative;
}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
