   .centered {
   	text-align: center
   }

   .mt {
   	margin-top: 80px;
   }

   .mb {
   	margin-bottom: 80px;
   }

   a {
   	color: #FF0000;
   }

   a:hover {
   	color: #FF0000!important;
   }

/* ==========================================================================
   Style général
   ========================================================================== */


   body {
   	font-family: 'Montserrat', sans-serif;
   	font-weight: 400;
   	font-size: 16px;
   	background-color: black;
   	color: white;

   	-webkit-font-smoothing: antialiased;
   	-webkit-overflow-scrolling: touch;
   }

   h1, h2, h3, h4, h5, h6 {
   	font-weight: 700;
   	color: #FF0000;
   }

   .navbar-brand {
   	font-weight: 700;
   }

   #navbarr {
   	background-color: rgba(0, 0, 0, 0.8);
   }

   #titre {
   	color: #FF0000 !important;
   }

   .navbar-default .navbar-nav > .active > a {
   	color: #FF0000!important;
   	background-color: transparent;
   }

   .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
   	color: #FF0000!important;
   	-webkit-transition: all 0.5s;
   	transition: all 0.5s;
   }

/* ==========================================================================
   Wrap
   ========================================================================== */

   #headerwrap {
   	background: url(../img/back.jpg) no-repeat center top;
   	margin-top: -70px;
   	padding-top: 250px;
   	text-align:center;
   	background-attachment: relative;
   	background-position: center center;
   	min-height: 650px;
   	width: 100%;

   	-webkit-background-size: 100%;
   	-moz-background-size: 100%;
   	-o-background-size: 100%;
   	background-size: 100%;

   	-webkit-background-size: cover;
   	-moz-background-size: cover;
   	-o-background-size: cover;
   	background-size: cover;
   }

   #headerwrap h1 {
   	color:#ffffff;
   	padding-top: 10px;
   	padding-bottom: 20px;
   	letter-spacing: 4px;
   	font-size: 80px;
   	font-weight: bold;
   }

   #headerwrap h4 {
   	font-weight: 400;
   	color: #ffffff;
   }

   @media (max-width: 768px) {
   	#headerwrap {
   		padding-top: 180px;
   	}
   }

   #social {
   	padding-top: 50px;
   	padding-bottom: 50px;
   	background-color: #f2f2f2;
   }

   #social i {
   	font-size: 40px;
   	color: #4a4a4a;
   }

   #social i:hover {
   	color: red;
   	-webkit-transition: all 0.5s;
   	transition: all 0.5s;
   }

   #workwrap {
   	background: url(../img/work.jpg) no-repeat center top;
   	margin-top: -70px;
   	padding-top: 250px;
   	text-align:center;
   	background-attachment: relative;
   	background-position: center center;
   	min-height: 650px;
   	width: 100%;

   	-webkit-background-size: 100%;
   	-moz-background-size: 100%;
   	-o-background-size: 100%;
   	background-size: 100%;

   	-webkit-background-size: cover;
   	-moz-background-size: cover;
   	-o-background-size: cover;
   	background-size: cover;
   }

   #workwrap h1 {
   	color:#ffffff;
   	padding-top: 10px;
   	padding-bottom: 20px;
   	letter-spacing: 4px;
   	font-size: 80px;
   	font-weight: bold;
   }

   #workwrap h4 {
   	font-weight: 400;
   	color: #ffffff
   }

   #contactwrap {
   	background: url(../img/contact.jpg) no-repeat center top;
   	margin-top: -70px;
   	padding-top: 250px;
   	text-align:center;
   	background-attachment: relative;
   	background-position: center center;
   	min-height: 650px;
   	width: 100%;
   	background-size: 100%;
   	background-size: cover;
   }

   #contactwrap h1 {
   	color:#ffffff;
   	padding-top: 10px;
   	padding-bottom: 20px;
   	letter-spacing: 4px;
   	font-size: 60px;
   	font-weight: bold;
   }

   #contactwrap h4 {
   	font-weight: 400;
   	color: #ffffff
   }

