
.button[data-v-303fff1c] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-303fff1c]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-303fff1c] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-303fff1c]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-303fff1c] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-303fff1c]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-303fff1c] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-303fff1c]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-303fff1c] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-303fff1c] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-303fff1c] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-303fff1c] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-303fff1c] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-303fff1c] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-303fff1c] {
  font-weight: bold;
}
.card[data-v-303fff1c] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-303fff1c] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-303fff1c] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-303fff1c] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-303fff1c] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-303fff1c] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-303fff1c] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-303fff1c] {
      border-color: #EF616C;
}
.card .button[data-v-303fff1c] {
    margin-top: 64px;
}

.button[data-v-372e8b44] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-372e8b44]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-372e8b44] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-372e8b44]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-372e8b44] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-372e8b44]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-372e8b44] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-372e8b44]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-372e8b44] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-372e8b44] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-372e8b44] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-372e8b44] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-372e8b44] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-372e8b44] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-372e8b44] {
  font-weight: bold;
}
.card[data-v-372e8b44] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-372e8b44] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-372e8b44] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-372e8b44] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-372e8b44] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-372e8b44] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-372e8b44] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-372e8b44] {
      border-color: #EF616C;
}
.card .button[data-v-372e8b44] {
    margin-top: 64px;
}
.home .content1[data-v-372e8b44] {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 32px 0 0;
}
.home .card[data-v-372e8b44] {
  top: 0;
  margin: 24px 16px;
  padding: 32px;
  display: inline-block;
  color: white;
  width: 20%;
  min-width: 208px;
  max-width: 256px;
  height: 275px;
  font-size: 1.2em;
}
.home .card img[data-v-372e8b44] {
  margin-top: 20px;
  height: 150px;
}
.home .b1[data-v-372e8b44] {
  background-color: #0067D1;
}
.home .b2[data-v-372e8b44] {
  background-color: #0067D1;
}
.home .b3[data-v-372e8b44] {
  background-color: #0067D1;
}
.home .b4[data-v-372e8b44] {
  background-color: #0067D1;
}
.home .content[data-v-372e8b44] {
  width: 100%;
  background-color: red;
  margin: 0;
}
.home .content .bande[data-v-372e8b44] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 128px;
    width: calc(100% - 256px);
    min-height: 128px;
    background-color: #0067D1;
    margin: 64px 0 0;
}
.home .content .bande .info[data-v-372e8b44] {
      display: inline-block;
      margin: 40px 40px;
      background: transparent;
      color: white;
}
.home .content .bande .material-icons[data-v-372e8b44] {
      font-size: 60px;
      display: inline-block;
      margin-right: 15px;
      margin-top: -20px;
}
.home .content .bande .txt[data-v-372e8b44] {
      display: inline-block;
      font-size: 1.1em;
}
.home .footer-image[data-v-372e8b44] {
  height: 364px;
  width: 100%;
  background-image: url(/static/img/head.cc25e0d.png);
  background-position: center;
  background-size: cover;
}

.button[data-v-01b9d4cf] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-01b9d4cf]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-01b9d4cf] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-01b9d4cf]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-01b9d4cf] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-01b9d4cf]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-01b9d4cf] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-01b9d4cf]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-01b9d4cf] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-01b9d4cf] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-01b9d4cf] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-01b9d4cf] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-01b9d4cf] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-01b9d4cf] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-01b9d4cf] {
  font-weight: bold;
}
.card[data-v-01b9d4cf] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-01b9d4cf] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-01b9d4cf] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-01b9d4cf] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-01b9d4cf] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-01b9d4cf] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-01b9d4cf] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-01b9d4cf] {
      border-color: #EF616C;
}
.card .button[data-v-01b9d4cf] {
    margin-top: 64px;
}
.hero[data-v-01b9d4cf] {
  position: relative;
  width: 100%;
  height: 512px;
  background-image: url(/static/img/hero-background.cf888e3.jpg);
  background-position: center;
  background-size: cover;
}
.hero .overlay[data-v-01b9d4cf] {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0067D1;
    opacity: 0.75;
}
.hero .divider-v[data-v-01b9d4cf] {
    border-left: solid 1px #fefefe;
    height: 40px;
    width: 1px;
    margin: 12px;
}
.hero .topbar[data-v-01b9d4cf] {
    position: relative;
    z-index: 100;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.hero .topbar .infos-container[data-v-01b9d4cf] {
      display: -ms-flexbox;
      display: flex;
}
.hero .topbar .infos-container .logo-white[data-v-01b9d4cf] {
        width: 192px;
        background: url(/static/img/Logo-long.7e98969.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        color: #fefefe;
        line-height: 64px;
        font-size: 28px;
        font-weight: 800;
        transition: 0.4s;
        cursor: pointer;
}
.hero .topbar .infos-container .logo-white[data-v-01b9d4cf]:hover {
        opacity: 0.6;
}
.hero .topbar .infos-container .phone-icon[data-v-01b9d4cf] {
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 16px;
        margin: 0 8px 0 0;
}
.hero .topbar .infos-container .support-infos[data-v-01b9d4cf] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        color: #F8F8FA;
        line-height: 64px;
}
.hero .topbar .infos-container .support-infos .phone-number[data-v-01b9d4cf] {
          margin: 0 8px;
}
.hero .topbar .log-actions[data-v-01b9d4cf] {
      display: -ms-flexbox;
      display: flex;
      width: 320px;
      -ms-flex-align: center;
          align-items: center;
}
.hero .topbar .log-actions .button[data-v-01b9d4cf] {
        width: 128px;
        height: 42px;
        margin: 0 4px;
        padding: 0;
        line-height: 42px;
}
.hero .container[data-v-01b9d4cf] {
    position: relative;
    z-index: 100;
}
.hero .container .title[data-v-01b9d4cf] {
      margin: 128px 0 0;
      height: 48px;
      width: 100%;
      line-height: 48px;
      font-size: 32px;
      color: #F8F8FA;
      letter-spacing: 0;
}
.hero .container .subtitle[data-v-01b9d4cf] {
      margin: 8px 0 0;
      height: 32px;
      width: 100%;
      line-height: 32px;
      font-size: 24px;
      color: #F8F8FA;
      letter-spacing: 0;
}

.button[data-v-17ab221a] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-17ab221a]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-17ab221a] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-17ab221a]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-17ab221a] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-17ab221a]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-17ab221a] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-17ab221a]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-17ab221a] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-17ab221a] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-17ab221a] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-17ab221a] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-17ab221a] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-17ab221a] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-17ab221a] {
  font-weight: bold;
}
.card[data-v-17ab221a] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-17ab221a] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-17ab221a] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-17ab221a] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-17ab221a] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-17ab221a] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-17ab221a] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-17ab221a] {
      border-color: #EF616C;
}
.card .button[data-v-17ab221a] {
    margin-top: 64px;
}
.divider-v[data-v-17ab221a] {
  border-left: solid 1px #fefefe;
  height: 40px;
  width: 1px;
  margin: 12px;
}
.topbar[data-v-17ab221a] {
  position: relative;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.topbar .infos-container[data-v-17ab221a] {
    display: -ms-flexbox;
    display: flex;
}
.topbar .infos-container .logo-white[data-v-17ab221a] {
      width: 192px;
      background: url(/static/img/Logo-long.7e98969.png);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      color: #fefefe;
      line-height: 64px;
      font-size: 28px;
      font-weight: 800;
      transition: 0.4s;
      cursor: pointer;
}
.topbar .infos-container .logo-white[data-v-17ab221a]:hover {
      opacity: 0.6;
}
.topbar .infos-container .phone-icon[data-v-17ab221a] {
      width: 16px;
      height: 16px;
      line-height: 16px;
      font-size: 16px;
      margin: 0 8px 0 0;
}
.topbar .infos-container .phone-container[data-v-17ab221a] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      height: 64px;
      line-height: 24px;
      text-align: left;
}
.topbar .infos-container .support-infos[data-v-17ab221a] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      color: #F8F8FA;
}
.topbar .log-actions[data-v-17ab221a] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
}
.topbar .log-actions .button[data-v-17ab221a] {
      width: 128px;
      height: 42px;
      margin: 0 4px;
      padding: 0;
      line-height: 42px;
}
.topbar .log-actions .button.navigation[data-v-17ab221a] {
      width: auto;
      padding: 0 12px;
      margin: 0;
      border-radius: 0;
      border: none;
      color: #F8F8FA;
}
.topbar .log-actions .button.logout[data-v-17ab221a] {
      background: #0067D1;
      color: #F8F8FA;
}
.topbar .log-actions .button.logout[data-v-17ab221a]:hover {
      background: #7FB3E8;
      color: #F8F8FA;
}

.button[data-v-77b99286] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-77b99286]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-77b99286] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-77b99286]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-77b99286] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-77b99286]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-77b99286] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-77b99286]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-77b99286] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-77b99286] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-77b99286] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-77b99286] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-77b99286] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-77b99286] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-77b99286] {
  font-weight: bold;
}
.card[data-v-77b99286] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-77b99286] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-77b99286] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-77b99286] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-77b99286] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-77b99286] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-77b99286] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-77b99286] {
      border-color: #EF616C;
}
.card .button[data-v-77b99286] {
    margin-top: 64px;
}
.how-to[data-v-77b99286] {
  position: absolute;
  width: 100%;
}
.how-to .content[data-v-77b99286] {
    display: -ms-flexbox;
    display: flex;
    margin: -96px auto 48px;
    background: #FFF;
    z-index: 20;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.how-to .content .item[data-v-77b99286] {
      -ms-flex-positive: 1;
          flex-grow: 1;
      width: 30%;
      position: relative;
      margin: 0 20px 0 0;
      border-right: solid 2px #DEE3E6;
      padding: 16px;
      padding-bottom: 32px;
}
.how-to .content .item .arrow[data-v-77b99286] {
        position: absolute;
        height: 32px;
        width: 32px;
        right: -18px;
        top: calc(50% - 14px);
        transform: rotate(45deg);
        background: #FFF;
        border-right: solid 2px #DEE3E6;
        border-top: solid 2px #DEE3E6;
}
.how-to .content .item .text[data-v-77b99286] {
        position: relative;
        z-index: 15;
        width: 70%;
        margin: 16px auto;
        color: #0067D1;
        text-align: center;
        font-size: 22px;
}
.how-to .content .item .icon[data-v-77b99286] {
        color: #0067D1;
        text-align: center;
        font-size: 48px;
}
.how-to .content .item[data-v-77b99286]:last-child {
      border-right: none;
}

.button[data-v-2a7e6412] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-2a7e6412]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-2a7e6412] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-2a7e6412]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-2a7e6412] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-2a7e6412]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-2a7e6412] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-2a7e6412]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-2a7e6412] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-2a7e6412] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-2a7e6412] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-2a7e6412] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-2a7e6412] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-2a7e6412] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-2a7e6412] {
  font-weight: bold;
}
.card[data-v-2a7e6412] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-2a7e6412] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-2a7e6412] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-2a7e6412] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-2a7e6412] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-2a7e6412] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-2a7e6412] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-2a7e6412] {
      border-color: #EF616C;
}
.card .button[data-v-2a7e6412] {
    margin-top: 64px;
}
.offers[data-v-2a7e6412] {
  width: 100%;
  height: 576px;
  padding-top: 192px;
  background-image: url(/static/img/fiesta.21a5ed1.png);
  background-size: repet;
}
.offers .content .final[data-v-2a7e6412] {
    color: #0067D1;
    line-height: 32px;
    font-size: 24px;
    margin: 48px 0;
}

