* {
  margin: 0;
  border: 0;
  padding: 0; }

html {
  height: 100%;
  padding: 0; }

body {
  overflow: hidden;
  overflow-y: auto;
  line-height: 15px;
  height: 100%;
  padding: 0;
  max-height: 999999px;
  font-size: 10px;
  font-weight: 400;
  color: #485b5c;
  background-color: #287380;
  font-family: 'Quicksand', sans-serif; }

.container {
  width: 100%;
  height: 100vh;
  max-width: 100%;
  position: relative;
  padding: 45px 0; }
  @media only screen and (min-width: 991px) and (max-width: 1299px) {
    .container {
      width: inherit;
      max-width: inherit; } }
  @media only screen and (max-width: 991px) {
    .container {
      width: 100%;
      max-width: 100%; } }
  @media only screen and (max-width: 991px) {
    .container {
      height: 100%;
      overflow: visible;
      padding-bottom: 0; } }

.max-width {
  position: relative;
  max-width: 1304px;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 1304px) {
    .max-width {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (max-width: 991px) {
    .max-width {
      padding-left: 0;
      padding-right: 0; } }

.dash {
  display: flex;
  background: #f2f8f7;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem; }
  @media only screen and (max-width: 991px) {
    .dash {
      display: block;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; } }
    .dash .dash-right {
      width: calc(100% - 256px);
      width: -moz-calc(100% - 256px);
      width: -webkit-calc(100% - 256px);
      width: calc(100% - 256px);
      width: -moz-calc(100% - 256px);
      width: -webkit-calc(100% - 256px);
      padding: 27px 0 0 75px; }
  @media only screen and (max-width: 1200px) {
    .dash .dash-right {
      padding-left: 20px; } }
  @media only screen and (max-width: 991px) {
    .dash .dash-right {
      width: 100%;
      padding: 20px 30px 0 30px;
      -webkit-border-radius: 25px 25px 0 0;
      -moz-border-radius: 25px 25px 0 0;
      border-radius: 25px 25px 0 0;
      background: #f2f8f7;
      margin-top: -20px; } }
  @media only screen and (max-width: 380px) {
    .dash .dash-right {
      padding-left: 20px;
      padding-right: 20px; } }
    .dash .dash-right .title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 45px;
      padding-right: 24px; }
  @media only screen and (max-width: 767px) {
    .dash .dash-right .title {
      margin-bottom: 25pt; } }
    .dash .dash-right .title .h1 {
      display: flex;
      align-items: center; }
    .dash .dash-right .title .h1 h1 {
      font-size: 20px;
      line-height: 19px;
      margin: 0;
      padding: 0; }
  @media only screen and (max-width: 767px) {
    .dash .dash-right .title .h1 h1 {
      font-size: 18pt;
      line-height: 19pt; } }
    .dash .dash-right .title .h1 a {
      margin-right: 12px; }
    .dash .dash-right .title .options {
      display: flex;
      justify-content: flex-end; }
    .dash .dash-right .title .options .search {
      position: relative;
      width: 337px;
      height: 48px;
      margin-right: 55px; }
    .dash .dash-right .title .options .search img {
      width: 16px;
      height: 16px;
      position: absolute;
      top: calc(50% - 8px);
      top: -moz-calc(50% - 8px);
      top: -webkit-calc(50% - 8px);
      top: calc(50% - 8px);
      top: -moz-calc(50% - 8px);
      top: -webkit-calc(50% - 8px);
      right: 20px; }
    .dash .dash-right .title .options .search input {
      background-color: #fff;
      box-shadow: 0 3px 28px 0 rgba(40, 115, 128, 0.12);
      -webkit-border-radius: 22px;
      -moz-border-radius: 22px;
      border-radius: 22px; }
    .dash .dash-right .title ul {
      display: flex;
      justify-content: flex-end; }
  @media only screen and (max-width: 767px) {
    .dash .dash-right .title ul {
      display: none; } }
    .dash .dash-right .title ul li {
      position: relative;
      cursor: pointer;
      z-index: 888; }
    .dash .dash-right .title ul li #Rectangle_2053 {
      fill: transparent; }
    .dash .dash-right .title ul li #Icon_feather-mail,
    .dash .dash-right .title ul li #Rectangle_2053,
    .dash .dash-right .title ul li #Icon_feather-user-check {
      stroke: #b03661; }
    .dash .dash-right .title ul li:last-child {
      margin-left: 10px; }
    .dash .dash-right .title ul li:hover #Icon_feather-mail,
    .dash .dash-right .title ul li:hover #Icon_feather-user-check, .dash .dash-right .title ul li:focus #Icon_feather-mail,
    .dash .dash-right .title ul li:focus #Icon_feather-user-check, .dash .dash-right .title ul li.open #Icon_feather-mail,
    .dash .dash-right .title ul li.open #Icon_feather-user-check {
      stroke: #fff; }
    .dash .dash-right .title ul li:hover #Rectangle_2053, .dash .dash-right .title ul li:focus #Rectangle_2053, .dash .dash-right .title ul li.open #Rectangle_2053 {
      fill: #b03661; }

.questionnaire-form {
  padding-right: 112px; }
  @media only screen and (max-width: 1200px) {
    .questionnaire-form {
      padding-right: 20px; } }
  @media only screen and (max-width: 991px) {
    .questionnaire-form {
      padding-right: 0; } }
    .questionnaire-form form .step {
      background: #fff;
      padding: 35px 30px 105px 30px;
      -webkit-border-radius: 22px;
      -moz-border-radius: 22px;
      border-radius: 22px;
      box-shadow: 0 3px 28px 0 rgba(40, 115, 128, 0.12);
      margin-bottom: 59px; }
  @media only screen and (max-width: 650px) {
    .questionnaire-form form .step {
      padding: 30px 20px 35px 20px;
      margin-bottom: 50px; } }
  @media only screen and (max-width: 380px) {
    .questionnaire-form form .step {
      padding-left: 10px;
      padding-right: 10px; } }
    .questionnaire-form form .step .questionnaire-title {
      margin-bottom: 28px; }
  @media only screen and (max-width: 650px) {
    .questionnaire-form form .step .questionnaire-title {
      margin-bottom: 10px; } }
    .questionnaire-form form .step .questionnaire-title h2 {
      margin-bottom: 0;
      line-height: 19px; }
  @media only screen and (max-width: 650px) {
    .questionnaire-form form .step .questionnaire-title h2 {
      font-size: 14pt;
      margin-bottom: 6px; } }
    .questionnaire-form form .step .questionnaire-title p {
      font-size: 12px;
      line-height: 19px;
      font-weight: 500; }
  @media only screen and (max-width: 650px) {
    .questionnaire-form form .step .questionnaire-title p {
      font-size: 12pt;
      line-height: 19pt;
      margin-bottom: 20pt; } }
    .questionnaire-form form .step .input {
      margin-bottom: 20px; }
  @media only screen and (max-width: 650px) {
    .questionnaire-form form .step .input {
      margin-bottom: 23pt; } }
  @media only screen and (max-width: 650px) {
    .questionnaire-form form .step .dropdown {
      height: 46pt;
      font-size: 13pt; } }
  @media only screen and (max-width: 650px) {
    .questionnaire-form form .step .dropdown .dropdown-toggle {
      height: 46pt;
      padding-left: 11pt;
      padding-right: 11pt;
      font-size: 13pt; } }
    .questionnaire-form form .step .double-input {
       display: flex;
       flex-wrap: wrap; }
    .questionnaire-form form .step .double-input > div {
      width: calc(50% - 7.5px);
      width: -moz-calc(50% - 7.5px);
      width: -webkit-calc(50% - 7.5px);
      width: calc(50% - 7.5px);
      width: -moz-calc(50% - 7.5px);
      width: -webkit-calc(50% - 7.5px); }
  @media only screen and (max-width: 650px) {
    .questionnaire-form form .step .double-input > div {
      width: 100%; } }
    .questionnaire-form form .step .double-input > div:first-child {
      margin-right: 15px; }
  @media only screen and (max-width: 650px) {
    .questionnaire-form form .step .double-input > div:first-child {
      margin-right: 0; } }
    .questionnaire-form form .step .double-input textarea {
       display: block;
       width: 100%;
       height: 118px;
       background: rgba(40, 115, 128, 0.06); }
  @media only screen and (max-width: 650px) {
    .questionnaire-form form .step .double-input textarea {
      height: 118pt; } }

button,
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: none;
  font-weight: 700;
  text-align: center;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: inherit;
  text-shadow: none;
  overflow: hidden;
  font-family: 'Quicksand', sans-serif; }
  button:focus, button:active, button:hover,
  .button:focus,
  .button:active,
  .button:hover {
    cursor: pointer;
    outline: none;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }

