@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 */
/* line 6, ../sass/footer.scss */
footer {
  background-color: #a0a0a0;
  max-width: 1080px;
  margin: 0 auto;
}
/* line 11, ../sass/footer.scss */
footer .region-footer {
  width: calc( 100% - 50px);
  margin: 0 auto;
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 18, ../sass/footer.scss */
footer .region-footer #block-pieddepage {
  width: 100%;
}
/* line 20, ../sass/footer.scss */
footer .region-footer #block-pieddepage ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0 15px 0;
  margin: 0;
}
/* line 26, ../sass/footer.scss */
footer .region-footer #block-pieddepage ul.menu li {
  width: 100%;
  margin-bottom: 10px;
}
/* line 29, ../sass/footer.scss */
footer .region-footer #block-pieddepage ul.menu li a {
  font-size: 1em;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
/* line 39, ../sass/footer.scss */
footer .region-footer #block-footermedias {
  width: 100%;
  padding-bottom: 15px;
}
/* line 44, ../sass/footer.scss */
footer .region-footer #block-footermedias .wrapper_medias .facebook a {
  display: block;
  width: 16px;
  height: 30px;
  background-image: url(../images/facebook.png);
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  /* line 60, ../sass/footer.scss */
  footer .region-footer {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
  /* line 62, ../sass/footer.scss */
  footer .region-footer #block-pieddepage {
    width: calc( 100% - 16px);
  }
  /* line 64, ../sass/footer.scss */
  footer .region-footer #block-pieddepage ul.menu {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 10px 0 10px 25px;
  }
  /* line 68, ../sass/footer.scss */
  footer .region-footer #block-pieddepage ul.menu li {
    width: auto;
    padding-right: 25px;
  }
  /* line 74, ../sass/footer.scss */
  footer .region-footer #block-footermedias {
    width: 16px;
    margin-top: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 87, ../sass/footer.scss */
  footer .region-footer #block-pieddepage ul.menu {
    padding: 10px 0 10px 0px;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 102, ../sass/footer.scss */
  footer .region-footer #block-pieddepage ul.menu li a {
    font-size: 0.875em;
  }
}
