/* TABLET */
@media only screen and (min-width: 769px) and (max-width: 1200px) {

	#main nav:has(button:not(.collapsed)) {
		background: var(--sd5) !important;
	}
	
	#sortableelement_column_sans_fond_79_22 > div:nth-child(1){
		width:100% !important;
	}

	#main footer .menu-item:before,
	#main footer .menu-item:after{
		margin-top: 0px!important;
	}
    
}