
/*  */

@media only screen and (max-width:768px){


}

@media (min-width: 768px) and (max-width:1200px) {



}

@media only screen and (min-width:1200px){



}





#content {
	margin: 0 auto;
	height:auto;
	}

@media only screen and (max-width:479px){
.indexcase{
	position:relative;
	width:100%;
	height:auto;
	margin: 0 auto;
	padding:0;
	text-align:center;	
}


.indexcase1{
	display:none;
	
}

.indexcase2{
	width:100%;
	height:auto;
	margin: 0;
	float:left;
	text-align:center;
	
}

.box {
	width:160px;
	margin:10px;
	}


}

@media screen and (min-width: 480px) and (max-width: 639px) {

.indexcase{
	position:relative;
	width:100%;
	height:auto;
	margin: 0 auto;
	padding:0;
	text-align:center;	
}


.indexcase1{
	display:none;
	
}

.indexcase2{
	width:100%;
	height:auto;
	margin: 0;
	float:left;
	text-align:center;
	
}

.box {
	width:220px;
	margin:10px;
	}


}

@media screen and (min-width: 640px) and (max-width: 799px) {
.indexcase{
	position:relative;
	width:100%;
	height:auto;
	margin: 0 auto;
	padding: 0;
	text-align:center;	
}


.box {
	width:150px;
	margin:5px;
	}


.indexcase1{
	display:none;
	
}

.indexcase2{
	width:100%;
	height:auto;
	margin: 0;
	float:left;
	text-align:center;
	
}



}

@media screen and (min-width: 800px) and (max-width: 999px) {
.indexcase{
	position:relative;
	width:800px;
	height:auto;
	margin: 0 auto;
	padding: 40px 0 0 0;
	text-align:center;	
}


.box {
	width:150px;
	margin:5px;
	}


.indexcase1{
	width:300px;
	height:auto;
	margin: 0;
	float:left;
	text-align:left;
	
}
.indexcase1 img {
    width:290px;
    height:auto;
    margin: 5px;
}


.indexcase2{
	width:500px;
	height:auto;
	margin: 0;
	float:left;
	text-align:center;
	
}


}


@media screen and (min-width: 1000px) and (max-width: 1199px) {

.indexcase{
	position:relative;
	width:1000px;
	height:auto;
	margin: 0 auto;
	padding: 40px 0 0 0;
	text-align:center;	
}

.box {
	width:160px;
	margin:7px;
	}


.indexcase1{
	width:300px;
	height:auto;
	margin: 0;
	float:left;
	text-align:left;
	
}
.indexcase1 img {
    width:290px;
    height:auto;
    margin: 5px;
}


.indexcase2{
	width:700px;
	height:auto;
	margin: 0;
	float:left;
	text-align:left;
	
}


}
@media only screen and (min-width:1200px){

.indexcase{
	position:relative;
	width:1200px;
	height:auto;
	margin: 0 auto;
	padding: 40px 0 0 0;
	text-align:center;	
}

.box {
	width:180px;
	margin:10px;
	}


.indexcase1{
	width:400px;
	height:auto;
	margin: 0;
	float:left;
	text-align:left;
	
}
.indexcase1 img {
    width:390px;
    height:auto;
    margin: 5px;
}


.indexcase2{
	width:800px;
	height:auto;
	margin: 0;
	float:left;
	text-align:center;
	
}


}







.box img {
	width:100%;
	border:0;
	margin:0;
}


.box .info {
	background: no-repeat rgba(0, 0, 0, 0.8);
	opacity: 0;
	-webkit-transition: opacity .5s ease;
    	-moz-transition: opacity .5s ease;
    	-o-transition: opacity .5s ease;
    	transition: opacity .5s ease;
    	left: 0;    
	top: 0;
    	position: absolute;    
	height:100%;
	width:100%;
	text-align:center;
	}

	
.box:hover .info {
	opacity: 1;
	}
	
	
.box .text {   
	font-family: 'Didot';
	color: #fff;
	padding: 30px 0;
	text-align:center;
	border:none;
	}


.box .title {
	font-family: 'Didot';
	text-rendering: optimizeLegibility;
	color: #fff;
	text-transform:uppercase;
	font-size:2em;
	line-height:1em;
	letter-spacing:0px;
	line-height:200%;
	}

	
