@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?9oguq9");
  src: url("fonts/icomoon.eot?9oguq9#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?9oguq9") format("truetype"), url("fonts/icomoon.woff?9oguq9") format("woff"), url("fonts/icomoon.svg?9oguq9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
@keyframes rotateY {
  from {
    transform: translateY(-50%) rotate(0deg); }
  to {
    transform: translateY(-50%) rotate(360deg); } }
@keyframes rotateXY {
  from {
    transform: translate(-50%, -50%) rotate(0deg); }
  to {
    transform: translate(-50%, -50%) rotate(360deg); } }
body, html {
  padding: 0;
  margin: 0;
  position: relative;
  min-height: 100%;
  height: 100%; }

body {
  font-family: 'Quicksand'; }
  body.noScroll {
    touch-action: none;
    overscroll-behavior: none;
    -webkit-overflow-scrolling: auto;
    overflow: hidden; }

#MyHeader {
  background: black;
  width: 100%;
  height: 100px;
  position: relative; }
  #MyHeader #logo {
    position: absolute;
    left: 50px;
    height: 80%;
    width: auto;
    top: 50%;
    transform: translateY(-50%); }
    #MyHeader #logo img {
      height: 100%;
      width: auto; }

.colorTitle {
  color: #9FA447; }

.white {
  color: white; }

.center {
  text-align: center; }

.big {
  font-size: 40px; }

.big2 {
  font-size: 28px; }

.btnAppel {
  background: #9FA447;
  color: white;
  text-align: center;
  border-radius: 6px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }

.centerBtnAbs {
  left: 50%; }

@keyframes bouncingBtn {
  from {
    width: 0%; }
  to {
    width: 30%; } }
@keyframes bouncingBtnMobile {
  from {
    width: 0%; }
  to {
    width: 80%; } }
.BtnAppelx {
  position: absolute;
  bottom: 0px;
  transform: translate(-50%, 50%);
  height: 90px;
  line-height: 90px;
  width: 0px;
  font-size: 28px;
  overflow: hidden; }
  .BtnAppelx.animeStart {
    animation: bouncingBtn 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
    animation-delay: 2.3s; }
  .BtnAppelx.anime {
    animation: bouncingBtn 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards; }

#Cadre1 {
  padding: 1px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 601px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 100%), url("/web/assets/images/media/up.png");
  background-size: cover; }

#CadreText1 h1 {
  margin-top: 45px;
  margin-bottom: 70px;
  opacity: 0;
  transition: all 0.8s; }
  #CadreText1 h1.appear {
    margin-top: 0px;
    opacity: 1;
    transition: all 0.8s; }
#CadreText1 h2 {
  transform: translateY(20px);
  margin-bottom: 50px;
  opacity: 0; }
  #CadreText1 h2.appear {
    transform: translateY(0px);
    opacity: 1;
    transition: all 0.8s; }
#CadreText1 p {
  transform: translateY(20px);
  font-size: 22px;
  opacity: 0; }
  #CadreText1 p.appear {
    transform: translateY(0px);
    opacity: 1;
    transition: all 0.8s; }

.TextCenter {
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%); }

#Cadre2 {
  width: 100%;
  padding: 1px;
  box-sizing: border-box;
  height: 800px;
  position: relative; }

@keyframes Appear {
  from {
    top: 60%;
    opacity: 0; }
  to {
    top: 50%;
    opacity: 1; } }
@keyframes DisAppear {
  from {
    top: 50%;
    opacity: 1; }
  to {
    top: 60%;
    opacity: 0; } }
@keyframes AppearRel {
  from {
    transform: translateY(30px);
    opacity: 0; }
  to {
    transform: translateY(0px);
    opacity: 1; } }
@keyframes DisAppearRel {
  from {
    transform: translateY(0px);
    opacity: 1; }
  to {
    transform: translateY(30px);
    opacity: 0; } }
