
/* Portable */
@import url("ltg.css") only screen and (max-width:320px);
/* Tablette */
@import url("ltg.css") only screen and (min-width:321px) and (max-width:768px);
/* Bureau */
@import url("ltg.css") only screen and (min-width:769px);
