@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;
}

body {
  width: 100%;
}


img {
  width: 100%;
  object-fit: cover;
}

a {
  text-decoration: none;
}

/* Container & Button // Don't touch */

.green-bold {
  color: var(--Secondary-Secondary-3, #004652);
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.fade-background {
  width: 100%;
  height: 42px;
  background: linear-gradient(rgba(193, 201, 217, 0.35), #ffffff);
}

.primary-button {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  padding: 12px 24px;
  gap: 8px;
  border-radius: 24px;
  background: #007461;
  border: 1px solid #007461;
}

.primary-button:hover {
  background: white;
  border: 1px solid #007461;
}

.green-outline-button {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 24px;
  border: 1px solid #007461;
}

.green-outline-button:hover {
  border: 1px solid #007461;
  background-color: #007461;
}

.yellow-outline-button {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 24px;
  border: 1px solid #5a5330;
}

.yellow-outline-button:hover {
  border: 1px solid #5a5330;
  background-color: #5a5330;
}

.purple-outline-button {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 24px;
  border: 1px solid #6a4f94;
}

.purple-outline-button:hover {
  border: 1px solid #6a4f94;
  background-color: #6a4f94;
}

/* a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
} */

/* Header */

.header {
  width: 100%;
  padding: 0 16px 32px 16px;
}

.header .left-section h1 {
  color: var(--Greyscale-grey-900, #000);
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 8px;
}

.header .left-section p {
  color: var(--Greyscale-grey-800, #071621);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
}

.header .left-section sup {
	line-height: 0px;
}

.header .left-section .offer {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background: #C7C7FA;;
}

.header .left-section .offer span {
  color: #0E01A6;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}

.header .left-section .note {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  margin: 32px 0;
}

.header .left-section .note span {
  color: var(--Greyscale-grey-900, #000);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

.header .left-section .note img {
  max-width: 274px;
}

.header .left-section a {f
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.header .left-section .primary-button {
  margin-bottom: 32px;
}

.header .right-section img {
  height: 157px;
  align-self: stretch;
  border-radius: 16px;
  margin-bottom: 32px;
}

.header a:hover {
  color: var(--Primary, #007461);
  background-color: white;
}

#avantages {
	color: #747EF5;
}

/* Cards Section */

.cards-section-desktop {
  display: none;
}

.cards-section-mobile {
  position: relative;
  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: -13%;
  display: flex;
  justify-content: center;
}

.cards-section-mobile .card .hero img {
  position: absolute;
  object-fit: contain;
  width: 220px;
  flex-shrink: 0;
}

.cards-section-mobile .card .content {
  margin-top: 90px;
  padding: 0 16px;
}

.price-rod {
	text-decoration-line: line-through;
}

/* Green */

.cards-section-mobile .green-card {
  margin-top: 80px;
  width: 310px;
  height: 455px;
  border-radius: 8px;
  border: 0.5px solid var(--Greyscale-grey-200, #ecedf0);
  background: url("https://www.ca-centreloire.fr/Vitrine/ObjCommun/Fic/CentreLoire/NPC-DI/Conquete/assets/images/BgMozaic.png"), var(--Accent-green-30, #f4fdfa);
  box-shadow: 0px 4px 16px 0px rgba(193, 201, 217, 0.35);
  flex-shrink: 0;
}

.cards-section-mobile .green-card .content .title-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
  margin-bottom: 14px;
}

.cards-section-mobile .green-card .content .title-card span {
  color: var(--Accent-green-700, #0e5d41);
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cards-section-mobile .green-card .content .title-card h2 {
  color: var(--Accent-green-700, #0e5d41);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.cards-section-mobile .green-card .content .price-card {
  text-align: center;
  margin-bottom: 60px;
}

.cards-section-mobile .green-card .content .price-card p {
  color: var(--Accent-green-700, #0e5d41);
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 96.429% */
}

.cards-section-mobile .green-card .content .price-card span {
  color: #19212D;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cards-section-mobile .green-card .content .arguments {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 35px;
}

.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;
}

.cards-section-mobile .green-card .content .btn1 {
	display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    padding: 12px 24px;
    gap: 8px;
    border-radius: 24px;
    background: #007461;
    border: 1px solid #007461;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}

.cards-section-mobile .green-card .content .btn1:hover {
	color: var(--Primary, #007461);
    background-color: white;
}

.cards-section-mobile .green-card .content .btn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--Brand-Primary, #007461);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  margin-bottom: 5px;
  padding: 12px 24px;
  text-decoration: underline;
}

.cards-section-mobile .green-card .content .btn2:hover {
	font-weight: 700;
}

/* Yellow */

.cards-section-mobile .yellow-card {
  margin-top: 80px;
  width: 310px;
  height: 455px;
  border-radius: 8px;
  border: 0.5px solid var(--Greyscale-grey-200, #ecedf0);
  background: url("https://www.ca-centreloire.fr/Vitrine/ObjCommun/Fic/CentreLoire/NPC-DI/Conquete/assets/images/BgMozaic.png"),
    var(--Accent-yellow-30, #fefbed);
  box-shadow: 0px 4px 16px 0px rgba(193, 201, 217, 0.35);
  flex-shrink: 0;
}

.cards-section-mobile .yellow-card .content .title-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
  margin-bottom: 14px;
}

.cards-section-mobile .yellow-card .content .title-card span {
  color: var(--Accent-yellow-700, #19212D);
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cards-section-mobile .yellow-card .content .title-card h2 {
  color: var(--Accent-yellow-700, #5a5330);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.cards-section-mobile .yellow-card .content .price-card {
  text-align: center;
  margin-bottom: 20px;
}

.cards-section-mobile .yellow-card .content .price-card span {
  color: #19212D;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cards-section-mobile .yellow-card .content .price-card p {
  color: var(--Accent-yellow-700, #5a5330);
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.cards-section-mobile .yellow-card .content .add {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.cards-section-mobile .yellow-card .content .add span {
  color: #19212D;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.cards-section-mobile .yellow-card .content .arguments {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 21px;
}

.cards-section-mobile .yellow-card .content .arguments .argument {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.cards-section-mobile .yellow-card .content .arguments .argument img {
  width: 18px;
  height: 18px;
}

.cards-section-mobile .yellow-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;
}

.cards-section-mobile .yellow-card .content .btn1 {
	display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    padding: 12px 24px;
    gap: 8px;
    border-radius: 24px;
    background: #007461;
    border: 1px solid #007461;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}

.cards-section-mobile .yellow-card .content .btn1:hover {
	color: var(--Primary, #007461);
    background-color: white;
}

.cards-section-mobile .yellow-card .content .btn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--Accent-yellow-700, #5a5330);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  margin-bottom: 5px;
  padding: 12px 24px;
  text-decoration: underline; 
}

.cards-section-mobile .yellow-card .content .btn2:hover {
	font-weight: 700;
}

/* Purple */

.cards-section-mobile .purple-card {
  margin-top: 80px;
  background: url("https://www.ca-centreloire.fr/Vitrine/ObjCommun/Fic/CentreLoire/NPC-DI/Conquete/assets/images/BgMozaic.png"), #f2f2fe;
  width: 310px;
  height: 455px;
  border-radius: 8px;
  border: 0.5px solid var(--Greyscale-grey-200, #ecedf0);

  box-shadow: 0px 4px 16px 0px rgba(193, 201, 217, 0.35);
  flex-shrink: 0;
}

.cards-section-mobile .purple-card .content .title-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
  margin-bottom: 14px;
}

.cards-section-mobile .purple-card .content .title-card span {
  color: #19212D;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cards-section-mobile .purple-card .content .title-card h2 {
  color: #19212D;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.cards-section-mobile .purple-card .content .price-card {
  text-align: center;
  margin-bottom: 20px;
}

.cards-section-mobile .purple-card .content .price-card span {
  color: #19212D;
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cards-section-mobile .purple-card .content .price-card p {
  color: #19212D;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.cards-section-mobile .purple-card .content .add {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.cards-section-mobile .purple-card .content .add span {
  color: #19212D;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.cards-section-mobile .purple-card .content .arguments {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 49px;
}

.cards-section-mobile .purple-card .content .arguments .argument {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.cards-section-mobile .purple-card .content .arguments .argument img {
  width: 18px;
  height: 18px;
}

.cards-section-mobile .purple-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;
}

.cards-section-mobile .purple-card .content .btn1 {
	display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    padding: 12px 24px;
    gap: 8px;
    border-radius: 24px;
    background: #007461;
    border: 1px solid #007461;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}

.cards-section-mobile .purple-card .content .btn1:hover {
	color: var(--Primary, #007461);
    background-color: white;
}

.cards-section-mobile .purple-card .content .btn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--Accent-purple-700, #6a4f94);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  margin-bottom: 5px;
  padding: 12px 24px;
  text-decoration: underline;
}

.cards-section-mobile .purple-card .content .btn2:hover {
	font-weight: 700;
}

/* Jeunes */

.jeunes {
	padding-bottom: 64px;
	padding: 0 16px;
    margin-bottom: 64px;
	width: 100%;
    display: flex;
    justify-content: center;
    background: var(--Greyscale-grey-200, #f7f8fa);
    padding-top: 30px;
}

.jeunes h2 {
	color: var(--Greyscale-grey-800, #071621);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 32px;
	text-align: center;
}

.jeunes a {
	color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    margin-bottom: 32px;
}

.jeunes a:hover {
	color: var(--Primary, #007461);
    background-color: white;
}

/* Try Us */

.try-us {
  background-color: white;
  padding: 0 16px;
  margin-bottom: 64px;
}

.try-us h2 {
  color: var(--Greyscale-grey-800, #071621);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}

.try-us .left-section p {
  color: var(--Greyscale-grey-900, #000);
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 32px;
}

.try-us .left-section a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  margin-bottom: 32px;
}

.try-us .left-section a:hover {
  color: var(--Primary, #007461);
  background-color: white;
}

.try-us .right-section img {
  height: 125px;
  border-radius: 16px;
  object-position: 0% 75%;
}

/* Tips */

.tips {
  background: var(--Greyscale-grey-200, #f7f8fa);
  padding: 0 16px;
  padding-bottom: 24px;
}

.tips h2 {
  color: var(--Greyscale-Grey-800, var(--Greyscale-grey-800, #071621));
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 32px;
  margin-bottom: 32px;
}

.tips .cards .card {
  display: flex;

  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  border-radius: 8px;
  background: var(--Greyscale-grey-0, #fff);
  margin-bottom: 32px;
  box-shadow: 0px 4px 16px 0px rgba(193, 201, 217, 0.35);
}

.tips .cards .card h3 {
  color: var(--Greyscale-grey-800, #071621);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.tips .cards .card p {
  color: var(--Greyscale-grey-900, #000);
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.tips .cards .card img {
  height: 125px;
  border-radius: 16px;
  object-position: 60% 20%;
}

.tips a {
  color: var(--Greyscale-grey-0, #fff);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
  margin-bottom: 32px;
}

.tips a:hover {
  color: var(--Primary, #007461);
  background: var(--Greyscale-grey-200, #f7f8fa);
}

/* Switch Bank */

.switch-bank {
  margin-top: 64px;
  margin-bottom: 32px;
  padding: 0 16px;
}

.switch-bank .left-section {
  margin-bottom: 24px;
}

.switch-bank h2 {
  color: var(--Greyscale-grey-800, #071621);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}

.switch-bank .left-section p {
  color: var(--Greyscale-grey-900, #000);
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 32px;
}

.switch-bank .left-section .list {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.switch-bank .left-section .list span {
  color: var(--Greyscale-grey-900, #000);
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-left: 16px;
}

.switch-bank .right-section {
  margin-bottom: 64px;
}

.switch-bank .right-section img {
  height: 125px;
  border-radius: 16px;
}

/* Footer */

.footer-conquete {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 46px 16px;
  background: var(--Primary, #007461);
  color: white;
  width: 100%;
}

.contain-footer {
	width: 100%;
}

.footer-conquete h2 {
  color: var(--Greyscale-grey-0, #fff);
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
}

.footer-conquete .outline-button {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 24px;
  border: 1px solid var(--Greyscale-grey-0, #fff);
  margin: 48px 0;
  width: 100%;
}

.footer-conquete a {
  color: var(--Greyscale-grey-0, #fff);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
}

.footer-conquete a:hover {
  background-color: white;
  color: var(--Primary, #007461);
}

.footer-conquete p {
  color: var(--Greyscale-grey-0, #fff);
  text-align: justify;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
  width: 100%;
}

.footer-conquete p {
  color: var(--Greyscale-grey-0, #fff);
  text-align: start;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}

.footer-conquete img {
  max-width: 268px;
  margin: 48px 0;
}

.footer-conquete .button-mention-site {
  color: var(--Greyscale-grey-0, #fff);
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  word-break: break-word;
}

.contain-logo {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 900px) {
  .header {
    display: flex;
    flex-direction: row;
    padding: 32px 64px;
  }

  .header .left-section {
    width: 47%;
  }

  .header .right-section {
    width: 50%;
  }

  .header .right-section img {
    height: 95%;
    width: 99%;
    margin-left: 32px;
    margin-top: 8px;
  }
  
 .jeunes a {
	max-width: 294px;
	margin-left: auto;
	margin-right: auto;
} 

  .try-us {
    padding: 0 64px;
  }

  .try-us .try-container {
    display: flex;
    gap: 32px;
  }

  .try-us .try-container .left-section {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .try-us .try-container .left-section a {
    margin: 0 !important;
  }
  .try-us .try-container .right-section {
    width: 50%;
  }
  .try-us .try-container .right-section img {
    height: 160px;
  }
  
.tips a {
	max-width: 294px;
	margin-left: auto;
	margin-right: auto;
}

  .switch-bank {
    padding: 0 64px;
  }
  .switch-bank .switch-contain {
    display: flex;
    gap: 32px;
    height: 160px;
  }

  .switch-bank .switch-contain .left-section {
    width: 50%;
    margin: 0;
  }

  .switch-bank .switch-contain .right-section {
    width: 50%;
  }

  .footer-conquete {
    padding: 46px 64px;
  }

  .footer-conquete .outline-button {
    width: 294px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 933px) {
	body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
  
  .header {
    max-width: 1116px;
    width: 100%;
    padding: 32px 0;
  }

  .try-us {
    padding: 0 16px;
    max-width: 1116px;
    width: 100%;
  }

  .tips {
    justify-content: center;
  }
  
    .tips {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .caco {
	  display: flex;
  }

  .tips .contain-tips {
    max-width: 1084px;
    width: 100%;
  }

  .tips .cards .card {
    width: 50%;
  }

  .switch-bank {
    max-width: 1116px;
    width: 100%;
    padding: 0 16px;
  }

  .footer-conquete {
    width: 100%;
  }

  .footer-conquete .contain-footer {
    max-width: 1116px;
    width: 100%;
  }
	
	
  .cards-section-mobile {
    display: none;
  }

  .cards-section-desktop {
    display: flex;
    flex-direction: column;
    margin-bottom: 64px;
    background: var(--Greyscale-grey-200, #f7f8fa);
    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; /* 177.778% */
    margin-bottom: 16px;
  }

  body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .mobile {
    display: none;
  }

  .contain {
    max-width: 1116px;
    width: 100%;
  }

  .header {
    max-width: 1116px;
    width: 100%;
    padding: 32px 16px;
    gap: 64px;
  }

  .header .left-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .header .right-section img {
    height: 369px;
    align-self: stretch;
    border-radius: 16px;
    margin: 0;
  }

.cards-section-desktop {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 30px;
}

  .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: -13%;
    display: flex;
    justify-content: center;
  }

  .cards-section-desktop .card .hero img {
    position: absolute;
    object-fit: contain;
    width: 220px;
    flex-shrink: 0;
  }

  .cards-section-desktop .card .content {
    margin-top: 90px;
    padding: 0 16px;
  }

  /* Green */

  .cards-section-desktop .green-card {
    margin-top: 80px;
    width: 310px;
    height: 455px;
    border-radius: 8px;
    border: 0.5px solid var(--Greyscale-grey-200, #ecedf0);
    background: url("https://www.ca-centreloire.fr/Vitrine/ObjCommun/Fic/CentreLoire/NPC-DI/Conquete/assets/images/BgMozaic.png"),
      var(--Accent-green-30, #f4fdfa);
    box-shadow: 0px 4px 16px 0px rgba(193, 201, 217, 0.35);
    flex-shrink: 0;
  }

  .cards-section-desktop .green-card .content .title-card {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: center;
    margin-bottom: 14px;
  }

  .cards-section-desktop .green-card .content .title-card span {
    color: var(--Accent-green-700, #0e5d41);
    font-family: Montserrat;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .cards-section-desktop .green-card .content .title-card h2 {
    color: var(--Accent-green-700, #0e5d41);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  
  .cards-section-desktop .green-card .content .price-card span {
    color: #19212D;
    font-family: Montserrat;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .cards-section-desktop .green-card .content .price-card {
    text-align: center;
    margin-bottom: 60px;
  }

  .cards-section-desktop .green-card .content .price-card p {
    color: var(--Accent-green-700, #0e5d41);
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 96.429% */
  }

  .cards-section-desktop .green-card .content .arguments {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 35px;
  }

  .cards-section-desktop .green-card .content .arguments .argument {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
  }

  .cards-section-desktop .green-card .content .arguments .argument img {
    width: 18px;
    height: 18px;
  }

  .cards-section-desktop .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;
  }

  .cards-section-desktop .green-card .content .btn1 {
	display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    padding: 12px 24px;
    gap: 8px;
    border-radius: 24px;
    background: #007461;
    border: 1px solid #007461;
	color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
  }
  
  .cards-section-desktop .green-card .content .btn1:hover {
	color: var(--Primary, #007461);
    background-color: white;
  }
  
  .cards-section-desktop .green-card .content .btn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Brand-Primary, #007461);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    margin-bottom: 5px;
	padding: 12px 24px;
	text-decoration: underline;
  }
  
  .cards-section-desktop .green-card .content .btn2:hover {
	font-weight: 700;
  }

  /* Yellow */

  .cards-section-desktop .yellow-card {
    margin-top: 80px;
    width: 310px;
    height: 455px;
    border-radius: 8px;
    border: 0.5px solid var(--Greyscale-grey-200, #ecedf0);
    background: url("https://www.ca-centreloire.fr/Vitrine/ObjCommun/Fic/CentreLoire/NPC-DI/Conquete/assets/images/BgMozaic.png"),
      var(--Accent-yellow-30, #fefbed);
    box-shadow: 0px 4px 16px 0px rgba(193, 201, 217, 0.35);
    flex-shrink: 0;
  }

  .cards-section-desktop .yellow-card .content .title-card {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: center;
    margin-bottom: 14px;
  }

  .cards-section-desktop .yellow-card .content .title-card span {
    color: var(--Accent-yellow-700, #19212D);
    font-family: Montserrat;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .cards-section-desktop .yellow-card .content .title-card h2 {
    color: var(--Accent-yellow-700, #5a5330);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .cards-section-desktop .yellow-card .content .price-card {
    text-align: center;
    margin-bottom: 20px;
  }

  .cards-section-desktop .yellow-card .content .price-card span {
    color: #19212D;
    font-family: Montserrat;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .cards-section-desktop .yellow-card .content .price-card p {
    color: var(--Accent-yellow-700, #5a5330);
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
  }

  .cards-section-desktop .yellow-card .content .add {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
  }

  .cards-section-desktop .yellow-card .content .add span {
    color: #19212D;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }

  .cards-section-desktop .yellow-card .content .arguments {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 21px;
  }

  .cards-section-desktop .yellow-card .content .arguments .argument {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
  }

  .cards-section-desktop .yellow-card .content .arguments .argument img {
    width: 18px;
    height: 18px;
  }

  .cards-section-desktop .yellow-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;
  }

  .cards-section-desktop .yellow-card .content .btn1 {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    padding: 12px 24px;
    gap: 8px;
    border-radius: 24px;
    background: #007461;
    border: 1px solid #007461;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
  }
  
  .cards-section-desktop .yellow-card .content .btn1:hover {
	color: var(--Primary, #007461);
    background-color: white;
  }
  
    .cards-section-desktop .yellow-card .content .btn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Accent-yellow-700, #5a5330);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    margin-bottom: 5px;
	padding: 12px 24px;
	text-decoration: underline;
  }
  
  .cards-section-desktop .yellow-card .content .btn2:hover {
	  font-weight: 700;
  }

  /* Purple */

  .cards-section-desktop .purple-card {
    margin-top: 80px;
    width: 310px;
    height: 455px;
    border-radius: 8px;
    border: 0.5px solid var(--Greyscale-grey-200, #ecedf0);
    background: url("https://www.ca-centreloire.fr/Vitrine/ObjCommun/Fic/CentreLoire/NPC-DI/Conquete/assets/images/BgMozaic.png"),
      var(--Accent-purple-30, #f2f2fe);
    box-shadow: 0px 4px 16px 0px rgba(193, 201, 217, 0.35);
    flex-shrink: 0;
  }

  .cards-section-desktop .purple-card .content .title-card {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: center;
    margin-bottom: 14px;
  }

  .cards-section-desktop .purple-card .content .title-card span {
    color: #19212D;
    font-family: Montserrat;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .cards-section-desktop .purple-card .content .title-card h2 {
    color: #19212D;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .cards-section-desktop .purple-card .content .price-card {
    text-align: center;
    margin-bottom: 20px;
  }

  .cards-section-desktop .purple-card .content .price-card span {
    color: #19212D;
    font-family: Montserrat;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .cards-section-desktop .purple-card .content .price-card p {
    color: #19212D;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
  }

  .cards-section-desktop .purple-card .content .add {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
  }

  .cards-section-desktop .purple-card .content .add span {
    color: #19212D;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }

  .cards-section-desktop .purple-card .content .arguments {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 49px;
  }

  .cards-section-desktop .purple-card .content .arguments .argument {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
  }

  .cards-section-desktop .purple-card .content .arguments .argument img {
    width: 18px;
    height: 18px;
  }

  .cards-section-desktop .purple-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;
  }

  .cards-section-desktop .purple-card .content .btn1 {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    padding: 12px 24px;
    gap: 8px;
    border-radius: 24px;
    background: #007461;
    border: 1px solid #007461;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
  }

	.cards-section-desktop .purple-card .content .btn1:hover {
		color: var(--Primary, #007461);
		background-color: white;
	}
	
	.cards-section-desktop .purple-card .content .btn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--Accent-purple-700, #6a4f94);
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    margin-bottom: 5px;
	padding: 12px 24px;
	text-decoration: underline;
  }

	.cards-section-desktop .purple-card .content .btn2:hover {
		font-weight: 700;
	}
}


@media only screen and (min-width: 1900px) {
  body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .header {
    max-width: 1116px;
    width: 100%;
    padding: 32px 0;
  }

  .cards-section-desktop {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cards-section-desktop .contain-cards {
    max-width: 1116px;
    width: 100%;
  }

  .cards-section-desktop .green-card {
    width: 324px;
  }

  .cards-section-desktop .yellow-card {
    width: 324px;
  }

  .cards-section-desktop .purple-card {
    width: 324px;
  }

  .try-us {
    padding: 0 16px;
    max-width: 1116px;
    width: 100%;
  }

  .tips .contain-tips {
    max-width: 1116px;
    width: 100%;
  }

  .tips .cards .card {
    width: 50%;
  }

  .switch-bank {
    max-width: 1116px;
    width: 100%;
    padding: 0;
  }

  .footer-conquete {
    width: 100%;
  }

  .footer-conquete .contain-footer {
    max-width: 1116px;
    width: 100%;
  }
}
