/* Stylesheet */

/* Fonts */
@font-face {
	font-family:"herculanum";
	src: url(../fonts/hercu-webfont.eot);
	src: url(../fonts/hercu-webfont.eot?#iefix) format('embedded-opentype'),
	     url(../fonts/hercu-webfont.woff) format('woff'),
	     url(../fonts/hercu-webfont.ttf)  format('truetype');
	font-weight:normal;
	font-style:normal;
}
/* Elements */
body{
  background:#eee;
  color:#333;
  margin:0;
  padding:0;  
  font-size:14px;
}
/* Balises XHTML */
html{
	height:100%;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1{
	font-size: 2.5em!important;
	font-weight:normal;
}
h2{
	color:#62f53;
	font-size:2.2em;
	font-weight: bold!important;
	border-bottom:1px solid #62f53;
}
h3{
	color:#000;
	font-size: 2em!important;
	font-family:"herculanum"!important;
	text-align: center;
	font-weight: bold!important;
}
h1 a,h2 a,h3 a{
	color:inherit;
	text-decoration:none!important;
}
p{
	line-height: 20px;
}
/*strong{
	font-weight: normal!important;
}*/
a:hover{
	text-decoration: none!important;
}
/* Formulaire */
fieldset{
	border:none;
	padding:0;
	margin:0;
}
fieldset table, fieldset tbody, fieldset tr, fieldset td, fieldset th{
	border: none!important;
}
fieldset .csc-mailform-field{
	clear:left;
	padding:10px 0;
	margin:0;
	text-align:left;
}
fieldset .csc-mailform-field label{
	display:block;
	float:left;
	width:30%;
}
fieldset .csc-mailform-field .csc-mailform-radio label{
  display:inline;
  width:auto;
  float:none;
}
fieldset .csc-mailform-field .csc-mailform-radio legend{
  display:none;
}
.csc-mailform-submit{
  margin-left:30%;
}
#mailforminterets, #mailformtype{
	text-align: left;
}
.required{
	color:red;
	margin:0;
	display:inline;
}
dl, dt, dd{
	display:inline;
}
dd{
	margin-right: 15px;
}
/* Encadrés */
.well{
	background-color: #a6d8fd!important;
	box-shadow: 2px 2px 8px 5px #e5e5e5!important;
	border-radius: 40px!important;
	border: none!important;
}
/* Boutons */
.btn{
	background: linear-gradient(#fff, #a6d8fd)!important;
	border-radius: 20px!important;
	box-shadow: 2px 2px 5px;
	color:#333;
	border:1px solid #333;
}
.btn a{
	color: inherit;
}
.btn:hover, .btn:focus, .btn:active, .btn.active{
	background: linear-gradient(#fff, #72cdff)!important;
}
/* Tableaux */
table{
	border: 1px solid #01a6ff;
	margin: 0 auto;
}
thead, tbody, tr, td, th{
	border: 1px solid #01a6ff;
}
thead{
	font-family: "herculanum";
	font-size:1.2em;
	background: linear-gradient(#d1eafc, #71c0fc);
}
th{
	text-align: center!important;
}
td{
	padding: 5px;
}
/* Page */
#page{
  background:#eee;
  margin:0 auto;
	text-align:left;
	display: inline;
}

/* Header */
#header{
	position:relative;
	background-color: #01a6ff;
	color:#033f75;
	max-height: 500px;
}
#header a{
  color:#033f75;
}
.header-img{
	position: absolute;
	right:100px;
}
/* Logo */
#header .col-md-3{
	margin-left:50px;
	width: 15%;
}
@media (max-width: 992px){
	#header .col-md-3{
		margin-left: 0px;
		width: 20%;
	}
	#header .col-md-9{
		width: 70%;
	}
}
@media (max-width: 768px){
	#header .col-md-3{
		width:100%;
	}
}
#header .logo{
	margin-top:10px;
}
#header .logo a{
	width: 75%;
	text-shadow:1px 1px 1px #000;
	text-decoration:none;
	color:white;
}
#header .logo em{
  display:block;
  float:left;
  font-size:0.5em;
}
/* Titre de la page */
#header a:hover{
	text-decoration: none;
}
#header .col-md-9{
	font-family:"herculanum";
	color: #034872!important;
	font-size: 3em;
}
#header .col-md-9 em{
	color:#ffe8a2;
}
@media (max-width: 992px){
	#header .col-md-9{
		width: 75%;
		font-size: 3em;
	}
}
@media (max-width: 768px){
	#header .col-md-9{
		font-size:2.5em;
	}
}
@media (max-width:317px){
	#header .col-md-9{
		font-size:2em;
	}
}
@media (min-width: 1056px){
	#header .col-md-9 > a > ul > li{
		margin-top:10px;
	}
}
/* Langues */
ul#languages{
  position:absolute;
  right:10px;
  top:10px;
  z-index:9999;
  list-style:none;
  margin:0;
  padding:0;
}
ul#languages li{
  display:inline-block;
}
ul#languages li a span{
  display:block;
  font-size:0;
  width:34px;
  height:25px;
}
ul#languages li a span.fr{
  background-image:url(../images/fr.png);
}
ul#languages li a span.en{
  background-image:url(../images/en.png);
}
/* Menu */
div.menu {
    clear: both;
    display: block;
    float: left;
    margin: 0 auto;
	margin-bottom: 50px;
    width: 100%;
	text-align:center;
	position:absolute;
	z-index: 99999;
	background-color: #01a6ff;
}
div.menu ul {
    font-size: 13px;
    list-style: none outside none;
    padding-left: 0;
	display: inline;
	z-index:9999;
}
div.menu li {
	display:inline-block;
}
div.menu li.active{
	background: linear-gradient(#ffe8a2, #fff);
	border-radius:4px 4px 0 0;
}
div.menu li.active:hover > a, div.menu li.active a:focus{
	background: linear-gradient(#ffe8a2, #fff);
	border-radius:4px 4px 0 0;
}
@media (max-width: 952px){
	div.menu li{
		display:block;
		background-color: #01a6ff;
	}
	div.menu li:hover > a, div.menu a:focus {
		background-color: #ffe8a2;
		border-radius: 0px;
		color: #373737;
		width: 100%;
	}
	#content{
		margin-top: 200px;
	}
}
div.menu a {
    display:inline-block;
    line-height: 3.333em;
    padding: 0 1.2125em;
    text-decoration: none;
    text-transform: uppercase;
	font-size: 1.5em;
	line-height: 2.5em;
}
div.menu ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    margin: 0;
    position: absolute;
    top: 3.333em;
    width: 188px;
    z-index: 99999;
}
div.menu ul ul ul {
    left: 100%;
    top: 0;
}
div.menu ul ul a {
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px dotted #DDDDDD;
    color: #444444;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    line-height: 1.4em;
    padding: 10px;
    width: 168px;
}
div.menu li:hover > a, div.menu ul ul *:hover > a, div.menu a:focus {
    background: none repeat scroll 0 0 #EFEFEF;
}
div.menu li:hover > a, div.menu a:focus {
	background-color: #ffe8a2;
	border-radius: 4px 4px 0 0;
	color: #373737;
}
div.menu ul li:hover > ul {
    display: block;
}
/* Images (in gallery or content) */
.csc-textpic{
	/*text-align:center;*/
}
.csc-textpic ul{
	list-style:none;
	list-style-image:none;
	margin:0;
	padding:0;
}
.csc-textpic ul li{
	display:inline-block;
	margin-right: 20px;
}
.csc-textpic.csc-textpic-intext-left,
.csc-textpic.csc-textpic-intext-right{
  width:100%;
  float:left;
  clear:left;
}
.csc-textpic.csc-textpic-intext-left ul,
.csc-textpic.csc-textpic-intext-right ul{
  width:auto!important;
}
.csc-textpic.csc-textpic-intext-left ul{
  float:left!important;
}
.csc-textpic.csc-textpic-intext-right ul{
  float:right!important;
}
.col-xs-12 .csc-textpic  a > img{
	opacity:0.8;
	width: 100%;
}
.col-xs-12 .csc-textpic a > img:hover{
	opacity:1!important;
}
@media (max-width:449px){
	.csc-textpic-imagewrap{
		width:100%!important;
	}
	#content .col-md-4 img, .col-sm-12 .csc-textpic img{
		height: 100%;
	}
}
/* Gallery */
.gallery{
	margin-left: -50px;
	margin-right: -50px;
	position:relative;
	font-size:14px;
}
.gallery h3{
	position: relative;
	right: 100px;
	top: 50px;
	color: #fff;
	width:50%;
	z-index:3;
	font-weight: normal!important;
}
@media (max-width: 952px){
	.gallery h3{
		font-size: 0.8em;
		right: 10px;
		top: 10px;
	}
	.gallery ul li .caption{
		font-size: 0.8em!important;
	}
	.flexslider img, #content img{
		max-width: 100%;
	}
}
.gallery .csc-textpic{
	overflow:hidden;
	position:relative;
}
#content .gallery .csc-textpic ul li{
	display:block;
	width:100%;	
	position: relative;
	z-index:4!important;
}
#content .gallery .csc-textpic ul li:first-child{
	z-index:0!important;
}	
.gallery ul li img{
	width:100%;
}
.gallery ul li .caption{
	position:absolute;
	opacity:0.65;
	bottom:0;
	color:#fff;
	width:100%;
	height:2.7em;
	font-size:1.3em;
	background-color:#000;
  padding:0 60px;
}
.caption a{
	color: #000;
}
.caption a:hover{
	color:#000;
}
.col-xs-12 > .gallery > .csc-textpic > ul > li >img{
	opacity:1;
}
/* Flexslider */
#main{
	padding-left: 0!important;
	padding-right:0!important;
}
.flexslider{
	border:0!important;
	box-shadow: 0 0 0!important;
	max-width: 60%;
	margin: 0 auto!important;
}
#body_210 .flexslider{/* Page d'accueil */
	max-width: none;
	margin-left:-50px!important;
	margin-right:-50px!important;
}
.flexslider img{
	height:100%;
	opacity:1;
}
@media (min-width:953px){
	#body_210 .flexslider{
		margin-top: -51px!important;
	}
}
@media (max-width:952px){
	#body_210 .flexslider{
		margin-top: -56px!important;
	}
}
ol{
	display: none;
}
.flex-direction-nav a{
	color: rgba(0, 0, 0, 0)!important;
	text-shadow: 0px 0px 0 rgba(255, 255, 255, 0)!important;
	top: auto!important;
	bottom: 1%;
}
.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next{
	position: absolute;
	opacity:1;
}
.flex-direction-nav .flex-next{
	background: url(../images/fleche_d.png) no-repeat;
	right:10px!important;
}
.flex-direction-nav .flex-prev{
	background: url(../images/fleche_g.png) no-repeat;
	left:10px!important;
}
.flex-direction-nav a:before{
	font-size:0!important;
}
.flexslider .caption a{
	color: #fff;	
	font-size: 1em!important;
	font-family:""!important;
}
.flexslider .caption a:hover{
	text-decoration: none!important;
	color:#fff;
}
/* Content */
#content{
	padding-top: 80px;
	padding-left: 50px;
	padding-right:50px;
}
#content .content .csc-textpic ul{
  /*float:left;*/
}
#content .content:not(.no-hover) .csc-textpic ul li:hover,
#content .content:not(.no-hover) .csc-textpic .csc-textpic-single-image:hover{
  background:#fff;
  opacity:1;
}
#content .content:not(.no-hover) .csc-textpic ul li:hover img,
#content .content:not(.no-hover) .csc-textpic .csc-textpic-single-image:hover img{
  border-color:#fff;
}
.row{
	margin-left: 0px!important;
	margin-right: 0px!important;
}
#content .col-xs-12{
	margin-bottom: 20px;
}
.col-xs-12 .csc-textpic .caption a{
	font-size: 1.5em;
}
.col-xs-12 > .csc-textpic .caption a{
	font-size: 1.5em;
	font-family:"herculanum";
	font-weight: bold;
}
@media (max-width:317px){
	.col-xs-12 .csc-textpic .caption a{
		font-size: 1.5em;
	}
}
.bodytext{
	font-size:1.3em;
}
.col-xs-12 > .csc-textpic .bodytext{
	text-align: center;
}
.csc-header{
	text-align:center;
}
.csc-textpic-single-image{
	width:auto!important;
}
.img-responsive{
	display:inline-block!important;
}

