@charset "UTF-8";
/* ==================== */
/* Reset theme elements */
/* ==================== */
/* ==========      */
/* All theme files */
/* ==========      */
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* r├®solution de r├®f├®rence 480 */
/* r├®solution de r├®f├®rence 480 */
/* r├®solution de r├®f├®rence 720 */
/* r├®solution de r├®f├®rence 1200 */
html {
  -webkit-tap-highlight-color: transparent;
  padding: 0;
  margin: 0;
 	scroll-behavior: smooth; }

body, ul, li, h1, h2, h3, h4, h5, h6, p, legend, a, table, tr, td, ol {
  padding: 0;
  margin: 0;
  line-height: 1em; }

.clearfix {
  *zoom: 1; }
  .clearfix:after {
    clear: both; }
  .clearfix:after, .clearfix:before {
    content: " ";
    display: table; }

.inbl {
  display: inline-block;
  *display: inline;
  zoom: 1;
  _height: 1%;
  vertical-align: top; }

input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  input:focus,
  button:focus,
  textarea:focus {
    outline: none; }

select {
  border: 0; }
  select:focus {
    outline: none; }

textarea {
  resize: none; }

.hidden {
  display: none; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.align-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.align-right {
  text-align: right !important; }

.left {
  float: left; }

.right {
  float: right; }

.valign-top {
  vertical-align: top !important; }

.valign-middle {
  vertical-align: middle !important; }

.valign-bottom {
  vertical-align: bottom !important; }

figure {
  margin: 0; }

::-ms-clear {
  display: none; }

.fontt-up {
  text-transform: uppercase; }

img {
  vertical-align: middle; }

.img-responsive {
  width: 100%;
  height: auto;
  position: relative; }

[role="button"] {
  cursor: pointer; }

.desktop-only {
  display: block !important; }

.tablet-only {
  display: none !important; }

.mobile-only {
  display: none !important; }

.hide-for-tablet {
  display: block !important; }

.show-for-tablet {
  display: none !important; }

@media (max-width: 999px) {
  .desktop-only {
    display: none !important; }

  .mobile-only {
    display: none !important; }

  .tablet-only {
    display: block !important; }

  .hide-for-tablet {
    display: none !important; }

  .show-for-tablet {
    display: block !important; } }
@media (max-width: 719px) {
  .desktop-only {
    display: none !important; }

  .tablet-only {
    display: none !important; }

  .mobile-only {
    display: block !important; }

  .mobile-hide {
    display: none !important; } }
.global-wrapper {
  background: #f2ede7; }

a img {
  border: 0px; }

div#cookies-toolbar {
  display: none;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 12px;
  background: #000;
  padding: 8px;
  text-align: center;
  position: relative; }
  div#cookies-toolbar a {
    color: #f26d20; }
    div#cookies-toolbar a:hover {
      text-decoration: none; }
    div#cookies-toolbar a.close-ctoolbar {
      font-size: 20px;
      position: absolute;
      top: 14px;
      font-weight: 700;
      right: 5%;
      text-decoration: none !important; }
  @media (max-width: 999px) {
    div#cookies-toolbar {
      padding-right: 43px; }
      div#cookies-toolbar a.close-ctoolbar {
        top: 36%;
        right: 15px; } }

header#alpha {
  position: relative;
  z-index: 10;
  background: url(../img/menu_fond.jpg) repeat-x top center; }
  header#alpha a#logo-wrapper {
    display: inline;
    float: left;
    margin-left: 4.4%;
    width: 18%; }
    header#alpha a#logo-wrapper img {
      display: inline-block;
      max-width: 100%;
      width: auto; }
  header#alpha nav {
    display: inline;
    float: left;
    width: 77%; }
    header#alpha nav ul li {
      list-style: none;
      font-size: 22px;
      color: #fff;
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      float: left;
      display: inline;
      position: relative;
      margin-left: 44px;
      line-height: 70px; }
      header#alpha nav ul li:before {
        content: "/";
        position: absolute;
        top: 0px;
        left: -26px; }
      header#alpha nav ul li:first-child:before {
        content: ""; }
      header#alpha nav ul li.produit a {
        background: url(../img/menu_picto.png) no-repeat center right;
        padding-right: 100px; }
			header#alpha nav ul li a.gold {
				color: #E0AF45; }
      header#alpha nav ul li a {
        color: #fff;
        text-decoration: none;
        line-height: 70px;
        display: inline-block; }
        header#alpha nav ul li a:hover {
          text-decoration: underline; }
  @media (max-width: 999px) {
    header#alpha {
      height: 50px;
      position: relative; }
      header#alpha a#logo-wrapper {
        margin-left: 11%;
        height: 50px;
        width: auto; }
        header#alpha a#logo-wrapper img {
          height: 50px;
          width: auto; }
      header#alpha nav#responsive-menu {
        position: absolute;
        left: 0;
        top: 50px;
        background: #f26d20;
        width: 100%; }
        header#alpha nav#responsive-menu:after {
          content: " ";
          background: url(../img/tablet/nav_degrade.png) repeat-x top center;
          width: 100%;
          height: 30px;
          position: absolute;
          left: 0;
          bottom: -30px; }
        header#alpha nav#responsive-menu ul {
          margin: 30px 0 18px 0;
          float: left;
          display: inline;
          width: 100%; }
          header#alpha nav#responsive-menu ul li {
            font-size: 20px;
            text-align: center;
            background: none;
            width: 100%;
            line-height: 55px;
            margin: 0; }
            header#alpha nav#responsive-menu ul li:before {
              content: ""; }
            header#alpha nav#responsive-menu ul li a {
              background: none;
              border-top: 2px solid #f58a4d;
              display: inline-block;
              padding: 0;
              line-height: 55px;
              width: 85%;
              margin: 0 auto; }
            header#alpha nav#responsive-menu ul li:last-child a {
              border-bottom: 2px solid #f58a4d; }
      header#alpha .menu-trigger {
        background: url(../img/tablet/nav_burger.png) no-repeat center center;
        background-size: 100%;
        width: 31px;
        height: 26px;
        position: absolute;
        right: 12%;
        top: 22%;
        text-decoration: none; }
        header#alpha .menu-trigger.active {
          background-image: url(../img/tablet/nav_close.png);
          background-size: 99%; } }
  header#alpha:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0; }
  @media (max-width: 719px) {
    header#alpha {
      height: 16.2037vw;
      background-size: cover; }
      header#alpha a#logo-wrapper {
        height: 16.2037vw;
        margin-left: 8.95062vw; }
        header#alpha a#logo-wrapper img {
          height: 100%; }
      header#alpha a.menu-trigger {
        width: 9.25926vw;
        height: 7.87037vw;
        right: 12.03704vw;
        top: 3.85802vw; }
      header#alpha #responsive-menu {
        top: 16.2037vw !important; } }

footer#omega {
  color: #80370a;
  font-size: 14px;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 34px 0; }
  footer#omega a {
    color: #80370a;
    text-decoration: none; }
    footer#omega a:hover {
      text-decoration: underline; }
  footer#omega nav.bottom {
    margin-bottom: 6px; }
    footer#omega nav.bottom ul li {
      display: inline-block; }
      footer#omega nav.bottom ul li:before {
        content: "| "; }
      footer#omega nav.bottom ul li:first-child:before {
        content: ""; }
  footer#omega p.mentions {
    margin-top: 26px; }
  footer#omega .warning {
    font-size: 11px; }
  @media (max-width: 999px) {
    footer#omega {
      font-size: 10px; }
      footer#omega p.mentions {
        font-weight: 700; }
      footer#omega .warning {
        font-size: 8px; } }
  @media (max-width: 719px) {
    footer#omega a, footer#omega p, footer#omega li:before {
      font-size: 3.08642vw !important;
      font-weight: 300; }
    footer#omega .warning {
      font-size: 2.16049vw !important; }
    footer#omega .mentions, footer#omega .mentions a {
      font-weight: 400 !important; } }

#main .inner-wrapper header h1 {
  font-size: 50px;
  color: #f26d20;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  line-height: 40px;
  margin: 46px 0 40px 0;
  text-align: center;
  width: 100%;
  font-weight: 400; }
  #main .inner-wrapper header h1 strong {
    font-weight: 400; }
  #main .inner-wrapper header h1 .subtitle {
    font-size: 30px;
    color: #80370a; }
  @media (max-width: 999px) {
    #main .inner-wrapper header h1 {
      font-size: 26px;
      margin: 25px 0 22px 0;
      line-height: 30px; }
      #main .inner-wrapper header h1 .subtitle {
        font-size: 15px;
        line-height: 20px;
        display: inline-block; } }

input[type="submit"] {
  cursor: pointer; }

body.ig-page #main a {
  text-decoration: underline; }
  body.ig-page #main a:hover {
    text-decoration: none; }
  body.ig-page #main a.button {
    text-decoration: none; }
    body.ig-page #main a.button:hover {
      background: #80370a; }
body.ig-page #main .lots {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  color: #f26d20; }
  body.ig-page #main .lots .columns.large-6 {
    background: url("../img/jeu-inscription.jpg") no-repeat;
    background-size: cover;
    height: 44.58333vw; }
    body.ig-page #main .lots .columns.large-6 p {
      width: 30.83333vw;
      background: white;
      text-align: center;
      font-size: 2.5vw;
      font-weight: 400;
      line-height: 4.16667vw;
      padding: 0px 0.41667vw 0.58333vw;
      position: relative;
      top: 8.08333vw;
      left: 9.5vw; }
      body.ig-page #main .lots .columns.large-6 p strong {
        font-size: 4.16667vw;
        line-height: 5.16667vw; }
    body.ig-page #main .lots .columns.large-6 .fleche {
      background: url("../img/fleche.png") no-repeat;
      background-size: cover;
      width: 12.91667vw;
      height: 8.25vw;
      top: 8.75vw;
      left: 22.16667vw;
      position: relative; }
body.ig-page #main h2.instructions {
  color: #80370a;
  font-family: 'Oranienbaum';
  font-size: 2.33333vw;
  font-weight: 400;
  line-height: 3.5vw;
  text-align: center;
  padding-top: 4vw;
  padding-bottom: 4.16667vw;
  background: white; }