.cadreWhite {
  width: 50%;
  position: absolute;
  left: 50%;
  top: 70%;
  opacity: 0;
  transition: all 0.5s;
  transform: translate(-50%, -50%);
  background: white;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
  padding: 40px 40px 40px 106px;
  box-sizing: border-box; }
  .cadreWhite.anime {
    animation: Appear 0.5s linear forwards; }
  .cadreWhite.desanime {
    animation: DisAppear 0.5s linear forwards; }
  .cadreWhite p {
    font-size: 18px; }
  .cadreWhite .PicCadre {
    position: absolute;
    width: 150px;
    height: 150px;
    left: 0%;
    top: 20px;
    transform: translateX(-50%);
    border-radius: 50%;
    overflow: hidden; }
    .cadreWhite .PicCadre img {
      width: 105%;
      height: auto;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }

.Cadre3 {
  width: 100%;
  background: #262625;
  padding: 30px 30px 120px;
  box-sizing: border-box;
  position: relative; }
  .Cadre3 h1 {
    margin-top: 45px;
    margin-bottom: 70px;
    opacity: 0;
    transition: all 0.8s; }
    .Cadre3 h1.appear {
      margin-top: 0px;
      opacity: 1;
      transition: all 0.8s; }
  .Cadre3 p {
    transform: translateY(20px);
    font-size: 22px;
    opacity: 0; }
    .Cadre3 p.appear {
      transform: translateY(0px);
      opacity: 1;
      transition: all 0.8s; }
  .Cadre3 .CenterText {
    width: 50%;
    margin: auto; }

.Hightlight {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 20px 20px 50px;
  position: relative; }
  .Hightlight:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 15px;
    height: 100%;
    background: #9FA447;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }
  .Hightlight p {
    color: #9FA447;
    font-size: 32px;
    font-weight: bold; }

#Text3 p {
  font-size: 24px; }

#Cadre4 {
  min-height: 400px; }

.BlocStep {
  width: 50%;
  margin: 140px auto 60px;
  background: white;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
  transform: translateY(30px);
  opacity: 0; }
  .BlocStep.anime {
    animation: AppearRel 0.5s linear forwards; }
  .BlocStep.desanime {
    animation: DisAppearRel 0.5s linear forwards; }
  .BlocStep .HeadBS {
    background: #262625;
    width: 100%;
    height: 100px;
    position: relative; }
    .BlocStep .HeadBS span {
      display: block;
      width: 100%;
      left: 0px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: white;
      font-size: 24px;
      text-align: center; }
  .BlocStep .InBS {
    padding: 1px;
    box-sizing: border-box;
    width: 100%; }
    .BlocStep .InBS .Wstep {
      width: 80%;
      margin: 30px auto; }
      .BlocStep .InBS .Wstep .OneStep {
        width: 100%;
        margin-bottom: 60px;
        background: #9FA447;
        padding: 10px;
        box-sizing: border-box;
        color: white;
        position: relative; }
        .BlocStep .InBS .Wstep .OneStep .numStep {
          text-transform: uppercase;
          font-weight: bold; }
        .BlocStep .InBS .Wstep .OneStep .nameStep {
          font-weight: bold; }
        .BlocStep .InBS .Wstep .OneStep .descStep {
          font-style: italic; }
          .BlocStep .InBS .Wstep .OneStep .descStep span {
            line-height: 25px; }
        .BlocStep .InBS .Wstep .OneStep span {
          display: block;
          width: 100%;
          color: white;
          text-align: center;
          line-height: 30px; }
        .BlocStep .InBS .Wstep .OneStep .TransStep {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 30px 100px 0 100px;
          border-color: #ccd26e transparent transparent transparent;
          position: absolute;
          top: 100%;
          left: 50%;
          transform: translateX(-50%); }

