html
{
	margin:0px;
	padding:0;
	height:100%;
}

body
{
	margin:0px;
	padding:0;
	font-size:1.5em;
	height:100%;
}

.apercu
{
	min-height:200px;
	width:98%;
	padding:1%;
}

#NAVIGATION a
{
	color:#000;
}

#NAVIGATION
{
	height:50px;
	background-color:#EEE;
	padding:5px;
	width:100%;
	z-index:3;
	position:fixed;
	top:0;
	left:0;
}

#FOND
{
	position:absolute;
	top:0;
	left:0;
}

#CONTENU
{
	padding-top:70px;
}

.fond-pair
{
	background-color:#fefe00;
}

.fond-impair
{
	background-color:#45164d;
	color:#FFF;
}

.fond-impair a
{
	color:#FFF;
}

#LOGO
{
	height:150px;
}

.SVG-logo {
	cursor:pointer;
}

.a {
	cursor:pointer;
}

.navselecteur
{
	width:100%;
	display:inline-block;
	text-align:center;
	vertical-align:center;
	height:50px;
}

table
{
	width:100%;
}

td
{
	width:12.5%;
}

#FOND
{
	width:100%;
	height:100%;
	background-image:url('img/fond_risen.png');
	background-size: cover;
	position:fixed;
}

#BLOC, .BLOC
{
	width:80%;
	background-color:rgba(255,255,255,0.85);
	opacity:0.999;
	margin:30px auto;
	padding:20px 40px;
}

.SVG-logo
{
	width:120px;
	height:130px;
	position:absolute;
	left:10;
}

#FOOTER
{
	width:100%;
	height:1em;
	font-size:0.65em;
	color:#888;
	margin-top:20px;
	position: fixed;
	background-color:#EEE;
	bottom: 0px;
	text-align:center;
	padding:10px;
}

#FOOTER a
{
	color:#888 !important;
	text-decoration:none !important;
}

.membres
{
	width:300px;
	height:100px;
	background-color:#EEE;
	color:#000;
	padding-left:5px;
}

.img-galerie
{
	max-width:  560px;
	max-height: 315px;
	margin:5px;
	padding:0px;
}

.formulaire
{
	position: absolute;
	left: 50%; 
	transform: translate(-50%, 0);
	width: 500px;
}

.formulaire input
{
	font-size: 1em;
	width: 100%;
}

.formulaire label
{
	font-size: 1em;
	width: 100%;
}

.formulaire textarea
{
	font-size: 1em;
	width: 100%;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa {
  padding: 15px;
  font-size: 30px;
  font-family: sans-serif;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 30px;
}

.fa:hover {
    opacity: 0.7;
}

.img-retour {
 width:48px;
}

a
{
	color:#000;
}

#NAVIGATION a {
	cursor:pointer;
}

.draft {
	color:#777 !important;
}

.cancelled{
	color:#777 !important;
	font-style:italic;
	#text-decoration: line-through;
}

.events li {
	padding:5px 0 10px 0;
}

h2.cancelled::before, a.cancelled::after {

    content: "Annulé";
    background-color: #F00;
    padding: 2px 12px;
    margin: 2px 6px;
    border-radius: 6px;
    font-family: Arial;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
	opacity:0.5

}

.card {
	opacity:1;
	clear:both;
	width:400px;
	max-width:100%;
	margin:auto;
	border:solid 1px #009fc5;
	border-radius:20px;
}

.card .title {
	background-color:#009fc5;
	color:#FFF;
	padding:5px 20px;
	text-align:center;
	border-radius:20px 20px 0 0;
}

.card .body {
	background-color:#FFF;
	padding:5px 20px 20px 20px;
	border-radius:0 0 20px 20px;
}

.card .body label {
	color:#009fc5;
	display:block;
	width:100%;
	text-align:right;
}

.card.calendar {
}


.div-chemin {
	position:relative;
}

.point-chemin {
	position:absolute;
	height:20%;
	aspect-ratio: 1;
	background-color:#666;
	transition: all .5s;
	border-radius:100px;
	transform:translate(-50%,-50%);
	cursor:pointer;
	border: solid #666 2px;
}

.point-chemin:hover {
	height:25%;
	/*background-color: rgb(125,105,0);*/
}

.point-chemin-selected {
	height:25%;
	background-color: gold;
}

#SVG_CHEMIN {
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	overflow:clip;
}

#IMG_MASK_CHEMIN {
	position:absolute;
	top:0;
	right:0;
	object-fit: cover;
	object-position: right 0;
	height:100%;
	transition:all .5s;
}