body.ig-page #main .register, body.ig-page #main .login, body.ig-page #main .quiz-help {
  width: 50%;
  float: left;
  background: #f2ede7;
  min-height: 74.58333vw; }
  body.ig-page #main .register h3, body.ig-page #main .register h2, body.ig-page #main .login h3, body.ig-page #main .login h2, body.ig-page #main .quiz-help h3, body.ig-page #main .quiz-help h2 {
    text-align: center; }
  body.ig-page #main .register p.confirmation, body.ig-page #main .login p.confirmation, body.ig-page #main .quiz-help p.confirmation {
    text-align: center;
    color: #80370a;
    font-size: 1.16667vw;
    font-weight: 400;
    line-height: 2.25vw;
    font-family: Arial, Helvetica, sans-serif; }
  body.ig-page #main .register h3, body.ig-page #main .login h3, body.ig-page #main .quiz-help h3 {
    font-family: "Playball", Helvetica, Arial, sans-serif;
    font-size: 2.91667vw;
    font-weight: 400;
    padding-top: 3.25vw;
    padding-bottom: 0.66667vw; }
  body.ig-page #main .register h2, body.ig-page #main .login h2, body.ig-page #main .quiz-help h2 {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 3.33333vw;
    font-weight: 300;
    padding-bottom: 4.08333vw;
    text-transform: uppercase;
    color: #80370a; }
  body.ig-page #main .register .form-item-wrapper, body.ig-page #main .register .rewindlink-wrapper, body.ig-page #main .register .backlink-wrapper, body.ig-page #main .login .form-item-wrapper, body.ig-page #main .login .rewindlink-wrapper, body.ig-page #main .login .backlink-wrapper, body.ig-page #main .quiz-help .form-item-wrapper, body.ig-page #main .quiz-help .rewindlink-wrapper, body.ig-page #main .quiz-help .backlink-wrapper {
    width: 41.33333vw;
    padding-left: 4.16667vw;
    padding-bottom: 0.16667vw;
    clear: both; }
    body.ig-page #main .register .form-item-wrapper .message, body.ig-page #main .register .rewindlink-wrapper .message, body.ig-page #main .register .backlink-wrapper .message, body.ig-page #main .login .form-item-wrapper .message, body.ig-page #main .login .rewindlink-wrapper .message, body.ig-page #main .login .backlink-wrapper .message, body.ig-page #main .quiz-help .form-item-wrapper .message, body.ig-page #main .quiz-help .rewindlink-wrapper .message, body.ig-page #main .quiz-help .backlink-wrapper .message {
      display: none; }
    body.ig-page #main .register .form-item-wrapper label, body.ig-page #main .register .rewindlink-wrapper label, body.ig-page #main .register .backlink-wrapper label, body.ig-page #main .login .form-item-wrapper label, body.ig-page #main .login .rewindlink-wrapper label, body.ig-page #main .login .backlink-wrapper label, body.ig-page #main .quiz-help .form-item-wrapper label, body.ig-page #main .quiz-help .rewindlink-wrapper label, body.ig-page #main .quiz-help .backlink-wrapper label {
      width: 17.33333vw;
      text-align: right;
      display: inline-block;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1.16667vw;
      font-weight: 400;
      line-height: 2.25vw;
      padding-right: 0.25vw; }
    body.ig-page #main .register .form-item-wrapper input[type="text"], body.ig-page #main .register .form-item-wrapper input[type="password"], body.ig-page #main .register .rewindlink-wrapper input[type="text"], body.ig-page #main .register .rewindlink-wrapper input[type="password"], body.ig-page #main .register .backlink-wrapper input[type="text"], body.ig-page #main .register .backlink-wrapper input[type="password"], body.ig-page #main .login .form-item-wrapper input[type="text"], body.ig-page #main .login .form-item-wrapper input[type="password"], body.ig-page #main .login .rewindlink-wrapper input[type="text"], body.ig-page #main .login .rewindlink-wrapper input[type="password"], body.ig-page #main .login .backlink-wrapper input[type="text"], body.ig-page #main .login .backlink-wrapper input[type="password"], body.ig-page #main .quiz-help .form-item-wrapper input[type="text"], body.ig-page #main .quiz-help .form-item-wrapper input[type="password"], body.ig-page #main .quiz-help .rewindlink-wrapper input[type="text"], body.ig-page #main .quiz-help .rewindlink-wrapper input[type="password"], body.ig-page #main .quiz-help .backlink-wrapper input[type="text"], body.ig-page #main .quiz-help .backlink-wrapper input[type="password"] {
      width: 19.5vw;
      height: 2vw;
      float: right;
      padding: 0.25vw;
      font-family: Arial, Helvetica, sans-serif;
      color: #80370a; }
    body.ig-page #main .register .form-item-wrapper input:-webkit-autofill, body.ig-page #main .register .rewindlink-wrapper input:-webkit-autofill, body.ig-page #main .register .backlink-wrapper input:-webkit-autofill, body.ig-page #main .login .form-item-wrapper input:-webkit-autofill, body.ig-page #main .login .rewindlink-wrapper input:-webkit-autofill, body.ig-page #main .login .backlink-wrapper input:-webkit-autofill, body.ig-page #main .quiz-help .form-item-wrapper input:-webkit-autofill, body.ig-page #main .quiz-help .rewindlink-wrapper input:-webkit-autofill, body.ig-page #main .quiz-help .backlink-wrapper input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px white inset; }
  body.ig-page #main .register .rewindlink-wrapper, body.ig-page #main .register .backlink-wrapper, body.ig-page #main .login .rewindlink-wrapper, body.ig-page #main .login .backlink-wrapper, body.ig-page #main .quiz-help .rewindlink-wrapper, body.ig-page #main .quiz-help .backlink-wrapper {
    text-align: right; }
    body.ig-page #main .register .rewindlink-wrapper a, body.ig-page #main .register .backlink-wrapper a, body.ig-page #main .login .rewindlink-wrapper a, body.ig-page #main .login .backlink-wrapper a, body.ig-page #main .quiz-help .rewindlink-wrapper a, body.ig-page #main .quiz-help .backlink-wrapper a {
      color: #80370a;
      font-family: Arial, Helvetica, sans-serif; }
  body.ig-page #main .register .form-wrapper p.error, body.ig-page #main .login .form-wrapper p.error, body.ig-page #main .quiz-help .form-wrapper p.error {
    text-align: center;
    color: #80370a;
    font-size: 1.16667vw;
    font-weight: 400;
    line-height: 2.25vw;
    font-family: Arial, Helvetica, sans-serif; }
  body.ig-page #main .register .form-submit, body.ig-page #main .login .form-submit, body.ig-page #main .quiz-help .form-submit {
    padding: 0px;
    width: 100%;
    text-align: center;
    margin-top: 3.83333vw;
    margin-bottom: 2.5vw; }
    body.ig-page #main .register .form-submit input[type="submit"], body.ig-page #main .login .form-submit input[type="submit"], body.ig-page #main .quiz-help .form-submit input[type="submit"] {
      width: 15.08333vw;
      height: 3.25vw;
      background: #f26d20;
      color: white;
      font-family: 'Oswald';
      font-size: 1.66667vw;
      font-weight: 400;
      line-height: 0.83333vw;
      border-radius: 4px;
      cursor: pointer; }
  body.ig-page #main .register .form-captcha-wrapper, body.ig-page #main .login .form-captcha-wrapper, body.ig-page #main .quiz-help .form-captcha-wrapper {
    padding-left: 7.33333vw; }
    body.ig-page #main .register .form-captcha-wrapper iframe, body.ig-page #main .login .form-captcha-wrapper iframe, body.ig-page #main .quiz-help .form-captcha-wrapper iframe {
      width: auto;
      /*height: auto;*/ }
    body.ig-page #main .register .form-captcha-wrapper #recaptcha1, body.ig-page #main .register .form-captcha-wrapper #recaptcha2, body.ig-page #main .register .form-captcha-wrapper #recaptcha3, body.ig-page #main .login .form-captcha-wrapper #recaptcha1, body.ig-page #main .login .form-captcha-wrapper #recaptcha2, body.ig-page #main .login .form-captcha-wrapper #recaptcha3, body.ig-page #main .quiz-help .form-captcha-wrapper #recaptcha1, body.ig-page #main .quiz-help .form-captcha-wrapper #recaptcha2, body.ig-page #main .quiz-help .form-captcha-wrapper #recaptcha3 {
      position: relative;
      -webkit-transform-origin: 0% 0%;
      padding-top: 1.66667vw; }
      body.ig-page #main .register .form-captcha-wrapper #recaptcha1 div, body.ig-page #main .register .form-captcha-wrapper #recaptcha2 div, body.ig-page #main .register .form-captcha-wrapper #recaptcha3 div, body.ig-page #main .login .form-captcha-wrapper #recaptcha1 div, body.ig-page #main .login .form-captcha-wrapper #recaptcha2 div, body.ig-page #main .login .form-captcha-wrapper #recaptcha3 div, body.ig-page #main .quiz-help .form-captcha-wrapper #recaptcha1 div, body.ig-page #main .quiz-help .form-captcha-wrapper #recaptcha2 div, body.ig-page #main .quiz-help .form-captcha-wrapper #recaptcha3 div {
        margin: auto; }
body.ig-page #main .register {
  background: #f26d20;
  color: white; }
  body.ig-page #main .register .form-item-wrapper input[type="radio"] {
    position: relative;
    top: 0.16667vw;
    height: 1.16667vw;
    width: 1.16667vw; }
  body.ig-page #main .register .form-item-wrapper .radiotxt {
    width: auto; }
  body.ig-page #main .register .form-item-wrapper .datepart {
    width: 17% !important; }
    body.ig-page #main .register .form-item-wrapper .datepart.datemonth {
      margin: 0px 0.7% !important; }
  body.ig-page #main .register .form-checkbox-wrapper {
    padding-left: 7.33333vw;
    margin-top: 3.08333vw;
    margin-left: 0.83333vw; }
    body.ig-page #main .register .form-checkbox-wrapper input[type="checkbox"] {
      position: relative;
      top: -0.25vw;
      float: left; }
    body.ig-page #main .register .form-checkbox-wrapper label[for="rconfidentialite"], body.ig-page #main .register .form-checkbox-wrapper label[for="rnewsletter"] {
      width: auto !important;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1vw;
      font-weight: 400;
      line-height: 1.16667vw;
      float: left; }
      body.ig-page #main .register .form-checkbox-wrapper label[for="rconfidentialite"] a, body.ig-page #main .register .form-checkbox-wrapper label[for="rnewsletter"] a {
        color: white; }
    body.ig-page #main .register .form-checkbox-wrapper label[for="rconfidentialite"] {
      margin-bottom: 1.33333vw; }
    body.ig-page #main .register .form-checkbox-wrapper label[for="rnewsletter"] {
      max-width: 31.75vw;
      text-align: justify; }
  body.ig-page #main .register .form-submit input[type="submit"] {
    background: white;
    color: #80370a; }
  body.ig-page #main .register .legend {
    padding-left: 9.25vw;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.91667vw;
    padding-bottom: 1.66667vw;
    font-weight: 400; }
body.ig-page #main .quiz-help h3, body.ig-page #main .login h3 {
  color: #f26d20;
  padding-top: 1.66667vw; }
body.ig-page #main .quiz-help {
  background: url(../img/aide-quiz.png) no-repeat;
  background-size: 100%;
  background-position: center right;
  min-height: 17.5vw;
  background-color: #e0d0c3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  body.ig-page #main .quiz-help::after {
    content: '';
    width: 100%; }
  body.ig-page #main .quiz-help h3 {
    width: 31.25vw; }
  body.ig-page #main .quiz-help .validate-button {
    order: 1;
    text-decoration: none;
    width: 16.66667vw;
    height: 3.25vw;
    background: #f26d20;
    color: white;
    font-family: 'Oswald';
    font-size: 1.66667vw;
    text-align: center;
    font-weight: 400;
    line-height: 3.25vw;
    border-radius: 4px;
    cursor: pointer;
    margin-top: -2.5vw; }
body.ig-page #main .login {
  color: #80370a;
  min-height: 57.66667vw; }
  body.ig-page #main .login h2 {
    padding-bottom: 2.5vw; }
  body.ig-page #main .login .form-submit {
    margin-top: 1.66667vw;
    margin-bottom: 1.25vw; }
  body.ig-page #main .login .rouy-inscription-img {
    width: 34.16667vw;
    margin: 0 auto;
    display: flex;
    margin-top: 3.33333vw; }
    @media (max-width: 719px) {
      body.ig-page #main .login .rouy-inscription-img {
        margin-top: 3.08642vw;
        width: 61.7284vw; } }
  body.ig-page #main .login .disable-column {
    display: none; }
body.ig-page #main .reglement {
  font-family: Arial, Helvetica, sans-serif;
  padding: 3.16667vw 0.33333vw 1.66667vw;
  font-weight: 400;
  display: block;
  clear: both;
  text-align: justify;
  color: #80370a; }
  body.ig-page #main .reglement p {
    font-size: 0.75vw;
    line-height: 1.25vw; }
  body.ig-page #main .reglement a {
    color: #80370a; }
    body.ig-page #main .reglement a:hover {
      text-decoration: none; }
  @media (max-width: 719px) {
    body.ig-page #main .reglement {
      padding: 5.8642vw 0.61728vw 3.08642vw; }
      body.ig-page #main .reglement p {
        font-size: 1.69753vw;
        line-height: 2.31481vw; } }

body.result a {
  text-decoration: none; }
body.result .columns-wrapper {
  display: table;
  width: 100%; }
body.result .large-8 {
  display: table-cell;
  vertical-align: top;
  width: 58.48%;
  background-color: white;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center; }
  body.result .large-8 .alliance-text {
    font-size: 2.66667vw;
    line-height: 2.83333vw;
    text-align: center;
    color: #f26d20;
    font-weight: 400;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    margin: 1vw 0 2vw;
    padding: 0 4%;
    clear: both; }
  @media (max-width: 719px) {
    body.result .large-8 {
      width: 100%;
      display: block; }
      body.result .large-8 .inner-wrapper {
        padding-bottom: 92.59259vw; }
        body.result .large-8 .inner-wrapper h2 {
          padding-top: 6.17284vw !important; }
      body.result .large-8 .alliance-text {
        font-size: 4.93827vw; } }
body.result .large-4 {
  display: table-cell;
  vertical-align: top;
  width: 41.52%; }
  @media (max-width: 719px) {
    body.result .large-4 {
      width: 100%;
      display: block; } }
body.result section.result .result-card {
  position: relative; }
