html, body {
  height: 100%;
  padding : 0;
  margin : 0;
  top : 0;
}

body{
	font-family: Proxima Nova,helvetica neue,helvetica,arial,sans-serif;
}

.nosphotos {
	float: left;
	width: 100%;
  height: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #888888;
  padding : 0;
  margin : 0;
  top : 0;
   text-align: center;
}

.nav {
   float: left;
   left: 0;
   top: 0;
   width: 100%;
   color: white;
   text-align: center;
   margin-top : 10px;
   margin-bottom : 10px;
}
.bouton-nav{
	float: left;
	width: 33%;
	
   left: 0;
   top: 0;
  background-color:#AF9C89;
  color:white;
  font-family: 'Source Sans Pro', sans-serif;
  font-size:18px;
  padding:0px;
  margin-top:4px;
  border-radius:5px;
  word-spacing:10px;
}

.bouton-nav:hover {
  background-color: #6C6054 !important;
  color:white!important;
}

.clemenu:hover .menu-content {
  display: block;
}

.pelloche{
 background: #222;
}

.laPelloche{
 max-height: 30px; 
 padding: 8px;
}
.menuphotographe{
float: left;
  border-radius: 25px;
  border: 2px solid #6C6054;
  padding: 20px; 
  margin: 20px;
}
#container{
 width:400px;
 margin:0 auto;
 margin-top:10%;
}
/* Bordered form */
form {
 width:100%;
 padding: 30px;
 border: 1px solid #f1f1f1;
 background: #fff;
 box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
#container h1{
 width: 38%;
 margin: 0 auto;
 padding-bottom: 10px;
}

/* Full-width inputs */
input[type=text], input[type=password] {
 width: 100%;
 padding: 12px 20px;
 margin: 8px 0;
 display: inline-block;
 border: 1px solid #ccc;
 box-sizing: border-box;
}

/* Set a style for all buttons */
input[type=submit] {
 background-color: #AF6E53;
 color: white;
 padding: 14px 20px;
 margin: 8px 0;
 border: none;
 cursor: pointer;
 width: 100%;
}
input[type=submit]:hover {
 background-color: white;
 color: #53af57;
 border: 1px solid #82543E;
}

.menu{
  position: relative;
  display: inline-block;
}

.menu-content {
/*
  display: none;
*/
  position: absolute;
  background-color: #f9f9f9;
  min-width: 280px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding-left: 16px;
  padding-bottom: 6px;
  z-index: 1;
}

.menu:hover .menu-content {
  display: block;
}

a {
  text-decoration: none;
  color:  #6C6054;
}

#runbtn {
  background-color:#AF9C89;
  color:white;
  font-family: 'Source Sans Pro', sans-serif;
  font-size:18px;
  padding:6px 25px;
  margin-top:4px;
  border-radius:5px;
  word-spacing:10px;
}
#runbtn:hover {
  background-color: #6C6054 !important;
  color:white!important;
}
.unePhoto {
  display:none;
  height: 100%;
  width : 100%;
  object-fit: contain;
/*
  object-fit: scale-down;
*/
 }
.uneInfo{
  display:none;  
 }
 
.gallerie{
  margin:0;
  padding:0;
  width:100%;
  height: 100%;
 }
 
.photos{
  float : left;
  width : 80%;
  text-align : center;
  height: 90%;
 }
 
.infos{
  float : left;
  width : 100%;
  height: 90%;  
 }

.formulaire{
  margin:0;
  padding:auto;
  width:80%;
 }
