
/*****Typographie*****/


@font-face {
    font-family: 'arial narrow';
    src: url(../fonts/arial-narrow.ttf)  format('truetype');
    src: url(../fonts/arial-narrow.woff)  format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'andale mono';
    src: url(../fonts/AndaleMono.ttf)  format('truetype');
    src: url(../fonts/AndaleMono.woff)  format('woff');
    font-weight: normal;
    font-style: normal;
}



/*****Général*****/

body
{
	width: 97%;
	position: absolute;
	margin: 36px;
}


h1, h2, h3
{
	position: relative;
	margin: 0;
	font-family: "arial narrow", helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 2px;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
}


h2
{
	position: static;	
}

h3
{	
	float: left;
	display: block;
	padding: 0 0 0 30px;
}


a
{
	color: black;
	text-decoration: none;
}


a:active
{
	color: black;	
	
}

p
{
	font-family: "arial narrow", helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 2px;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
}

img{
	width: 100%;
}

sup { 
	vertical-align: top; 
	font-size: 0.6em; 
}



/*****Header et menu*****/

header
{
  float: left;
  padding-right: 30px;
}

header.home, header.info-page{
	border-right: none;
	margin-right: 0;
}

header.photographie{
	margin-right: 30px;
}


	/*Menu*/

nav.menu
{
	margin: 85px 0 0 0;
	padding: 0;
	font-family: "arial narrow", helvetica;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 2px;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 32px;

}

nav.menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}


.cat{
	cursor: pointer;
}

a sup:hover{
	text-decoration: none;
}


	/*Menu Langues*/

p .langue {
	margin: 0;
	font-size: 11px;
	line-height: 16px;
	width: 15px;
	text-align: left;
}

#fr
{	
  border-right: black solid 1px;
  padding-right: 7px;
  padding-top: 6px;
  padding-bottom: 2px;
  margin: 0;
}

#en
{
	padding-left: 11px;
	margin: 0;
}


/*****Colonne n°2*****/
	
	/*Menu Catégorie*/

.colonne2
{
	float: left;
	width: 285px;
	height: 100%;
	border-left: 1px solid black;
  	padding-left: 30px;
}

nav.sousmenu
{
	margin: 85px 0 0 0;
	padding: 0;
	font-family: "arial narrow", helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 2px;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 20px;
	list-style: none;
}

nav.sousmenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

nav.sousmenu li
{
	padding: 0;
	margin-bottom: 3px;
}	

.sousmenu ul li:last-child{  margin-bottom: 0;} 


.titre:hover
{
	text-decoration: underline;
}

.nav span:hover{
	text-decoration:underline;
}

.menu a{
	display: block-inline;
}

.menu a:hover, h1 a:hover{
	border-bottom: 1px solid black;
}

	/*Image acceuil*/
.home-pic .info{
	top:90px;
	background-color: white;
	padding-bottom: 5px;

}

.home-pic .info .detail{
	font-family: "andale mono", helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: normal;
	color: black;
	text-decoration: none;
	text-transform: none;
	position: static;

}

content
{
	height: 30px;
	width: 60%;
	max-width: 760px;
	display: inline;
	float: left;
	margin: 0;
	padding: 0 0 0 30px;
	border-left: solid black 1px;

}

figure
{
  position: relative;
  padding: 0;
  width: 100%;
  z-index: 2;
  left: -40px;
  top: 90px;
}


/*****Colonne n°3 - Gallerie*****/


.pres-project{
  width: 48%;
  min-width: 300px;
  float: left;
}

.pres-project h3{
  float: none;
  height: 30px;
  margin: 0;
  padding: 0 0 0 27px;
  border-left: solid black 1px;
  position: relative;
  left: -30px;
}

	/*Navigation Gallerie*/

.nav-project{
	position: relative;
	top: 56px;
	margin-top: 10px;
}

