@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('../fonts/MonoSocialIconsFont/MonoSocialIconsFont-1.10.eot');
    src: url('../fonts/MonoSocialIconsFont/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MonoSocialIconsFont/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('../fonts/MonoSocialIconsFont/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('../fonts/MonoSocialIconsFont/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('../fonts/MonoSocialIconsFont/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'Ovo', serif;
}

/*-------------------------- menu --------------------------*/

*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

nav {
	margin-top:500px;
	position:fixed;
	z-index:999;
}

.menu a {
	margin-top:10px;
	display:block;
	width:120px;
	height:30px;
	line-height:30px;
	text-align:center;
	
	color:#f5f0ec;
	font-size:13px;
	text-transform:uppercase;
	
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	perspective: 800px;
}

.menu a span {
	background:#655d5e;
	display: inline-block;
	width: 100%;
	
	-webkit-transition: -webkit-transform 0.4s, background 0.4s;
	-moz-transition: -moz-transform 0.4s, background 0.4s;
	transition: transform 0.4s, background 0.4s;
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	-webkit-transform-origin: 50% 50% -60px;
	-moz-transform-origin: 50% 50% -60px;
	transform-origin: 50% 50% -60px;
}

.menu a span::before {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	color:#655d5e;
	background:#f5f0ec;
	
	content: attr(data-hover);
	
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	transition: background 0.4s;
	
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	transform: rotateY(90deg);
	
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	transform-origin: 0 50%;
	pointer-events: none;
}

.menu a:hover span {
	background:#f5f0ec;
	
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}


/*-------------------------- home --------------------------*/	
	
#home {
	width:100%;
	height:780px;
	
	background:url(images/2.jpg) center 0 no-repeat fixed;
	background-size:cover;
}

#home_content {
 	height:780px;
  	line-height:700px;
  	text-align:center;
}

.align {
	display:inline-block;
	vertical-align:middle;
	width:200px;
	line-height:1.2;
	border:1px solid #f5f0ec;
}

#home_content h1 {
	color:#f5f0ec;
	font-size:80px;
}

#home_content h2 {
	color:#f5f0ec;
	font-size:30px;
	line-height:1;
}

/*-------------------------- designers --------------------------*/


#designers {
	width:100%;
	height:750px;
	line-height:750px;
	text-align:center;
	
	background:url(images/pattern.svg) center 0 fixed;
	background-size:cover;
}

#designers_content {
	height:600px;
	width:95%;
	vertical-align:middle;
	line-height:600px;
	display:inline-block;
	margin:0;
}


.grid {
	vertical-align:middle;
	text-align:center;	
	line-height:1.2;	
	display:inline-block;
}

.container_d {
  border:none;
  display:inline-block;
  width: 200px;
  height: 200px;
  margin:10px;
  
  
  perspective: 1000px;
  -webkit-perspective:1000px;
  -mos-perspective:1000px;
  -ms-perspective:1000px;
  -o-perspective:1000px;
}

.card_d {
  width: 100%;
  height: 100%;
  
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -mos-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -mos-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.container_d:hover .card_d {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -mos-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.container_d .face {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius:100%;
  overflow:hidden;
  
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -mos-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
}

.container_d .front {
	background:#C61B1E;
}

.container_d .back {
  background: #f5f0ec;
  
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -mos-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  
  	width:200px; /* largeur zone de texte */
 	height:200px;
	
  	line-height:200px;
  	text-align:center;
}

.container_d .align {
	position:relative;
	width:160px; /* largeur zone de texte */
	
	vertical-align:middle;
	display:inline-block;
	line-height:1.2; /* on rétablit le line-height */
}

 .container_d .back h3{
	 font-size:14px;
	text-transform:uppercase;
	color:#bbaea8;
	border-bottom:1px solid #bbaea8;
	padding-bottom:10px;
}

.container_d .back p {
	font-style:italic;
	color:#bbaea8;
	font-size:13px;
}

/*-------------------------- news --------------------------*/

#about {
	width:100%;
	height:760px;
	
	background:url(images/4.jpg) center 0 no-repeat fixed;
	background-size:cover;`
	
	vertical-align:middle;
	line-height:700px;
  	text-align:center; /* centrage horizontal */
}

#about_content {
  width:600px; /* largeur zone de texte */
  height:450px;
  background:#889da2;
  opacity:0.8;
  
  vertical-align:middle;
  display:inline-block;
  line-height:450px;
  text-align:center;
}

#about_content span{
  width:580px; /* largeur zone de texte */
  height:430px;
  border: 1px solid #f5f0ec;
  
  vertical-align:middle;
  display:inline-block;
  line-height:430px;
  text-align:center;
}

#about_content p{
  width:200px; /* largeur zone de texte */
  margin:0 20px 0 20px;
  
  color:#f5f0ec;
  font-size:24px;
  
  vertical-align:middle;
  display:inline-block;
  line-height:1.2;
  text-align:left;
}



/*-------------------------- work --------------------------*/

#work {
	width:100%;
	height:1100px;
	line-height:1100px;
	background:#e7dfd1;
	fae380
}

#work_content {
	vertical-align:middle;
	line-height:1.2;
	display:inline-block;
	margin:0;
}

/*------------- grid -------------*/

.grid {
	text-align:center;		
}

.container_w {
	border:none;
  display:inline-block;
  width: 280px;
  height: 280px;
  margin:20px;
  
  
  perspective: 1000px;
  -webkit-perspective:1000px;
  -mos-perspective:1000px;
  -ms-perspective:1000px;
  -o-perspective:1000px;
}

.card_w {
  width: 100%;
  height: 100%;
  
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -mos-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -mos-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.container_w:hover .card_w {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -mos-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}

.container_w .face {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius:5px;
  overflow:hidden;
  
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -mos-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
}

.container_w .front {
	background:#C61B1E;
}

.container_w .back {
  background: #f5f0ec;
  
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -mos-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  
  	width:280px; /* largeur zone de texte */
 	height:280px;
	
  	line-height:300px;
  	text-align:center;
}

.container_w .align {
	position:relative;
	width:180px; /* largeur zone de texte */
	
	vertical-align:middle;
	display:inline-block;
	line-height:1.2; /* on rétablit le line-height */
}

.container_w .back h3{
	text-transform:uppercase;
	color:#bbaea8;
	border-bottom:1px solid #bbaea8;
	padding-bottom:10px;
}

.container_w .back p {
	font-style:italic;
	color:#bbaea8;
}



/*-------------------------- news --------------------------*/

#news {
	width:100%;
	height:500px;
	line-height:800px;
  	text-align:center; /* centrage horizontal */
	
	background:url(images/3.jpg) center 0 no-repeat fixed;
	background-size:cover;
}



/*-------------------------- contact --------------------------*/

#contact {
	width:100%;
	height:500px;
	line-height:500px;
	text-align:center;
	background:#FCEFB9;
} /*889da2*/

#contact_content {
	display:inline-block;
	vertical-align:middle;
	line-height:1.2;
}

#contact_content a {
	outline:none;
}


#contact_content li {
	display:inline-block;
}

.icon {
	color: #889da2;
	font-size:80px;
    font-family: 'Mono Social Icons Font';
	padding-left:30px;
	padding-right:30px;
	
	-webkit-transition:all 0.4s ease-in-out;
	-mos-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;

    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.icon:hover {
	color: #A1999A;
	padding-left:60px;
	padding-right:60px;
	
	-webkit-transition:all 0.4s ease-in-out;
	-mos-transition:all 0.4s ease-in-out;
	-ms-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}