@font-face {
font-family: "ClearfaceStd-Regular";
src: url("fonts/ClearfaceStd-Regular.otf");
}

@font-face {
font-family: "ClearfaceStd-Italic";
src: url("fonts/ClearfaceStd-Italic.otf");
}

@font-face {
font-family: "ClearfaceStd-Bold";
src: url("fonts/ClearfaceStd-Bold.otf");
}


html, body {
  margin:0;
  font-family: 'ClearfaceStd-Regular', serif;
  color:#e5d3c1;
  background-color: #5f1229;
}

a {
  color:#e5d3c1;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}


#contenant-home {
  width:100%;
  height: 100%;
  position: absolute;
}

#contenu-home {
    position:fixed;
    top: 50%;
    left: 50%;
  	width: 1400px;
  	height: 550px;
    margin-top: -275px; /* moins 1/2 de la hauteur */
    margin-left: -650px; /* moins 1/2 de la largeur */
}

.col1 {
	float: left;
	width: 550px;
	height: 550px;
}
.col2 {
	float: left;
	width: 400px;
	padding-left: 40px;
	margin-top: 10px;
}
.col3 {
	float: left;
	width: 225px;
	padding-left: 90px;
	padding-top: 145px;
}

.home-titre {
	font-size: 38px;
	line-height: 47px;
	color: #fff;
	margin-bottom: 25px;
}


.home-texte {
	font-size: 17px;
	line-height: 28px;
	font-style:normal;
}

.home-menu-titre {
	font-size: 25px;
	color: #fff;
	margin-bottom: -15px;
}

.home-menu-soustitre {
	font-size: 16px;
	line-height: 20px;
}

hr { 
  border-color: red;
  opacity: .15;
}