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

body {
  background-color: #FCFCFC;
}

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

.alert {
  display: none;
}

.hipe-header-wrapper {
  display: none;
}

.hipe-body {
  margin: 0;
  height: fit-content;
}

.hipe-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 95px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .hipe-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 20px;
  }
}

#kc-page-title {
  margin: 0;
  font-family: 'Marianne', 'Arial', 'Helvetica', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #092a42;
}

@media screen and (max-width: 768px) {
  #kc-page-title {
    font-size: 40px;
    line-height: 48px;
  }
}

.locale-choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
}

.locale-dropdown-container {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-end;
}

.locale-selection-button {
  all: unset;
  font-family: 'Marianne', 'Arial', 'Helvetica', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #000091;
  background: #ffffff;
  margin-top: 5px;
  padding: 6px;
  padding-right: 20px;
  border: none;
  text-transform: uppercase;
  max-width: calc(2ch + 3px);
  overflow: hidden;
  white-space: nowrap;
  border-radius: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.locale-selection-button:focus {
  outline: #2a7ffe solid 2px;
  outline-offset: 2px;
}

.locale-dropdown-option {
  display: block;
  width: fit-content;
  color: #000091; 
}

.arrow-down-lang {
  margin-bottom: 3px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 23px;
}

@media screen and (max-width: 768px) {
  .locale-selection-button {
    font-size: 16px;
    line-height: 24px;
  }

  .arrow-down-lang {
    top: 20px;
  }
}

.hipe-form-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

.hipe-text {
  margin-top: 25px;
  font-family: 'Marianne', 'Arial', 'Helvetica', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  color: #161616;
  display: block;
  text-align: left;
}

.hipe-subtitle {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .hipe-subtitle {
    font-size: 20px;
  }
}

.hipe-champ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hipe-champ-label {
  font-family: 'Marianne', 'Arial', 'Helvetica', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #212121;
}

.hipe-champ-value {
  margin-top: 10px;
  padding: 0 15px;
  height: 40px;
  background: #F0F0F0;
  border-radius: 4px 4px 0px 0px;
  border: none;
  border-bottom: 2px solid #6A6A6A;
}

.hipe-champ-value:focus {
  outline: #2a7ffe solid 2px;
  outline-offset: 2px;
}

.hipe-champ-password {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 100%;
  margin-top: 27px;
}

@media screen and (max-width: 768px) {
  .hipe-champ-password {
    width: unset;
  }
}

.hipe-champ-password > button {
  all: unset;
  position: absolute;
  right: 15px;
  top: 28px;
  cursor: pointer;
}

.hipe-champ-password > button:focus {
  outline: #2A7FFE solid 2px;
  outline-offset: 2px;
}

.hipe-champ-value-error {
  border: 1px solid #E1000F;
}

.hipe-button {
  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;
  background: #000091;
  border: unset;
  cursor: pointer;
}

.hipe-button:hover {
  background-color: #1212FF;
}

.hipe-button:active {
  background-color: #2323FF;
}

.hipe-button:focus {
  outline: #2a7ffe solid 2px;
  outline-offset: 2px;
}

.hipe-link {
  font-family: 'Marianne', 'Arial', 'Helvetica', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #000091;
}

@media screen and (max-width: 768px) {
  .hipe-button {
    max-width: unset;
  }
}

.hipe-button:disabled {
  border: none;
  background: #E5E5E5;
  color: #FFFFFF;
  cursor: not-allowed;
}

.hipe-button-text {
  margin-left: 10px;
  font-family: 'Marianne', 'Arial', 'Helvetica', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.hipe-error-message {
  width: 100%;
  font-family: 'Marianne', 'Arial', 'Helvetica', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: rgba(206, 5, 0, 1);
  display: flex;
  gap: 5px;
}

.hipe-field-error-message {
  display: none;
  margin-top: 10px;
}

.hide {
  display: none;
}

.show {
  display: flex;
}

.screen-reader-only {
  /* stylelint-disable declaration-no-important */
  top: 0;
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important; /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; /* 3 */
}

.password-label-container {
  display: flex;
  justify-content: space-between;
}

.password-displayer {
  all:unset;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
  gap: 8px;
}

.password-displayer-text {
  font-size: 14px;
  line-height: 24px;
  color: #000091;
  font-family: 'Marianne', 'Arial', 'Helvetica', sans-serif;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: row;
  font-weight: 500;
}

.hidden {
  display: none;
}

.hipe-popin-content-container {
  display:flex;
  width: 100%;
  flex-direction: row;
}

@media screen and (max-width: 793px) {
  .hipe-popin-content-container {
    display:flex;
    width: 100%;
    flex-direction: column-reverse;
  }
}

.hipe-popin-reset-content-container {
  display:flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 793px) {
  .hipe-popin-reset-content-container {
    display:flex;
    width: 100%;
  }
}

.hipe-popin-wording-full-size-container {
  width: 100%;
}

.hipe-popin-box-container {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  flex-wrap: wrap;
  row-gap: 28px;
  column-gap: 16px;
  margin-top: 16px;
}

@media screen and (max-width: 793px) {
  .hipe-popin-box-container {
    align-items: center;
    justify-content: center;
  }
}

.hipe-popin-half-box {
  display: flex;
  flex-direction: column;
  width: fit-content;
  max-width: 48.5%;
}

@media screen and (max-width: 793px) {
  .hipe-popin-half-box {
    display: flex;
    flex-direction: column;
    width: fit-content;
    max-width: 100%;
  }
}

.hipe-popin-half-box-text-container {
  font-family: 'Marianne', 'Arial', 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.hipe-popin-half-box-image-container {
  display: flex;
  align-items: center;
  align-content: flex-start;
}

@media screen and (max-width: 793px) {
  .hipe-popin-half-box-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.hipe-success-popin {
  position: fixed;
  background: #ffffff;
  padding: 64px 32px 76px 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  -webkit-box-shadow: 0px 16px 16px -16px rgba(0, 0, 0, 0.32), 0px 8px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 16px 16px -16px rgba(0, 0, 0, 0.32), 0px 8px 16px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 793px) {
  .hipe-success-popin {
    top: calc(50% - 384px / 2);
    left: calc(50% - 792px / 2);
    width: 792px;
    height: fit-content;
  }
}

@media screen and (max-width: 793px) {
  .hipe-success-popin {
    top: calc(50% - 506px / 2);
    left: 0;
    width: 100%;
    max-height: 600px;
    padding: 56px 16px 56px 16px;
  }
}

.hipe-modal-popin {
  position: fixed;
  background: #ffffff;
  padding: 64px 32px 76px 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  -webkit-box-shadow: 0px 16px 16px -16px rgba(0, 0, 0, 0.32), 0px 8px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 16px 16px -16px rgba(0, 0, 0, 0.32), 0px 8px 16px rgba(0, 0, 0, 0.1);
  display: flex;
  max-height: 100vh;
}

@media screen and (min-width: 794px) {
  .hipe-modal-popin {
    left: calc(50% - 792px / 2);
    width: 792px;
    height: fit-content;
    align-self: center;
  }
}

@media screen and (max-width: 793px) {
  .hipe-modal-popin {
    left: 0;
    width: 100%;
    padding: 56px 16px 56px 16px;
    max-height: 94%;
    top:6%;
    align-self: flex-end;
    overflow-y: scroll;
  }
}

.hipe-success-popin-masked {
  display: none;
}

.hipe-success-popin-showed {
  display: flex;
}

.warning-box {
  display: flex;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #B34000;
  margin-top: 32px;
}

.red-box-warning-box {
  min-width: 40px;
  width: 40px;
  background-color: #B34000 ;
}

.content-warning-box {
  display: flex;
  flex-direction: column;
  background: transparent;
  margin-top:12px;
  margin: 8px;
  margin-left: 16px;
  font-family: 'Marianne', 'Arial', 'Helvetica', sans-serif;
  color: #161616;
}

.warning-icon-warning-box {
  position: absolute;
  height: 24px;
  width: 24px;
  top: 12px;
  left: 8px;
}

.title-warning-box {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.paragraphe-warning-box {
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  margin: 12px 0;
}

.paragraphe-warning-box > a {
  color: inherit;
  text-underline-offset: 3px;
  text-decoration: underline;
}

.paragraphe-warning-box > a:hover {
  text-decoration-thickness: 2px;
}

.cross-close-warning-box {
  position: absolute;
  height: 9px;
  width: 9px;
  top: 12px;
  right: 12px;
  cursor: pointer;
}

.required {
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  margin: 24px 0;
  font-family: 'Marianne', 'Arial', 'Helvetica', sans-serif;
  color: #161616;
}

.screen-reader-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-only:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.valid-text {
  color: rgb(24, 117, 60);
}

.error-text {
  color: #CE0500;
}

.info-text {
  color: #0063CB;
}

.error-input {
  border-bottom: #CE0500 solid 2px;
}

.valid-input {
  border-bottom: 2px solid rgb(24, 117, 60);
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: flex;
}

@media screen and (max-width: 1250px) {
  .mobile-only {
    display: flex;
  }
  
  .desktop-only {
    display: none;
  }
}
