@import url(https://fonts.googleapis.com/css?family=Slabo+27px);
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Raleway);

.log{
  font-family: 'Lato', sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px 8px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #ffff;
  font-size: 18px;
  text-align: center;
}
.log * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.log:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  top: 100%;
  content: '';
  background-color: rgba(51, 51, 51, 0.9);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.log img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}
.log figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.log h3,
.log h5 {
  margin: 0;
  opacity: 0;
  letter-spacing: 0.5px;
}
.log h3 {

   font-size: 18px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  text-transform: uppercase;
  font-weight: 100;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  margin-bottom: 5px;
}
.log h5 {
  font-weight: normal;
  background-color: #35ADF9;
  padding: 3px 10px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.log a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.log:hover:before,
.log.hover:before {
  top: 10px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.log:hover h3,
.log.hover h3,
.log:hover h5,
.log.hover h5 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.log:hover h3,
.log.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.log:hover h5,
.log.hover h5 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}


.background_catalogue{
    background: url(/Files/App_002/NewFolder/Sans-titre---12.jpg)no-repeat;
    margin: 0;
    position: relative;
    top: 80px;
    width: 100%;
    height: 50vh;
    background-size: cover;
}



@media only screen and (max-width: 768px){

.services {    display:block;}
}

































