@media screen and (min-width:770px) and (max-width:941px){
	.is_tablette{display:block;}
	.is_pc{display:none;}
	.is_pc_tablette{display:block;}
	.is_mobile{display:none;display:none !important;}
	.row {
        width : 100%;
    }
    .row > div { 
        margin : 0 0.5%;
		 margin-bottom:15px;
    }
    .w-1 { width : 7.3%; }
    .w-2 { width : 15.6%; }
    .w-3 { width : 24%; }
    .w-4 { width : 32.3%; }
    .w-5 { width : 40.6%; }
    .w-6 { width : 49%; }
    .w-7 { width : 57.3%; }
    .w-8 { width : 65.6%; }
    .w-9 { width : 74%; }
    .w-10 { width : 82.3%; }
    .w-11 { width : 90.6%; }
    .w-12 { width : 99%; }
}