html{
  scroll-behavior: smooth;
}

* {
	font-family:Arial;
   text-align: justify;
}

button
 {margin-left: -380px;
 padding-left: 100px;
  padding-right: 100px;
  font-size: 20px;
  margin-bottom: 20px;
}
body {
  overflow-x: hidden;
  margin-top: 0px;
	display:flex;
	flex-direction:column;
	background-attachment: fixed;
  background-color:#000000;
}

body > div{
background-color: rgba(255,255,255,1) ;
}

.header {
display:flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
width: 100%;
max-width: 100%;
min-height: 100px;
overflow: hidden;
}

.logo {
  display: flex;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 15px;
  height: 80px;
  width: 120px;
  transition: all 0.5s ease-in-out;
}

.slogan{
  display: flex;
  color: #A66EFF;
  align-self: flex-end;
  font-size: 20px;
  text-shadow: 1px 1px 1px black;
  transition: all 0.5s ease-in-out;
}

header > div{
display: flex;
flex-direction: row;
justify-content: space-between;
z-index: 1;
background-color: rgba(255,255,255,0.2);
margin:0px;
width: 100%;
}

.slogo{
  display: flex;
  flex-direction: row;
}

.chmenu{
  display: flex;
  flex-direction: row;
}

.search{
align-self: flex-end;
display: flex;
flex-direction: row;
justify-content: flex-end;
max-width: 500px;
align-self: center;
margin-left: 20px;
margin-right: 20px;
}

.search > div{
  opacity: 0;
  transition: all 1s ease-in-out;
}

.gsc-control-cse.gsc-control-cse-fr{
background-color: rgba(0,0,0,0);
border-color: rgba(0,0,0,0);
}

.gsc-results-wrapper-overlay.gsc-results-wrapper-visible{
  top: 22%;
  overflow-y: auto;
  height: 65%;
}

.search > img{
align-self: center;
margin: 10px;
width: 30px;
height: 30px;
padding: 5px 5px;
border-radius: 7px;
}

.search > img:hover{
cursor: pointer;
background-color:#D8D8D8;
}

.fren{
align-self: center;
margin-right: 20px;
}

.ico{
  width: 20px;
  height: 20px;
  margin: 5px;
  border-radius: 5px;
}

div.menu{
width: 100%;
justify-content: flex-start;
 transition: all 0.5s ease-in-out;
}
ul#menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  list-style-type: none;
  margin: 0;
  margin-top: 0px;
  padding: 0;
  overflow: hidden;
  background-color: rgba(0,0,0,0);
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0);
}

ul#menu > li {
  display: flex;
}

ul#menu > li > a {
  display: block;
  color: white;
  text-shadow: 1px 1px 1px black;
  text-align: center;
  padding: 20px 20px;
  text-decoration: none;
}

a > span{
font-size: 10px;
}

ul#menu > li > a:hover {
  background-color: #A66EFF;
  color:black;
  text-shadow: 1px 1px 1px black;
  transition: all 0.7s ease-in-out;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: block;
  opacity: 0;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  max-height: 0px;
  border-radius: 5px;
}

#dropdown-content1{
  min-width: 160px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  position: absolute;
  opacity: 0;
}

.dropdown-content a:hover {
background-color:  #A66EFF;
}

.dropdown:hover .dropdown-content {
  transition: all 0.5s ease-in-out;
  opacity: 1;
  max-height: 300px;
}

.dropdown:hover .dropdown-content > a {
   transition: all 0.7s ease-in-out;
    opacity: 1;
    position: relative;
}

div.entete{
height: 250px;
}

div#slinu{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width:100%;
  position: absolute;
  margin-top: 0px;
  z-index:0;
}

@media screen and (max-width: 780px){
  div#slinu{
    display:block;
  }
}


div#slider figure img {
 width: 20%;
 height: auto;
 float: left;
 }

 div#slider { 
  max-height: 250px;
 overflow: hidden;
 margin-right: 16px;
  }

div#slider figure {
  position: relative;
  width: 500%;
  margin: 0;
  padding: 0;
  font-size: 0;
  left: 0;
  animation: 20s slidy infinite;
}

@keyframes slidy {
  0% { left: 0%; }
  16% { left: 0%; }
  33% { left: -100%; }
  49% { left: -100%; }
  66% { left: -200%; }
  82% { left: -200%; }
  100% { left: -300%; }
}

