/*
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
*/

.logo{
    width: 170px;
    margin-left: 15%;
    margin-top: 10%;
    margin-bottom: 10%;
  /*  -webkit-filter: brightness(300%);
    filter: brightness(300%); */
}

.formulaire{
    margin-left: 17%;
    display: block;
    align-items: center;
}


.mediaA{
    margin-top: 150px;
    margin-right: 10%;
    text-align: center;
    font-size: 55px;
    color: aliceblue;
    font-family: 'Oswald', sans-serif;
  /*  margin-top: 5px; */
   /* margin-bottom: 20%; */
}

.mediaB{
    margin-right: 10%;
    text-align: center;
    font-size: 25px;
    color: aliceblue;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 150px;
}

.navbar{
    margin-top: 15%;
    padding: 10px;
    color: rgba(0, 0, 0, 0.555);
}

.icon:hover{
    /*-webkit-animation: flip-diagonal-1-tr 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
    animation: flip-diagonal-1-tr 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both; */
    transform: rotate(10deg) scale(0.8);
    /* border-radius: 50%; */
}

.icon{
    border-radius: 50%;
    transform: rotate(0deg) scale(1) translateZ(0);
    transition: all 0.4s cubic-bezier(.8,1.8,.75,.75);
    font-size: 64px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


a:hover{
    text-decoration: none;
}

h2{
    font-family: 'Oswald', sans-serif;
    color: white;
    text-align: center;
    font-size: 25px;
    text-decoration: none;
}

h3{
    font-size: 15px;
}

body{
    margin: 0;
    padding: 0;
    background-image: linear-gradient(60deg, rgba(0, 0, 0, 0.5),rgba(16, 18, 43, 0.5)),
    url(images/dyno.jpg);
    background-repeat: no-repeat, no-repeat;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover, cover;
    background-attachment: fixed;
    position: fixed;
}



ul.ant{
    text-decoration: none;
    position: relative;
    list-style-type: none;
    text-align: center;
}


li.ant{
    transition: all 0.25s ease-out;
    text-decoration: none;
    text-align: center;
    border-style: solid;
    border-color: white;
    width: 45%;
    margin-left: 20%;
    background-color: rgba(240, 248, 255, 0.247);
}

li.ant:hover{
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-in;
    display: block;
    text-decoration: none;
    position: relative;
    text-align: center;
    background-color: rgba(245, 245, 245, 0.342);
    border-radius: 25px;
    border-style: solid;
    border-color: white;
  /*  margin-left: 0;
    margin-right: 0;
    padding-left: 20%;
    padding-right: 20%; */
}



nav{
    font-family: 'Oswald', sans-serif;

}

header{
    background-color: rgba(0, 0, 0, 0.623);
    display: table;
    height: 100%;
}

.nav, .flex-column{
    list-style: none;
}

.nav-item{
    border-left: solid aliceblue;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 25%;
    margin-bottom: 25px;
}

h6:hover:after {
    width: 100%;
  }

h6:after {
    content: '';
    width: 0px;
    height: 1px;
    display: block;
    background: rgb(255, 255, 255);
    transition: 300ms;
  }

h6{
    margin-left: 15px;
    text-align: center;
    color: aliceblue;
    font-size: 25px;
}

li.nav-item{
    transition: all 0.5s ease-out;
}

li.nav-item:hover{
    border-radius: 15%;
    transition: all 0.5s ease-out;
    display: block;
    text-decoration: none;
    position: relative;
    text-align: center;
    background-color: rgba(245, 245, 245, 0.116);
  /*  margin-left: 0;
    margin-right: 0;
    padding-left: 20%;
    padding-right: 20%; */
}

/*
@media screen and (max-width: 800px) */
/* insérer classe, responsive */



.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f977;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.377);
    color: white;
    z-index: 1;
  }

.dropdown-content a {
    transition: all 0.5s ease-out;
    color: rgb(255, 255, 255);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/*
.dropdown-content a:hover {background-color: #f1f1f1}
*/

.dropdown:hover .dropdown-content {
    box-sizing: border-box;
    transition: all 0.5s ease-out;
    display: block;
    position: absolute;
    top: 100%;
    margin-top: -50%;
    width: 275px;
    padding: 5px ;
    border-top-right-radius: 15%;
    border-bottom-right-radius: 15%;
    border-right: 3px solid #ffffff;
    background-color: rgba(0, 0, 0, 0.623);
    text-align: center;
    margin-left: 100%;
    font-size: 23px;
  }

footer{
    width: 100px;
    height: 300px;
}

.copyright {
    text-align: center;
    color: aliceblue;
    font-size: 12px;
    position: absolute;
    width: 100%;
    line-height: 40px;
    font-size: 0.7em;
    bottom: 0;
    margin-left: 60px;
  }

a.eximium:link{
    color: aliceblue;
  }

a.eximium:hover{
    color: aliceblue;
  }

a.eximium:active{
    color: aliceblue;
  }

a.eximium:visited{
    color: aliceblue;
}

.MAJ{
    font-family: 'Oswald', sans-serif;
    /*margin-top: 65%;*/
    text-align: center;
    color: rgba(240, 248, 255, 0.5);
    font-size: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 1rem 1.5rem 1rem;
    text-align: center;
    white-space: nowrap;
}

.majnum{
    margin: 0;
    display: inline-block;
    height: 1.5em;
    line-height: 1.5em;
    padding: 0 0.5em;
    border-radius: 0.75em;
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
    margin-top: 5px;
}


#Heure{
    text-align: center;
    color: aliceblue;
    margin-left: 10%;
}




#JS{
    margin:auto;
    padding-top: 10px;
    border-left: solid;
    border-color: aliceblue;
    margin-right: 73px;
    margin-bottom: 10px;
    margin-left: 73px;
    bottom: 0;
    position: fixed;
    text-decoration: none;
    font-size: 15px;
    text-align: center;
    color: aliceblue;
    font-family: 'Oswald', sans-serif;
}


#HeureNOW{
    padding-bottom: 10px;
}


#DATE{
    width: 100px;
    font-size: 10px;
}


.RemoteTool:hover{
    color: blue;
}




#messenger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: monospace;
  font-size: 20px;
  white-space: nowrap;
  text-shadow: 0 2px 2px rgba(#000, 0.9);
}



















.dl{
    color: aliceblue;
    font-size: 45px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    margin-top: 250px;
    margin-bottom: 105px;
}


#dl{
    border: solid aliceblue;
    border-radius: 25px;
    text-decoration: none;
    margin: auto;
    color: aliceblue;
    font-size: 35px;
    font-family: 'Oswald', sans-serif;
    width: 600px;
    text-align: center;
    background-color: rgba(240, 248, 255, 0.123);
    padding: 30px;
}


#dl:hover{
    border-radius: 35px;
    text-decoration: underline;
    background-color: rgba(240, 248, 255, 0.432);
}

a.down{
    text-decoration: none;
    color: aliceblue;
}