.button[data-v-1deda0b4] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-1deda0b4]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-1deda0b4] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-1deda0b4]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-1deda0b4] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-1deda0b4]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-1deda0b4] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-1deda0b4]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-1deda0b4] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-1deda0b4] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-1deda0b4] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-1deda0b4] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-1deda0b4] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-1deda0b4] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-1deda0b4] {
  font-weight: bold;
}
.card[data-v-1deda0b4] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-1deda0b4] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-1deda0b4] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-1deda0b4] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-1deda0b4] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-1deda0b4] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-1deda0b4] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-1deda0b4] {
      border-color: #EF616C;
}
.card .button[data-v-1deda0b4] {
    margin-top: 64px;
}
.offerscontent .courone[data-v-1deda0b4] {
  margin-bottom: 30px;
}
.offerscontent .back[data-v-1deda0b4] {
  height: 430px;
  margin-top: -60px;
}
.offerscontent .final[data-v-1deda0b4] {
  color: #0067D1;
  line-height: 32px;
  font-size: 24px;
  margin: 28px 0;
}
.offerscontent .offer-list[data-v-1deda0b4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.offerscontent .offer-list .offer[data-v-1deda0b4] {
    width: 320px;
    margin: 0 30px;
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
    transition: 0.2s ease-in-out;
    cursor: pointer;
}
.offerscontent .offer-list .offer .title[data-v-1deda0b4] {
      width: 100%;
      height: 48px;
      line-height: 48px;
      font-size: 24px;
      font-weight: 800;
      background: #0067D1;
      color: #F8F8FA;
      text-align: center;
}
.offerscontent .offer-list .offer .price[data-v-1deda0b4] {
      width: 100%;
      height: 48px;
      line-height: 48px;
      font-size: 18px;
      color: #0067D1;
      text-align: center;
}
.offerscontent .offer-list .offer .logo i[data-v-1deda0b4] {
      line-height: 128px;
      font-size: 96px;
      color: #0067D1;
}
.offerscontent .offer-list .offer .text[data-v-1deda0b4] {
      padding: 26px 12px;
      text-align: center;
}
.offerscontent .offer-list .offer .text b[data-v-1deda0b4] {
        color: #0067D1;
}
.offerscontent .offer-list .offerscontent[data-v-1deda0b4]:hover {
    background: rgba(0, 103, 209, 0.01);
}
.offerscontent .modalC[data-v-1deda0b4] {
  height: 80px;
  width: 180px;
  padding: 20px;
  margin: 20px;
  font-size: 1.5em;
  display: inline-block;
  color: #0067D1;
  border: 5px solid;
  border-color: #0067D1;
}
.offerscontent .modalC[data-v-1deda0b4]:hover {
  border-color: grey;
}
.offerscontent .choiced[data-v-1deda0b4] {
  background-color: #0067D1;
  color: white;
  border-color: #0067D1;
}
.offerscontent .modalB[data-v-1deda0b4] {
  height: 50px;
  width: 385px;
  padding: 20px;
  margin: 10px;
}

@keyframes animateSuccessTip {
0% {
    width: 0;
    left: 1px;
    top: 19px;
}
54% {
    width: 0;
    left: 1px;
    top: 19px;
}
70% {
    width: 50px;
    left: -8px;
    top: 37px;
}
84% {
    width: 17px;
    left: 21px;
    top: 48px;
}
100% {
    width: 25px;
    left: 14px;
    top: 45px;
}
}
@keyframes animateSuccessLong {
0% {
    width: 0;
    right: 46px;
    top: 54px;
}
65% {
    width: 0;
    right: 46px;
    top: 54px;
}
84% {
    width: 55px;
    right: 0px;
    top: 35px;
}
100% {
    width: 47px;
    right: 8px;
    top: 38px;
}
}
@keyframes rotatePlaceholder {
0% {
    transform: rotate(-45deg);
}
5% {
    transform: rotate(-45deg);
}
12% {
    transform: rotate(-405deg);
}
100% {
    transform: rotate(-405deg);
}
}
.animateSuccessTip {
  animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
  animation: animateSuccessLong 0.75s;
}
.sweet-modal-icon.sweet-modal-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in;
}

/* Error Icon */
@keyframes animateErrorIcon {
0% {
    transform: rotateX(100deg);
    opacity: 0;
}
100% {
    transform: rotateX(0deg);
    opacity: 1;
}
}
.animateErrorIcon {
  animation: animateErrorIcon 0.5s;
}
@keyframes animateXMark {
0% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
}
50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
}
80% {
    transform: scale(1.15);
    margin-top: -6px;
}
100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
}
}
.animateXMark {
  animation: animateXMark 0.5s;
}
@keyframes pulseWarning {
0% {
    border-color: #F8D486;
}
100% {
    border-color: #F8BB86;
}
}
.pulseWarning {
  animation: pulseWarning 0.75s infinite alternate;
}
@keyframes pulseWarningIns {
0% {
    background-color: #F8D486;
}
100% {
    background-color: #F8BB86;
}
}
.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate;
}
@keyframes rotate-loading {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.sweet-modal-icon {
  position: relative;
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: auto;
  padding: 0;
  box-sizing: content-box;
}
.sweet-modal-icon.sweet-modal-error {
    border-color: #F44336;
}
.sweet-modal-icon.sweet-modal-error .sweet-modal-x-mark {
      position: relative;
      display: block;
}
.sweet-modal-icon.sweet-modal-error .sweet-modal-line {
      display: block;
      position: absolute;
      top: 37px;
      height: 5px;
      width: 47px;
      background-color: #F44336;
      border-radius: 2px;
}
.sweet-modal-icon.sweet-modal-error .sweet-modal-line.sweet-modal-left {
        transform: rotate(45deg);
        left: 17px;
}
.sweet-modal-icon.sweet-modal-error .sweet-modal-line.sweet-modal-right {
        transform: rotate(-45deg);
        right: 16px;
}
.sweet-modal-icon.sweet-modal-warning {
    border-color: #FF9800;
}
.sweet-modal-icon.sweet-modal-warning .sweet-modal-body {
      position: absolute;
      width: 5px;
      height: 47px;
      left: 50%;
      top: 10px;
      margin-left: -2px;
      border-radius: 2px;
      background-color: #FF9800;
}
.sweet-modal-icon.sweet-modal-warning .sweet-modal-dot {
      position: absolute;
      left: 50%;
      bottom: 10px;
      width: 7px;
      height: 7px;
      margin-left: -3px;
      border-radius: 50%;
      background-color: #FF9800;
}
.sweet-modal-icon.sweet-modal-info {
    border-color: #039BE5;
}
.sweet-modal-icon.sweet-modal-info::before {
      content: '';
      position: absolute;
      width: 5px;
      height: 29px;
      left: 50%;
      bottom: 17px;
      margin-left: -2px;
      border-radius: 2px;
      background-color: #039BE5;
}
.sweet-modal-icon.sweet-modal-info::after {
      content: '';
      position: absolute;
      width: 7px;
      height: 7px;
      top: 19px;
      margin-left: -3px;
      border-radius: 50%;
      background-color: #039BE5;
}
.sweet-modal-icon.sweet-modal-success {
    border-color: #4CAF50;
}
.sweet-modal-icon.sweet-modal-success::before, .sweet-modal-icon.sweet-modal-success::after {
      content: '';
      position: absolute;
      border-radius: 40px;
      width: 60px;
      height: 120px;
      background: white;
      transform: rotate(45deg);
}
.sweet-modal-icon.sweet-modal-success::before {
      border-radius: 120px 0 0 120px;
      top: -7px;
      left: -33px;
      transform: rotate(-45deg);
      transform-origin: 60px 60px;
}
.sweet-modal-icon.sweet-modal-success::after {
      border-radius: 0 120px 120px 0;
      top: -11px;
      left: 30px;
      transform: rotate(-45deg);
      transform-origin: 0px 60px;
}
.sweet-modal-icon.sweet-modal-success .sweet-modal-placeholder {
      box-sizing: content-box;
      position: absolute;
      left: -4px;
      top: -4px;
      z-index: 2;
      width: 80px;
      height: 80px;
      border: 4px solid rgba(76, 175, 80, 0.2);
      border-radius: 50%;
}
.sweet-modal-icon.sweet-modal-success .sweet-modal-fix {
      position: absolute;
      left: 28px;
      top: 8px;
      z-index: 1;
      width: 7px;
      height: 90px;
      background-color: white;
      transform: rotate(-45deg);
}
.sweet-modal-icon.sweet-modal-success .sweet-modal-line {
      display: block;
      position: absolute;
      z-index: 2;
      height: 5px;
      background-color: #4CAF50;
      border-radius: 2px;
}
.sweet-modal-icon.sweet-modal-success .sweet-modal-line.sweet-modal-tip {
        width: 25px;
        left: 14px;
        top: 46px;
        transform: rotate(45deg);
}
.sweet-modal-icon.sweet-modal-success .sweet-modal-line.sweet-modal-long {
        width: 47px;
        right: 8px;
        top: 38px;
        transform: rotate(-45deg);
}
.sweet-modal-icon.sweet-modal-custom {
    border-radius: 0;
    border: none;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.sweet-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  z-index: 9001;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: opacity 0.3s;
  transform: translate3D(0, 0, 0);
  -webkit-perspective: 500px;
}
.sweet-modal-overlay.theme-dark {
    background: rgba(24, 32, 40, 0.94);
}
.sweet-modal-overlay.is-visible {
    opacity: 1;
}
.sweet-modal {
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 8px 46px rgba(0, 0, 0, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.03);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 640px;
  border-radius: 2px;
  transform: scale(0.9) translate(calc(-50% - 32px), -50%);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-delay: 0.05s;
  transition-timing-function: cubic-bezier(0.52, 0.02, 0.19, 1.02);
}
.sweet-modal .sweet-box-actions {
    position: absolute;
    top: 12px;
    right: 12px;
}
.sweet-modal .sweet-box-actions .sweet-action-close {
      display: inline-block;
      cursor: pointer;
      color: #222C38;
      text-align: center;
      width: 42px;
      height: 42px;
      line-height: 42px;
      border-radius: 50%;
}
.sweet-modal .sweet-box-actions .sweet-action-close svg {
        width: 24px;
        height: 24px;
        vertical-align: middle;
        margin-top: -2px;
}
.sweet-modal .sweet-box-actions .sweet-action-close svg path,
        .sweet-modal .sweet-box-actions .sweet-action-close svg polygon,
        .sweet-modal .sweet-box-actions .sweet-action-close svg rect,
        .sweet-modal .sweet-box-actions .sweet-action-close svg circle {
          fill: currentColor;
}
.sweet-modal .sweet-box-actions .sweet-action-close svg {
          fill: currentColor;
}
.sweet-modal .sweet-box-actions .sweet-action-close:hover {
        background: #039BE5;
        color: #fff;
}
.sweet-modal .sweet-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 64px;
    line-height: 64px;
    border-bottom: 1px solid #eaeaea;
    padding-left: 32px;
    padding-right: 64px;
}
.sweet-modal .sweet-title > h2 {
      margin: 0;
      padding: 0;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      font-weight: 500;
      font-size: 22px;
}
.sweet-modal ul.sweet-modal-tabs {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: calc(100% + 32px);
    height: 100%;
    margin-left: -32px;
    overflow-x: auto;
}
.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab {
      display: block;
      height: 100%;
}
.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        color: #222C38;
        text-decoration: none;
        text-align: center;
        height: 100%;
}
.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-title {
          display: block;
}
.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon {
          display: block;
          line-height: 1.0;
}
.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon svg, .sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon img {
            width: 16px;
            height: 16px;
}
.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon svg path,
            .sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon svg polygon,
            .sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon svg rect,
            .sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon svg circle, .sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon img path,
            .sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon img polygon,
            .sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon img rect,
            .sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon img circle {
              fill: currentColor;
}
.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon svg, .sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon img {
              fill: currentColor;
}
.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon + span.sweet-modal-tab-title {
          line-height: 1.0;
          margin-top: 8px;
}
.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab:first-child a {
        padding-left: 32px;
}
.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab.active a {
        font-weight: 600;
        color: #039BE5;
}
.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab.disabled a {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
        cursor: default;
        pointer-events: none;
        color: #999;
}
.sweet-modal.has-tabs:not(.has-title) .sweet-title {
    height: 84px;
    line-height: 84px;
}
.sweet-modal.has-tabs.has-title ul.sweet-modal-tabs {
    width: 100%;
    height: 48px;
    margin: 0;
    border-bottom: 1px solid #eaeaea;
}
.sweet-modal.has-tabs.has-title ul.sweet-modal-tabs li.sweet-modal-tab a {
      margin-top: -4px;
}
.sweet-modal.has-tabs.has-title ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon {
        display: inline-block;
}
.sweet-modal.has-tabs.has-title ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon svg, .sweet-modal.has-tabs.has-title ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon img {
          vertical-align: middle;
          margin-top: -2px;
          margin-right: 8px;
}
.sweet-modal.has-tabs.has-title ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-title {
        display: inline-block;
}
.sweet-modal .sweet-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 24px;
    padding-bottom: 24px;
    line-height: 1.5;
}
.sweet-modal .sweet-content .sweet-content-content {
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sweet-modal .sweet-content .sweet-modal-tab:not(.active) {
      display: none;
}
.sweet-modal .sweet-content .sweet-modal-icon {
      margin-bottom: 36px;
}
.sweet-modal .sweet-buttons {
    text-align: right;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.sweet-modal .sweet-content + .sweet-buttons {
    border-top: 1px solid #eaeaea;
}
.sweet-modal.sweet-alert .sweet-content {
    display: block;
    text-align: center;
    font-size: 16px;
    padding-top: 64px;
    padding-bottom: 64px;
}
.sweet-modal.has-tabs.has-icon .sweet-content {
    padding-top: 32px;
    padding-bottom: 32px;
}
.sweet-modal.has-tabs.has-icon .sweet-content .sweet-content-content {
      padding-left: 32px;
}
.sweet-modal.has-tabs.has-icon .sweet-content .sweet-modal-icon {
      margin-bottom: 0;
}
.sweet-modal:not(.has-content) .sweet-modal-icon {
    margin-bottom: 0;
}
.sweet-modal.theme-dark {
    background: #182028;
    color: #fff;
}
.sweet-modal.theme-dark .sweet-box-actions .sweet-action-close {
      color: #fff;
}
.sweet-modal.theme-dark .sweet-title {
      border-bottom-color: #090c0f;
      box-shadow: 0px 1px 0px #273442;
}
.sweet-modal.theme-dark ul.sweet-modal-tabs li a {
      color: #fff;
}
.sweet-modal.theme-dark ul.sweet-modal-tabs li.active a {
      color: #039BE5;
}
.sweet-modal.theme-dark ul.sweet-modal-tabs li.disabled a {
      color: #3e5368;
}
.sweet-modal.theme-dark.has-tabs.has-title ul.sweet-modal-tabs {
      border-bottom-color: #090c0f;
      box-shadow: 0px 1px 0px #273442;
}
.sweet-modal.theme-dark .sweet-content + .sweet-buttons {
      border-top-color: #273442;
      box-shadow: 0px -1px 0px #090c0f;
}
.sweet-modal .sweet-buttons,
  .sweet-modal .sweet-content {
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: 0.3s;
    transition-delay: 0.09s;
    transition-timing-function: cubic-bezier(0.52, 0.02, 0.19, 1.02);
}
.sweet-modal .sweet-content {
    transform: translateY(-8px);
}
.sweet-modal .sweet-buttons {
    transform: translateY(16px);
}
.sweet-modal.is-visible {
    transform: translate(-50%, -50%);
    opacity: 1;
}
.sweet-modal.is-visible .sweet-buttons,
    .sweet-modal.is-visible .sweet-content {
      transform: none;
      opacity: 1;
}
.sweet-modal.bounce {
    animation-name: bounce;
    animation-duration: 0.3s;
    animation-iteration-count: 2;
    animation-direction: alternate;
}
@media screen and (min-width: 601px) {
@keyframes bounce {
0% {
        transform: scale(1) translate(-50%, -50%);
}
50% {
        transform: scale(1.02) translate(calc(-50% + 8px), -50%);
}
100% {
        transform: scale(1) translate(-50%, -50%);
}
}
}
@media screen and (max-width: 600px) {
.sweet-modal {
      width: 100%;
      height: 100vh;
      left: 0;
      top: 0;
      transform: scale(0.9);
}
.sweet-modal.is-visible {
        transform: none;
}
.sweet-modal .sweet-buttons {
      box-sizing: border-box;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
}
}

.button[data-v-62372bb1] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-62372bb1]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-62372bb1] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-62372bb1]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-62372bb1] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-62372bb1]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-62372bb1] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-62372bb1]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-62372bb1] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-62372bb1] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-62372bb1] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-62372bb1] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-62372bb1] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-62372bb1] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-62372bb1] {
  font-weight: bold;
}
.card[data-v-62372bb1] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-62372bb1] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-62372bb1] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-62372bb1] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-62372bb1] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-62372bb1] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-62372bb1] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-62372bb1] {
      border-color: #EF616C;
}
.card .button[data-v-62372bb1] {
    margin-top: 64px;
}
.review[data-v-62372bb1] {
  position: relative;
  width: 100%;
  height: 552px;
  background-image: url(/static/img/footer.44e38bf.jpg);
  background-position: center;
  background-size: cover;
}
.review [data-v-62372bb1]::-webkit-scrollbar {
    display: none;
}
.review .overlay[data-v-62372bb1] {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0067D1;
    opacity: 0.75;
}
.review .review-container[data-v-62372bb1] {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
}
.review .review-container .review-list[data-v-62372bb1] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      padding: 32px 0;
}
.review .container[data-v-62372bb1] {
    position: relative;
    z-index: 1;
}
.review .container .title[data-v-62372bb1] {
      padding: 64px 0 0;
      height: 48px;
      width: 100%;
      line-height: 32px;
      font-size: 24px;
      color: #F8F8FA;
      letter-spacing: 0;
}
.review .partenaire[data-v-62372bb1] {
    position: absolute;
    z-index: 9999;
    width: 100%;
    margin-top: -30px;
}
.review .partenaire .particulier[data-v-62372bb1] {
      margin: auto;
}
.review .partenaire .particulier h3[data-v-62372bb1] {
        font-size: 2.5em;
        color: white;
        margin-bottom: 20px;
}
.review .partenaire .particulier img[data-v-62372bb1] {
        height: 125px;
        margin-left: 10px;
        margin-right: 10px;
}

