

/*tablet*/
@media (min-width: 768px) and (max-width: 1024px) {

}

/*mobile and tablet*/
@media (max-width: 1024px) {

}

/*pc portable*/
@media (min-width: 1025px) and (max-width: 1700px) {

}

/*desktop*/
@media (min-width: 1025px) {

}

/*RESPONSIVE*/
