@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

/* Initialisation // Don't touch */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Montserrat;
}

img {
  width: 100%;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.container {
  display: flex;
  padding: 0 16px 32px 16px;
  flex-direction: column;
  align-items: flex-start;
}

h1 {
  color: var(--Greyscale-grey-800, #071621);
  font-family: Montserrat;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.primary-button {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  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;
}

.primary-button:hover {
  background: var(--msl-button-primary-bg, #075144);
  border: 1px var(--msl-button-primary-bg, #075144);
  color: var(--msl-button-primary-text, #fff);
}

span {
  font-weight: 700;
}

.fade-background {
  width: 100%;
  height: 42px;
  background: linear-gradient(rgba(193, 201, 217, 0.35), #ffffff);
}

/* Bandeau quizz-mobile - DISPLAY: NONE JUSQU'AU LOT 2 */

.quizz-mobile {
  display: none;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  background: var(--msl-bg-green-minimal, #dbf8eb);
  margin-bottom: 32px;
}

.quizz-mobile .top-section {
  display: flex;
align-items: center;
gap: 24px;
align-self: stretch;
}

.quizz-mobile .top-section img {
  width: 46px;
}

.quizz-mobile .top-section .top-right-section p {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.quizz-mobile .top-section .top-right-section a {
  color: var(--msl-text-primary, #007461);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.quizz-mobile .bottom-section {
  display: flex;
justify-content: center;
align-items: center;
gap: 8px;
flex: 1 0 0;
align-self: stretch;
}

.quizz-mobile .bottom-section a {
  width: 100%;
}

/* Bandeau quizz-dekstop - DISPLAY: NONE JUSQU'AU LOT 2 */

.quizz-desktop {
  display: none;
  padding: 10px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  background: var(--msl-bg-green-minimal, #dbf8eb);
}

.quizz-desktop img {
  width: 46px;
}

.quizz-desktop .middle-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}

.quizz-desktop .middle-section p {
  color: var(--Greyscale-grey-800, #071621);
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.quizz-desktop .middle-section a {
  color: var(--msl-text-primary, #007461);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* Header */

.container .header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  align-self: stretch;
  margin-bottom: 32px;
}

.container .header .left-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.container .header .right-section img {
  border-radius: 20px;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.06) inset;
  height: 186px;
  object-fit: cover;
  object-position: 30%;
}

/* Cards Section */

.cards-section-desktop {
  display: none;
}

.cards-section-mobile {
  position: relative;
  background: var(--Greyscale-grey-200, #fff);
  font-size: 14px;
  color: #000;
}

.cards-section-mobile .title {
  color: var(--Greyscale-grey-900, #000);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
  padding-top: 32px !important;
  padding: 0 16px;
}

@layer components {
  :root {
    --swiper-pagination-color: #007461;
  }
}

swiper-container {
  height: 580px;
  margin-bottom: 32px;
}

swiper-slide {
  display: flex;
  justify-content: center;
}

.cards-section-mobile .card .hero {
  position: relative;
  top: -12%;
  display: flex;
  justify-content: center;
}

.cards-section-mobile .card .hero img {
  position: absolute;
  object-fit: contain;
  width: 94px;
  flex-shrink: 0;
}

.cards-section-mobile .card .content {
  padding: 64px 16px 24px 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

/* Gold */

.cards-section-mobile .gold-card {
  margin-top: 80px;
  width: 300px;
  height: 442px;
  border-radius: 8px;
  border: 0.5px solid var(--Greyscale-grey-200, #ecedf0);
  background: #fff6d1;
  box-shadow: 0px 4px 16px 0px rgba(193, 201, 217, 0.35);
  flex-shrink: 0;
}

.cards-section-mobile .gold-card .content .subcontent {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.cards-section-mobile .gold-card .content .title-card h2 {
  display: flex;
  height: 74px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  align-self: stretch;
  color: var(--msl-bg-yellow, #8d7600);
  text-align: center;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.cards-section-mobile .gold-card .content .arguments {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.cards-section-mobile .gold-card .content .arguments .argument {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.cards-section-mobile .gold-card .content .arguments .argument img {
  width: 18px;
  height: 18px;
}

.cards-section-mobile .gold-card .content .arguments .argument p {
  color: var(--Greyscale-grey-800, #071621);
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.primary-button img {
  width: 20px;
  height: 20px;
}

/* Green */

.cards-section-mobile .green-card {
  margin-top: 80px;
  width: 300px;
  height: 442px;
  border-radius: 8px;
  box-shadow: 0px 4px 16px 0px rgba(193, 201, 217, 0.35);
  flex-shrink: 0;
  border: 0.5px solid var(--Greyscale-grey-200, #ecedf0);
  background: var(--msl-bg-success-transparent, rgba(68, 172, 96, 0.14));
}

.cards-section-mobile .green-card .content .subcontent {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.cards-section-mobile .green-card .content .title-card h2 {
  display: flex;
  height: 74px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  align-self: stretch;
  color: var(--Accent-green-700, #0e5d41);
  text-align: center;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.cards-section-mobile .green-card .content .arguments {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.cards-section-mobile .green-card .content .arguments .argument {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.cards-section-mobile .green-card .content .arguments .argument img {
  width: 18px;
  height: 18px;
}

.cards-section-mobile .green-card .content .arguments .argument p {
  color: var(--Greyscale-grey-800, #071621);
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
/* Red */

.cards-section-mobile .red-card {
  margin-top: 80px;
  width: 300px;
  height: 442px;
  border-radius: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 0.5px solid var(--Greyscale-grey-200, #ecedf0);
  background: var(--msl-bg-critical-minimal, #ffedeb);
  box-shadow: 0px 4px 16px 0px rgba(193, 201, 217, 0.35);
}

.cards-section-mobile .red-card .content .subcontent {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.cards-section-mobile .red-card .content .title-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
  height: 74px;
  justify-content: center;
}

.cards-section-mobile .red-card .content .title-card h2 {
  color: var(--msl-bg-warning, #c85207);
  text-align: center;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.cards-section-mobile .red-card .content .arguments {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.cards-section-mobile .red-card .content .arguments .argument {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.cards-section-mobile .red-card .content .arguments .argument img {
  width: 18px;
  height: 18px;
}

.cards-section-mobile .red-card .content .arguments .argument p {
  color: var(--Greyscale-grey-800, #071621);
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

/* Mentions légales */

.mentions {
  color: var(--Greyscale-Grey-700, #666e8a);
  text-align: justify;
  font-family: "Open Sans";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 64px 16px;
}

.mentions p {
  padding-bottom: 16px;
}

@media only screen and (min-width: 700px) {
  .container .header {
    flex-direction: row;
    gap: 20px;
    padding: 20px;
  }

  .container .header .left-section {
    width: 55%;
  }

  .container .header .right-section {
    width: 45%;
    display: flex;
    align-items: stretch;
    align-self: stretch;
  }
  
  .quizz-mobile {
    display: none;
  }

  .quizz-desktop {
    display: none;
  }

  .container .header .right-section img {
    height: 100%;
  }
}

@media only screen and (min-width: 900px) {
  .cards {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }

  .container .header {
    align-items: center;
  }

  .container .header .left-section {
    width: 50%;
    align-self: initial;
  }

  .container .header .right-section {
    width: 50%;
  }
}

@media only screen and (min-width: 975px) {
  .cards-section-mobile {
    display: none;
  }

  .cards-section-desktop {
    display: flex;
    flex-direction: column;
    margin-bottom: 64px;
    background: var(--Greyscale-grey-200, #fff);
    font-size: 14px;
    color: #000;
  }

  .cards {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
  }

  .cards-section-desktop .title {
    color: var(--Greyscale-grey-900, #000);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 16px;
  }

  body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cards-section-desktop .title {
    color: var(--Greyscale-grey-900, #000);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
    padding-top: 32px !important;
    padding: 0 16px;
  }

  @layer components {
    :root {
      --swiper-pagination-color: #007461;
    }
  }

  swiper-container {
    height: 580px;
    margin-bottom: 32px;
  }

  swiper-slide {
    display: flex;
    justify-content: center;
  }

  .cards-section-desktop .card .hero {
    position: relative;
    top: -12%;
    display: flex;
    justify-content: center;
  }

  .cards-section-desktop .card .hero img {
    position: absolute;
    object-fit: contain;
    width: 94px;
    flex-shrink: 0;
  }

  /* Gold */

  .cards-section-desktop .gold-card {
    width: 300px;
    height: 442px;
    border-radius: 8px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 0.5px solid var(--Greyscale-grey-200, #ecedf0);
    background: var(--msl-bg-yellow-minimal, #fff6d1);
    box-shadow: 0px 4px 16px 0px rgba(193, 201, 217, 0.35);
  }

  .cards-section-desktop .gold-card .content {
    display: flex;
    flex-direction: column;
    padding: 64px 16px 24px 16px;
    height: 100%;
    justify-content: space-between;
  }

  .cards-section-desktop .gold-card .content .subcontent {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .cards-section-desktop .gold-card .content .subcontent .title-card {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: center;
    height: 74px;
    justify-content: center;
  }

  .cards-section-desktop .gold-card .content .subcontent .title-card h2 {
    color: var(--msl-bg-yellow, #8d7600);
    text-align: center;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
  }

  .cards-section-desktop .gold-card .content .subcontent .arguments {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .cards-section-desktop .gold-card .content .subcontent .arguments .argument {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
  }

  .cards-section-desktop .gold-card .content .subcontent .arguments .argument img {
    width: 18px;
    height: 18px;
  }

  .cards-section-desktop .gold-card .content .subcontent .arguments .argument p {
    color: var(--Greyscale-grey-800, #071621);
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }

  /* Green */

  .cards-section-desktop .green-card {
    width: 300px;
    height: 442px;
    border-radius: 8px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 0.5px solid var(--Greyscale-grey-200, #ecedf0);
    background: var(--msl-bg-success-transparent, rgba(68, 172, 96, 0.14));
    box-shadow: 0px 4px 16px 0px rgba(193, 201, 217, 0.35);
  }

  .cards-section-desktop .green-card .content {
    display: flex;
    flex-direction: column;
    padding: 64px 16px 24px 16px;
    height: 100%;
    justify-content: space-between;
  }

  .cards-section-desktop .green-card .content .subcontent {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .cards-section-desktop .green-card .content .subcontent .title-card {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: center;
    height: 74px;
    justify-content: center;
  }

  .cards-section-desktop .green-card .content .subcontent .title-card h2 {
    color: var(--Accent-green-700, #0e5d41);
    text-align: center;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
  }

  .cards-section-desktop .green-card .content .subcontent .arguments {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .cards-section-desktop .green-card .content .subcontent .arguments .argument {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
  }

  .cards-section-desktop .green-card .content .subcontent .arguments .argument img {
    width: 18px;
    height: 18px;
  }

  .cards-section-desktop .green-card .content .subcontent .arguments .argument p {
    color: var(--Greyscale-grey-800, #071621);
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }

  /* Red */

  .cards-section-desktop .red-card {
    width: 300px;
    height: 442px;
    border-radius: 8px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 0.5px solid var(--Greyscale-grey-200, #ecedf0);
    background: var(--msl-bg-critical-minimal, #ffedeb);
    box-shadow: 0px 4px 16px 0px rgba(193, 201, 217, 0.35);
  }

  .cards-section-desktop .red-card .content {
    display: flex;
    flex-direction: column;
    padding: 64px 16px 24px 16px;
    gap: 32px;
    height: 100%;
    justify-content: space-between;
  }

  .cards-section-desktop .red-card .content .subcontent {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .cards-section-desktop .red-card .content .subcontent .title-card {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: center;
    height: 74px;
    justify-content: center;
  }

  .cards-section-desktop .red-card .content .subcontent .title-card h2 {
    color: var(--msl-bg-warning, #c85207);
    text-align: center;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
  }

  .cards-section-desktop .red-card .content .subcontent .arguments {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .cards-section-desktop .red-card .content .subcontent .arguments .argument {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
  }

  .cards-section-desktop .red-card .content .subcontent .arguments .argument img {
    width: 18px;
    height: 18px;
  }

  .cards-section-desktop .red-card .content .subcontent .arguments .argument p {
    color: var(--Greyscale-grey-800, #071621);
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }
}

@media only screen and (min-width: 1100px) {
  .container {
    width: 1100px;
  }
}