#BlocPicsMess {
  width: 60%;
  margin: 95px auto;
  position: relative;
  padding-bottom: 26%; }
  #BlocPicsMess .picMess {
    width: 40%;
    position: absolute;
    top: 0px; }
    #BlocPicsMess .picMess.large {
      width: 50%; }
    #BlocPicsMess .picMess img {
      width: 100%;
      height: auto; }
  #BlocPicsMess #Mess1 {
    left: 0px;
    z-index: 3; }
    #BlocPicsMess #Mess1 img {
      margin-top: 0px; }
  #BlocPicsMess #Mess3 {
    right: 0px;
    z-index: 1; }
    #BlocPicsMess #Mess3 img {
      margin-top: 0px; }
  #BlocPicsMess #Mess2 {
    left: 25%;
    z-index: 2; }
    #BlocPicsMess #Mess2 img {
      margin-top: 70px; }

#StrongLine {
  color: #9FA447;
  font-size: 42px;
  width: 40%;
  margin: 30px auto;
  font-weight: bold;
  text-align: center;
  transform: translateY(30px);
  opacity: 0; }
  #StrongLine.anime {
    animation: AppearRel 0.5s linear forwards; }
  #StrongLine.desanime {
    animation: DisAppearRel 0.5s linear forwards; }

#SoftLine {
  color: black;
  font-size: 30px;
  width: 40%;
  margin: 30px auto 90px;
  transform: translateY(30px);
  opacity: 0;
  text-align: center; }
  #SoftLine.anime {
    animation: AppearRel 0.5s linear forwards; }
  #SoftLine.desanime {
    animation: DisAppearRel 0.5s linear forwards; }

.BlocPB {
  width: 50%;
  background: white;
  margin: 90px auto;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
  padding: 50px;
  box-sizing: border-box;
  transform: translateY(30px);
  opacity: 0; }
  .BlocPB h1 {
    margin-top: 0px;
    font-size: 30px;
    margin-bottom: 50px; }
  .BlocPB.anime {
    animation: AppearRel 0.5s linear forwards; }
  .BlocPB.desanime {
    animation: DisAppearRel 0.5s linear forwards; }
  .BlocPB .textPB {
    font-size: 22px;
    margin: 20px auto; }
    .BlocPB .textPB .light {
      color: #9FA447;
      font-weight: 600; }
  .BlocPB .transition {
    margin: 30px auto;
    font-size: 24px;
    color: #9FA447;
    font-weight: 600;
    text-align: center; }

#TextB1 {
  width: 50%;
  margin: 40px auto; }
  #TextB1 p {
    text-align: center;
    font-size: 24px;
    color: #9FA447; }

#CadreBenef {
  width: 50%;
  margin: 95px auto; }
  #CadreBenef .oneBenefice {
    width: 100%;
    margin-bottom: 50px;
    transform: translateY(30px);
    opacity: 0; }
    #CadreBenef .oneBenefice.anime {
      animation: AppearRel 0.5s linear forwards; }
      #CadreBenef .oneBenefice.anime.anime2 .HeadBenef:after {
        opacity: 1;
        transition: all 0.3s; }
    #CadreBenef .oneBenefice.desanime {
      animation: DisAppearRel 0.5s linear forwards; }
    #CadreBenef .oneBenefice .HeadBenef {
      box-sizing: border-box;
      padding-left: 50px;
      position: relative;
      margin-bottom: 20px; }
      #CadreBenef .oneBenefice .HeadBenef span {
        color: #9FA447;
        font-size: 30px;
        font-weight: bold;
        line-height: 30px; }
      #CadreBenef .oneBenefice .HeadBenef:before {
        content: '';
        position: absolute;
        left: 0px;
        width: 30px;
        height: 30px;
        background: #9FA447; }
      #CadreBenef .oneBenefice .HeadBenef:after {
        content: '✔';
        opacity: 0;
        transition: all 0.3s;
        position: absolute;
        left: 0px;
        width: 30px;
        line-height: 30px;
        font-size: 22px;
        height: 30px;
        color: white;
        text-align: center; }
    #CadreBenef .oneBenefice .descrBenef p {
      font-size: 24px; }

