@import "https://fonts.googleapis.com/css2?family=Barlow:wght@400;600;700&display=swap";
.h1,
.h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.h3 {
  font-size: 1.3rem;
  font-weight: 700;
}

.center {
  text-align: center;
}

.sr_only {
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  margin: -0.25rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.separator::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.25rem;
  margin-top: 0.75rem;
  border-radius: 0.3rem;
  background-color: #80d33a;
}
.separator--modal::after {
  width: 5rem;
}

.main {
  flex: 1;
  margin-top: 1.5rem;
}

.section {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.section__main {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .section {
    flex-direction: row;
  }
}
.login__img {
  max-width: 75%;
  height: auto;
}

.aside {
  padding: 2rem 1.5rem;
  background-color: #fff;
  background-image: url("../../content/images/picto-lopcommerce-light.svg");
  background-repeat: no-repeat;
  background-position: top -20% right -40%;
  background-size: 19.5rem 12.75rem;
}
.aside .validation-summary-errors {
  max-width: 25.25rem;
  overflow-wrap: break-word;
}
.aside__logo {
  max-width: 18.75rem;
  margin: auto;
  text-align: center;
}
.aside__img {
  width: 100%;
}
.aside__welcome {
  margin-top: 3rem;
}
.aside__subtitle {
  color: #596aa6;
  font-size: 1.1rem;
  font-weight: 700;
}
.aside__email {
  display: block;
  pointer-events: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aside__links {
  margin-top: 1.5rem;
}
.aside__tooltip {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: flex-end;
}
.aside__tooltip-icon {
  color: #80d33a;
  margin-left: 0.5rem;
}
.aside__card {
  height: 2.5rem;
  margin-top: 1rem;
}
.aside__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  flex: 1;
  height: 100%;
  transition: all 0.2s ease-in-out;
  border-radius: 0.3rem;
  background-color: #f5f9fc;
}
.aside__item::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  transition: all 0.2s cubic-bezier(0.815, 0, 0.4, 1);
  border-radius: 0.3rem;
  background-color: #e1edf6;
}
.aside__item:hover {
  background-color: #f5f9fc;
}
.aside__item:hover::before {
  width: 100%;
}
.aside__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 2.5rem;
  height: 100%;
  margin-right: 1rem;
  border-radius: 0.3rem;
  background-color: #e1edf6;
}
.aside__content {
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aside__arrow {
  z-index: 1;
  flex: 1;
  margin-right: 1rem;
  margin-left: 0.5rem;
  color: #80d33a;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .aside {
    background-position: top 50% left -50%;
  }
}
@media only screen and (min-width: 1200px) {
  .aside {
    background-position: bottom -3rem left -3rem;
  }
}
@media only screen and (min-width: 1600px) {
  .aside {
    min-width: 24.5rem;
    padding: 2rem 6.25rem;
    background-size: 27.9rem 18.25rem;
  }
}
.footer {
  padding: 2.5rem 3rem;
}
.footer__divider {
  width: 0.5rem;
  height: 0.5rem;
  margin-bottom: 1.5rem;
  border-radius: 100%;
  background-color: #80d33a;
}
.footer__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.footer__point {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.footer__link {
  margin-right: 1rem;
  margin-left: 1rem;
  text-align: center;
}
.footer__link:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 1100px) {
  .footer__point, .footer__divider {
    margin-bottom: 0;
  }
  .footer__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding-right: 20.75rem;
  }
}
.container {
  margin-top: 1rem;
  text-align: left;
  padding: 1.5rem;
}
.container--white {
  background-color: #fff;
}
.container--rounded {
  border-radius: 0.625rem;
}
.container__text {
  padding-top: 1rem;
}
.container__text--icon {
  position: relative;
  padding-left: 1rem;
}
.container__content {
  display: flex;
  margin-top: 2rem;
}
.container__content--left, .container__content--right {
  width: 50%;
}

