body {
  font-family: lato;
  background: url(../img/back2back.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: white;
}

/*PAGE ONE - OMEPAGE*/

  /*PUSHY BUTTON SIDEBAR*/
    /* Menu Button */
    #side {
      position: absolute;
      left: -10px;
    }

    #side ul li{
      text-align: center;
    }

    .menu-btn {
      padding: 10px;
      color: #ffffff;
      text-align: center;
      cursor: pointer;
    }
    /* Menu Styles */
    .sidebar {
      color: #b3b3b1;
    }
    .sidebar h4 {
      padding: 0.2em 1em;
    }
    .pushy {
      width: 190px;
      font-size: 0.9em;
      font-weight: bold;
      background: #333332;
      -webkit-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, 0.7);
      -moz-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, 0.7);
      box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, 0.7);
    }
    .pushy a {
      padding: 15px 30px;
      color: #b3b3b1;
      text-decoration: none;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .pushy a:hover {
      color: #ffffff;
      background: #07091f;
    }
    #main-menu {
      font-size: 30px;
      text-align: center;
      padding: 30px 0 30px 0;
    }


/*PAGE D'ACCUEIL*/
#icon-setting {
  width: 53px;
  position: absolute;
  top: 20px;
  left: 20px; 
  transition: all 0.1s ease-in-out 0s;
}

#icon-setting:hover {
    cursor: pointer;
    transform: rotate(50deg);
    transition: all 0.1s ease-in-out 0s;
}

#container {
  width: 99%;
}

#home {
  text-align: center;
}

#home h1 {
  font-size: 90px;
  margin: 4px 0px 0px 0px;
}

#home h1 img {
  width: 250px;
}

#home ul li {
  font-size: 35px;
  margin-bottom: 50px;
}

#home a {
  color: white;
    text-decoration: none;
}

.new  {
  width: 72px;
  transition: all 0.2s ease-in-out 0.2s;
}

.new:hover {
  transform: rotateY(180deg);
    transition: all 0.2s ease-in-out 0.2s;
}
