#z-section .gallery {
  width: 100%;
padding: 0 0 30px 0;
background: url('../bbg.jpg') no-repeat;
background-size: 100% 100% !important;
background-attachment: fixed;
}
#z-section .gallery .gallerie-head {
  width: 100%;
    font-size: 35px;
    font-family: "Noto sans";
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 55px;
    position: relative;
    text-align: center;
    font-weight: bold;
    color: rgb(41,119,155);
     margin-bottom: 25px;
}
#z-section .gallery .gallerie-head:before {
    position: absolute;
    content: '';
    width: 40%;
    height: 1px;
    background: rgb(41, 119, 155);
    left: calc(30% - 10px);
    bottom: -0.5px;
}
#z-section .gallery .gallerie-head:after {
    position: absolute;
    content: '\f107';
    font-family: 'ocis-icon-fonts';
    font-style: normal;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50%;
    font-size: 25px;
    background: #fff;;
    font-weight: bold;
    bottom: -20px;
    left: calc(50% - 15px);
    color: rgb(41,119,155);
}
#z-section .gallery  .gallery-box .card {
  padding: 0;
  height: 254px;
}
#z-section .gallery  .gallery-box .card  a.card-anc {
  width: 100%;
  height: 100%;
  display: inline-block;
}
#z-section .gallery  .gallery-box .card  a.card-anc img {
  width: 100%;
  height: 100%;
  cursor: zoom-in;
      cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    -webkit-border-radius: 0;
    border-radius: 0;
}
#z-section .gallery  .gallery-box .card  a.card-anc img:hover{
  opacity: .8;
}

/**************************/
.content {
  padding: 70px;
  text-align: center;
}

.content .gallery-card {
  width: 300px;
  height: 158px;
  display: inline-block;
  margin-right: 10px;
  border:1px solid rgba(0,0,0,0.1);
  position: relative;
  overflow: hidden;
}
.content .gallery-card a {display: inline-block;
width: 100%;
height: 100%;
  position: relative
}
.content .gallery-card a:after {
  position: absolute;
  content: "VOIR L'ALBUM";
  width: 300px;
  height: 158px;
  top: 0;
  left: 300px;
  background: rgba(0,0,0,0.5);
  font-size: 16px;
  font-family: 'Noto Sans';
  color: #fff;
  line-height: 140px;
  font-weight: bold;
}
.content .gallery-card:hover a:after {
  left: 0;
  -o-transition: all ease-in .3s;
  -moz-transition: all ease-in .3s;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
}
.content .gallery-card a img {
  width: 100%;
  height: 100%
}













