html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
}
a:-webkit-any-link {
    text-decoration: none;
}
#header, #footer {
	width: 100%;
}
.row {
	display: flex;
	justify-content: space-around;
}


/* DEBUT HEADER */
#head-top {
	max-width: 1900px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#head-left div {
	float: left;
}
#head-left div a {
	display: block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
}
#logo {
	width: 200px;
}
#bloc-meteo {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	height: 2000px;
	max-width: 380px;
	width: 100%;
	background-color: #3A8DA2;
	z-index: 9999;
}
#bloc-meteo span.titre-meteo {
	display: block;
	height: 70px;
	line-height: 70px;
	font-size: 2rem;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	cursor: pointer;
}
#bloc-meteo a {
	color: #FFF;
	display:block;
	width: 100%;
	font-size: 1.3rem;
}
#bloc-meteo a.btneige, #filtre-article a.btneige {
	display: block;
	font-size: 0.8rem;
	width: 200px;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	background-color: #0E728B;
	color: #FFF;
	border: 2px solid #FFF;
	border-radius: 5px;
	text-align: center;
	margin: 0 auto;
}
#bloc-meteo table {
	width: 95%;
	margin: 0 auto;
	border-collapse: collapse;
}
span.ouvert {
	display: inline-block;
	padding: 1px;
	color: #FFF;
	background-color: #55CF4D;
}
span.ferme {
	display: inline-block;
	padding: 1px;
	color: #FFF;
	background-color: #FF0101;
}
span.pistenom {
	display: inline-block;
	padding: 1px 0;
	width: 220px;
}
div.liste-piste {
	columns: 2 250px;
	margin: 30px 0;
}
@media screen and (max-width: 900px) {
	#liste-piste {
		columns: inherit;
	}
}
#bloc-meteo table tr {
	height: 55px;
	background-color: #FFF;
	border-bottom: 1px solid #3A8DA2;
}
#bloc-meteo table td {
	text-align: center;
	vertical-align: middle;
	color: #0E728B;
	font-size: 0.8rem;
}
#menu-burger {
	display: none;
	height: 100px;
	line-height: 100px;
	background-color: #FFF;
	border: 0;
	cursor: pointer;
}
#cross {
	display: none;
	position: absolute;
	top: 0;
	left: -60px;
	width: 60px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.74);
	border: 0;
	cursor: pointer;
}
#menu {
	text-align: center;
	position: relative;
}
#menu ul li {
	float: left;
	list-style-type: none;
	position: relative;
}
#menu ul li a {
	color: #0E728B;
	display: block;
	height: 100px;
	line-height: 100px;
	font-size: 0.8rem;
	padding: 0 7px;
}
#menu  ul  > li:hover > a {
		background-color: #0E728B;
		color: #FFF;
}
@media screen and (min-width: 990px) {
	#menumob {
		display: none;
	}
	#menu ul li ul {
		display: none;
		position: absolute;
		left: 0;
		top: 100px;
		border-top: 5px solid #F7941D;
		border-bottom: 5px solid #F05324;
		z-index: 9999;
	}
	#menu ul li:hover ul {
		display: block;
	}
	#menu ul li ul li a {
		width: 230px;
		height: 40px;
		line-height: 40px;
		color: #3A8DA2;
		background-color: #FFF;
		border-top: 1px solid #0E728B;
		text-align: left;
	}
	#menu ul li ul li:hover a {
		background-color: #0E728B;
		color: #FFF;
	}
	#menu ul li ul li:first-child a {
		border-top: 0;
	}
}
#head-right {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
	span.LibelleEntete, span.EnteteNbArticles  {
		display: none !important;
	}
}
#reservation {
	width: 40%;
	margin: 60px auto 0 auto;
}
#reservation form {
	display: flex;
	justify-content: space-between;
}
#reservation select, #reservation input[type="submit"] {
	height: 40px;
	border: 0;
}
#reservation input[type="submit"] {
	background-color: #0E728B;
	color: #FFF;
	cursor: pointer;
}
#reservation input  {
	height: 34px;
	border: 0;
}
@media screen and (min-width: 1300px) {
	#menu ul li a {
		font-size: 1rem;
	}
}
@media screen and (max-width: 1170px) {
	#text-panier {
		display: none;
	}
	#meteo img {
		width: 30px;
	}
	#meteo a {
		width: 50px !important;
	}
}
@media screen and (max-width: 1150px) {
	#menu {
		display: none;
	}
	#menumob {
		display: none;
		position: absolute;
		right: 0;
		z-index: 99999;
		width: 280px;
		height: 2000px;
		background-color: #3A8DA2;
	}
	#menumob.open {
		display: block;
	}
	#menumob ul li {
		list-style-type: none;
		float: inherit;
		position: relative;
	}
	#menumob ul li a {
		color: #FFF;
		display: block;
		width: 95%;
		height: 40px;
		line-height: 40px;
		font-size: 0.7rem;
		padding: 0 0 0 5%;
		text-align: left;
		border-bottom: 2px solid #3A8DA2;
		background: url('img/pictos/fleche-blanche-bas.png') 90% center no-repeat #0E728B;
	}
	#menumob ul li ul {
		display: none;
		position: relative;
	}
	#menumob ul.sub-menu li a {
		width: 95%;
		height: 40px;
		line-height: 40px;
		color: #515151;
		background: #FFF;
		border-bottom: 1px solid #3A8DA2;
		text-align: left;
	}
	#menumob ul li ul li:hover a {
		background-color: #0E728B;
		color: #FFF;
	}
	#menumob > div > ul  > li:hover > a {
		background-color: #F7941D !important;
	}
	a.lienactif {
		background: url('img/pictos/fleche-blanche-haut.png') 90% center no-repeat #F7941D !important;
	}
	#menu-burger, #cross {
		display: block;
	}
}
@media screen and (max-width: 600px) {
	#logo  {
		width: 100px;
		padding-top: 20px;
		height: 80px;
	}
	#logo img {
		width: 100px;	
	}
}

