@charset "utf-8";
/* CSS Document */

html, body, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, li, dl, dt, dd, form, fieldset, input, textarea, label, u  {
	margin: 0;
	padding: 0;
	border:0px;
	list-style: none;
	font-weight: normal;
	font-style: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#c4bec9;
	text-align:center;
	line-height: 1.6;
	letter-spacing:0.2em;
}
body {
	margin: 0px auto;
	width:100%;
	background-color:#111225;
	background-image: url("http://www.jdb.design/img/degrade_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
}
#wrapper{
    height: auto;
    margin: 0px auto;
    min-height: 300px;
    position: relative;
    width: 100%;
}
.clear{
	clear:both;
	height:1%;
}
.contenu {
  margin-top: 50vh; /* poussé de la moitié de hauteur de viewport */
  transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */
}
.logo_nom {
	margin: 30px;
}
.nom {
	color:#FFFFFF;
	font-size:36px;
	margin-top: 6px;
}
.bloc_contenu {
	margin: 40px;
}
.lien_reas {
	color:#c4bec9;
	padding: 10px;
	border: 2px solid #c4bec9;
}
.lien_mail {
	color:#c4bec9;
}
a {
	color:#8d839a;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
}