body { background: url(../images/pey-berland.jpg) no-repeat center center fixed; 
    background-size: cover; 
    
    }
    

#logo img{
    height: 100px;
}
#logo2 img{
    height: 100px;
}

#logo{
    margin-top: 1%;
    margin-left: 0.5%;
    
}

#logo2{
    margin-top: 0.5%;
    margin-left: 0.5%;
    float:left;
}
#container{
    display:flex;
    flex-flow: row wrap;
    justify-content:space-between;
    width: 60%;
    margin: 15% 0 0 25%;
    
}
.visionneuse{
  width:50%;
  margin: 10% 0 0 25%;
  display:flex;
  flex-flow: row wrap;
  justify-content:space-between;
  
}
iframe {
   padding: 0 0 2% 0;

}
.header{
    display: flex;
    
    justify-content: flex-end;
    width: 90%;  
}
ul.menu {
    display:flex;
    flex-flow: row wrap;
    width: 35%;
    justify-content: space-around;
    list-style: none;
    padding: 10px;
    background-color:#d6cfc2;
    color:#bc8e38;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }
 article {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #bc8e38;
    width: 40%;
    background-color: #d6cfc2;
    padding: 2rem;
 }
 .aside {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 2em;
    color: brown;
    font-weight:bold;
 }
 .navigation {
    margin: 0.5%;
    padding: 0;
    list-style: none;
    background: #000;
    color:  #fff;
    width: 200px;
    font: 1.2em "Trebuchet MS", sans-serif;
  }
  .navigation a, .navigation span {
    display: block;
    padding: 4px 10px;
    color: 
  #fff;
    text-decoration: none;
    background: 
  #000 url(menu-item.png) left bottom no-repeat;
  }
  .navigation .toggleSubMenu a, .navigation .toggleSubMenu span {
    background-image: url(menu-item-deroule.png);
  }
  .navigation .open a, .navigation .open span {
    background-image: url(menu-item-enroule.png);
  }
  .navigation a:hover, .navigation a:focus, .navigation a:active {
    text-decoration: none;
  }
  .navigation .subMenu {
    font-size: .8em;
    background: rgb(204, 204, 204) url(subMenu.png) 0 0 repeat-x;
    font-size: .9em;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid 
  #666;
  }
  .navigation ul.subMenu a {
    background: none;
    padding: 3px 20px;
  }
  #lecteur{
    width: 100%;
    
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 20%;
    
  }
@media all and (max-width: 480px){
    ul.menu{
        flex-direction: column;
    }
   
}
@media all and (max-width: 760px){
    ul.menu{
        justify-content:space-around;
        }
    }