#burger, #gerbur{
display: none;
padding: 5px 5px;
border-radius: 7px;
z-index: 2;
}

#burger:hover, #gerbur:hover{
cursor: pointer;
background-color:#D8D8D8;
}

div#menuBurger{
  display: none;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

@media screen and (max-device-width:800px){

div.entete{
  height: 300px;
}

.surmenu{
  background-color: white;
}

.slogan{
  display: none;
}

div.menu{
  display: none;
}

#burger, #gerbur{
display: block;
width: 30px;
height: 30px;
margin-right: 30px;
margin-top: 30px;
}

div#menuBurger > img#gerbur{
align-self: flex-end;
}

div#menuBurger{
align-self: flex-end;
width:0px;
position: absolute;
flex-direction: column;
background-color: white;
transition: all 0.3s ease-in-out;
}

div#menuBurger > a{
opacity: 0;
background-color: #F7F7F7;
text-decoration: none;
font-size: 17px;
color: #383838  ;
margin: 0px;
padding: 30px 20px;
border-bottom: solid 1px;
border-color: grey;
}

div#menuBurger > a:hover{
transition: all 0.5s ease-in-out;
color: grey;
background-color: rgb(230,230,230);
}


#g{
margin-top: 50px;
}
}

@media screen and (max-width: 750px){

div.entete{
  height: 300px;
}

.surmenu{
  background-color: white;
}

.slogan{
  display: none;
}

div.menu{
  display: none;
}

#burger, #gerbur{
display: block;
width: 30px;
height: 30px;
margin-right: 30px;
margin-top: 30px;
}

div#menuBurger > img#gerbur{
align-self: flex-end;
}

div#menuBurger{
align-self: flex-end;
width:0px;
height: 100%;
position: absolute;
flex-direction: column;
background-color: white;
transition: all 0.3s ease-in-out;
}

div#menuBurger > a{
opacity: 0;
background-color: #F7F7F7;
text-decoration: none;
font-size: 17px;
color: #383838  ;
padding: 30px 20px;
border-bottom: solid 1px;
border-color: grey;
}

div#menuBurger > a:hover{
transition: all 0.5s ease-in-out;
color: grey;
background-color: rgb(230,230,230);
}


#g{
margin-top: 50px;
}
}

div.baspage{
display:flex;
justify-content: space-around;
margin-right: 5px;
margin-left: 10px;
}

div.new{
width: 60%;
overflow-y: scroll;
max-height: 405px;
display: flex;
flex-direction: column;
}

div.cont{
width: 30%;
}

div.cont > div.coor > p{
  color: grey;
}

div.new > div{
 display: flex;
 flex-direction: column;
 align-items: flex-start;
}

div.new > div:nth-child(even){
  background-color:#F2F2F2; 
}

div.new > h3{
color:#3C72C9;
font-size: 30px;
}

div.new > div > a{
  color: #A66EFF;
  font-size: 20px;
}

div.new > div > a:hover{
  color: #0000FF;
}

div.new > div > a.sav{
  font-size: 12px;
  padding: 5px 5px;
  background-color:#606060;
  color: white; 
}
div.new > div > a.sav:hover{
  color:#00DFFF; 
}


div.new > div > h2{
  color: #A66EFF;
  font-size: 20px;
}

div.new > div > img{
width: 50%;
}

div.new > div > p{
  color: grey;
}


div.cont > a{
text-decoration: none;
color: #A66EFF;
font-size: 30px;
}

div.cont > a:hover{
color: grey;
 transition: all 0.7s ease-in-out;
}

div.cont > div.coor{
min-width: 200px;
}

div.cont > div.coor > p > span{
text-decoration: underline;
color: black;
}


@media screen and (max-width:600px ){
div.baspage{
display:flex;
justify-content: space-around;
flex-direction: column;
}
}

div.mention{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items:center;
}

div.mention > h3{
  color: rgba(70,70,70,1);
}

div.mention > p{
  font-size: 10px;
  color: grey;
}
div.mention > a{
text-decoration: none;
font-size: 10px;
color: grey;

}

div.mention > a:hover{
  color: blue;
}

 #admin:hover{
  cursor: pointer;
  color: blue;
}

#login{
  display: none;
}

div.connect{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color:#A3F9FF; 
  padding: 40px;
}

div.connect > a{
  background-color: white;
  border:solid 1px;
  padding: 10px 10px;
}

#topPage{
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  border: solid black 1px;
  background-color: white;
  text-align: center;
}


