body{
    font-family: 'Roboto', sans-serif;
	background: #F4F7F6;
	margin: 0;
}

header {
	text-align: center;
	background: #1D1D1D;
	color: white;
	padding-bottom: 30px;
}

section {
	text-align: center;
	margin-top: 50px;
}

h1{
	font-family: 'winterbeautyscript', arial, sans-serif;
	margin-top: 0;
	padding-top: 30px;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1,5em;
	width: 400px;
	margin: auto;
}

h3:before {
	content: "« ";
	color: grey;
}

h3 {
	font-size: 1,5em;
	text-transform: uppercase;
}

h3:after {
	content: " »";
	color: grey;
}

a {
	text-decoration: none;
	color: black;
}

ul {
	padding: 0;
	display: inline;
}

li {
	list-style-type: none;
	display: inline;
	margin: 10px;
}

li:hover {
	font-weight: bold;
}

nav {
	text-align: center;
	background: white;
	box-shadow: 0px 3px 1px -1px rgba(0, 0, 0, 0.5);
	font-size: 1.1em;
	padding: 15px;
}

footer {
	background: #1D1D1D;
	color: white;
	text-align: center;
	padding: 15px;
}

* {
	box-sizing: border-box;
}

/* ID */
#exploits {
	display: flex;
	flex-wrap: wrap;
}

#logo {
	margin-top: 30px;
	width: 50px;
}

/*CLASSES*/
.separator {
	width: 40px;
	height: 1px;
	margin: 15px auto;
	display: block;
	background: #999999;
}

.contener {
	width: 80%;
	margin: auto;
}

profil p {
	font-weight: bold;
	font-family: arial;
	font-size: 1.5rem;
}
  
.profil img {
	width: 300px;
	height: 300px;
	border-radius: 50%; 
}

/* POLICES */
@font-face{
	font-family: 'winterbeautyscript';
	src: url('../src/winterbeautyscript.otf')format('truetype');
}