@charset "utf-8";
/* CSS Document */

@media only screen and (max-width : 640px) {
	
/*---------- BASE ----------*/

body {
	background-color: #333;
	color: #333;
	font-family: 'Ruluko', Arial, Helvetica, sans-serif;
	font-size: 18px;
}

/*---------- STRUCTURE ----------*/

#page {
	width: 100%;
	margin: 0 auto;
	padding: 2% 0 3.125% 0;
	/*	padding: 3.125% 0 9.375% 0;*/
}
#header #footer {
	margin: 0;
}
#projet {
	background-color: #FFF;
	margin: 0;
}
#legende {
	margin: 0;
	padding: 2.083% 2.083% 2.083% 3.125%;
}
#listeprojets {
	background-color: #FFF;
	margin-top: 6.25%;
	margin-bottom: 1.041%;
	padding: 3.125% 0 0 3.125%;
}
#listeprojets-section {
	background-color: #FFF;
	margin-top: 0;
	margin-bottom: 1.041%;
	padding: 3.125% 0 0 3.125%;
}

/*---------- TEXTES ----------*/

h1, h2, p.grey {
	font-size: 90%;
	font-weight: lighter;
	line-height: 60%;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
h1 a {
	color: #FFF;
	text-decoration: none;
	margin-right: 15px;
	-webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
}
h1 a:hover, h1 a:focus, h1 a:active {
	background-color: #000;
}
h2 {
	color: #999;
	margin-right: 1.562%;
}
h3, .rubrique {
	display: inline;
}
h3 {
	font-size: 85%;
	color: #333;
	margin: 0.52% 0 0.52% 0;
}
p {
	font-size: 85%;
	color: #333;
	margin: 0.52% 0 0.52% 0;
}

/*---------- NAV PRINCIPALE ----------*/

#nav {
	margin-top: 5%;
	padding: 0;
}
#nav li {
	list-style-type : none;
}
#nav a {
	background-color: #F00;
	color: #FFF;
	font-size: 85%;
	text-decoration: none ;
	text-transform: uppercase;
	padding: 0.52%;
	-webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
}
#nav a:hover, #nav a:focus, #nav a:active {
	background-color: #000;
}
#on {
	/*background-color: #000;
	color: #FFF;*/
	background-color: #FFF;
	/*opacity: .7;*/
	color: #333;
	font-size: 85%;
	text-decoration: none ;
	text-transform: uppercase;
	padding: 0.52%;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	display: inline;
}

/*---------- NAV SECONDAIRE ----------*/

#navsecondaire {
	margin-top: 2.083%;
	padding: 0;
}
#navsecondaire li {
	list-style-type : none;
	display: inline;
}
#navsecondaire a {
	background-color: #666;
	color: #FFF;
	font-size: 70%;
	text-decoration: none ;
	text-transform: uppercase;
	padding: 1%;
	-webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
}
#navsecondaire a:hover, #navsecondaire a:focus, #navsecondaire a:active {
	background-color: #000;
}

/*---------- NAV PROJETS ----------*/

#navprojets {
	margin: 2% 0 2% 0;
	padding: 0;
}
#navprojets li {
	list-style-type : none;
	display: inline;
}
#navprojets a {
	background-color: #E5E5E5;
	color: #000;	
	font-size: 70%;
	text-decoration: none ;
	text-transform: uppercase;
	padding: 1%;
	-webkit-transition: color .4s ease-out;
    -moz-transition: color .4s ease-out;
    -o-transition: color .4s ease-out;
    transition: color .4s ease-out;
}
#navprojets a:hover, #navprojets a:focus, #navprojets a:active {
	background-color: #000;
	color: #FFF;
}

/*---------- FICHE PROJET ----------*/

.rubrique {
	margin: 0;
	display: inline;
	font-size: 85%;
	color: #000;
	text-transform: uppercase;
	/*font-weight: bold;*/
}
.rubrique a {
	color: #F00;
	text-decoration: none;
	font-weight: lighter;
}
.rubrique a:hover, .rubrique a:focus, .rubrique a:active {
	color: #000;
}
.credits {
	color: #999;
	font-size: 70%;
	/*padding: 0.104%;*/
	padding: 0.208%;
	margin: 0;
}
.open {
	margin: 0 2% 2% 0;
	padding: 0;
}
.open a {
	color: #F00;
	text-decoration: none;
}
.open a:hover, .open a:focus, .open a:active {
	color: #000;
}

/*---------- MINI FICHE PROJET ----------*/

.miniature {
	float: left;
	display: inline;
	width: 200px;
	height: 220px;
	margin: 0 3.38% 1% 0;
	padding: 0;
}	
.vignette {
	width: 100%;
	margin: 0;
}

/*---------- MODULES ----------*/

