
body {
	background-color: lightblue;
}


/*MENU DEPLIANT PAR DEFAUT------------------------------------------------------------------*/

header {
	position: sticky;
	top: 0px;
	background-color: dimgrey;
	z-index: 2;
}

#logo {
	float: left;
	margin-top: 2px;
	margin-left: 2px;
}


header>label {
	display: block;
	width: 100%;
	text-align: center;
}

nav {
	display: block;
	width: 100%;
	display: none;
}

header>input[type="checkbox"]:checked ~ nav {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

header>input[type="checkbox"] {
	display: none;
}

nav a {
	display: block;
	text-decoration: none;
	color: white;
	font-size: 1.2em;
	text-align: center;
}

nav a:hover {
	background-color: lightgrey;
	border-radius: 4px;
}



/*MENU PERMANENT HORIZONTAL POUR ORDINATEUR------------------------------------------------------------------*/
@media screen and (min-width: 780px){
	
#logoaero {
	float: left;
	margin-top: 2px;
	margin-left: 2px;
	height: 118px;
}


	header {
	position: sticky;
	top: 0px;
	background-color: dimgrey;
	z-index: 2;
	height: 124px;
	}

	header>label {
	 	display: none;
		}
	nav {
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	nav a {

	}

	header {
		display: flex;
	}
}


/*CONTENU PRINCIPAL------------------------------------------------------------------*/


												/*Page d'accueil et son background*/


.main > p {
	font-family: comic sans MS;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: normal;
}


.main {
	padding: 2em;
	background-image: url("/static/images/background3bis.png");
	background-color: white;
	background-size: cover;
}

@media screen and (max-width: 780px) {
	.main {
		padding: 2em;
		background-image: url("/static/images/background5.png");
		background-color: white;
		background-size: cover;
		font-size: 0.8em;
	}

}

.italique {
	font-family: comic sans ms;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}
*/

												/*Généralités*/
h1, h2{
	text-align: center;
}

p {
	font-family: arial;
	font-size: em;
	font-weight: normal;
}

strong {
	font-weight: normal;
}

div {
}




													/*Liste à puces*/

ul {
	margin: auto;
}

li {
	font-size: 1em;
}



/*VIDEO PRESENTATION------------------------------------------------------------------*/
.conteneurvideo {
	max-width: 900px;
	margin: auto;
}

iframe {
	width: 100%;
}



/*DIAPORAMA------------------------------------------------------------------*/

/* Slideshow container */
.slideshow-container {
  max-width: 900px;
  margin: auto;
  background-color: lightblue;
}

.picture-container {
  width: 90%;
  margin: auto;
  top: 0px;
  border: solid black 1px;
}

.diapositive {
  width: 100%;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  color: black;
  font-weight: bold;
  font-size: 2em;
  transition: 0.6s ease;
  user-select: none;
  position: relative;
  top: 100px;
  background-color: lightblue;
  z-index: 1;
}

/* Position the "next button" to the right */
.next {
  float: right;
}

.prev {
  float: left;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}


/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 0 2px;
  background-color:black;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #ede6e6;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}



/* PAGE BLOG--------------------------------------------------------------------------*/
.blog {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.conteneurblog {
	max-width: 450px;
	margin: 1em;
	background-color: white;
	border: solid black 1px;
}

.illustration {
	width: 100%;
}

.illustration img {
	width: 100%;
}


.readmore {
	display: block;
	text-decoration: none;
	color: black;
	background-color: grey;
	font-size: 1.5em;
	text-align: center;
}

.readmore:hover {
	background-color: lightgrey;
	border-radius: 4px;
}

/* ARTICLES DU BLOG--------------------------------------------------------------------*/
.article {
	background-color: white;
	margin: auto;
	border: solid black 1px;
	max-width: 1200px;
}

.article {
	font-family: "Arial";
	font-size: 1em;
}


/* FORMULAIRE-------------------------------------------------------------------*/
.formulairecontainer {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.formulaire > label {
	font-family: comic sans MS;
	font-size: 1.2em;
}

.accusereception {
	font-size: 2em;
	color: red;
}


/* PIED DE PAGE------------------------------------------------------------------*/

/*-------------------Generalités footer----------------------------------------*/

footer {
	background-color: dimgrey;
	display: flex;
	align-items: center;
	justify-content: space-around;
	color: white;
	font-size: 0.6em;
	font-weight: bold ;
}

/*-------------------Etiquette e-power-paramoteur----------------------------------------*/

.labelfootercontainer {
	background-color: black;
	max-width: 40%;
}

.labelfooter {
}

.titrefoot {
	font-family: comic sans MS;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}

.textfoot {
	font-family: comic sans MS;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}


/*-------------------Barre réseaux----------------------------------------*/
.barrereseaux {
	width: 150px;
	display: flex;
	justify-content: space-around;
}

.foot {
	width: 30px;
}

.lienreseaux {
	display: block;
	width: 100%;
	margin: 0px;
	background-color: dimgrey;
}

.imagelienreseaux {
	display: block;
	width: 100%;
}

/*-------------------Contacts----------------------------------------*/

.contactfootercontainer {
	font-size: 1em;
	text-decoration: none;
	color: white;
	text-align: center;
}

.contactfootercontainer2 {
	font-size: 1em;
	text-decoration: none;
	color: white;
	font-family: arial;
}



