@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
/* center vertically */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
.wrapper-reseaux-sociaux {
  overflow: hidden;
}
.wrapper-reseaux-sociaux ul {
  padding: 0;
  margin: 0px 0 0 0;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  max-width: 165px;
  float: left;
}
.wrapper-reseaux-sociaux ul li {
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.wrapper-reseaux-sociaux ul li a {
  display: block;
}
.wrapper-reseaux-sociaux ul li img {
  display: none;
}
.wrapper-reseaux-sociaux ul li.youtube {
  width: 23px;
  height: 16px;
  background-image: url(../images/icone-youtube-double.png);
  background-size: 23px 32px;
  background-position: 0 0;
}
.wrapper-reseaux-sociaux ul li.youtube a {
  width: 23px;
  height: 16px;
}
.wrapper-reseaux-sociaux ul li.youtube:hover {
  background-position: 0 -16px;
}
.wrapper-reseaux-sociaux ul li.instagram {
  width: 16px;
  height: 16px;
  background-image: url(../images/icone-instagram-double.png);
  background-size: 16px 32px;
  background-position: 0 0;
}
.wrapper-reseaux-sociaux ul li.instagram a {
  width: 16px;
  height: 16px;
}
.wrapper-reseaux-sociaux ul li.instagram:hover {
  background-position: 0 -16px;
}
.wrapper-reseaux-sociaux ul li.facebook {
  width: 16px;
  height: 16px;
  background-image: url(../images/icone-facebook-double.png);
  background-size: 16px 32px;
  background-position: 0 0;
}
.wrapper-reseaux-sociaux ul li.facebook a {
  width: 16px;
  height: 16px;
}
.wrapper-reseaux-sociaux ul li.facebook:hover {
  background-position: 0 -16px;
}
.wrapper-reseaux-sociaux ul li.linkedin {
  width: 16px;
  height: 16px;
  background-image: url(../images/icone-likedin-double.png);
  background-size: 16px 32px;
  background-position: 0 0;
}
.wrapper-reseaux-sociaux ul li.linkedin a {
  width: 16px;
  height: 16px;
}
.wrapper-reseaux-sociaux ul li.linkedin:hover {
  background-position: 0 -16px;
}

@media only screen and (min-width: 768px) {
  .wrapper-reseaux-sociaux ul {
    margin: 0;
  }
}