/* CSS Resets 

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.6;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }




/* GLOBAL STYLES */

body {
	font-family: "OpenSans", "Arial", sans-serif;
	background: url('../images/bg_1.png') left top fixed;
	color: #333;
}

strong {
	font-weight: bold;
}

::-moz-selection { background: #262e8c; text-shadow: none; color: #eee; }
::selection { background: #262e8c; text-shadow: none; color:#eee; }


/* LIENS */

a {
	text-decoration: none;
	color: #262e8c;
	padding: 2px;
}
a:hover {
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: white;
	background: #262e8c;
}

/* TITRES */
h1, h2, h3, h4 {
		font-family: "Sansation", "Arial", sans-serif;
}


/* SIDEBAR */

.sidebar {
	font-family: "Sansation", "Arial", sans-serif;
	background: url('../images/bg_menu.png') 20px top fixed;
	width: 260px;
	height: 100%;
	z-index: 200;
	line-height: 1em;
	position: fixed;
	top:0;
	left: 20px;

}

/* HEADER */

.sidebar header {
	text-align: center;
}
.sidebar h1 {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.8em;
	font-size: 1em;
}
.sidebar h2 {
	text-transform: uppercase;
	font-weight: 100;
	line-height: 1.8em;
	font-size: 0.8em;
}

.sidebar h1 a {
	color: black;
	display:block;
	padding-top: 154px;
	margin: 0 2.6em;
	background: url('../images/logo.png') no-repeat center -163px;
}
.sidebar h1 a:hover {
	background: #262e8c url('../images/logo.png') no-repeat center 6px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;

	-webkit-border-top-left-radius: 0;
	-moz-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
	border-top-right-radius: 0;


	color: white;
}
.sidebar h2 a { color: black; }
.sidebar h2 a:hover { color: white; }

.sidebar {
	font-weight: 100;
}

.sidebar .active { font-weight: 700; }




/* NAVIGATION */

nav {
	text-align: left;
	margin-top: 1em;
	font-size: 1em;
	list-style: none;
	line-height: 1.3em;
	text-transform: lowercase;
}

nav ul {
	/* display: none; */
}
.cat {
	margin-top: 0.6em;
}
.cat ul {
	margin-top: 0.2em;
}
nav ul li {
	padding: 0;
	margin: 0 0.6em;
}

nav select {
	display: none;
}

.navigation span {
	display: block;
}
.navigation span:hover {
	cursor: pointer;
}

.navigation li ul {
	display:none;
}

/* au cas où pas de JS */
.no-js .navigation li ul { display:block; }


/* CONTENT */

.content {
	position: absolute;
	top:20px;
	left: 300px;
	padding-bottom: 3em;
	font-size: 14px;
}

.content p, .content ul {
	font-weight: lighter;
}

.content h1 {
	font-size: 1.5em;
	line-height: 1.8em;
	font-weight: 700;
	padding: 0.6em 0 0.4em;
}
.content h2 {
	line-height: 1.8em;
	font-size: 1.2em;
	font-weight: 700;
	padding: 0.6em 0 0.4em;
}
.content h3 {
	line-height: 1.6em;
	font-size: 1.1em;
	font-weight: 700;
	padding: 0.6em 0 0.4em;
}
.content h4 {
	line-height: 1.2em;
	font-size: 1em;
	font-weight: normal;
}


.content a {
	font-weight: normal;
}

.content article {
	max-width: 880px;
}

article p {
	padding-bottom: 1em;
}
article ul {
	list-style: square;
	padding-left: 1.4em;
}


.home article, .page article {
	max-width: 660px;
	margin-right: 20px;
}


.home .content, .page .content {
	margin-top: 60px;
}
.home .content h1, .page .content h1 {
	max-width: 660px;
}
.home .imageHero img, .page .sideImage img {
	max-width: 100%;
}




/* FOOTER */

footer {
	position: absolute;
	bottom: 1em;
	font-size: 0.9em;
	text-align: center;
	width: 100%;
}

.lang, .social {
	padding: 0;
	list-style: none;
}
.lang li, .social li {
	display: inline-block;
	vertical-align: bottom;
	height:25px;
}
.social li { margin-right: 0.6em; }


/* VARIOUS */

.navbutton {
	font-family: "Sansation", "Arial", sans-serif;
	padding: 0.6em;
}
.navbutton img {
	vertical-align: middle;
}


.nextbutton { text-align: right; }

.prevbutton img { padding-right: 1em; }
.nextbutton img { padding-left: 1em; }



.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* =================================== */
/* =================================== */
/* !      Layouts for PLUGINS          */
/* =================================== */
/* =================================== */




.horizontal {
	position: relative;
}
.horizontal ul {
	font-size: 0;
}

.horizontal ul li {
	margin-top: 60px;
	font-size: 14.40px;
	display:inline-block;
	vertical-align: top;
}

.horizontal .description {
	width: 450px;
	margin-top: 80px;
	margin-right: 30px;
	max-height:100%;
}
.horizontal .navbutton {
	position: absolute;
	bottom:0;
}

.horizontal .nextbutton {
	width: 200px;
}

.horizontal li.image {
	position: relative;
}

.horizontal li.image div {
	right:10%;
	position: absolute;
}





.wall {
  overflow: hidden;
  width: 915px;
  padding: 0 0 50px;
}
.wall ul {
  width: 915px;
}
.wall li {
  display:inline-block;
  list-style: none;
  margin-right: 20px;
  margin-bottom: 20px;
}

.col, .col1 {
  width: 280px;
}

.col2 {
  width: 580px;
}

.col3 {
  width: 880px;
}

.wall .image img {
  width: 100%;
}

.wall .image a {
  display: block;
  background: none;
  position:relative;
  padding:0;
  line-height: 0;
} 

.wall a .imageTitle {
  margin: 0;
  bottom: 0;
  position: absolute;
  display:none;
}
.wall a:hover .imageTitle {
  display:block;
  background: rgb(255,255,255);
  background: rgba(255,255,255,0.7);
  color: black;
  line-height: 1.3em;
}

.wall .imageTitle h4 {
  font-weight: bold;
  margin: 0.6em 0.6em 0;
}
.wall .imageTitle p {
  font-weight: 100;
  margin: 0 0.6em 0.6em;

}


/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{}
    #cboxTopLeft{width:10px; height:10px; background: white;}
    #cboxTopCenter{height:10px; background: white;}
    #cboxTopRight{width:10px; height:10px; background:white;}
    #cboxBottomLeft{width:10px; height:10px; background:white;}
    #cboxBottomCenter{height:10px; background:white;}
    #cboxBottomRight{width:10px; height:10px; background:white;}
    #cboxMiddleLeft{width:10px; background:white;}
    #cboxMiddleRight{width:10px; background:white;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:50px;}
        #cboxTitle{position:absolute; bottom:20px; left:0; text-align:center; width:100%; color:#333;}

        #cboxCurrent{position:absolute; bottom:0px; right:0px; color:#999;}

        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#666;}

        #cboxPrevious{position:absolute; top:0px; left:0; width: 40%; height: 100%;}
        #cboxNext{position:absolute; top:0px; right:0; width: 60%; height: 100%;}

        #cboxPrevious:hover { background:url(../images/fleche-prev.png) center left no-repeat;}
        #cboxNext:hover { background:url(../images/fleche-next.png) center right no-repeat;}


        #cboxLoadingOverlay{background:#fff url(../images/loading.gif) no-repeat center center;}

        #cboxClose{position:absolute; bottom:0; left:0; display:block; color:#666; font-size: 1.8em; font-weight: lighter; line-height: 1em;}



/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
.flex-container a:active,
.slideshow a:active,
.flex-container a:focus,
.slideshow a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

.slideshow .description {
	margin: 1em 2em;
	text-align: left;
	color: #666;
}


/* FlexSlider Necessary Styles
*********************************/
.slideshow { min-height: 300px; width: 100%; margin-top: 60px;}
.slideshow .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.slideshow .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* 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
*********************************/
.slideshow { background: url('../images/loading.gif') no-repeat center; zoom: 1; position: relative;}
.slideshow .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */

.slideshow ul {
	font-size: 0;
	width: inherit;
}
.slideshow ul li {
	font-size: 14px;
	text-align:center;
	word-spacing: normal;
	letter-spacing: normal;
	vertical-align: middle;
}
.slideshow article {
	text-align: left;
	margin: 5em;
	z-index: 100;
}

.slideshow img {
	margin: auto;
	padding: auto;
}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:#fff;}
.flex-caption {position: absolute; left: 0; bottom: 0; font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav { height: 0; }
.flex-direction-nav li a {height: 100%; margin: 0 0; display: block; position: absolute; top: 0; cursor: pointer; text-indent: -999em;}
.flex-direction-nav li .next {width: 66%; right: 0; filter:alpha(opacity=30); opacity: 0.3; background: url('../images/fleche-next.png') no-repeat right center ;}
.flex-direction-nav li .prev {width: 34%; left: 0; filter:alpha(opacity=30); opacity: 0.3; background: url('../images/fleche-prev.png') no-repeat left center;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

.flex-direction-nav li .next:hover { opacity: 1; background: url('../images/fleche-next.png') no-repeat right center;}
.flex-direction-nav li .prev:hover { opacity: 1; background: url('../images/fleche-prev.png') no-repeat left center;}


/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url('../images/bg_control_nav.png') no-repeat; cursor: pointer; text-indent: -999em;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}


.compteur {
	display: none;
	color:#999;
	text-align: right;
}


/* =================================== */
/*           NO-JS exceptions          */
/* =================================== */

.no-js .slideshow {
	display: block;
	width: 100%;
}






/* =================================== */
/*         .LARGE, 1180 and up         */
/* =================================== */

@media only screen and (min-width: 1180px) {

	.home article, .page article {
		max-width: 660px;
		margin-right: 20px;
	}

	.slideshow {
		width: 900px;
	}
	.home .imageHero, .page .sideImage {
		max-width: 660px;
	}

	.gv_galleryWrap.large {
		display:block;
	}
	
	.gv_galleryWrap.medium {
		display:none;
	}

	.no-js .sidebar {
		position: absolute;
	}
	.no-js footer {
		position: relative;
		top:3em;
	}
	.no-js .slideshow img {
		max-width: 880px;
	}
}

/* Smaller screens : 1024; */

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

	body {
		/* font-size: 0.9em; */
	}
	
	.sidebar {
		position: absolute;
	}
	footer {
		position: relative;
		top:3em;
	}
	.slideshow {
		width: 600px;
	}
	.home article, .page article {
		width: 580px;
		margin-right: 20px;
	}
	.galerie article {
		max-width: 580px;
	}

	.home .imageHero, .page .sideImage {
		max-width: 580px;
	}

	.wall ul {
	  width: 600px;
	}
	.col3 {
		width: 580px;
	}

	.no-js .slideshow img {
		width: 580px;
	}

	.gv_galleryWrap.large {
		display:none;
	}
	
	.gv_galleryWrap.medium {
		display:block ;
	}




}




/* =================================== */
/* ! Layouts for mobile version : 900  */
/* =================================== */

@media handheld, only screen and (max-width: 900px) {

	body {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	}

	.sidebar {
		position:relative;
		background: none;
		left: 0;
	}	



	footer {
		position: relative;
		top:3em;
	}

	.content {
		margin: 0 auto !important;
		width: 440px;
		position: absolute;
		top:20px;
		left: 260px;
	}

	.content h1 {
		margin: 0;
		top: 0;
	}

	.home article, .page article {
		width: 440px;
	}

	.home .imageHero, .page .sideImage {
		width: 440px;
		position: relative;
		left: 0;
		top: 0;
	}

	.galerie article {
		width: 340px;
	}
	.slideshow {
		width: 440px;
	}

	.wall {
		margin: 0 auto;
		max-width: 440px;
		display: block !important;
	}

	.wall ul {
		margin: 1em 0;
		padding: 0;
		display: block;
		max-width: 440px;
	}
		.horizontal .description {
		width: 440px;
	}

	.wall li div, .navbutton, .nextbutton, .prevbutton {
		position: relative !important;
		margin: 0;
	}
	.wall img .{
		height:auto;
		max-width: 440px;
	}

	.wall a .imageTitle {
	  margin: 0;
	  bottom: 0;
	  position: relative;
	  line-height: 1.3em;
	  display:block;;
	}
	.wall a:hover .imageTitle {
	  background: none;
	}

	.gv_galleryWrap {
		display: none !important;
	}
}


/* =================================== */
/* ! Layouts for mobile version : 700  */
/* =================================== */

@media handheld, only screen and (max-width: 700px) {

	body {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	}
	
	.sidebar {
		position:relative;
		width: 100%;
		margin: 0;
		padding: 0;
		background: none;
		left: 0;
	}

	nav {
		padding: 1em;
		margin: 0;
		text-align: center;
	}
	.sidebar h1 a {
		width: 170px;
		margin: 0 auto;
	}


	footer {
		position: relative;
		top:0;
	}

	.content {
		position: relative;
		top: 40px;
		left: 0;
		margin: 0 auto !important;
		max-width: 440px;
	}
	.content h1 {
		margin: 0;
		top: 0;
	}

	.wall, .horizontal {
		margin: 0 auto;
		max-width: 440px;
		display: block !important;
	}

	.wall ul, .horizontal ul, .wall ul li, .horizontal ul li {
		margin: 1em 0;
		padding: 0;
		display: block;
		max-width: 440px;
	}
	.wall li div, .horizontal li div, .navbutton, .nextbutton, .prevbutton {
		position: relative !important;
		margin: 0;
	}
	.wall img, .horizontal img {
		height:auto;
		max-width: 440px;
	}
	.col, .col1, .col2, .col3 {
		max-width: 440px;
	}
}