body.result section.result h2 {
  text-align: center;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 4.16667vw;
  line-height: 5.33333vw;
  font-weight: 300;
  color: #80370a; }
  body.result section.result h2 strong {
    padding-top: 2.5vw;
    color: #f26d20;
    font-size: 3.66667vw;
    font-weight: 700;
    line-height: 4.16667vw;
    display: block; }
body.result section.result .gain-text {
  position: relative; }
body.result section.result .reception {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 1.66667vw;
  font-weight: 300;
  padding-top: 0.41667vw;
  padding-bottom: 1.25vw;
  text-align: center;
  color: #80370a;
  line-height: 2.58333vw; }
body.result section.result .contenubox {
  text-align: center;
  color: #80370a; }
  body.result section.result .contenubox p {
    font-family: "Playball", Helvetica, Arial, sans-serif;
    font-size: 3.33333vw;
    font-weight: 400; }
  body.result section.result .contenubox li {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 1.66667vw;
    font-weight: 300;
    line-height: 2.5vw; }
    body.result section.result .contenubox li:before {
      content: "";
      display: inline-block;
      height: 4px;
      width: 4px;
      background: #80370a;
      border-radius: 52px;
      position: relative;
      left: -5px;
      top: -6px; }
body.result section.result .conditions {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.41667vw;
  color: #f26d20;
  padding-top: 4.5vw;
  padding-bottom: 1.58333vw;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 4.16667vw; }
body.result section.result .profilbox {
  background: #f26d20;
  color: white;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 1.66667vw;
  font-weight: 300;
  text-align: center;
  padding: 6.25vw 1.33333vw 0.83333vw; }
  body.result section.result .profilbox h2 {
    font-family: "Playball", Helvetica, Arial, sans-serif;
    font-size: 3.33333vw;
    font-weight: 400;
    padding-bottom: 3.16667vw;
    color: white;
    line-height: 4vw; }
  body.result section.result .profilbox p {
    line-height: 2.08333vw;
    font-size: 1.33333vw; }
  body.result section.result .profilbox .button-wrapper {
    position: inherit; }
    body.result section.result .profilbox .button-wrapper .button {
      padding: 0.25vw 0.83333vw;
      background-color: #80370a;
      margin: 1.66667vw auto 0 auto; }
      body.result section.result .profilbox .button-wrapper .button:hover {
        background-color: #c0470a; }
body.result section.result .cookbook {
  display: table;
  width: 100%;
  background: #f2ede7;
  position: relative; }
  body.result section.result .cookbook a {
    float: left;
    width: 26.33333vw;
    padding-left: 0vw;
    margin-right: -2.91667vw;
    text-decoration: none !important; }
    body.result section.result .cookbook a img {
      width: 100%; }
  body.result section.result .cookbook h2 {
    float: left;
    width: 14.16667vw;
    text-align: center;
    font-size: 2.5vw;
    font-weight: 400;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding-top: 2.41667vw;
    color: #80370a; }
    body.result section.result .cookbook h2 a {
      width: 100%;
      color: #80370a;
      text-decoration: none; }
    body.result section.result .cookbook h2 strong {
      margin: auto;
      display: table;
      padding-bottom: 1.16667vw;
      font-size: 4.41667vw;
      font-weight: 700;
      line-height: 4.75vw;
      color: #f26d20;
      padding-top: 0px; }
  body.result section.result .cookbook .button-wrapper {
    clear: both;
    position: relative;
    top: -2.08333vw; }
    body.result section.result .cookbook .button-wrapper a {
      float: none;
      padding: 0px;
      width: 14.75vw;
      font-size: 1.66667vw;
      line-height: 3.16667vw; }
body.result section.result .fullWidthImg {
  width: 100%;
  height: 100%;
  clear: both;
  position: absolute; }
body.result section.result .mobileImg {
  display: none; }
body.result section.result .reduction {
  position: relative;
  background: #80370a;
  display: table;
  padding-bottom: 1.58333vw;
  width: 100%; }
  body.result section.result .reduction a {
    text-decoration: none !important;
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 1.16667vw;
    padding-bottom: 2.91667vw; }
  body.result section.result .reduction h2 {
    line-height: 3.33333vw; }
    body.result section.result .reduction h2 a {
      font-family: "Playball", Helvetica, Arial, sans-serif;
      font-size: 3.33333vw;
      font-weight: 400;
      color: white;
      padding-bottom: 0px; }
  body.result section.result .reduction img {
    width: 23.75vw; }
  body.result section.result .reduction .mentions {
    color: white;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-size: 0.91667vw;
    font-weight: 400;
    line-height: 1vw;
    float: right;
    width: 50%;
    padding-right: 1.58333vw;
    text-align: right; }
  body.result section.result .reduction .button-wrapper {
    position: relative;
    width: 50%; }
    body.result section.result .reduction .button-wrapper a {
      margin-left: 5vw;
      background: #f26d20;
      color: #fff;
      width: 14.66667vw;
      float: left;
      font-size: 1.66667vw;
      font-weight: 400;
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      display: inline-block;
      line-height: 3.16667vw;
      text-decoration: none;
      padding: 0 1vw 0 1.33333vw;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px; }
  @media (max-width: 719px) {
    body.result section.result .reduction h2 a {
      font-size: 6.17284vw;
      line-height: 6.17284vw; }
    body.result section.result .reduction .mentions {
      width: 100%;
      font-size: 2.77778vw;
      line-height: 3.39506vw;
      text-align: left;
      float: none;
      clear: both;
      padding: 0 8.02469vw 1.85185vw 8.02469vw; }
      body.result section.result .reduction .mentions br {
        display: none; }
    body.result section.result .reduction img {
      width: 52.31481vw; }
    body.result section.result .reduction .button-wrapper {
      position: relative;
      top: 0;
      left: 0;
      bottom: inherit;
      clear: both;
      width: 100%;
      text-align: center;
      margin-bottom: 2.77778vw; }
      body.result section.result .reduction .button-wrapper a {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 30.8642vw;
        font-size: 4.62963vw;
        line-height: 10.80247vw; } }
body.result .rebond-plateaux {
  padding: 0px 0.66667vw 4.25vw;
  background: #f2ede7;
  clear: both; }
  body.result .rebond-plateaux .large-3 {
    float: left;
    display: inline;
    width: 24.1%;
    margin-right: 1.2%; }
    body.result .rebond-plateaux .large-3:last-child {
      margin-right: 0; }
  body.result .rebond-plateaux img {
    width: 100%; }
  body.result .rebond-plateaux h2 {
    text-align: center;
    line-height: 5.33333vw;
    color: #80370a;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 2.33333vw;
    font-weight: 400;
    padding: 1.33333vw 0; }
  body.result .rebond-plateaux h3 {
    text-align: center;
    padding: 25px 0; }
    body.result .rebond-plateaux h3 a {
      text-decoration: none !important;
      color: #80370a;
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      font-size: 2.5vw;
      font-weight: 300; }
  @media (max-width: 719px) {
    body.result .rebond-plateaux h2 {
      font-size: 4.62963vw;
      line-height: 9.87654vw; }
    body.result .rebond-plateaux h3 {
      font-size: 5.24691vw;
      line-height: 5.55556vw; }
      body.result .rebond-plateaux h3 a {
        font-size: 5.24691vw;
        line-height: 5.55556vw; }
    body.result .rebond-plateaux .large-3 {
      width: 49.5%;
      margin-right: 1%; }
      body.result .rebond-plateaux .large-3:nth-child(2n+1) {
        margin-right: 0; } }
body.result .moment-rouy {
  top: 0;
  clear: both;
  margin: 26px 0 36px 0; }
  body.result .moment-rouy a {
    color: #f26d20;
    text-decoration: none !important; }

@media (max-width: 719px) {
  body.result section.result h1 {
    text-shadow: 1.5px 2.6px 0 #80370a;
    color: #f26d20;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 6.94444vw;
    font-weight: 400;
    line-height: 2.9321vw;
    background: #f2ede7; }
  body.result section.result h2 {
    text-align: center;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 7.71605vw;
    line-height: 9.87654vw;
    font-weight: 300;
    color: #80370a; }
    body.result section.result h2 strong {
      color: #f26d20;
      font-size: 6.79012vw;
      font-weight: 700;
      line-height: 7.71605vw; }
  body.result section.result .reception {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 3.7037vw;
    font-weight: 300;
    padding-top: 0.7716vw;
    text-align: center;
    color: #80370a;
    line-height: 4.78395vw; }
  body.result section.result .fullWidthImg {
    display: none; }
  body.result section.result .mobileImg {
    display: block;
    width: 100%;
    height: 100%;
    clear: both;
    position: absolute; }
  body.result section.result .contenubox {
    text-align: center;
    color: #80370a; }
    body.result section.result .contenubox p {
      font-family: "Playball", Helvetica, Arial, sans-serif;
      font-size: 6.17284vw;
      font-weight: 400; }
    body.result section.result .contenubox li {
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      font-size: 3.7037vw;
      font-weight: 300;
      line-height: 4.62963vw; }
  body.result section.result .conditions {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-size: 2.31481vw;
    font-weight: 400;
    line-height: 2.62346vw;
    color: #f26d20;
    padding-top: 8.33333vw;
    padding-bottom: 2.9321vw;
    text-align: center; }
  body.result section.result .profilbox {
    background: #f26d20;
    color: white;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 4.62963vw;
    font-weight: 300;
    text-align: center;
    padding: 6.6358vw 10.03086vw 7.56173vw;
    line-height: 6.01852vw; }
    body.result section.result .profilbox h2 {
      font-family: "Playball", Helvetica, Arial, sans-serif;
      font-size: 7.71605vw;
      line-height: 9.25926vw;
      font-weight: 400;
      padding-bottom: 6.94444vw;
      color: white; }
    body.result section.result .profilbox p {
      font-size: 4.62963vw;
      line-height: 6.17284vw; }
    body.result section.result .profilbox .button-wrapper .button {
      display: none; }
  body.result section.result .cookbook {
    display: table;
    width: 100%;
    background: #f2ede7;
    position: relative; }
    body.result section.result .cookbook a {
      width: auto !important;
      padding-left: 0 !important;
      text-decoration: none !important; }
      body.result section.result .cookbook a img {
        width: 54.93827vw !important;
        margin-left: 4.62963vw; }
    body.result section.result .cookbook h2 {
      font-size: 4.62963vw !important;
      width: 34.25926vw !important;
      padding: 6.79012vw 1.85185vw 0 1.85185vw !important; }
      body.result section.result .cookbook h2 strong {
        font-size: 10.80247vw !important;
        line-height: 8.7963vw !important; }
    body.result section.result .cookbook .button-wrapper {
      clear: both;
      position: relative;
      top: -5.40123vw !important; }
      body.result section.result .cookbook .button-wrapper a {
        float: none;
        padding: 0px;
        width: 32.09877vw;
        height: 10.80247vw; } }
body.already-play section.result .large-8 h2,
body.already-win section.result .large-8 h2,
body.already-won section.result .large-8 h2,
body.loose-continue section.result .large-8 h2,
body.loose-extra section.result .large-8 h2,
body.loose-empty section.result .large-8 h2 {
  padding-top: 2.5vw;
  padding-bottom: 1.83333vw;
  font-size: 3.83333vw;
  line-height: 4.16667vw;
  background: url(../img/resultat-titre-bordure.jpg) no-repeat bottom center;
  background-size: 80%; }
  body.already-play section.result .large-8 h2 strong,
  body.already-win section.result .large-8 h2 strong,
  body.already-won section.result .large-8 h2 strong,
  body.loose-continue section.result .large-8 h2 strong,
  body.loose-extra section.result .large-8 h2 strong,
  body.loose-empty section.result .large-8 h2 strong {
    font-size: 6.25vw;
    padding: 0;
    line-height: 8.16667vw;
    display: inline; }
  @media (max-width: 719px) {
    body.already-play section.result .large-8 h2,
    body.already-win section.result .large-8 h2,
    body.already-won section.result .large-8 h2,
    body.loose-continue section.result .large-8 h2,
    body.loose-extra section.result .large-8 h2,
    body.loose-empty section.result .large-8 h2 {
      padding-bottom: 6.17284vw;
      font-size: 6.17284vw;
      margin-bottom: 6.17284vw;
      line-height: 8.64198vw; }
      body.already-play section.result .large-8 h2 strong,
      body.already-win section.result .large-8 h2 strong,
      body.already-won section.result .large-8 h2 strong,
      body.loose-continue section.result .large-8 h2 strong,
      body.loose-extra section.result .large-8 h2 strong,
      body.loose-empty section.result .large-8 h2 strong {
        font-size: 9.25926vw;
        line-height: 13.88889vw; } }

body.loose-continue .button-wrapper {
  text-align: center;
  clear: both;
  padding-top: 2.91667vw;
  position: relative; }
  body.loose-continue .button-wrapper .button {
    font-size: 1.66667vw;
    line-height: 3.16667vw; }
  body.loose-continue .button-wrapper .alliance-text {
    padding-bottom: 2.91667vw; }
  @media (max-width: 719px) {
    body.loose-continue .button-wrapper {
      text-align: center;
      clear: both;
      padding-top: 5.40123vw;
      position: relative; }
      body.loose-continue .button-wrapper .alliance-text {
        padding-bottom: 5.40123vw; } }

body.loose-extra section.result .large-8 {
  background-image: url(../img/resultat-extra-fond-gauche.jpg);
  position: relative; }
  body.loose-extra section.result .large-8 h2 {
    padding-top: 2.5vw; }
  body.loose-extra section.result .large-8 div.error {
    text-align: center;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 2vw;
    line-height: 2.16667vw;
    color: red;
    margin: 14px 0; }
  body.loose-extra section.result .large-8 form#extra {
    width: 70%;
    margin: 0 auto;
    display: block; }
    body.loose-extra section.result .large-8 form#extra p {
      color: #80370a;
      font-weight: 700;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1.5vw;
      line-height: 2.83333vw; }
      body.loose-extra section.result .large-8 form#extra p.share-facebook {
        width: 69%; }
      body.loose-extra section.result .large-8 form#extra p.share-twitter {
        width: 67%; }
    body.loose-extra section.result .large-8 form#extra label {
      width: 50%;
      color: #80370a;
      font-weight: 400;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1.5vw;
      line-height: 1.66667vw;
      padding-right: 1.25vw; }
    body.loose-extra section.result .large-8 form#extra input[type="text"] {
      background: white;
      border: 1px solid #80370a;
      width: 15.5vw;
      height: 1.66667vw;
      font-family: Arial, Helvetica, sans-serif;
      padding-left: 0.66667vw;
      padding-right: 0.66667vw; }
    body.loose-extra section.result .large-8 form#extra .error-wrapper label {
      color: red; }
    body.loose-extra section.result .large-8 form#extra .error-wrapper input[type="text"] {
      border: 1px solid red; }
  body.loose-extra section.result .large-8 p.mentions {
    font-size: 0.83333vw;
    position: absolute;
    bottom: 1.33333vw;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    color: #80370a;
    width: 64%;
    left: 16%;
    bottom: 0.83333vw;
    text-align: center; }
  body.loose-extra section.result .large-8 .fb-custom-share-button {
    text-indent: -99999px;
    display: inline-block;
    font-size: 0.1em;
    background: url(../img/extra-partage-facebook.jpg) no-repeat center center;
    background-size: 100%;
    width: 76px;
    float: right;
    margin-top: 0.91667vw;
    height: 24px; }
  body.loose-extra section.result .large-8 .form-message {
    color: #80370a;
    font-size: 1.41667vw;
    line-height: 1.66667vw;
    text-align: center;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    padding: 1.58333vw 0 0 0; }
  body.loose-extra section.result .large-8 .twitter-share-button {
    float: right;
    margin-top: 0.91667vw; }
  body.loose-extra section.result .large-8 .form-submit {
    text-align: center;
    clear: both;
    position: relative;
    padding: 1.58333vw 0 0 0; }
    body.loose-extra section.result .large-8 .form-submit .button {
      display: inline-block;
      background: #f26d20;
      color: #fff;
      font-weight: 400;
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      padding: 0 1vw 0 1.33333vw;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      font-size: 1.66667vw;
      line-height: 3.16667vw; }
