@charset "utf-8";
/* Mobile */
@import url("/labo/LG/styles/mobile.css") only screen and (max-width:800px);
@import url("/labo/LG/styles/mobilecontenu.css") only screen and (max-width:800px);
@import url("/labo/LG/styles/content-bodymobile.css") only screen and (max-width:800px);

/* Structure */
@import url("/labo/LG/styles/structureScreen.css") only screen and (min-width:801px);
@import url("/labo/LG/styles/contenu.css") only screen and (min-width:801px);
@import url("/labo/LG/styles/content-body.css") only screen and (min-width:801px);


