	

@media all and (max-width: 991px)
{
	
	:root{
	font-size: 250%;	
	}

	header
	{
		min-height: 2em;
	}

	header > p{
		margin: 0;
	}

	.mp-menu
	{
		width:50rem;
		font-size:1.1rem;
	}

	.mp-menu ul li > a {
	}


	#Entete
	{
		display: block;
		position: fixed;
		top: 0;
		height:4rem;
		width: 100%;
		background-color: white;
		z-index: 1000;
	}

	.menu-trigger {
		left: 1rem;
		width: 3.5rem;
		height: 3.5rem;
		font-size: 3.5rem;
		top: 0rem;
	}



	#LogoFO
	{
		display: block;
		position: fixed;
		width: 4rem;
		right:1rem;
		top: 0.5rem;
	}


	#P1{

		padding-top: 4rem;
		padding-left: 2%;
		padding-right: 2%;
		

	}


	.fenetre-fixe {
		display: none;
		position: relative;
		width: 100%;
		
		bottom: unset;               /* Accrochée en haut */
		right: unset;
		z-index: unset;
	}



}














































}