/* ==========================================================================
   Style précis
   ========================================================================== */

   #copyrights {
   	background: #222222;
   	padding: 20px 0;
   	text-align: center;
   }

   #copyrights p {
   	margin-bottom: 5px;
   	color: #fff;
   }

   #copyrights a {
   	color: #1abc9c;
   }

   a.effect1 {
   	box-sizing: border-box;
   	position: relative;
   	overflow: hidden;
   	display: inline-block;
   	color: white;
   	text-decoration: none;
   	margin: 0 auto;
   	width: 330px;
   	height: 100px;
   	border: 3px solid;
   	font-family: Roboto, sans-serif;
   	font-size: 1.5em;
   }
   a.effect1:after{
   	box-sizing: border-box;
   	position: relative;
   	text-align: center;
   	width: 100%;
   	line-height: 100px;
   	content: 'Plus de réalisations';

   	-webkit-transition: all 0.3s;
   	transition: all 0.3s;
   }
   a.effect1:before {
   	box-sizing: border-box;
   	content: '';
   	position: absolute;
   	left: 0%;
   	top: 100%;
   	width: 100%;
   	height: 100%;
   	background: white;

   	-webkit-transition: all 0.3s;
   	transition: all 0.3s;
   }
   a.effect1:hover:before {
   	top: 0;
   }
   a.effect1:hover:after {
   	color: #25354F;
   }

   .portfolio-item {
   	margin: 0 auto;
   	width: 80%;
   }

   .item {
   	width: 33.3333%;
   }

   a.effect2 {
   	box-sizing: border-box;
   	position: relative;
   	overflow: hidden;
   	display: inline-block;
   	color: white;
   	text-decoration: none;
   	margin: 0 auto;
   	width: 325px;
   	height: 100px;
   	border: 3px solid;
   	font-family: Roboto, sans-serif;
   	font-size: 1.5em;
   }
   a.effect2:after{
   	box-sizing: border-box;
   	position: relative;
   	text-align: center;
   	width: 100%;
   	line-height: 100px;
   	content: 'Autres informations';

   	-webkit-transition: all 0.3s;
   	transition: all 0.3s;
   }
   a.effect2:before {
   	box-sizing: border-box;
   	content: '';
   	position: absolute;
   	left: 0%;
   	top: 100%;
   	width: 100%;
   	height: 100%;
   	background: white;

   	-webkit-transition: all 0.3s;
   	transition: all 0.3s;
   }
   a.effect2:hover:before {
   	top: 0;
   }
   a.effect2:hover:after {
   	color: #25354F;
   }

   #police {
   	font-size: 25px;
   }

   #police p {
   	margin: 1.2em;
   }

   .portfolio-menu {
   	text-align: center;
   }

   .portfolio-menu ul li {
   	display: inline-block;
   	font-size: 1.5em;
   	margin: 5px;
   	list-style: none;
   	padding: 10px 15px;
   	border: 1px solid #FF0000;
   	cursor: pointer;
   	-webkit-transition: all .5s ease;
   	-moz-transition: all .5s ease;
   	-ms-transition: all .5s ease;
   	-o-transition: all .5s ease;
   	transition: all .5s ease;
   }

   .portfolio-menu ul li:hover {
   	background: #FF0000;
   	color: #ffffff;
   }

   .portfolio-menu ul li.active {
   	background: #FF0000;
   	color: #ffffff;
   }

   #contenu {
   	margin: 0 auto;
   	width: 70%;
   }

   /*MEDIA QUERIES*/
   @media screen and (max-width: 800px)
   /*@media all and (max-device-width: 480px)*/
   {
   	.item {
   		width: 100%;
   	}

   	#workwrap h1 {
   		font-size: 45px;
   	}

   	#headerwrap h1 {
   		font-size: 50px;
   	}

   	#contactwrap h1 {
   		font-size: 50px;
   	}

   	#nom {
   		margin-top: 80px;
   	}

   	#real {
   		margin-top: 40px;
   	}

   	#infos {
   		margin-top: 40px;
   	}

   	#police p{
   		width: 100%;
   		margin-left: 0;
   	}

	.portfolio-menu ul li {
		margin: 0 auto;
		width: 90%;
	}

	.portfolio-menu ul {
		padding: 0;
	}
   }