#img-current-lg {
	cursor: pointer;
}
#banniere {
	background: center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 327px;
	position: relative;
	text-align: center;
	padding-top: 173px;
}
@media screen and (max-width: 610px) {
	#banniere img {
		width: 90%;
		margin: 0 auto;
	}
}
/* FIN HEADER */

/* DEBUT CONTAINER */
#container {
	padding-top: 50px;
	overflow: hidden;
	clear: both;
}
section {
	padding: 50px 0;
	overflow: auto;
}
#a-la-une, #decouvrir {
	background-color: #F8F8F8;
	overflow: hidden;
}

#content {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
#events, #liste-apidae {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	position: relative;
}
#articles {
	position: relative;
	width: 1170px;
	margin: 0 auto;
	overflow: hidden;
}
#allarticles {
	width: 5000px;
	display: flex;
	justify-content: flex-start;
	margin-left: 0;
}
#articles-cat {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	position: relative;
	max-width: 1250px;
	width: 90%;
	margin: 0 auto;
}
#articles article, #articles-cat article {
	width: 350px;
	background-color: #F8F8F8;
	position: relative;
	padding-bottom: 40px;
}
#allarticles article {
	margin: 0 20px;
}
#articles-cat article {
	margin-bottom: 50px;
}
#articles-cat article {
	display: none;
}
#articles a.btn-lire, #articles-cat a.btn-lire, #events a.btn-lire2, #liste-apidae a.btn-lire2, #liste-apidae-full a.btn-lire2, #liste-article a.btn-lire {
	display: block;
	position: absolute;
	bottom: 0;
	z-index: 5555;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	background-color: #0E728B;
	text-align: center;
	font-size: 1rem;
	font-family: 'Roboto', sans-serif;
	transition: all 0.2s ease-out;
}
div.btn-more a {
	display: block;
	max-width: 330px;
	width: 90%;
	height: 50px;
	margin: 50px auto 0 auto;
	line-height: 50px;
	color: #FFF;
	background-color: #0E728B;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	transition: all 0.2s ease-out;
}
#btcarte {
	display: none;
}
#btcarte a {
	display: block;
	max-width: 330px;
	width: 90%;
	height: 50px;
	margin: 0 auto 50px auto;
	line-height: 50px;
	color: #FFF;
	background-color: #F7941D;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	transition: all 0.2s ease-out;
}
@media screen and (max-width: 1180px) {
	#articles {
		width: 810px;
	}
	#articles article, #articles-cat article {
		width: 250px;
	}
	#articles article img, #articles-cat article img {
		width: 100%;
		height: auto;
	}
	#allarticles article {
		margin: 0 10px;
	}
}
@media screen and (max-width: 820px) {
	#articles {
		width: 540px;
	}
}
@media screen and (max-width: 550px) {
	#articles {
		width: 370px;
	}
	#articles article, #articles-cat article {
		width: 350px;
	}
}
@media screen and (max-width: 370px) {
	#panier {
		display: none;
	}
	#articles {
		width: 300px;
	}
	#articles article, #articles-cat article {
		width: 280px;
	}
	div.btn-more a {
		width: 100%;
	}
}
#allarticles figure, #articles-cat figure {
	position: relative;
}
#allarticles figure div.nb-comments, #articles-cat figure div.nb-comments  {
	position: absolute;
	width: 35px;
	height: 35px;
	bottom: 10px;
	right: 10px;
	background: url('img/pictos/Bulle_Commentaire_Blog_Icon_grande.png') center center no-repeat;
	color: #FFF;
	text-align: center;
	line-height: 35px;
}
#bloc-article, #content-single {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}
div.testclass {
	clear: both;
}
#content-single ul.test {
	float: left;
	margin: 0 20px 15px 0;
}
#liste-article {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 80%;
}
#liste-apidae-full {
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
	display: none;
}
#carte-apidae-full {
	width: 100%;
	display: none;
	opacity: 0;
	transition: all 0.3s linear;
}
.article-info {
	width: 96%;
	height: 0;
	position: absolute;
	bottom: 30px;
	background-color: #3A8DA2;
	padding: 10px 2% 0 2%;
	opacity: 0;
	transition: all 0.2s ease-out;
}
#article-info-single {
	margin-top: 50px;
}
#breadcrumb {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(47, 47, 47, 0.33);
	width: 100%;
	padding: 20px 0;
}
#breadcrumb div.breadcrumb{
	position: absolute;
	left: 10px;
	bottom: 5px;
	color: #FFF;
	font-size: 0.8rem;
}
#breadcrumb div.breadcrumb a {	
	color: #F7941D;
}
.survol {
	opacity: 1;
	height: 60px;
	transition: all 0.4s ease-out;
}
@media screen and (max-width: 500px) {
	#breadcrumb div.breadcrumb{
		display: none;
	}
}
div.puce-liste {
	margin: 50px auto;
	height: 15px;
}
div.puce-liste ul li {
	list-style-type: none;
	float: left;
	height: 15px;
	width: 15px;
	margin-right: 10px;
	background-color: #0E728B;
	cursor: pointer;
}
div#puce-pagination ul li, div#puce-pagination2 ul li {
	float: left;
	height: 40px;
	cursor: pointer;
	margin: 0 10px;
	list-style-type: none;
	text-align: center;
}
div#puce-pagination ul li a, div#puce-pagination2 ul li a {
	color: #0E728B;
	transition: all 0.2s ease-out;
}
div#puce-pagination ul li:hover a, div#puce-pagination ul li.orange a, div#puce-pagination2 ul li:hover a, div#puce-pagination2 ul li.orange a {
	color: #F7941D;
	transition: all 0.2s ease-out;
}
div#puce-pagination ul li:hover:before, div#puce-pagination ul li.orange:before, div#puce-pagination2 ul li:hover:before, div#puce-pagination2 ul li.orange:before {
	background-color: #F7941D;
	transition: all 0.2s ease-out;
}
div#puce-pagination ul li:before, div#puce-pagination2 ul li:before {
	content: " ";
	display: block;
	height: 20px;
	width: 20px;
	background-color: #0E728B;
	transition: all 0.2s ease-out;
}
div.puce-liste ul li.active {
	background-color: #F7941D;
}
#liste-apidae, #carte-apidae {
	width: 80%;
	display: none;
	opacity: 0;
	transition: all 0.3s linear;
}
#liste-apidae.show, #liste-apidae-full.show, #carte-apidae.show, #carte-apidae-full.show {
	display: flex;
	justify-content: flex-start;
	opacity: 1;
	transition: all 0.1s linear;
}
#events article, #bloc-article article, #liste-apidae article, #liste-apidae-full article {
	width: 250px;
	background-color: #FFF;
	position: relative;
	padding-bottom: 40px;
}
#liste-apidae article, #liste-apidae-full article {
	cursor: pointer;
}
#events article {
	margin: 0 20px 50px 20px;
}
#liste-apidae article, #liste-apidae-full article {
	width: 80%;
	max-width: 330px;
	margin: 0 0 20px 40px;
}
span.survolimg {
	position: absolute;
	content: ' ';
	top: 0;
	left: 0;
	background: rgba(240, 83, 36, 0.66);
}
figure.imgfiche {
	display: block;
	overflow: hidden;
	height: 115px; 
}

