* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%; }

body {
	font-size: 12px;
	line-height: 22px;
	font-family: arial, sans-serif;
	color: #828282;
	background: url(../img/body.png) repeat 0 0;
	min-width: 100%;
}

/*font-family: 'Ubuntu', sans-serif;*/

a { color: #0252aa; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }
a.more { color: #2b9208; text-decoration: underline; padding-left: 11px; background: url(../img/arr-ico.png) no-repeat 0 5px; }
a.more:hover { text-decoration: none;  }
input, textarea, select { font-size: 12px; font-family: arial, sans-serif; }
textarea { overflow: auto; }

.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

article, aside, details, footer, header, menu, nav, section { display: block; }
button { cursor: pointer; }

.Link { 
	text-decoration: none;
	color: #0073b7;
	font-weight: 600;
	cursor: pointer;
}
.Link:hover { 
	text-decoration: none;
	color: #f00; 
}

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.shell { width: 990px; margin: 0 auto; }
.container { background: #fff; box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ; -moz-box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ; -webkit-box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ; -o-box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ;  }
.colonne, .colonnes3 {
	display: inline-block;
	vertical-align: top;
	margin: 10px 5px;
	text-align: left;
}
.colonne { width: 48.7%; }
.colonnes3 { width: 30%; }
.texte {
	font-size: 14px;
	text-align: justify;
	margin: 20px;
}
#cotis, #vacances {
	font-size: 14px;
	border-color: #ccc; 
	border-collapse: collapse;
	width: 100%;
	margin: 20px auto;
}
#cotis th, #vacances th {
	text-align: center;
	padding: 5px;
	color: #333;
}
#cotis td, #vacances td {
	padding: 3px 5px;
	text-align: left;
}
#cotis td:first-child, #vacances td:first-child { 
	background: #fffbf1;
	color : #2b9208;
}
#cotis td:last-child { text-align: right; } 
.infos_cookies {
	position: fixed; 
	bottom: 0; 
	width: 100%; 
	min-width: 350px; 
	font-family: 'Ubuntu', sans-serif;
	color: #fff; 
	font-size: 11pt; 
	text-align: center; 
	padding: 10px 0; 
	background: rgba(0, 150, 0, .9);
	z-index: 500;
	border-top: 1px solid #fff;
	letter-spacing: 0.5px;
}
/*
*	HEADER
*/	
	#header { 
		height: 54px; 
		padding-top: 21px; 
		padding-left: 33px; 
		padding-right: 17px;
	}
	#logo { 
		width: 81px; 
		float: left; 
		font-size: 0; 
		line-height: 0;
	}
	#logo a {
		margin-top: -20px;
		height: 65px; 
		display: block; 
		background: url(../img/logo@2x.png) no-repeat 0 0;
		text-indent: -4000px;
	}
	#login {
		width: 40px; 
		height: 40px; 
		float: right;
		transition: all .2s
	}
	#login:hover {
		cursor: pointer;
		transform: scale(1.1);
	}

/*
*	NAVIGATION
*/
	#navigation { 
		height: 42px; 
		font-family: 'Ubuntu', sans-serif; 
		font-weight: 500; 
		background: url(../img/navigation.png) repeat-x 0 0; 
		box-shadow: 0px -1px 2px rgba(0,0,0,0.1); 
		-moz-box-shadow: 0px -1px 2px rgba(0,0,0,0.1); 
		-webkit-box-shadow: 0px -1px 2px rgba(0,0,0,0.1); 
		-o-box-shadow: 0px -1px 2px rgba(0,0,0,0.1);
	}
	#navigation ul { 
		list-style: none; 
		list-style-position: outside;
	}
	#navigation ul li { 
		float: left; 
		padding-right: 2px; 
		line-height: 42px; 
		background: url(../img/nav-border.png) no-repeat right 0;
		font-size: 13px; 
		text-transform: uppercase;
	}
	#navigation ul li a { 
		display: block; 
		padding: 0 15px; 
		color: #878787;
		transition: all .2s;
	}
	#navigation ul li a:hover,
	#navigation ul li.active a  { 
		text-decoration: none; 
		color: #2b9208; 
		transform: scale(1.1);
	}
	#navigation ul li.first a { padding-left: 38px; }
	#navigation a.nav-btn { display: none; }
	#navigation ul li a img { 
		margin-top: 7px;
		vertical-align: top;
		width: 27px;
		height: 27px;
	} 

