.site-menu {
	
	margin-block-start: 0;
	margin-block-end: 4rem;
	
	& .site-menu--inner  {
		margin-block-start: 1rem;
		
	}
	
	& .site-menu--nav  {
		padding-bottom: 0.5rem;
		
		& .menu-item   {
		
			padding-bottom: 0.25rem;
			
			&:is(.current_page_item, .current-menu-item) {
				border-bottom: 1px solid;
			}
			
			body:is(.tax-cke-proprietes_type, .single-cke-proprietes) &:is(.proprietes) {
				border-bottom: 1px solid;
			}
			
			body:is(.single-cke-blogue) &:is(.blogue) {
				border-bottom: 1px solid;
			}
			
			& :is(a, label) {
				white-space: nowrap;
			}
		}
		
		& .menu-item-burger  {
			display: none;
			.burger {
				background: none;
				border: none;
				font-size: 2rem;
				color: var(--wp--preset--color--jaune);
				&:hover {
					color: var(--wp--preset--color--jaune);
					cursor: pointer;
				}
			}
			
			
		}
		
	}
	@media (width < 770px) {
		.site-menu--logo {
			max-width: 100px;	
		} 
	}
	@media (width < 700px) {
		
	
		.site-menu--nav  {
			.menu-item {
				display: none;
			}
		
			.menu-item-burger  {
				display: revert;
			}
		}
	}
	
}