@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  font-family: "Inter", sans-serif;
  overflow-y: auto !important;
  background-color: var(--couleur-connexion) !important;
  height: 100vh;
}

.ic-connexion {
  display: flex;
  flex-direction: column;
  height: 100%;
  word-spacing: 0.16px;
  letter-spacing: 0.12px;
}
.ic-connexion--codoc > .ic-header {
  justify-content: space-between !important;
}
.ic-connexion--codoc > .ic-header .ibar {
  width: 80%;
  height: 1px;
  border: solid 1px var(--couleur-default);
  background-color: var(--couleur-default);
  margin-left: 15px;
  margin-right: 15px;
}
.ic-connexion--codoc > .ic-header #logo_codoc {
  max-width: 150px;
}
.ic-connexion--codoc > .ic-body {
  background-image: none !important;
}
.ic-connexion--codoc > .ic-body .ic-form {
  width: 500px !important;
}
.ic-connexion--codoc > .ic-body .connexion_alternative {
  display: none !important;
}
.ic-connexion--codoc > .ic-body .resanaresp {
  display: none !important;
}
.ic-connexion--resana > .ic-body > .ic-form {
  width: 500px !important;
}
.ic-connexion--resana > .ic-footer {
  background-color: black !important;
  color: white !important;
  font-weight: 200;
  padding: 20px;
}
.ic-connexion--resana > .ic-footer > .ic-body--resana {
  display: flex !important;
}
.ic-connexion--resana > .ic-footer > .ic-body--resana > div {
  flex: 1;
}
.ic-connexion--resana > .ic-footer > .ic-body--resana > div > .ic-title {
  font-size: 23px;
  font-weight: bold;
  height: 50px;
}
.ic-connexion--resana > .ic-footer > .ic-body--interstis {
  display: none;
}
.ic-connexion--resana > .ic-footer > .ic-footer {
  display: none;
}
.ic-connexion > .ic-header {
  position: relative;
  padding: 0 20px;
  height: 130px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ic-connexion > .ic-header.iresana {
  justify-content: flex-start;
}
.ic-connexion > .ic-header > .ic-logo {
  width: 300px;
}
.ic-connexion > .ic-header > .ic-langue {
  right: 10px;
  top: 10px;
  display: flex;
  text-align: right;
}
.ic-connexion > .ic-header > .ic-langue .select-language {
  padding: 0 15px;
  height: 30px;
  font-size: 13px;
  border: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @supports (not (-ms-accelerator: true)) and (not (-moz-appearance: none)) {
    .ic-connexion > .ic-header > .ic-langue .select-language:focus-within {
      border: solid 2px #2E2E2E;
    }
  }
}
.ic-connexion > .ic-header > .ic-langue > .listeLangue {
  position: absolute;
  right: 0;
  top: 100%;
  width: 130px;
  max-height: 80px;
  padding: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  color: white;
  cursor: pointer;
  text-align: right;
}
.ic-connexion > .ic-header .logo_connexion {
  height: 90px;
  margin: 0px auto;
}
.ic-connexion > .ic-body {
  flex-grow: 1;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px 0;
}
.ic-connexion > .ic-body .info_agent_connect {
  top: 10px;
  left: 20px;
}
.ic-connexion > .ic-body > .ic-form {
  position: relative;
  width: 350px;
  border-radius: 10px;
  margin-bottom: 10%;
}
.ic-connexion > .ic-body > .ic-form.iresana {
  background-color: rgb(253, 253, 253);
  padding: 20px;
}
.ic-connexion > .ic-body > .ic-form > .ic-mask__inscription-spontane {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgb(253, 253, 253);
}
.ic-connexion > .ic-body > .ic-form > .ic-mask__inscription-spontane > .ic-header {
  display: flex;
  justify-content: flex-end;
  padding: 5px 10px;
}
.ic-connexion > .ic-body > .ic-form > .ic-mask__inscription-spontane > .ic-header > .ibutton {
  padding: 2px 5px !important;
}
.ic-connexion > .ic-body > .ic-form > .ic-mask__inscription-spontane > .ic-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: calc(100% - 60px);
  padding-top: 40px;
}
.ic-connexion > .ic-body > .ic-form .connexion_alternative .ic-kinder {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
}
.ic-connexion > .ic-body > .ic-form .connexion_alternative .ic-kinder .ibar {
  position: absolute;
  border: solid 1px var(--couleur-primaire);
  width: 60%;
}
.ic-connexion > .ic-body > .ic-form .connexion_alternative .ic-kinder .icontent {
  position: absolute;
  font-size: 18px;
  background-color: rgb(253, 253, 253);
  padding: 2px 5px;
}
.ic-connexion > .ic-body > .ic-form .connexion_alternative .ic-kinder .ibar-sso {
  position: absolute;
  border: solid 1px rgb(20, 20, 20);
  width: 60%;
}
.ic-connexion > .ic-body > .ic-form .connexion_alternative .ic-kinder .icontent-sso {
  position: absolute;
  color: rgb(20, 20, 20);
  font-size: 18px;
  background-color: var(--couleur-primaire);
  padding: 2px 5px;
}
.ic-connexion > .ic-body > .ic-form .connexion_alternative .connect-sso {
  color: rgb(20, 20, 20);
}
.ic-connexion > .ic-body > .ic-form .connexion_alternative .agent_connect {
  cursor: pointer;
}
.ic-connexion > .ic-body > .ic-form .connexion_alternative .agent_connect button {
  border: none;
  box-shadow: none;
  background-color: white;
}
.ic-connexion > .ic-body > .ic-form .connexion_alternative .agent_connect img {
  width: 200px;
  height: 50px;
}
.ic-connexion > .ic-body .fond_connect {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
}
.ic-connexion > .ic-body .fond_connect div {
  height: 100%;
  width: 50%;
  display: grid;
  justify-items: center;
  align-items: center;
}
.ic-connexion > .ic-body .img_haut {
  top: 0px;
}
.ic-connexion > .ic-body .img_bas {
  bottom: 0px;
  width: 335px;
  height: 201px;
}
.ic-connexion > .ic-footer {
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.ic-connexion > .ic-footer > .ic-body {
  width: 100%;
  background-color: transparent;
  font-size: 12px;
}
.ic-connexion > .ic-footer > .ic-body--resana {
  display: none;
}

.form-connexion {
  padding: 0 50px;
}

.resize-inscription {
  width: 350px !important;
}

.ipt_login {
  border: none;
  width: 100%;
  font-size: 15px;
}

.ipt_login::placeholder {
  font-style: italic;
}

.wrapper form input[type=submit] {
  color: #FFFFFF;
  -webkit-box-shadow: 0px 9px 25px -10px rgba(66, 139, 202, 0.85);
  -moz-box-shadow: 0px 9px 25px -10px rgba(66, 139, 202, 0.85);
  box-shadow: 0px 9px 25px -10px rgba(66, 139, 202, 0.85);
}

.modal-header {
  background-color: transparent;
  padding: 10px;
  border-radius: 6px 6px;
  border-bottom: none;
  -webkit-border-radius: 6px 6px;
  -moz-border-radius: 6px 6px;
}

.modal-header h4 {
  font-size: 18px;
  color: #333945;
  font-weight: 400;
  text-align: center;
}

.modal-footer {
  padding: 0px;
}

#popup_button_valide_password {
  width: 50%;
  background-color: #00927F;
  border-bottom-right-radius: 3px;
  background-clip: padding-box;
  text-align: center;
  color: #FFF;
  padding: 19px 20px 20px;
  font-size: 17px;
  font-weight: 400;
  border: 0px none;
  opacity: 1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.inscription-btn:hover {
  font-weight: 700;
  color: #00AF9F;
}

#souvenir_check {
  border: none;
}

