/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@font-face {
  font-family: Marianne;
  src: url("../fonts/Marianne-Regular.woff2") format('woff2'), url("./fonts/Marianne-Regular.woff") format('woff');
}

.hipe-login-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 793px) {
  .hipe-login-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: unset;
  }
}

.hipe-login-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
  font-size: 48px;
  line-height: 60px;
  color: #161616;
}

@media screen and (max-width: 793px) {
  .hipe-login-title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.hipe-login-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding: 16px 0px 25px 0px;
}

@media screen and (max-width: 1130px) {
  .hipe-login-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: unset;
    padding: unset;
    padding-top: 8px;
    align-items: center;
  }
}

.hipe-login-form-container {
  padding: 32px 97px 55px 97px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  text-align: center;
  max-width: 356px;
  background-color: #ffffff;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16), 0px 1px 0px -2px rgba(0, 0, 0, 0.16), 0px 1px 4px rgba(0, 0, 0, 0.23);
}

@media screen and (max-width: 793px) {
  .hipe-login-form-container {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    padding: 25px 16px 24px 16px;
    border: unset;
  }
}

@media screen and (max-width: 1130px) {
  .hipe-login-form-container {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    padding: 25px 16px 24px 16px;
  }
}

.hipe-login-form-image {
  height: 229px;
}

@media screen and (max-width: 793px) {
  .hipe-login-form-image {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-width: 100%;
    margin-bottom: 15px;
  }
}

.hipe-login-form {
  margin-top: 25px;
  max-width: 375px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

@media screen and (max-width: 793px) {
  .hipe-login-form {
    max-width: unset;
  }
}

.hipe-login-form.hipe-login-error {
  margin-top: 10px;
}

.hipe-login-forgot-password-container {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hipe-login-forgot-password {
  font-family: 'Marianne', 'Arial', 'Helvetica', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000091;
  display: flex;
  gap: 8px;
  text-decoration: none;
  border-bottom: 1px solid #000091;
}

.hipe-login-forgot-password:hover {
  border-bottom: 2px solid #000091;
  margin-bottom: -1px;
}

.hipe-login-forgot-password:focus {
  outline: #2a7ffe solid 2px;
  outline-offset: 2px;
}

.hipe-champ-password > button.hipe-champ-password-login-button {
  top: 37px;
}

.hipe-login-form-buttons {
  margin-top: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 793px) {
  .hipe-login-form-buttons {
    margin-top: 32px;
  }
}

.hipe-right-panel {
  max-width: 388px;
  margin-left: 32px;
}

.navigate-without-connexion {
  margin-top: 32px;
  padding: 24px 32px 32px 32px;
  background-color: #ffffff;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16), 0px 1px 0px -2px rgba(0, 0, 0, 0.16), 0px 1px 4px rgba(0, 0, 0, 0.23);
}

.navigate-without-connexion-text {
  color: #161616;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  font-family: 'Marianne', 'Arial', 'Helvetica', sans-serif;
}

.navigate-without-connexion-link-container {
  display: flex;
}

.navigate-without-connexion-link {
  text-align: left;
  text-decoration: none;
  display: flex;
  margin-top:26px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Marianne', 'Arial', 'Helvetica', sans-serif;
  gap: 11px;
  width: fit-content;
  border-bottom: 1px solid #000091;
}

@media screen and (max-width: 793px) {
  .navigate-without-connexion-link {
    margin-top:32px;
  }
}

.navigate-without-connexion-link:hover {
  border-bottom: 2px solid #000091;
  margin-bottom: -1px;
}

.navigate-without-connexion-link:focus {
  outline: #2a7ffe solid 2px;
  outline-offset: 2px;
}

.navigate-without-connexion-link:visited {
  color: #000091;
}

.hipe-login-information {
  padding: 52px 97px 32px 97px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16), 0px 1px 0px -2px rgba(0, 0, 0, 0.16), 0px 1px 4px rgba(0, 0, 0, 0.23);
}

@media screen and (max-width: 1130px) {
  .hipe-login-information {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }

  .hipe-right-panel {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 793px) {
  .hipe-login-information {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    padding: 16px;
    padding-top: 20px;
    padding-bottom: 24px;
    margin-top: 0px;
  }
}

.hipe-login-information-image {
  height: 218px;
  margin-bottom: 25px;
}

@media screen and (max-width: 793px) {
  .hipe-login-information-image {
    width: 100%;
    margin-bottom: 15px;
  }

  .hipe-login-image-mobile {
    padding: 20px;
    padding-bottom: 0;
  }
}

.hipe-login-information-separator {
  margin-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-family: 'Marianne', 'Arial', 'Helvetica', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

@media screen and (max-width: 793px) {
  .hipe-login-information-separator {
    margin-top: unset;
    font-size: 16px;
    line-height: 24px;
  }
}

.hipe-login-information-separator::before,
.hipe-login-information-separator::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #e6e6e6;
}
.hipe-login-information-separator::before {
  margin-right: 0.5em;
}
.hipe-login-information-separator::after {
  margin-left: 0.5em;
}

.hipe-login-information-link {
  margin-top: 32px;
  height: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #000091;
  text-decoration: unset;
}

.hipe-login-information-link:hover {
  /* background-color: #E7E7E7; */
  background-color: rgba(0, 0, 0, 0.04);
}

.hipe-login-information-link:active {
  /* background-color: #CECECE; */
  background-color: rgba(0, 0, 0, 0.08);
}

.hipe-login-information-link:focus {
  outline: #2a7ffe solid 2px;
  outline-offset: 2px;
}

@media screen and (max-width: 793px) {
  .hipe-login-information-link {
    max-width: unset;
  }
}

.hipe-login-information-link-text {
  margin-left: 5px;
  font-family: 'Marianne', 'Arial', 'Helvetica', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000091;
}

.hipe-success-popin-title {
  margin: 0;
  font-family: 'Marianne', 'Arial', 'Helvetica', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #161616;
}

@media screen and (max-width: 793px) {
  .hipe-success-popin-title {
    margin-top: 16px;
  }
}

.hipe-success-popin-description {
  margin: 16px 0 0;
  font-family: 'Marianne', 'Arial', 'Helvetica', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #3A3A3A;
}

.hipe-success-popin-button-container {
  margin-top: 20px;
  width: 300px;
}

.hipe-success-popin-close-cross {
  all: unset;
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  font-family: 'Marianne', 'Arial', 'Helvetica', sans-serif;
  font-size: 14px;
  display: flex;
  width: fit-content;
  gap: 12px;
  color: #000091;
}

.hipe-success-popin-close-cross:focus {
  outline: #2a7ffe solid 2px;
}

.hipe-popin-wording-container {
  display:flex;
  width: 100%;
  flex-direction: column;
  align-self: center;
  text-justify: left;
}

#hipe-popin-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1040;
  background-color: rgba(102, 102, 102, 0.4);
}
