html,body,h1,h2,h3,h4 {font-family:"Lato", sans-serif}

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 14px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.instagram {
  background: #E1306C;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}

#services{
  margin: auto;
  text-align:center;
}

img{
max-width:100%
}
.slideshow{
overflow: hidden;
max-width: 600px;
margin: 2rem auto;
margin-bottom: 0;
position: relative
}
.slideshow ul{
padding-bottom: 66.67%;/* ratio pour le responsive */
margin: 0;
list-style-type: none;
position: relative
}
.slideshow li{
top: 0;
left: 0;
animation: slideshow 30s ease infinite;
position: absolute;
opacity: 0;
}
.slideshow li:nth-child(2){

animation-delay: 10s
}
.slideshow li:nth-child(3){

animation-delay: 10s

}
@keyframes slideshow{

0%{opacity: 0}

10%{opacity: 1}

20%{opacity: 1}

25%{opacity: 0}

100%{opacity: 0}

}