body {
    padding: 0;
    margin: 0px;
    font-size: 20px;
	margin-top: 105px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 22px;
    color: black;
}
a:target{
	padding-top: 90px;
	margin-top: -90px;
}
header{
	display: flex;
	justify-content: space-between;
	height: 90px;
	width: 100%;
	padding: 0px ;
	margin: 0px;
	top: 0;
	background-color: black;
	color: aliceblue;
	text-align: right;
	position: fixed;
}
header h1{
	text-align: left;
	vertical-align: top;
	align-items: center;
	color: aquamarine;
	margin: 25px 15px;
	font-size: 35px;
}
header ul{
	position: relative;    
}
header li{
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	align-items: right;
}
header li a{
	display: block;
	text-align: left;
	padding: 10px 15px;
    margin-right: 10px;
	color:aliceblue;
	text-decoration: none;
}
header li a:hover{
	background-color: darkslategray;
}
.submenu{
	display: none;
	background-color: darkgrey;
	padding: 10px 5px ;
	font-size: 18px;
	border-radius:10px;
    width: 200px;
    margin-bottom: 0;
    border: 1px solid slategray;
	position: absolute;
	text-align: center;
	vertical-align: auto;
}
.subsubmenu{
	display: none;
	background-color:darkgrey;
	padding: 10px 5px ;
	font-size: 18px;
	border-radius: 1px;
    left: 200px;
    margin-top: -50px;
	position: absolute;
	text-align: center;
	vertical-align: auto;    
}
header ul li ul li{
    position: relative;
    width: 100%;
}
header ul li:hover > ul{
		display: block;
	}
.activ{
	color: slateblue;
}
h1{
	margin: 20px 25px;
	margin-top: 35px;
	color: burlywood;
}
p{
	margin: 15px 20px;
	line-height: 30px;
}
.fab{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fab .box{
	width: 300px;
	margin: 10px;
	border: 20px solid white;
	box-shadow: 15px 10px 25px;
}
.fab .box .img{
	width: 100%;
	height: 300px;
}
.fab .box .img img{
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.text{
	margin: 10px;
	text-align: center;
	vertical-align: center;
	align-items: center;
}
.fait{
    color: greenyellow;
}
article{
	width: 100%;
	height: 350px;
}
article img{
	margin: 15px 20px;
	border-radius: 50%;
	height: 350px;
	width: 350px;
	float: left;
	object-fit:cover;
	shape-outside: margin-box;
}
p p{
	display: inline-flex;
}
section{
	padding: 0;
	text-align: left;
	align-items: left;
}
h2{
	text-align: center;
}
h3{
	text-align: center;
	color: crimson;
	font-size: xx-large;
	margin: 50px 0px;
}
button{
	background-color: black;
	color: white;
	margin-left: 50%;
	padding: 15px 30px;
}
footer{
	display: block;
    margin: 20px 0 0;
	width: 100%;
	height: 80px;
    background-color: black;
    color: aliceblue;
  }
  footer .foot{
	display: flex;
	justify-content: space-between;
    text-transform: uppercase;
	height: 80px;
  }
  footer .foot a{
	align-items: center;
	text-decoration: none;
	color: aliceblue;
	padding: 15px;
	margin: auto 30px;
  }
  footer a:hover{
      background-color: darkslategrey;
  }