body
{
  margin: 0px;
  padding: 0px;
  font-family: monospace;
}

header{
  height: 800px;
  background-image:url(./Images/Background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display : flex;
    justify-content: center;
    align-items: center;
}

h1{
  color: white;
  display : flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 150px;
}

h2
{
    text-align: center;
    text-transform: uppercase;
    font-size: 45px;
    color: black;
}

.Load{
    color: black;
    font-size: 50px;
    font-weight: normal;
    font-family: cursive;
    font-family: monospace;
    text-align: center;
    font-family: fantasy;
}

h3{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-decoration: underline;
    font-size: 40px;
    text-align: center;

}

.Rea{
    display: block;
    font: 1.5rem 'Fira Sans', sans-serif;
    color: rgb(0, 0, 0);
    text-align: center;
}

.In {
    display: flex;
    color: rgb(0, 0, 0);
    font-size: 25px;
    font-family: cursive;
    align-items: center;
    justify-content: center;
    margin-left: 40%;
    text-align: center;
}

hr{
            border: none;
            border-top: 7pt double black;
            
        }

.Time{
  height: 1000px;
  background: url(./Images/fabrizio-verrecchia-Time.jpg);
}

button {
    display: block;
    font: 1.2rem 'Fira Sans', sans-serif;
    margin-left: 30%;
    width: 40%;
    font-size: 250%;


}

.no{
    display: -ms-inline-grid;
    font: oblique 'Arial' 1rem;
}

small{
    font-weight: bold;
    font-style: italic;
}

ul{
    padding: 75px;
    width: 50%;
  }
  
li{
    display: inline;
  }
  
a{
    outline: none;
    text-decoration: none;
    display: inline-block;
    width: 19.5%;
    margin-right: 0.625%;
    text-align: center;
    line-height: 3;
    color: black;
  }

.camarade {
  animation-duration: 3s;
  animation-name: inherit;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  }

.PETIT{
    font-size: 60px;
    animation-name: inherit;
    animation-duration: inherit;
    animation-iteration-count: inherit;  
}


.polling_message {
    color: white;
    float: left;
    margin-right: 0%;
    margin-left: 40%; 
    font-size: 50%;
    margin-top: 0px;         
  }
  
.view_port {
    background-color: black;
    height: 25px;
    width: 100%;
    overflow: visible;

  }
  
.cylon_eye {
    background-color: red;
    background-image:         linear-gradient(to right, rgba( 0,0,0,0.9 ) 25%, rgba( 0,0,0,0.1 ) 50%, rgba( 0,0,0,0.9 ) 75%);
    color: white;
    height: 100%;
    width: 20%;
  
    -webkit-animation: 4s linear 0s infinite alternate move_eye;
            animation: 4s linear 0s infinite alternate move_eye;
  }
  
@-webkit-keyframes move_eye { from { margin-left:-20%; } to { margin-left:100%; }  }
          @keyframes move_eye { from { margin-left:-20%; } to { margin-left:100%; }  }

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    --c: goldenrod;
    color: var(--c);
    font-size: 16px;
    border: 0.3em solid var(--c);
    border-radius: 0.5em;
    width: 12em;
    height: 3em;
    text-transform: uppercase;
    font-weight: bold;
    font-family: sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 3em;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    margin: 1em;
}

nav ul li span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: var(--c);
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}

nav ul li:hover {
    color: black;
}

nav ul li:hover span {
    transform: translateY(0) scale(2);
}

nav ul li span:nth-child(1) {
    --n: 1;
}

nav ul li span:nth-child(2) {
    --n: 2;
}

nav ul li span:nth-child(3) {
    --n: 3;
}

nav ul li span:nth-child(4) {
    --n: 4;
}
