/* MOBILE */
@media only screen and (max-width: 768px) {

	#home_nav > div > div > a{
		margin-right:0px!important;
	}
	
	#main nav:has(button:not(.collapsed)) {
		background: var(--sd5) !important;
	}

	#sortableelement_column_sans_fond_79_22 > div:nth-child(2),
	#sortableelement_column_sans_fond_79_22 > div:nth-child(3){
		width:45% !important;
	}

	#main :is(.element_column_sans_fond_32_7,.element_column_sans_fond_81_2) .sd_image img{
		max-width: 100%!important;
	}
	
	#main footer .menu-item:before,
	#main footer .menu-item:after{
		margin-top: 0px!important;
	}

	.sd_box_gal_1 {
		width: calc((100% / 1) - (var(--gap-gal) - (var(--gap-gal) / 1)))!important;
	}
}