#liste-apidae span.commune, #liste-apidae-full span.commune, #events span.commune {
	color: #F7941D;
	font-family: 'Roboto', sans-serif;
	font-size: 0.8rem;
	position: absolute;
	left: 40px;
}
@media screen and (max-width: 800px) {
	#liste-apidae span.commune, #liste-apidae-full span.commune, #events span.commune {
	font-size: 0.6rem;
}
}
#liste-apidae figure.imgcommune, #liste-apidae-full figure.imgcommune {
	position: relative;
}
#bloc-article article {
	width: 100%;
	max-width: 250px;
	margin-bottom: 20px;
}
#switch {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	clear: both;
	padding: 30px 0 10px 0;
}
div.puce-date {
	position: absolute;
	background: url('img/pictos/Puce_Date_Agenda_Liste_Icon.png') center center no-repeat;
	width: 40px;
	height: 41px;
	top: 0;
	left: -38px;
}
div.puce-date-map {
	position: absolute;
	width: 66px;
	height: 69px;
	top: -2px;
	left: -60px;
	background: url('img/pictos/Puce_Date_Agenda_Carte_Icon.png') center center no-repeat;
}
#liste-carte ul.evenement {
	padding: 0 0 0 80px;
}
#liste-carte ul li {
	display: block;
	position: relative;
	height: 64px;
	padding: 0 0 0 5px;
	margin-bottom: 20px;
	background-color: #FFF;
	clear: both;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#liste-carte ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