@media (max-width: 719px) {
  body.loose-extra section.result .large-8 .inner-wrapper {
    padding-bottom: 80.24691vw; }
  body.loose-extra section.result .large-8 p {
    font-size: 2.77778vw;
    line-height: 5.24691vw; }
  body.loose-extra section.result .large-8 div.error {
    font-size: 3.7037vw;
    line-height: 4.01235vw; }
  body.loose-extra section.result .large-8 h3 {
    font-size: 4.93827vw;
    line-height: 5.24691vw;
    margin: 1.85185vw 0 3.7037vw; }
  body.loose-extra section.result .large-8 form#extra p {
    font-size: 2.77778vw;
    line-height: 5.24691vw; }
    body.loose-extra section.result .large-8 form#extra p.share-facebook {
      width: 100%; }
      body.loose-extra section.result .large-8 form#extra p.share-facebook .fb-custom-share-button {
        clear: both;
        display: block;
        float: none;
        margin-top: 0;
        margin-bottom: 0.92593vw; }
    body.loose-extra section.result .large-8 form#extra p.share-twitter {
      width: 100%; }
      body.loose-extra section.result .large-8 form#extra p.share-twitter .twitter-share-button {
        clear: both;
        display: block;
        float: none;
        margin-top: 0;
        margin-bottom: 0.92593vw; }
  body.loose-extra section.result .large-8 form#extra label {
    font-size: 2.77778vw;
    line-height: 3.08642vw;
    padding-right: 2.31481vw; }
  body.loose-extra section.result .large-8 form#extra input[type="text"] {
    width: 28.7037vw;
    height: 3.08642vw;
    padding-left: 1.23457vw;
    padding-right: 1.23457vw; }
  body.loose-extra section.result .large-8 p.mentions {
    font-size: 2.16049vw;
    bottom: 1.23457vw;
    line-height: 2.9321vw;
    width: 94%;
    left: 3%;
    bottom: 0.61728vw; }
    body.loose-extra section.result .large-8 p.mentions br {
      display: none; }
  body.loose-extra section.result .large-8 .fb-custom-share-button {
    margin-top: 1.69753vw; }
  body.loose-extra section.result .large-8 .form-message {
    font-size: 2.62346vw;
    line-height: 3.08642vw;
    padding: 2.9321vw 0 0 0; }
  body.loose-extra section.result .large-8 .twitter-share-button {
    margin-top: 1.69753vw; }
  body.loose-extra section.result .large-8 .form-submit {
    padding: 2.9321vw 0 0 0; }
    body.loose-extra section.result .large-8 .form-submit .button {
      padding: 0 1.85185vw 0 2.46914vw;
      font-size: 3.08642vw;
      line-height: 5.8642vw; } }

section.jeu {
  position: relative;
  clear: both;
  /*top:-16px;*/
  margin-bottom: 24px;
  z-index: 1; }
  @media (max-width: 999px) {
    section.jeu {
      top: 0px;
      margin-bottom: 8px; } }
  section.jeu div.video-wrapper {
    position: relative;
    text-align: center; }
    section.jeu div.video-wrapper img {
      width: 100%;
      height: auto; }
    section.jeu div.video-wrapper .title-wrapper {
      width: 100%;
      position: absolute;
      top: 35%;
      text-align: center; }
      section.jeu div.video-wrapper .title-wrapper h1 {
        background: #fff;
        color: #80370a;
        font-size: 30px;
        font-family: "Oswald", Helvetica, Arial, sans-serif;
        padding: 10px;
        text-align: center;
        font-weight: 400;
        line-height: 1.5em;
        margin: 0 auto;
        display: inline-block; }
        section.jeu div.video-wrapper .title-wrapper h1 strong {
          font-weight: 400;
          font-size: 50px;
          line-height: 1.2em;
          color: #f26d20; }
      @media (max-width: 999px) {
        section.jeu div.video-wrapper .title-wrapper {
          top: 38%; }
          section.jeu div.video-wrapper .title-wrapper h1 {
            font-size: 15px;
            line-height: 1.4em;
            padding: 10px 10px 4px 10px; }
            section.jeu div.video-wrapper .title-wrapper h1 strong {
              font-size: 20px;
              line-height: 1em; } }
    section.jeu div.video-wrapper video {
      width: 100%;
      height: auto; }
  section.jeu:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0; }

section.jeu-top {
  font-family: 'Oswald';
  text-align: center;
  background: url("../img/slide-jeu-fond.jpg") no-repeat;
  background-size: cover;
  height: 44.83333vw;
  position: relative;
  top: -16px;
  margin-bottom: 8px; }
  section.jeu-top .txt {
    color: #f26d20 !important;
    float: left;
    padding: 40px 2.5% 20px; }
    section.jeu-top .txt a {
      color: #f26d20 !important; }
    section.jeu-top .txt h2 a {
      font-size: 4.16667vw;
      font-weight: 400;
      line-height: 5.66667vw;
      text-decoration: none; }
    section.jeu-top .txt strong {
      line-height: 3.66667vw;
      font-size: 2.5vw;
      font-weight: 400; }
      section.jeu-top .txt strong b {
        font-size: 4.16667vw;
        line-height: 5.66667vw;
        font-weight: 400; }
    section.jeu-top .txt p {
      font-size: 1.5vw;
      font-weight: 400;
      line-height: 1vw; }
  section.jeu-top a {
    clear: both;
    display: block; }
    section.jeu-top a.fullblock {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1000; }

section.plateaux {
  position: relative;
  margin-top: 0;
  float: left;
  display: inline;
  width: 100%; }
  section.plateaux .columns {
    float: left;
    display: inline;
    width: 100%; }
  section.plateaux .title-wrapper {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 35%; }
    @media (max-width: 999px) {
      section.plateaux .title-wrapper {
        top: 28%; } }
    section.plateaux .title-wrapper h2 {
      margin: 0 auto;
      display: inline-block;
      color: #f26d20;
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      background: #fff;
      font-size: 30px;
      font-weight: 400;
      padding: 0 15px 12px 15px; }
      section.plateaux .title-wrapper h2 a {
        color: #f26d20;
        line-height: 48px;
        text-decoration: none; }
      section.plateaux .title-wrapper h2 strong {
        font-size: 50px;
        font-weight: 400;
        line-height: 70px; }
      @media (max-width: 999px) {
        section.plateaux .title-wrapper h2 {
          font-size: 15px;
          line-height: 20px;
          padding: 0 8px 4px 8px; }
          section.plateaux .title-wrapper h2 a {
            line-height: 20px; }
          section.plateaux .title-wrapper h2 strong {
            font-size: 20px;
            line-height: 28px; } }
  section.plateaux .inner-content .plateau {
    float: left;
    display: inline;
    width: 50%; }
    section.plateaux .inner-content .plateau img {
      width: 100%;
      height: auto; }
  section.plateaux:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0; }

.button-wrapper {
  position: absolute;
  bottom: 10%;
  left: 0px;
  width: 100%;
  text-align: center; }
  .button-wrapper .button {
    display: inline-block;
    margin: 0 auto;
    background: #f26d20;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    display: inline-block;
    text-decoration: none;
    padding: 0 12px 0 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 38px; }
  @media (max-width: 999px) {
    .button-wrapper {
      font-size: 15px;
      bottom: 10px; }
      .button-wrapper .button, .button-wrapper big-button {
        font-size: 15px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; } }

.button-game {
  position: absolute;
  bottom: 15%;
  left: 0px;
  width: 15vw;
  text-align: center;
  margin-left: 13.33333vw;
  height: 2.66667vw; }
  .button-game .button {
    display: inline-block;
    margin: 0 auto;
    background: #f26d20;
    color: #fff;
    font-weight: 400;
    font-size: 2.5vw;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    display: inline-block;
    text-decoration: none;
    padding: 0 12px 0 16px;
    -webkit-border-radius: 0.41667vw;
    -moz-border-radius: 0.41667vw;
    border-radius: 0.41667vw;
    width: 100%;
    height: 4.58333vw;
    line-height: 4.58333vw; }
  @media (max-width: 999px) {
    .button-game {
      font-size: 3.003vw;
      bottom: 10px;
      height: 8.00801vw;
      margin-left: 14.01401vw; }
      .button-game .button {
        font-size: 3.003vw;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        line-height: 4.2042vw;
        height: 4.2042vw; } }
  @media (max-width: 719px) {
    .button-game {
      display: none; } }

section.moment-rouy {
  float: left;
  display: inline;
  position: relative;
  top: -16px;
  z-index: 1;
  width: 100%;
  margin-bottom: 8px;
  max-width: 100%;
  overflow-x: hidden;
  /*margin-bottom:24px;*/ }
  @media (max-width: 999px) {
    section.moment-rouy {
      margin-bottom: 10px; } }
  section.moment-rouy img.show-for-tablet {
    max-width: 100%;
    height: auto; }
  section.moment-rouy .oslide1, section.moment-rouy .oslide2 {
    position: relative; }
  section.moment-rouy .oslide1 {
    position: relative; }
    section.moment-rouy .oslide1 video {
      width: 100%; }
    section.moment-rouy .oslide1 .title-wrapper {
      position: absolute;
      text-align: center;
      top: 35%;
      left: 0;
      width: 100%; }
      @media (max-width: 999px) {
        section.moment-rouy .oslide1 .title-wrapper {
          top: 27%; } }
      section.moment-rouy .oslide1 .title-wrapper h2 {
        background: #fff;
        display: inline-block;
        color: #80370a;
        font-size: 30px;
        font-family: "Oswald", Helvetica, Arial, sans-serif;
        padding: 10px;
        text-align: center;
        font-weight: 400;
        line-height: 1.5em;
        margin: 0 auto; }
        section.moment-rouy .oslide1 .title-wrapper h2 strong {
          font-weight: 400;
          font-size: 50px;
          line-height: 1.2em;
          color: #f26d20; }
        @media (max-width: 999px) {
          section.moment-rouy .oslide1 .title-wrapper h2 {
            font-size: 15px;
            line-height: 1.4em;
            padding: 10px 10px 4px 10px; }
            section.moment-rouy .oslide1 .title-wrapper h2 strong {
              font-size: 20px;
              line-height: 1em; } }
  section.moment-rouy .oslide2 {
    background: url(../img/home_moments_fond.jpg) no-repeat center center;
    background-size: cover;
    width: 100%; }
    @media (max-width: 999px) {
      section.moment-rouy .oslide2 {
        background-image: url(../img/tablet/home_moments_fond.jpg);
        background-size: 100%;
        min-height: 167px; } }
    section.moment-rouy .oslide2 .title-wrapper {
      position: absolute;
      text-align: center;
      top: 15%;
      left: 0;
      width: 100%; }
      @media (max-width: 999px) {
        section.moment-rouy .oslide2 .title-wrapper {
          top: 5%; } }
      section.moment-rouy .oslide2 .title-wrapper h2 {
        display: inline-block;
        color: #f26d20;
        font-size: 50px;
        font-family: "Oswald", Helvetica, Arial, sans-serif;
        padding: 10px;
        text-align: center;
        font-weight: 400;
        width: 50%;
        line-height: 1.5em;
        margin: 0 auto; }
        section.moment-rouy .oslide2 .title-wrapper h2 strong {
          font-size: 85px;
          font-weight: 400;
          line-height: 0.7em; }
        @media (max-width: 999px) {
          section.moment-rouy .oslide2 .title-wrapper h2 {
            font-size: 20px; }
            section.moment-rouy .oslide2 .title-wrapper h2 strong {
              font-size: 32px; } }
      section.moment-rouy .oslide2 .title-wrapper p {
        display: inline-block;
        font-size: 30px;
        color: #80370a;
        font-family: "Oswald", Helvetica, Arial, sans-serif;
        text-align: center;
        background: #fff;
        padding: 0 8px 0 8px;
        line-height: 42px; }
        @media (max-width: 999px) {
          section.moment-rouy .oslide2 .title-wrapper p {
            font-size: 15px;
            line-height: 18px; } }
  section.moment-rouy:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0; }

section.decouvrir-rouy {
  float: left;
  display: inline;
  width: 100%;
  position: relative;
  margin-bottom: 24px; }
  section.decouvrir-rouy h2 {
    color: #80370a;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 50px;
    padding-top: 40px;
    text-align: center;
    font-weight: 400;
    line-height: 50px; }
    section.decouvrir-rouy h2 a {
      color: #80370a;
      text-decoration: none;
      line-height: 1em; }
  @media (max-width: 999px) {
    section.decouvrir-rouy {
      margin-bottom: 10px;
      height: auto; }
      section.decouvrir-rouy h2 {
        font-size: 15px;
        line-height: 18px;
        padding-top: 20px; } }
  section.decouvrir-rouy .parallax-trigger {
    position: relative;
    min-height: 265px; }
    section.decouvrir-rouy .parallax-trigger .labels {
      background: url(../img/home_parallax_labels.png) no-repeat center center;
      background-size: 100%;
      position: absolute;
      width: 100%;
      height: 100%; }
    section.decouvrir-rouy .parallax-trigger .ingredients {
      background: url(../img/home_parallax_ingredients.png) no-repeat center center;
      background-size: 100%;
      position: absolute;
      width: 100%;
      height: 100%; }
    section.decouvrir-rouy .parallax-trigger .main {
      background: url(../img/home_parallax_main.png) no-repeat center center;
      background-size: 100%;
      position: absolute;
      width: 100%;
      height: 100%; }
      section.decouvrir-rouy .parallax-trigger .main a {
        position: absolute;
        width: 100%;
        height: 100%;
        text-decoration: none; }
    @media (max-width: 999px) {
      section.decouvrir-rouy .parallax-trigger .labels {
        background-image: url(../img/tablet/home_parallax_labels.png); }
      section.decouvrir-rouy .parallax-trigger .ingredients {
        background-image: url(../img/tablet/home_parallax_ingredients.png); }
      section.decouvrir-rouy .parallax-trigger .main {
        background-image: url(../img/tablet/home_parallax_main.png); } }
  section.decouvrir-rouy .button-wrapper {
    position: absolute;
    bottom: 1.5%;
    left: 0px;
    width: 100%;
    text-align: center; }
    section.decouvrir-rouy .button-wrapper .button {
      display: inline-block;
      margin: 0 auto;
      background: #f26d20;
      color: #fff;
      font-size: 20px;
      font-weight: 400;
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      display: inline-block;
      line-height: 38px;
      text-decoration: none;
      padding: 0 18px 0 20px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
  section.decouvrir-rouy:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0; }