/*
*	SLIDER
*/
	.slider-holder { 
		position: relative; 
		z-index: 5; 
	}
	.slider-holder span.slider-b { 
		background: url(../img/slider-bottom.png) no-repeat 0 0;  
		width: 990px; 
		height: 30px; 
		position: absolute; 
		bottom: 0px; 
		left: 0px; 
		z-index: 100;
	}
	.slider-holder span.slider-shadow { background: url(../img/slider-shadow.png) no-repeat 0 0;  width: 990px; height: 13px; position: absolute; top: 0px; left: 0px; z-index: 100; display: block; }
	.slider { 
		width: 990px;  
		height: 378px; 
		position: relative;  
		background: url(../img/slide-img.png) no-repeat 0 0;
	}
	.slider ul.slides { list-style: none; list-style-position: outside; }
	.slider ul.slides li { width: 990px; height: 378px; float: left; position: relative; overflow: hidden; }

	.slider ul.slides li .img-holder { 
		width: 635px; 
		height: 347px; 
		position: absolute; 
		bottom: 0; 
		right: 0;
		text-align: center;
	}
	.slider ul.slides li .img-holder img { 
		max-width: 635px; 
		max-height: 347px;
	}
	.slider ul.slides li .slide-cnt { 
		width: 320px; 
		padding: 33px 0 0 34px; 
		position: absolute; 
		left: 0; 
		top: 20px; 
		text-align: center;
	}
	.slider ul.slides li .slide-cnt h2 { 
		font-size: 44px; 
		line-height: 44px; 
		padding-bottom: 16px; 
		color: #fff; 
		text-shadow: rgba(0,0,0,0.7) 1px 2px 2px; 
		font-family: 'Ubuntu', sans-serif; 
		font-weight: 700; 
		text-transform: capitalize;
	}
	.slider ul.slides li .slide-cnt p { color: #fff; font-size: 14px; padding-bottom: 22px; }
	.flex-control-nav { left: 480px; }

/*
*	MAIN
*/
	.main { 
		padding: 47px 0px 0px;  
		background: url(../img/main.png) repeat-x 0 0; 
	}
	.main h2, .post-titre { 
		font-size: 22px; 
		color: #2b9208; 
		line-height: 22px; 
		padding-bottom: 8px; 
		font-family: 'Ubuntu', sans-serif; 
		font-weight: 500;
		margin-top: 20px;
	}
	.main h3 { font-size: 18px; color: #5e5e5e; line-height: 22px; padding-bottom: 8px; font-family: 'Ubuntu', sans-serif; font-weight: 500;  }
	.main section { clear: both; background: url(../img/section-shadow.png) no-repeat center bottom; padding: 0 20px 60px; }
	.main ul { list-style: none; list-style-position: outside; }
	.main ul li { padding-bottom: 6px; padding-left: 10px; background: url(../img/arr-ico.png) no-repeat 0 8px; }
	.main ul li a { color: #2b9208; text-decoration: underline; } 
	.main ul li a:hover { text-decoration: none; } 

	.main .cols { padding-left: 0; padding-right: 0; }
	.main .cols .col { width: 314px; float: left; }
	.main .cols .col:after { content:''; width: 100%; clear: both; }
	.main .cols .col + .col { padding-left: 20px; }
	.main .cols .col img { float: left; width: 129px; height: 108px;  }
	.main .cols .col-cnt { width: 183px; float: right; }

	.main .post  {
		background: url(../img/cols-shadow.png) no-repeat 0 bottom; 
		padding-top: 28px; 
		padding-left: 40px;
	}
	.post-div { 
		padding-bottom: 20px; 
		margin-bottom: 20px; 
	}
	.post-div-img {
		display: inline-block;
		width: 300px;
		vertical-align: top;
		text-align: center;
	}
	.post-img {
		max-width: 300px;
		max-height: 150px; 
		vertical-align: top;
		-webkit-box-shadow: 7px 7px 5px 0px rgba(20,20,20,1);
		-moz-box-shadow: 7px 7px 5px 0px rgba(20,20,20,1);
		box-shadow: 7px 7px 5px 0px rgba(20,20,20,1);
	}
	.post-link {
		color: #00f;
		font-family: 'Ubuntu', sans-serif;
	}
	.post-link:hover {
		text-decoration: none;
		color: #f00;
		font-weight: 500;
	}
	.div_horodate {
		text-align: right;
		font-size: 8pt;
		font-style: italic;
		padding-right: 10px;
		letter-spacing: 0.5px;
	}
	.main .post h2 { padding-bottom: 15px; }
	.main .post p {		
		max-height: 90px;
		overflow: hidden;
		margin-bottom: 10px;
		font-size: 15px;
		text-align: justify;
	}
	.main .post-cnt {
		vertical-align: top;
		display: inline-block; 
		width: 600px;
		margin-left: 20px;
		font-size: 13px;
	}
	.main .post-cnt-text { 
		height: 100px;
		overflow: hidden;
	}
	.main .post-cnt ul li a {
		text-decoration: none;
		font-weight: 600;
	} 
	.main .post-cnt ul li a:hover {
		font-size: 13px;
	}

/*
*	TEXT SLIDER
*/
	.hwrap {
		width: 100%;
		overflow: hidden;
		background: url(../img/cols-shadow.png) no-repeat 0 bottom; 
	}
	.hmove {
		display: flex;
		position: relative;
		top: 0; 
		right: 0;
	}
	.hslide {
		width: 100%;
		flex-shrink: 0;
		box-sizing: border-box;
		padding: 20px;
	}
	@keyframes slideh {
		0% { right: 0; }
		30% { right: 0; }
		33% { right: 100%; }
		63% { right: 100%; }
		66% { right: 200%; }
		97% { right: 200%; }
		100% { right: 0; }
	}
	.hmove { animation: slideh linear 20s infinite; }
	.hmove:hover { animation-play-state: paused; }
	.hslide h3 {
		font-size: 22px; 
		color: #2d5900; 
		line-height: 22px; 
		padding: 12px 0; 
		font-family: 'Ubuntu', sans-serif; 
		font-weight: 500;
	}
	.hslide div {
		text-align: right;
		font-weight: 600;
		padding-right: 20px;
		font-size: 10px; 
	}
	.hslide p { 
		font-style: italic; 
		font-size: 14px; 
	}
	.hslide .vquote { 
		font-size: 22px; 
		color: #2d5900; 
		font-family: georgia ,arial, helvetica, serif; 
	}

	/* (E) SLIDE ANIMATION */
	@keyframes slidev {
		/* (E0) THE IDEA - USE KEYFRAMES TO SHIFT SLIDES *
		0% { bottom: 0; }
		33% { bottom: 100%; }
		66% { bottom: 200%; }
		100% { right: 0; }

		/* (E1) BUT THE ABOVE WILL SHIFT NON-STOP */
		/* SO WE ADD PAUSES BETWEEN EACH SLIDE */
		0% { bottom: 0; }
		30% { bottom: 0; }
		33% { bottom: 100%; }
		63% { bottom: 100%; }
		66% { bottom: 200%; }
		97% { bottom: 200%; }
		100% { right: 0; }
	}
	.vmove { animation: slidev linear 15s infinite; }
	.vmove:hover { animation-play-state: paused; }

/*
*	FOOTER
*/
	#footer { background: #1a2123; }
	#footer h2 { 
		font-size: 23px;
		color: #fff;
		font-family: 'Ubuntu', sans-serif;
		font-weight: 400; 
		padding-bottom: 18px;
	}
	.footer-cols { padding: 24px 24px 12px; }
	.footer-cols .col { float: left; width: 195px; }
	.footer-cols .col + .col { padding-left: 54px; }
	.footer-cols .col ul { 
		list-style: none; 
		list-style-position: outside;
	}
	.footer-cols .col ul li { 
		padding-bottom: 4px; 
		background: url(../img/arr-footer-col.png) no-repeat 0 8px; 
		padding-left: 9px;
	}
	.footer-cols .col ul li a { 
		color: #7dc33a;
		font-size: 14px;
		text-decoration: none;
		letter-spacing: 0.5px;
	}
	.footer-cols .col ul li a:hover { color: #fff; }

	.footer-bottom { 
		background: rgb(0,0,0);
		background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(47,47,47,1) 100%);
		background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(47,47,47,1) 100%);
		background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(47,47,47,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#2f2f2f",GradientType=1);
		height: 30px;
		padding: 20px 20px 0;
		border-top: 1px solid #999;
	}
	.footer-bottom .footer-nav { float: left; line-height: 11px;  }
	.footer-bottom .footer-nav ul { list-style: none; list-style-position: outside; }
	.footer-bottom .footer-nav ul li { 
		display: inline;  
		font-size: 12px; 
		color: #9e9e9e; 
		border-left: 1px solid #ccc; 
		padding: 0 11px; 
	}
	.footer-bottom .footer-nav ul li.first { 
		padding-left: 0; 
		border: 0;
	}
	.footer-bottom .footer-nav ul li a { 
		color: #999; 
		text-decoration: none;
		letter-spacing: 0.5px;
	}
	.footer-bottom .footer-nav ul li a:hover { color: #fff; }

	.footer-bottom p.copy { 
		float: right; 
		line-height: 11px; 
		font-size: 11px; 
		color: #777;
	}
	.footer-bottom p.copy span { 
		padding: 0 7px;
		color: #ddd;
	}
	.footer-bottom p.copy a { 
		color: #2b9208;
		text-decoration: none;
	}
	.footer-bottom p.copy a:hover { color: #fff; }

/*
*	FORMULAIRE
*/
.forms_ctrl {
	padding: 2px 5px 5px;
	width: 95%;
	margin-bottom: 5px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}
.forms_ctrl { border: 1px solid #e1e1e1; }
.forms_ctrl_label, .forms_ctrl_label2 {
	display: block;
	color: #2b9208;
	font-size: 9pt;
	font-family: 'Ubuntu', sans-serif;
	cursor: pointer;
}
.forms_ctrl_label { display: block; }
.forms_ctrl_label2 { display: inline-block; }
.forms_ctrl input, .forms_ctrl textarea {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #ccc;
	font-size: 17px;
	padding-bottom: 3px;
	font-family: 'Ubuntu', sans-serif;
	color: #555;
}
.forms_ctrl:focus-within, .forms_ctrl:focus-within > input, .forms_ctrl:focus-within > textarea {
	background: #f8f8f8;
}
.forms_ctrl_btn {
	font-size: 15px;
	font-family: 'Ubuntu', sans-serif;
	background: #2b9208;
	color: #fff;
	padding: 10px 20px;
	cursor: pointer;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 2px outset #fff;
}
.forms_ctrl_btn:hover {
	background: #eee;
	color: #2b9208;
	border: 2px inset #fff;
}
.player {
	margin: 20px auto; 
	width: 80%; 
	display: block;
}
.has_error {
	border: 1px solid #ff9797;
	background: #fff7f7;	
}
.has_error .forms_ctrl_label { color: #ff5757;	}
.has_error, .has_error input, .has_error textarea, .has_error:focus-within, .has_error:focus-within > input, .has_error:focus-within > textarea {
	background: #fff7f7;
}
input[type='radio'] {
	display: inline-block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin: 2px;
}
.forms_ctrl_label {
	display: inline-block;
	vertical-align: middle;
}
/* #MEDIA QUERIES
================================================== */

	/* IPAD PORTRAIT */
	@media only screen and ( min-width: 768px) and ( max-width: 980px ) {
		body { width: 768px; }
		.shell { width: 748px; }
		#navigation ul li a { padding: 0 15px;  }
		#navigation ul li.first a { padding-left: 26px; }
		
		.colonne, .colonnes3 {
			display: block;
			width: 100%;
			margin: 10px 0;
		}
		.slider-holder { position: relative; }
		.slider-holder span.slider-b { background: url(../img/t-slider-bottom.png) no-repeat 0 0;  width: 748px; height: 30px; position: absolute; bottom: -13px; left: 0px; z-index: 100;}
		.slider-holder span.slider-shadow { background: transparent; display: none;  }
		.flex-control-nav { left: 346px; }

		.slider { 
			width: 748px; 
			height: 292px; 
			position: relative; 
			background: url(../img/t-slide-img.png) no-repeat 0 0;
		}
		.slider ul.slides { list-style: none; list-style-position: outside; }
		.slider ul.slides li { width: 748px  !important; height: 292px; float: left; position: relative; }

		.slider ul.slides li .img-holder { 
			width: 440px; 
			height: 266px; 
			position: absolute; 
			bottom: 0; 
			right: 0; 
			text-align: center;
		}
		.slider ul.slides li .img-holder img { 
			max-width: 440px  !important; 
			max-height: 266px  !important; 
		}

		.slider ul.slides li .slide-cnt { 
			display: block;
			width: 284px; 
			padding: 0 0 0 24px; 
			margin: auto;
		}
		.slider ul.slides li .box-cnt { width: 284px; }
		.slider ul.slides li .slide-cnt h2 { 
			font-size: 40px; 
			line-height: 40px; 
			padding-bottom: 16px; 
			color: #fff; 
			text-shadow: rgba(0,0,0,0.4) 0px 1px 2px; 
			font-family: 'Ubuntu', sans-serif; 
			font-weight: 700; 
		}
		
		.main { padding: 47px 0 0 0;  }
		.main section { background: url(../img/t-section-shadow.png) no-repeat center bottom; padding-left: 20px; padding-right: 20px;  }
		.main .cols { margin: 0 0 0 0; padding-left: 30px; padding-right: 22px;   }
		.main .cols .col { width: 188px; }
		.main .cols .col img { float: none; display: block; margin: 0 auto;  }
		.main .cols .col + .col { padding-left: 66px; }
		.main .cols .col-cnt {text-align: center; }

		.main .post { background: url(../img/t-section-post.png) no-repeat center bottom; padding-left: 20px ;  }
		.post-div-img {
			display: block; 
			width: 100%;
		}
		.main .post-cnt { 
			display: block;
			width: 100%; 
			margin: 20px 0 0;
		}

		.footer-bottom { height: 58px; }
		.footer-cols { padding-left: 40px; }
		.footer-cols .col { width: 150px; }
		.footer-cols .col + .col { padding-left: 28px; }
		.footer-cols .col ul li { font-size: 13px; }

		.footer-bottom .footer-nav { float: none; display: block; text-align: center; padding-bottom: 18px;  }
		.footer-bottom p.copy { float: none; display: block; text-align: center;  }

		.player {
			width: 100%; 
			margin: 20px auto; 
			display: block;
		}
	}

	@media only screen and ( max-width: 767px) {
		body { width: auto; }
		.shell { width: 320px; margin: 0 auto;  }
		#header { 
			position: relative; 
			z-index: 1000; 
			padding-left: 0; 
			padding-right: 0;  
		}
		#logo { 
			float: none; 
			display: block; 
			margin: 0 auto; 
			padding: 0;
		}

		#login {
			position: absolute;
			top: 7px;
			right: 7px;
		}

		#navigation { 
			padding: 0; 
			height: 36px; 
		}
		#navigation a.nav-btn { 
			display: block; 
			font-size: 13px; 
			line-height: 36px;
			padding-top: 0;
			padding-left: 22px; 
			height: 28px; 
			text-transform: uppercase; 
			color: #2b9208; 
			font-family: 'Ubuntu', sans-serif; 
			font-weight: 500;
		}
		#navigation a.nav-btn:hover { text-decoration: none; }
		#navigation a.nav-btn span.arr { 
			background: url(../img/nav-arr.png) no-repeat 0 0; 
			width: 13px; 
			height: 9px; 
			position: absolute; 
			right: 14px; 
			top: 12px;
		}
		#navigation a.nav-btn span.arr.active { background: url(../img/nav-arr.png) no-repeat 0 bottom; }

		#navigation { 
			position: relative; 
			z-index: 1000;
		}
		#navigation ul { 
			display: none; 
			position: absolute; 
			top: 36px; 
			left: 0;
			width: 100%;
		}
		#navigation ul li { 
			display: block; 
			line-height: 36px !important; 
			float: none; 
			background: url(../img/navigation.png) repeat 0 0;
		}
		#navigation ul li a { padding: 0 15px; }
		#navigation ul li.first a { padding-left: 15px; }

		.colonne, .colonnes3 {
			display: block;
			width: 100%;
			margin: 10px 0;
		}

		.m-slider { background: #f3f3f3;  }
		.slider-holder { position: relative; margin: 0 auto; width: 310px; }
		.slider-holder span.slider-b { background: url(../img/m-slider-bottom.png) no-repeat 0 0; width: 310px; height: 12px; position: absolute; bottom: -3px; left: 0px; z-index: 100;}
		.slider-holder span.slider-shadow { background: transparent; display: none; }
		.flex-control-nav { left: 130px; }

		.slider { 
			width: 310px; 
			height: 181px; 
			overflow: hidden; 
			position: relative; 
			background: url(../img/m-slide-img.png) no-repeat 0 0;
		}
		.slider ul.slides li { width: 310px !important; height: 181px !important; float: none; }

		.slider ul.slides li .img-holder { 
			width: 100% !important; 
			height: 134px  !important; 
			top: 41px !important; 

		}
		.slider ul.slides li .img-holder img { 
			max-width: 100%  !important; 
			max-height: 134px !important;
		}

		.slider ul.slides li .slide-cnt { 
			width: 100%; 
			margin: -15px auto;
			padding: 0; 
			height: 35px;
		}
		.slider ul.slides li .box-cnt { display: none; }
		.slider ul.slides li .slide-cnt h2 { font-size: 22px; text-align: center;  line-height: 25px; padding-bottom: 16px; color: #fff; text-shadow: rgba(0,0,0,0.4) 0px 1px 2px; font-family: 'Ubuntu', sans-serif; font-weight: 700; }
		.slider ul.slides li .slide-cnt a.grey-btn { display: none;  }

		.main { padding: 40px 0 0 0; }
		.main section { background: url(../img/m-section-shadow.png) no-repeat center bottom; padding: 0 20px 20px 20px; }
		.main .cols { margin: 0 0 0 0; }
		.main .cols .col { width: 188px; float: none; display: block; padding-bottom: 22px; margin: 0 auto; }
		.main .cols .col img { float: none; display: block; margin: 0 auto; }
		.main .cols .col + .col { padding-left: 0px; }
		.main .cols .col-cnt { text-align: center; float: none; display: block;  }

		.main .post  { background: url(../img/m-section-post.png) no-repeat center bottom; padding-top: 28px; padding-left: 20px;   }
		.post-div-img { 
			width: 280px; 
			height: 162px; 
			display: block;
		}
		.post-img { 
			width: 280px; 
			height: 162px; 
		}
		.main .post-cnt {
			display: block;
			width: 100%;
			margin: 20px 0 0;
		}

		#footer h2 { padding-bottom: 12px; }
		.footer-cols { padding-left: 10px; padding-right: 0; padding-bottom: 0; }
		.footer-cols .col { width: 150px; float: none; display: block; padding-bottom: 22px; }
		.footer-cols .col + .col { padding-left: 0px; }
		.footer-cols .col ul li { font-size: 13px; }

		.footer-bottom { height: 58px; }
		.footer-bottom { padding: 10px 9px 20px; height: 100%; }

		.footer-bottom .footer-nav { 
			float: none; 
			display: block; 
			text-align: center; 
			padding: 0 0 18px;
		}
		.footer-bottom .footer-nav ul li { 
			display: inline-block;
			padding: 10px 4px; 
			border: 0; 
			font-size: 11px !important;
		}

		.footer-bottom p.copy { float: none; display: block; text-align: center;  }
		.footer-bottom p.copy strong { display: block;  padding-top: 10px; }
		.footer-bottom p.copy span { display: none; }

		.player {
			width: 100%; 
			margin: 20px auto; 
			display: block;
		}
	}

	@media only screen and ( max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi)  { 

		#navigation a.nav-btn span.arr { 
			background: url(../img/nav-arr@2x.png) no-repeat 0 0; 
			-webkit-background-size: 13px 18px; 
			-moz-background-size: 13px 18px; 
			background-size: 13px 18px; 
		}
		#navigation a.nav-btn span.arr.active { 
			background: url(../img/nav-arr@2x.png) no-repeat 0 bottom; 
			-webkit-background-size: 13px 18px; 
			-moz-background-size: 13px 18px; 
			background-size: 13px 18px; 
		}
		#logo a { 
			background: url(../img/logo@2x.png) no-repeat 0 0; 
			-webkit-background-size: 65px 65px; 
			-moz-background-size: 65px 65px; 
			background-size: 65px 65px;  }
	}