.button[data-v-e348e518] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-e348e518]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-e348e518] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-e348e518]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-e348e518] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-e348e518]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-e348e518] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-e348e518]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-e348e518] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-e348e518] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-e348e518] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-e348e518] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-e348e518] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-e348e518] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-e348e518] {
  font-weight: bold;
}
.card[data-v-e348e518] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-e348e518] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-e348e518] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-e348e518] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-e348e518] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-e348e518] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-e348e518] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-e348e518] {
      border-color: #EF616C;
}
.card .button[data-v-e348e518] {
    margin-top: 64px;
}
.review-card[data-v-e348e518] {
  display: -ms-flexbox;
  display: flex;
  width: 448px;
  height: 142px;
  padding: 32px 32px 18px 32px;
  margin: 16px 48px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.review-card .image[data-v-e348e518] {
    width: 128px;
    height: 128px;
    border-radius: 64px;
    background: #F1F1F1;
    background-size: cover;
    background-position: center;
}
.review-card .container[data-v-e348e518] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: left;
    width: calc(100% - 160px);
    margin: 0 0 0 32px;
}
.review-card .container .name[data-v-e348e518] {
      font-size: 24px;
      font-weight: 600;
      color: #0067D1;
}
.review-card .container .note[data-v-e348e518] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start;
      color: #0067D1;
      margin: 8px 0;
}

.button[data-v-f9fa14e4] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-f9fa14e4]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-f9fa14e4] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-f9fa14e4]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-f9fa14e4] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-f9fa14e4]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-f9fa14e4] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-f9fa14e4]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-f9fa14e4] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-f9fa14e4] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-f9fa14e4] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-f9fa14e4] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-f9fa14e4] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-f9fa14e4] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-f9fa14e4] {
  font-weight: bold;
}
.card[data-v-f9fa14e4] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-f9fa14e4] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-f9fa14e4] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-f9fa14e4] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-f9fa14e4] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-f9fa14e4] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-f9fa14e4] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-f9fa14e4] {
      border-color: #EF616C;
}
.card .button[data-v-f9fa14e4] {
    margin-top: 64px;
}
.footer[data-v-f9fa14e4] {
  padding: 32px 0;
  background: #F1F1F1;
}
.logo[data-v-f9fa14e4] {
  width: 156px;
  height: 64px;
  margin: 0 0 48px;
  background: url(/static/img/Logo-long-blue.33c3bf5.png);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  color: #fefefe;
  line-height: 64px;
  font-size: 28px;
  font-weight: 800;
}
.links[data-v-f9fa14e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.links .col[data-v-f9fa14e4] {
    -ms-flex-positive: 1;
        flex-grow: 1;
    min-height: 64px;
    text-align: left;
}
.links .col .title[data-v-f9fa14e4] {
      text-transform: uppercase;
      font-weight: 600;
}
.links .col .items .item[data-v-f9fa14e4] {
      font-weight: 200;
      color: #1D1E21;
      margin: 16px auto;
      cursor: pointer;
      transition: 0.2s;
}
.links .col .items .item[data-v-f9fa14e4]:hover {
      color: #0067d0;
}
.bottom[data-v-f9fa14e4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 64px;
  line-height: 64px;
  color: #1D1E21;
}
.divider[data-v-f9fa14e4] {
  height: 1px;
  margin: 0 auto;
  border-top: solid 1px #DEE3E6;
}
.terms[data-v-f9fa14e4] {
  cursor: pointer;
  transition: 0.2s;
}
.terms[data-v-f9fa14e4]:hover {
  color: #1D1E21;
}

.button[data-v-9c5a136e] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-9c5a136e]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-9c5a136e] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-9c5a136e]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-9c5a136e] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-9c5a136e]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-9c5a136e] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-9c5a136e]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-9c5a136e] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-9c5a136e] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-9c5a136e] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-9c5a136e] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-9c5a136e] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-9c5a136e] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-9c5a136e] {
  font-weight: bold;
}
.card[data-v-9c5a136e] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-9c5a136e] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-9c5a136e] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-9c5a136e] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-9c5a136e] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-9c5a136e] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-9c5a136e] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-9c5a136e] {
      border-color: #EF616C;
}
.card .button[data-v-9c5a136e] {
    margin-top: 64px;
}
.conditionG .content[data-v-9c5a136e] {
  text-align: left;
  width: 60%;
  line-height: 30px;
}
.conditionG .content h2[data-v-9c5a136e] {
    text-align: center;
    margin: 30px;
    margin-top: 50px;
    font-size: 1.6em;
}

.button[data-v-031dbb67] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-031dbb67]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-031dbb67] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-031dbb67]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-031dbb67] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-031dbb67]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-031dbb67] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-031dbb67]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-031dbb67] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-031dbb67] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-031dbb67] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-031dbb67] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-031dbb67] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-031dbb67] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-031dbb67] {
  font-weight: bold;
}
.card[data-v-031dbb67] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-031dbb67] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-031dbb67] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-031dbb67] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-031dbb67] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-031dbb67] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-031dbb67] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-031dbb67] {
      border-color: #EF616C;
}
.card .button[data-v-031dbb67] {
    margin-top: 64px;
}
.FAQ .content[data-v-031dbb67] {
  text-align: left;
  width: 60%;
  line-height: 30px;
  font-size: 1.2em;
}
.FAQ .content h2[data-v-031dbb67] {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 1.7em;
    line-height: 80px;
    border-bottom: solid black 2px;
}
.FAQ .content h4[data-v-031dbb67] {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 1.2em;
}
.FAQ .content .emoji[data-v-031dbb67] {
    height: 20px;
}

.button[data-v-0b153259] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-0b153259]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-0b153259] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-0b153259]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-0b153259] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-0b153259]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-0b153259] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-0b153259]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-0b153259] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-0b153259] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-0b153259] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-0b153259] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-0b153259] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-0b153259] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-0b153259] {
  font-weight: bold;
}
.card[data-v-0b153259] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-0b153259] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-0b153259] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-0b153259] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-0b153259] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-0b153259] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-0b153259] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-0b153259] {
      border-color: #EF616C;
}
.card .button[data-v-0b153259] {
    margin-top: 64px;
}
.pourquoi .content[data-v-0b153259] {
  text-align: left;
  width: 60%;
  line-height: 20px;
  font-size: 1.2em;
}
.pourquoi .content h1[data-v-0b153259] {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
    line-height: 80px;
}
.pourquoi .content img[data-v-0b153259] {
    margin-bottom: 50px;
    width: 100%;
}
.pourquoi .content h3[data-v-0b153259] {
    margin-top: 30px;
    font-size: 1.1em;
}

