
/* Phone */
@import url("portable.css") only screen and (max-width:320px);
/* Tablet */
@import url("Templates/tablette.css") only screen and (min-width:321px) and (max-width:768px);
/* Desktop */
@import url("bureau.css") only screen and (min-width:769px);
