@media (max-width: 576px) {
  .atomx-btn {
    padding: 0;
  }
}

@media (min-width: 576px) {
  .atomx-btn {
    margin-bottom: 0;
    margin-right: 0;
  }
}

.atomx-btn-container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 576px) {
  .atomx-btn-container {
    display: flex;
    flex-direction: column-reverse;
  }
}

.atomx-btn-container::after {
  display: block;
  content: "";
  clear: both;
}

.atomx-field__sep {
  margin-bottom: 20px !important;
}

.atomx-indication {
  color: #1a1a1a;
  line-height: 22px;
  font-family: "frutiger", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

.atomx-indication.italic {
  font-style: italic;
  font-family: "Frutiger-italic", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

@media (min-width: 576px) {
  .atomx-flex {
    display: flex;
  }
}

@media (min-width: 576px) {
  .pull-left {
    margin-left: auto !important;
  }
  .pull-right {
    margin-right: auto !important;
  }
}

body {
  background-color: #ebeff2;
}

aside {
  display: none;
}

@media (min-width: 576px) {
  aside {
    background: #ebeff2 url(../../../../content/dam/image/creaecv3/ec-bg.png) no-repeat
      scroll 0 center;
    background-size: cover;
    display: block;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 28.5%;
  }
}

.ec {
  display: flex;
  /* contexte sur le parent */
  flex-direction: column;
  /* direction d'affichage verticale */
  /*justify-content: center; /* alignement vertical */
  margin: 0 auto;
  padding: 0 15px 20px;
}

@media (min-width: 576px) {
  .ec {
    margin-left: 42.5%;
    padding: 0;
    width: 27%;
    width: 355px;
  }
}

.ec__id {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
}

@media (min-width: 576px) {
  .ec__id {
    margin: 50px 0 40px;
  }
}

.ec__id-logo {
  height: 60px;
  margin: auto;
  width: 60px;
}

@media (min-width: 576px) {
  .ec__id-logo {
    height: 80px;
    width: 80px;
  }
}

.ec__id-title {
  color: #09357a;
  line-height: 25px;
  text-transform: inherit;
  font-family: "frutiger-bold", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
}

.ec section {
  background-color: #fff;
  padding: 20px;
}

@media (min-width: 576px) {
  .ec section {
    padding: 30px 40px 40px;
  }
}

.ec__header {
  box-shadow: none;
  border: 0 none;
  padding: 0;
}

.ec__content > h2 {
  color: #1a1a1a;
  margin: 20px 0 0;
  text-transform: inherit;
  font-family: "Frutiger", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

@media (min-width: 576px) {
  .ec__content > h2 {
    font-family: "Frutiger", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
  }
}

.ec__content > h2 b {
  font-family: "Frutiger", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

@media (min-width: 576px) {
  .ec__content > h2 b {
    font-family: "Frutiger", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
  }
}

.ec__content .field-container {
  margin-top: 20px;
}

.ec__content .field-container-saisie-code {
  margin-bottom: 47px;
}

.ec__content .field-container-saisie-code.field-container--error {
  margin-bottom: 20px;
}

.ec__content .atomx-notification {
  margin-top: 20px;
}

.ec__content-cgd {
  color: #9e9e9e;
  line-height: 16px;
  margin: 20px 0 0;
  font-family: "Frutiger", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}

.ec__content-cgd a {
  color: #005bbb;
  text-decoration: none;
}

.ec__content-access-client {
  display: block;
  text-align: center;
}

.ec__content-access-client h1 {
  color: #09357a;
  line-height: 30px;
  margin-bottom: 30px;
  font-family: "frutiger-bold", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
}

@media (min-width: 576px) {
  .ec__content-access-client h1 {
    font-family: "frutiger-bold", sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
  }
}

.ec__content-access-client h1.ec__title--error {
  line-height: 22px;
  font-family: "frutiger-bold", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

.ec__content-access-client .ec-number-telephone {
  color: #006dff;
  line-height: 28px;
  margin-bottom: 10px;
  font-family: "frutiger-bold", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
}

.ec__content-access-client .ec-number-telephone--indication {
  color: #666666;
  line-height: 22px;
  margin: 15px 0 30px;
  text-align: center;
  font-family: "frutiger", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

.ec__content-access-client p {
  color: #666666;
  margin-bottom: 40px;
  line-height: 20px;
  font-family: "frutiger", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

@media (min-width: 576px) {
  .ec__content-access-client p {
    line-height: 18px;
  }
}

.ec__content-access-client .atomx-btn {
  width: 100%;
}

.ec__content-access-client-image-confirmation {
  display: block;
  margin: 30px auto;
}

@media (min-width: 576px) {
  .ec__content-access-client-image-confirmation {
    display: none;
  }
}

.ec__content-contrat {
  margin-top: 30px;
}

.ec__content-contrat__items {
  background-color: rgba(235, 239, 242, 0.5);
  border-radius: 4px;
  box-shadow: 0 6px 6px 0 rgba(9, 53, 122, 0.14);
  padding: 20px;
  margin-bottom: 20px;
}

.ec__content-contrat__items .atomx-form-field > label {
  font-family: "frutiger-bold", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

.ec__content-contrat__items .atomx-form-field > label > div {
  line-height: 16px;
  margin-top: 8px;
}

.ec__footer {
  color: #666666;
  margin: 20px 0 0;
  line-height: 16px;
  font-family: "frutiger", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
}

.ec__footer a {
  color: #005bbb;
  text-decoration: none;
}

.ec .link-receive-new-code {
  color: #005bbb;
  display: block;
  line-height: 20px;
  margin: 20px 0 0;
  text-align: center;
  font-family: "frutiger", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

.ec a {
  text-decoration: none;
}

.ec--withRetour .atomx-btn-container {
  margin-top: 30px;
}

.ec--withRetour .atomx-btn-container .atomx-btn {
  width: 100%;
}

@media (min-width: 576px) {
  .ec--withRetour .atomx-btn-container .atomx-btn {
    width: 130px;
  }
}

.ec--withRetour .atomx-btn-container .atomx-btn-retour {
  margin-top: 20px;
}

@media (min-width: 576px) {
  .ec--withRetour .atomx-btn-container .atomx-btn-retour {
    display: inline-flex;
    margin-top: 0;
  }
}

.ec--withRetour .atomx-btn-container .atomx-btn-retour-retour {
  width: 100%;
}

.ec--withoutRetour .return-home {
  display: none;
}

.ec--withoutRetour .atomx-btn-container {
  margin-top: 20px;
}

.ec--withoutRetour .atomx-btn-container .atomx-btn {
  width: 100%;
}

.ec--withoutRetour .atomx-btn-container .atomx-btn-retour {
  display: none;
}

@media (min-width: 576px) {
  .ec--withoutRetour .atomx-btn-container .atomx-btn-retour {
    display: inline-flex;
    display: none;
  }
}

.ec .atomx-btn-container-retour-home {
  display: inherit;
  justify-content: inherit;
  margin-top: 30px;
}

.ec .atomx-btn-container-retour-home .atomx-btn {
  width: 100%;
}

.ec .atomx-btn-container-retour-home .atomx-btn-retour-home {
  margin-top: 20px;
}

.ec .ico-r-eye {
  background: url(../../../../content/dam/image/creaecv3/eye.svg) no-repeat scroll center
    center;
}

.ec--access-client {
  padding-bottom: 15px;
  padding-top: 15px;
}

@media (min-width: 576px) {
  .ec--access-client {
    padding: 0;
  }
}

.ec--access-client .ec__id {
  background-color: #fff;
}

@media (min-width: 576px) {
  .ec--access-client .ec__id {
    background-color: transparent;
  }
}

.arrow_box {
  background: #ebeff2;
  border: 1px solid #ebeff2;
  margin: 20px 0 30px;
  position: relative;
  padding: 20px;
}

.arrow_box:after,
.arrow_box:before {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(241, 245, 249, 0);
  border-bottom-color: #ebeff2;
  border-width: 10px;
  margin-left: -10px;
}

.arrow_box:before {
  border-color: rgba(241, 245, 249, 0);
  border-bottom-color: #ebeff2;
  border-width: 11px;
  margin-left: -11px;
}

.arrow_box--title {
  color: #333333;
  margin-bottom: 10px;
  font-family: "Frutiger-bold", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}

.arrow_box--content__items {
  display: inline-block;
  font-family: "frutiger-bold", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  /*&[valid="0"]{
        label{
          color: $red_error;
        }
      }*/
}

.arrow_box--content__items label {
  color: #9e9e9e;
}

.arrow_box--content__items[valid="1"] label {
  color: #005bbb;
}

.arrow_box .icon-information {
  position: absolute;
  right: 15px;
  top: 15px;
}

.hide {
  display: none !important;
}

.img-xs {
  display: block;
}

@media (min-width: 576px) {
  .img-xs {
    display: none;
  }
}

.img-lg {
  display: none;
}

@media (min-width: 576px) {
  .img-lg {
    display: block;
  }
}
