html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none; }

* {
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -o-user-select: none !important;
  user-select: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  -webkit-tap-highlight-color: transparent !important; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a:focus, a:hover, a:active, *:focus {
  outline: none;
  border: none; }

@font-face {
  font-family: 'pp_font';
  src: url("../assets/fonts/vagrundschriftd.woff") format("woff"), url("../assets/fonts/vagrundschriftd.woff2") format("woff2"), url("../assets/fonts/vagrundschriftd.ttf") format("truetype"); }

@keyframes pulsebg {
  0%, 100% {
    background-size: 80px auto;
    -webkit-background-size: 80px; }
  50% {
    background-size: 65px auto;
    -webkit-background-size: 65px; } }

@keyframes pulsebgRight {
  0%, 100% {
    background-size: 0px center;
    -webkit-background-size: 0px center; }
  50% {
    background-position: 20px center;
    -webkit-background-size: 20px center; } }

@keyframes pulsebgLeft {
  0%, 100% {
    background-size: 20px center;
    -webkit-background-size: 20px center; }
  50% {
    background-position: 0px center;
    -webkit-background-size: 0px center; } }

@keyframes pulseplaybtn {
  0%, 100% {
    background-size: 114px auto;
    -webkit-background-size: 114px; }
  50% {
    background-size: 100px auto;
    -webkit-background-size: 100px; } }

@keyframes pulsenewcontent {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg); } }

canvas {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0); }

.flickity-slide {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0); }

#pp-version {
  position: fixed;
  right: 10px;
  top: 8px;
  pointer-events: none;
  z-index: 99999999;
  font-size: 10px;
  font-family: 'arial'; }

#pp-loader {
  width: 1366px;
  height: 768px;
  z-index: 100;
  background: #ffffff;
  position: absolute;
  display: none;
  z-index: 9999998; }
  #pp-loader canvas {
    width: 280px;
    height: 280px;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -140px;
    margin-top: -140px; }
  #pp-loader img {
    width: 543px;
    display: block;
    position: absolute;
    top: 231px;
    left: 50%;
    margin-left: -271px;
    z-index: 9999999; }

body.loading #pp-bg-safezone div:not(#pp-loader) {
  display: none !important; }

body.loading #pp-loader {
  display: block !important;
  background: white;
  width: 100%;
  height: 100%; }

.not-available {
  opacity: 0.5 !important;
  pointer-events: none !important; }

.enabled {
  pointer-events: none !important; }