.btn {
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 0.3rem;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.btn-link:focus {
  outline: 0;
  box-shadow: 0 0 0 0.5rem rgba(0, 66, 113, 0.25);
}
.btn--entreprise {
  background-color: #60a3bc;
}
.btn--partenaire {
  background-color: #00cec9;
}
.btn--branche {
  background-color: #596aa6;
}
.btn--form {
  border-radius: 0.5rem;
  background-color: #80d33a;
}
.btn--form:hover {
  background-color: #67b228;
}
.btn__modal {
  border: 1px solid #004271;
  background-color: #fff;
  color: #004271;
}
.btn__modal:hover {
  color: #fff;
  background-color: #004271;
}
.btn__modal--first {
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .btn__modal--first {
    margin-bottom: 0;
  }
}
.btn__access {
  margin-top: 1rem;
  background-color: #fff;
}
.btn__access--entreprise {
  border: 1px solid #60a3bc;
  color: #60a3bc;
}
.btn__access--partenaire {
  border: 1px solid #00cec9;
  color: #00cec9;
}
.btn__access--branche {
  border: 1px solid #596aa6;
  color: #596aa6;
}

.icon--entreprise {
  background-color: rgba(96, 163, 188, 0.25);
}
.icon--partenaire {
  background-color: rgba(0, 206, 201, 0.25);
}
.icon--branche {
  background-color: rgba(89, 106, 166, 0.25);
}

@media only screen and (min-width: 768px) {
  .tool-list {
    align-content: flex-start;
  }
}
@media only screen and (min-width: 1100px) {
  .tool-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .tool-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.card {
  margin-bottom: 1.25rem;
  padding: 0.5rem 1.25rem;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 2rem 2rem 19.7rem rgba(0, 0, 0, 0.0901960784);
}
.card--big {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: space-around;
  height: 19rem;
}
.card--small {
  display: flex;
  flex-direction: row;
  align-items: center;
  /*height: $h-card-small;*/
}
.card--small:hover {
  outline: 1px solid #ebf3f9;
  box-shadow: none;
}
.card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.card__icon--big {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.5rem;
}
.card__icon--small {
  align-content: center;
  min-width: 2.75rem;
  height: 2.75rem;
  border-radius: 100%;
  background-color: rgba(128, 211, 58, 0.25);
  color: #80d33a;
  font-size: 1.3rem;
}
.card__container {
  text-align: center;
}
.card__content {
  margin-left: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card__title {
  text-transform: capitalize;
}
.card__title--small {
  /*@include ellipsis;*/
  overflow: initial;
  text-overflow: initial;
  white-space: pre-wrap;
}
.card__desc {
  margin-top: 1rem;
}
@supports (-webkit-line-clamp: 4) {
  .card__desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.card__info {
  font-size: 0.9rem;
}
@supports (-webkit-line-clamp: 2) {
  .card__info {
    display: -webkit-box;
    white-space: initial;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.card__arrow {
  flex: 1;
  margin-left: 1rem;
  color: #80d33a;
  font-size: 1.3rem;
  text-align: right;
}

@media only screen and (min-width: 1100px) {
  .card {
    margin-bottom: 0;
  }
  .card--first {
    grid-column: 1/-1;
    width: 50%;
    margin: 0 auto;
  }
  .card__desc {
    max-width: 20.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .card--first {
    grid-column: initial;
    width: initial;
    margin: 0;
  }
}
.create__content, .login__content {
  width: 100%;
}
.create__content .validation-summary-errors, .login__content .validation-summary-errors {
  width: 100%;
  margin-bottom: 1rem;
}
.create__wrapper, .login__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}
.create__forgot-password, .login__forgot-password {
  margin-right: 0.5rem;
}
.create__field, .login__field {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
}
.create__field--inline, .login__field--inline {
  flex: 1 0 0;
  margin: 0;
  flex-direction: row;
  padding-bottom: 0;
}
.create__field--tooltip, .login__field--tooltip {
  color: #80d33a;
}
.create__label, .login__label {
  padding-bottom: 0.25rem;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
}
.create__input, .login__input {
  padding: 1rem 0.75rem;
  transition: all 0.2s ease-in-out;
  border: 1px solid #e1edf6;
  border-radius: 0.3rem;
  outline: 0;
  background-color: #fff;
  color: #004271;
  font-size: 1.1rem;
}
.create__input:focus, .login__input:focus {
  border: 1px solid #004271;
}
.create__error, .login__error {
  position: absolute;
  top: 100%;
  left: 0;
  color: #f55d5d;
  font-size: 0.9rem;
}
.create__actions, .login__actions {
  margin-top: 1rem;
}
.create__button, .login__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.create__arrow, .login__arrow {
  margin-left: 0.5rem;
}
.create__errors, .login__errors {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #f55d5d;
}
.create__errors-icon, .login__errors-icon {
  margin-right: 1rem;
}

@media only screen and (min-width: 1100px) {
  .create__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
  .create__field {
    width: calc(50% - 2rem);
    margin-right: 2rem;
  }
  .create__button {
    width: initial;
  }
  .create__errors {
    margin-top: 2rem;
  }
}
.validation-summary-errors ul {
  display: block;
  margin-bottom: 1rem;
  border: 1px solid #f55d5d;
  border-radius: 4px;
  padding: 1rem;
  background-color: #fff;
  text-align: center;
}
.validation-summary-errors li {
  color: #f55d5d;
  font-weight: 600;
  padding: 0.125rem;
}

.overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 5;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(28, 44, 77, 0.55);
}

.section__main .modal__body {
  max-width: initial;
  text-align: center;
}

.modal {
  position: relative;
  width: 100%;
  margin: 1rem;
  padding: 1.5rem;
  border-radius: 0.6rem;
  background-color: #fff;
  text-align: center;
}
.modal__close {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  background-color: #fff;
  color: #004271;
  font-size: 1rem;
}
.modal__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #80d33a;
}
.modal__header--entreprise {
  color: #60a3bc;
}
.modal__header--partenaire {
  color: #00cec9;
}
.modal__header--branche {
  color: #596aa6;
}
.modal__question {
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}
.modal__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background-color: rgba(128, 211, 58, 0.25);
  font-size: 1rem;
}
.modal__title {
  max-width: 29.5rem;
  font-size: 1.5rem;
}
.modal__title--xl {
  font-size: 1.9rem;
}
.modal__cartoon {
  max-width: 9.25rem;
}
.modal__img {
  width: 100%;
}
.modal__number {
  margin-bottom: 0.5rem;
  color: #80d33a;
  font-size: 1.9rem;
}
.modal__steps {
  margin-top: 1.25rem;
}
.modal__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 36.25rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.modal__content {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.modal__steps {
  overflow: scroll;
  max-height: 23.75rem;
}
.modal__email {
  font-weight: 600;
}
.modal__footer {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .modal {
    width: initial;
    max-width: 37.75rem;
    margin: 3rem;
    padding: 3rem 4.5rem;
  }
  .modal--tool-list {
    max-width: 56.75rem;
  }
  .modal__close {
    top: 1rem;
    right: 1rem;
  }
  .modal_content {
    font-size: initial;
  }
  .modal__body {
    margin-top: 3.5rem;
    margin-bottom: 2.5rem;
  }
  .modal__body--tool-list {
    margin: 1.25rem;
    font-size: 1rem;
  }
  .modal__cartoon {
    max-width: 23.25rem;
  }
  .modal__steps {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .modal__step {
    max-width: 16.75rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .modal__step:not(:last-child) {
    border-right: 1px solid #cfdcde;
  }
  .modal__footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
  }
}
.card--no-access {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: flex-end;
  border-radius: 0.5rem;
  background-color: rgba(241, 242, 243, 0.55);
}
.card__mark-tag {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.1rem;
  filter: drop-shadow(-0.75rem 0.75rem 1rem rgba(0, 0, 0, 0.0901960784));
}
.card__mark-tag::before {
  content: "";
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  width: 4rem;
  height: 4rem;
  border-top-right-radius: 0.5rem;
}
.card__mark-tag--entreprise::before {
  background-color: #60a3bc;
}
.card__mark-tag--partenaire::before {
  background-color: #00cec9;
}
.card__mark-tag--branche::before {
  background-color: #596aa6;
}
.card__tag {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  color: #f1f2f3;
}
.card__ask {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.0901960784);
  font-size: 0.9rem;
}

.tooltip {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 20.75rem;
  height: 3rem;
  margin-bottom: 1.25rem;
  border-radius: 0.3rem;
  background-color: #004271;
  color: #fff;
  font-weight: 700;
}
.tooltip__drawer {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  bottom: 2.5rem;
  left: 0;
  align-items: center;
  width: 18.75rem;
  max-height: 2px;
  padding-right: 1rem;
  padding-left: 1rem;
  overflow: hidden;
  transition: max-height 0.4s ease;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  background-color: #004271;
}
.tooltip__drawer--open {
  max-height: 31.25rem;
}
.tooltip__question {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.tooltip__question::before {
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  bottom: -2.9rem;
  width: 3rem;
  height: 3rem;
  background-color: #004271;
  clip-path: polygon(18% 0, 100% 44%, 95% 0);
}
.tooltip__answer {
  width: 100%;
  padding: 1rem;
  border-radius: 0.8rem;
  text-align: center;
}
.tooltip__answer:first-child {
  padding-bottom: 0;
}
.tooltip__answer:last-child {
  padding-top: 0;
}
.tooltip__arrow {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
  opacity: 0;
  color: #80d33a;
}
.tooltip__help {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background-color 0.3s ease;
}
.tooltip__help:hover {
  background-color: #00355a;
}
.tooltip__help:hover .tooltip__arrow {
  opacity: 1;
}

@media only screen and (min-width: 1100px) {
  .tooltip {
    position: absolute;
    right: 0;
    bottom: -2rem;
    transition: bottom 0.3s ease;
  }
  .tooltip:hover {
    bottom: -0.5rem;
  }
}
.skip-to-content-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  height: 2rem;
  padding: 0.5rem;
  transform: translateY(-105%);
  transition: transform 0.3s;
  background-color: #f1f2f3;
  color: #004271;
}
.skip-to-content-link:focus {
  left: 0.5rem;
  transform: translateY(0.5rem);
  outline: 1px solid #004271;
}

.cobox-list {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
.cobox-list__item {
  line-height: 1.5rem;
}
.cobox-list__item::before {
  content: url("../../content/images/feuille-lopcommerce.svg");
  position: relative;
  left: -0.25rem;
  top: 0.25rem;
}

/** Reset **/
.h1,
.h2,
.h3,
p {
  margin: 0;
}

html,
body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
}
html ul,
html li,
html fieldset,
body ul,
body li,
body fieldset {
  all: unset;
}

body {
  background-color: #f1f2f3;
  color: #004271;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
}

a {
  color: inherit;
  text-decoration: none;
}

/* TEMPORAIRE : Pour la page de login */
.pr-3 {
  padding-right: 1rem !important;
  margin-top: 0;
  margin-bottom: 1rem;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

/* Auth0 separator */
.login__separator {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 24px 0;
}
.login__separator::before,
.login__separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #d0d5dd;
}
.login__separator span {
  padding: 0 16px;
  font-size: 13px;
  font-weight: 600;
  color: #98a2b3;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Auth0 login button */
.btn--auth0 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 12px 24px;
  background: linear-gradient(135deg, #635DFF, #4A42E8);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  text-decoration: none;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 8px rgba(99, 93, 255, 0.3);
}
.btn--auth0:hover {
  background: linear-gradient(135deg, #7B76FF, #635DFF);
  box-shadow: 0 4px 16px rgba(99, 93, 255, 0.45);
  transform: translateY(-1px);
  color: #fff;
  text-decoration: none;
}
.btn--auth0:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(99, 93, 255, 0.3);
}
.btn--auth0__icon {
  font-size: 18px;
}
.btn--auth0__arrow {
  font-size: 13px;
  transition: transform 0.25s ease;
  margin-left: 4px;
}
.btn--auth0:hover .btn--auth0__arrow {
  transform: translateX(4px);
}

.wse-list {
  display: block;
  list-style: disc outside;
  padding-left: 1.5rem;
  margin-block-start: 0.5em;
  margin-block-end: 1em;
}
.wse-list li {
  all: revert;
  display: list-item;
  list-style: disc outside;
  margin-bottom: 0.25rem;
}

/*# sourceMappingURL=style.css.map */
