/* --------------------- */
/* Menu principal */
/* --------------------- */

/* Suppression menu du thème par défaut */
#masthead, #masthead-mobile {
	display: none !important;
}

/* Bordure du bouton Contact */
#menu-primary-menu > li:last-child > a:nth-child(1) > span:nth-child(1) > span:nth-child(1) {
	border: 1px solid #FF822E;
	padding: 10px 20px;
	border-radius: 4px;
	color: #FF822E !important;
}

/* ----------------------- */
/* Menu Haut liens réseaux */
/* ----------------------- */

.gm-toolbar-nav-container {
  justify-content: flex-end !important;
  background: rgba(0,0,0,0.5);
  z-index: 999;
  position: relative;
  margin: 0;
	padding: 8px 2%;
}

@media (max-width: 800px) {
	.content-menu-haut, .fa-location-dot {
		display: none !important; 
	}	
	.icone-menu-haut {
		color:rgba(255, 130, 46, 0.6) !important;
	}  
}