@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 5, ../sass/pixxo.scss */
.block-pixxo {
  width: calc( 100% - 40px);
  max-width: 608px;
  margin: 0 auto;
  z-index: 1;
}
/* line 10, ../sass/pixxo.scss */
.block-pixxo .wrapper-pixo {
  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-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  width: 200px;
  margin-bottom: 30px;
}
/* line 16, ../sass/pixxo.scss */
.block-pixxo .wrapper-pixo .logo {
  width: 81px;
  height: 57px;
  background-image: url(../images/pixxo@2x.png);
  background-size: cover;
}
/* line 22, ../sass/pixxo.scss */
.block-pixxo .wrapper-pixo .text {
  width: 110px;
}

@media only screen and (min-width: 1024px) {
  /* line 37, ../sass/pixxo.scss */
  .block-pixxo {
    position: fixed;
    left: 0;
    top: 350px;
    width: auto;
  }
  /* line 42, ../sass/pixxo.scss */
  .block-pixxo .wrapper-pixo {
    display: block;
    width: 180px;
    margin-bottom: 30px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 47, ../sass/pixxo.scss */
  .block-pixxo .wrapper-pixo .logo {
    width: 81px;
    height: 57px;
    background-image: url(../images/pixxo@2x.png);
    background-size: cover;
  }
  /* line 53, ../sass/pixxo.scss */
  .block-pixxo .wrapper-pixo .text {
    margin-top: 5px;
    font-size: 0.875em;
    line-height: 120%;
  }
}
