/* éléments de style concernant la rubrique menu pour écran paysage */
nav
	{
		position : absolute ;
		width : 26.5% ;
		height : 25% ;
		bottom : 5% ;
		right : 1% ;
		font-family : "Brandon Grotesque" ;
		font-size : clamp(10px, 1.2em, 17px) ;
		visibility : visible ;
	}
	
nav ul
	{
		position : absolute ;
		height : 100% ;
		width : 100% ;
		display: flex;
		align-items: center;
		justify-content: center;
		list-style-type : none ;
	}
	
nav li
	{
		position : absolute ;
		width : 20% ;
		height : 100% ;
		text-align : center ;
	}
	
#menu_accueil
	{
		left : 0% ;
	}
	
#menu_planning
	{
		left : 20% ;
	}
	
#menu_coach
	{
		left : 40% ;
	}
	
#menu_tarif
	{
		left : 60% ;
	}
	
#menu_contact
	{
		left : 80% ;
	}
	
#rubrique
	{
		display : block ;
		text-decoration : none ;
		color : #fcb400 ;
		padding : 5% 0% ;
	}

#rubrique:hover
	{
		font-weight : bold ;
	}
	
#rub_select
	{
		display : none ;
	}
	
/* ------------------------------------------------------------------------------------------------------------------------------------------- */

/* paramètres de style concernant la rubrique menu pour écran portrait */
#boutonmenuvertical
	{
		display : none ;
	}
	
#menuvertical
	{
		display : none ;
	}