#TextB2 {
  width: 50%;
  margin: 40px auto 95px; }
  #TextB2 h1 {
    margin-bottom: 60px; }
  #TextB2 ul {
    margin: 0;
    padding: 0; }
    #TextB2 ul li {
      list-style: none;
      line-height: 40px;
      padding-left: 40px;
      font-size: 26px;
      margin-bottom: 30px;
      display: block;
      box-sizing: border-box;
      position: relative;
      transform: translateY(30px);
      opacity: 0; }
      #TextB2 ul li.anime {
        animation: AppearRel 0.5s linear forwards; }
      #TextB2 ul li.desanime {
        animation: DisAppearRel 0.5s linear forwards; }
      #TextB2 ul li:before {
        content: "\f005";
        font-family: 'icomoon';
        width: 20px;
        height: 20px;
        color: #9FA447;
        position: absolute;
        left: 0px;
        top: 0px; }

#CadreFAQ {
  width: 50%;
  margin: 90px auto 95px; }
  #CadreFAQ h1 {
    margin-bottom: 50px; }
  #CadreFAQ .OneQuest {
    width: 100%;
    margin-bottom: 60px;
    transform: translateY(30px);
    opacity: 0; }
    #CadreFAQ .OneQuest.anime {
      animation: AppearRel 0.5s linear forwards; }
    #CadreFAQ .OneQuest.desanime {
      animation: DisAppearRel 0.5s linear forwards; }
    #CadreFAQ .OneQuest .Question {
      width: 100%;
      box-sizing: border-box;
      padding-left: 40px;
      position: relative;
      margin-bottom: 15px; }
      #CadreFAQ .OneQuest .Question span {
        font-weight: bold;
        font-size: 24px; }
      #CadreFAQ .OneQuest .Question:before {
        content: "\f059";
        font-family: 'icomoon';
        width: 20px;
        height: 20px;
        font-size: 32px;
        color: #9FA447;
        position: absolute;
        left: 0px;
        top: 0px; }
    #CadreFAQ .OneQuest .Reponse {
      width: 100%;
      text-align: right; }
      #CadreFAQ .OneQuest .Reponse span {
        font-size: 24px; }

.Clicose {
  width: 100%;
  background: #262625;
  padding: 30px;
  box-sizing: border-box; }
  .Clicose h1 {
    margin-top: 0px;
    margin-bottom: 50px; }

.btnInCadre {
  position: relative;
  margin: 40px auto;
  height: 60px;
  line-height: 60px;
  width: 0px;
  font-size: 28px;
  overflow: hidden;
  background: #9FA447;
  border-radius: 6px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }
  .btnInCadre span {
    text-align: center;
    color: white;
    display: block; }
  .btnInCadre.anime {
    animation: bouncingBtn 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards; }

.toContact:hover {
  cursor: pointer; }

.pop {
  position: fixed;
  display: none;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); }
  .pop .containModal {
    width: 600px;
    height: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    perspective: 1000px; }
    .pop .containModal .closePop {
      position: absolute;
      left: 100%;
      top: 0%;
      transform: translate(50%, -50%);
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: red; }
      .pop .containModal .closePop i {
        color: white;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
      .pop .containModal .closePop:hover {
        cursor: pointer; }

.Card {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 1s;
  transform-style: preserve-3d; }
  .Card.is-flipped {
    transform: rotateY(180deg); }
    .Card.is-flipped .InP.Back {
      display: block; }

@keyframes rotateSpin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.InP {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden; }
  .InP.Front {
    background: white;
    transform: rotateY(0deg); }
  .InP.Back {
    transform: rotateY(180deg);
    background: #262625; }
    .InP.Back i {
      font-size: 60px;
      display: block;
      width: 60px;
      margin: 30px auto;
      color: white;
      animation: rotateSpin 0.8s linear infinite; }
    .InP.Back p {
      text-align: center;
      font-size: 28px;
      color: white; }

.FormFace {
  width: 100%;
  height: 100%; }
  .FormFace .TitrePop {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    text-align: center; }
  .FormFace .inPop {
    padding: 1px;
    box-sizing: border-box;
    height: calc(100% - 40px);
    position: relative; }
    .FormFace .inPop #FormContact {
      width: 100%;
      padding: 1px; }
    .FormFace .inPop #ErrorContact {
      position: absolute;
      display: none;
      bottom: 0px;
      left: 0px;
      height: 30px;
      line-height: 30px;
      background: #EA1E44;
      color: white;
      text-align: center;
      width: 100%;
      font-style: italic; }

