@font-face {
  font-family: Gula;
  font-weight: normal;
  src: url("../font/Gula.otf"); }

@font-face {
  font-family: Glyphterr;
  font-weight: normal;
  src: url("../font/Glyphterr.woff"); }

*:focus {
  outline: 0 !important; }

body, p, a, h2, input {
  margin: unset;
  padding: unset; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  border: 1px solid transparent;
  -webkit-text-fill-color: #C6BDCB;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  border: unset;
  border-radius: unset; }

@-webkit-keyframes opacite {
  from {
    opacity: 0 !important; }
  to {
    opacity: 1 !important; } }

@keyframes opacite {
  from {
    opacity: 0 !important; }
  to {
    opacity: 1 !important; } }

@-webkit-keyframes nuage_1 {
  from {
    background-position-x: 0vw; }
  to {
    background-position-x: -100vw; } }

@keyframes nuage_1 {
  from {
    background-position-x: 0vw; }
  to {
    background-position-x: -100vw; } }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.25, 1.25, 1.25);
    transform: scale3d(1.25, 1.25, 1.25); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.animate_pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: .85s;
          animation-duration: .85s; }

html {
  background: -webkit-gradient(linear, left bottom, left top, from(#9831E7), to(#6773C3));
  background: linear-gradient(0deg, #9831E7 0%, #6773C3 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }
  html.scroll {
    overflow-y: hidden; }
  html body {
    position: relative;
    overflow-x: hidden; }
    html body.mentions:before {
      display: none; }
    html body.mentions .container_body:after {
      display: none; }
    html body.mentions .container_body:before {
      display: none !important; }
    html body.mentions .container_body .header {
      margin: 50px 0px;
      padding: unset;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    html body.mentions .container_body main:after {
      display: none !important; }
    html body.ready:before {
      -webkit-animation-direction: alternate;
              animation-direction: alternate;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    html body:before {
      content: '';
      position: absolute;
      width: 200vw;
      height: 538px;
      opacity: 0.5;
      background: url(../img/nuage.png);
      background-size: cover;
      background-position: -30px left;
      background-repeat: no-repeat;
      -webkit-transform: scaleX(-1) scaleY(-1) translate(100vw);
              transform: scaleX(-1) scaleY(-1) translate(100vw);
      z-index: 1;
      background-position-y: 5px;
      background-position-x: -100vw; }
    html body .container_body {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* HEADER */
      /* MAIN */
      /* BTN */
      /* FOOTER */ }
      html body .container_body:after {
        content: '';
        position: absolute;
        width: 971px;
        height: 720px;
        top: 0;
        right: 0;
        background: url("../img/illustrations.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
      html body .container_body:before {
        position: absolute;
        content: '';
        height: 728px;
        width: 797px;
        background: url("../img/arcenciel-1.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        bottom: 84px;
        right: 0;
        z-index: 5; }
      html body .container_body .header {
        width: 100%;
        max-width: 1024px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        position: relative;
        z-index: 3;
        margin-top: 50px;
        margin-bottom: 116px;
        padding-left: 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        html body .container_body .header .header_container {
          width: 100%;
          max-width: 600px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          html body .container_body .header .header_container a {
            margin: 0 auto; }
            html body .container_body .header .header_container a .logo_1 {
              height: 54px;
              width: 150px;
              margin: 0 auto; }
          html body .container_body .header .header_container .logo_2 {
            height: 138.53px;
            width: 600px;
            margin: 0 auto; }
          html body .container_body .header .header_container .container_input {
            height: 59px;
            width: 502px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-top: 50px;
            background-color: white;
            border-radius: 33.5px;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            html body .container_body .header .header_container .container_input .prenom {
              background-color: white;
              border-radius: 33.5px;
              width: 100%;
              border: unset;
              outline: unset;
              padding-left: 30px;
              color: #4D1A6B;
              font-family: Nunito;
              font-size: 18px;
              font-weight: 900;
              letter-spacing: 0;
              line-height: 25px; }
              html body .container_body .header .header_container .container_input .prenom::-webkit-input-placeholder {
                font-family: Nunito;
                font-size: 18px;
                font-weight: 900;
                letter-spacing: 0;
                line-height: 25px; }
              html body .container_body .header .header_container .container_input .prenom::-moz-placeholder {
                font-family: Nunito;
                font-size: 18px;
                font-weight: 900;
                letter-spacing: 0;
                line-height: 25px; }
              html body .container_body .header .header_container .container_input .prenom:-ms-input-placeholder {
                font-family: Nunito;
                font-size: 18px;
                font-weight: 900;
                letter-spacing: 0;
                line-height: 25px; }
              html body .container_body .header .header_container .container_input .prenom::-ms-input-placeholder {
                font-family: Nunito;
                font-size: 18px;
                font-weight: 900;
                letter-spacing: 0;
                line-height: 25px; }
              html body .container_body .header .header_container .container_input .prenom::placeholder {
                font-family: Nunito;
                font-size: 18px;
                font-weight: 900;
                letter-spacing: 0;
                line-height: 25px; }
            html body .container_body .header .header_container .container_input .btn_envoi {
              width: 117px;
              border-radius: 33.5px;
              background: transparent;
              margin: 7px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              color: #FFFFFF;
              font-family: Gula;
              font-weight: normal;
              font-size: 15px;
              letter-spacing: 0;
              line-height: 17px;
              text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
              text-transform: uppercase;
              padding: 15px 30px;
              cursor: pointer;
              position: relative;
              z-index: 1;
              overflow: hidden; }
              html body .container_body .header .header_container .container_input .btn_envoi:after {
                position: absolute;
                top: 0;
                left: 0%;
                width: 140%;
                height: 100%;
                background: -webkit-gradient(linear, left top, right top, from(#00ADDE), color-stop(70%, #FFE800), to(#FF9000));
                background: linear-gradient(90deg, #00ADDE 0%, #FFE800 70%, #FF9000 100%);
                content: '';
                z-index: -1;
                -webkit-transition: .3s ease-in;
                transition: .3s ease-in; }
              html body .container_body .header .header_container .container_input .btn_envoi:hover:after {
                left: -25%;
                -webkit-transition: .3s ease-out;
                transition: .3s ease-out; }
          html body .container_body .header .header_container .msg_error {
            padding-left: 30px;
            color: white;
            font-family: Nunito;
            font-size: 18px;
            font-weight: 900;
            letter-spacing: 0;
            line-height: 25px;
            margin-top: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
          html body .container_body .header .header_container .description {
            color: #FFFFFF;
            max-width: 450px;
            width: 100%;
            font-family: Nunito;
            font-size: 30px;
            font-weight: 900;
            letter-spacing: 0;
            line-height: 41px;
            text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
            margin-top: 50px;
            padding-left: 30px; }
      html body .container_body .main_legales {
        padding: 50px;
        max-width: 1024px;
        background-color: white;
        margin-bottom: 80px; }
        html body .container_body .main_legales h2 {
          color: #4D1A6B;
          font-family: Nunito;
          font-size: 24px;
          font-weight: 900;
          letter-spacing: 0;
          line-height: 25px;
          margin-bottom: 20px; }
        html body .container_body .main_legales p {
          color: #262129;
          font-family: Nunito;
          font-size: 18px;
          font-weight: 400;
          letter-spacing: 0;
          line-height: 21px;
          margin-bottom: 10px; }
        html body .container_body .main_legales h4 {
          color: #6773C3;
          font-family: Nunito;
          font-size: 21px;
          font-weight: 700;
          letter-spacing: 0;
          line-height: 24px;
          margin-bottom: 20px; }
      html body .container_body .main {
        width: 100%;
        max-width: 1024px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background-color: white;
        position: relative;
        z-index: 5; }
        html body .container_body .main:after {
          position: absolute;
          content: '';
          height: 388px;
          width: 328px;
          bottom: -150px;
          left: -174px;
          background: url("../img/illustrations-2.png");
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          z-index: 6; }
        html body .container_body .main .container_video {
          min-height: 276px;
          padding: 40px 40px 0px 40px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          html body .container_body .main .container_video .video {
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            height: 216px;
            width: 216px;
            border: 2px solid #C6BDCB;
            border-radius: 20px;
            margin: 10px;
            -o-object-fit: cover;
               object-fit: cover;
            border-radius: 18px;
            position: relative;
            z-index: 1;
            overflow: hidden;
            -webkit-transition: .25s linear;
            transition: .25s linear;
            cursor: pointer; }
            html body .container_body .main .container_video .video:hover {
              border: 2px solid #4D1A6B;
              -webkit-transition: .25s linear;
              transition: .25s linear; }
              html body .container_body .main .container_video .video:hover .play {
                background-color: #4D1A6B;
                -webkit-transition: .25s linear;
                transition: .25s linear; }
            html body .container_body .main .container_video .video:before {
              position: absolute;
              content: attr(data-lettre);
              top: 10px;
              left: 10px;
              height: 40px;
              width: 40px;
              background-color: #FFFFFF;
              border-radius: 50%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              color: #7AC0E7;
              font-family: Nunito;
              font-size: 24px;
              font-weight: 900;
              letter-spacing: 0;
              line-height: 33px;
              text-align: center;
              z-index: 3;
              text-transform: uppercase; }
            html body .container_body .main .container_video .video .poster {
              position: absolute;
              width: 100%;
              height: 100%;
              z-index: 2; }
            html body .container_body .main .container_video .video video {
              width: 100%;
              height: 100%; }
            html body .container_body .main .container_video .video .play {
              position: absolute;
              bottom: 8px;
              left: 10px;
              width: 196px;
              height: 25px;
              border-radius: 12.5px;
              background-color: rgba(77, 26, 107, 0.7);
              color: #FFFFFF;
              font-family: Nunito;
              font-size: 13px;
              font-weight: 900;
              letter-spacing: 0;
              line-height: 18px;
              text-align: center;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              z-index: 4;
              cursor: pointer;
              -webkit-transition: .25s linear;
              transition: .25s linear; }
        html body .container_body .main .main_bas {
          height: 383px;
          background-color: #7AC0E7;
          -webkit-mask-image: url(../img/nuage.png);
          mask-image: url(../img/nuage.png);
          -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          padding-bottom: 66px;
          padding-right: 50px;
          margin-top: -100px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          position: relative; }
          html body .container_body .main .main_bas .placeholder {
            height: 200px;
            width: 140px;
            min-width: 140px; }
          html body .container_body .main .main_bas .description_rs {
            color: #FFFFFF;
            font-family: Nunito;
            font-size: 30px;
            font-weight: 900;
            letter-spacing: 0;
            line-height: 41px;
            width: 100%;
            max-width: 534px; }
          html body .container_body .main .main_bas .container_rs {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            margin-left: 30px; }
            html body .container_body .main .main_bas .container_rs .rs_partager {
              color: white;
              font-family: Nunito;
              font-size: 18px;
              font-weight: 900;
              letter-spacing: 0;
              line-height: 25px;
              text-align: center; }
            html body .container_body .main .main_bas .container_rs .logo_rs {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              margin-top: 8px; }
              html body .container_body .main .main_bas .container_rs .logo_rs .fb {
                height: 90px;
                width: 90px;
                font-size: 35px;
                color: #4D1A6B;
                font-family: "Glyphterr";
                margin-right: 30px;
                background-color: white;
                border-radius: 50%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                text-decoration: none;
                -webkit-transition: .25s linear;
                transition: .25s linear; }
                html body .container_body .main .main_bas .container_rs .logo_rs .fb:hover {
                  color: white;
                  background-color: #4D1A6B;
                  -webkit-transition: .25s linear;
                  transition: .25s linear; }
              html body .container_body .main .main_bas .container_rs .logo_rs .mail {
                height: 90px;
                width: 90px;
                font-size: 35px;
                color: #4D1A6B;
                font-family: "Glyphterr";
                background-color: white;
                border-radius: 50%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                text-decoration: none;
                -webkit-transition: .25s linear;
                transition: .25s linear; }
                html body .container_body .main .main_bas .container_rs .logo_rs .mail:hover {
                  color: white;
                  background-color: #4D1A6B;
                  -webkit-transition: .25s linear;
                  transition: .25s linear; }
        html body .container_body .main.main_legales {
          padding: 0px 20px;
          max-width: 1024px; }
          html body .container_body .main.main_legales h2 {
            color: #4D1A6B;
            font-family: Nunito;
            font-size: 24px;
            font-weight: 900;
            letter-spacing: 0;
            line-height: 25px;
            margin-bottom: 20px; }
          html body .container_body .main.main_legales p {
            color: #262129;
            font-family: Nunito;
            font-size: 18px;
            font-weight: 900;
            letter-spacing: 0;
            line-height: 25px;
            margin-bottom: 10px; }
          html body .container_body .main.main_legales h4 {
            color: #6773C3;
            font-family: Nunito;
            font-size: 21px;
            font-weight: 900;
            letter-spacing: 0;
            line-height: 25px;
            margin-bottom: 20px; }
      html body .container_body .main_btn {
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: -26px;
        position: relative;
        z-index: 7;
        margin-bottom: 226px; }
        html body .container_body .main_btn .site {
          color: #FFFFFF;
          font-family: Gula;
          font-size: 31px;
          letter-spacing: 0;
          line-height: 15px;
          text-align: center;
          text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
          text-transform: uppercase;
          text-decoration: none;
          background: transparent;
          padding: 18px 27px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-radius: 16px;
          z-index: 1;
          overflow: hidden;
          position: relative; }
          html body .container_body .main_btn .site:after {
            position: absolute;
            top: 0;
            left: 0%;
            width: 140%;
            height: 100%;
            background: -webkit-gradient(linear, left top, right top, from(#00ADDE), color-stop(70%, #FFE800), to(#FF9000));
            background: linear-gradient(90deg, #00ADDE 0%, #FFE800 70%, #FF9000 100%);
            content: '';
            z-index: -1;
            -webkit-transition: .3s ease-in;
            transition: .3s ease-in; }
          html body .container_body .main_btn .site:hover:after {
            left: -25%;
            -webkit-transition: .3s ease-out;
            transition: .3s ease-out; }
      html body .container_body .footer {
        width: 100%;
        height: 84px;
        background-color: #4D1A6B;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0px 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        html body .container_body .footer .footer_container {
          width: 100%;
          max-width: 1024px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          html body .container_body .footer .footer_container .footer_gauche .mentions {
            color: #FFFFFF;
            font-family: Nunito;
            font-size: 13px;
            font-weight: 900;
            letter-spacing: 0;
            line-height: 18px;
            text-align: center;
            text-decoration: none; }
          html body .container_body .footer .footer_container .footer_droit {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            html body .container_body .footer .footer_container .footer_droit .footer_texte {
              color: #FFFFFF;
              font-family: Nunito;
              font-size: 13px;
              font-weight: 900;
              letter-spacing: 0;
              line-height: 18px;
              text-align: center;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
            html body .container_body .footer .footer_container .footer_droit .fb {
              height: 44px;
              width: 44px;
              font-size: 19px;
              color: #4D1A6B;
              font-family: "Glyphterr";
              margin-right: 30px;
              background-color: white;
              border-radius: 50%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              text-decoration: none;
              -webkit-transition: .25s linear;
              transition: .25s linear;
              margin-right: 10px;
              margin-left: 20px; }
              html body .container_body .footer .footer_container .footer_droit .fb:hover {
                color: white;
                background-color: #242438;
                -webkit-transition: .25s linear;
                transition: .25s linear; }
            html body .container_body .footer .footer_container .footer_droit .mail {
              height: 44px;
              width: 44px;
              font-size: 19px;
              color: #4D1A6B;
              font-family: "Glyphterr";
              background-color: white;
              border-radius: 50%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              text-decoration: none;
              -webkit-transition: .25s linear;
              transition: .25s linear; }
              html body .container_body .footer .footer_container .footer_droit .mail:hover {
                color: white;
                background-color: #242438;
                -webkit-transition: .25s linear;
                transition: .25s linear; }
      html body .container_body .wrapper_video_popup {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        position: absolute;
        display: none;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        z-index: 10; }
        html body .container_body .wrapper_video_popup.active {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        html body .container_body .wrapper_video_popup .video_popup_container {
          width: 100%;
          max-width: 1024px;
          background-color: #170720;
          padding: 30px;
          position: fixed;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
          html body .container_body .wrapper_video_popup .video_popup_container .video_popup {
            height: 401px;
            width: 100%;
            height: 400px;
            padding: 0px 130px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            position: relative; }
            html body .container_body .wrapper_video_popup .video_popup_container .video_popup iframe {
              width: 100%;
              height: 100%; }
          html body .container_body .wrapper_video_popup .video_popup_container .close_container {
            position: absolute;
            top: 20px;
            right: 43px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            cursor: pointer; }
            html body .container_body .wrapper_video_popup .video_popup_container .close_container .popup_btn_close {
              color: #FFFFFF;
              font-family: Nunito;
              font-size: 13px;
              font-weight: 900;
              letter-spacing: 0;
              line-height: 18px; }
            html body .container_body .wrapper_video_popup .video_popup_container .close_container .close_icon {
              margin-left: 10px;
              height: 30px;
              width: 30px;
              border-radius: 50%;
              -webkit-transition: .35s ease-in;
              transition: .35s ease-in; }
            html body .container_body .wrapper_video_popup .video_popup_container .close_container:hover .close_icon {
              -webkit-transform: rotate(90deg);
                      transform: rotate(90deg);
              -webkit-transition: .35s ease-out;
              transition: .35s ease-out; }
          html body .container_body .wrapper_video_popup .video_popup_container .wrapper_prev, html body .container_body .wrapper_video_popup .video_popup_container .wrapper_next {
            position: absolute;
            bottom: 60px;
            left: 70px; }
            html body .container_body .wrapper_video_popup .video_popup_container .wrapper_prev .popup_btn_prev, html body .container_body .wrapper_video_popup .video_popup_container .wrapper_prev .popup_btn_next, html body .container_body .wrapper_video_popup .video_popup_container .wrapper_next .popup_btn_prev, html body .container_body .wrapper_video_popup .video_popup_container .wrapper_next .popup_btn_next {
              color: #FFFFFF;
              font-family: Gula;
              font-size: 13px;
              letter-spacing: 0;
              line-height: 15px;
              text-align: center;
              text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
              border-radius: 16px;
              background: transparent;
              padding: 8px 20px;
              cursor: pointer;
              text-transform: uppercase;
              z-index: 1;
              overflow: hidden;
              position: relative; }
              html body .container_body .wrapper_video_popup .video_popup_container .wrapper_prev .popup_btn_prev:after, html body .container_body .wrapper_video_popup .video_popup_container .wrapper_prev .popup_btn_next:after, html body .container_body .wrapper_video_popup .video_popup_container .wrapper_next .popup_btn_prev:after, html body .container_body .wrapper_video_popup .video_popup_container .wrapper_next .popup_btn_next:after {
                position: absolute;
                top: 0;
                left: 0%;
                width: 140%;
                height: 100%;
                background: -webkit-gradient(linear, left top, right top, from(#00ADDE), color-stop(70%, #FFE800), to(#FF9000));
                background: linear-gradient(90deg, #00ADDE 0%, #FFE800 70%, #FF9000 100%);
                content: '';
                z-index: -1;
                -webkit-transition: .3s ease-in;
                transition: .3s ease-in; }
              html body .container_body .wrapper_video_popup .video_popup_container .wrapper_prev .popup_btn_prev:hover:after, html body .container_body .wrapper_video_popup .video_popup_container .wrapper_prev .popup_btn_next:hover:after, html body .container_body .wrapper_video_popup .video_popup_container .wrapper_next .popup_btn_prev:hover:after, html body .container_body .wrapper_video_popup .video_popup_container .wrapper_next .popup_btn_next:hover:after {
                left: -25%;
                -webkit-transition: .3s ease-out;
                transition: .3s ease-out; }
          html body .container_body .wrapper_video_popup .video_popup_container .wrapper_next {
            left: unset;
            right: 70px; }

@media (max-width: 1044px) {
  html body.ready:before {
    -webkit-animation: unset;
            animation: unset;
    width: 100%;
    background-position: top center;
    -webkit-transform: scaleX(-1) scaleY(-2);
            transform: scaleX(-1) scaleY(-2);
    height: 280px;
    background-size: cover; }
  html body .container_body {
    /* HEADER */
    /* MAIN */
    /* BTN */
    /* FOOTER */ }
    html body .container_body:after {
      background-size: contain;
      background-position: top right;
      width: 60%;
      height: 500px; }
    html body .container_body .header {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: unset;
      padding-left: unset;
      padding: 0px 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      html body .container_body .header .header_container {
        max-width: unset;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
    html body .container_body .main {
      width: 95%;
      max-width: unset; }
      html body .container_body .main .container_video {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        html body .container_body .main .container_video .video {
          width: 197px;
          height: 197px; }
          html body .container_body .main .container_video .video .play {
            width: 176px; }
    html body .container_body .wrapper_video_popup .video_popup_container {
      padding-left: unset;
      padding-right: unset;
      max-width: 100%; }
      html body .container_body .wrapper_video_popup .video_popup_container .video_popup {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0px 40px;
        height: 400px; } }

@media (max-width: 788px) {
  html body.mentions:before {
    display: none; }
  html body.mentions .container_body:after {
    display: none; }
  html body.mentions .container_body:before {
    display: none !important; }
  html body.mentions .container_body .header {
    margin: 40px 0px;
    padding: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    html body.mentions .container_body .header .header_container a img {
      height: auto;
      width: 400px; }
  html body.mentions .container_body main:after {
    display: none !important; }
  html body .container_body {
    /* HEADER */
    /* MAIN */
    /* BTN */
    /* FOOTER */ }
    html body .container_body:before {
      height: 500px;
      width: 520px; }
    html body .container_body .main_legales {
      padding: 50px;
      max-width: 1024px;
      background-color: white;
      margin-bottom: 80px; }
      html body .container_body .main_legales h2 {
        color: #4D1A6B;
        font-family: Nunito;
        font-size: 21px;
        font-weight: 900;
        letter-spacing: 0;
        line-height: 23px;
        margin-bottom: 20px; }
      html body .container_body .main_legales p {
        color: #262129;
        font-family: Nunito;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 18px;
        margin-bottom: 10px; }
      html body .container_body .main_legales h4 {
        color: #6773C3;
        font-family: Nunito;
        font-size: 19px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 23px;
        margin-bottom: 20px; }
    html body .container_body .header {
      margin-top: 25px;
      margin-bottom: 60px;
      padding: 0px 50px; }
      html body .container_body .header .header_container .logo_2 {
        width: 100%;
        height: auto; }
      html body .container_body .header .header_container .container_input {
        margin-top: 25px; }
        html body .container_body .header .header_container .container_input .prenom {
          font-size: 15px;
          line-height: 21px; }
      html body .container_body .header .header_container .description {
        width: 100%;
        text-align: center;
        padding-left: unset;
        font-size: 24px;
        line-height: 30px;
        margin-top: 25px; }
    html body .container_body .main:after {
      display: none; }
    html body .container_body .main .container_video .video {
      width: 198px;
      height: 198px; }
    html body .container_body .main .main_bas {
      padding: unset;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0px 20px 40px; }
      html body .container_body .main .main_bas .placeholder {
        display: none; }
      html body .container_body .main .main_bas .description_rs {
        text-align: center;
        font-size: 24px;
        line-height: 31px; }
      html body .container_body .main .main_bas .container_rs {
        margin-left: unset;
        margin-top: 30px; }
        html body .container_body .main .main_bas .container_rs .logo_rs .fb {
          height: 50px;
          width: 50px;
          font-size: 20px; }
        html body .container_body .main .main_bas .container_rs .logo_rs .mail {
          height: 50px;
          width: 50px;
          font-size: 20px; }
    html body .container_body .main_btn {
      margin-bottom: 108px; }
    html body .container_body .footer {
      z-index: 7; }
      html body .container_body .footer .footer_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        html body .container_body .footer .footer_container .footer_gauche {
          text-align: center; }
        html body .container_body .footer .footer_container .footer_droit {
          margin-top: 10px;
          text-align: center; }
          html body .container_body .footer .footer_container .footer_droit .fb {
            height: 25px;
            width: 25px;
            font-size: 13px;
            margin-left: 10px; }
          html body .container_body .footer .footer_container .footer_droit .mail {
            height: 25px;
            width: 25px;
            font-size: 13px;
            margin-right: unset; } }

@media (max-width: 579px) {
  html body.ready:before {
    height: 120px; }
  html body.mentions:before {
    display: none; }
  html body.mentions .container_body:after {
    display: none; }
  html body.mentions .container_body:before {
    display: none !important; }
  html body.mentions .container_body .header {
    margin: 30px 0px;
    padding: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    html body.mentions .container_body .header .header_container a img {
      height: auto;
      width: 300px; }
  html body.mentions .container_body main:after {
    display: none !important; }
  html body .container_body {
    /* HEADER */
    /* MAIN */
    /* BTN */
    /* FOOTER */ }
    html body .container_body:before {
      height: 400px;
      width: 420px; }
    html body .container_body .main_legales {
      padding: 20px;
      max-width: 1024px;
      background-color: white;
      margin-bottom: 60px; }
      html body .container_body .main_legales h2 {
        color: #4D1A6B;
        font-family: Nunito;
        font-size: 19px;
        font-weight: 900;
        letter-spacing: 0;
        line-height: 21px;
        margin-bottom: 15px; }
      html body .container_body .main_legales p {
        color: #262129;
        font-family: Nunito;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 16px;
        margin-bottom: 10px; }
      html body .container_body .main_legales h4 {
        color: #6773C3;
        font-family: Nunito;
        font-size: 17px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 21px;
        margin-bottom: 15px; }
    html body .container_body .header .header_container .container_input {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: unset;
      width: 100%;
      background-color: unset;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: unset; }
      html body .container_body .header .header_container .container_input .prenom {
        padding-left: unset;
        width: 100%;
        padding: 10px 20px;
        /* font-size: 11px; */
        text-align: center; }
        html body .container_body .header .header_container .container_input .prenom::-webkit-input-placeholder {
          font-size: 13px; }
        html body .container_body .header .header_container .container_input .prenom::-moz-placeholder {
          font-size: 13px; }
        html body .container_body .header .header_container .container_input .prenom:-ms-input-placeholder {
          font-size: 13px; }
        html body .container_body .header .header_container .container_input .prenom::-ms-input-placeholder {
          font-size: 13px; }
        html body .container_body .header .header_container .container_input .prenom::placeholder {
          font-size: 13px; }
      html body .container_body .header .header_container .container_input .btn_envoi {
        margin: unset;
        max-width: 120px;
        width: 100%;
        margin-top: 10px;
        padding: 10px 20px; }
    html body .container_body .header .header_container .msg_error {
      padding-left: unset;
      text-align: center;
      font-size: 15px; }
    html body .container_body .main {
      width: 92%; }
      html body .container_body .main .container_video {
        padding: 20px 20px 0px 20px; }
        html body .container_body .main .container_video .video {
          width: 110px;
          height: 110px;
          margin: 5px; }
          html body .container_body .main .container_video .video:before {
            top: 5px;
            left: 5px;
            height: 20px;
            width: 20px;
            font-size: 17px; }
          html body .container_body .main .container_video .video .play {
            width: 90px;
            bottom: 4px;
            height: 15px;
            font-size: 11px; }
      html body .container_body .main .main_bas {
        -webkit-mask-size: cover;
                mask-size: cover;
        height: 330px;
        padding: 0px 20px 30px; }
        html body .container_body .main .main_bas .description_rs {
          font-size: 17px;
          line-height: 21px; }
        html body .container_body .main .main_bas .container_rs .rs_partager {
          font-size: 17px;
          line-height: 21px; }
        html body .container_body .main .main_bas .container_rs .logo_rs .fb {
          height: 30px;
          width: 30px;
          font-size: 16px; }
        html body .container_body .main .main_bas .container_rs .logo_rs .mail {
          height: 30px;
          width: 30px;
          font-size: 16px; }
    html body .container_body .footer {
      padding: 20px 20px;
      height: unset; }
      html body .container_body .footer .footer_container .footer_droit .footer_texte {
        display: none; }
    html body .container_body .wrapper_video_popup .video_popup_container .video_popup {
      padding: 0px 20px;
      height: 280px; }
    html body .container_body .wrapper_video_popup .video_popup_container .close_container {
      top: 10px;
      right: 30px; }
      html body .container_body .wrapper_video_popup .video_popup_container .close_container .popup_btn_close {
        font-size: 11px;
        font-weight: 600; }
      html body .container_body .wrapper_video_popup .video_popup_container .close_container .close_icon {
        margin-left: 5px;
        height: 20px;
        width: 20px; }
    html body .container_body .wrapper_video_popup .video_popup_container .wrapper_prev, html body .container_body .wrapper_video_popup .video_popup_container .wrapper_next {
      bottom: 10px;
      left: 20px; }
      html body .container_body .wrapper_video_popup .video_popup_container .wrapper_prev .popup_btn_prev, html body .container_body .wrapper_video_popup .video_popup_container .wrapper_prev .popup_btn_next, html body .container_body .wrapper_video_popup .video_popup_container .wrapper_next .popup_btn_prev, html body .container_body .wrapper_video_popup .video_popup_container .wrapper_next .popup_btn_next {
        padding: 6px 12px; }
    html body .container_body .wrapper_video_popup .video_popup_container .wrapper_next {
      left: unset;
      right: 20px; } }

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