.button[data-v-4b46b0ad] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-4b46b0ad]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-4b46b0ad] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-4b46b0ad]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-4b46b0ad] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-4b46b0ad]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-4b46b0ad] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-4b46b0ad]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-4b46b0ad] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-4b46b0ad] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-4b46b0ad] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-4b46b0ad] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-4b46b0ad] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-4b46b0ad] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-4b46b0ad] {
  font-weight: bold;
}
.card[data-v-4b46b0ad] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-4b46b0ad] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-4b46b0ad] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-4b46b0ad] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-4b46b0ad] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-4b46b0ad] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-4b46b0ad] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-4b46b0ad] {
      border-color: #EF616C;
}
.card .button[data-v-4b46b0ad] {
    margin-top: 64px;
}
.Fiscalite .content[data-v-4b46b0ad] {
  text-align: left;
  width: 60%;
  line-height: 30px;
  font-size: 1.2em;
}
.Fiscalite .content h2[data-v-4b46b0ad] {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 1.7em;
    line-height: 80px;
    border-bottom: solid black 2px;
}
.Fiscalite .content h4[data-v-4b46b0ad] {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 1.2em;
}
.Fiscalite .content .emoji[data-v-4b46b0ad] {
    height: 20px;
}

.button[data-v-b9df08d4] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-b9df08d4]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-b9df08d4] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-b9df08d4]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-b9df08d4] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-b9df08d4]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-b9df08d4] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-b9df08d4]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-b9df08d4] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-b9df08d4] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-b9df08d4] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-b9df08d4] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-b9df08d4] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-b9df08d4] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-b9df08d4] {
  font-weight: bold;
}
.card[data-v-b9df08d4] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-b9df08d4] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-b9df08d4] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-b9df08d4] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-b9df08d4] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-b9df08d4] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-b9df08d4] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-b9df08d4] {
      border-color: #EF616C;
}
.card .button[data-v-b9df08d4] {
    margin-top: 64px;
}
.Qui .content[data-v-b9df08d4] {
  text-align: left;
  width: 60%;
  line-height: 30px;
  font-size: 1.2em;
}
.Qui .content h2[data-v-b9df08d4] {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 1.7em;
    line-height: 80px;
    border-bottom: solid black 2px;
}
.Qui .content h4[data-v-b9df08d4] {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 1.2em;
}
.Qui .content h1[data-v-b9df08d4] {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
    line-height: 80px;
}
.Qui .content img[data-v-b9df08d4] {
    margin-bottom: 50px;
    width: 100%;
}
.Qui .content h3[data-v-b9df08d4] {
    margin-top: 30px;
    font-size: 1.1em;
}

.button[data-v-72d9100c] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-72d9100c]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-72d9100c] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-72d9100c]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-72d9100c] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-72d9100c]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-72d9100c] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-72d9100c]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-72d9100c] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-72d9100c] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-72d9100c] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-72d9100c] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-72d9100c] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-72d9100c] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-72d9100c] {
  font-weight: bold;
}
.card[data-v-72d9100c] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-72d9100c] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-72d9100c] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-72d9100c] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-72d9100c] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-72d9100c] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-72d9100c] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-72d9100c] {
      border-color: #EF616C;
}
.card .button[data-v-72d9100c] {
    margin-top: 64px;
}
.spinner[data-v-72d9100c] {
  animation: rotator 1.4s linear infinite;
}
@keyframes rotator {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(270deg);
}
}
.path[data-v-72d9100c] {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}
@keyframes colors {
0% {
    stroke: #4285F4;
}
25% {
    stroke: #DE3E35;
}
50% {
    stroke: #F7C223;
}
75% {
    stroke: #1B9A59;
}
100% {
    stroke: #4285F4;
}
}
@keyframes dash {
0% {
    stroke-dashoffset: 187;
}
50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
}
100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
}
}
.login[data-v-72d9100c] {
  background: #F1F1F1;
}
.login .card[data-v-72d9100c] {
    position: relative;
    z-index: 10;
    width: 480px;
    margin: -192px auto 128px;
    padding: 128px 16px 32px;
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.login .card .photo[data-v-72d9100c] {
      position: absolute;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      top: -64px;
      right: calc(50% - 72px);
      left: calc(50% - 72px);
      width: 128px;
      height: 128px;
      overflow: hidden;
      background: #F1F1F1;
      border-radius: 80px;
      border: solid 8px #FFF;
}
.login .card .photo .icon[data-v-72d9100c] {
        font-size: 164px;
        color: #0067D1;
        text-align: center;
}
.login .card .error-message[data-v-72d9100c] {
      width: calc(100% - 32px);
      height: 24px;
      text-align: center;
      color: #EF616C;
}
.login .card .button[data-v-72d9100c] {
      margin: 64px 8px 0;
      background: #0067D1;
      border-color: #0067D1;
}
.login .card .button[data-v-72d9100c]:hover {
      background: none;
      color: #0067D1;
      border-color: #0067D1;
}
.login .card .button.forget[data-v-72d9100c] {
      background: #F1F1F1;
      border-color: #F1F1F1;
      color: #0067D1;
}
.login .card .button.forget[data-v-72d9100c]:hover {
      background: none;
      color: #0067D1;
      border-color: #0067D1;
}
.login .input-container[data-v-72d9100c] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.login .input-container .title[data-v-72d9100c] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.login .input-container input[data-v-72d9100c] {
      width: calc(100% - 16px);
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.login .input-container .error-message[data-v-72d9100c] {
      width: calc(100% - 32px);
      height: 24px;
      text-align: center;
      color: #EF616C;
}
.login .input-container input.error[data-v-72d9100c] {
      border-color: #EF616C;
}

fieldset[disabled] .multiselect{pointer-events:none
}
.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block
}
.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent
}
.multiselect__spinner:before{animation:a 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite
}
.multiselect__spinner:after{animation:a 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite
}
.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1
}
.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0
}
.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:14px;-ms-touch-action:manipulation;touch-action:manipulation
}
.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e
}
.multiselect *{box-sizing:border-box
}
.multiselect:focus{outline:none
}
.multiselect--disabled{pointer-events:none;opacity:.6
}
.multiselect--active{z-index:1
}
.multiselect--active .multiselect__current,.multiselect--active .multiselect__input,.multiselect--active .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0
}
.multiselect--active .multiselect__select{transform:rotate(180deg)
}
.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0
}
.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:1px 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px
}
.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto
}
.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf
}
.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none
}
.multiselect__single{padding-left:6px;margin-bottom:8px
}
.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff
}
.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:8px;white-space:nowrap
}
.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px
}
.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px
}
.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e
}
.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff
}
.multiselect__current{min-height:40px;overflow:hidden;padding:8px 12px 0;padding-right:30px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8
}
.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer
}
.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease
}
.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0;border-color:#999 transparent transparent;content:""
}
.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px
}
.multiselect--active .multiselect__placeholder{display:none
}
.multiselect__content{position:absolute;list-style:none;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;padding:0;margin:0;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:1
}
.multiselect--above .multiselect__content{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8
}
.multiselect__content::webkit-scrollbar{display:none
}
.multiselect__element{display:block
}
.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap
}
.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px
}
.multiselect__option--highlight{background:#41b883;outline:none;color:#fff
}
.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff
}
.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700
}
.multiselect__option--selected:after{content:attr(data-selected);color:silver
}
.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff
}
.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff
}
.multiselect--disabled{background:#ededed;pointer-events:none
}
.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select,.multiselect__option--disabled{background:#ededed;color:#a6a6a6
}
.multiselect__option--disabled{cursor:text;pointer-events:none
}
.multiselect__option--disabled.multiselect__option--highlight{background:#dedede!important
}
.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease
}
.multiselect-enter,.multiselect-leave-active{opacity:0
}
@keyframes a{
0%{transform:rotate(0)
}
to{transform:rotate(2turn)
}
}
.button[data-v-3d665bba] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-3d665bba]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-3d665bba] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-3d665bba]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-3d665bba] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-3d665bba]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-3d665bba] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-3d665bba]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-3d665bba] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-3d665bba] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-3d665bba] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-3d665bba] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-3d665bba] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-3d665bba] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-3d665bba] {
  font-weight: bold;
}
.card[data-v-3d665bba] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-3d665bba] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-3d665bba] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-3d665bba] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-3d665bba] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-3d665bba] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-3d665bba] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-3d665bba] {
      border-color: #EF616C;
}
.card .button[data-v-3d665bba] {
    margin-top: 64px;
}
.msg[data-v-3d665bba] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-3d665bba] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-3d665bba] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-3d665bba] {
  background-color: #9FF781;
  border-color: #58FA58;
}
.profil-concierge[data-v-3d665bba] {
  background: #F1F1F1;
}
.profil-concierge .card[data-v-3d665bba] {
    position: relative;
    z-index: 10;
    width: 480px;
    margin: -192px auto 128px;
    padding: 192px 16px 32px;
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.profil-concierge .card .photo[data-v-3d665bba] {
      position: absolute;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      top: -64px;
      right: calc(50% - 72px);
      left: calc(50% - 72px);
      width: 128px;
      height: 128px;
      overflow: hidden;
      background: #F1F1F1;
      border-radius: 80px;
      border: solid 8px #FFF;
}
.profil-concierge .card .photo .icon[data-v-3d665bba] {
        font-size: 164px;
        color: #0067D1;
        text-align: center;
}
.profil-concierge .card .photo .preview[data-v-3d665bba] {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
}
.profil-concierge .card .error-message[data-v-3d665bba] {
      width: calc(100% - 32px);
      height: 24px;
      text-align: center;
      color: #EF616C;
}
.profil-concierge .card .selector[data-v-3d665bba] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      overflow: hidden;
      width: 320px;
      height: 48px;
      margin: 8px auto;
      border-radius: 4px;
      border: solid 4px #0067D1;
}
.profil-concierge .card .selector .item[data-v-3d665bba] {
        width: 50%;
        line-height: 32px;
        padding: 8px 16px;
        text-transform: uppercase;
        transition: 0.4s;
        cursor: pointer;
}
.profil-concierge .card .selector .item.selected[data-v-3d665bba] {
        background: #0067D1;
        color: #F8F8FA;
}
.profil-concierge .card .selector .item[data-v-3d665bba]:hover {
        background: rgba(0, 103, 209, 0.6);
        color: #F8F8FA;
}
.profil-concierge .card .input-container[data-v-3d665bba] {
      width: calc(100% - 32px);
      height: 64px;
      padding: 0 16px;
      margin: 8px 0;
}
.profil-concierge .card .input-container .title[data-v-3d665bba] {
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        text-align: left;
        color: #1D1E21;
}
.profil-concierge .card .input-container input[data-v-3d665bba] {
        width: calc(100% - 16px);
        height: calc(100% - 24px);
        border: solid 1px #F1F1F1;
        border-radius: 1px;
        padding: 0 8px;
        font-size: 18px;
}
.profil-concierge .card .input-container input.error[data-v-3d665bba] {
        border-color: #EF616C;
}
.profil-concierge .card .edit-password-container[data-v-3d665bba] {
      width: calc(100% - 32px);
      height: 64px;
      padding: 0 16px;
      margin: 8px 0;
}
.profil-concierge .card .edit-password-container .title[data-v-3d665bba] {
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        text-align: left;
        color: #1D1E21;
}
.profil-concierge .card .edit-password-container .edit-password[data-v-3d665bba] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
        width: calc(100% - 16px);
        height: calc(100% - 24px);
        line-height: 40px;
        border: solid 1px #F1F1F1;
        border-radius: 1px;
        padding: 0 8px;
        font-size: 18px;
}
.profil-concierge .card .edit-password-container .edit-password .edit-password-button[data-v-3d665bba] {
          height: 24px;
          line-height: 24px;
          background: #0067D1;
          color: #F8F8FA;
          border-radius: 4px;
          font-size: 14px;
          padding: 0 12px;
          cursor: pointer;
          transition: 0.2s;
}
.profil-concierge .card .edit-password-container .edit-password .edit-password-button[data-v-3d665bba]:hover {
          background: #7FB3E8;
}
.profil-concierge .card .button[data-v-3d665bba] {
      margin-top: 64px;
      background: #0067D1;
      border-color: #0067D1;
}
.profil-concierge .card .button[data-v-3d665bba]:hover {
      background: none;
      color: #0067D1;
      border-color: #0067D1;
}