#liste-carte figure{
	margin: 0 10px 0 0;
	float: left;
	height: 64px;
	width: 90px;
	overflow: hidden;
}
div.puce-date div.date-jour, div.puce-date div.date-mois {
	width: 40px;
	height: 17px;
	color: #FFF;
	text-align: center;
	font-size: 0.8rem;
}
div.puce-date-map div.date-jour, div.puce-date-map div.date-mois {
	width: 66px;
	height: 33px;
	line-height: 33px;
	color: #FFF;
	text-align: center;
	font-size: 1.2rem;
}
div.puce-date hr, div.puce-date-map hr  {
	border: 0;
	background-color: #FFF;
	height: 1px;
	margin: 1px auto;
	width: 15px;
}
div.btn-more a:hover, #articles a.btn-lire:hover, #articles-cat a.btn-lire:hover, #events a.btn-lire2:hover, #liste-apidae a.btn-lire2:hover, #liste-apidae-full a.btn-lire2:hover, #liste-article a.btn-lire:hover {
	background-color: #F7941D;
	transition: all 0.2s ease-out;
}
#apidae {
	width: 100%;
	padding: 50px 0;
	background-color: #F8F8F8;
	overflow: hidden;
}
#total {
	float: left;
	width: 200px;
	height: 30px;
	line-height: 30px;
	color: #0E728B;
	font-size: 1rem;
}
#total span.total {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	color: #FFF;
	background-color: #0E728B;
	border-radius: 5px;
}
#affichage {
	float: right;
}
#btn-liste, #btn-carte {
	float: left;
}
#btn-liste a, #btn-retour a {
	display: inline-block;
	margin-right: 50px;
	background: url('img/pictos/Affichage_Liste_Icon.png') left center no-repeat;
	padding-left: 30px; 
	z-index: 5555;
}
#btn-retour a {
	width: 200px;
}
#btn-carte a {
	display: inline-block;
	background: url('img/pictos/Affichage_Carte_Icon.png') left center no-repeat;
	padding-left: 30px; 
}
#btn-liste a.active, #btn-liste a:hover, #btn-retour a {
	background: url('img/pictos/Affichage_Liste_Icon_active.png') left center no-repeat;
	color: #F7941D;
	display: block;
}
#btn-carte a.active, #btn-carte a:hover {
	background: url('img/pictos/Affichage_Carte_Icon_active.png') left center no-repeat;
	color: #F7941D;
}
#btn-liste a, #btn-carte a {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #0E728B;
}

