/*navigation menue */

*
{
	margin: 0;
}

nav{
	width: 100%;
	background-color: #87C16D;
	position : relative;
	margin-top: auto;
    z-index: 9000;
}

nav > ul::after{
	content: "";
	display: block;
	clear: both;
}

nav > ul{
	margin: 0px;
	padding: 0px;
}

nav > ul > li{
	float: right;
	position: relative;
}

nav li{
	list-style-type: none;
}

nav > ul > li > a{
	padding: 20px 30px;
	color: rgb(235,230,225);
}

nav > ul > li:hover a{
	padding: 20px 30px 15px 30px;
}

nav a
{
	display: inline-block;
	text-decoration: none;
	color: rgb(255, 255, 255)!important;
}


.menu:hover{
	border-bottom: 1px solid #BAE2A4;
	background: #BAE2A4;
}

body{
	background-image:url(image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 0%;
}
p
{
	font-size: large;
	padding-top: 5px;
	text-align: justify;
	color: rgba(0, 0, 0, 0.845);
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial;
	font-weight: light;
}

.exercice
{
	font-size: large;
	padding-top: 5px;
	text-align: justify;
	color: #87C16D;
	font-weight: bold;
	font-style: italic;
}

.btn{
	height: 100px;
	width: 100px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 20px;
	bottom: 20px;
}

.icone{
	width: 50px;
	cursor: pointer;
}