*[data-v-c4751420]{
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c-wrap[data-v-c4751420]{
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 300px;
  box-shadow: 0px 0px 2px grey;
  text-align: center;
}
.c-header[data-v-c4751420]{
  height:100px;
  width: 100%;
  background: #00B8EC;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.c-header .arrow[data-v-c4751420]{
  font-size: 2.5rem;
  color: #fff;
  padding: 1.55rem;
}
.c-header .arrow[data-v-c4751420]:hover{
  /*text-decoration: underline;*/
}
.c-header .detail[data-v-c4751420]{
  color: #fff;
  font-size: 2.56rem;
}
.c-header .detail .year[data-v-c4751420]{
  font-size: 2.5rem;
}
.c-body[data-v-c4751420]{
  -ms-flex:1;
      flex:1;
  width: 100%;
  background-color: #fff;
}
.c-body-week[data-v-c4751420]{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  background-color: #00B8EC;
}
.c-body-week-label[data-v-c4751420]{
  padding: 1rem;
  color: #fff;
}
.c-body-week-label[data-v-c4751420]:hover{
}
.c-body-row[data-v-c4751420]{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
}
.c-body-date[data-v-c4751420]{
  line-height: 40px;
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.c-body-date[data-v-c4751420]:active{
  background-color: aliceblue;
}
.c-body-date.placeholder[data-v-c4751420]{
  color: #aeaeae;
}
.c-body-date.today[data-v-c4751420]{
  font-weight: bold;
  color: deepskyblue;
}
.c-body-date.active[data-v-c4751420]{
  background-color: #00B8EC;
  color: #fff;
}
.c-body-date[data-v-c4751420]:hover{
  background-color: #46ecb9;
  color: #fff;
  transition: background-color 0.3s;
}


fieldset[disabled] .multiselect{pointer-events:none
}
.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block
}
.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent
}
.multiselect__spinner:before{animation:a 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite
}
.multiselect__spinner:after{animation:a 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite
}
.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1
}
.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0
}
.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:14px;-ms-touch-action:manipulation;touch-action:manipulation
}
.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e
}
.multiselect *{box-sizing:border-box
}
.multiselect:focus{outline:none
}
.multiselect--disabled{pointer-events:none;opacity:.6
}
.multiselect--active{z-index:1
}
.multiselect--active .multiselect__current,.multiselect--active .multiselect__input,.multiselect--active .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0
}
.multiselect--active .multiselect__select{transform:rotate(180deg)
}
.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0
}
.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:1px 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px
}
.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto
}
.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf
}
.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none
}
.multiselect__single{padding-left:6px;margin-bottom:8px
}
.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff
}
.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:8px;white-space:nowrap
}
.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px
}
.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px
}
.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e
}
.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff
}
.multiselect__current{min-height:40px;overflow:hidden;padding:8px 12px 0;padding-right:30px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8
}
.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer
}
.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease
}
.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0;border-color:#999 transparent transparent;content:""
}
.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px
}
.multiselect--active .multiselect__placeholder{display:none
}
.multiselect__content{position:absolute;list-style:none;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;padding:0;margin:0;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:1
}
.multiselect--above .multiselect__content{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8
}
.multiselect__content::webkit-scrollbar{display:none
}
.multiselect__element{display:block
}
.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap
}
.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px
}
.multiselect__option--highlight{background:#41b883;outline:none;color:#fff
}
.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff
}
.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700
}
.multiselect__option--selected:after{content:attr(data-selected);color:silver
}
.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff
}
.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff
}
.multiselect--disabled{background:#ededed;pointer-events:none
}
.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select,.multiselect__option--disabled{background:#ededed;color:#a6a6a6
}
.multiselect__option--disabled{cursor:text;pointer-events:none
}
.multiselect__option--disabled.multiselect__option--highlight{background:#dedede!important
}
.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease
}
.multiselect-enter,.multiselect-leave-active{opacity:0
}
@keyframes a{
0%{transform:rotate(0)
}
to{transform:rotate(2turn)
}
}
.button[data-v-7ed98b76] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-7ed98b76]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-7ed98b76] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-7ed98b76]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-7ed98b76] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-7ed98b76]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-7ed98b76] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-7ed98b76]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-7ed98b76] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-7ed98b76] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-7ed98b76] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-7ed98b76] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-7ed98b76] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-7ed98b76] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-7ed98b76] {
  font-weight: bold;
}
.card[data-v-7ed98b76] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-7ed98b76] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-7ed98b76] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-7ed98b76] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-7ed98b76] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-7ed98b76] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-7ed98b76] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-7ed98b76] {
      border-color: #EF616C;
}
.card .button[data-v-7ed98b76] {
    margin-top: 64px;
}
.msg[data-v-7ed98b76] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-7ed98b76] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-7ed98b76] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-7ed98b76] {
  background-color: #9FF781;
  border-color: #58FA58;
}
.profil-proprio[data-v-7ed98b76] {
  background: #F1F1F1;
}
.profil-proprio .multiselectcont[data-v-7ed98b76] {
    position: relative;
    display: inline-block;
    bottom: 10px;
}
.profil-proprio .multiselect[data-v-7ed98b76] {
    margin: 5px 0px;
}
.profil-proprio .preview[data-v-7ed98b76] {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.profil-proprio .Image-input[data-v-7ed98b76] {
    display: -ms-flexbox;
    display: flex;
}
.profil-proprio .Image-input__image-wrapper[data-v-7ed98b76] {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    height: 150px;
    -ms-flex: 2.5;
        flex: 2.5;
    border-radius: 1px;
    margin-right: 10px;
    overflow-y: hidden;
    border-radius: 1px;
    background: #eee;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
}
.profil-proprio .card[data-v-7ed98b76] {
    position: relative;
    z-index: 10;
    width: 480px;
    margin: -192px auto 128px;
    padding: 192px 16px 32px;
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.profil-proprio .card .photo[data-v-7ed98b76] {
      position: absolute;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      top: -64px;
      right: calc(50% - 72px);
      left: calc(50% - 72px);
      width: 128px;
      height: 128px;
      overflow: hidden;
      background: #F1F1F1;
      border-radius: 80px;
      border: solid 8px #FFF;
}
.profil-proprio .card .photo .icon[data-v-7ed98b76] {
        font-size: 164px;
        color: #0067D1;
        text-align: center;
}
.profil-proprio .card .error-message[data-v-7ed98b76] {
      width: calc(100% - 32px);
      height: 24px;
      text-align: center;
      color: #EF616C;
}
.profil-proprio .card .selector[data-v-7ed98b76] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      overflow: hidden;
      width: 320px;
      height: 48px;
      margin: 8px auto;
      border-radius: 4px;
      border: solid 4px #0067D1;
}
.profil-proprio .card .selector .item[data-v-7ed98b76] {
        width: 50%;
        line-height: 32px;
        padding: 8px 16px;
        text-transform: uppercase;
        transition: 0.4s;
        cursor: pointer;
}
.profil-proprio .card .selector .item.selected[data-v-7ed98b76] {
        background: #0067D1;
        color: #F8F8FA;
}
.profil-proprio .card .selector .item[data-v-7ed98b76]:hover {
        background: rgba(0, 103, 209, 0.6);
        color: #F8F8FA;
}
.profil-proprio .card .input-container[data-v-7ed98b76] {
      width: calc(100% - 32px);
      height: 64px;
      padding: 0 16px;
      margin: 8px 0;
}
.profil-proprio .card .input-container .title[data-v-7ed98b76] {
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        text-align: left;
        color: #1D1E21;
}
.profil-proprio .card .input-container input[data-v-7ed98b76] {
        width: calc(100% - 16px);
        height: calc(100% - 24px);
        border: solid 1px #F1F1F1;
        border-radius: 1px;
        padding: 0 8px;
        font-size: 18px;
}
.profil-proprio .card .input-container input.error[data-v-7ed98b76] {
        border-color: #EF616C;
}
.profil-proprio .card .edit-password-container[data-v-7ed98b76] {
      width: calc(100% - 32px);
      height: 64px;
      padding: 0 16px;
      margin: 8px 0;
}
.profil-proprio .card .edit-password-container .title[data-v-7ed98b76] {
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        text-align: left;
        color: #1D1E21;
}
.profil-proprio .card .edit-password-container .edit-password[data-v-7ed98b76] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
        width: calc(100% - 16px);
        height: calc(100% - 24px);
        line-height: 40px;
        border: solid 1px #F1F1F1;
        border-radius: 1px;
        padding: 0 8px;
        font-size: 18px;
}
.profil-proprio .card .edit-password-container .edit-password .edit-password-button[data-v-7ed98b76] {
          height: 24px;
          line-height: 24px;
          background: #0067D1;
          color: #F8F8FA;
          border-radius: 4px;
          font-size: 14px;
          padding: 0 12px;
          cursor: pointer;
          transition: 0.2s;
}
.profil-proprio .card .edit-password-container .edit-password .edit-password-button[data-v-7ed98b76]:hover {
          background: #7FB3E8;
}
.profil-proprio .card .button[data-v-7ed98b76] {
      margin-top: 64px;
      background: #0067D1;
      border-color: #0067D1;
}
.profil-proprio .card .button[data-v-7ed98b76]:hover {
      background: none;
      color: #0067D1;
      border-color: #0067D1;
}

.msg[data-v-8c308b24] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-8c308b24] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-8c308b24] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-8c308b24] {
  background-color: #9FF781;
  border-color: #58FA58;
}
.not-found[data-v-8c308b24] {
  height: 100%;
}

.button[data-v-219a6077] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-219a6077]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-219a6077] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-219a6077]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-219a6077] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-219a6077]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-219a6077] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-219a6077]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-219a6077] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-219a6077] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-219a6077] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-219a6077] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-219a6077] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-219a6077] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-219a6077] {
  font-weight: bold;
}
.card[data-v-219a6077] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-219a6077] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-219a6077] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-219a6077] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-219a6077] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-219a6077] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-219a6077] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-219a6077] {
      border-color: #EF616C;
}
.card .button[data-v-219a6077] {
    margin-top: 64px;
}
.signup[data-v-219a6077] {
  background: #F1F1F1;
}
.signup .card[data-v-219a6077] {
    position: relative;
    z-index: 10;
    width: 480px;
    margin: -192px auto 128px;
    padding: 96px 16px 32px;
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.signup .card .photo[data-v-219a6077] {
      position: absolute;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      top: -64px;
      right: calc(50% - 72px);
      left: calc(50% - 72px);
      width: 128px;
      height: 128px;
      overflow: hidden;
      background: #F1F1F1;
      border-radius: 80px;
      border: solid 8px #FFF;
}
.signup .card .photo .icon[data-v-219a6077] {
        font-size: 164px;
        color: #0067D1;
        text-align: center;
}
.signup .card .error-message[data-v-219a6077] {
      width: calc(100% - 32px);
      height: 24px;
      text-align: center;
      color: #EF616C;
}
.signup .card .selector[data-v-219a6077] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      overflow: hidden;
      width: 320px;
      height: 48px;
      margin: 8px auto;
      border-radius: 4px;
      border: solid 4px #0067D1;
}
.signup .card .selector .item[data-v-219a6077] {
        width: 50%;
        line-height: 32px;
        padding: 8px 16px;
        text-transform: uppercase;
        transition: 0.4s;
        cursor: pointer;
}
.signup .card .selector .item.selected[data-v-219a6077] {
        background: #0067D1;
        color: #F8F8FA;
}
.signup .card .selector .item[data-v-219a6077]:hover {
        background: rgba(0, 103, 209, 0.6);
        color: #F8F8FA;
}
.signup .card .button[data-v-219a6077] {
      margin-top: 64px;
      background: #0067D1;
      border-color: #0067D1;
}
.signup .card .button[data-v-219a6077]:hover {
      background: none;
      color: #0067D1;
      border-color: #0067D1;
}
.signup .modalbtn[data-v-219a6077] {
    margin-top: 50px;
}

.button[data-v-2604c75d] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-2604c75d]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-2604c75d] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-2604c75d]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-2604c75d] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-2604c75d]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-2604c75d] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-2604c75d]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-2604c75d] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-2604c75d] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-2604c75d] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-2604c75d] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-2604c75d] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-2604c75d] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-2604c75d] {
  font-weight: bold;
}
.card[data-v-2604c75d] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-2604c75d] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-2604c75d] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-2604c75d] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-2604c75d] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-2604c75d] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-2604c75d] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-2604c75d] {
      border-color: #EF616C;
}
.card .button[data-v-2604c75d] {
    margin-top: 64px;
}
.msg[data-v-2604c75d] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-2604c75d] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-2604c75d] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-2604c75d] {
  background-color: #9FF781;
  border-color: #58FA58;
}