.CheckFace {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
  background: #8CC540;
  color: white; }
  .CheckFace i {
    font-size: 60px;
    display: block;
    margin: 30px auto;
    color: white;
    width: 60px; }
  .CheckFace p {
    text-align: center;
    font-size: 28px; }

.WrapTextArea {
  width: 80%;
  margin: 30px auto 20px; }
  .WrapTextArea textarea {
    width: 100%;
    border: solid black 1px;
    padding: 10px;
    box-sizing: border-box;
    background: white;
    height: 100px;
    resize: none; }

#ValideContact {
  width: 60%;
  margin: 20px auto;
  background: #9FA447;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: white;
  overflow: hidden;
  position: relative; }
  #ValideContact i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); }
  #ValideContact:hover {
    cursor: pointer; }

.WrapInput {
  width: 80%;
  height: 60px;
  position: relative;
  margin: 0px auto 20px;
  padding: 1px; }
  .WrapInput.warning:after {
    content: "\f071";
    font-family: 'icomoon';
    position: absolute;
    right: 10px;
    color: #EA1E44;
    font-size: 19px;
    top: calc(50% + 20px);
    transform: translateY(-50%); }
  .WrapInput.check:after {
    content: "\f09f";
    font-family: 'icomoon';
    position: absolute;
    right: 10px;
    color: #8CC540;
    font-size: 19px;
    top: calc(50% + 20px);
    transform: translateY(-50%); }
  .WrapInput input {
    display: block;
    height: 30px;
    margin-top: 30px;
    background: transparent;
    border: none;
    border-bottom: solid black 1px;
    width: 100%; }
  .WrapInput label {
    position: absolute;
    top: 35px;
    line-height: 30px;
    transition: top 0.3s; }
    .WrapInput label.on {
      font-size: 14px;
      top: 0px;
      transition: top 0.3s; }

