@import url(https://fonts.googleapis.com/css?family=Lato|Roboto:400,900|Archivo+Black);

body {
	margin: 0;
	padding: 0;
	font-family: "Lato";
	font-size: 14px;
}

#header {
	position: relative;
	background-color: #222;
}

.content {
	width: 1280px;
	position: relative;
	margin: 0 auto;
}

#contenu .content {
	padding-bottom: 50px;
}

#sponsors {
	position: absolute;
	top: 10px;
	right: 0px;
}

#sponsors a {
	margin-right: 10px;
}

#logo {
	margin: 0;
	padding: 10px;
	font-family: "Archivo Black";
	color: #00ABE2;
	font-size: 40px;
	padding-top: 20px
}

#logo span {
	color: #fff;
}

#slogan {
	margin: 0;
	padding: 10px;
	font-family: "Roboto";
	font-size: 20px;
	padding-top: 0px;
	color: #fff;
	padding-bottom: 20px
}

#menus {
	background-color: #63C6E5;
}

#menus ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menus ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
}

#menus ul li a {
	color: #ffffff;
	font-family: "Lato";
	text-decoration: none;
	font-size: 18px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 45px;
	padding-right: 45px;
	display: block;
}

#menus ul li a:hover {
	background-color: #000;
}

#slider {
	width: 1280px;
	height: 380px;
}

.clear {
	clear: both;
}

#contenu {
	padding-top: 50px;
}

#contenu h1 {
	color: #63C6E5;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-size: 32px;
	font-family: "Archivo Black";
	font-weight: normal;
	text-transform: uppercase;
}

#contenu h2 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	margin-bottom: 50px;
}

#resultats {
	margin-bottom: 40px;
	border-bottom: 5px #63C6E5 solid;
}

#resultats ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#resultats ul li {
	margin: 0;
	padding: 0;
	font-family: "Lato";
	font-size: 18px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#resultats ul li.titre {
	background-color: #222;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
}

#content {
	padding: 10px;
}

#colOne {
	width: 350px;
	float: left;
}

#colTwo {
	width: 900px;
	float: right;
	position: relative;
}

#colTwo h3 {
	font-size: 20px;
	margin: 0;
	margin-bottom: 20px;
}

.leftBloc {
	background-color: #63C6E5;
	color: #ffffff;
	font-size: 18px;
	font-family: "Lato";
	padding: 10px;
	text-align: center;
}

#footer {
	background-color: #333;
}

#footer h3 {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 18px;
	margin-bottom: 20px;
}

.footerCol {
	width: 426px;
	float: left;
	padding: 50px 0px;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li a {
	color: #fff;
	display: block;
	padding: 3px 0px;
}

.sep {
	background-color: #63c6e5;
	width: 40px;
	height: 5px;
	margin-bottom: 20px;
}

#copyright {
	background-color: #000;
	padding: 50px 0px;
	font-family: "Lato";
	text-align: center;
	color: #ffffff;
}

#copyright a {
	color: #ffffff;
}

#content a {
	color: #63C6E5;
}

input, select, textarea {
	padding: 5px;
	border: 1px #cccccc solid;
	background-color: #ffffff;
	font-family: "Lato";
	font-size: 14px;
}

input[type=submit], input[type=button] {
	background-color: #AEC80F;
	color: #ffffff;
}

.homeResultat {
	position: relative;
	float: left;
	width: 278px;
	margin-left: 20px;
	margin-bottom: 50px;
	height: 360px;
	transition: all 0.4s ease-out 0s;
}

.homeResultat h3 {
	margin: 0;
	color: #222;
	font-size: 18px;
	font-family: "Lato";
	padding: 10px;
}

.homeResultatDate {
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: italic;
}

.homeResultatAccroche {
	padding-left: 10px;
	padding-bottom: 10px;
}

.homeResultatImage {
	text-align: center;
}

.homeResultatImage img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.homeResultatLu {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #63c6e5;
	color: #fff;
	padding: 3px 5px;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
}

.homeResultat .homeResultatLire {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: rgba(99, 198, 229, 0.9);
	transition: all 0.4s ease-out 0s;
	opacity: 0;
}

.homeResultat:hover .homeResultatLire {
	width: 100%;
	opacity: 1;
}

.homeResultatLire a {
	display: block;
	color: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 18px;
	box-sizing: border-box;
	padding-top: 185px;
	text-decoration: none;
}

#resultatSelectDate {
	text-align: center;
	padding: 20px;
	border: 1px #63c6e5 solid;
	width: 300px;
	margin: 0 auto;
	margin-bottom: 50px;
}

#resultatDetailDiaporama a {
	background-color: #63c6e5;
	color: #fff;
	padding: 10px 30px;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
}

.resultatDetailPhoto {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}