#souvenir_check.active {
  background-color: #00AF9F;
}

#popup_button_annule {
  width: 50%;
  background-color: white;
  border-radius: 0px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  text-align: center;
  color: #333945;
  padding: 19px 20px 20px;
  font-size: 17px;
  font-weight: 400;
  border: 0px none;
  opacity: 1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

#popup_button_annule:hover {
  color: #F65030;
}

#popup_button_valide:hover {
  background-color: #007364 !important;
}

#myModalLostPassword .modal-body {
  padding-top: 42px;
  padding-bottom: 42px;
}

#myModalLostPassword input[type=text] {
  width: 391px;
}

#myModalLostPassword form > div {
  padding: 0 20px !important;
  margin-top: 5px;
}

@media (max-width: 820px) {
  .ic-connexion > .ic-header {
    margin: 20px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .ic-connexion > .ic-header div {
    font-size: 15px !important;
  }
  .ic-connexion > .ic-header div:first-of-type {
    padding-top: 10px;
    margin-left: 0 !important;
  }
  .ic-connexion > .ic-header .ic-title {
    font-size: 18px !important;
  }
  .ic-connexion > .ic-body {
    background-image: unset !important;
  }
  .ic-connexion > .ic-body > .fond_connect {
    display: none;
  }
  .ic-connexion > .ic-body > .ic-form {
    position: relative;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ic-connexion > .ic-body > .ic-form.iresana {
    background-color: transparent;
  }
  .ic-connexion > .ic-body > .ic-form .resanaresp {
    width: 65%;
  }
  .ic-connexion--resana > .ic-footer {
    display: none;
  }
  .form-connexion {
    padding: 0;
  }
}
@media (max-width: 600px) {
  #mesespaces, .inner_bloc, #container header, #bandeau_vert, .wrapper, footer {
    display: block;
  }
  #container {
    margin: 0;
    display: none;
  }
  input {
    width: 290px !important;
  }
  #logo_big {
    width: 250px !important;
  }
  form {
    width: 305px !important;
  }
  body.connexion p.intro {
    font-size: 23px;
  }
  #bouton_retour_validation_inscription {
    display: none;
  }
  #chargement .modal-dialog {
    width: 200px;
    margin-top: 150px;
    margin-left: 50px;
  }
}
.ic-loading-splashscreen {
  display: none;
  z-index: 30;
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: #E5F4FF;
}
.ic-loading-splashscreen > .ic-body {
  height: 100vh;
}
.ic-loading-splashscreen > .ic-body .ic-splashscreen {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.ic-loading-splashscreen > .ic-body .ic-splashscreen > .ic-logo {
  margin: 30px 0;
}
.ic-loading-splashscreen > .ic-body .ic-splashscreen > .ic-logo .ilogo {
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ic-loading-splashscreen > .ic-body .ic-splashscreen > .ic-title .ititle {
  font-size: 24px;
}
.ic-loading-splashscreen > .ic-body .ic-splashscreen > .ic-title .ititle .iuniver {
  font-weight: 500;
}
.ic-loading-splashscreen > .ic-body .ic-splashscreen > .ic-description .itext {
  font-size: 18px;
}

/* Teambrain style overflow */
.tb-ae-appContainer {
  height: 80vh !important;
}

/*# sourceMappingURL=connect.css.map */