ul#tag {
	list-style-type: none;
	padding: 10px 0;
}
ul#tag li {
	float: left;
	color: #0E728B !important;
	background-color: #FFF;
	margin: 5px;
	cursor: pointer;
	padding: 0 3px;
}
ul#tag li:before {
	content: 'x';
	display: inline-block;
	height: 10px;
	margin: 0 2px 0 0;
	padding: 0;
	width: 10px;
	color: #F7941D;
}
#map-carte {
	min-height: 400px;
}
@media screen and (max-width: 1100px) {
	#liste-apidae, #carte-apidae {
		width: 70%;
	}
	#filtre-apidae {
		width: 28%;
	}
}
@media screen and (max-width: 800px) {
	#filtre-apidae-carte {
		width: 90%;
		margin: 0 auto 30px auto;
		float: inherit;
	}
}
@media screen and (max-width: 850px) {
	#map-carte {
		height: 500px;
	}
	#liste-carte ul.evenement {
		padding: 0 0 0 30px;
	}
	div.puce-date {
		position: absolute;
		background: url('img/pictos/Puce_Date_Agenda_Carte_Icon.png') center center no-repeat;
		background-size: 100%;
		width: 50px;
		height: 53px;
		top: -2px;
		left: -49px;
	}
	div.puce-date div.date-jour, div.puce-date div.date-mois {
		width: 50px;
		height: 25px;
		line-height: 30px;
		color: #FFF;
		text-align: center;
		font-size: 0.8rem;
	}
	div.puce-date div.date-mois {
		line-height: 20px;
	}
	div.puce-date hr {
		border: 0;
		background-color: #FFF;
		height: 1px;
		margin: 1px auto;
		width: 15px;
	}
	#total {
		text-align: center;
	}
	#total, #affichage {
		width: 95%;
		margin: 0 auto 20px auto;
		float: inherit;
	}
	#affichage div:nth-of-type(even) {
		float: right;
	}
	#liste-apidae span.commune, #liste-apidae-full span.commune, #events span.commune {
		left: 0;
		margin: 0 0 0 5px;
	}
	#carte-apidae, #carte-apidae-full {
		flex-wrap: wrap;
	}
	#carte-apidae > div, #carte-apidae-full > div {
		width: 100%;
		margin: 0 auto 20px auto;
	}
	#btn-liste, #btn-carte {
		width: 50%;
	}
	#btn-liste a {
		background: url('img/pictos/Affichage_Liste_Icon.png') center top no-repeat;
		padding: 20px 0 0 0; 
		z-index: 5555;
		width: 100%;
		text-align: center;
	}
	#btn-carte a {
		background: url('img/pictos/Affichage_Carte_Icon.png') center top no-repeat;
		padding: 20px 0 0 0; 
		width: 100%;
		text-align: center;
	}
	#btn-liste a.active, #btn-liste a:hover {
		background: url('img/pictos/Affichage_Liste_Icon_active.png') center top no-repeat;
		color: #F7941D;
	}
	#btn-retour a {
		background: url('img/pictos/Affichage_Liste_Icon_active.png') left center no-repeat;
	}
	#btn-carte a.active, #btn-carte a:hover {
		background: url('img/pictos/Affichage_Carte_Icon_active.png') center top no-repeat;
		color: #F7941D;
	}
	#btn-liste a, #btn-carte a {
		display: block;
		height: 30px;
		line-height: 30px;
		color: #0E728B;
	}
	#littlestars {
		position: absolute;
		right: 10px;
		bottom: 1px;
	}
	#littlestars img {
		width: 10px !important;
		margin: 0 10px !important;
		height: 10px !important;
	}
	span.commune:before{
		content: '';
		background: url('img/pictos/Pin_Preview_Fiche.png') center left no-repeat;
		width: 20px;
		height: 15px;
		float: left;
	}
}
#container ul li {
	font-size: 0.8rem;
	line-height: 1.3rem;
	color: #3A3A3A;
	font-family: 'Roboto', sans-serif;
}
#filtre-article ul li a, #filtre-article ul li {
	color: #FFF;
}
#stars, #littlestars {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}
#stars img, #littlestars img {
	margin: 0 10px;
}
#single, #singlem {
	width: 75%;
	padding: 0;
	float: right;
}
#single img, #content img {
	max-width: 1024px;
	width: 100%;
	height: auto;
}
#single button img {
	width: auto;
}
#single ul {
	list-style-type: none;
}
#single > ul li:before, #single ul.test li:before {
	content: " ";
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin: 5px 20px 0 0;
	background-color: #F7941D;
}
@media screen and (max-width: 700px) {
	#filtre-article, #single, #liste-article {
		float: inherit;
		width: 90%;
		margin: 0 auto 20px auto;
	}
	#filtre-article {
		padding: 10px 20px;
	}
	#littlestars {
		margin: 5px 0;
	}
}
#slider-top {
	position: relative;
}
#fleche-gauche, #fleche-droite {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	background-color: transparent;
	border: 0;
	opacity: 0.6;
	cursor: pointer;
	transition: all 1s ease;
}
#fleche-gauche {
	left: 10px;
}
#fleche-droite {
	right: 10px;
}