.box .type {
	font-family: 'Didot-italic';
	padding-top:10px;
	color: #ababab;
    	font-size:1.4em;
	line-height:180%;
    	letter-spacing:0px;
	text-transform:none;
	}	
	
.pdlink1 {
	margin:15px 90px;
	background-color: #fff;
	display: block;
	width: 70px;
	height: 70px;
	z-index: 10;
	border-radius: 35px;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	text-align:center;
	opacity: 0.6;
	color: #000;
	font-size:0.8em;
	line-height:120%;

}



/*  ------------------------------------------ Filtres Isotopes ------------------------------------------ */

.isotope-item {
	z-index: 2;
	}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
	}

.isotope,
.isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
	}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
	}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
	}



/* ------------------------------------------------------------------ PAGES INTERIEURES ------------------------------------------------------------------ */
		
.liens-projet {
	width:auto;
	height:50px;
	text-align:center;
	margin-top:30px;
	background-color:#f3f3f3;
	}
	
a.lien {
	font-family: 'Didot-italic';
	font-weight:normal;
	font-size:1em;
	color:#000;
	margin: 0 10px;
	position:relative;
	z-index:24;
	color:#000;
	text-decoration:none
	}
 
a.lien:hover{
	z-index:25;
	}
 
a.lien span{
	display: none
	}
 
a.lien:hover span{
	display:block;
	position:absolute;
	bottom:35px; left:-40px; width:130px;
	color:#000;
	text-align: center;
	font-weight:none;
	}
	
.visit {
	font-family: 'DIN-LightRegular';
	font-weight:normal;
	font-size:1em;
	color:#fff;
	text-decoration:none;
	background-color:#000;
	padding:10px;
	line-height:5em;
	}
 
.visit:hover{
	color:#000;
		background-color:#fff;
			}	
	
.images-projet {
	width:100%;
	max-width:1140px;
	}
	
.images-about {
	width:100%;
	max-width:1140px;
		}	
	
.about-txt{
	margin:0;
	padding:20px 0 0;
	line-height:2em;
	font-family: 'DIN-LightRegular';
	font-size:1em;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:normal;
	}	

.paragraphe-about {
	height:auto;
	border-bottom:solid 1px #ababab;
	padding-bottom:50px;
	}
	
.paragraphe-about2 {
	height:auto;
	padding-bottom:50px;
	}	
	
	
.awards {
	width:auto;
	min-height:65px;
	}


.award {
	text-align:left;
	width:auto;
	min-width:100px;
	height:65px;
	float:left;
	margin:0 45px 0 45px;
	}

.txt-award {
	margin:0;
	padding:0;
	line-height:2em;
	font-family: 'DIN-LightRegular';
	font-size:1em;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:normal;
	text-align:left;
	}	

	
.image-award {
	width:65px;
	height:65px;
	float:left;
	margin-right:10px;
	}	


	
/*  ------------------------------------------ Slider ------------------------------------------ */


.slider-wrapper {
	position:relative;
    width:1080px;
    height:780px;  
	margin:20px auto; 
	background:url(../images/loading.gif) no-repeat 50% 50%;
	text-align:center;
	}
	
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	}

.nivoSlider a {
    border:0;
    display:block;
	}	
	
.nivo-controlNav {
    position:absolute;
	left:50%;
	top:80%;
	margin-left:-35px; 
	}

.nivo-controlNav a {
    display:block;
    width:10px;
    height:10px;
	cursor:pointer;
    background:url(../images/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:10px;
    float:left;
	z-index:100;
	position:relative;
	}

.nivo-controlNav a.active {
    background-position: 0 -10px;
	font-weight:bold;
	}

.nivo-directionNav a {
	position:absolute;
	top:45%;
	width:40px;
	height:40px;
	text-indent:-9999px;
	z-index:9;
	cursor:pointer;
	}

.nivo-prevNav {
	left:25px;
	background:url(../images/arrows.png) no-repeat;
	}

.nivo-nextNav {
	right:35px;
	background:url(../images/arrows.png) no-repeat;
	background-position:-30px 0;
	}
	
	
	

	