@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;
}

.pb15 {
	padding-bottom: 15px;
}

.pb30 {
	padding-bottom: 30px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt30 {
	padding-top: 30px;
}

.pt45 {
	padding-top: 45px;
}

/* Container & Button // Don't touch */

.green-bold {
  color: var(--Secondary-Secondary-3, #004652);
  font-family: "Open Sans";
  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: #6F71F1;
  border: 1px solid #6F71F1;
}

.primary-button:hover {
  background: white;
  border: 1px solid #6F71F1;
  color: #6F71F1!important;
}

.secondary-button {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  padding: 12px 24px;
  gap: 8px;
  border-radius: 24px;
  background: white;
  border: 1px solid #6F71F1;
  color: #6F71F1!important;
}

.secondary-button:hover {
  background: #6F71F1;
  border: 1px solid #6F71F1;
  color: white!important;
}

.lavender-button {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  padding: 12px 24px;
  gap: 8px;
  border-radius: 24px;
  background: white;
  border: 1px solid #6F71F1;
  color: #6F71F1!important;
}

.lavender-button:hover {
  background: #6F71F1!important;
  border: 1px solid #6F71F1!important;
  color: white!important;
}

.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;
}

.header .left-section .offer {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  background: var(--Accent-blue-30, #f3fafb);
}

.header .left-section .offer span {
  color: var(--Accent-blue-700, #0a5b66);
  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 {
  width: 274px;
}

.header .left-section a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.header .left-section .primary-button {
  margin-bottom: 12px;
}

.header .left-section .secondary-button {
  margin-bottom: 12px;
}

.header .right-section img {
  height: 157px;
  align-self: stretch;
  border-radius: 16px;
  margin-bottom: 32px;
}

.left-section img {
  align-self: stretch;
  object-position: top;
}

#avantages {
	font-size: 52px; 
	font-weight: 800; 
	color: #6F71F1;
}

/*.header a:hover {
  color: var(--Primary, #6F71F1);
  background-color: white;
}*/


/* 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: -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: 475px;
  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: 9px;
  font-style: normal;
  font-weight: 300;
  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: 78px;
}

.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 .arguments {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 45px;
}

.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;
  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;
  padding: 12px 24px;
  border-radius: 24px;
  border: 1px solid var(--Brand-Primary, #007461);
}

.cards-section-mobile .green-card .content .btn1:hover {
	font-weight: 700;
	border: 2px solid var(--Brand-Primary, #007461);
	padding: 11px 23px;
}

.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: 475px;
  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, #5a5330);
  font-family: Montserrat;
  font-size: 9px;
  font-style: normal;
  font-weight: 300;
  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: #9a957e;
  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: var(--Accent-yellow-700, #5a5330);
  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;
  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;
  padding: 12px 24px;
  border-radius: 24px;
  border: 1px solid var(--Accent-yellow-700, #5a5330);
}

.cards-section-mobile .yellow-card .content .btn1:hover {
	font-weight: 700;
	border: 2px solid var(--Accent-yellow-700, #5a5330);
	padding: 11px 23px;
}

.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: 475px;
  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: var(--Accent-purple-700, #6a4f94);
  font-family: Montserrat;
  font-size: 9px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.cards-section-mobile .purple-card .content .title-card h2 {
  color: var(--Accent-purple-700, #6a4f94);
  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: #a795c3;
  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: var(--Accent-purple-700, #6a4f94);
  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: var(--Accent-purple-700, #6a4f94);
  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;
  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;
  padding: 12px 24px;
	border-radius: 24px;
	border: 1px solid var(--Accent-purple-700, #6a4f94);
}

.cards-section-mobile .purple-card .content .btn1:hover {
	font-weight: 700;
	border: 2px solid var(--Accent-purple-700, #6a4f94);
	padding: 11px 23px;
}

.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;
}

/* Mozaic Card */

.children-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-top: 32px;
  margin-bottom: 16px;
}

.children-card p {
  color: var(--Greyscale-grey-500, #8d93aa);
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.children-card img {
  width: 24px;
  height: 24px;
}

.mozaic-section {
  margin: 0 32px;
}

.mozaic-section .mozaic-card {
  display: flex;
  height: 175px;
  border-radius: 8px;
  border: 0.5px solid var(--Greyscale-grey-200, #ecedf0);
  background: var(--Greyscale-grey-100, #f7f8fa);
  box-shadow: 0px 4px 16px 0px rgba(193, 201, 217, 0.35);
  margin-bottom: 64px;
  background: url("https://www.ca-centreloire.fr/Vitrine/ObjCommun/Fic/CentreLoire/NPC-DI/Conquete/assets/images/BgMozaic.png");
  padding: 0 12px 0 0px;
}

.mozaic-section .mozaic-card .left-section {
  display: flex;
  justify-content: center;
  overflow: hidden;
  align-items: center;
  height: 100%;
  width: 47%;
  margin-right: 6.5px;
}

.mozaic-section .mozaic-card .left-section img {
  position: relative;
  left: -98%;
  object-fit: contain;
  width: 214px;
  height: 137.582px;
  flex-shrink: 0;
}

.mozaic-section .mozaic-card .right-section {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}

.mozaic-section .mozaic-card .right-section .describe-card {
  width: 100%;
  margin-bottom: 8px;
}

.mozaic-section .mozaic-card .right-section .describe-card h3 {
  color: var(--Greyscale-grey-800, #071621);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.mozaic-section .mozaic-card .right-section .describe-card p {
  color: var(--Greyscale-grey-800, #071621);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mozaic-section .mozaic-card .right-section .free-gift h2 {
  color: var(--Greyscale-grey-800, #071621);
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 96.429% */
}

.mozaic-section .mozaic-card .right-section .free-gift h2 sup {
  font-size: 14px;
}

.mozaic-section .mozaic-card .right-section .free-gift p {
  color: var(--Greyscale-grey-800, #071621);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 192.857% */
}

/* bloc */

.bloc {
	padding: 26px!important;
    border-radius: 8px;
    background: var(--Greyscale-grey-0, #fff);
    margin: 16px;
    box-shadow: 0px 4px 16px 0px rgba(193, 201, 217, 0.35);
}

/* 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: 12px;
}

.try-us .contain-tips p {
	color: var(--Greyscale-grey-900, #000);
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.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: 157px;
  border-radius: 16px;
  object-position: top;
}

.offer {
	background-color: #C8C7F7;
    text-align: center;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 15px;
	color : #150C8B;
	font-weight: 700;
}

.offer p {
	margin-bottom: 0px!important;
	color : #150C8B!important;
}

.cadeau {
	margin-bottom: -3px;
}

.lavender-button-mobile {
	text-decoration: underline!important;
    color: #150C8B!important;
    font-weight: 400!important;
    size: 14px!important;
}

.lavender-button-mobile:hover {
    font-weight: 600!important;
	background-color: transparent !important;
}

/* Tips */

.tips {
  background-color: #FFF;
  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;
  margin-bottom: 12px;
}

.tips .cards .card {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  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: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.tips .cards .card img {
  height: 125px;
  border-radius: 16px;
}

.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);
}

/* Epargne */

.mentionEp {
	text-align: center;
	font-size: 11px;
}

.mentionEpdesk {
	font-size: 11px;
}

.imgcheck {
	float: left;
    width: 50px;
    padding-right: 15px;
}

.list {
	color: var(--Greyscale-grey-900, #000);
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-left: 16px;
}

sup {
	line-height: 10px;
}

/* Switch Bank */

.switch-bank {
  margin-top: 64px;
  margin-bottom: 64px!important;
  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: 12px;
}

.switch-bank p {
	color: var(--Greyscale-grey-900, #000);
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.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;
  padding-top: 8px;
}



.switch-bank .left-section .list {
  align-items: center;
}

.switch-bank .left-section .list span {
  color: var(--Greyscale-grey-900, #000);
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}


.switch-bank .right-section img {
  height: 125px;
  border-radius: 16px;
}


.sepvertical {
		width: 100%;
		border-bottom: 1px solid #DEE0E7;
		padding: 15px;
	}

/* caco */

.caco {
	background-color: #D8EAD7!important;
	width: 100%;
}

/* 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;
}

.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;
}

.contain-logo {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.textlist {
	align-content: center;
	font-family: "Open Sans" !important;
	font-size: 13px !important;
}

.mentionlivret {
	color: #484E61;
	font-family: "Open Sans" !important;
    font-size: 13px !important;
	
}

@media only screen and (min-width: 390px) {
	
  .mozaic-section .mozaic-card .left-section img {
    left: -85%;
  }
  
}

@media only screen and (min-width: 414px) {
	
  .mozaic-section .mozaic-card .left-section img {
    left: -70%;
  }
  
}

@media only screen and (min-width: 768px) {
  /* Mozaic Card */

  .children-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-top: 32px;
    margin-bottom: 16px;
  }

  .children-card p {
    color: var(--Greyscale-grey-500, #8d93aa);
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .children-card img {
    width: 24px;
    height: 24px;
  }

  .mozaic-section {
    margin: 0 32px;
  }

  .mozaic-section .mozaic-card {
    display: flex;
    height: 175px;
    border-radius: 8px;
    border: 0.5px solid var(--Greyscale-grey-200, #ecedf0);
    background: var(--Greyscale-grey-100, #f7f8fa);
    box-shadow: 0px 4px 16px 0px rgba(193, 201, 217, 0.35);
    margin-bottom: 64px;
    background: url("https://www.ca-centreloire.fr/Vitrine/ObjCommun/Fic/CentreLoire/NPC-DI/Conquete/assets/images/BgMozaic.png");
    padding: 18px 32px;
    gap: 32px;
  }

  .mozaic-section .mozaic-card .right-section .describe-card h3 {
    color: var(--Greyscale-grey-800, #071621);
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
  }

  .mozaic-section .mozaic-card .left-section {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
    width: fit-content;
  }

  .mozaic-section .mozaic-card .left-section img {
    position: static;
    left: -60%;
    object-fit: contain;
    width: 214px;
    height: 137.582px;
    flex-shrink: 0;
  }

  .mozaic-section .mozaic-card .right-section {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 32px;
    width: 60%;
  }

  .mozaic-section .mozaic-card .right-section .describe-card {
    display: flex;
    flex-direction: column;
    width: 80%;
  }
}



@media only screen and (min-width: 900px) {
	
	.mobile {
		display: none!important;
	}

	
  .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;
  }

  .cards {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }
  
  .bloc {
	padding: 40px!important;
    border-radius: 8px;
    background: var(--Greyscale-grey-0, #fff);
    margin: 32px;
    box-shadow: 0px 4px 16px 0px rgba(193, 201, 217, 0.35);
}

  .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: 100%;
  }

  .tips {
    padding: 0 29px;
    padding-bottom: 16px;
  }

  .tips .cards {
    justify-content: center;
    gap: 32px;
  }

  .tips .cards .card {
    display: flex;
    flex-direction: column;
    width: 40%;
    height: 165px;
  }

  .tips .cards .card img {
    object-position: 0 35%;
  }

  .tips a {
    margin-left: auto;
    margin-right: auto;
  }

  .switch-bank {
    padding: 0 64px;
  }
  .switch-bank .switch-contain {
    display: flex;
    gap: 32px;
  }

  .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;
  }
  
  .imgEpargne {
	height: 240px!important;
	border-radius: 16px;
}

  
  .list {
	width: 90%;
	}
	
	.desksepvertical {
		width: 100%;
		border-bottom: 1px solid #DEE0E7;
		padding: 15px;
		margin-bottom: 15px;
	}
	
	.desksephori {
		border-left: 1px solid #DEE0E7;
		padding-left: 15px;
		height: 60px;
	}
	
	.desknosephori {
		padding-left: 15px;
		height: 60px;
	}
	
	.sepvertical {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 899px) { 
	.desktop {
		display: none!important; 
	}
	
	.mobsepvertical {
		width: 100%;
		border-bottom: 1px solid #DEE0E7;
		padding: 10px;
	}
	
	.list {
		padding-top: 15px;
	}
	
	.imgEpargne {
		height: 157px!important;
		border-radius: 16px;
}

	.textlist {
		margin-top: 8px;
	}
	
	.switch-bank .right-section img {
		margin-top: 20px;
	}
	

}

@media only screen and (min-width: 899px) { 

	.switch-bank .left-section .list {
		margin-bottom: 22px;
	}
	
	.textlistswitch {
		padding-top: 15px!important;
	}
	
}

@media only screen and (min-width: 750px) and (max-width: 899px){
	
	.header .right-section img {
		height: 207px;
	}
	
}

@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;
    max-width: 1116px;
    width: 100%;
  }

  .tips {
    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;
  }

  .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, #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; /* 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 .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: 475px;
    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: 9px;
    font-style: normal;
    font-weight: 300;
    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 {
    text-align: center;
    margin-bottom: 78px;
  }

  .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: 45px;
  }

  .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;
    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;
	padding: 12px 24px;
	border-radius: 24px;
	border: 1px solid var(--Brand-Primary, #007461);
  }
  
  .cards-section-desktop .green-card .content .btn1:hover {
	font-weight: 700;
	border: 2px solid var(--Brand-Primary, #007461);
	padding: 11px 23px;
  }
  
  .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: 475px;
    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, #5a5330);
    font-family: Montserrat;
    font-size: 9px;
    font-style: normal;
    font-weight: 300;
    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: #9a957e;
    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: var(--Accent-yellow-700, #5a5330);
    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;
    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;
	padding: 12px 24px;
	border-radius: 24px;
	border: 1px solid var(--Accent-yellow-700, #5a5330);
  }
  
  .cards-section-desktop .yellow-card .content .btn1:hover {
	font-weight: 700;
	border: 2px solid var(--Accent-yellow-700, #5a5330);
	padding: 11px 23px;
  }
  
    .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: 475px;
    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: var(--Accent-purple-700, #6a4f94);
    font-family: Montserrat;
    font-size: 9px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }

  .cards-section-desktop .purple-card .content .title-card h2 {
    color: var(--Accent-purple-700, #6a4f94);
    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: #a795c3;
    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: var(--Accent-purple-700, #6a4f94);
    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: var(--Accent-purple-700, #6a4f94);
    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;
    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;
	padding: 12px 24px;
	border-radius: 24px;
	border: 1px solid var(--Accent-purple-700, #6a4f94);
  }

	.cards-section-desktop .purple-card .content .btn1:hover {
		font-weight: 700;
		border: 2px solid var(--Accent-purple-700, #6a4f94);
		padding: 11px 23px;
	}
	
	.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: 1211px) {
	
	.tips .cards .card {
		height: 115px;
	}
	
	.desksephori {
		height: 45px;
	}
	
	.desknosephori {
		height: 45px;
	}
	
	.try-us .try-container .right-section img {
		max-height: 350px;
	}
	
}
