
/* Tablette */
@media screen and (max-width: 1024px) {

}

/* Smartphone */
@media screen and (max-width: 767px) {
	
}