.resultatDate {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.resultatAccroche {
	padding-bottom: 10px;
}

.resultatLu {
	position: absolute;
	top: 10px;
	right: 0px;
	background-color: #63c6e5;
	color: #fff;
	padding: 3px 5px;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
}

.resultatDesc {
	line-height: 22px;
}

.titre {
	font-weight: bold;
	background-color: #AEC80F;
	color: #ffffff;
}

.fond1 {
	background-color: #eeeeee;
}

.fond2 {
	background-color: #F9F7ED;
}

.pagelink2 {
	background-color: #63c6e5;
	padding: 5px;
	border: 0;
	color: #ffffff;
	font-weight: bold;
	line-height: 25px;
}

#content .pagelink a {
	background-color: #222;
	padding: 5px;
	border: 0;
	color: #ffffff;
	line-height: 25px;
	text-decoration: none;
}

.leftCourses {
	margin: 0;
	padding: 0;
	list-style:  none;
}

.leftCourses li {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.organisation {
	width: 205px;
	float: left;
	padding: 10px;
	border: 1px #cccccc solid;
	height: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}

.organisationDate {
	background-color: #AEC80F;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
}

.organisationTitre {
	margin-bottom: 10px;
}

.organisationDesc {
	margin-bottom: 10px;
}

.organisationPlus {
	text-align: right;
}

#menusMobile {
	display: none;
}

#menusMobilePicto {
	font-size: 24px;
	border-radius: 5px;
	color: #ffffff;
	background-color: #8E137B;
	padding: 10px 12px;
	cursor: pointer;
}

#menusMobileList {
	display: none;
	margin-bottom: 10px;
}

#menusMobileList ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menusMobileList ul li {
	margin: 0;
	padding: 0;
}

#menusMobileList ul li a {
	background-color: #8E137B;
	display: block;
	padding: 5px;
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
}

#menusMobileList ul li a:hover {
	background-color: #AEC80F;
}

.responsiveMobile1 {
	display: none;
}

.adherent {
	float: left;
	width: 260px;
	padding: 10px;
	margin-left: 20px;
	position: relative;
	margin-bottom: 50px;
}

.adherentPrenomNom {
	background-color: #63C6E5;
	color: #fff;
	font-size: 16px;
    padding: 10px 20px;
}

.adherentAge {
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px 5px;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	background-color: #63C6E5;
}

.adherentFiche {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: rgba(99, 198, 229, 0.9);
	transition: all 0.4s ease-out 0s;
	opacity: 0;
}

.adherentFiche a {
	display: block;
	color: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 18px;
	box-sizing: border-box;
	padding-top: 145px;
	text-decoration: none;
}

.adherent:hover .adherentFiche {
	width: 100%;
	opacity: 1;
}

#facebookPartage {
    position: absolute;
    right: 0;
    top: 50px;
}

.sponsor {
	width: 260px;
	margin-left: 20px;
	margin-bottom: 50px;
	float: left;
	height: 260px;
	position: relative;
}

.sponsorDetail {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: rgba(99, 198, 229, 0.9);
	transition: all 0.4s ease-out 0s;
	opacity: 0;
}

.sponsorDescription {
	width: 220px;
	padding: 20px;
	color: #fff;
}

.sponsorSite {
	width: 220px;
	padding: 20px;
}

.sponsorSite a {
	color: #fff;
}

.sponsor:hover .sponsorDetail {
	width: 100%;
	opacity: 1;
}

.sponsorLogo img {
	width: 100%;
}

@media (max-width: 550px) {

	h2 {
		font-size: 8px;
	}

	#logo {
		font-size: 30px;
	}

	#slogan {
		font-size: 12px;
	}

	#conteneur {
		width: 100%;
	}

	.content {
		width: auto;
	}

	#sponsors {
		display: none;
	}

	#slider {
		width: 100%;
		height: auto;
	}

	#menus {
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		width: 80%;
		z-index: 999;
		margin-left: -80%;
	}

	#menusMobile {
		display: block;
		position: absolute;
		top: 25px;
		right: 20px;
		font-size: 20px;
		cursor: pointer;
		color: #fff;
	}

	.responsiveMobile0 {
		display: none;
	}

	.responsiveMobile1 {
		display: block;
	}

	#resultats ul li {
		font-size: 10px;
	}

	#contenu {
		padding: 10px;
	}

	#contenu h1 {
		font-size: 20px;
	}

	#contenu h2 {
		font-size: 18px;
	}

	#colOne {
		display: none;
	}

	#colTwo {
		float: none;
		width: 100%;
	}

	#colTwo img {
		max-width: 100%;
		height: auto;
	}

	.homeResultat {
		width: auto;
		float: none;
		margin-left: 0;
	}

	.adherent {
		width: 80%;
		margin: 10px auto;
		float: none;
	}

	.footerCol {
		width: auto;
		float: none;
		padding: 20px 30px;
	}

	#copyright {
		padding: 20px;
	}

	#resultatSelectDate {
		width: auto;
	}
}