section.partenaire {
  display: table;
  width: 100%; }
  @media (max-width: 999px) {
    section.partenaire {
      margin-bottom: 10px; } }
  section.partenaire .large-6 {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    text-align: center; }
    section.partenaire .large-6:first-child {
      background: #fff;
      padding-top: 8px; }
    section.partenaire .large-6:last-child {
      background: url(../img/home_reduction_fleche.jpg) no-repeat left center #f26d20; }
      @media (max-width: 999px) {
        section.partenaire .large-6:last-child {
          padding: 20px 0 10px 0;
          background: url(../img/tablet/home_partenaire_fleche.jpg) no-repeat center top #f26d20; }
          section.partenaire .large-6:last-child img {
            width: 80%;
            height: auto; } }
    @media (max-width: 999px) {
      section.partenaire .large-6 {
        width: 100%;
        display: inline-block; }
        section.partenaire .large-6 img {
          max-width: 100%;
          height: auto; }
          section.partenaire .large-6 img.logo {
            width: 25%; }
          section.partenaire .large-6 img.partenaire {
            width: 78%; } }
  section.partenaire h2 {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #80370a;
    font-weight: 400;
    margin: 12px 0 66px 0; }
    @media (max-width: 999px) {
      section.partenaire h2 {
        font-size: 9px;
        margin: 6px 0 18px; } }
  section.partenaire:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0; }

section.mentions-legales {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: justify;
  color: #80370a;
  padding: 12px;
  margin: 0 25%;
  background: #fff; }
  @media (max-width: 999px) {
    section.mentions-legales {
      margin: 0 4%; } }
  section.mentions-legales a {
    color: #80370a;
    text-decoration: underline; }
    section.mentions-legales a:hover {
      text-decoration: none; }
  section.mentions-legales h2 {
    color: #f26d20;
    font-size: 30px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    margin-bottom: 18px; }
  section.mentions-legales p {
    margin-bottom: 12px; }

@media (max-width: 719px) {
  section.jeu-top {
    height: 63.2716vw;
    background-position: center;
    background: url(../img/slide-jeu-fond-mobile.jpg) no-repeat;
    top: -1px;
    background-size: cover;
    margin-bottom: 3.08642vw; }
    section.jeu-top .txt {
      padding-top: 2.00617vw; }
      section.jeu-top .txt h2 a {
        font-size: 6.17284vw;
        line-height: 8.64198vw; }
      section.jeu-top .txt p {
        font-size: 3.08642vw;
        line-height: 4.32099vw; }
        section.jeu-top .txt p br {
          display: none; }
        section.jeu-top .txt p strong {
          clear: both;
          display: block; }
        section.jeu-top .txt p strong, section.jeu-top .txt p strong b {
          font-size: 4.62963vw;
          line-height: 5.24691vw;
          color: #80370a; }

  section.plateaux .title-wrapper h2 {
    background: transparent; }
    section.plateaux .title-wrapper h2 br {
      display: none; }
    section.plateaux .title-wrapper h2 a strong {
      background: white;
      font-size: 6.17284vw;
      line-height: 6.6358vw;
      display: block;
      margin-bottom: 2.62346vw;
      padding: 0.7716vw 2.31481vw 1.54321vw; }
    section.plateaux .title-wrapper h2 a span {
      background: white;
      color: #80370a;
      font-size: 4.62963vw;
      line-height: 3.24074vw;
      padding: 0vw 1.38889vw; }

  section.decouvrir-rouy h2 {
    padding-top: 6.6358vw;
    padding-bottom: 1.54321vw; }
  section.decouvrir-rouy h2 a {
    font-size: 4.62963vw;
    line-height: 2.16049vw; }

  section {
    top: -1px !important; }

  section.moment-rouy {
    max-width: 100%;
    overflow-x: hidden; }
    section.moment-rouy .oslide1, section.moment-rouy .oslide2 {
      position: relative; }
      section.moment-rouy .oslide1 .title-wrapper h2, section.moment-rouy .oslide1 .title-wrapper h2 strong, section.moment-rouy .oslide2 .title-wrapper h2, section.moment-rouy .oslide2 .title-wrapper h2 strong {
        font-size: 6.17284vw !important;
        line-height: 8.02469vw !important; }
      section.moment-rouy .oslide1 .title-wrapper p, section.moment-rouy .oslide2 .title-wrapper p {
        font-size: 4.62963vw !important;
        line-height: 6.48148vw !important; }

  .button-wrapper {
    bottom: 2.9321vw !important; }
    .button-wrapper a.button {
      font-size: 4.62963vw !important;
      line-height: 8.48765vw !important;
      padding: 0.69444vw 6.01852vw !important; } }
@media (max-width: 719px) {
  .break-line.mobile {
    display: block;
    clear: both; } }

body.rouy-plateaux section.plateaux .large-4 {
  text-align: center;
  float: left;
  display: inline;
  width: 32.5%;
  margin-left: 0.25%; }
  body.rouy-plateaux section.plateaux .large-4:nth-child(3n+1) {
    margin-left: 1%; }
  body.rouy-plateaux section.plateaux .large-4:nth-child(3n+0) {
    margin-right: 1%; }
  body.rouy-plateaux section.plateaux .large-4 img {
    width: 100%;
    height: auto; }
  body.rouy-plateaux section.plateaux .large-4 h4 {
    font-size: 30px;
    line-height: 30px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    color: #80370a;
    font-weight: 300;
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    overflow-x: hidden; }
    body.rouy-plateaux section.plateaux .large-4 h4 a {
      padding: 38px 0;
      display: inline-block;
      color: #80370a;
      text-decoration: none; }
      body.rouy-plateaux section.plateaux .large-4 h4 a:hover {
        text-decoration: underline; }
  body.rouy-plateaux section.plateaux .large-4.active h4 {
    background: url(../img/plateaux_actif_fleche.png) no-repeat top center;
    background-size: 100%;
    text-indent: -9999px; }
  @media (max-width: 999px) {
    body.rouy-plateaux section.plateaux .large-4 {
      width: 98%;
      margin-left: 1% !important;
      margin-right: 1% !important; }
      body.rouy-plateaux section.plateaux .large-4 h4 {
        font-size: 20px;
        line-height: 20px; }
        body.rouy-plateaux section.plateaux .large-4 h4 a {
          padding: 20px 0; }
      body.rouy-plateaux section.plateaux .large-4.active h4 {
        display: none; } }
body.rouy-plateaux section.plateaux article {
  background-color: #fff;
  background-position-x: right;
  background-size: 50%;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  position: relative;
  width: 99%;
  overflow-y: hidden;
  max-height: 1500px;
  /* approximate max height */
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
  body.rouy-plateaux section.plateaux article.closed {
    max-height: 0px;
    margin-bottom: 0px; }
  body.rouy-plateaux section.plateaux article .large-6 {
    width: 50%;
    display: table-cell;
    background-repeat: no-repeat;
    text-align: center; }
    body.rouy-plateaux section.plateaux article .large-6 img {
      width: 100%;
      height: auto; }
    body.rouy-plateaux section.plateaux article .large-6 h2 {
      font-size: 50px;
      font-weight: 300;
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      color: #80370a;
      display: inline-block;
      margin: 0 auto;
      background: url(../img/histoire_entete_bordure.png) repeat-x bottom center;
      padding-bottom: 24px;
      margin-top: 20%;
      margin-bottom: 6px; }
    body.rouy-plateaux section.plateaux article .large-6 p {
      font-size: 25px;
      font-family: "Playball", Helvetica, Arial, sans-serif;
      font-weight: 400;
      color: #80370a;
      line-height: 1.3em;
      padding: 0 9.3%; }
    body.rouy-plateaux section.plateaux article .large-6:last-child {
      background-position-x: -99999px;
      background-repeat: no-repeat;
      background-position-y: top; }
  body.rouy-plateaux section.plateaux article .sharebox {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: table; }
    body.rouy-plateaux section.plateaux article .sharebox p, body.rouy-plateaux section.plateaux article .sharebox ul {
      display: table-cell;
      vertical-align: middle; }
    body.rouy-plateaux section.plateaux article .sharebox p {
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      font-size: 20px;
      font-weight: 300;
      margin-left: 5px;
      padding: 0; }
    body.rouy-plateaux section.plateaux article .sharebox ul li {
      margin-left: 5px;
      list-style: none;
      float: left;
      display: inline; }
  body.rouy-plateaux section.plateaux article span.bottom {
    display: none; }
  @media (max-width: 999px) {
    body.rouy-plateaux section.plateaux article {
      background-repeat: no-repeat;
      background-position: 0;
      background: none !important;
      margin-bottom: 12px; }
      body.rouy-plateaux section.plateaux article .large-6:first-child {
        display: none; }
      body.rouy-plateaux section.plateaux article .large-6:last-child {
        background-position-x: center;
        background-size: 100%;
        background-color: #fff;
        width: 100%;
        padding-bottom: 60%;
        position: relative; }
        body.rouy-plateaux section.plateaux article .large-6:last-child h2 {
          font-size: 28px;
          width: 64%;
          margin-left: auto;
          margin-right: auto;
          margin-top: 65px;
          z-index: 5;
          position: relative; }
        body.rouy-plateaux section.plateaux article .large-6:last-child p {
          font-size: 16px;
          z-index: 5;
          position: relative; }
        body.rouy-plateaux section.plateaux article .large-6:last-child .sharebox {
          z-index: 5;
          position: absolute;
          bottom: 14px;
          left: 0;
          text-align: center;
          width: 100%; }
          body.rouy-plateaux section.plateaux article .large-6:last-child .sharebox p {
            display: none; }
          body.rouy-plateaux section.plateaux article .large-6:last-child .sharebox ul {
            margin: 0 auto;
            display: inline-block; }
            body.rouy-plateaux section.plateaux article .large-6:last-child .sharebox ul li {
              float: none;
              display: inline-block; }
        body.rouy-plateaux section.plateaux article .large-6:last-child span.bottom {
          z-index: 1;
          background-repeat: no-repeat;
          background-size: 100%;
          background-position: bottom center;
          display: block;
          position: absolute;
          bottom: 55px;
          left: 0;
          width: 100%;
          height: 64%; } }

body.rouy-interieur .ui-widget-overlay {
  background-color: #000;
  opacity: 0.5; }
body.rouy-interieur .ui-dialog {
  border: 0;
  text-align: center; }
  body.rouy-interieur .ui-dialog .ui-dialog-titlebar {
    border: 0;
    background: none; }
  body.rouy-interieur .ui-dialog h2 {
    color: #f26d20;
    font-size: 30px;
    font-family: "Playball", Helvetica, Arial, sans-serif;
    margin: 0 0 0 0; }
  body.rouy-interieur .ui-dialog p.error {
    color: red;
    font-weight: 700;
    margin-bottom: 9px; }
  body.rouy-interieur .ui-dialog form {
    padding: 24px 0; }
    body.rouy-interieur .ui-dialog form input[type="text"] {
      text-align: center;
      font-size: 15px;
      border: 1px solid #666;
      display: block;
      margin: 0 auto;
      width: 75%;
      margin-bottom: 12px;
      padding: 4px 0; }
  body.rouy-interieur .ui-dialog a.button {
    margin-top: 24px;
    display: inline-block;
    margin: 0 auto;
    background: #f26d20;
    padding: 8px 24px;
    color: #fff;
    text-decoration: none;
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    font-size: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; }

body.moments section.topper {
  background: url(../img/home_moments_fond.jpg) no-repeat center center;
  background-size: cover;
  min-height: 542px;
  position: relative; }
  @media (max-width: 999px) {
    body.moments section.topper {
      background-image: url(../img/tablet/home_moments_fond.jpg);
      background-size: 100%;
      min-height: 167px; } }
  body.moments section.topper .title-wrapper {
    position: absolute;
    text-align: center;
    top: 20%;
    left: 0;
    width: 100%; }
    @media (max-width: 999px) {
      body.moments section.topper .title-wrapper {
        top: 5%; } }
    body.moments section.topper .title-wrapper h2 {
      display: inline-block;
      color: #f26d20;
      font-size: 50px;
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      padding: 10px;
      text-align: center;
      font-weight: 400;
      line-height: 1.5em;
      margin: 0 auto; }
      body.moments section.topper .title-wrapper h2 strong {
        font-size: 85px;
        font-weight: 400;
        line-height: 0.7em; }
      @media (max-width: 999px) {
        body.moments section.topper .title-wrapper h2 {
          font-size: 20px; }
          body.moments section.topper .title-wrapper h2 strong {
            font-size: 32px; } }
    body.moments section.topper .title-wrapper p {
      display: inline-block;
      font-size: 30px;
      color: #80370a;
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      text-align: center;
      background: #fff;
      padding: 0 8px 0 8px;
      line-height: 42px; }
      @media (max-width: 999px) {
        body.moments section.topper .title-wrapper p {
          font-size: 15px;
          line-height: 18px; } }
body.moments section.amateur {
  position: relative;
  margin-top: 18px; }
  body.moments section.amateur video {
    width: 100%; }
  body.moments section.amateur img {
    width: 100%;
    height: auto; }
  body.moments section.amateur .title-wrapper {
    position: absolute;
    text-align: center;
    top: 35%;
    left: 0;
    width: 100%; }
    @media (max-width: 999px) {
      body.moments section.amateur .title-wrapper {
        top: 27%; } }
    body.moments section.amateur .title-wrapper h2 {
      background: #fff;
      display: inline-block;
      color: #80370a;
      font-size: 30px;
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      padding: 10px;
      text-align: center;
      font-weight: 400;
      line-height: 1.5em;
      margin: 0 auto; }
      body.moments section.amateur .title-wrapper h2 strong {
        font-weight: 400;
        font-size: 50px;
        line-height: 1.2em;
        color: #f26d20; }
      @media (max-width: 999px) {
        body.moments section.amateur .title-wrapper h2 {
          font-size: 15px;
          line-height: 1.4em;
          padding: 10px 10px 4px 10px; }
          body.moments section.amateur .title-wrapper h2 strong {
            font-size: 20px;
            line-height: 1em; } }
body.moments section.plateaux {
  margin-bottom: 28px; }
  body.moments section.plateaux h2 {
    color: #80370a;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    margin: 30px 0 36px 0;
    line-height: 30px; }
    @media (max-width: 999px) {
      body.moments section.plateaux h2 {
        font-size: 15px;
        line-height: 15px;
        margin: 20px 0; } }
  body.moments section.plateaux .button-wrapper {
    width: 100%;
    text-align: center; }
    body.moments section.plateaux .button-wrapper .button {
      display: inline-block;
      margin: 32px auto;
      background: #f26d20;
      color: #fff;
      font-size: 20px;
      font-weight: 400;
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      display: inline-block;
      line-height: 38px;
      text-decoration: none;
      padding: 0 50px 0 50px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
    @media (max-width: 999px) {
      body.moments section.plateaux .button-wrapper .button {
        font-size: 15px;
        line-height: 35px;
        padding: 0 18px;
        margin: 20px auto 12px auto; } }
  body.moments section.plateaux .large-3 {
    float: left;
    display: inline;
    margin: 0 0.8%;
    width: 23.4%;
    text-align: center; }
    body.moments section.plateaux .large-3 img {
      width: 100%;
      height: auto; }
    body.moments section.plateaux .large-3 h3 {
      font-size: 30px;
      line-height: 30px;
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      color: #80370a;
      font-weight: 300; }
      body.moments section.plateaux .large-3 h3 a {
        padding: 30px 0;
        display: inline-block;
        color: #80370a;
        text-decoration: none; }
        body.moments section.plateaux .large-3 h3 a:hover {
          text-decoration: underline; }
    @media (max-width: 999px) {
      body.moments section.plateaux .large-3 {
        width: 49%;
        margin: 0 0.5%; }
        body.moments section.plateaux .large-3 h3 {
          font-size: 16px; }
          body.moments section.plateaux .large-3 h3 a {
            padding: 20px 0; } }

body.decouvrir section.historique {
  background: #fff; }
  @media (max-width: 999px) {
    body.decouvrir section.historique {
      background-color: inherit; } }
  body.decouvrir section.historique .first-row {
    padding: 12px;
    display: table; }
    @media (max-width: 999px) {
      body.decouvrir section.historique .first-row {
        width: 100%; } }
    body.decouvrir section.historique .first-row .large-6 {
      display: table-cell;
      width: 50%;
      vertical-align: middle;
      text-align: center;
      color: #80370a;
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      font-weight: 300;
      font-size: 30px; }
      body.decouvrir section.historique .first-row .large-6 img {
        width: 100%;
        height: auto; }
      @media (max-width: 999px) {
        body.decouvrir section.historique .first-row .large-6:first-child {
          display: none; } }
      body.decouvrir section.historique .first-row .large-6:last-child {
        position: relative; }
        body.decouvrir section.historique .first-row .large-6:last-child:before {
          content: " ";
          background: url(../img/histoire_entete_bordure.png) no-repeat center center;
          height: 14px;
          width: 100%;
          position: absolute;
          top: 13%;
          left: 0; }
        body.decouvrir section.historique .first-row .large-6:last-child:after {
          content: " ";
          background: url(../img/histoire_entete_bordure.png) no-repeat center center;
          height: 14px;
          width: 100%;
          position: absolute;
          bottom: 7%;
          left: 0; }
      body.decouvrir section.historique .first-row .large-6 p {
        line-height: 1.2em;
        margin-top: 32px;
        padding: 0 4%; }
      body.decouvrir section.historique .first-row .large-6 ul {
        margin: 8px auto 0 auto;
        display: inline-block; }
        body.decouvrir section.historique .first-row .large-6 ul li {
          list-style: none;
          font-family: "Playball", Helvetica, Arial, sans-serif;
          font-weight: 400;
          background: url(../img/histoire_entete_puce.png) no-repeat left center;
          padding-left: 28px;
          margin-bottom: 6px; }
      @media (max-width: 999px) {
        body.decouvrir section.historique .first-row .large-6 {
          font-size: 15px;
          width: 100%; }
          body.decouvrir section.historique .first-row .large-6:last-child:before {
            top: -10%;
            width: 75%;
            left: 12.5%; }
          body.decouvrir section.historique .first-row .large-6:last-child:after {
            display: none; }
          body.decouvrir section.historique .first-row .large-6 p {
            margin-top: 20px; } }
  @media (max-width: 999px) {
    body.decouvrir section.historique {
      font-size: 15px; }
      body.decouvrir section.historique .second-row {
        width: 100%; }
        body.decouvrir section.historique .second-row img {
          width: 100%;
          height: auto; } }
  body.decouvrir section.historique .historique-texte {
    background-color: #fff;
    padding: 50px 0 30px 0;
    text-align: center;
    width: 100%;
    clear: both;
    position: relative; }
    body.decouvrir section.historique .historique-texte p {
      font-size: 30px;
      line-height: 1.2em;
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      color: #80370a;
      text-align: justify;
      width: 66%;
      margin: 0 auto;
      font-weight: 300;
      margin-bottom: 38px; }
    body.decouvrir section.historique .historique-texte.closed p {
      margin-bottom: 78px; }
    body.decouvrir section.historique .historique-texte.closed .readmore-content {
      display: none; }
    body.decouvrir section.historique .historique-texte .button-wrapper {
      position: absolute;
      bottom: 36px;
      left: 0px;
      width: 100%;
      text-align: center; }
      body.decouvrir section.historique .historique-texte .button-wrapper .button {
        display: inline-block;
        margin: 0 auto;
        background: #f26d20;
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        font-family: "Oswald", Helvetica, Arial, sans-serif;
        display: inline-block;
        line-height: 38px;
        text-decoration: none;
        padding: 0 22px 0 28px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
    @media (max-width: 999px) {
      body.decouvrir section.historique .historique-texte {
        padding: 20px 0 0 0;
        font-size: 15px; }
        body.decouvrir section.historique .historique-texte p {
          padding-bottom: 20px;
          margin: 0 2% !important;
          font-size: 15px;
          width: 96%; }
        body.decouvrir section.historique .historique-texte.closed p {
          padding-bottom: 35px; }
        body.decouvrir section.historique .historique-texte .button-wrapper {
          bottom: 12px; }
          body.decouvrir section.historique .historique-texte .button-wrapper .button {
            font-size: 10px;
            line-height: 20px; } }
  body.decouvrir section.historique:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0; }
body.decouvrir section.plateaux h2 {
  font-size: 30px;
  line-height: 30px;
  margin: 40px 0;
  color: #80370a;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  width: 100%; }
  body.decouvrir section.plateaux h2 a {
    color: #80370a;
    text-decoration: none; }
    body.decouvrir section.plateaux h2 a:hover {
      text-decoration: underline; }
@media (max-width: 999px) {
  body.decouvrir section.plateaux {
    background: #fff; }
    body.decouvrir section.plateaux h2 {
      font-size: 15px;
      line-height: 15px;
      margin: 18px 0; } }
body.decouvrir section.plateaux h3 {
  color: #80370a;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  width: 100%;
  margin: 30px 0 36px 0;
  line-height: 30px; }
  body.decouvrir section.plateaux h3 a {
    color: #80370a;
    text-decoration: none; }
    body.decouvrir section.plateaux h3 a:hover {
      text-decoration: underline; }
  @media (max-width: 999px) {
    body.decouvrir section.plateaux h3 {
      font-size: 16px;
      line-height: 15px;
      margin: 20px 0; } }
body.decouvrir section.plateaux .large-4 {
  text-align: center;
  float: left;
  display: inline;
  width: 32.83%;
  margin-left: 0.125%; }
  body.decouvrir section.plateaux .large-4:nth-child(3n+1) {
    margin-left: 0.5%; }
  body.decouvrir section.plateaux .large-4:nth-child(3n+0) {
    margin-right: 0.5%; }
  body.decouvrir section.plateaux .large-4 img {
    width: 100%;
    height: auto; }
body.decouvrir section.plateaux .large-3 {
  text-align: center;
  float: left;
  display: inline;
  width: 24.5%;
  margin-left: 0.333%; }
  body.decouvrir section.plateaux .large-3:nth-child(4n+1) {
    margin-left: 0.5%; }
  body.decouvrir section.plateaux .large-3:nth-child(4n+0) {
    margin-right: 0.5%; }
  body.decouvrir section.plateaux .large-3 img {
    width: 100%;
    height: auto; }
  @media (max-width: 999px) {
    body.decouvrir section.plateaux .large-3 {
      width: 49%;
      margin: 0 0.5%; } }
body.decouvrir section.plateaux .button-wrapper {
  width: 100%;
  text-align: center; }
  body.decouvrir section.plateaux .button-wrapper .button {
    display: inline-block;
    margin: 32px auto;
    background: #f26d20;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    display: inline-block;
    line-height: 38px;
    text-decoration: none;
    padding: 0 50px 0 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  @media (max-width: 999px) {
    body.decouvrir section.plateaux .button-wrapper .button {
      font-size: 15px;
      line-height: 35px;
      padding: 0 18px;
      margin: 0px auto 36px auto; } }
body.decouvrir section.plateaux:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0; }
body.decouvrir section.plateau {
  position: relative; }
  @media (max-width: 999px) {
    body.decouvrir section.plateau {
      min-height: inherit;
      padding-bottom: 12px; } }
  body.decouvrir section.plateau h2 {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    color: #80370a;
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    padding-top: 42px;
    text-align: center;
    font-weight: 400; }
    body.decouvrir section.plateau h2 strong {
      font-size: 30px;
      font-weight: 400; }
    @media (max-width: 999px) {
      body.decouvrir section.plateau h2 {
        font-size: 15px;
        padding: 14px 6.5% 0 6.5%;
        width: 87%;
        line-height: 18px; }
        body.decouvrir section.plateau h2 br {
          display: none; }
        body.decouvrir section.plateau h2 strong {
          font-size: 15px; } }
  body.decouvrir section.plateau .parallax-trigger {
    position: relative;
    min-height: 265px; }
    body.decouvrir section.plateau .parallax-trigger .labels {
      background: url(../img/produit_parallax_labels.png) no-repeat center center;
      background-size: 100%;
      position: absolute;
      width: 100%;
      height: 100%; }
    body.decouvrir section.plateau .parallax-trigger .ingredients {
      background: url(../img/produit_parallax_ingredients.png) no-repeat center center;
      background-size: 100%;
      position: absolute;
      width: 100%;
      height: 100%; }
    body.decouvrir section.plateau .parallax-trigger .main {
      background: url(../img/produit_parallax_main.png) no-repeat center center;
      background-size: 100%;
      position: absolute;
      width: 100%;
      height: 100%;
      max-width: inherit; }
      body.decouvrir section.plateau .parallax-trigger .main a {
        position: absolute;
        width: 100%;
        height: 100%;
        text-decoration: none; }
    @media (max-width: 999px) {
      body.decouvrir section.plateau .parallax-trigger {
        position: relative;
        min-height: 265px; }
        body.decouvrir section.plateau .parallax-trigger .labels {
          background-image: url(../img/tablet/produit_parallax_labels.png); }
        body.decouvrir section.plateau .parallax-trigger .ingredients {
          background-image: url(../img/tablet/produit_parallax_ingredients.png); }
        body.decouvrir section.plateau .parallax-trigger .main {
          background-image: url(../img/tablet/produit_parallax_main.png); } }
  body.decouvrir section.plateau .ingredients {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px; }
    body.decouvrir section.plateau .ingredients #igroup-1 {
      background: url(../img/histoire_pack_ingredients_1.png) no-repeat left top;
      top: 40px;
      left: 0px;
      position: absolute;
      width: 472px;
      height: 354px; }
    body.decouvrir section.plateau .ingredients #igroup-2 {
      background: url(../img/histoire_pack_ingredients_2.png) no-repeat right top;
      top: 40px;
      right: 0px;
      position: absolute;
      width: 599px;
      height: 344px; }
    body.decouvrir section.plateau .ingredients #igroup-3 {
      background: url(../img/histoire_pack_ingredients_3.png) no-repeat left bottom;
      bottom: 0px;
      left: 0px;
      position: absolute;
      width: 680px;
      height: 467px; }
    body.decouvrir section.plateau .ingredients #igroup-4 {
      background: url(../img/histoire_pack_ingredients_4.png) no-repeat right bottom;
      bottom: 0px;
      right: 0px;
      position: absolute;
      width: 479px;
      height: 467px; }
  body.decouvrir section.plateau .labels {
    position: absolute;
    width: 100%;
    height: 100%; }
    body.decouvrir section.plateau .labels p {
      text-align: center;
      color: #fff;
      font-size: 26px;
      line-height: 30px;
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      font-weight: 300;
      position: absolute; }
      body.decouvrir section.plateau .labels p span.wrapper {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
      body.decouvrir section.plateau .labels p span.title {
        font-family: "Playball", Helvetica, Arial, sans-serif;
        font-size: 36px;
        font-weight: 400; }
      body.decouvrir section.plateau .labels p#couleur {
        top: 165px;
        left: 60px;
        width: 276px;
        height: 279px;
        background: url(../img/histoire_pack_couleur_fond.png) no-repeat center center;
        background-size: 100%; }
        body.decouvrir section.plateau .labels p#couleur:after {
          content: " ";
          position: absolute;
          width: 136px;
          bottom: -34px;
          right: -70px;
          height: 54px;
          background: url(../img/histoire_pack_couleur_fleche.png); }
      body.decouvrir section.plateau .labels p#gout {
        top: 53px;
        right: 70px;
        width: 274px;
        height: 287px;
        background: url(../img/histoire_pack_saveurs_fond.png) no-repeat center center;
        background-size: 100%; }
        body.decouvrir section.plateau .labels p#gout:after {
          content: " ";
          position: absolute;
          width: 99px;
          height: 53px;
          background: url(../img/histoire_pack_saveurs_fleche.png);
          bottom: -53px;
          left: 0px; }
      body.decouvrir section.plateau .labels p#forme {
        color: #80370a;
        width: 227px;
        height: 227px;
        background: #fff;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        bottom: 160px;
        right: 222px; }
        body.decouvrir section.plateau .labels p#forme:after {
          content: " ";
          position: absolute;
          width: 85px;
          height: 59px;
          background: url(../img/histoire_pack_forme_fleche.png);
          left: -124px;
          top: 26px; }
  body.decouvrir section.plateau .pack-wrapper {
    text-align: center;
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%; }
  body.decouvrir section.plateau .main {
    max-width: 496px;
    width: 100%;
    height: 500px;
    display: inline-block;
    margin: 0 auto;
    background: url(../img/histoire_pack.png) no-repeat center center;
    background-size: 100%;
    text-decoration: none; }