#fleche-gauche:hover {
	opacity: 1;
	transform: translate(-5px, 0);
	transition: all 1s ease;
}
#fleche-droite:hover {
	opacity: 1;
	transform: translate(5px, 0);
	transition: all 0.8s ease;
}
#slider-fiche {
	display: flex;
	justify-content: space-between;
}
#fleche-left-fiche, #fleche-right-fiche {
	width: 5%;
	background-color: #F8F8F8;
	border: 0;
	cursor: pointer;
	position: relative;
	z-index: 7777;
}
#slider-fiche-img {
	height: 110px;
	overflow: hidden; 
}
#liste-img-fiche  {
	margin: 20px 0;
	height: 140px;
	width: 2000px;
	position: relative;
	z-index: 5555;
}
#liste-img-fiche > ul {
	position: absolute;
	width: 5000px;
	left: 0;
	top: 0;	
	list-style-type: none;
}
#liste-img-fiche  ul li {
	float: left;
	margin: 0 5px;
}
#liste-img-fiche ul li img {
	cursor: pointer;
}
#single-comment {
	background-color: #3A8DA2;
	padding: 20px;
	color: #FFF;
	margin: 70px 0;
}
#single-comment article {
	padding: 0 50px;
}
@media screen and (max-width: 500px) {
	#single-comment article {
		padding: 0 20px;
	}
}
#single-comment label {
	display: block;
	color: #FFF;
	margin: 20px 0 10px 0;
}
article.brochure {
	width: 90%;
	background-color: #FFF;
	padding: 30px;
	margin: 0 auto 30px auto;
}
img.mignature {
	width: auto !important;
	height: auto !important;
}
#respond {
	padding: 40px;
}
#commentform {
	padding-bottom: 40px;
}
#respond input, #respond textarea {
	width: 100%;
	border: 0;
}
#respond input {
	height: 30px;
}
#respond textarea {
	height: 150px;
}
#respond input[type="submit"] {
	width: 200px;
	float: right;
	margin-top: 20px;
	background-color: #0E728B;
	color: #FFF;
	height: 40px;
}
#navigation, #navigation2 {
	display: none;
}
#navigation.act, #navigation2.act {
	display: flex;
	margin: 30px auto 50px auto;
}
#suivant a, #precedant a, #suivant2 a, #precedant2 a {
	color: #0E728B;
	font-size: 1rem;
	font-family: 'roboto', sans-serif;
	transition: all 0.2s ease-out;
}
#suivant a:hover, #precedant a:hover, #suivant2 a:hover, #precedant2 a:hover {
	color: #F7941D;
	transition: all 0.2s ease-out;
}
#pagination-cat {
	text-align: center;
}
#pagination-cat span.current {
	color: #F7941D;
}
#pagination-cat a.page-numbers {
	color: #0E728B;
}
#pagination-cat a.page-numbers:hover {
	color: #F7941D;
}
@media screen and (max-width: 600px) {
	#navigation.act, #navigation2.act {
		display: block;
	}
	#navigation.act div, #navigation2.act div {
		margin: 30px auto;
		width: 95%;
		height: 30px;
		line-height: 30px;
		text-align: center;
	}
}
#article-decouvrir, #crossbloc {
	width: 95%;
	max-width: 1020px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#decouvrir figure, #crossbloc figure {
	position: relative;
	margin: 0 20px 30px 20px;
}
#decouvrir figure legend , #crossbloc figure legend {
	position: absolute;
	display: block;
	bottom: 10px;
	width: 100%;
	height: 25px;
	line-height: 25px;
	background-color: rgba(0, 0, 0, 0.33);
	color: #FFF;
	text-align: center;
}
#one-col {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}
#cirkwi {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
#mycarlades ul.juicer-feed {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
#mycarlades h3, #mycarlades p, #mycarlades a.auto, div.j-stacker-wrapper h3, div.j-stacker-wrapper p, div.j-stacker-wrapper a.auto {
	font-family: 'Roboto', sans-serif;
}
#mycarlades h3, #mycarlades a.auto, #mycarlades a.j-read-more, div.j-stacker-wrapper h3, div.j-stacker-wrapper a.auto, div.j-stacker-wrapper a.j-read-more {
	color: #0E728B;
}
#mycarlades a.auto:hover, #mycarlades a.j-read-more:hover, div.j-stacker-wrapper a.auto:hover, div.j-stacker-wrapper a.j-read-more:hover {
	color: #F05324;
}
#mycarlades h1.referral, #mycarlades li.juicer, #content h1.referral, #content li.juicer {
	display: none;
}
#mycarlades div.j-stack  > li, #mycarlades div.j-stack  > li div.j-stack  > li , div.j-stacker-wrapper div.j-stack  > li, div.j-stacker-wrapper div.j-stack  > li div.j-stack  > li {
	border: 0 !important;
	background-color: #F8F8F8 !important;
	display: block;
	position: relative;
	min-height: 500px ;
}
#mycarlades div.j-stack  > li, #mycarlades div.j-stack  > li div.j-stack  > li {
	min-height: 570px;
}
#mycarlades div.j-meta ul, #mycarlades div.j-meta nav, div.j-stacker-wrapper div.j-meta ul, div.j-stacker-wrapper div.j-meta nav  {
	position: absolute;
	bottom: 10px;
}
#mycarlades div.j-meta ul, div.j-stacker-wrapper div.j-meta ul {
	left: 10px;
}
#mycarlades div.j-meta nav, div.j-stacker-wrapper div.j-meta nav {
	right: 10px;
}
#mycarlades div.network {
	position: absolute;
	top: 0;
	left: -40px;
}
#mycarlades a.imgbtcarlades {
	background: url('img/pictos/SocialWall_Icon.png') 15% center #0E728B no-repeat;
}
#mycarlades a.imgbtcarlades:hover {
	background: url('img/pictos/SocialWall_Icon.png') 15% center #F7941D no-repeat;
}
nav.logonetwork  {
	width: 296px;
	height: 60px;
	margin: 20px auto;
	clear: both;
}
#mycarlades nav.logonetwork  {
	display: none;
}
nav.logonetwork ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
nav.logonetwork ul li {
	list-style-type: none;
}
@media screen and (max-width: 900px) {
	div.j-stacker-wrapper, #mycarlades div.btn-more {
		display: none;
	}
	#mycarlades nav.logonetwork  {
		display: block;
	}
	#btcarte {
		display: block;
	}
}
/* FIN CONTAINER */