.spacer {
 	clear: both;
	margin: 0;
	padding: 0;
}
.lien a {
	text-decoration: none;
	color: #333;
	font-weight: normal;
}
.lien a:hover, .lien a:focus, .lien a:active {
	color: #000;	
}
img {
	width: 100%;
}
a img {
  	border: 0;
	border-bottom: 1px solid white;
	outline: none;
}
a img:hover, a img:focus, a img:active {
	display: block;
  	border: 0;
	outline: none;
	border-bottom: 10px solid black;
	-webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}
.grey {
	font-weight:lighter;
	color: #666;
}
.white {
	color: #FFF;
	margin-right: 15px;
}	
#top {
	width: 25px;
	height: 25px;
	margin: 20px 0 10px 20px;
	/*margin: 0 0 10px 20px;*/
	float: right;
}

/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Browser Resets */
.flex-container a:active, .flexslider a:active {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
} 
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	width: 100%;
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;		/* Hide the slides before the JS is loaded. Avoids image jumping */
} 
.flexslider .slides img {
	max-width: 100%;
	display: block;
}
/*.flex-pauseplay span {
	text-transform: capitalize;
}*/

/* Clearfix for the .slides element */

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
html[xmlns] .slides {
	display: block;
} 
html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
	background: #fff;
	position: relative;
	/*
	border: 4px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px; zoom: 1;*/
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides > li {
	position: relative;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
	zoom: 1;
	position: relative;
}

/* Caption style */
/* IE rgba() hack */
.flex-caption {
	background:none;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	zoom: 1;
}
.flex-caption {
	width: 96%;
	margin: 0;
	padding: 2% 2% 2% 3.125%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 80%; line-height: 18px;
}

/* Direction Nav */
.flex-direction-nav li a {
	width: 52px;
	height: 52px;
	margin: -13px 0 0;
	display: block;
	background: url(../img/interface/bg_direction_nav.png) no-repeat 0 0;
	position: absolute;
	top: 45%;
	cursor: pointer;
	text-indent: -9999px;
	outline: none;
}
.flex-direction-nav li .next {
	background-position: -52px 0;
	right: -16px;
}
.flex-direction-nav li .prev {
	left: -15px;
}
.flex-direction-nav li .disabled {
	opacity: .3;
	filter:alpha(opacity=30);
	cursor: default;
}
}

@media only screen and (min-width : 641px) and (max-width : 1024px) {
	
/*---------- BASE ----------*/

body {
	background-color: #333;
	color: #333;
	font-family: 'Ruluko', Arial, Helvetica, sans-serif;
	font-size: 18px;
}

/*---------- STRUCTURE ----------*/

#page {
	width: 100%;
	margin: 0 auto;
	padding: 2% 0 3.125% 0;
	/*padding: 3.125% 0 3.125% 0;*/
}
#header #footer {
	margin: 0;
}
#projet {
	background-color: #FFF;
	margin: 0;
}
#legende {
	margin: 0;
	/*padding: 2.083% 0 2.083% 3.125%;*/
	padding: 1.5% 0 1.5% 3.125%;
}
#listeprojets {
	background-color: #FFF;
	margin-top: 6.25%;
	margin-bottom: 1.041%;
	padding: 3.125% 0 0 3.125%;
}
#listeprojets-section {
	background-color: #FFF;
	margin-top: 0;
	margin-bottom: 1.041%;
	padding: 3.125% 0 0 3.125%;
}

/*---------- TEXTES ----------*/

h1, h2, p.grey {
	display: inline;
	font-size: 90%;
	font-weight: lighter;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
h1 a {
	color: #FFF;
	text-decoration: none;
	margin-right: 15px;
	-webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
}
h1 a:hover, h1 a:focus, h1 a:active {
	background-color: #000;
}
h2 {
	color: #999;
	margin-right: 1.562%;
}
h3, .rubrique {
	display: inline;
}
h3 {
	font-size: 85%;
	color: #333;
	margin: 0.52% 0 0.52% 0;
}
p {
	font-size: 85%;
	color: #333;
	margin: 0.52% 0 0.52% 0;
}

/*---------- NAV PRINCIPALE ----------*/

#nav {
	margin-top: 20px;
	padding: 0;
	float: left;
}
#nav li {
	list-style-type : none;
	display: inline;
}
#nav a {
	background-color: #F00;
	color: #FFF;
	font-size: 85%;
	text-decoration: none ;
	text-transform: uppercase;
	padding: 5px;
	-webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
}
#nav a:hover, #nav a:focus, #nav a:active {
	background-color: #000;
}
#on {
	/*background-color: #000;
	color: #FFF;*/
	background-color: #FFF;
	/*opacity: .7;*/
	color: #333;
	font-size: 85%;
	text-decoration: none ;
	text-transform: uppercase;
	padding: 5px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

