﻿/* ---------------------------- */
/*		    Responsive  		*/
/* ---------------------------- */

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 767px) {
	
}

@media screen and (max-width: 740px) {

}

@media screen and (max-width: 640px) {

}

@media screen and (max-width: 509px) {
    
}

@media screen and (max-width: 490px) {
    .item .infos .region {max-width:280px; white-space: nowrap; overflow:hidden; text-overflow:ellipsis; padding:3px 5px;}
}

@media screen and (max-width: 430px) {
    .item .infos .region {max-width:200px; white-space: nowrap; overflow:hidden; text-overflow:ellipsis; padding:3px 5px;}
}

@media screen and (max-width: 380px) {

}

@media screen and (max-width: 320px) {
     
}