@charset "UTF-8";
.cc .button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  padding: 0.625rem 1.5625rem;
  border: 2px solid;
  border-radius: 99px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  line-height: 20px;
  font-size: 15px;
}
@media screen and (min-width: 400px) {
  .cc .button {
    line-height: calc(20px + 0 * ((100vw - 400px) / 880));
    font-size: calc(15px + 0 * ((100vw - 400px) / 880));
  }
}
@media screen and (min-width: 1280px) {
  .cc .button {
    line-height: 20px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .cc .button {
    width: 100%;
    max-width: 100%;
  }
}
.cc .button:focus,
.cc .button:hover {
  text-decoration: none;
}
.cc .button:focus {
  outline: 1px dashed currentColor;
  outline-offset: 1px;
}
#ei_tpl_fullsite {
  background-color: #fff;
}
#ei_tpl_contener {
  position: relative;
  max-width: 100%;
}
#ei_tpl_ariane {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #0a7c7d;
  color: #fff;
}
#ei_tpl_ariane > nav {
  width: 100%;
  max-width: 1280px;
  margin: 16px auto;
}
#ei_tpl_ariane a,
#ei_tpl_ariane a::before,
#ei_tpl_ariane li,
#ei_tpl_ariane li::before,
#ei_tpl_ariane span,
#ei_tpl_ariane span::before {
  color: #fff !important;
}
#ei_tpl_content {
  margin: 0 !important;
  padding-bottom: 0 !important;
}
#ei_tpl_footer {
  margin-top: 0 !important;
}
.cc.mentions {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  font-size: 11px;
}
@media (max-width: 970px) {
  .cc.mentions {
    padding: 0 40px;
  }
}
.cc.mentions.hide {
  display: none;
}
.header__placeholder {
  width: 100%;
  height: 240px;
  background-color: #0a7c7d;
}
@media (max-width: 768px) {
  .header__placeholder {
    height: 180px;
    background: linear-gradient(180deg, #0a7c7d 70%, #fff 70%);
  }
}
.newBg,
.newBg > #ei_tpl_ariane a,
.newBg > #ei_tpl_ariane a::before,
.newBg > #ei_tpl_ariane li,
.newBg > #ei_tpl_ariane li::before,
.newBg > #ei_tpl_ariane span,
.newBg > #ei_tpl_ariane span::before {
  color: #1d1d1f !important;
}
.newBg > #ei_tpl_ariane {
  background-color: #d5e9ea;
}
/* .newBg .mini-header .header__placeholder {
  background: linear-gradient(180deg, #d5e9ea 30%, #fff 30%);
} */
.newBg .header__placeholder {
  background: linear-gradient(180deg, #d5e9ea 70%, #fff 70%);
  background-color: #d5e9ea;
}
.eer {
  max-width: 1280px;
  margin: -260px auto 0;
}
.eer .button {
  border-color: #0a7c7d;
  background-color: #0a7c7d;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
  font-size: 15px;
}
.eer .button:focus,
.eer .button:hover {
  border-color: #005152;
  background-color: #005152;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 970px) {
  .eer {
    margin: -200px auto 0;
  }
}
.eer * {
  font-family: Manrope, Arial, Helvetica, sans-serif;
}
.eer h1,
.eer h2 {
  font-weight: 700;
  font-size: 28px;
  font-family: Fabrikat;
}
.eer h1 {
  margin: 0 0 30px;
  color: #fff;
}
@media (max-width: 970px) {
  .eer h1 {
    font-size: 24px;
  }
}
.eer h2 {
  padding: 0;
  color: #1d1d1f;
}
@media (max-width: 970px) {
  .eer h2 {
    font-size: 24px;
  }
}
.eer .steps__container {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 0 16px;
  font-size: 16px;
}
.eer .steps__container > li {
  min-width: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.eer .steps__container > li.active {
  opacity: 1;
}
.eer .steps__container > li.done,
.eer .steps__container > li.hide {
  height: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateX(200%);
}
.eer .steps__container > li.done {
  position: absolute;
  transform: translateX(-200%);
}
.eer .steps__container .highlight {
  color: #0a7c7d;
  font-weight: 700;
}
.eer .steps__container .all-caps {
  text-transform: uppercase;
}
.eer .step0,
.eer .step1,
.eer .step2,
.eer .step3 {
  padding: 24px 0;
}
.eer .step0 .steps__subs {
  display: flex;
}
@media (max-width: 970px) {
  .eer .step0 .steps__subs {
    flex-direction: column;
  }
}
.eer .step0 .steps__subs__header {
  position: relative;
  width: 100%;
}
@media (max-width: 970px) {
  .eer .step0 .steps__subs__header {
    display: flex;
    align-items: center;
  }
  .eer .step0 .steps__subs__header img {
    margin-right: 16px;
  }
  .eer .step0 .steps__subs__header::after {
    filter: none;
    width: 1rem;
    height: 1rem;
    background: url(https://sit-cdnwm.e-i.com/SITW/wm/global/1.0.0/af/assets/icones/chevron.svg)
      no-repeat center;
    content: "";
    position: absolute;
    top: 4px;
    right: -16px;
    display: block;
    transition: all 0.3s ease-in-out;
    transform: rotate(90deg);
  }
}
.eer .step0 .steps__subs__action {
  width: 100%;
  margin-top: 32px;
  text-align: right;
}
@media (max-width: 768px) {
  .eer .step0 .steps__subs__action {
    text-align: center;
  }
}
.eer .step0 .steps__subs__action .button {
  width: calc(25% - 23px);
}
@media (max-width: 970px) {
  .eer .step0 .steps__subs__action .button {
    width: 100%;
  }
}
.eer .step0 .steps__subs li {
  width: 100%;
  max-width: 25%;
  padding: 24px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(6, 77, 78, 0.18);
}
@media (max-width: 970px) {
  .eer .step0 .steps__subs li {
    max-width: 100%;
    margin: 0;
    padding: 16px 32px 16px 16px;
    cursor: pointer;
  }
}
.eer .step0 .steps__subs li.unfold .steps__subs__header::after {
  transition: all 0.3s ease-in-out;
  transform: rotate(-90deg);
}
.eer .step0 .steps__subs li.unfold p {
  height: 100%;
  margin-top: 16px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.eer .step0 .steps__subs li:first-child {
  margin-right: 16px;
}
@media (max-width: 970px) {
  .eer .step0 .steps__subs li:first-child {
    margin: 0;
  }
}
.eer .step0 .steps__subs li:nth-child(2) .steps__subs__header::after {
  content: none;
}
.eer .step0 .steps__subs li:last-child {
  margin-right: 0;
}
.eer .step0 .steps__subs li + li {
  margin: 0 16px;
}
@media (max-width: 970px) {
  .eer .step0 .steps__subs li + li {
    margin: 24px 0 0;
  }
}
.eer .step0 .steps__subs p {
  color: #666;
  font-size: 15px;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 970px) {
  .eer .step0 .steps__subs p {
    height: 0;
    opacity: 0;
  }
}
.eer .step0 .steps__subs h2 {
  margin-top: 16px;
  margin-bottom: 8px;
  color: #1d1d1f;
  font-weight: 500;
  font-size: 18px;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  line-height: 24px;
}
@media (max-width: 970px) {
  .eer .step0 .steps__subs h2 {
    margin: 0;
  }
}
.eer .step1 .step__back {
  display: flex;
  align-items: center;
  margin-bottom: 85px;
  cursor: pointer;
}
.eer .step1 .step__back img,
.eer .step2 .step__back img,
.eer .step3 .step__back img {
  transform: rotate(180deg);
}
.eer .step1 .question__group {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.3s;
  transform: translateY(0);
}
.eer .step1 .question__group + .question__group {
  margin-top: 30px;
}
.eer .step1 .question__group.hide {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.3s;
  transform: translateY(200%);
}
.eer .step1 .error__age,
.eer .step1 .error__americain,
.eer .step1 .error__resident_fr {
  height: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.eer .step1 .error__age .error__msg,
.eer .step1 .error__americain .error__msg,
.eer .step1 .error__resident_fr .error__msg {
  display: flex;
  padding: 24px;
  border: 1px solid #ff6b00;
  border-radius: 4px;
}
.eer .step1 .error__age .error__msg p,
.eer .step1 .error__americain .error__msg p,
.eer .step1 .error__resident_fr .error__msg p {
  margin-left: 24px;
}
.eer .step1 .error__age.show,
.eer .step1 .error__americain.show,
.eer .step1 .error__resident_fr.show {
  height: 100%;
  margin-top: 24px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.eer .step1 .error__age.show .button,
.eer .step1 .error__americain.show .button,
.eer .step1 .error__resident_fr.show .button {
  height: 100%;
}
.eer .step1 .error__age .button,
.eer .step1 .error__resident_fr .button {
  height: 0;
  margin-top: 16px;
}
.eer .step1 .error__americain .button {
  height: 0;
  margin: 24px 0;
}
.eer .step1 .error__americain .button + p,
.eer .step1 .error__americain ul li {
  font-size: 14px;
}
.eer .step1 .question__inputs {
  display: flex;
  margin: 16px 0 0;
}
.eer .step1 .question__inputs input {
  width: 0;
  margin: 0;
  visibility: hidden;
}
.eer .step1 .question__inputs input:checked + label {
  border: 1px solid #0a7c7d;
  background: #d5e9ea;
}
.eer .step1 .question__inputs label {
  width: 100%;
  padding: 16px 42px;
  border: 1px solid #666;
  border-radius: 6px;
  background: 0 0;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.eer .step1 .question__inputs label + input + label {
  margin: 0 0 0 16px;
}
.eer .step1 .required__action {
  margin: 56px 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.3s;
  transform: translateY(0);
}
.eer .step1 .required__action.hide {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.3s;
  transform: translateY(200%);
}
.eer .step1 .required__action .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .eer .step1 .required__action .button {
    width: 100%;
  }
}
.eer .step1 .required__action .button img {
  margin: 0 8px 0 0;
}
.eer .step2 .step__back {
  display: flex;
  align-items: center;
  max-width: 100%;
  margin-bottom: 30px;
  cursor: pointer;
}
.eer .step2 .offer__container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 6px 6px 0 0;
  background: #fff;
  box-shadow: 0 4px 32px 0 rgba(6, 77, 78, 0.18);
}
@media (max-width: 970px) {
  .eer .step2 .offer__container {
    padding: 20px;
  }
}
.eer .step2 .offer__container.sticky {
  position: fixed;
  top: 120px;
  z-index: 9999;
}
@media (max-width: 970px) {
  .eer .step2 .offer__container.sticky {
    top: 90px;
  }
}
.eer .step2 .offer__global,
.eer .step2 .offer__premium {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  text-align: center;
}
.eer .step2 .offer__global {
  position: relative;
}
.eer .step2 .advantages__global::after,
.eer .step2 .offer__global::after {
  content: "";
  position: absolute;
  right: -16px;
  display: block;
  width: 1px;
  background-color: #dfdfdf;
}
.eer .step2 .offer__global::after {
  top: 0;
  height: 100%;
}
.eer .step2 .advantages__global + .advantages__premium,
.eer .step2 .offer__global + .offer__premium,
.eer .step3 .card__selection > li + li {
  margin: 0 0 0 32px;
}
.eer .step2 .offer__title {
  font-weight: 900;
  font-style: normal;
  font-size: 22px;
  font-family: Fabrikat;
  line-height: 24px;
}
@media (max-width: 970px) {
  .eer .step2 .offer__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.eer .step2 .offer__description {
  margin: 8px 0 16px;
  color: #666;
  font-size: 15px;
}
@media (max-width: 970px) {
  .eer .step2 .offer__description {
    margin: 8px 0;
    font-size: 14px;
    line-height: 17px;
  }
}
.eer .step2 .offer__month,
.eer .step2 .offer__price,
.eer .step2 .offer__start {
  color: #1d1d1f;
  font-weight: 700;
}
.eer .step2 .offer__price {
  margin: 8px 0;
  font-size: 32px;
  line-height: 20px;
}
@media (max-width: 970px) {
  .eer .step2 .offer__price {
    font-size: 32px;
    line-height: 16px;
  }
}
.eer .step2 .offer__price span {
  font-size: 28px;
}
@media (max-width: 970px) {
  .eer .step2 .offer__price span {
    font-size: 21px;
  }
}
.eer .step2 .offer__action {
  margin: 32px 0 0;
}
@media (max-width: 970px) {
  .eer .step2 .offer__action {
    margin: 16px 0 0;
    padding: 8px;
    font-size: 16px;
    line-height: 17px;
  }
}
.eer .step2 .offer__advantages {
  position: relative;
  z-index: 1;
  padding: 24px;
  border-radius: 0 0 6px 6px;
  background: #fff;
  box-shadow: 0 4px 32px 0 rgba(6, 77, 78, 0.18);
}
@media (max-width: 970px) {
  .eer .step2 .offer__advantages {
    padding: 6px;
  }
}
.eer .step2 .offer__advantages h3 {
  width: 100%;
  padding: 10px 32px 10px 12px;
  border-radius: 4px;
  background: rgba(213, 233, 234, 0.3);
  font-weight: 700;
}
@media (max-width: 970px) {
  .eer .step2 .offer__advantages h3 {
    font-size: 16px;
  }
}
.eer .step2 .advantages__container {
  display: flex;
}
.eer .step2 .advantages__global,
.eer .step2 .advantages__premium {
  width: 50%;
  padding: 12px 0;
}
.eer .step2 .advantages__global {
  position: relative;
}
.eer .step2 .advantages__global::after {
  top: 12px;
  height: calc(100% - 24px);
}
.eer .step2 .advantages__title {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.eer .step2 .advantages__title.unfold::after {
  transform: translateY(-50%) rotate(-90deg);
}
.eer .step2 .advantages__title::after {
  filter: none;
  width: 1rem;
  height: 1rem;
  background: url(https://sit-cdnwm.e-i.com/SITW/wm/global/1.0.0/af/assets/icones/chevron.svg)
    no-repeat center;
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%) rotate(90deg);
}
.eer .step2 .advantages__summary {
  display: flex;
  align-items: center;
  justify-content: center;
}
.eer .step2 .advantages__summary .empty,
.eer .step2 .advantages__summary .full {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  border-radius: 99px;
}
.eer .step2 .advantages__summary .full,
.result .button {
  background-color: #0a7c7d;
}
.eer .step2 .advantages__summary .empty {
  background-color: #dfdfdf;
}
.eer .step2 .advantages__description,
.eer .step2 .advantages__description.hide {
  height: 100%;
  margin: 24px 0;
  padding: 12px;
  opacity: 1;
  visibility: visible;
  transition: margin 0.3s ease-in-out, height 0.3s ease-in-out,
    opacity 0.2s ease-in-out;
}
@media (max-width: 970px) {
  .eer .step2 .advantages__description {
    font-size: 14px;
  }
}
.eer .step2 .advantages__description p + p {
  margin-top: 8px;
}
.eer .step2 .advantages__description.hide {
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
}
.eer .step3 .step__back {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  cursor: pointer;
}
.eer .step3 .card__selection {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 970px) {
  .eer .step3 .card__selection {
    flex-direction: column;
  }
}
.eer .step3 .card__selection > li {
  width: 50%;
  padding: 32px 24px;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
}
@media (max-width: 970px) {
  .eer .step3 .card__selection > li {
    width: 100%;
    padding: 24px 8px;
  }
}
.eer .step3 .card__header ~ p.hide,
.eer .step3 .card__header ~ ul.hide,
.eer .step3 .card__selection > li.hide {
  display: none;
}
.eer .step3 .card__selection > li.hide + li {
  margin: 0;
}
.eer .step3 .card__selection > li.selected {
  border: 1px solid #0a7c7d;
  box-shadow: 0 0 24px 0 rgba(6, 77, 78, 0.18);
}
@media (max-width: 970px) {
  .eer .step3 .card__selection > li + li {
    margin: 32px 0 0;
  }
}
.eer .step3 .card__selection ul {
  margin: 0 0 0 29px;
}
.eer .step3 .card__selection ul li {
  position: relative;
  padding: 0 0 0 24px;
  color: #393939;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 970px) {
  .eer .step3 .card__selection ul li {
    font-size: 14px;
  }
}
.eer .step3 .card__selection ul li::after,
.eer .step3 .card__selection ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 9px;
  display: block;
  width: 1px;
  height: 14px;
  background-color: #0a7c7d;
  transform: rotate(40deg);
}
.eer .step3 .card__selection ul li::after {
  top: 12px;
  left: 2px;
  height: 6px;
  transform: rotate(-50deg);
}
.eer .step3 .card__header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.eer .step3 .card__header input {
  margin-right: 16px;
  margin-left: 0;
}
.eer .step3 .card__header img {
  margin-right: 16px;
}
.eer .step3 .card__header abbr,
.eer .step3 .card__header label,
.eer .step3 .card__header span {
  color: #1d1d1f;
  font-weight: 700;
  font-size: 20px;
  font-family: Fabrikat;
}
.eer .step3 .card__header p {
  color: #666;
  font-size: 14px;
}
.eer .step3 .card__header + p {
  margin: 0 0 0 29px;
  font-weight: 500;
}
@media (max-width: 970px) {
  .eer .step3 .card__header + p {
    font-size: 14px;
  }
}
.eer .step3 .card__header + p strong {
  color: #007c82;
  font-weight: 900;
}
.result {
  width: 100%;
  margin-top: 24px;
  background-color: #d5e9ea;
}
.result .button {
  border-color: #0a7c7d;
  color: #fff;
  text-decoration: none;
}
.result .button:focus,
.result .button:hover {
  border-color: #005152;
  background-color: #005152;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 970px) {
  .result {
    position: fixed;
    bottom: 50px;
    left: 0;
    z-index: 9999;
  }
}
.result.hide {
  height: 0;
  opacity: 0;
}
.result.hide .result__wrapper {
  display: none;
}
.result__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 960px;
  min-height: 48px;
  margin: 0 auto;
  padding: 24px;
}
@media (max-width: 970px) {
  .result__wrapper {
    width: calc(100% - 12px);
  }
}
.result__offer {
  margin: 0 16px 0 0;
  font-weight: 900;
  font-size: 14px;
  font-family: Fabrikat;
}
.result__offer .highlight {
  font-size: 22px;
}
.result .button {
  display: flex;
  justify-content: center;
  width: 120px;
  border-radius: 0;
  font-size: 18px;
}
.result .button.disabled {
  border: 1px solid #666;
  background-color: #dfdfdf;
  color: #000;
}
/*# sourceMappingURL=styles.css.map */

.cc.eer ul {
  list-style: none;
}

.cc.eer {
  font-family: Manrope, Arial, Helvetica, sans-serif;
}
