
.projects{
      padding: 10px;
margin: none;
}
.project{
  display:inline-block;
  

}

img:hover {
/*-webkit-box-shadow: rgba (0,0,0,0.8) 0px 5px 15px, insert rgba(0,0,0,0.15) 0px -10px 20px;
-moz-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, insert rgba(0,0,0,0.15) 0px -10px 20px;
-o-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, insert rgba(0,0,0,0.15) 0px -10px 20px;
box-shadow: rgba(0,0,0,0.8) 0px 5px 15px, insert rgba(0,0,0,0.15) 0px -10px 20px; */


opacity: 0.7;
    transform: scale(0.975);
    transition: transform .4s ease;
}


.hidden{
  display: none;
}

#cities { padding:none;}
#boutons a {

 width: 80px;
    margin: 5px;
    margin-bottom: 30px;
    border: 2px solid white;
    background-color: white;
    color: #af9bca;
    font-weight: bold;
    /* pas nécessaire car bootstrap!
    margin-right: 40px;
    margin-bottom: 30px;
    padding: 15px;
    width: 200px;}
.col-md-12 {
margin: none;
padding: none;}

navbar {
    background-color: #e8ccd7!important;
}
