* {
  margin: 0;
  padding: 0;
  font-family: Montserrat;
}

.Breadcrumb {
  display: none;
}

#before-elements {
  display: none;
}

#after-elements {
  display: none;
}

#end-elements {
  display: none;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 32px 16px;
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.primary-button {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 24px;
  background: var(--msl-button-primary-bg, #007461);
  color: var(--msl-button-primary-text, #fff);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.primary-button:hover {
  background: var(--msl-button-primary-bg, #075144);
}

.secondary-button {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 24px;
  border: 1px solid var(--msl-button-secondary-borderColor, #007461);
  color: var(--msl-button-secondary-text, #007461);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.secondary-button:hover {
  background-color: #7e937e1a;
}

.container {
  max-width: 1100px;
  width: 100%;
  min-height: 800px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.container .top-notice {
  max-width: 1100px;
  width: 100%;
  color: white;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.43);
  text-align: center;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 32px;
}

.container .hero {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 16px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: 50% 35%;
  border-radius: 8px;
  box-shadow: 0 4px 16px 0 rgba(193, 201, 217, 0.35);
  gap: 16px;
  margin-bottom: 32px;
}

.container .hero-offer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 16px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: 50% 35%;
  border-radius: 8px;
  box-shadow: 0 4px 16px 0 rgba(193, 201, 217, 0.35);
  gap: 16px;
  margin-bottom: 32px;
}

.container .hero-offer .left-section img {
  width: 100%;
  border-radius: 8px;
}

.container .hero-offer .right-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container .hero h1,
.container .hero-offer h1 {
  color: #000;
  font-family: Montserrat;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
}

.container .hero p,
.container .hero-offer p {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 16px;
}

.container .hero .countdown,
.container .hero-offer .countdown {
  display: flex;
  gap: 16px;
}

.container .hero .countdown .box,
.container .hero-offer .countdown .box {
  display: flex;
  width: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f294b1;
  padding: 18px 6px;
  color: white;
  border-radius: 10px;
}

#before-days,
#before-hours,
#before-minutes,
#before-secondes,
#after-days,
#after-hours,
#after-minutes,
#after-secondes {
  font-size: 24px;
  font-weight: 700;
}

.container .hero .countdown .box span:nth-child(2),
.container .hero-offer .countdown .box span:nth-child(2) {
  font-size: 12px;
}

.container .simulator .left-section,
.container .simulator .right-section {
  display: flex;
  background-color: white;
  flex-direction: column;
  padding: 32px;
  border-radius: 8px;
  box-shadow: 0 4px 16px 0 rgba(193, 201, 217, 0.35);
  margin-bottom: 32px;
}

.container .simulator .left-section .amount {
  margin-bottom: 16px;
}

.container .simulator .left-section .amount .title {
  text-align: center;
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
  margin-bottom: 32px;
}

.container .simulator .left-section h4 {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.container .simulator .left-section .amount .slider,
.container .simulator .left-section .time .slider {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.container .simulator .left-section .amount .slider .var-dynamic,
.container .simulator .left-section .time .slider .var-dynamic {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #007461;
  padding: 4px 16px;
  width: 68px;
  border-radius: 8px;
  color: white;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.container .simulator .left-section .amount .limit,
.container .simulator .left-section .time .limit {
  display: flex;
  justify-content: space-between;
  font-size: 0.6875em;
  color: #7f7f7f;
}

.inputRange {
  appearance: none;
  margin-bottom: 24px;
  height: 5px;
  width: 100%;
  border-radius: 50px;
  background: linear-gradient(90deg, #007461 30%, #f2f2f2 30%);
  cursor: pointer;
}

/* Thumb: for Chrome, Safari, Edge */
.inputRange::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 9999px;
  background: #007461;
  box-shadow: none;
}

/* Thumb: for Firefox */
.inputRange::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 9999px;
  background: #007461;
  box-shadow: none;
}

.container .simulator .right-section .result {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.container .simulator .right-section .result #wording-remboursement {
  text-align: center;
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 32px;
}

.container .simulator .right-section .result #result {
  text-align: center;
  color: black;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 32px;
}

.container .simulator .right-section .result #result span {
  font-size: 20px;
  font-weight: 700;
}

.container .simulator .right-section .cta {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.container .legal-notice {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 12px;
  display: flex;
  background-color: white;
  flex-direction: column;
  padding: 32px;
  border-radius: 8px;
  box-shadow: 0 4px 16px 0 rgba(193, 201, 217, 0.35);
  margin-bottom: 32px;
}

.container .legal-notice span {
  font-size: 16px;
  font-weight: 600;
}

.container .legal-notice .sanitary-notice {
  color: var(--msl-bg-readonly-strong, #666e8a);
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 112.5% */
}

.container .legal-notice .example-credit {
  color: var(--msl-bg-readonly-strong, #666e8a);
  text-align: justify;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}

.container .legal-notice .example-credit .bolder {
  color: var(--msl-bg-readonly-strong, #666e8a);
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.container .legal-notice .sub-notice {
  color: var(--msl-bg-readonly-strong, #666e8a);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

@media only screen and (min-width: 844px) {
  .button-hero {
    width: fit-content;
  }

  .container .hero .cta-hero {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .container .hero-offer {
    flex-direction: row;
  }

  .container .simulator {
    display: flex;
    gap: 20px;
  }

  .container .simulator .left-section {
    height: auto;
    width: 50%;
  }

  .container .simulator .right-section {
    height: auto;
    width: 50%;
  }

  .container .simulator .right-section {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (max-width: 320px) {
  .container .hero .countdown .box,
  .container .hero-offer .countdown .box {
    width: 40px;
  }

  .container .hero .countdown .box span:nth-child(2),
  .container .hero-offer .countdown .box span:nth-child(2) {
    font-size: 10px;
  }
}

@media only screen and (max-width: 390px) {
  .container .hero .countdown .box,
  .container .hero-offer .countdown .box {
    width: 50px;
  }

  .container .hero .countdown .box span:nth-child(2),
  .container .hero-offer .countdown .box span:nth-child(2) {
    font-size: 10px;
  }
}