.nav{
	position: absolute;
	z-index: 2;
	left: 42%;
	top: -10px;
	cursor: pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

span.prev
{
	padding-right: 15px;
	margin: 0;
	border-right: black solid 1px;
	padding-top: 6px;
  	padding-bottom: 2px;
}


span.next
{
	padding-left: 15px;
	margin: 0;
	padding-top: 6px;
    padding-bottom: 2px;
	
}

.page{
	position: absolute;
	right: 0;
	top: -10px;
}



	/*Info projet*/


.info
{	
	background-color: white;
	min-width: 250px;
	max-width: 300px;
	z-index: 1;
	font-family: "arial narrow", helvetica, sans-serif;
 	font-size: 10px;
 	letter-spacing: 2px;
 	position: absolute;
 	cursor: pointer;
}

.info:hover
{
	z-index: 3;
}


.info p{
	background-color: white;
	font-family: "andale mono", helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: normal;
	color: black;
	text-decoration: none;
	text-transform: none;
	
	cursor: text;
}

span.detail
{	
	padding: 0;
	position:absolute;
	background-color: white;

}

	/*Gallerie*/

.gallery{
	position: absolute;
	top:100px;
	z-index: 2;
	padding-left: 0;
	padding-right: 40px;
	width: 48%;
	min-width: 300px;
	
}

.gallery img {
   height: auto;
   max-width: 100%;

 }

.gallery li {
  display: none;
  list-style: none;
}

.gallery li:first-child {
  display: block;
}




	/*Gallerie Photographie*/

.photo .pres-project{
	width:25%;
}


.photo .gallery{
	width:25%;
}

.vertical{
	width: 25%;
}


/*****Info et Contact*****/


.main.text-page{
	float: left;
	width: 37%;
  
}
.contact .text a{
	text-transform: none;
	text-decoration: none;
	font-style: italic;
}

.main.info-page{
border-left: solid black 1px;
  padding-left: 30px;	
}

.contact.main{
border-left: solid black 1px;
  padding-left: 30px;	
}

.text-page .text{
  margin: 87px 0 0 0;
  padding: 0;
  width: 70%;
  font-family: "arial narrow", helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 2px;
  color: black;
  text-decoration: none;
  text-transform: none;
  line-height: 20px;

}



/*****Eléments petits écrans*****/

.colonne2 h1{
	display: none
}

.menu-mobile{
	display: none;
	font-family: "arial narrow", helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 2px;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	float: right;
	padding-left: 30px;
	border-left:1px solid black;
	padding-bottom:5px; 
	padding-top:5px;
	position: fixed;
	background-color: white;
	right:3%;
	top:13px;

}

.titre-photo{
	display:none;
}

.brk-cat{
	display: none;
}



/*****Responsive*****/

@media screen and (max-width: 1000px){

	header.project, header.projects, header.photographie{
	display: none;
	}

	
	.colonne2{
		padding-right: 20px;
	}

	h1, .colonne2 h2, .titre-photo{
		display: inline;
		border-bottom: 1px solid black;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.colonne2 h1{
		display: inline;
	}

	.colonne2 h2{
		width: 100%;
		margin-top: 10px;
		line-height: 66px;
	}

	.brk-cat{
	display: block;
	}



}

	/*Ecrans tablettes (largeur 800px à 1000px)*/

@media screen and (min-width: 800px) and (max-width: 1000px) {

	nav.sousmenu{
		margin-top: 0;
	}

	.pres-project{
		width: 60%;
	}

	.gallery{
		width: 60%;
	}
  .brk-cat{
	display: block;
	}
}

	/*Ecrans mobile (largeur inférieure à 800px)*/

@media screen and (max-width: 800px){

	body{
		margin: 3%;
		overflow-x:hidden; 
		position: static;
	}

	.menu-mobile, .brk-cat{
		display: block;
	}

	.home h1{
		display: inline;
		border-bottom: 1px solid black;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	nav.menu{
		margin-top:17px;
	}
	
	/*Colonne 2*/

	.colonne2{
		width:90%;
		padding-right: 20px;
		border-left: none;
		padding-left: 0;
			}

	.project nav.sousmenu, content{
		display: none;
	}

	nav.sousmenu{
		font-family: "arial narrow", helvetica, sans-serif;
		font-weight: normal;
		font-size: 20px;
		letter-spacing: 2px;
		color: black;
		text-decoration: none;
		text-transform: uppercase;
		line-height: 35px;
		list-style: none;
		  margin-top: -7px;
}
	

	.submenu li a:hover{
		  border-bottom: 1px solid black;
	
	
	}

	.titre:hover{
		text-decoration: none;
	}


	/*Gallerie Projets*/

	.pres-project h3 {
	  width: 100px;
	  line-height: 1.3em;

	}

	.nav{
		left: 36%;
		position: static;
		margin-top: 45px;
  		margin-bottom: 15px;

	}

	.nav-project {
	  position: static;
	  top: 50px;
	  margin-top: 10px;
	  margin-left: auto;
	  margin-right: auto;
	  width: 120px;
	  text-align: center;
	}

	.page {
  		position: static;
  		float: right;
  		margin:0;
  		font-size: 12px;
	}

	.info{
		width: 90%;
		min-width: none;
		max-width: none;
		margin-right: 3%;
		font-size: 12px;
		background-color: transparent;
	}
	
	.info p{
		font-size: 12px;
		line-height: 1.5em;
	}
	
	span.detail{
		position: static;
		display: none;
	}

	.pres-project{
		width: 97%;
		font-size: 12px;
	}

	.gallery{
		position: static;
		width: 100%;
		top:200px;
		padding-right:0;
		margin: 0;
		margin-bottom: 15px;

	}
			
	.photo .gallery {
		width:100%;
	}
	
	.photo .pres-project {
	  width:97%;
	  margin-top: 20px;
	}

	.photo .pres-project h3{
		padding-left: 0;
		left: 0;
		border-left:none;
	}

	.photo h3{
		display: inline;
  border-bottom: 1px solid black;
  margin-top: 35px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
  padding-right: 0;
	}

	br{

   display: block;
   margin: 10px 0;

	}

	.home.menu-mobile{
		display: none;
	}

	.contact.main, .main.info-page{
  border-left: none;
   padding-left: 0; 
   width: 100%;
     margin-top: 4px;
}

.contact nav.menu, .info-page nav.menu{
	display: none;
}

.text-page .text{
	margin-top: 25px;
	font-size: 16px;
	width: 90%;
}

.text p{
	font-size: 12px;
}



}