.button[data-v-3d66186f] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-3d66186f]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-3d66186f] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-3d66186f]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-3d66186f] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-3d66186f]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-3d66186f] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-3d66186f]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-3d66186f] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-3d66186f] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-3d66186f] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-3d66186f] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-3d66186f] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-3d66186f] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-3d66186f] {
  font-weight: bold;
}
.card[data-v-3d66186f] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-3d66186f] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-3d66186f] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-3d66186f] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-3d66186f] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-3d66186f] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-3d66186f] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-3d66186f] {
      border-color: #EF616C;
}
.card .button[data-v-3d66186f] {
    margin-top: 64px;
}
.msg[data-v-3d66186f] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-3d66186f] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-3d66186f] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-3d66186f] {
  background-color: #9FF781;
  border-color: #58FA58;
}
.listofpresta .card-stacked label[data-v-3d66186f] {
  color: rgba(29, 30, 33, 0.6);
  font-style: oblique;
}
.listofpresta .input-container[data-v-3d66186f] {
  z-index: 1000;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 512px;
  margin: 54px auto;
}
.listofpresta .input-container .input-field[data-v-3d66186f] {
    text-align: left;
    color: #F8F8FA;
}
.listofpresta .input-container .input-field input[data-v-3d66186f] {
      width: 200px;
      height: 32px;
      border: none;
      margin: 8px 0;
      border-radius: 2px;
      padding: 0 8px;
      font-size: 18px;
}
.listofpresta .champ[data-v-3d66186f] {
  line-height: 30px;
}
.listofpresta .header[data-v-3d66186f] {
  color: white;
}
.listofpresta .contact[data-v-3d66186f] {
  text-align: left;
  font-size: 1.5em;
  height: 230px;
}
.listofpresta .contact label[data-v-3d66186f] {
  line-height: 30px;
  text-align: left;
  font-size: 0.9em;
  height: 230px;
}
.listofpresta .contact img[data-v-3d66186f] {
  margin-left: 15px;
  margin-right: 25px;
  margin-top: 10px;
}
.listofpresta .contact button[data-v-3d66186f] {
  width: 100%;
  bottom: 0;
  height: 60px;
  background-color: #063c7b;
  position: absolute;
  left: 0;
}
.listofpresta .contact:hover button[data-v-3d66186f] {
  background-color: #00bff3;
}
.listofpresta .photo2[data-v-3d66186f] {
  -ms-flex-pack: center;
      justify-content: center;
  width: 150px;
  height: 150px;
  overflow: hidden;
  background: #F1F1F1;
  border-radius: 80px;
  border: solid 8px #FFF;
  float: left;
}
.listofpresta .photo2 img[data-v-3d66186f] {
    width: 100%;
}
.listofpresta .photo2 .icon[data-v-3d66186f] {
    font-size: 180px;
    color: #0067D1;
    text-align: center;
    margin-left: -13px;
}

.button[data-v-e9da784e] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-e9da784e]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-e9da784e] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-e9da784e]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-e9da784e] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-e9da784e]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-e9da784e] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-e9da784e]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-e9da784e] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-e9da784e] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-e9da784e] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-e9da784e] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-e9da784e] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-e9da784e] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-e9da784e] {
  font-weight: bold;
}
.card[data-v-e9da784e] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-e9da784e] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-e9da784e] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-e9da784e] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-e9da784e] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-e9da784e] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-e9da784e] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-e9da784e] {
      border-color: #EF616C;
}
.card .button[data-v-e9da784e] {
    margin-top: 64px;
}
.msg[data-v-e9da784e] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-e9da784e] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-e9da784e] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-e9da784e] {
  background-color: #9FF781;
  border-color: #58FA58;
}

.button[data-v-55e6e25e] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-55e6e25e]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-55e6e25e] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-55e6e25e]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-55e6e25e] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-55e6e25e]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-55e6e25e] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-55e6e25e]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-55e6e25e] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-55e6e25e] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-55e6e25e] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-55e6e25e] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-55e6e25e] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-55e6e25e] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-55e6e25e] {
  font-weight: bold;
}
.card[data-v-55e6e25e] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-55e6e25e] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-55e6e25e] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-55e6e25e] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-55e6e25e] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-55e6e25e] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-55e6e25e] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-55e6e25e] {
      border-color: #EF616C;
}
.card .button[data-v-55e6e25e] {
    margin-top: 64px;
}
.listlogement[data-v-55e6e25e] {
  padding: 256px 0 32px;
}
.listlogement .input-container[data-v-55e6e25e] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.listlogement .input-container .title[data-v-55e6e25e] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.listlogement .input-container input[data-v-55e6e25e] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.listlogement .input-container input.error[data-v-55e6e25e] {
      border-color: #EF616C;
}
.listlogement .empty-card[data-v-55e6e25e] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    margin: 32px auto 32px;
    width: 256px;
    height: 150px;
    border-radius: 4px;
    background: #FFF;
    color: rgba(29, 30, 33, 0.8);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transition: 0.4s;
}
.listlogement .empty-card .plus-container[data-v-55e6e25e] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      margin: 8px auto;
      -ms-flex-line-pack: center;
          align-content: center;
      border: solid 2px rgba(29, 30, 33, 0.8);
      width: 64px;
      height: 64px;
      border-radius: 36px;
}
.listlogement .empty-card .plus-container .icon[data-v-55e6e25e] {
        font-size: 48px;
        line-height: 64px;
}
.listlogement .empty-card .plus-container .title[data-v-55e6e25e] {
        margin: 24px auto 8px;
}
.listlogement .empty-card[data-v-55e6e25e]:hover {
    background: rgba(0, 103, 209, 0.2);
}

.button[data-v-74a32aa7] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-74a32aa7]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-74a32aa7] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-74a32aa7]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-74a32aa7] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-74a32aa7]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-74a32aa7] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-74a32aa7]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-74a32aa7] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-74a32aa7] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-74a32aa7] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-74a32aa7] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-74a32aa7] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-74a32aa7] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-74a32aa7] {
  font-weight: bold;
}
.card[data-v-74a32aa7] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-74a32aa7] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-74a32aa7] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-74a32aa7] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-74a32aa7] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-74a32aa7] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-74a32aa7] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-74a32aa7] {
      border-color: #EF616C;
}
.card .button[data-v-74a32aa7] {
    margin-top: 64px;
}
.msg[data-v-74a32aa7] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-74a32aa7] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-74a32aa7] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-74a32aa7] {
  background-color: #9FF781;
  border-color: #58FA58;
}

.button[data-v-c0a91020] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-c0a91020]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-c0a91020] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-c0a91020]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-c0a91020] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-c0a91020]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-c0a91020] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-c0a91020]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-c0a91020] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-c0a91020] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-c0a91020] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-c0a91020] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-c0a91020] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-c0a91020] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-c0a91020] {
  font-weight: bold;
}
.card[data-v-c0a91020] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-c0a91020] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-c0a91020] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-c0a91020] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-c0a91020] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-c0a91020] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-c0a91020] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-c0a91020] {
      border-color: #EF616C;
}
.card .button[data-v-c0a91020] {
    margin-top: 64px;
}
.time-picker {
  display: inline-block;
  position: relative;
  font-size: 1em;
  width: 10em;
  font-family: sans-serif;
  vertical-align: middle;
}

.time-picker * {
  box-sizing: border-box;
}

.time-picker input.display-time {
  border: 1px solid #d2d2d2;
  width: 10em;
  height: 2.2em;
  padding: 0.3em 0.5em;
  font-size: 1em;
}

.time-picker .clear-btn {
  position: absolute;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  margin-top: -0.15em;
  z-index: 3;
  font-size: 1.1em;
  line-height: 1em;
  vertical-align: middle;
  width: 1.3em;
  color: #d2d2d2;
  background: rgba(255,255,255,0);
  text-align: center;
  font-style: normal;

  -webkit-transition: color .2s;
  transition: color .2s;
}

.time-picker .clear-btn:hover {
  color: #797979;
  cursor: pointer;
}

.time-picker .time-picker-overlay {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.time-picker .dropdown {
  position: absolute;
  z-index: 5;
  top: calc(2.2em + 2px);
  left: 0;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0,0,0,0.15);
  width: 10em;
  height: 10em;
  font-weight: normal;
}

.time-picker .dropdown .select-list {
  width: 10em;
  height: 10em;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: space-between;
}

.time-picker .dropdown ul {
  padding: 0;
  margin: 0;
  list-style: none;

  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.time-picker .dropdown ul.minutes,
.time-picker .dropdown ul.seconds,
.time-picker .dropdown ul.apms{
  border-left: 1px solid #fff;
}

.time-picker .dropdown ul li {
  text-align: center;
  padding: 0.3em 0;
  color: #161616;
}

.time-picker .dropdown ul li:not(.hint):hover {
  background: rgba(0,0,0,.08);
  color: #161616;
  cursor: pointer;
}

.time-picker .dropdown ul li.active,
.time-picker .dropdown ul li.active:hover {
  background: #41B883;
  color: #fff;
}

.time-picker .dropdown .hint {
  color: #a5a5a5;
  cursor: default;
  font-size: 0.8em;
}


.button[data-v-20909519] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-20909519]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-20909519] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-20909519]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-20909519] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-20909519]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-20909519] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-20909519]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-20909519] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-20909519] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-20909519] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-20909519] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-20909519] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-20909519] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-20909519] {
  font-weight: bold;
}
.card[data-v-20909519] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-20909519] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-20909519] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-20909519] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-20909519] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-20909519] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-20909519] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-20909519] {
      border-color: #EF616C;
}
.card .button[data-v-20909519] {
    margin-top: 64px;
}

.button[data-v-641283c2] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-641283c2]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-641283c2] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-641283c2]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-641283c2] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-641283c2]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-641283c2] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-641283c2]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-641283c2] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-641283c2] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-641283c2] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-641283c2] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-641283c2] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-641283c2] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-641283c2] {
  font-weight: bold;
}
.card[data-v-641283c2] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-641283c2] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-641283c2] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-641283c2] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-641283c2] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-641283c2] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-641283c2] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-641283c2] {
      border-color: #EF616C;
}
.card .button[data-v-641283c2] {
    margin-top: 64px;
}

.button[data-v-fd9ea1d8] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-fd9ea1d8]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-fd9ea1d8] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-fd9ea1d8]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-fd9ea1d8] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-fd9ea1d8]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-fd9ea1d8] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-fd9ea1d8]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-fd9ea1d8] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-fd9ea1d8] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-fd9ea1d8] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-fd9ea1d8] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-fd9ea1d8] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-fd9ea1d8] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-fd9ea1d8] {
  font-weight: bold;
}
.card[data-v-fd9ea1d8] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-fd9ea1d8] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-fd9ea1d8] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-fd9ea1d8] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-fd9ea1d8] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-fd9ea1d8] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-fd9ea1d8] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-fd9ea1d8] {
      border-color: #EF616C;
}
.card .button[data-v-fd9ea1d8] {
    margin-top: 64px;
}

.button[data-v-4b007654] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-4b007654]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-4b007654] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-4b007654]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-4b007654] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-4b007654]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-4b007654] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-4b007654]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-4b007654] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-4b007654] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-4b007654] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-4b007654] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-4b007654] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-4b007654] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-4b007654] {
  font-weight: bold;
}
.card[data-v-4b007654] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-4b007654] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-4b007654] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-4b007654] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-4b007654] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-4b007654] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-4b007654] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-4b007654] {
      border-color: #EF616C;
}
.card .button[data-v-4b007654] {
    margin-top: 64px;
}