/* DEBUT FOOTER */
#footer {
	background-color: #0E728B;
	overflow: hidden;
	transition: all 0.2s ease-in;
	position: relative;
}
#bg-footer {
	width: 436px;
	height: 11px;
	margin: 0 auto;
	clear: both;
}
#footer.show {
	height: auto;
	padding-bottom: 50px;
	transition: all 0.2s ease-in;
}
#foot-top div {
	padding: 0 30px;
	width: 30%;
	max-width: 350px;
}
#foot-top a {
	color: #FFF;
	font-size: 0.9rem;
}
#foot-top ul li {
	color: #F7941D;
	margin: 20px 0;
}
#foot-middle, #foot-bottom {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}
#foot-middle a, #foot-bottom a {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 15px;
}
#foot-middle a {
	color: #F7941D;
	font-size: 0.9rem;
}
#foot-bottom, #foot-bottom a {
	color: #FFF;
	font-size: 0.7rem;
}
#foot-middle a:hover, #foot-bottom a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 990px) {
	#foot-top div:nth-of-type(2) {
		display: none;
	}
	#foot-top div:nth-of-type(1), #foot-top div:nth-of-type(3) {
		width: 45%;
	}
}
@media screen and (max-width: 550px) {
	#foot-top div:nth-of-type(1) {
		display: none;
	}
	#foot-top div:nth-of-type(3) {
		width: 60%;
		margin: 0 auto;
	}
	#bg-footer {
		display: none;
	}
}
/* FIN FOOTER */