.button-play {
  display: block;
  width: 115px;
  height: 115px;
  background: transparent url("../assets/images/btn-play.svg") no-repeat center center;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -57px;
  z-index: 10;
  cursor: pointer; }
  .button-play:active {
    -webkit-filter: brightness(85%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .button-play:before {
    content: "";
    top: 0;
    left: 0;
    width: 115px;
    height: 115px;
    position: absolute;
    background: transparent url("../assets/images/btn-pause.svg") no-repeat center center;
    background-size: 100%;
    opacity: 0; }
  .button-play.pause-btn:before {
    opacity: 1; }

.button-not-available {
  display: block;
  width: 100px;
  height: 100px;
  background: transparent url("../assets/images/btn-not-available.svg") no-repeat top left;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px; }
  .button-not-available:active {
    -webkit-filter: brightness(85%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.flickity-prev-next-button {
  position: absolute;
  width: 95px;
  height: 550px;
  margin-top: 0;
  top: 130px;
  border: none;
  cursor: pointer;
  z-index: 500;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out; }
  .flickity-prev-next-button:active {
    -webkit-filter: brightness(85%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .flickity-prev-next-button svg {
    opacity: 0 !important; }
  .flickity-prev-next-button.previous {
    background: transparent url("../assets/images/arrow-left.svg") no-repeat center center;
    background-size: 73px;
    left: 30px;
    margin-left: -30px; }
    .flickity-prev-next-button.previous:disabled {
      opacity: 0 !important;
      pointer-events: none !important; }
  .flickity-prev-next-button.next {
    background: transparent url("../assets/images/arrow-right.svg") no-repeat center center;
    background-size: 73px;
    right: 30px;
    margin-right: -30px; }
    .flickity-prev-next-button.next:disabled {
      opacity: 0 !important;
      pointer-events: none !important; }

.flickity-prev-next-button {
  display: none; }

#pp-home.activeScreen .flickity-prev-next-button.animate.previous {
  animation: pulsebgLeft 2.2s infinite; }

#pp-home.activeScreen .flickity-prev-next-button.animate.next {
  animation: pulsebgRight 2.2s infinite; }

#pp-home.activeScreen .button-play.animate {
  animation: pulseplaybtn 0.7s infinite; }

img.pp-screen-bg {
  position: absolute;
  top: 0;
  left: -171px;
  z-index: -1; }

.pp-secondary-nav-container {
  position: absolute;
  padding: 10px 0 35px;
  bottom: -205px;
  height: 165px;
  left: 19px;
  background: #0095A8;
  border: 12px solid #8CE0B0;
  width: 960px;
  border-radius: 30px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  z-index: 50; }
  .pp-secondary-nav-container:before {
    content: "";
    top: -5px;
    right: 31px;
    width: 92px;
    height: 10px;
    background: #0095A8;
    position: absolute;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
  .pp-secondary-nav-container.open {
    background: #8CE0B0;
    border: 12px solid #0095A8; }
    .pp-secondary-nav-container.open:before {
      background: #8CE0B0; }
  .pp-secondary-nav-container .pp-btn-secondary-nav {
    position: absolute;
    right: 25px;
    top: -72px;
    width: 104px;
    height: 72px;
    overflow: hidden; }
    .pp-secondary-nav-container .pp-btn-secondary-nav:active {
      -webkit-filter: brightness(85%);
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease; }

@keyframes bounce {
  from {
    top: 10px; }
  50% {
    top: 0; }
  to {
    top: 10px; } }
    .pp-secondary-nav-container .pp-btn-secondary-nav .pp-btn-secondary-nav-img {
      position: absolute;
      top: 10px;
      left: 0;
      border: 10px solid #8CE0B0;
      width: 80px;
      height: 120px;
      border-radius: 80px;
      background: #0095A8 url("../assets/images/btn-arrow-panel.svg") no-repeat center top 10px;
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out; }
      .pp-secondary-nav-container .pp-btn-secondary-nav .pp-btn-secondary-nav-img.bounceAnimation {
        animation: bounce 0.7s ease 5; }
  .pp-secondary-nav-container.open .pp-btn-secondary-nav-img {
    background: #8CE0B0 url("../assets/images/btn-arrow-down-panel.svg") no-repeat center top 10px;
    border: 10px solid #0095A8; }
  .pp-secondary-nav-container .pp-secondary-nav {
    display: block;
    overflow: hidden;
    height: 170px;
    position: relative;
    padding: 10px 10px 0 0; }
    .pp-secondary-nav-container .pp-secondary-nav .pp-secondary-btn {
      width: 205px;
      height: 200px;
      margin: 0 15px;
      cursor: pointer;
      display: block; }
      .pp-secondary-nav-container .pp-secondary-nav .pp-secondary-btn:active {
        -webkit-filter: brightness(85%);
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .pp-secondary-nav-container .pp-secondary-nav .pp-secondary-btn.pp-new-game-content:after {
        content: "";
        position: absolute;
        top: 84px;
        right: 35px;
        width: 35px;
        height: 41px;
        background: url("../assets/images/nouveaute-sec-nav.png") no-repeat center center;
        background-size: 100%;
        z-index: 1; }
      .pp-secondary-nav-container .pp-secondary-nav .pp-secondary-btn.pp-video-last-video-played:before, .pp-secondary-nav-container .pp-secondary-nav .pp-secondary-btn.pp-video-last-sound-played:before {
        content: "";
        position: absolute;
        background: transparent url("../assets/images/icon-last-played.svg") no-repeat left top;
        background-size: 57px;
        width: 57px;
        height: 43px;
        bottom: 70px;
        right: 15px;
        z-index: 10; }
      .pp-secondary-nav-container .pp-secondary-nav .pp-secondary-btn.pp-video-last-sound-played:before {
        bottom: 102px; }
      .pp-secondary-nav-container .pp-secondary-nav .pp-secondary-btn img {
        display: block;
        position: relative;
        z-index: 1;
        margin: auto;
        height: 138px; }
      .pp-secondary-nav-container .pp-secondary-nav .pp-secondary-btn .thumbnail-games-title {
        border-radius: 10px;
        margin: -20px auto 0;
        position: relative;
        z-index: 2;
        font-family: 'pp_font';
        height: 11px;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 1px;
        font-size: 10px;
        line-height: 13px;
        color: #FFF9E4;
        padding: 10px 10px 10px 35px;
        -webkit-box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.08); }
      .pp-secondary-nav-container .pp-secondary-nav .pp-secondary-btn[data-game-param-value="passe-carreau"] .thumbnail-games-title {
        background: #F24051 url("../assets/images/icon-allo.svg") no-repeat left 6px center; }
      .pp-secondary-nav-container .pp-secondary-nav .pp-secondary-btn[data-game-param-value="passe-montagne"] .thumbnail-games-title {
        background: #BA80D0 url("../assets/images/icon-allo.svg") no-repeat left 6px center; }
      .pp-secondary-nav-container .pp-secondary-nav .pp-secondary-btn[data-game-param-value="passe-partout"] .thumbnail-games-title {
        background: #00C3BF url("../assets/images/icon-allo.svg") no-repeat left 6px center; }
      .pp-secondary-nav-container .pp-secondary-nav .pp-secondary-btn[data-game="boite-games"] .thumbnail-games-title {
        background: #F8C125 url("../assets/images/icon-boite.svg") no-repeat left 6px center; }
      .pp-secondary-nav-container .pp-secondary-nav .pp-secondary-btn[data-game="maison-games"] .thumbnail-games-title {
        background: #10259F url("../assets/images/icon-maison.svg") no-repeat left 6px center; }
      .pp-secondary-nav-container .pp-secondary-nav .pp-secondary-btn.pp-secondary-parental-gate .thumbnail-games-title, .pp-secondary-nav-container .pp-secondary-nav .pp-secondary-btn.pp-secondary-birthday .thumbnail-games-title {
        background: #F24051; }

/* STRAND ALONE GAMES ------------------------------------*/
.title-screen-stand-alone {
  display: none; }
  .title-screen-stand-alone .button-play-title.animate {
    animation: none; }

body.stand-alone .title-screen-stand-alone {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  display: block;
  background: #ffffff; }
  body.stand-alone .title-screen-stand-alone img {
    height: 100%;
    display: block;
    margin: auto; }
  body.stand-alone .title-screen-stand-alone .games-title {
    border-radius: 10px;
    margin: 60px auto 0;
    position: absolute;
    text-align: center;
    z-index: 2;
    font-family: 'pp_font';
    height: 16px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
    color: #FFF9E4;
    padding: 10px 40px;
    -webkit-box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.08);
    left: 50%;
    float: left;
    transform: translate(-50%, -50%);
    background: #F8C125;
    top: 60px; }
  body.stand-alone .title-screen-stand-alone .button-play-title {
    display: block;
    width: 115px;
    height: 115px;
    background: transparent url("../assets/images/btn-play.svg") no-repeat center center;
    background-size: 100%;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -57px;
    z-index: 10;
    cursor: pointer; }
    body.stand-alone .title-screen-stand-alone .button-play-title:active {
      -webkit-filter: brightness(85%);
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease; }

/* STRAND ALONE GAMES - END ------------------------------------*/
body {
  overflow-x: hidden; }

body#la-boite-a-chanson {
  background: #000000;
  overflow: hidden;
  overflow-x: hidden;
  position: relative; }

body.stand-alone #pp-boite-main-container #pp-boite-bg-safezone {
  z-index: 1; }

.pp-secondary-nav-container {
  bottom: -30px; }
  .pp-secondary-nav-container .pp-secondary-nav {
    padding: 10px 0 0 50px; }
    .pp-secondary-nav-container .pp-secondary-nav .pp-secondary-btn.pp-video-last-sound-played:before {
      bottom: 80px; }
    .pp-secondary-nav-container .pp-secondary-nav .pp-secondary-btn img {
      position: relative;
      height: auto; }
      .pp-secondary-nav-container .pp-secondary-nav .pp-secondary-btn img:after {
        content: "";
        position: absolute;
        width: 110px;
        height: 110px;
        top: 0;
        left: 0;
        background: #ffffff;
        border-radius: 110px; }
    .pp-secondary-nav-container .pp-secondary-nav .pp-secondary-btn .thumbnail-games-title {
      margin-top: -15px;
      padding: 10px;
      text-align: center; }

#pp-boite-main-container {
  visibility: hidden;
  width: 1024px;
  height: 768px;
  position: absolute;
  max-height: 768px !important;
  max-width: 1024px !important; }
  #pp-boite-main-container #pp-boite-bg-safezone {
    position: absolute;
    background: white;
    display: block !important;
    top: 0;
    margin-left: -171px;
    z-index: -1;
    width: 1366px;
    height: 768px;
    overflow: hidden; }
    #pp-boite-main-container #pp-boite-bg-safezone #pp-boite-main {
      width: 1024px;
      height: 768px;
      position: relative;
      margin-left: 171px;
      max-height: 768px !important;
      max-width: 1024px !important; }

img.pp-screen-bg {
  position: absolute;
  top: 0;
  left: -200px;
  z-index: -1; }

.boite-carousel {
  display: block;
  width: 900px;
  height: 700px;
  position: relative; }
  .boite-carousel .flickity-prev-next-button {
    border: none;
    position: absolute;
    width: 30px;
    height: 38px;
    margin-top: -19px;
    top: 50%;
    cursor: pointer;
    z-index: 2000; }
    .boite-carousel .flickity-prev-next-button svg {
      display: none; }
    .boite-carousel .flickity-prev-next-button.previous {
      background: transparent url("..../assets/images/arrow-left.svg") no-repeat top left;
      left: 35px; }
    .boite-carousel .flickity-prev-next-button.next {
      background: transparent url("..../assets/images/arrow-right.svg") no-repeat top left;
      right: 35px; }
  .boite-carousel .boite-carousel-slide {
    height: 700px;
    width: 1024px;
    margin: 0;
    position: relative;
    /*
    &[data-game-param-value="passe-partout"]{
      .allo-title{
        background:$turquoise;
      }
    }
    &[data-game-param-value="passe-carreau"]{
      .allo-title{
        background:$yellow;
      }
    }
    &[data-game-param-value="passe-montagne"]{
      .allo-title{
        background:$marine;
      }
    }*/ }
    .boite-carousel .boite-carousel-slide img {
      position: absolute;
      margin: auto;
      display: block;
      top: 178px;
      left: 50%;
      margin-left: -70px; }
    .boite-carousel .boite-carousel-slide canvas {
      width: 100%;
      height: auto;
      margin-left: -10px; }
    .boite-carousel .boite-carousel-slide .boite-title {
      border-radius: 10px;
      margin: -20px auto 0;
      position: absolute;
      top: 100px;
      left: 50%;
      text-align: center;
      z-index: 2;
      font-family: 'pp_font';
      height: 16px;
      text-transform: uppercase;
      font-weight: 300;
      letter-spacing: 1px;
      font-size: 18px;
      color: #FFF9E4;
      padding: 10px 40px;
      -webkit-box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.08);
      -moz-box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.08);
      box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.08);
      float: left;
      transform: translate(-50%, -50%);
      background: #fe455e; }

.thumbnail-games-title {
  background: #fe455e; }

.pp-boite-a-musique-canvas {
  margin-top: -520px;
  z-index: 100;
  width: 50%;
  margin-left: 263px; }

.button-play {
  bottom: 100px; }