body.decouvrir section.moments {
  background: url(../img/home_moments_fond.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  width: 100%;
  float: left;
  display: inline;
  min-height: 550px;
  margin-bottom: 52px;
  margin-top: 14px; }
  @media (max-width: 999px) {
    body.decouvrir section.moments {
      background-image: url(../img/tablet/home_moments_fond.jpg);
      background-size: 100%;
      min-height: 167px; } }
  body.decouvrir section.moments .title-wrapper {
    position: absolute;
    text-align: center;
    top: 14%;
    left: 0;
    width: 100%; }
    @media (max-width: 999px) {
      body.decouvrir section.moments .title-wrapper {
        top: 5%; } }
    body.decouvrir section.moments .title-wrapper h2 {
      display: inline-block;
      color: #f26d20;
      font-size: 50px;
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      padding: 10px;
      text-align: center;
      font-weight: 400;
      line-height: 1.5em;
      margin: 0 auto; }
      body.decouvrir section.moments .title-wrapper h2 a {
        color: #f26d20;
        text-decoration: none; }
      body.decouvrir section.moments .title-wrapper h2 strong {
        font-size: 85px;
        font-weight: 400;
        line-height: 0.7em; }
      @media (max-width: 999px) {
        body.decouvrir section.moments .title-wrapper h2 {
          font-size: 20px; }
          body.decouvrir section.moments .title-wrapper h2 strong {
            font-size: 32px; } }
    body.decouvrir section.moments .title-wrapper p {
      display: inline-block;
      font-size: 30px;
      color: #80370a;
      font-family: "Oswald", Helvetica, Arial, sans-serif;
      text-align: center;
      background: #fff;
      padding: 0 8px 0 8px;
      line-height: 42px; }
      body.decouvrir section.moments .title-wrapper p a {
        color: #80370a;
        text-decoration: none; }
      @media (max-width: 999px) {
        body.decouvrir section.moments .title-wrapper p {
          font-size: 15px;
          line-height: 18px; } }

body.ig-page #main .inner-wrapper header h1 {
  margin: 46px 0 40px 0; }