/*-----------------------------------------------
	LOADER
-----------------------------------------------*/
	#Wait {
		display: none;
		margin: 15vh auto;
  		text-align: center;
  		width: 100%;
  		color: #aaa;
	}
	.Div_loader {
		width: 120px;
		height: 120px; 
		margin: 20px auto;
	}
	.Div_loader img {
		position: absolute;
		width: 80px;
		margin: 13px 0 0 -39px;
		z-index: 5;
	}
	.loader {
		border: 1px solid #f7b000;
		border-radius: 50%;
		border-top: 1px solid #93177e;
		width: 120px;
		height: 120px;
		-webkit-animation: loader_spin 1s linear infinite;
		animation: loader_spin 1s linear infinite;
		background: #fafafa;
	}
	@-webkit-keyframes loader_spin {
		0% { -webkit-transform: rotate(360deg); }
		100% { -webkit-transform: rotate(0deg); }
	}
	@keyframes loader_spin {
		0% { transform: rotate(360deg); }
		100% { transform: rotate(0deg); }
	}
	
/*-----------------------------------------------
	flash
-----------------------------------------------*/
	.flashed {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 5px 10px;
		box-shadow: 1px 1px 3px #000;
		text-shadow : 1px 1px 1px #fff;
		margin: 5px 5px 3px;
		font-family: 'Ubuntu', sans-serif;
		font-size: 12pt;
	}
	.success {
		border: 1px ridge green;
		background: #e2f4e6;
		color: green; 
	}
	.infos {
		border: 1px ridge orange;
		background: #f9f6cd;
		color: #f67810;
	}
	.error {
		border: 1px ridge #eb5a55;
		background: #fce5e4;
		color: red;
	}
	.alert {
		border: 1px ridge #175a88;
		background: #cae4f6;
		color: blue;
	}
	.flash_close {
		background: rgba(0,0,0,.1);
		float: right;
		border: 1px solid #ccc;
		padding: 1px 5px;
		font-size: 15pt;
		color: #999;
	}
	.flash_close:hover {
		background: rgba(0,0,0,.2);
		color: #333;
	}