.button[data-v-6daffcb2] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-6daffcb2]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-6daffcb2] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-6daffcb2]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-6daffcb2] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-6daffcb2]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-6daffcb2] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-6daffcb2]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-6daffcb2] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-6daffcb2] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-6daffcb2] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-6daffcb2] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-6daffcb2] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-6daffcb2] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-6daffcb2] {
  font-weight: bold;
}
.card[data-v-6daffcb2] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-6daffcb2] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-6daffcb2] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-6daffcb2] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-6daffcb2] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-6daffcb2] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-6daffcb2] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-6daffcb2] {
      border-color: #EF616C;
}
.card .button[data-v-6daffcb2] {
    margin-top: 64px;
}
.msg[data-v-6daffcb2] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-6daffcb2] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-6daffcb2] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-6daffcb2] {
  background-color: #9FF781;
  border-color: #58FA58;
}
.myreservations .header[data-v-6daffcb2] {
  color: white;
}
.myreservations .contact[data-v-6daffcb2] {
  text-align: left;
  font-size: 1.5em;
  height: 230px;
}
.myreservations .contact label[data-v-6daffcb2] {
  line-height: 30px;
  text-align: left;
  font-size: 0.9em;
  height: 230px;
}
.myreservations .contact img[data-v-6daffcb2] {
  margin-left: 15px;
  margin-right: 25px;
  margin-top: 10px;
}
.myreservations .contact .button[data-v-6daffcb2] {
  width: 100%;
  bottom: 0;
  height: 60px;
  background-color: #063c7b;
  position: absolute;
  left: 0;
}
.myreservations .contact:hover .button[data-v-6daffcb2] {
  background-color: #00bff3;
}

.button[data-v-14fe462c] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-14fe462c]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-14fe462c] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-14fe462c]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-14fe462c] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-14fe462c]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-14fe462c] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-14fe462c]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-14fe462c] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-14fe462c] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-14fe462c] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-14fe462c] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-14fe462c] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-14fe462c] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-14fe462c] {
  font-weight: bold;
}
.card[data-v-14fe462c] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-14fe462c] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-14fe462c] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-14fe462c] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-14fe462c] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-14fe462c] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-14fe462c] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-14fe462c] {
      border-color: #EF616C;
}
.card .button[data-v-14fe462c] {
    margin-top: 64px;
}
.msg[data-v-14fe462c] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-14fe462c] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-14fe462c] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-14fe462c] {
  background-color: #9FF781;
  border-color: #58FA58;
}
.listofreservations[data-v-14fe462c] {
  /*
  i {
    font-size: 100px;
    color: $main-color;
  }*/
}
.listofreservations .photo[data-v-14fe462c] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -90px;
    right: calc(50% - 82px);
    left: calc(50% - 82px);
    width: 165px;
    height: 165px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 90px;
    border: solid 8px #FFF;
}
.listofreservations .photo .icon[data-v-14fe462c] {
      margin-top: 15px;
      font-size: 130px;
      color: #0067D1;
      text-align: center;
}
.listofreservations .button[data-v-14fe462c] {
    width: 250px;
    margin-top: 20px;
    margin-bottom: -20px;
}
.listofreservations .container[data-v-14fe462c] {
    text-align: center;
    margin: 0;
    padding-top: 30px;
    margin-bottom: -50px;
    line-height: 30px;
}
.listofreservations .container .titre[data-v-14fe462c] {
      font-size: 1em;
      margin-right: 15px;
}
.listofreservations .container .txt[data-v-14fe462c] {
      font-size: 1.2em;
      color: grey;
}

.button[data-v-376e6cb8] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-376e6cb8]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-376e6cb8] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-376e6cb8]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-376e6cb8] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-376e6cb8]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-376e6cb8] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-376e6cb8]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-376e6cb8] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-376e6cb8] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-376e6cb8] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-376e6cb8] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-376e6cb8] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-376e6cb8] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-376e6cb8] {
  font-weight: bold;
}
.card[data-v-376e6cb8] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-376e6cb8] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-376e6cb8] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-376e6cb8] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-376e6cb8] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-376e6cb8] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-376e6cb8] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-376e6cb8] {
      border-color: #EF616C;
}
.card .button[data-v-376e6cb8] {
    margin-top: 64px;
}
.msg[data-v-376e6cb8] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-376e6cb8] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-376e6cb8] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-376e6cb8] {
  background-color: #9FF781;
  border-color: #58FA58;
}

.button[data-v-4a97f450] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-4a97f450]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-4a97f450] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-4a97f450]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-4a97f450] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-4a97f450]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-4a97f450] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-4a97f450]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-4a97f450] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-4a97f450] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-4a97f450] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-4a97f450] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-4a97f450] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-4a97f450] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-4a97f450] {
  font-weight: bold;
}
.card[data-v-4a97f450] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-4a97f450] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-4a97f450] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-4a97f450] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-4a97f450] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-4a97f450] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-4a97f450] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-4a97f450] {
      border-color: #EF616C;
}
.card .button[data-v-4a97f450] {
    margin-top: 64px;
}
.reserver .rowOffre[data-v-4a97f450] {
  height: 500px;
}
.reserver .offre[data-v-4a97f450] {
  height: 450px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.reserver .offre h4[data-v-4a97f450] {
  background-color: #063c7b;
  padding: 25px;
  margin: 0;
  color: white;
}
.reserver .offre:hover h4[data-v-4a97f450] {
  background-color: black;
}
.reserver .offre h5[data-v-4a97f450] {
  background-color: #00bff3;
  padding: 25px;
  margin-top: -5px;
  color: white;
}
.reserver .offre:hover h5[data-v-4a97f450] {
  background-color: grey;
}
.reserver .offre img[data-v-4a97f450] {
  margin-top: 10px;
  margin-bottom: -20px;
}
.reserver .offre[data-v-4a97f450]:hover {
  box-shadow: 0px 0px 2px black;
}
.reserver .offre p[data-v-4a97f450] {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 300px;
}
.reserver .offre button[data-v-4a97f450] {
  width: 100%;
  bottom: 0;
  height: 60px;
  background-color: #063c7b;
  position: absolute;
  left: 0;
}
.reserver .offre button[data-v-4a97f450]:hover {
  background-color: #00bff3;
}
.reserver .modalC[data-v-4a97f450] {
  height: 50px;
  width: 150px;
  padding: 20px;
  margin: 10px;
  display: inline-block;
  color: #0067D1;
  border: 5px solid;
  border-color: #0067D1;
}
.reserver .modalC[data-v-4a97f450]:hover {
  border-color: grey;
}
.reserver .choiced[data-v-4a97f450] {
  background-color: #0067D1;
  color: white;
  border-color: #0067D1;
}
.reserver .modalB[data-v-4a97f450] {
  height: 50px;
  width: 385px;
  padding: 20px;
  margin: 10px;
}
.reserver .button-container[data-v-4a97f450] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.reserver .button-container .button[data-v-4a97f450] {
    width: 296px;
    margin: 24px 30px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.button[data-v-ab6d731a] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-ab6d731a]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-ab6d731a] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-ab6d731a]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-ab6d731a] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-ab6d731a]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-ab6d731a] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-ab6d731a]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-ab6d731a] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-ab6d731a] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-ab6d731a] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-ab6d731a] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-ab6d731a] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-ab6d731a] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-ab6d731a] {
  font-weight: bold;
}
.card[data-v-ab6d731a] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-ab6d731a] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-ab6d731a] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-ab6d731a] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-ab6d731a] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-ab6d731a] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-ab6d731a] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-ab6d731a] {
      border-color: #EF616C;
}
.card .button[data-v-ab6d731a] {
    margin-top: 64px;
}
.reserver .card[data-v-ab6d731a] {
  width: 900px;
  margin-top: 50px;
  padding-top: 0px;
}
.reserver .cal[data-v-ab6d731a] {
  margin: auto;
  width: 100%;
}
.reserver .date-picker[data-v-ab6d731a] {
  margin: 0 auto;
  width: 35%;
}
.reserver .date-picker input[data-v-ab6d731a] {
    width: 100%;
}
.reserver .titre[data-v-ab6d731a] {
  margin-top: -20px;
  font-size: 1.5em;
}
.reserver .button[data-v-ab6d731a] {
  margin-bottom: -50px;
}

.button[data-v-bee35394] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-bee35394]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-bee35394] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-bee35394]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-bee35394] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-bee35394]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-bee35394] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-bee35394]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-bee35394] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-bee35394] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-bee35394] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-bee35394] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-bee35394] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-bee35394] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-bee35394] {
  font-weight: bold;
}
.card[data-v-bee35394] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-bee35394] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-bee35394] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-bee35394] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-bee35394] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-bee35394] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-bee35394] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-bee35394] {
      border-color: #EF616C;
}
.card .button[data-v-bee35394] {
    margin-top: 64px;
}
.msg[data-v-bee35394] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-bee35394] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-bee35394] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-bee35394] {
  background-color: #9FF781;
  border-color: #58FA58;
}
.reserver .card[data-v-bee35394] {
  width: 100%;
  padding: 30px;
  background-color: transparent;
  box-shadow: 0px 0px 0px #656565;
  border: none;
}
.reserver .datePicker[data-v-bee35394] {
  top: 0px;
  margin: 30px 70px;
  margin-top: -30px;
  width: 35%;
}
.reserver .datePicker input[data-v-bee35394] {
    width: 100%;
}
.reserver .adresse[data-v-bee35394] {
  top: 0px;
  margin: 30px 40px;
  margin-top: -30px;
  width: 60%;
}
.reserver .timepicker[data-v-bee35394] {
  top: -30px;
  padding: 0px;
}
.reserver .tickbutton[data-v-bee35394] {
  margin-top: -15px;
}
.reserver .content[data-v-bee35394] {
  width: 100%;
}
.reserver .content .offer-list[data-v-bee35394] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
}
.reserver .content .offer-list .offer[data-v-bee35394] {
      width: 300px;
      height: 550px;
      margin: 0 50px;
      background: #FFF;
      border-radius: 4px;
      box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
      transition: 0.2s ease-in-out;
}
.reserver .content .offer-list .offer .title[data-v-bee35394] {
        width: 100%;
        height: 48px;
        line-height: 48px;
        font-size: 24px;
        font-weight: 800;
        background: #0067D1;
        color: #F8F8FA;
        text-align: center;
}
.reserver .content .offer-list .offer .price[data-v-bee35394] {
        width: 100%;
        height: 48px;
        line-height: 48px;
        font-size: 18px;
        color: #0067D1;
        text-align: center;
}
.reserver .content .offer-list .offer .logo i[data-v-bee35394] {
        line-height: 128px;
        font-size: 96px;
        color: #0067D1;
}
.reserver .content .offer-list .offer .text[data-v-bee35394] {
        padding: 26px 12px;
        text-align: center;
        height: 48px;
}
.reserver .content .offer-list .offer .text b[data-v-bee35394] {
          color: #0067D1;
}
.reserver .content .final[data-v-bee35394] {
    color: #0067D1;
    line-height: 32px;
    font-size: 24px;
    margin: 48px 0;
}

.button[data-v-633c2ea6] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-633c2ea6]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-633c2ea6] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-633c2ea6]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-633c2ea6] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-633c2ea6]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-633c2ea6] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-633c2ea6]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-633c2ea6] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-633c2ea6] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-633c2ea6] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-633c2ea6] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-633c2ea6] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-633c2ea6] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-633c2ea6] {
  font-weight: bold;
}
.card[data-v-633c2ea6] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-633c2ea6] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-633c2ea6] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-633c2ea6] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-633c2ea6] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-633c2ea6] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-633c2ea6] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-633c2ea6] {
      border-color: #EF616C;
}
.card .button[data-v-633c2ea6] {
    margin-top: 64px;
}
.payement .input-container[data-v-633c2ea6] {
  width: calc(100% - 32px);
  height: 64px;
  padding: 0 16px;
  margin: 8px 0;
}
.payement .input-container .title[data-v-633c2ea6] {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: left;
    color: #1D1E21;
}
.payement .input-container input[data-v-633c2ea6] {
    width: calc(100% - 16px);
    height: calc(100% - 24px);
    border: solid 1px #F1F1F1;
    border-radius: 1px;
    padding: 0 8px;
    font-size: 18px;
}
.payement .input-container input.error[data-v-633c2ea6] {
    border-color: #EF616C;
}
.table[data-v-633c2ea6] {
  display: table;
  width: 100%;
}
.table-heading[data-v-633c2ea6] {
  display: table-header-group;
  background-color: #2D7BCF;
  font-weight: bold;
  color: white;
}
.table-body[data-v-633c2ea6] {
  display: table-row-group;
}
.table-row[data-v-633c2ea6] {
  display: table-row;
}
.table-cell[data-v-633c2ea6],
.table-header[data-v-633c2ea6] {
  display: table-cell;
  border: 1px solid #999999;
  padding: 3px 10px;
}
.table-cell.empty[data-v-633c2ea6] {
  border: none;
}

