/* *******************
 * SLICK
 */
.slick-prev:before, .slick-next:before{
	color: #000;
}
#section_carousel{
	padding : 0 30px;
}

/********************
 * FONTs
 */
h1, h2, h3, h4, h5, h6{
	font-family: 'Tangerine';
}
/********************
 * MAPS
 */
#show_maps{
	display: block;
	width: 100%;
}
#map-canvas{
	width: 100%;
}
/********************
 * GRIDS DISPLAY
 */
body > * {
	display: none;
}
.block {
	border: 4px solid #FFF;
	border-radius: 5px;
	box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.2);
	margin: 10px 5px;
	/*background-color: rgb(255, 255, 255);*/
	
	background: url(bg_transp80.png) left top repeat transparent;
	/*
	color: #222222;
	padding: 5px;*/
}
#site_nav_wrapper h1{
	margin: 20px 0 0;
	padding: 5px;
	font-size: 2rem;
	line-height: 2rem;
	background: linear-gradient(to bottom, #606c88 0%,#3f4c6b 100%);
	color: rgb(255, 255, 255);
	border: 1px solid #333;
	border-radius: 10px 10px 0 0;	
}
#site_nav_wrapper .block{
	margin: 0;
	border-radius: 0;
}
.nav_bottom_btn{
	padding: 5px;
	display: block;
	text-align: center;
	color: #FFF;
	background-color: #696969;
	box-shadow:inset 0 4px 6px 0px #333333;
	border-radius: 0 0 10px 10px;
	cursor: pointer;
}
.nav_bottom_btn:hover{
	transition: background 250ms ease-in-out;
	color: #d6d6d6;
	background-color: #454545;
	box-shadow:inset 0 4px 6px 0px #000;
	/*
	color: #FFF;
	background-color: #696969;
	box-shadow:inset 0 4px 6px 0px #333333;
	*/
}
/********************
 * IMAGE BACKGROUND
 */
#bg{
	position: fixed;
	z-index: 1;
	left: 0px;
	top: 0px;
	max-width: inherit;
	display: block;
}
#global_wrapper{
	position: relative;
		
	z-index: 10;
	/*
	overflow: hidden;
	
	padding: 25px;
	*/
}

/** CAROUSEL **/
#carousel {
    width:100%;
    border:1px solid #333;
    height:300px;
    position:relative;
    clear:both;
    overflow:hidden;
    background: none repeat scroll 0% 0% #FFF;
	}
#carousel img {
	visibility:hidden; /* hide images until carousel can handle them */
	cursor:pointer; /* otherwise it's not as obvious items can be clicked */
	border: solid 1px #FFFFFF;
}
#carousel .clearing-main-prev > span, #carousel .clearing-main-next > span{
	/*
	position: absolute;
	top: 50%;
	display: block;
	width: 0px;
	height: 0px;
	border: 12px solid;
	border-color: transparent transparent transparent #CCC;
	*/
	z-index: 30;
	color: #333;
	top: 20px;
}

#full-screen {
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0px;
	overflow: auto;
	z-index: 20;
	background-color: #000000;
}
#full-screen nav {
	cursor: pointer;
	position: fixed;
	top: 10px;
	right: 25px;
	font-weight: bold;
	font-size: 2em;
	color: #FFF;
}
#full-screen img {
	display: block;
	margin: auto;
}

/*



.block {
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(0, 0, 0);
	border-radius: 2px;
	box-shadow: 0px 5px 10px rgb(51, 51, 51);
	color: #222222;
	padding: 5px;
}
.row{
	margin-top: 15px;
}

/*** HEADER	***/
/*
#site_titre > h1 {
	display: block;
	margin: 25px 0; 
	text-align: center;
}
#site_titre > h2,  {
	display: inline;
	padding: 5px;
	margin: 0px;
	line-height: 1em;
	border: medium none;
	box-shadow: none;
}
#logo_site{
	width: 250px;
}
/*** NEWS CAROUSEL ***/

#waterweel_carousel{
	width: 100%;
}
#curiosite_wrapper {
    width:960px;;
    height: 350px;
	display: relative;
}
#curiosite_wrapper img {
    display: hidden; /* hide images until carousel prepares them */
}


/* font-face */
@font-face {
  font-family: "GeneralEnclosedFoundicons";
  src: url("../fonts/general_enclosed_foundicons.eot");
  src: url("../fonts/general_enclosed_foundicons.eot?#iefix") format("embedded-opentype"), url("../fonts/general_enclosed_foundicons.woff") format("woff"), url("../fonts/general_enclosed_foundicons.ttf") format("truetype"), url("../fonts/general_enclosed_foundicons.svg#GeneralEnclosedFoundicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* global foundicon styles */
[class*="foundicon-"] {
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}

[class*="foundicon-"]:before {
  font-family: "GeneralEnclosedFoundicons";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}

/* icons */
.foundicon-settings:before {
  content: "\f000";
}

.foundicon-heart:before {
  content: "\f001";
}

.foundicon-star:before {
  content: "\f002";
}

.foundicon-plus:before {
  content: "\f003";
}

.foundicon-minus:before {
  content: "\f004";
}

.foundicon-checkmark:before {
  content: "\f005";
}

.foundicon-remove:before {
  content: "\f006";
}

.foundicon-mail:before {
  content: "\f007";
}

.foundicon-calendar:before {
  content: "\f008";
}

.foundicon-page:before {
  content: "\f009";
}

.foundicon-tools:before {
  content: "\f00a";
}

.foundicon-globe:before {
  content: "\f00b";
}

.foundicon-home:before {
  content: "\f00c";
}

.foundicon-quote:before {
  content: "\f00d";
}

.foundicon-people:before {
  content: "\f00e";
}

.foundicon-monitor:before {
  content: "\f00f";
}

.foundicon-laptop:before {
  content: "\f010";
}

.foundicon-phone:before {
  content: "\f011";
}

.foundicon-cloud:before {
  content: "\f012";
}

.foundicon-error:before {
  content: "\f013";
}

.foundicon-right-arrow:before {
  content: "\f014";
}

.foundicon-left-arrow:before {
  content: "\f015";
}

.foundicon-up-arrow:before {
  content: "\f016";
}

.foundicon-down-arrow:before {
  content: "\f017";
}

.foundicon-trash:before {
  content: "\f018";
}

.foundicon-add-doc:before {
  content: "\f019";
}

.foundicon-edit:before {
  content: "\f01a";
}

.foundicon-lock:before {
  content: "\f01b";
}

.foundicon-unlock:before {
  content: "\f01c";
}

.foundicon-refresh:before {
  content: "\f01d";
}

.foundicon-paper-clip:before {
  content: "\f01e";
}

.foundicon-video:before {
  content: "\f01f";
}

.foundicon-photo:before {
  content: "\f020";
}

.foundicon-graph:before {
  content: "\f021";
}

.foundicon-idea:before {
  content: "\f022";
}

.foundicon-mic:before {
  content: "\f023";
}

.foundicon-cart:before {
  content: "\f024";
}

.foundicon-address-book:before {
  content: "\f025";
}

.foundicon-compass:before {
  content: "\f026";
}

.foundicon-flag:before {
  content: "\f027";
}

.foundicon-location:before {
  content: "\f028";
}

.foundicon-clock:before {
  content: "\f029";
}

.foundicon-folder:before {
  content: "\f02a";
}

.foundicon-inbox:before {
  content: "\f02b";
}

.foundicon-website:before {
  content: "\f02c";
}

.foundicon-smiley:before {
  content: "\f02d";
}

.foundicon-search:before {
  content: "\f02e";
}
