@charset "utf-8";

body, html  {
	padding: 0;
	margin: 0;
}

body {
	font-family: arial, sans-serif;
	background-color: #444444;
}

a {
	color: black;
}
a:hover, a:visited {
	color: #002E9F;
}
a, a:hover {
	text-decoration: none;
}

h1 {
	text-align: center;
	font-size: 1.6em;
	margin: 35px 0 10px 0;
}

h2 {
	font-size: 1.3em;
	text-align: center;
}

/* Homepage */
.pic-centered  {
	/*
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
	left: 50%;
	*/
}

/* header */
.header {
	background-color: #002E9F;
	height: 250px;
}

.logo {
	color : #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	float: left;
}

.menu {
	float : right;
}

.menu a {
	color: #ffffff;
	margin-right: 20px;
}

.menu a:hover {
	color: #2C3E50;
}

.article {
	margin-bottom: 30px;
}

.img-thumbnail { /* permet de centrer les images */
	margin-right: auto;
	margin-left: auto;
}

.slogan {
	text-align: center;
}

/* bannière */

/* about */

/* portfolio */

/* contact */