/*
 * vert des bordures : #91FF00;
 * vert du texte: #88D622; rgb(34,214,136)
 **/

body {
    background-color:#1c1c1c;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color:white;
    background-attachment: fixed;
    background-position:center;
}

header {
    height:500px;
    padding-top:50px;
    /*background-image : url('IMG_8809.JPG');*/
    background-image: url('../Images/header.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% -120px;
    background-repeat: no-repeat;
}

nav {
	height:40px;
	line-height: 38px;
	text-align:center;
	background-color: black;
	border-top:4px solid #91FF00;
	/*border-bottom:1px dashed lime;*/
}

nav img {
	visibility: hidden;
}

nav ul {
	min-width:800px;
}

nav li {
	display:inline-block;
}

nav li a {
	color:white;
	text-decoration:none;
	margin:0px 20px;
	vertical-align: middle;
	padding:3px 8px;
	font-size:17px;
}

nav li a:hover {
	color:#91FF00;
	text-decoration: underline;
	background-color:#272727;
	border-radius: 5px;
}

section {
	min-height:200px;
	padding-top:30px;
	margin:auto;
	padding:20px;
}

footer {
	min-width: 800px;
	text-align: center;
	border-top :1px dashed #91FF00;
	height:40px;
	line-height: 39px;
	vertical-align: middle;
}

label {
	display:block;
	padding:5px 0px;
}

#intro {
	width:20%;
	font-size: 1em;
	padding:15px;
	position:absolute;
	right:10%;
	top:10%;
	font-size:13px;
	min-width: 200px;
}

.text {
	background-color:rgba(0, 0, 0, 0.75);
	color:white;
	display:inline-block;
}

::-moz-selection {
	background-color: #88D622;
	color:#1c1c1c;
}

.minus {
	font-size: 10px;
	font-style: italic;
}

#tarifs {
	color:white;
	background-image: url('../Images/IMG_8708.JPG');
	background-size: cover;
	background-attachment: fixed;
	border-top:3px solid #91FF00;
	background-position:center top;
}

#horaires {
	background-color: white;
	color:#1c1c1c;
	padding:0px;
}

.content {
	width:40%;
	min-width:600px;	
	display:block;	
	padding-top:30px;
	padding-left:70px;
	font-size:13px;	
	margin-left:30px;
	margin-bottom:50px;
	padding-bottom:30px;
}

.content2 {
	width:80%;
	margin:auto;
	display:block;
	min-width:800px;
	padding-top:30px;
	padding-left:70px;
	font-size:13px;
	/*margin-top: 50px;*/
	margin-bottom:50px;
	padding-bottom:30px;
}

a.bloc, span.bloc {
	display:inline-block;
	padding:13px;
	background-color: #88D622;
	color:white;
	text-decoration: none;
	margin:auto;
	text-align:center;
	border-bottom: 2px solid green;
}

a:hover.bloc , span:hover.bloc{
	background-color:green;
}

span.bloc {
	background-color: #555555;
	border-bottom: 2px solid #333333;
}

span:hover.bloc{
	background-color: #333333;
}

.map {
	width:300px;
	height:300px;
	border-radius: 3px;
	border: 1px solid black;
}

.left {
	float:left;
	text-align:center;
	width:50%;
}

.right {
	float:right;
	text-align:center;
	width:49%;
}

#sponsors {
	min-height:200px;
	padding:20px 10%;
	padding-top:20px;
}

#sponsors > img  {
	margin:auto;
	margin-top:20px;
}

.clear {
	clear:both;
}

.f-nav{
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	border-top:0px;
	background-color:rgba(0,0,0,0.75);
}

.f-nav img {
	visibility: visible;
	vertical-align: middle;
}

/*hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(34,214,136,0), rgba(34,214,136,0.75), rgba(34,214,136,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}*/


h1 {
	color : #91FF00;
	font-weight:bold;
	font-size:20px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	margin-left: 15px;
	margin-top:15px;
}

h3 {
	margin-left:30px;
	margin-top:15px;
}

.fb{
	margin:15px;
}
#presentation {
	font-size:14px;
	background-color: #1C1C1C;
	padding-top: 20px;
	line-height: 18px;
	margin-bottom: 0px;
	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	
	align-content: stretch;
}

.pres{
	flex-grow:1;
}

#presentation .content2{
	margin-bottom: 0px;
}

