
/********* GLOBAL *********/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	/* style */
	
	
	background-repeat: repeat;
	background-position-y: 0, 8px;
		
	background-attachment: fixed;
	background-size: fixed;

	/* text */
	font-family: Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	color:#ccc;
}

body, nav {
		background-color: gray;
	 background-image: url("../images/gris.png");/* fallback */
   background-image: linear-gradient(rgba(0,0,0,0), rgba(9,11,14,0.7)), url("../images/gris.png");

	animation-name: backgroundColorPalette;
	animation-duration: 12s;
	animation-iteration-count: infinite;
	animation-direction:  normal;
	animation-timing-function: linear; 
}

@keyframes backgroundColorPalette {
	0% {
	background-position-y: 0, 0px;
	}
	100% {
	background-position-y: 0, 200px;
	}
}



/********* STYLE GÉNÉRAL *********/

p {
	margin: 12px;
}
h1,h2 {
	/* mise en page */
  margin: 0;
	padding: 0;
	padding-top : 12px;
	/* text */
	text-transform: uppercase;

}
h1 {
	/* text */
	font-size: 24px;
	letter-spacing: 10px;
}
h2 {
	/* text */
	font-size: 20px;
	letter-spacing: 6px;
}

a {
	color: #fff;
} a:hover {
	color: #ccc;
}

img {
	border: 1px solid;
	max-width: 80%;
  margin:auto;
}



.date {
	font-size: 20px;
	margin-bottom:0px;
	margin-top:50px;
}

/********* BLOC CENTRAL *********/

.central {
	/* mise en page */
	margin: auto;
	margin-top: 65px;
	max-width: 700px;
	padding-bottom: 30px;
  height: auto !important; /* REVERT JS */

	/* style */
	/*background: url("../images/blanc.png");*/
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: fixed;
	border: 1px solid;
	/* text */
	text-align: center;
}

h2 {
  	border-top: 1px solid;
}

hr {
	border: none;
	border-top: 1px solid;
	color: inherit;
}

.dates li {
	list-style: none;
}

ul.dates {
	margin: 0;
	padding: 0;
}


iframe{
	max-width: 100%;
}
/********* BLOC NAV *********/

nav {
	/* mise en page */
	position:  fixed;
	top: 9px;
	left: 7px;
	right: 7px;
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

	/* style */
	/*background: url("../images/blanc.png");*/
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: fixed;

	
	border: 1px solid;
	/* text */
	font-size: 16px;
	text-transform : uppercase;
	font-weight: bold;
}

nav ul a {
  margin: 0 10px;

}

nav ul {
	justify-content: right;
		flex-grow: 3;


	  display: flex;
	flex-wrap: wrap;

  list-style: none;
  margin:0;
  padding:6px 0 0 0;

}

nav ul li {
  margin:0;
  padding:0;
  display: inline;
}

#navtitre {
	flex-grow: 1;
		border: 1px solid #ccc;
	margin: -1px;
	  padding:5px;


	/* text */
		text-decoration: none;

		font-size: 20px;
	letter-spacing: 6px;
  
	text-align: left;
	text-transform: uppercase;
} #navtitre:hover {
}


@media screen and (max-width: 700px) {
	nav {
		position: initial;
	}
	.central {
		margin-top: -1px;
	}
	nav ul {
	 flex-direction:column;
	}

}
	/********* BLOC TRAD *********

 #bloctrad {
	/* mise en page *
	position: fixed;
	top: 60px;
	left: 5px;
	right: 5px;
	min-width : 640px;
	padding: 5px;
	/* style *
	background-color:#000403;
	border: 3px solid #804942;
	/* text *
	font-size: 18px;
		color: #cfc4c8;


}/*
 #bloctrad .alert {
	color: #cfc4c8;
}

#bloctrad .trad {
	color: #804942;
}
*/

