/** ADMIN */
body{
}
input{
  width: 250px;
}
select{
  width: 250px;
}

/** LISTE GALERIE */
.galerie{
  width: 280px;
  height: 208px;
  float:left;
  margin:15px;
  margin-top : 30px ;

  border: 2px solid rgb(0, 0, 0);
  background-size: cover;
  background-position: center;
}
.galerie p{
  display:none;
  text-align: center;
  color:rgb(255, 255, 255);

}
.voile{
  display: none;
  background-color: rgba(241, 136, 37, 0.58);
  width: 100%;
  height: 100%;
}
.galerie:hover .voile{
  display: block;
}
.galerie:hover .voile p{
  display: block;
}
.galerie:hover{
  filter: blur(100%);
}

#galerie {
	display : inline-block ;
    width:80%;
    margin-left: 10%;
    text-align: center;
}

.reptitre{
  font-size:20px ;
  padding-top : 65px;
}
.phonom{
  font-size : 17px ;
}
.pholieu{
  font-size : 14px ;
}

@media screen and (min-width: 320px) and (max-width: 704px){
  .galerie{
    width: 280px;
    height: 208px;
    float:none;
    margin:10px;
    margin: auto;
    display: inline-block;
    margin-top : 30px ;


    border: 2px solid rgb(0, 0, 0);
    background-size: cover;
    background-position: center;
  }
    }

@media screen and (min-width: 300px) and (max-width: 500px){

  #galerie {
  	display : inline-block ;
      width:100%;
      margin-left: 0;
      margin-bottom : 40px; ;
      text-align: center;
  }
/** Galerie */