.button[data-v-460116a2] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-460116a2]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-460116a2] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-460116a2]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-460116a2] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-460116a2]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-460116a2] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-460116a2]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-460116a2] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-460116a2] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-460116a2] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-460116a2] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-460116a2] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-460116a2] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-460116a2] {
  font-weight: bold;
}
.card[data-v-460116a2] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-460116a2] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-460116a2] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-460116a2] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-460116a2] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-460116a2] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-460116a2] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-460116a2] {
      border-color: #EF616C;
}
.card .button[data-v-460116a2] {
    margin-top: 64px;
}

.button[data-v-b0fbeb2a] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-b0fbeb2a]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-b0fbeb2a] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-b0fbeb2a]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-b0fbeb2a] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-b0fbeb2a]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-b0fbeb2a] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-b0fbeb2a]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-b0fbeb2a] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-b0fbeb2a] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-b0fbeb2a] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-b0fbeb2a] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-b0fbeb2a] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-b0fbeb2a] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-b0fbeb2a] {
  font-weight: bold;
}
.card[data-v-b0fbeb2a] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-b0fbeb2a] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-b0fbeb2a] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-b0fbeb2a] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-b0fbeb2a] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-b0fbeb2a] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-b0fbeb2a] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-b0fbeb2a] {
      border-color: #EF616C;
}
.card .button[data-v-b0fbeb2a] {
    margin-top: 64px;
}
.card-stacked label[data-v-b0fbeb2a] {
  color: rgba(29, 30, 33, 0.6);
  font-style: oblique;
}
.listvalidation .button[data-v-b0fbeb2a] {
  margin: 50px 8px 0;
  float: right;
}
.listvalidation .header[data-v-b0fbeb2a] {
  color: white;
}
.listvalidation .photo2[data-v-b0fbeb2a] {
  -ms-flex-pack: center;
      justify-content: center;
  width: 150px;
  height: 150px;
  overflow: hidden;
  background: #F1F1F1;
  border-radius: 80px;
  border: solid 8px #FFF;
  float: left;
}
.listvalidation .photo2 img[data-v-b0fbeb2a] {
    width: 100%;
}
.listvalidation .photo2 .icon[data-v-b0fbeb2a] {
    font-size: 180px;
    color: #0067D1;
    text-align: center;
    margin-left: -13px;
}

.button[data-v-30f2b335] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-30f2b335]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-30f2b335] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-30f2b335]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-30f2b335] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-30f2b335]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-30f2b335] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-30f2b335]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-30f2b335] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-30f2b335] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-30f2b335] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-30f2b335] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-30f2b335] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-30f2b335] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-30f2b335] {
  font-weight: bold;
}
.card[data-v-30f2b335] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-30f2b335] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-30f2b335] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-30f2b335] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-30f2b335] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-30f2b335] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-30f2b335] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-30f2b335] {
      border-color: #EF616C;
}
.card .button[data-v-30f2b335] {
    margin-top: 64px;
}
.card-stacked label[data-v-30f2b335] {
  color: rgba(29, 30, 33, 0.6);
  font-style: oblique;
}
.header[data-v-30f2b335] {
  color: white;
}
.button-container[data-v-30f2b335] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 32px 4px 4px;
}
.button[data-v-30f2b335] {
  margin: 8px !important;
}
.photo2[data-v-30f2b335] {
  -ms-flex-pack: center;
      justify-content: center;
  width: 150px;
  height: 150px;
  overflow: hidden;
  background: #F1F1F1;
  border-radius: 80px;
  border: solid 8px #FFF;
  float: left;
}
.photo2 img[data-v-30f2b335] {
    width: 100%;
}
.photo2 .icon[data-v-30f2b335] {
    font-size: 180px;
    color: #0067D1;
    text-align: center;
    margin-left: -13px;
}

.button[data-v-c1d6abee] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-c1d6abee]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-c1d6abee] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-c1d6abee]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-c1d6abee] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-c1d6abee]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-c1d6abee] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-c1d6abee]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-c1d6abee] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-c1d6abee] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-c1d6abee] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-c1d6abee] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-c1d6abee] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-c1d6abee] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-c1d6abee] {
  font-weight: bold;
}
.card[data-v-c1d6abee] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-c1d6abee] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-c1d6abee] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-c1d6abee] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-c1d6abee] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-c1d6abee] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-c1d6abee] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-c1d6abee] {
      border-color: #EF616C;
}
.card .button[data-v-c1d6abee] {
    margin-top: 64px;
}
.msg[data-v-c1d6abee] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-c1d6abee] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-c1d6abee] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-c1d6abee] {
  background-color: #9FF781;
  border-color: #58FA58;
}
.allking .button[data-v-c1d6abee] {
  margin-top: 20px;
}

.button[data-v-3f1035d4] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-3f1035d4]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-3f1035d4] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-3f1035d4]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-3f1035d4] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-3f1035d4]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-3f1035d4] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-3f1035d4]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-3f1035d4] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-3f1035d4] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-3f1035d4] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-3f1035d4] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-3f1035d4] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-3f1035d4] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-3f1035d4] {
  font-weight: bold;
}
.card[data-v-3f1035d4] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-3f1035d4] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-3f1035d4] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-3f1035d4] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-3f1035d4] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-3f1035d4] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-3f1035d4] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-3f1035d4] {
      border-color: #EF616C;
}
.card .button[data-v-3f1035d4] {
    margin-top: 64px;
}
.king .courone[data-v-3f1035d4] {
  width: 200px;
}
.king h3[data-v-3f1035d4] {
  margin-bottom: 30px;
  font-size: 1.5em;
  line-height: 30px;
  color: #0067D1;
}
.king h4[data-v-3f1035d4] {
  display: inline-block;
  margin: 0px;
  font-size: 2em;
  line-height: 30px;
  color: #0067D1;
}
.king .yellow[data-v-3f1035d4] {
  color: #FACC2E;
  font-size: 1.3em;
  margin: 0px;
}
.king .card[data-v-3f1035d4] {
  display: inline-block;
  border: none;
  box-shadow: 0px 0px 0px #656565;
  margin: 0px;
  margin-top: 60px;
  padding: 20px;
  min-width: 400px;
  width: 700px;
}
.king .contener[data-v-3f1035d4] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.king .ilustr[data-v-3f1035d4] {
  margin-top: 50px;
  width: 100%;
}
.king ul[data-v-3f1035d4] {
  list-style-type: none;
  text-align: left;
  font-size: 1.5em;
  line-height: 40px;
  color: grey;
}
.king li[data-v-3f1035d4]:before {
  content: '- ';
}
.king .button[data-v-3f1035d4] {
  width: 500px;
  margin: 50px;
}

.button[data-v-54fd5a5a] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-54fd5a5a]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-54fd5a5a] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-54fd5a5a]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-54fd5a5a] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-54fd5a5a]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-54fd5a5a] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-54fd5a5a]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-54fd5a5a] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-54fd5a5a] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-54fd5a5a] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-54fd5a5a] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-54fd5a5a] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-54fd5a5a] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-54fd5a5a] {
  font-weight: bold;
}
.card[data-v-54fd5a5a] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-54fd5a5a] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-54fd5a5a] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-54fd5a5a] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-54fd5a5a] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-54fd5a5a] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-54fd5a5a] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-54fd5a5a] {
      border-color: #EF616C;
}
.card .button[data-v-54fd5a5a] {
    margin-top: 64px;
}
.detailsreservations .card[data-v-54fd5a5a] {
  padding: 50px;
  width: 50%;
  font-size: 1.3em;
  line-height: 50px;
  text-align: left;
}
.detailsreservations .titre[data-v-54fd5a5a] {
  font-size: 1em;
  margin-right: 15px;
}
.detailsreservations .txt[data-v-54fd5a5a] {
  font-size: 1.2em;
  color: grey;
}

.button[data-v-745f2b27] {
  width: 180px;
  height: 44px;
  border-radius: 4px;
  border: solid 4px #0067D1;
  color: #0067D1;
  padding: 0 8px;
  line-height: 44px;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.button[data-v-745f2b27]:hover {
  color: #F8F8FA;
  background: #0067D1;
}
.button.sign-in[data-v-745f2b27] {
  width: 200px;
  font-weight: bold;
  background: #F8F8FA;
  color: #0067D1;
  border: solid 4px #F8F8FA;
}
.button.sign-in[data-v-745f2b27]:hover {
  background: #3e8bdb;
  color: #F8F8FA;
}
.button.log-in[data-v-745f2b27] {
  color: #F8F8FA;
  background: #0067D1;
  font-weight: bold;
  border: solid 4px #0067D1;
}
.button.log-in[data-v-745f2b27]:hover {
  background: none;
  color: #0067D1;
}
.button.delete[data-v-745f2b27] {
  color: #F8F8FA;
  background: #EF616C;
  font-weight: bold;
  border: solid 4px #EF616C;
}
.button.delete[data-v-745f2b27]:hover {
  background: none;
  color: #EF616C;
}
.msg[data-v-745f2b27] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-745f2b27] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-745f2b27] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-745f2b27] {
  background-color: #9FF781;
  border-color: #58FA58;
}
@media (max-width: 940px) {
.content[data-v-745f2b27] {
    width: 100%;
    margin: 0 auto;
}
}
@media (min-width: 940px) {
.content[data-v-745f2b27] {
    width: 940px;
    margin: 0 auto;
}
}
.bold[data-v-745f2b27] {
  font-weight: bold;
}
.card[data-v-745f2b27] {
  position: relative;
  z-index: 10;
  width: 480px;
  margin: -192px auto 128px;
  padding: 128px 16px 32px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}
.card .photo[data-v-745f2b27] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    top: -64px;
    right: calc(50% - 72px);
    left: calc(50% - 72px);
    width: 128px;
    height: 128px;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 80px;
    border: solid 8px #FFF;
}
.card .photo .icon[data-v-745f2b27] {
      font-size: 164px;
      color: #0067D1;
      text-align: center;
}
.card .error-message[data-v-745f2b27] {
    width: calc(100% - 32px);
    height: 24px;
    text-align: center;
    color: #EF616C;
}
.card .input-container[data-v-745f2b27] {
    width: calc(100% - 32px);
    height: 64px;
    padding: 0 16px;
    margin: 8px 0;
}
.card .input-container .title[data-v-745f2b27] {
      height: 24px;
      line-height: 24px;
      font-size: 12px;
      text-align: left;
      color: #1D1E21;
}
.card .input-container input[data-v-745f2b27] {
      width: 100%;
      height: calc(100% - 24px);
      border: solid 1px #F1F1F1;
      border-radius: 1px;
      padding: 0 8px;
      font-size: 18px;
}
.card .input-container input.error[data-v-745f2b27] {
      border-color: #EF616C;
}
.card .button[data-v-745f2b27] {
    margin-top: 64px;
}
.msg[data-v-745f2b27] {
  width: 100%;
  border: 1px solid;
  border-radius: 3px;
  margin: 0;
  color: white;
  font-size: 1.1em;
  line-height: 50px;
}
.error[data-v-745f2b27] {
  background-color: #FA5858;
  border-color: red;
}
.info[data-v-745f2b27] {
  background-color: #81BEF7;
  border-color: #5882FA;
}
.valid[data-v-745f2b27] {
  background-color: #9FF781;
  border-color: #58FA58;
}
.listofreservations .header[data-v-745f2b27] {
  color: white;
}
.listofreservations .contact[data-v-745f2b27] {
  text-align: left;
  font-size: 1.5em;
  height: 230px;
}
.listofreservations .contact label[data-v-745f2b27] {
  line-height: 30px;
  text-align: left;
  font-size: 0.9em;
  height: 230px;
}
.listofreservations .contact img[data-v-745f2b27] {
  margin-left: 15px;
  margin-right: 25px;
  margin-top: 10px;
}
.listofreservations .contact .button[data-v-745f2b27] {
  width: 100%;
  bottom: 0;
  height: 60px;
  background-color: #063c7b;
  position: absolute;
  left: 0;
}
.listofreservations .contact:hover .button[data-v-745f2b27] {
  background-color: #00bff3;
}

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