section.message.question h2 {
  font-family: "Playball", Helvetica, Arial, sans-serif;
  font-size: 3.75vw;
  padding: 14px 20px 22px;
  font-weight: 400;
  line-height: 3.75vw;
  text-align: center;
  background: white;
  color: #80370a; }
section.message.question .instructions {
  padding-top: 1.16667vw;
  text-align: center;
  color: #80370a;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 2.33333vw;
  font-weight: 300;
  line-height: 2.75vw; }
section.message.question .question {
  color: #f26d20;
  text-align: center;
  font-family: Oswald;
  font-size: 2.5vw;
  line-height: 2.75vw;
  font-weight: 400;
  padding-bottom: 2.25vw; }
section.message.question .propositions {
  width: 65%;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
  list-style: none; }
  section.message.question .propositions li {
    width: 100%; }
    section.message.question .propositions li .visuel {
      width: 100%; }
      section.message.question .propositions li .visuel a {
        display: block;
        margin: 0 auto;
        text-decoration: none !important;
        text-align: center; }
        section.message.question .propositions li .visuel a img {
          width: 71%;
          height: auto; }
    section.message.question .propositions li h4, section.message.question .propositions li .type-game {
      width: 100%;
      font-family: "Playball", Helvetica, Arial, sans-serif;
      font-weight: 400;
      text-align: center; }
      section.message.question .propositions li h4 a, section.message.question .propositions li .type-game a {
        color: #80370a;
        text-decoration: none !important; }
    section.message.question .propositions li h4 {
      font-size: 2.08333vw;
      padding-top: 1.33333vw; }
    section.message.question .propositions li .type-game {
      font-size: 1.66667vw;
      text-align: center; }
    section.message.question .propositions li.active .visuel a {
      position: relative; }
      section.message.question .propositions li.active .visuel a:before {
        content: "";
        position: absolute;
        top: 0;
        width: 71%;
        height: 100%;
        border: 8px solid #f26d20;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%; }
    section.message.question .propositions li.active .type-game a, section.message.question .propositions li.active h4 a {
      color: #f26d20; }
section.message.question form {
  text-align: center;
  padding-top: 2.83333vw; }
  section.message.question form a {
    display: block;
    width: 31.58333vw;
    height: 3.33333vw;
    background: #f26d20;
    color: white;
    font-family: 'Oswald';
    font-size: 1.66667vw;
    font-weight: 400;
    line-height: 3.08333vw;
    border-radius: 4px;
    text-decoration: none;
    margin: auto; }

@media (max-width: 719px) {
  body.ig-page #main .lots .columns.large-6 {
    background: url("../img/slide-jeu-fond-mobile.jpg") no-repeat;
    height: 62.65432vw;
    background-size: cover; }
    body.ig-page #main .lots .columns.large-6 p {
      left: 4.93827vw;
      top: 5.55556vw;
      width: 48.61111vw;
      font-size: 4.01235vw;
      background: transparent;
      line-height: 5.09259vw; }
      body.ig-page #main .lots .columns.large-6 p strong {
        font-size: 6.6358vw;
        font-weight: 700;
        line-height: 8.33333vw; }
    body.ig-page #main .lots .columns.large-6 .fleche {
      display: none; }
  body.ig-page #main h1 {
    font-size: 6.94444vw; }
  body.ig-page #main h2.instructions {
    font-size: 3.7037vw;
    line-height: 4.62963vw;
    padding: 3.85802vw 6.79012vw 2.31481vw;
    background-color: #f8ece3; }
  body.ig-page #main .login, body.ig-page #main .register, body.ig-page #main .quiz-help {
    width: 100%;
    height: auto; }
    body.ig-page #main .login h3, body.ig-page #main .register h3, body.ig-page #main .quiz-help h3 {
      font-size: 5.8642vw;
      padding-bottom: 3.54938vw;
      padding-top: 5.24691vw; }
    body.ig-page #main .login h2, body.ig-page #main .register h2, body.ig-page #main .quiz-help h2 {
      font-size: 6.6358vw; }
    body.ig-page #main .login .form-item-wrapper, body.ig-page #main .register .form-item-wrapper, body.ig-page #main .quiz-help .form-item-wrapper {
      width: 100%;
      padding: 0px; }
      body.ig-page #main .login .form-item-wrapper input, body.ig-page #main .login .form-item-wrapper label, body.ig-page #main .register .form-item-wrapper input, body.ig-page #main .register .form-item-wrapper label, body.ig-page #main .quiz-help .form-item-wrapper input, body.ig-page #main .quiz-help .form-item-wrapper label {
        display: block;
        clear: both;
        width: 82.25% !important;
        margin: auto;
        padding: 0px;
        float: none;
        text-align: left;
        font-size: 3.39506vw;
        line-height: 5.70988vw; }
      body.ig-page #main .login .form-item-wrapper input[type="text"], body.ig-page #main .login .form-item-wrapper input[type="password"], body.ig-page #main .register .form-item-wrapper input[type="text"], body.ig-page #main .register .form-item-wrapper input[type="password"], body.ig-page #main .quiz-help .form-item-wrapper input[type="text"], body.ig-page #main .quiz-help .form-item-wrapper input[type="password"] {
        height: 7.87037vw;
        float: none;
        margin-bottom: 1.54321vw; }
      body.ig-page #main .login .form-item-wrapper.form-item-wrapper-dates, body.ig-page #main .register .form-item-wrapper.form-item-wrapper-dates, body.ig-page #main .quiz-help .form-item-wrapper.form-item-wrapper-dates {
        width: 82.25% !important;
        margin: auto; }
        body.ig-page #main .login .form-item-wrapper.form-item-wrapper-dates label, body.ig-page #main .register .form-item-wrapper.form-item-wrapper-dates label, body.ig-page #main .quiz-help .form-item-wrapper.form-item-wrapper-dates label {
          width: 100% !important; }
        body.ig-page #main .login .form-item-wrapper.form-item-wrapper-dates input, body.ig-page #main .register .form-item-wrapper.form-item-wrapper-dates input, body.ig-page #main .quiz-help .form-item-wrapper.form-item-wrapper-dates input {
          width: 26.23457vw !important;
          display: inline-block !important; }
        body.ig-page #main .login .form-item-wrapper.form-item-wrapper-dates .datepart.datemonth, body.ig-page #main .register .form-item-wrapper.form-item-wrapper-dates .datepart.datemonth, body.ig-page #main .quiz-help .form-item-wrapper.form-item-wrapper-dates .datepart.datemonth {
          margin: 0px 0.49383vw !important; }
      body.ig-page #main .login .form-item-wrapper.form-item-wrapper-radios, body.ig-page #main .register .form-item-wrapper.form-item-wrapper-radios, body.ig-page #main .quiz-help .form-item-wrapper.form-item-wrapper-radios {
        width: 82.25% !important;
        margin: auto; }
        body.ig-page #main .login .form-item-wrapper.form-item-wrapper-radios label, body.ig-page #main .register .form-item-wrapper.form-item-wrapper-radios label, body.ig-page #main .quiz-help .form-item-wrapper.form-item-wrapper-radios label {
          width: auto !important; }
        body.ig-page #main .login .form-item-wrapper.form-item-wrapper-radios .radiotxt, body.ig-page #main .login .form-item-wrapper.form-item-wrapper-radios input[type="radio"], body.ig-page #main .register .form-item-wrapper.form-item-wrapper-radios .radiotxt, body.ig-page #main .register .form-item-wrapper.form-item-wrapper-radios input[type="radio"], body.ig-page #main .quiz-help .form-item-wrapper.form-item-wrapper-radios .radiotxt, body.ig-page #main .quiz-help .form-item-wrapper.form-item-wrapper-radios input[type="radio"] {
          width: auto !important;
          display: inline-block; }
        body.ig-page #main .login .form-item-wrapper.form-item-wrapper-radios .radiotxt, body.ig-page #main .register .form-item-wrapper.form-item-wrapper-radios .radiotxt, body.ig-page #main .quiz-help .form-item-wrapper.form-item-wrapper-radios .radiotxt {
          margin-right: 6.94444vw;
          margin-left: 1.54321vw;
          position: relative;
          top: -2.31481vw; }
        body.ig-page #main .login .form-item-wrapper.form-item-wrapper-radios input[type="radio"], body.ig-page #main .register .form-item-wrapper.form-item-wrapper-radios input[type="radio"], body.ig-page #main .quiz-help .form-item-wrapper.form-item-wrapper-radios input[type="radio"] {
          height: 7.25309vw !important;
          width: 7.25309vw !important; }
      body.ig-page #main .login .form-item-wrapper.form-checkbox-wrapper input, body.ig-page #main .register .form-item-wrapper.form-checkbox-wrapper input, body.ig-page #main .quiz-help .form-item-wrapper.form-checkbox-wrapper input {
        width: 20% !important;
        height: 7.25309vw !important;
        margin-bottom: 2.46914vw !important;
        left: 1.85185vw;
        margin-right: -2.77778vw; }
      body.ig-page #main .login .form-item-wrapper.form-checkbox-wrapper label, body.ig-page #main .register .form-item-wrapper.form-checkbox-wrapper label, body.ig-page #main .quiz-help .form-item-wrapper.form-checkbox-wrapper label {
        font-size: 2.77778vw;
        max-width: 73.14815vw;
        line-height: 3.24074vw;
        clear: none;
        margin-top: 2.00617vw !important; }
      body.ig-page #main .login .form-item-wrapper input[type="submit"], body.ig-page #main .register .form-item-wrapper input[type="submit"], body.ig-page #main .quiz-help .form-item-wrapper input[type="submit"] {
        font-size: 4.62963vw !important;
        font-weight: 400;
        width: auto !important;
        padding: 4.62963vw 8.17901vw 5.40123vw !important; }
    body.ig-page #main .login .legend, body.ig-page #main .register .legend, body.ig-page #main .quiz-help .legend {
      font-size: 2.77778vw !important;
      padding-bottom: 5.8642vw;
      padding-top: 5.8642vw; }
  body.ig-page #main .quiz-help h3, body.ig-page #main .login h3 {
    color: #f26d20;
    padding-top: 3.08642vw; }
  body.ig-page #main .quiz-help {
    background: url(../img/aide-quiz-mobile.png) no-repeat;
    background-color: #e0d0c3;
    background-size: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 34.72222vw; }
    body.ig-page #main .quiz-help::after {
      content: '';
      width: 100%; }
    body.ig-page #main .quiz-help h3 {
      width: 61.7284vw; }
    body.ig-page #main .quiz-help .validate-button {
      width: 41.66667vw;
      height: 10.03086vw;
      font-size: 4.16667vw;
      line-height: 9.25926vw;
      margin-top: -9.25926vw; }
  body.ig-page #main .login .rewindlink-wrapper {
    width: 82.25% !important;
    padding: 0px;
    margin: auto; }

  section.message.question h2 {
    font-size: 6.94444vw;
    line-height: 6.94444vw; }
  section.message.question .instructions {
    font-size: 4.62963vw;
    line-height: 5.09259vw;
    padding-top: 4.01235vw;
    padding-bottom: 1.54321vw; }
  section.message.question .question {
    font-size: 4.62963vw;
    line-height: 5.09259vw;
    max-width: 75.15432vw;
    margin: auto;
    padding-bottom: 3.08642vw; }
  section.message.question .propositions {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap; }
    section.message.question .propositions li {
      width: 42%;
      padding-bottom: 4.62963vw; }
      section.message.question .propositions li h4 {
        font-size: 4.62963vw;
        padding-top: 2.46914vw; }
      section.message.question .propositions li .type-game {
        font-size: 3.85802vw;
        text-align: center; }
      section.message.question .propositions li.active .visuel a:before {
        width: 71%;
        border: 1.23457vw solid #f26d20; }
  section.message.question form {
    display: table;
    margin: auto; }
    section.message.question form a {
      width: auto;
      height: auto;
      padding: 3.85802vw 11.7284vw;
      font-size: 4.62963vw; } }

