/*
Bleu Docaposte #0000FF
Bleu secondaire #417CFF
Gris LaPoste #706F6F
*/

/* You can add global styles to this file, and also import other style files */

html {
  background-color: #f8f8fb !important;
  height: 100% !important;
}

body {
  background-color: transparent !important;
  height: 100% !important;
}

.navbar-container {
  background-color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-box-shadow: 0 2px 4px 0 rgba(102, 109, 146, 0.16);
  -moz-box-shadow: 0 2px 4px 0 rgba(102, 109, 146, 0.16);
  box-shadow: 0 2px 4px 0 rgba(102, 109, 146, 0.16);
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.navbar-title-container {
  border: 1px solid transparent;
  background-color: transparent;
}

.navbar-title {
  flex-grow: 0;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.4px;
  text-align: left;
  color: #0000ff;
}

.navbar-buttons-bar {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.card-container {
  width: 90%;
  border-radius: 16px;
  background-color: white;
  box-shadow: 0 0 1px 0 rgba(0, 0, 45, 0.04), 0 0 2px 0 rgba(0, 0, 45, 0.06), 0 4px 8px 0 rgba(0, 0, 46, 0.04);
  margin-bottom: 2%;
}

.card-top-container {
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 24px;
  background-color: transparent;
  border-bottom: 1px solid #ececef;
}

.card-top-container-icon-container {
  width: 40px;
  height: 40px;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: 100px;
  background-color: #eff2ff;
}

.card-top-container-icon {
  width: 24px;
  height: 24px;
  flex-grow: 0;
  object-fit: contain;
}

.card-top-container-title {
  margin-left: 16px;
  flex-grow: 1;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 0.51px;
  text-align: left;
  color: #00008c;
}

button:focus {
  outline: none;
  box-shadow: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

.card-content {
  padding: 32px;
}

.card-content-block {
  margin-top: 3%;
}

.card-content-title {
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.4px;
  text-align: left;
  align-items: center;
  color: #00008c;
}

.card-content-row {
  display:flex;
  flex-direction: row;
  margin-bottom: 32px;
}

.card-content-row-no-margin-bottom {
  margin-bottom: 0;
}

.card-content-column {
  flex: 1;
}

.card-content-info {
  display: flex;
  flex-direction: column;
}

.card-content-info-label {
  flex-grow: 0;
  font-family: Barlow;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #00008c;
}

.card-content-info-text {
  white-space: pre-wrap;
  word-break: break-all;
  flex-grow: 0;
  font-family: Barlow;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #666d92;
}

.login-content {
    background-color: #417cff;
    background-size: cover;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.content {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 90%;
}

.title-div {
    line-height: 3em;
    display: flex;
    flex-direction: column;
}

.error-message {
  color: #D00000;
  font-family: Barlow;
  font-style: italic;
  font-size: 12px;
  font-weight: 400;
}

.title-one {
  margin: 0;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.12;
  letter-spacing: 0.58px;
  text-align: left;
  color: #666d92;
}

.title-two {
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 1.19px;
  text-align: left;
  color: #0000ff;
}

.label {
  flex-grow: 0;
  font-family: Barlow;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #00008c;
}

label {
  flex-grow: 0;
  font-family: Barlow;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #00008c;
}

.blue-button {
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 24px;
  background-color: #0000ff;
  border: 1px solid transparent;
  color: white !important;
  text-decoration: none !important;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: 0.41px;
  text-align: center;
  width: fit-content;
}

.no-background-button {
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 22px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: 0.41px;
  text-align: center;
  color: #0000ff;
  background-color: transparent;
  border: 1px solid transparent;
  width: fit-content;
}

.link-button {
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0;
  text-decoration: underline;
  border-radius: 22px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: 0.41px;
  text-align: center;
  color: #0000ff;
  background-color: transparent;
  border: 1px solid transparent;
  width: fit-content;
}

.borderless-button {
  background-color: transparent;
  height: 7vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 27px;
  border: solid 1px #0000ff;
  width: fit-content;
}

.disabled-button {
  background-color: gray;
}

.disabled-blue-button {
   flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 24px;
  background-color: #ececef;
  border: 1px solid transparent;
  color: white !important;
  text-decoration: none !important;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: 0.41px;
  text-align: center;
}

.disabled-blue-button-text {
    flex-grow: 0;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: 0.41px;
    text-align: center;
    color: #c6c8d0;
}

.borderless-button:active {
  border: 1px solid transparent;
  outline: none !important;
  box-shadow: none !important;
}

.borderless-button:focus {
  border: 1px solid transparent;
  outline: none !important;
  box-shadow: none !important;
}

.blue-button:active {
  border: 1px solid transparent;
  outline: none !important;
  box-shadow: none !important;
}

.blue-button:focus {
  border: 1px solid transparent;
  outline: none !important;
  box-shadow: none !important;
}

.blue-button:active {
  border: 1px solid transparent;
  outline: none !important;
  box-shadow: none !important;
}

.width-100 {
  width: 100%;
}

.no-background-button:focus {
  border: 1px solid transparent;
  outline: none !important;
  box-shadow: none !important;
}

.no-background-button:active {
  border: 1px solid transparent;
  outline: none !important;
  box-shadow: none !important;
}

.link-button:focus {
  border: 1px solid transparent;
  outline: none !important;
  box-shadow: none !important;
}


.forgotten-password {
  height: 17px;
  flex-grow: 0;
  font-family: Barlow;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #0000ff;
}

.form-control {
  align-self: stretch;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  padding: 11.5px 16px;
  border-radius: 8px;
  border: solid 1px #ececef;
  background-color: white;
  flex-grow: 1;
  font-family: Barlow;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #666d92;
}

.login-button {
  margin-top: 32px;
}

.buttons-bar {
  width: 90%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.buttons-bar-left {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.forgot_password_link {
  position:relative;
  top: -1rem;
  color: #0000FF;
  font-family: Barlow;
  font-weight: 500;
  font-size: 14px;
}

.logodoca {
  position: absolute;
  bottom: 10%;
  right: 2%;
  width: auto;
  height: 7%;
}

.left-bubble {
  position: absolute;
  top: 5%;
  left: 0;
  width: auto;
  height: 20%;
}

.id-pic {
  position: absolute;
  bottom: 15%;
  left: 4%;
  width: auto;
  height: 60%;
}

.right-bubble {
  position: absolute;
  bottom: 20%;
  right: 0;
  width: auto;
  height: 20%;
}

.left-part {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product {
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.product-name {
  color: white;
  font-family: -apple-system, BlinkMacSystemFont,
  "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.55px;
  line-height: 35.16px;
}

.product-text {
  margin-top: 32px;
  color: white;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.4px;
  line-height: 25.78px;
}

.right-part {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.login-container {
  margin-right: 15%;
  background-color: white;
  padding: 24px;
  width: 500px;
  z-index: 1;
  border-radius: 5%;
}

.input-group-text {
  background-color: white;
  border: solid 1px #ececef;
  color: #00008C;
}

.no-border-right {
  border-right: 0 !important;
}

textarea:focus,
select:focus,
input:focus {
  border-color: #6884FF !important;
  box-shadow: none !important;
  outline: 0 none !important;
}

.language-container {
  margin-top: 16px;
  width: 100%;
  text-align: right;
}

.language-container-absolute {
  position: absolute;
  top: 16px;
  text-align: right;
  width: 100%;
}

.language-select {
  margin-right: 16px;
}

.small-field {
  max-width: 300px;
}

.margin-top-3 {
  margin-top: 32px;
}

.buttons-column {
  display: flex;
  flex-direction: column;
}

.overflowed-list {
  max-height: 300px;
  overflow-y: auto;
}

.cgu-link {
  cursor: pointer;
  font-size: 1rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  text-decoration: underline;
  color: #00008c;
  font-weight: 600;
  padding: 0;
  background-color: transparent;
  border: 1px solid transparent;
}

.cgu-text {
  margin: 0 2px;
  padding: 64px 0 58px;
  font-family: Barlow;
  font-size: 2.5vh;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #666d92;
}

.modal-title {
   flex-grow: 1;
  font-family: Montserrat;
  font-size: 2.5vh;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #00008c;
}

.modal-button {
  margin-top: 2vh;
  width: 100%;
  font-size: 2.25vh;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #00008c;
  font-weight: 600;
  padding: 0;
  background-color: transparent;
  border: 1px solid transparent;
}

.checkbox-container {
  cursor: pointer;
  margin-top: 16px;
  width: 100%;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  padding: 16px 12px;
  border-radius: 8px;
  background-color: #f2f2ff;
}

.checkbox-label {
  margin-left: 12px;
  cursor: pointer;
  font-size: 1rem;
  flex-grow: 0;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #00008c;
}

.checkbox-row {
  display: flex;
  align-items: center;
}

.form-check-input {
  margin-top: 0.05rem !important;
  width: 2.25vh;
  height: 2.25vh;
}

.password-info-container {

}

.modal-body {
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

.half-width {
  width: 50%;
}