.horaires1 {
	background-color:white;
	border-top:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
	padding-top:25px;
	padding-bottom:45px;
	width: 100%;
}

.horaires2 {
	background-color:#f9f9f9;
	border-top:1px solid white;
	border-bottom:1px solid white;
	padding-top:25px;
	padding-bottom:45px;
	width: 100%;
}

.blochoraire {
	width: 65%;
	margin:auto;
	display: table;
	min-width:800px;
}

.colonne {
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	padding-right: 30px;
	width:50%;
}

.colonne + .colonne {
	padding-right: 0px;
}


.titre_cours {
	text-align:center;
	color:#88D622;
	display: block;
	margin:auto;
}

h1 .year {
	color:white;
	font-size:16px;
	font-weight: normal
}

.highlight {
	color: #88D622;
}

#tarifs ul {
	margin-left: 20px;
}

#tarifs ul li {
	list-style: disc;
}

.address {
	width:200px;
	text-align: center;
	margin:15px 0;
}


.intitule_prix {
	width:250px;
	color:white;
	display: inline-block;
}

.prix li {
	color:#88D622;
}

#tarifs ul {
	margin-left:30px;
}

.contact {
	text-align: left;
	vertical-align: top;
	padding-top:30px;
	width:25% !important;
}

#contact {
	min-height:100px;
	padding: 20px 10%;
	font-size: 14px;
}

#presentation a {
	color:#88D622;
}

#tarifs a {
	color:#88D622;
}

#tarifs a.bloc {
	color:white;
}

#tarifs a.inactif {
	background-color: #7f7f7f;
	border-bottom:3px solid #4c4c4c;
	color:#c3c3c3;
}

#tarifs a.inactif:hover {
	background-color: #4c4c4c;
}

#tarifs a.inactif[data-tip] { /* on sélectionne l'attribut data-tip */
    position: relative;
    cursor: help;
}
#tarifs a.inactif[data-tip]:hover:after {
    content: attr(data-tip); /* on récupère la valeur de l'attribut data-tip */
    position: absolute;
    top:20px;
    left:-160px;
    white-space: nowrap; /* no wrapping */
    padding: 5px 10px;
    background: #E69B00;
    color: #fff;
}

.highlight[data-tip] {
	position:relative;
	cursor:help;
}

.highlight[data-tip]:hover:after {
	content: attr(data-tip);
	position:absolute;
	top:20px;
	left:-50%;
	width:500px;
	padding: 5px 10px;
	font-size:0.8em;
	border-radius: 4px;
	background-color: rgba(0,0,0,0.7);
	box-shadow: 0 1px 2px rgba(34,214,136,0.5), 0 1px 0 rgba(255,255,255,0.5) inset;
	border:1px solid #88D622;
	color:white;
}

#top {
	position: absolute;
	background-color: rgba(83,83,83,0.6);
	width:70px;
	height:70px;
	right:30px;
	bottom:50px;
	position: fixed;
	border-radius:5px;
	color:rgba(255,255,255,0.9);
	text-align:center;
	line-height: 70px;
	vertical-align: middle;
	font-size: 40px;
	text-decoration: none;
	visibility: hidden;
}

nav li a span {
	color: #3B5998;
}

header img {
	margin-left: 20%;
	margin-top:20px;
}


blockquote:before {
	content: " ";
	font-size: 24pt;
	text-align: center;
	line-height: 42px;
	color: #fff;
	float: left;
	position: relative;
	top: 30px;
	border-radius: 25px;

	background: url('../Images/quotationmark.png') -3px -3px #1c1c1c;

	display: block;
	height: 25px;
	width: 25px;
		transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	-webkit-transition: all 350ms;
	}
blockquote:after {
	content: " ";
	font-size: 24pt;
	text-align: center;
	line-height: 42px;
	color: #fff;
	float: right;
	position: relative;
	bottom: 40px;
	border-radius: 25px;

	background: url('../Images/quotationmark.png') -1px -32px #1c1c1c;

	display: block;
	height: 25px;
	width: 25px;
	transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	-webkit-transition: all 350ms;
}

blockquote:hover:after, blockquote:hover:before {
		background-color: #88D622;
}

blockquote p {
	margin: 0;
	padding: 0 40px;
	text-align: center;
	float: left;
}

.title {
	display: inline-block;
	font-weight: bolder;
}
