@media screen and (min-width:770px) and (max-width: 999px) {
	.showM10:not(.showM20) {
		display:none;
	}
	
	.showM30:not(.showM20) {
		display:none;
	}
	
	.sous_menu {
		width:calc(100% - 10px);
		border-top:solid 5px #D05214;
		border-bottom:solid 5px #D05214;
	}
	
	.item-menu {
		width:7.5%;
		height:58px;
		text-align:left;
		border-right:1px solid #f5a413;
	}
	
	.item_menu {
		font-size:10px;
		padding-left:0.5%;
		padding-right:0.5%;
	}
	
	.reglementation {
		min-width:100px;
	}
}