.TextInface {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

@media screen and (max-width: 500px) {
  .BtnAppelx {
    height: 60px;
    line-height: 60px;
    font-size: 20px; }
    .BtnAppelx.animeStart {
      animation: bouncingBtnMobile 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
      animation-delay: 2.3s; }
    .BtnAppelx.anime {
      animation: bouncingBtnMobile 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards; }

  #MyHeader #logo {
    left: 50%;
    transform: translate(-50%, -50%); }

  #Cadre1 {
    padding: 1px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 601px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 100%);
    background-size: cover; }

  #Cadre2 {
    height: 910px; }

  .cadreWhite {
    width: 100%;
    box-shadow: none;
    padding: 106px 20px 20px; }
    .cadreWhite p {
      font-size: 18px; }
    .cadreWhite .PicCadre {
      left: 50%;
      top: 0%;
      transform: translate(-50%, -50%); }

  .TextCenter {
    position: absolute;
    width: 95%;
    left: 50%;
    top: 44%;
    transform: translate(-50%, -50%); }

  #CadreText1 h1 {
    margin-top: 10px;
    margin-bottom: 10px; }
  #CadreText1 h2 {
    margin-bottom: 10px; }
  #CadreText1 p {
    font-size: 16px; }

  .Cadre3 {
    padding: 10px 10px 60px;
    position: relative; }
    .Cadre3 .CenterText {
      width: 95%;
      margin: auto; }

  .BlocStep {
    width: 95%; }

  #BlocPicsMess {
    width: 95%;
    margin: 95px auto 129px;
    position: relative;
    padding-bottom: 26%; }
    #BlocPicsMess .picMess {
      width: 40%;
      position: absolute;
      top: 0px; }
      #BlocPicsMess .picMess.large {
        width: 50%; }
      #BlocPicsMess .picMess img {
        width: 100%;
        height: auto; }
    #BlocPicsMess #Mess1 {
      left: 0px;
      z-index: 3; }
      #BlocPicsMess #Mess1 img {
        margin-top: 0px; }
    #BlocPicsMess #Mess3 {
      right: 0px;
      z-index: 1; }
      #BlocPicsMess #Mess3 img {
        margin-top: 0px; }
    #BlocPicsMess #Mess2 {
      left: 25%;
      z-index: 2; }
      #BlocPicsMess #Mess2 img {
        margin-top: 70px; }

  #StrongLine, #SoftLine {
    width: 95%; }

  .BlocPB {
    width: 95%; }
    .BlocPB .textPB .light {
      display: block; }
    .BlocPB .transition {
      font-size: 20px; }

  #TextB1 {
    width: 95%;
    margin: 40px auto; }
    #TextB1 p {
      text-align: center;
      font-size: 20px;
      color: #9FA447; }

  #CadreBenef {
    width: 95%; }
    #CadreBenef .oneBenefice .HeadBenef {
      box-sizing: border-box;
      padding-left: 50px;
      position: relative;
      margin-bottom: 20px; }
      #CadreBenef .oneBenefice .HeadBenef span {
        font-size: 21px;
        line-height: 26px; }
      #CadreBenef .oneBenefice .HeadBenef:before {
        width: 26px;
        height: 26px; }
      #CadreBenef .oneBenefice .HeadBenef:after {
        width: 26px;
        line-height: 26px;
        font-size: 18px;
        height: 26px; }
    #CadreBenef .oneBenefice .descrBenef p {
      font-size: 18px; }

  #TextB2 {
    width: 95%; }
    #TextB2 ul li {
      font-size: 18px; }

  #CadreFAQ {
    width: 90%; }
    #CadreFAQ .OneQuest .Question span {
      font-size: 20px; }
    #CadreFAQ .OneQuest .Reponse span {
      font-size: 16px; }

  .btnInCadre.anime {
    animation: bouncingBtnMobile 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards; }

  .pop .containModal {
    z-index: 999999999999999;
    width: 100%;
    height: 100%; }
    .pop .containModal .closePop {
      right: 5px;
      left: auto;
      z-index: 3;
      top: 5px;
      transform: none; }

  #Text3 p {
    font-size: 20px; }

  select, textarea, input {
    font-size: 16px; }

  .WrapInput {
    width: 80%;
    height: 60px;
    position: relative;
    margin: 0px auto 20px;
    padding: 1px; }
    .WrapInput.warning:after {
      content: "\f071";
      font-family: 'icomoon';
      position: absolute;
      right: 10px;
      color: #EA1E44;
      font-size: 19px;
      top: calc(50% + 20px);
      transform: translateY(-50%); }
    .WrapInput.check:after {
      content: "\f09f";
      font-family: 'icomoon';
      position: absolute;
      right: 10px;
      color: #8CC540;
      font-size: 19px;
      top: calc(50% + 20px);
      transform: translateY(-50%); }
    .WrapInput input {
      display: block;
      height: 30px;
      margin-top: 30px;
      background: transparent;
      border: none;
      border-bottom: solid black 1px;
      width: 100%; }
    .WrapInput label {
      position: absolute;
      top: 0px;
      line-height: 30px;
      transition: top 0.3s; }
      .WrapInput label.on {
        font-size: 14px;
        top: 0px;
        transition: top 0.3s; }

  .InP {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden; }
    .InP.Front {
      background: white;
      transform: rotateY(0deg); }
    .InP.Back {
      display: none;
      transform: rotateY(180deg);
      background: #262625; }
      .InP.Back i {
        font-size: 60px;
        display: block;
        width: 60px;
        margin: 30px auto;
        color: white;
        animation: rotateSpin 0.8s linear infinite; }
      .InP.Back p {
        text-align: center;
        font-size: 28px;
        color: white; } }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px; } }