@media only screen and (max-width: 767px) {
  .btn {
    font-size: 15pt; } }

.buttons {
  display: flex;
  justify-content: center; }
  .buttons > * {
    margin-left: 5px;
    margin-right: 5px; }
    .buttons > * .btn {
      margin: 0; }

a {
  position: relative;
  text-decoration: none;
  display: block;
  cursor: pointer;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  color: #485b5c; }
  a:hover, a:focus {
    text-decoration: none;
    color: #485b5c; }

ul,
li {
  margin: 0;
  list-style-type: none; }

ul {
  padding: 0; }

img,
svg {
  border: 0;
  display: block; }

label {
  margin: 0; }

p,
figure {
  margin: 0;
  padding: 0; }

form {
  width: 100%;
  height: 100%; }

input,
.form-control {
  color: #485b5c;
  font-size: 12px; }
  input:not([type]),
  .form-control:not([type]) {
    border-bottom: none;
    height: inherit;
    font-size: inherit;
    margin: 0;
    box-sizing: inherit; }
    input:not([type]):focus:not([readonly]),
    .form-control:not([type]):focus:not([readonly]) {
      border-bottom: none;
      box-shadow: none; }
  input::-ms-clear,
  .form-control::-ms-clear {
    width: 0;
    height: 0; }
  input:focus,
  .form-control:focus {
    outline: none;
    outline: none; }
  input::-webkit-input-placeholder,
  .form-control::-webkit-input-placeholder {
    color: #485b5c !important;
    font-weight: 700; }
  input:-moz-placeholder,
  .form-control:-moz-placeholder {
    color: #485b5c !important;
    font-weight: 700; }
  input:placeholder,
  .form-control:placeholder {
    color: #485b5c !important;
    font-weight: 700; }

label:focus,
input:focus {
  outline: none; }

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  height: inherit;
  font-size: inherit;
  margin: 0;
  box-sizing: inherit; }
  input[type=text]:focus:not([readonly]),
  input[type=password]:focus:not([readonly]),
  input[type=email]:focus:not([readonly]),
  input[type=tel]:focus:not([readonly]),
  input[type=number]:focus:not([readonly]),
  input[type=search]:focus:not([readonly]),
  textarea.materialize-textarea:focus:not([readonly]) {
    box-shadow: none; }

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #BBBBBB !important; }

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #BBBBBB !important; }

textarea:placeholder,
input:placeholder {
  color: #BBBBBB !important; }

@media only screen and (max-width: 767px) {
  form {
    padding-bottom: 48px; } }
  form .input label {
    display: block;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 8px; }
    @media only screen and (max-width: 767px) {
      form .input label {
        font-size: 12pt;
        margin-bottom: 8pt; } }
  form .input input {
    background: rgba(40, 115, 128, 0.06);
    height: 46px;
    font-size: 13px; }
    @media only screen and (max-width: 767px) {
      form .input input {
        height: 46pt;
        padding-left: 11pt;
        padding-right: 11pt;
        font-size: 13pt; } }
  form .form-check-inline {
    display: flex;
    margin-bottom: 97px; }
    @media only screen and (max-width: 767px) {
      form .form-check-inline {
        margin-top: 35px;
        margin-bottom: 65px; } }
  form .form-check-inline .form-check-input {
    width: 26px;
    height: 24px;
    margin-right: 7px;
    border-color: #b03661; }
    @media only screen and (max-width: 767px) {
      form .form-check-inline .form-check-input {
        width: 26pt;
        height: 24pt; } }
  form .form-check-inline .form-check-label {
    font-size: 11px;
    color: #b03661;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      form .form-check-inline .form-check-label {
        font-size: 12pt; } }
  form .btn-type-disabled {
    border: 2px solid #b03661;
    background: transparent;
    color: #b03661; }
  form button,
  form .btn {
    width: 150px;
    display: block;
    margin-bottom: 9px;
    text-transform: inherit;
    font-size: 12px; }
    @media only screen and (max-width: 767px) {
      form button,
      form .btn {
        width: 170pt;
        font-size: 15pt; } }

@media only screen and (max-width: 991px) {
  .path-frontpage .max-width {
    padding-left: 20px;
    padding-right: 20px; } }
  .path-frontpage .container {
    padding: 91px 0 0 0; }
  @media only screen and (max-width: 767px) {
    .path-frontpage .container {
      padding: 30px 0; } }
  .path-frontpage .container .max-width {
    max-width: 1092px; }
    .path-frontpage .container .max-width .login {
      display: flex;
      background: #f2f8f7;
      -webkit-border-radius: 1.5rem;
      -moz-border-radius: 1.5rem;
      border-radius: 1.5rem; }
      @media only screen and (max-width: 767px) {
        .path-frontpage .container .max-width .login {
          display: block;
          background: #fff;
          padding-left: 22px;
          padding-right: 22px; } }
      .path-frontpage .container .max-width .login .login-prez {
        width: 408px;
        background-color: #fff;
        padding: 99px 70px 70px 70px;
        -webkit-border-radius: 1.5rem 0 0 1.5rem;
        -moz-border-radius: 1.5rem 0 0 1.5rem;
        border-radius: 1.5rem 0 0 1.5rem; }
        @media only screen and (max-width: 991px) {
          .path-frontpage .container .max-width .login .login-prez {
            width: 300px;
            padding-left: 25px;
            padding-right: 25px;
            -webkit-border-radius: 1.5rem;
            -moz-border-radius: 1.5rem;
            border-radius: 1.5rem; } }
        @media only screen and (max-width: 767px) {
          .path-frontpage .container .max-width .login .login-prez {
            width: 100%;
            padding: 35px 0 0 0; } }
        .path-frontpage .container .max-width .login .login-prez .login-prez-accroche {
          margin-bottom: 73px; }
          @media only screen and (max-width: 767px) {
            .path-frontpage .container .max-width .login .login-prez .login-prez-accroche {
              margin-bottom: 30px; } }
          @media only screen and (max-width: 767px) {
            .path-frontpage .container .max-width .login .login-prez .login-prez-accroche .logo {
              width: auto;
              height: 115px; } }
          .path-frontpage .container .max-width .login .login-prez .login-prez-accroche div {
            display: flex;
            align-items: center;
            margin-top: 8px;
            font-weight: 500;
            color: #7ed7c2;
            font-size: 21px; }
            @media only screen and (max-width: 767px) {
              .path-frontpage .container .max-width .login .login-prez .login-prez-accroche div {
                font-size: 15pt; } }
            .path-frontpage .container .max-width .login .login-prez .login-prez-accroche div span {
              padding-right: 7px; }
            @media only screen and (max-width: 767px) {
              .path-frontpage .container .max-width .login .login-prez .login-prez-accroche div img {
                width: 76pt;
                height: auto; } }
        .path-frontpage .container .max-width .login .login-prez .login-prez-welcome h1 {
          position: relative;
          padding-bottom: 7px;
          margin-bottom: 25px;
          font-size: 30px;
          line-height: 50px; }
          @media only screen and (max-width: 767px) {
            .path-frontpage .container .max-width .login .login-prez .login-prez-welcome h1 {
              font-size: 24pt;
              line-height: 46px;
              margin-bottom: 20pt; } }
          .path-frontpage .container .max-width .login .login-prez .login-prez-welcome h1:before {
            width: 23px;
            height: 2px;
            background: #485b5c;
            position: absolute;
            bottom: 0;
            left: 0;
            content: ''; }
        .path-frontpage .container .max-width .login .login-prez .login-prez-welcome p {
          font-size: 14px;
          line-height: 24px; }
          @media only screen and (max-width: 767px) {
            .path-frontpage .container .max-width .login .login-prez .login-prez-welcome p {
              font-size: 12pt;
              line-height: 21pt; } }
      .path-frontpage .container .max-width .login .login-form {
        width: calc(100% - 408px);
        width: -moz-calc(100% - 408px);
        width: -webkit-calc(100% - 408px);
        width: calc(100% - 408px);
        width: -moz-calc(100% - 408px);
        width: -webkit-calc(100% - 408px);
        display: flex;
        justify-content: center;
        padding: 120px 0 120px 0; }
        @media only screen and (max-width: 991px) {
          .path-frontpage .container .max-width .login .login-form {
            width: calc(100% - 300px);
            width: -moz-calc(100% - 300px);
            width: -webkit-calc(100% - 300px);
            width: calc(100% - 300px);
            width: -moz-calc(100% - 300px);
            width: -webkit-calc(100% - 300px); } }
        @media only screen and (max-width: 767px) {
          .path-frontpage .container .max-width .login .login-form {
            width: 100%;
            padding: 40px 0 0 0; } }
        .path-frontpage .container .max-width .login .login-form form {
          width: 316px; }
          @media only screen and (max-width: 767px) {
            .path-frontpage .container .max-width .login .login-form form {
              width: 100%; } }
          .path-frontpage .container .max-width .login .login-form form .input {
            margin-bottom: 30px; }
            @media only screen and (max-width: 767px) {
              .path-frontpage .container .max-width .login .login-form form .input {
                margin-bottom: 18px; } }
          .path-frontpage .container .max-width .login .login-form form .a-word {
            display: block;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 12px;
            line-height: 17px;
            color: #b03661;
            text-transform: uppercase;
            font-weight: 700;
            margin-bottom: 45px; }
            @media only screen and (max-width: 767px) {
              .path-frontpage .container .max-width .login .login-form form .a-word {
                margin-bottom: 27pt;
                font-size: 12pt; } }
            .path-frontpage .container .max-width .login .login-form form .a-word img {
              width: 10.5px;
              height: auto;
              margin-left: 9px;
              transform: rotate(-90deg); }
          .path-frontpage .container .max-width .login .login-form form .btn {
            margin-left: auto;
            margin-right: auto; }


.dash-left .question {
  margin-top: 40px;
  padding: 20px 20px 10px 20px;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  background: #f2f8f7;
  text-align: center; }
@media only screen and (max-width: 767px) {
  .dash-left .question {
    justify-content: center;
    align-items: center;
    top: -6px;
    right: 95px;
    background: #fff;
    padding: 0; } }
@media only screen and (max-width: 380px) {
  .dash-left .question {
    right: 70px; } }
.dash-left .question p {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.36px; }
@media only screen and (max-width: 767px) {
  .dash-left .question p {
    display: none; } }
.dash-left .question img {
  margin: 0 auto 20px auto; }
@media only screen and (max-width: 767px) {
  .dash-left .question img {
    margin: 0; } }
.dash-left .question span {
  display: none; }
@media only screen and (max-width: 767px) {
  .dash-left .question span {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold; } }

@media only screen and (max-width: 767px) {
  .dash-left img.desktop {
    display: none; } }
.dash-left img.resp {
  display: none; }
@media only screen and (max-width: 767px) {
  .dash-left img.resp {
    display: block;
    margin: auto;} }
/*# sourceMappingURL=login.css.map */
