html, body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', Helvetica, Arial, Sans;
  height: 100%; }

body.prehome {
  background: #FF8D94; }

#help-intro {
  margin: 40px auto; }
  #help-intro .c1 {
    font-style: italic; }

.mobile-message {
  background: #fff;
  color: #000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 64px;
  font-size: 38px;
  padding: 10px;
  text-align: center;
  z-index: 20;
  display: none; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotating {
  -webkit-animation: rotating 10s linear infinite;
  animation: rotating 10s linear infinite; }

.home-link {
  width: 400px;
  display: block;
  margin: auto;
  top: 100px;
  position: relative; }
  .home-link img {
    width: 100%;
    display: block; }

a.open-helper {
  position: absolute;
  top: 10px;
  left: -73px;
  width: 50px;
  height: 64px;
  background: url("../img/interrogation.png") no-repeat center;
  background-size: contain;
  outline: none; }

#help-radart .c0 {
  font-style: italic; }

#help-exos .c1 {
  font-style: italic; }

#help-memory .c1 {
  font-style: italic; }

.help-helper {
  background: #fff;
  width: 700px;
  padding: 50px;
  margin: auto;
  border-radius: 10px;
  font-family: 'Ubuntu Mono';
  color: #3255a4; }

.grid-container {
  background: transparent url("../img/bg.png") top center; }
  .grid-container.audio-section {
    background-color: #C8D5ED; }
  .grid-container.families-section {
    background-color: #F0D2E1; }
  .grid-container.exos-section {
    background-color: #DBEEC8; }
  .grid-container.generator-section {
    background-color: #EAD2BC;
    padding: 20px; }
    .grid-container.generator-section img {
      display: block;
      margin: auto;
      width: 431px; }

h2 {
  font-family: Cookie, Sans;
  font-size: 32px;
  margin-bottom: 20px; }

a.generate {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  width: 150px;
  height: 150px;
  background: url("../img/souris.png") no-repeat center;
  background-size: contain;
  display: block;
  line-height: 220px;
  text-decoration: none;
  font-size: 20px;
  margin: auto;
  position: relative;
  border: none !important;
  outline: none !important; }
  a.generate:active {
    top: 7px; }

.memory-section {
  text-align: center;
  background-color: #BCD3EA;
  padding: 40px; }
  .memory-section .item {
    margin: 10px;
    width: 200px;
    height: 127px;
    overflow: hidden;
    display: inline-block;
    background: url("../img/memory-back.png") no-repeat center center;
    background-size: contain;
    transition: opacity 0.3s; }
    .memory-section .item img {
      display: block;
      width: 100%;
      opacity: 0;
      transition: opacity 0.3s; }
    .memory-section .item.shown img,
    .memory-section .item.active img {
      opacity: 1; }
    .memory-section .item.active {
      opacity: 0.1; }

.type-exo .caption {
  display: none; }

.family-page {
  min-height: 100%;
  background: url("../img/bg-wood.jpg") top left;
  overflow: hidden; }
  .family-page .site-container {
    width: 92%;
    margin-left: 8%; }
  .family-page .back-to-index {
    position: absolute;
    background: url("../img/pizza-back.png") no-repeat center center;
    top: 20px;
    left: -9%;
    width: 150px;
    height: 100px;
    background-size: contain; }
  .family-page .articles-list {
    overflow: visible;
    text-align: center; }
  .family-page .article {
    display: inline-block !important;
    margin: 30px;
    background-size: contain !important; }
  .family-page .article.type-exo img {
    height: 250px; }
  .family-page .type-audio {
    width: 181px;
    height: 188px;
    z-index: 3;
    position: relative; }
  .family-page .type-video {
    background: black; }
  .family-page .type-biggif {
    width: 400px;
    height: 400px;
    z-index: 2;
    cursor: pointer; }
    .family-page .type-biggif h2 {
      display: none; }
    .family-page .type-biggif .caption {
      display: none; }
  .family-page .type-gif {
    width: 250px;
    height: 250px;
    z-index: 2;
    cursor: pointer; }
    .family-page .type-gif h2 {
      display: none; }
    .family-page .type-gif .caption {
      display: none; }
  .family-page .type-richtext {
    width: 500px !important;
    height: auto !important;
    position: relative !important;
    background: rgba(255, 255, 255, 0.5) !important; }
    .family-page .type-richtext .inner {
      overflow: visible !important;
      position: static !important; }
      .family-page .type-richtext .inner .scrollable {
        position: static !important;
        padding: 15px !important;
        color: #1ba256 !important; }
    .family-page .type-richtext h2 {
      display: none; }
  .family-page .mejs-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background: transparent;
    display: block !important; }
    .family-page .mejs-container .mejs-controls {
      background: transparent;
      position: absolute;
      top: 0;
      height: 100%; }
      .family-page .mejs-container .mejs-controls .mejs-playpause-button {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .family-page .mejs-container .mejs-controls .mejs-playpause-button button {
          width: 80%;
          height: 80%;
          margin: 10%;
          background: transparent no-repeat center;
          background-size: contain; }
        .family-page .mejs-container .mejs-controls .mejs-playpause-button.mejs-play button {
          background-image: url("../img/logo-radio.gif"); }
        .family-page .mejs-container .mejs-controls .mejs-playpause-button.mejs-pause button {
          background-image: url("../img/logo-radio.gif"); }
      .family-page .mejs-container .mejs-controls .mejs-volume-button {
        position: absolute;
        bottom: 5%;
        right: 5%;
        display: none; }
      .family-page .mejs-container .mejs-controls .mejs-time-rail {
        width: 100% !important;
        padding: 0; }
        .family-page .mejs-container .mejs-controls .mejs-time-rail .mejs-time-slider {
          margin: 0;
          width: 100% !important;
          border-radius: 0; }
        .family-page .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
          background: transparent; }
          .family-page .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-loaded {
            background: #bbb;
            border-radius: 0;
            display: none; }
          .family-page .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-current {
            background: #5A7FCB;
            border-radius: 0; }
      .family-page .mejs-container .mejs-controls .mejs-time {
        display: none; }
      .family-page .mejs-container .mejs-controls a.mejs-horizontal-volume-slider {
        display: none !important; }

.generator h2 {
  text-align: center;
  width: 600px;
  background: rgba(0, 0, 0, 0.8);
  padding: 40px;
  border-radius: 20px;
  margin: 40px auto;
  color: #fff;
  text-transform: uppercase;
  font-family: Helvetica, Arial, Sans; }

.site-container {
  width: 1000px;
  margin: auto;
  position: relative; }

.site-header {
  padding: 1px; }
  .site-header img {
    display: block;
    margin: 40px auto; }

.articles-list .family {
  position: relative;
  height: 500px;
  width: 75%;
  display: block; }
  .articles-list .family:nth-child(2n) {
    left: 25%; }

.articles-list.exos {
  text-align: center; }

.articles-list.exos .article {
  display: inline-block; }

.audio-section .sounds {
  display: none; }

.sound-launcher {
  background: url("../img/logo-radio.gif");
  width: 253px;
  height: 252px;
  background-size: contain;
  display: block;
  margin: 10px auto; }

@-webkit-keyframes spin {
  25% {
    -webkit-transform: rotate(20deg); }
  50% {
    -webkit-transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(-20deg); } }

@keyframes spin {
  25% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg); } }

.sound-artists-launcher {
  background: url("../img/r-artistes.png");
  width: 210px;
  height: 210px;
  background-size: contain;
  display: inline-block;
  margin: 20px 20px;
  position: relative;
  left: -24px;
  top: -143px;
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite; }

.sound-lieu-launcher {
  background: url("../img/r-lieu.png");
  width: 210px;
  height: 210px;
  background-size: contain;
  display: inline-block;
  margin: 20px 20px;
  position: relative;
  top: -207px;
  right: -124px;
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite; }

.sound-souvenir-launcher {
  background: url("../img/r-souvenirs.png");
  width: 210px;
  height: 210px;
  background-size: contain;
  display: inline-block;
  margin: 20px 20px;
  position: relative;
  top: -12px;
  right: -93px;
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite; }

.mejs-container {
  display: none; }

.radio-player {
  display: none; }

.article {
  background: transparent no-repeat center;
  background-size: cover;
  position: relative; }
  .article img {
    width: 100%; }
  .article.type-richtext {
    background: url("../img/bg-wood.png") no-repeat center;
    width: 400px;
    height: 300px;
    background-size: contain;
    color: #fdfb49;
    font-family: Arimo, Helvetica, Arial, Sans;
    z-index: 1;
    position: absolute;
    text-align: center; }
    .article.type-richtext .inner {
      position: absolute;
      top: 35px;
      left: 50px;
      bottom: 35px;
      right: 50px;
      overflow: hidden;
      font-size: 14px; }
      .article.type-richtext .inner h2 {
        padding-top: 50%;
        position: relative;
        margin-top: -20%; }
      .article.type-richtext .inner .scrollable {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: -15px;
        /* Decrease this value for cross-browser compatibility */
        overflow: auto;
        padding-right: 15px; }
  .article.type-exo img {
    width: auto;
    height: 150px;
    margin: 20px; }
  .article.type-exo .verso {
    display: none; }

/*# sourceMappingURL=app.css.map */
