body
{
  background-color: #FAF0C5;
  width: 70%;
  min-width: 1300px;
  margin: auto;
  font-family: 'Open Sans', sans-serif;
}

header
{
  display: flex;
  justify-content: space-between;
}

h1, h2, .nav_top
{
  font-family: 'Oswald', sans-serif;
}

/*---------------------------HEADER-----------------------------------*/

.title
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo img
{
  width: 150px;
  height: 150px;
  margin: 10px;
  display: flex;
}

.nav_top
{
  display: flex;
  align-items: center;
  font-size: 1.3em;
}

.nav-top a:hover
{
  text-decoration: underline;
  color: black;
}

.nav_top ul
{
  margin:0;
  padding:0;
  list-style-type:none;
  text-align:center;
}

.nav_top li
{
  float:left;
  margin:auto;
  padding:0;
}

.nav_top li a
{
  display:block;
  width:100px;
  text-decoration:none;
  color: black;
  padding:5px;
}

.nav_top a:hover
{
  text-decoration: underline;
  color: orange;
}

.nav_top ul li ul
{
 display:none;
}

.nav_top ul li:hover ul
{
 display:block;
}

.nav_top li:hover ul li
{
 float:none;
}

.nav_top li ul
{
 position:absolute;
}

/*----------------------------BLOC BLAGUE RANDOM----------------------------------*/

.daily_joke
{
  height: 850px;
}

/*----------------------------FOOTER----------------------------------*/

footer
{
  display: flex;
  justify-content: space-around;
}

.nav_bottom ul
{
  list-style-type: none;
  text-align: center;
}

.nav_bottom li a
{
  text-decoration: none;
  color: black;
}

.nav_bottom a:hover
{
  text-decoration: underline;
  color: orange;
}
