
body {
margin: 0 ;
padding: 0;
background-color: rgba(76,76,77,1);
}


.Gallery {margin: 0;} 

#title {

}
#content {
margin: 0 auto;padding: 0;
}

.title {

}

.top{ display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;}
  
.top {}
.topsaisirlavie{
color: rgb(193, 193, 194);font-weight:700 ;font-size: 80px;font-family: Helvetica, Arial, sans-serif; letter-spacing: -6px;
padding: 0;
  margin: 0;text-align: left;}

.topmail{text-align: right; color: rgb(193, 193, 194); font-size: 24px;}

.activities { display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style: none;}

.activity {width: 280px;
  height: 280px;
  margin-top: 10px;
  text-align: center;}


.titlevideaste {text-align: center; color: rgb(193, 193, 194); font-size: 24px;}

.titleletter {color: rgb(193, 193, 194);font-size:13px;line-height: 20px;font-weight: bold;}

.titleimg {width: 290px;}

.titlePortefolio {
text-align: center; color: rgb(93, 181, 175);font-weight:700 ;font-size: 40px;font-family: Helvetica, Arial, sans-serif; letter-spacing: 2px;
}

.Gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style: none;
}

.Gallery li {
  width: 280px;
  height: 280px;
  margin-top: 10px;
  line-height: 150px;
  color: white;
  font-weight: bold;
  font-size: 3em;
  text-align: center;

}

.photo{
 background-color: #f7f8fa;
display: inline-block;
margin: 0; padding: 0;
position: relative;

}

.photo p{
 color: #fff;
background-image: linear-gradient(rgba(0,0,0,0.15),rgba(0,0,0,0.85));
    font-size: 18px;
    font-weight: bold;
    left: 0px;
    line-height: 30px;
    text-indent:5px;
    width: 280px;
   position: absolute;
    text-overflow: ellipsis;
    bottom: 0px;
    transition: all 0.1s ease 0s;
    margin: 0;
height:0px;
display:none;

}

.photo:hover p{
height: 32px;
display:inline;
}