/*# sourceMappingURL=style.min.css.map */
body.rouy-plateau header#alpha {
	background-color: #fff;
}
body.rouy-plateau .action {
	padding: 15px;
	background-color: #fff;
}
body.rouy-plateau .back {
	color: #80370a;
	font-weight: 300;
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-decoration: underline;
}
body.rouy-plateau .back:hover {
	text-decoration: none;
}
body.rouy-plateau article {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background-color: #fff;
}
body.rouy-plateau article section {
	position: relative;
	flex-basis: calc(100% - 30px);
	margin: 15px;
}
body.rouy-plateau .photo img {
	width: 100%;
}
body.rouy-plateau .description {
	text-align: center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top 15px left, bottom 15px left;
	display: flex;
}
body.rouy-plateau .description > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: url(../img/separateur.png), url(../img/separateur.png);
	background-repeat: repeat-x;
	background-position: top left, bottom left;
	padding: 70px 0;
}
body.rouy-plateau .description h1 {
	font-size: 25px;
	font-weight: 400;
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	color: #f26d20;
	margin-bottom: 15px;
}
body.rouy-plateau .description p {
	font-size: 16px;
  font-family: "Playball", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #80370a;
  line-height: 1.3em;
  padding: 0 10%;
}
body.rouy-plateau .ingredients {
	text-align: center;
	color: #80370a;
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-size: 20px;
	display: none;
}
body.rouy-plateau .ingredients figure, body.rouy-plateau .ingredients div {
	display: inline-block;
	vertical-align: middle;
	margin: 30px 10px 0;
}
body.rouy-plateau .ingredients figure {
	display: none;
}
body.rouy-plateau .ingredients figure img {
	display: inline-block;
	max-width: 100%;
}
body.rouy-plateau .ingredients h2 {
	font-size: 20px;
	line-height: 1.2;
	text-align: left;
}
body.rouy-plateau .ingredients li {
	margin-left: 30px;
	list-style: none;
	position: relative;
	line-height: 1.3;
	font-weight: 300;
	text-align: left;
}
body.rouy-plateau .ingredients li:before {
	content: '●';
	position: absolute;
	top: 6px;
	left: -10px;
	font-size: 10px;
}
body.rouy-plateau .partage {
	text-align: center;
}

body.rouy-plateau .partage ul, body.rouy-plateau .partage li {
	display: inline-block;
}
body.rouy-plateau .partage p {
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #80370a;
	display: none;
}
body.rouy-plateau .partage li {
		list-style: none;
		margin-left: 2px;
}
body.rouy-plateau .list.related {
	display: flex;
	text-align: center;
	list-style: none;
	flex-direction: column;
}
body.rouy-plateau aside h2 {
	color: #f26d20;
	font-size: 30px;
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	text-align: center;
	padding: 35px 0;
}
body.rouy-plateau .list.related .item {
	flex-grow: 1;
	padding: 0 15px 15px;
}
body.rouy-plateau .list.related .item a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	font-size: 20px;
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	color: #80370a;
}
body.rouy-plateau .list.related .item h3 {
	font-weight: 300;
	line-height: 2;
}
body.rouy-plateau .list.related .item img {
	width: 100%;
}
body.rouy-plateau .separateur {
	height: 10px;
	background: url(../img/separateur.png) repeat-x center;
	max-width: 1200px;
	margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
	body.rouy-plateau article section {
		flex-basis: calc(50% - 30px);
	}
	body.rouy-plateau .ingredients {
		left: 50%;
		display: block;
	}
	body.rouy-plateau .partage {
		right: 50%;
		margin: 15px 0;
		padding: 0 15px;
		flex-basis: 50%;
		border-right: 2px solid rgba(128, 55, 10, 0.25);
	}
	body.rouy-plateau .partage p, body.rouy-plateau .partage ul {
		margin-top: 30px;
	}
	body.rouy-plateau .description div {
		padding: 0;
	}
	body.rouy-plateau .description h1 {
		font-size: 40px;
	}
	body.rouy-plateau .description p {
		font-size: 20px;
	}
	body.rouy-plateau .partage p {
		display: inline-block;
	}
	body.rouy-plateau .list.related {
		flex-direction: row;
	}
	body.rouy-plateau .list.related .item {
		padding: 0 10px;
	}
}
@media screen and (min-width: 1000px) {
	body.rouy-plateau .description h1 {
		font-size: 50px;
	}
	body.rouy-plateau .description p {
		font-size: 25px;
	}
	body.rouy-plateau .ingredients figure {
		display: inline-block;
	}
}
body.rouy-plateau .ingredients p {
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
		font-weight: bold;
}
body.rouy-plateau aside p {
    color: #f26d20;
    font-size: 30px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 35px 0;
		font-weight: bold;
}
body.rouy-idees {
	font-family: "Oswald", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #f26d20;
	text-align: center;
}
body.rouy-idees img {
	max-width: 100%;
}
body.rouy-idees h1 span {
	color: black;
}
section.rouy-idees.results {
	background-image: url(../img/nappe.jpg);
	background-repeat: repeat;
	background-position: top center;
	background-size: 1920px;
	padding: 50px 15px;
}
section.rouy-idees.filters {
	padding: 30px 15px;
}
section.rouy-idees.filters h2 {
	font-size: 40px;
	font-weight: 400;
}
section.rouy-idees .filters__form {
	padding: 30px 0 0;
}
section.rouy-idees .filters__list {
	display: flex;
	justify-content: center;
	list-style: none;
	flex-direction: column;
}
section.rouy-idees .filters__item {
	display: flex;
	align-items: flex-end;
	text-align: left;
	text-align: center;
}
section.rouy-idees .filters__item span {
	width: 100%;
}
section.rouy-idees .filters__item span:first-child {
	display: none;
}
section.rouy-idees .filters__item select, section.rouy-idees .filters__item button {
	line-height: 40px;
	height: 40px;
	border-radius: 5px;
}
section.rouy-idees .filters__item select {
	padding: 0 15px;
	width: 100%;
	margin: 15px 0;
	color: #f26d20;
	background-color: white;
}
section.rouy-idees .filters__item button {
	width: 100%;
	color: white;
	border: 1px solid #f26d20;
	background-color: #f26d20;
	cursor: pointer;
	padding: 0 50px;
	transition: background-color .25s ease, color .25s ease;
}
section.rouy-idees .filters__item button:hover {
	color: #f26d20;
	background-color: transparent;
}
section.rouy-idees .filters__item img {
	margin-right: 15px;
}
section.rouy-idees .filters__random button {
	display: inline-block;
	color: #f26d20;
	border: 1px solid #f26d20;
	border-radius: 5px;
	padding: 10px 20px;
	margin-top: 30px;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
	width: 100%;
	transition: background-color .25s ease, color .25s ease;
}
section.rouy-idees .filters__random button:hover {
	color: white;
	background-color: #f26d20;
}
section.rouy-idees .filters__random a:hover {
	color: white;
	background-color: #f26d20;
}
section.rouy-idees .results__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
}
section.rouy-idees .results__header__heading {
	margin-bottom: 30px;
	font-size: 35px;
}
section.rouy-idees .results__header__heading img {
	display: block;
}
section.rouy-idees .results__header__summary {
	font-family: "Philosopher", sans-serif;
	font-size: 35px;
	max-width: 1120px;
}
section.rouy-idees .results__listing {
	max-width: 1120px;
	margin: 0 auto 50px;
}
section.rouy-idees .results__item {
	margin-bottom: 30px;
	text-align: left;
	border-radius: 15px;
	overflow: hidden;
	max-width: 352px;
	opacity: 0;
	transform: scale(0);
	transition: opacity .25s ease, transform .25s ease;
}
section.rouy-idees .results__item.more, section.rouy-idees .results__item:not(.selected) {
	display: none;
}
section.rouy-idees .results__item.show {
	opacity: 1;
	transform: scale(1);
}

section.rouy-idees .results__item:nth-of-type(4n + 1) {
	background-color: #F2C45F;
	color: black;
}

section.rouy-idees .results__item:nth-of-type(4n + 2) {
	background-color: #CE9C45;
	color: white;
}
section.rouy-idees .results__item:nth-of-type(4n + 3) {
	background-color: #F26D20;
	color: white;
}
section.rouy-idees .results__item:nth-of-type(4n + 4) {
	background-color: black;
	color: white;
}

section.rouy-idees .results__item__categorie {
	margin: 15px 15px 0 30px;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	display: flex;
	justify-content: space-between;
}
section.rouy-idees .results__item:nth-of-type(4n + 1) svg path,
section.rouy-idees .results__item:nth-of-type(4n + 1) svg ellipse,
section.rouy-idees .results__item:nth-of-type(4n + 1) svg rect,
section.rouy-idees .results__item:nth-of-type(4n + 1) svg circle,
section.rouy-idees .results__item:nth-of-type(4n + 1) svg line {
	stroke: #000;
}
section.rouy-idees .results__item__categorie span {
	margin-top: 15px;
	line-height: 1.5;
}
section.rouy-idees .results__item__categorie svg {
	flex-shrink: 0;
}
section.rouy-idees .results__item__idee {
	margin: 0 30px;
	padding: 25px 0;
	line-height: 1.5;
	font-weight: 500;
	font-size: 18px;
}
section.rouy-idees .results__item__idee::before, section.rouy-idees .results__item__idee::after {
	content: '';
	display: block;
	width: 112px;
	height: 3px;
	background-color: white;
}
section.rouy-idees .results__item:nth-of-type(4n + 1) .results__item__idee::before, section.rouy-idees .results__item:nth-of-type(4n + 1) .results__item__idee::after {
	background-color: black;
}
section.rouy-idees .results__item__idee::before {
	margin-bottom: 25px;
}
section.rouy-idees .results__item__idee::after {
	margin-top: 25px;
}
section.rouy-idees .results__item__occasion {
	text-align: right;
	margin-right: 30px;
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 15px;
}

section.rouy-idees .results__more {
	display: inline-block;
	margin-bottom: 45px;
	color: white;
	cursor: pointer;
	border: 1px solid #f26d20;
	background-color: #f26d20;
	padding: 0 50px;
	line-height: 40px;
  height: 40px;
  border-radius: 5px;
	transition: background-color .25s ease, color .25s ease;
}
section.rouy-idees .results__more:hover {
	color: #f26d20;
	background-color: transparent;
}
section.rouy-idees .results__more.hidden {
	opacity: 0;
	pointer-events: none;
}
section.rouy-idees .results__empty {
	opacity: 0;
	font-size: 0;
	pointer-events: none;
	transition: opacity .25s ease;
}
section.rouy-idees .results__empty a {
	color: #f26d20;
}
section.rouy-idees .results__empty.show {
	opacity: 1;
	font-size: 20px;
	pointer-events: all;
}

aside.rouy-idees .plus__section {
	padding: 50px 15px 0;
}
aside.rouy-idees .plus__heading {
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 50px;
}
aside.rouy-idees .plus__listing {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
}
aside.rouy-idees .plus__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 260px;
	margin: 0 10px 50px;
}
aside.rouy-idees .plus__item__image {
	display: inline-block;
	overflow: hidden;
	margin-bottom: 15px;
}
aside.rouy-idees .plus__item__image img {
	transform: scale(1);
	transition: transform ease .25s;
}
aside.rouy-idees .plus__item:hover .plus__item__image img {
	transform: scale(1.1);
}
aside.rouy-idees .plus__item__link {
	display: inline-block;
	color: white;
	border: 1px solid #f26d20;
	background-color: #f26d20;
	min-width: 220px;
	line-height: 40px;
  height: 40px;
  border-radius: 5px;
	text-decoration: none;
	transition: background-color .25s ease, color .25s ease;
}
aside.rouy-idees .plus__item:hover .plus__item__link {
	color: #f26d20;
	background-color: transparent;
}

@media screen and (min-width: 1120px )  {
	section.rouy-idees.filters {
		padding: 75px 15px;
	}
	section.rouy-idees.filters h2 {
		font-size: 50px;
	}
	section.rouy-idees .filters__form {
		padding: 75px 0 0;
	}
	section.rouy-idees .filters__list {
		flex-direction: row;
	}
	section.rouy-idees .filters__item {
		margin: 0 50px;
		text-align: left;
	}
	section.rouy-idees .filters__item span {
		width: auto;
	}
	section.rouy-idees .filters__item span:first-child {
		display: block;
	}
	section.rouy-idees .filters__item select {
		width: auto;
		margin-bottom: 0;
	}
	section.rouy-idees .filters__item button {
		width: auto;
	}
	section.rouy-idees .filters__random button {
		margin-top: 75px;
		width: auto;
	}
	section.rouy-idees.results {
		background-image: url(../img/fromage.png), url(../img/choco.png), url(../img/abricot.png), url(../img/amande.png), url(../img/cannelle.png), url(../img/miel.png), url(../img/popcorn.png), url(../img/noix.png), url(../img/raisin.png), url(../img/radis.png), url(../img/nappe.jpg);
		background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat;
		background-position: top -200px right -200px, top -50px left -75px, top 200px left -80px, top 350px right, top 700px left, top 900px right, top 700px right -65px, top 1000px center, top 1200px left 20px, top 1200px right 300px, top center;
		background-size: 510px, 374px, 191px, 102px, 142px, 241px, 264px, 290px, 221px, 348px, 100%;
	}
	section.rouy-idees .results__listing {
		margin: 0 auto 120px;
	}
	section.rouy-idees .results__header__summary {
		font-size: 55px;
	}
	section.rouy-idees .results__item {
		margin-top: 40px;
	}
	section.rouy-idees .results__item[style*="left: calc(33"] {
		margin-top: 0;
	}
	section.rouy-idees .results__item[style*="left: calc(66"] {
		margin-top: 80px;
	}
	aside.rouy-idees .plus__heading {
		font-size: 50px;
	}
}