html{
	min-height: 100%;
}
body 
{
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	background-color: #202e65;
	margin: 0px;
	/*background-image:url(../PIC/arriere.png);*/
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 50%;
	min-height: 100%;
}

.pied {
	color: white;
}

hr{
	width: 350px;
}
header
{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
}

header img {
	max-width: 100%;
	height: auto;
}
.hid {
	width: 80%;
}
footer {
	text-align: center;
}

nav{
	background-color: #0c1a51;
	border-top-style: solid;
	border-top-color: #e105de;
}

nav a{
	font-size: large;
	color: white;
	text-decoration: none;
	display: block;
}


#onglets, #onglets ul{
padding:0;
margin:0;
list-style:none;
text-align:center;

}
#onglets li{
display:inline-block;
position:relative;
}
#onglets ul li{
display:inherit;
border-radius:0;
}
#onglets ul li:hover{
border-radius:0;
}
#onglets ul{
position:absolute;
z-index: 1000;
max-height:0;
left: 0;
right: 0;
overflow:hidden;
-moz-transition: .8s all .3s;
-webkit-transition: .8s all .3s;
transition: .8s all .3s;
}
#onglets li:hover ul{
max-height:15em;
}

/* les a href */
#onglets a{
text-decoration: none;
display: block;
padding: 8px 32px;
color: #fff;
font-family: arial;
}

@media screen and (max-width: 838px)
{#onglets a {
padding: 8px 10px;
}}

#onglets .home{
padding: 0px 10px;
margin-top: 5px;
}

#onglets ul a{
padding:8px 0;
}
#onglets li:hover li a{
color:#fff;
text-transform:inherit;
}

#onglets {
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

li {
	margin: 0px 2px; 
}

@media screen and (max-width: 650px) {
	nav ul {
      /*flex-direction: column;*/
	  flex-wrap: wrap;
	}
	li {
	width: 170px;
}
}

.effet {
	background-image: linear-gradient(to bottom, transparent 50%, #962a96 50%, #962a96 95%, #e105de 95%);
  background-size: 100% 200%;

  transition: all .25s ease-in-out;
}
li:hover {
  background-position: bottom center;
}
li a {
  transition: all .25s ease-in-out;
}


.fixe {
    position: fixed;
    top: 20px;
    right: 20px;
}






