@charset "UTF-8";
/* CSS Document */
@viewport {
   width: device-width; /* largeur du viewport */
   zoom: 1; /* zoom initial à 1.0 (et clin d'oeil aux fans d'IE6/7) */
}
/* HR Styles */
hr.top
{ 
    border: 1px solid black;
}


body
{
	margin: 0;
	padding: 50px;
	background-color:#F9F9F9;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
} 
#header{
    z-index: 5000;
    position:static;
    
    
    font-size: 24px;
    font-weight: 800;
    
}



.header-text{
    font-size: 36px;
    font-weight: 500;
}
a.row-header{

    font-size: 36px;
    font-weight: 500;
  }


.project {
    position:relative;
    overflow:hidden;
}   

.img-header {
    width: 50%;
    vertical-align: middle;
    
}


	
	/* unvisited link */
a:link {
    color: #000000;
	text-decoration: none;
	cursor: pointer;
}

/* visited link */
a:visited {
    color: #000000;
	text-decoration: none;
}

/* mouse over link */
a:hover {
    color: white;
	/*text-decoration: underline;*/
    cursor: pointer;
   background-color: blue;
    /*text-decoration-color: white;*/
    
}

/* selected link */
a:active {
    color: #000000;
	text-decoration: none;
}
/*typo*/
   
    
    
    

    h3{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:24px;
	line-height:34px;
	font-style:normal;
	font-weight:400;
    
    }

	h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:18px;
	font-style:normal;
	font-weight:400;
	}
	h5 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	font-style:normal;
	font-weight:400;
	}
	h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:10px;
	line-height:16px;
	font-style:normal;
	font-weight:400;
	}
	

.caption{
    z-index: 5000;
    display: none;
	cursor:crosshair;
	width:200px;
	height:30px;
	/*border-style: solid;
    /*border-width: 5px;*/
	/*border-color:#FFFFFF;*/
	position:fixed;
	top:3%;
	right:4%;
	opacity:0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-align:right;
    color:#000000;
    
	}
	.caption h4{
		margin-top:7%;
		margin-bottom:1%;
		}
		.caption h5{
		margin-top:0px;
		}
	.project a:hover > .caption{
    z-index: 5000;
	opacity:100;
	width:200px;
	height:30px;
        display: block;
	opacity:100;
	/*border-bottom:solid;
	border-color:#002BFF;*/
	
	}
/* arrow */

	.caption2{
        z-index: 5000;
        display: none;
	cursor:crosshair;
	width:10px;
	height:20px;
	/*border-style: solid;
    /*border-width: 5px;*/
	/*border-color:#FFFFFF;*/
	position:fixed;
	top:5%;
	
	right:35%;
	opacity:0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-align:right;
	}
	.caption2 h4{
		margin-top:7%;
		margin-bottom:1%;
		letter-spacing:20px;
		
		}
		
	.project a:hover > .caption2{
    
	opacity:100;
	width:10px;
	height:20px;
	/*background-color:#002BFF;*/
	opacity:100;
        display: block;
	/*border-bottom:solid;
	border-color:#002BFF;*/
	
	}

@media all and (max-width: 640px)
	{
		body{
			padding: 20px 0px 0px 0px;
		}
	}