/* TITRE */
#container h1:before {
	background: url('img/titre_Gauche.png') no-repeat;
	display: inline-block;
	width: 116px;
	height: 13px;
	margin-right: 5px;
    content: " ";
}
#container h1:after {
	background: url('img/titre_droite.png') no-repeat;
	display: inline-block;
	width: 116px;
	height: 13px;
	margin-left: 5px;
    content: " ";
}
.load_img {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
}
@media screen and (max-width: 500px) {
	#container h1:before, #container h1:after {
		display: none;
	}
}
h1, h2, h3, h3 a, h4, h5, h6, h2 a {
	font-family: 'Righteous', cursive;
	color: #0E728B;
}
h1 {
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 50px;
}
h1.titre-bann {
	font-size: 2.4rem;
	color: #FFF;
	overflow: hidden;
	display: block;
	margin-bottom: 0;
}
#single h1 {
	font-size: 2.4rem;
	color: #F7941D;
	margin: 20px 0;
}
#single h1::before, #single h1::after {
	display: none;
}
#single a {
	color: #F7941D;
}
h2 {
	font-size: 1.1rem;
	text-align: center;
	margin: 20px 0;
}
#single h2 {
	font-size: 1.8rem;
	color: #0E728B;
	text-align: left;
	clear: both;
}
#singlem h2 {
	font-size: 1.8rem;
	color: #0E728B;
	text-align: left;
	clear: both;
}
#liste-apidae article h2 , #liste-apidae-full article h2 {
	text-align: left;
	margin-left: 10px;
}
#filtre-article h2, #filtre-apidae h2 {
	font-size: 1.2rem;
	color: #F7941D;
	text-align: left;
}
#liste-carte h2  {
	margin: 0;
	text-align: left;
	margin-bottom: 5px;
	display: block;
	width: 60%;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media screen and (max-width: 1100px) {
	#liste-carte h2  {
		width: 30% !important;
	}
}
#events h2 {
	font-size: 0.9rem;
	text-align: left;
	padding: 0 20px;
}
#footer h3 {
	font-size: 1rem;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}
#single-comment h3 {
	color: #FFF;
	margin-bottom: 20px;
	font-size: 1rem;
	height: 30px;
	line-height: 30px;
}
#single-comment h3::before {
	background: url('img/pictos/Bulle_Commentaire_Blog_Icon.png') bottom center no-repeat;
	display: inline-block;
	width: 33px;
	height: 29px;
	margin-right: 10px;
    content: " ";
}
#single-comment h3 date {
	color: #F7941D;
}
h3.titreapivignette {
	text-align: center;
	margin: 10px 0;
}
h4 {
	font-size: 0.6rem;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
#footer h4 {
	color: #FFF;
	font-size: 0.9rem;
	text-align: left;
	margin: 10px 0;
}
p {
	font-size: 0.8rem;
	line-height: 1.3rem;
	color: #3A3A3A;
	font-family: 'Roboto', sans-serif;
	margin: 20px;
}
#articles article p, #articles-cat article p, #events article p {
	padding: 0 20px;
}
.article-info p {
	margin: 0;
}
#filtre-article p {
	margin: 40px 0;
}
#panier p {
	color: #0E728B;
	margin: 0;
	font-size: 0.6rem;
	font-style: italic;
}
#liste-apidae article p, #liste-apidae-full article p {
	padding: 10px 10px 0 10px;
}
#filtre-apidae p {
	text-align: center;
	color: #FFF;
	font-size: 1rem;
}
p.textapivignette {
	color: #F7941D;
	text-align: center;
}
#footer p {
	color: #FFF;
	margin: 30px 0;
}
#footer div:nth-of-type(2) p {
	margin: 0 0 30px 0;
}
p.blanc, aside p {
	color: #FFF;
}
blockquote {
	border-left: 3px solid #F05324;
	padding-left: 20px;
	margin-left: 120px;
}
blockquote p {
	color: #0E728B !important;
}

#content a {
	color: #0E728B;
}
#content ul {
	margin-left: 50px;
	list-style-type: none;
}
#content ul li:before {
	content: " ";
	display: block;
	height: 10px;
	width: 10px;
	background-color: #F7941D;
	transition: all 0.2s ease-out;
	float: left;
	margin: 5px;
}
.rond {
	border-radius: 50%;
}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
strong {
	font-weight: bolder;
}