/*---------- NAV SECONDAIRE ----------*/

#navsecondaire {
	margin-top: 20px;
	padding: 0;
	float: right;
}
#navsecondaire li {
	list-style-type : none;
	display: inline;
}
#navsecondaire a {
	background-color: #666;
	color: #FFF;
	font-size: 70%;
	text-decoration: none ;
	text-transform: uppercase;
	padding: 5px;
	-webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
}
#navsecondaire a:hover, #navsecondaire a:focus, #navsecondaire a:active {
	background-color: #000;
}

/*---------- NAV PROJETS ----------*/

#navprojets {
	margin: 0.52% 0 4% 2%;
	padding: 0;
	float: right;
}
#navprojets li {
	list-style-type : none;
	display: inline;
}
#navprojets a {
	background-color: #E5E5E5;
	color: #000;	
	font-size: 70%;
	text-decoration: none ;
	text-transform: uppercase;
	padding: 5px;
	-webkit-transition: color .4s ease-out;
    -moz-transition: color .4s ease-out;
    -o-transition: color .4s ease-out;
    transition: color .4s ease-out;
}
#navprojets a:hover, #navprojets a:focus, #navprojets a:active {
	background-color: #000;
	color: #FFF;	
}

/*---------- FICHE PROJET ----------*/

.big {
	font-size: 200%;
	display: inline;
}

.rubrique {
	margin: 0;
	display: inline;
	font-size: 85%;
	color: #000;
	text-transform: uppercase;
	/*font-weight: bold;*/
}
.rubrique a {
	color: #F00;
	text-decoration: none;
	font-weight: lighter;
}
.rubrique a:hover, .rubrique a:focus, .rubrique a:active {
	color: #000;
}
.credits .open {
	display: inline;
}
.credits {
	color: #999;
	font-size: 70%;
	padding: 0.3%;
	margin: 0;
}
.open {
	margin: 0 1.041% 0 0;
	float: left;
}
.open a {
	color: #F00;
	text-decoration: none;
}
.open a:hover, .open a:focus, .open a:active {
	color: #000;
}

/*---------- MINI FICHE PROJET ----------*/

.miniature {
	float: left;
	display: inline;
	width: 200px;
	height: 220px;
	margin: 0 3.38% 1% 0;
	padding: 0;
}	
.vignette {
	width: 100%;
	margin: 0;
}

/*---------- MODULES ----------*/

.spacer {
 	clear: both;
	margin: 0;
	padding: 0;
}
.lien a {
	text-decoration: none;
	color: #333;
	font-weight: normal;
}
.lien a:hover, .lien a:focus, .lien a:active {
	color: #000;	
}
img {
	width: 100%;
}
a img {
  	border: 0;
	border-bottom: 1px solid white;
	outline: none;
}
a img:hover, a img:focus, a img:active {
	display: block;
  	border: 0;
	outline: none;
	border-bottom: 10px solid black;
	-webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}
.grey {
	font-weight:lighter;
	color: #666;
}
.white {
	color: #FFF;
	margin-right: 15px;
}	
#top {
	width: 25px;
	height: 25px;
	margin: 20px 0 10px 20px;
	/*margin: 0 0 10px 20px;*/
	float: right;
}

/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Browser Resets */
.flex-container a:active, .flexslider a:active {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
} 
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	width: 100%;
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;		/* Hide the slides before the JS is loaded. Avoids image jumping */
} 
.flexslider .slides img {
	max-width: 100%;
	display: block;
}
/*.flex-pauseplay span {
	text-transform: capitalize;
}*/

/* Clearfix for the .slides element */

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
html[xmlns] .slides {
	display: block;
} 
html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
	background: #fff;
	position: relative;
	/*
	border: 4px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px; zoom: 1;*/
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides > li {
	position: relative;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
	zoom: 1;
	position: relative;
}

/* Caption style */
/* IE rgba() hack */
.flex-caption {
	background:none;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	zoom: 1;
}
.flex-caption {
	width: 96%;
	margin: 0;
	padding: 2% 2% 2% 3.125%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 80%; line-height: 18px;
}

/* Direction Nav */
.flex-direction-nav li a {
	width: 52px;
	height: 52px;
	margin: -13px 0 0;
	display: block;
	background: url(../img/interface/bg_direction_nav.png) no-repeat 0 0;
	position: absolute;
	top: 45%;
	cursor: pointer;
	text-indent: -9999px;
	outline: none;
}
.flex-direction-nav li .next {
	background-position: -52px 0;
	right: -16px;
}
.flex-direction-nav li .prev {
	left: -15px;
}
.flex-direction-nav li .disabled {
	opacity: .3;
	filter:alpha(opacity=30);
	cursor: default;
}
}