/* Pages spécifiques */

/* Fiche Projet */
.tx-donations-single img{
	max-width: 95%;
}
/* Google Maps */
#google-maps{
	width: 960px;
	margin: 0 auto;
	margin-bottom: 20px;
	height: 500px!important;
	box-shadow: 3px 3px 10px 5px #c1c1c1;
}	
@media (max-width:992px){
	#google-maps{
		width: 50%;
	}
}
/* Videos */
.video-container {
    position: relative;
    padding-top: 30px;
 		overflow: hidden;
}
@media (max-width: 952px){
	.video-container {
		height: 0;
		padding-bottom: 56.25%;
	}
	.video-container iframe,
	.video-container object,
	.video-container embed {
		  position: absolute;
		  top: 0;
		  left: 0;
		  width: 100%;
		  height: 100%;
	}
}
/* Progress bar */
.progress {
    margin-top: 30px;
    width: 200px;
    position:relative;
}
.progress .text{
    position:absolute;
    left:0;
    width:100%;
    text-align:center;
}
/* Footer */
#footer{
	background-color: #00355d;
	margin-top:10px;
	border-top: 1px solid #333;
	padding: 20px 0;
	font-weight: bold;
	text-align: center;
}
#footer strong, #footer a{
	color:#fff;
	display:block;
	font-size:1.2em;
	font-weight: normal!important;
}
#footer .col-xs-12 > a{
	font-size:1.1em;
	color:#fff;
	text-align: center;
	display: block;
}
#footer hr{
	width:25%;
}
#footer > .row > .col-sm-12 > a{
	color: #fff!important;
	font-size:0.7em;
	width:100%;
}
#footer img{
	margin-bottom:5px;
	display:inline-block;
	width:25%;
}
#footer .menu-footer{
	display:inline-block;
	margin-left: 20px;
	text-align: left;
}
@media (max-width: 991px){
	#footer{
			text-align:center;
	}
	#footer .menu-footer{
		margin-left: -20px;
	}
	#footer .menu-footer li{
		text-align: center;
	}
}
@media (max-width: 352px){
	#footer img{
		width:100%
	}
}
#footer .menu-footer ul{
	list-style: none;
}
#footer .menu-footer a{
	font-size:1em;
	font-weight: bold!important;
}
#footer a:hover{
	text-decoration: none;
}
#footer .menu-footer li:hover a{
	color: #ffe8a2!important;
}
#footer .col-md-4 img{
	opacity:1;
}

