body
{
    min-width: 480px;
    background-image: url(../img/tech2.png);
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size: 100vw 100vh;
                -moz-background-size: 100vw 100vh;  /* Firefox 3.6 */
                background-position: center;  /* Internet Explorer 7/8 */
}

header
{
    background: rgba(255,255,255,0.6);
    width: 100%;
    height: 90px;
    top: 0;
    left: 0;
    border-bottom: 5px solid darkblue;
    z-index: 100;
    color: #0F0;
    font-family: fantasy;
    font-size: 15px;
    position: fixed;
    padding-bottom: 1px;
    margin-bottom: 1px;

}

.login
{
  position: absolute;
  padding: 2%;
  background: lightgrey;
  color: darkblue;
  border: 5px solid darkblue;
  border-radius: 20px;
  top:100px;
  right:5px;
  display: none;
}

.container
{
  position: relative;
  float: left;
  padding: 10px;
  width: auto;
  margin-left: 43%;
  margin-right: auto;
  clear: both;
}
.gallery
{
  padding: 10px;
  border: 5px solid darkblue;
  border-radius: 20px;
  background: rgba(255,255,255,0.4);
  margin-bottom: 155px;
}
#logo
{
    margin: 10px;
    margin-top: 20px;
    float: left;
    width: 50px;
    height: 30px;
    display: block;
    color: darkblue;
    font-size: 2.5em;
    font-weight: 200;

}
.erreur
{
  background: rgba(255,0,0,0.4);
  position: fixed;
  bottom: 150px;
  right: 0;
  padding: 5%;
  z-index: 9999;
}
nav
{
    float: right;
    padding: 5px;
}

nav li:hover
{
    background: #FFF;
    color: #000;
    font-size: 25px;
}
.content
{
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    padding: 2%;
    padding-top: 90px;
    margin-bottom: 5%;
    background: rgba(255,255,255,0.4);
    max-width: 800px;
    border: 5px solid darkblue;
}
#menu-icon
{
    width: 90px;
    height: 90px;
    color: lightgray;
    display: none;
}

a:hover#menu-icon
{
    background: #FFF;
    border-radius: 4px 4px 0 0;
    color: #000;
}
a:hover#bigger
{
    background: #FFF;
    color: #000;
    font-size: 25px;
}
ul
{
    list-style: none;
}

li
{
    display: inline-block;
    float: left;
    padding: 5px;
}

a
{
    color:darkblue;
}

h1
{
    color: darkblue;
}

.current
{
    color:red;
    font-size: 17px;
    /*background: #FFF;*/
}
footer
{
    width: 100%;
    height: 50px;
    background: rgba(255,255,255,0.6);
    color: #000;
    bottom: 0;
    left: 0;
    right: 0;
    position:fixed;
    border-top: 5px solid darkblue;
}
footer p
{
    float: left;
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-left: 10px solid #000;
    border-right: 10px solid #000;
}
#wm
{
    margin-left: 30%;
    float: center;
    color: darkblue;
    font-size: 20px;
    right: 50%;
}
#mnu li
{
    float: right;
}
#mnu li:hover
{
    background: #FFF;
    color: #000;
    font-size: 25px;
}
.highlight
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-backgroun-origin: padding;
    background: yellow none repeat scroll 0 0 ;
    color: black;
}
/* ******************************************************************* */
@media only screen and (max-width: 640px)
{
    footer p
    {
        display: none;
    }
    header
    {
        position: fixed;
    }
    #menu-icon
    {
        display: inline-block;
        color: #00F;
        width: 100%;
    }

    .login
    {
      min-height: 200px;
      padding: 2%;
      background: lightgrey;
      color: darkblue;
      margin-left: auto;
      margin-right: auto;
      z-index: 100;
      border-radius: 20px;
    }

    .content
    {
        position: relative;

        margin-left: auto;
        margin-right: auto;
        z-index: 0;
        border-radius: 20px;
        padding: 2%;
        padding-top: 90px;
        margin-bottom: 30%;
        background: rgba(255,255,255,0.4);
        max-width: 65%;

    }
    nav ul, nav:active ul
    {
        position: absolute;
        padding: 1px;
        background: rgba(211,211,211,0.95);
        align-content: center;
        border: 1px solid black;
        right: 1px;
        left: 1%;
        top: 10px;
        width: 100%;
        border-radius: 10px;
        display: none;
    }
    nav li
    {
        text-align: center;
        width: 90%;
        text-decoration: none;
        padding: 0px;
        border: none;
        margin: 0;
        margin-bottom: 10px;

    }
    nav:hover ul
    {
        display: block;
    }
    a
    {
        color: darkblue;
        font-size: 20px;
        font-family: fantasy;
    }
}
