:root {
  --color: #ffca42;
  --ffca42: #1b3764;
  --primary-color: white;
  --gold: #ae9410;
  --bloc-bg-color-1: #e5e4e4;
  --blue: #2d5eaf;
  --3b5c91: #3b5c91;
  --eef4fe: #eef4fe;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.image {
  transition: opacity .2s;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.diverscontainer {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 940px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.container-2 {
  padding-right: 0;
  display: block;
}

.header {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffca42;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 15px 30px;
  display: block;
  position: sticky;
  top: 0;
}

.image-2 {
  text-align: left;
  text-decoration: none;
  display: block;
}

.button {
  color: #fff;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #1b3764;
  background-clip: border-box;
  border: 1px solid #3b5c91;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 200px;
  height: 50px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .5s;
  display: flex;
}

.button:hover {
  color: #1b3764;
  background-color: #fff;
  width: 200px;
}

.button.btnsubscribe {
  margin-left: auto;
  margin-right: auto;
}

.button.titre-jaune {
  background-color: var(--color);
  color: #1b3764;
  border-width: 0;
  width: 100%;
}

.button.button-hover {
  color: #1b3764;
  background-color: #fff;
  border-style: solid;
  border-radius: 1px;
}

.button.button-hover:hover {
  background-color: var(--ffca42);
  color: #fff;
}

.navhomecontainer.container {
  justify-content: center;
  align-items: center;
  max-width: 975px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.navlink {
  color: #000;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.navlink:hover {
  color: #6390d9;
  border-bottom: 1px solid #6390d9;
}

.navlink.w--current {
  color: #000;
  border: 0 solid #6390d9;
}

.navlink.w--current:hover {
  color: #6390d9;
}

.navlink.d-none {
  display: none;
}

.link-2 {
  color: #000;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.link-2:hover {
  color: #e38a44;
  border-bottom: 1px solid #e38a44;
}

.link-3 {
  color: #000;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.link-3:hover {
  color: #e38a44;
  border-bottom: 1px solid #e38a44;
}

.link-4 {
  color: #000;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.link-4:hover {
  color: #e38a44;
  border-bottom: 1px solid #e38a44;
}

.nav {
  height: 50px;
  line-height: 20px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.footercontainer {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 100%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.image-3, .image-4 {
  width: 100%;
}

.mask {
  overflow: visible;
}

.left-arrow {
  top: auto;
  bottom: auto;
}

.right-arrow {
  z-index: 70;
  top: auto;
}

.slidersection {
  text-align: center;
}

.footer {
  background-color: #1b3764;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

.footerformtwo {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footerwrapperthree {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  flex: 0 auto;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footerdividertwo {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footerbottom {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.text-block {
  text-align: center;
  width: auto;
  max-width: 16%;
}

.footergrid {
  background-color: var(--primary-color);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 0;
  padding: 40px;
}

.feature-box {
  text-align: center;
}

.text-block-2 {
  color: #1b3764;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: color .2s;
}

.text-block-2:hover {
  color: #1b3764;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.headercontainer.container {
  color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.slide-1 {
  text-align: center;
}

.sliderimg {
  background-image: url('../images/Banner.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  display: block;
}

.slidernav {
  position: absolute;
  top: auto;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.heroblockbg {
  background-color: var(--gold);
  width: 50%;
  height: 400px;
  padding-top: 0;
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
}

.heroimg {
  object-fit: contain;
  position: relative;
}

.herocontainer {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.herosection {
  background-color: #eef4fe;
  margin-bottom: 0;
}

.herocontainerright {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
}

.herocontainerleft {
  width: 50%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  position: relative;
}

.heading {
  border-top: 1px #cbb180;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right: 1px #cbb180;
  border-bottom-color: var(--color);
  color: #000;
  border-left: 1px #cbb180;
  width: 100%;
  padding-bottom: 10px;
  font-family: Cardo, sans-serif;
  font-size: 30px;
  line-height: 34px;
}

.paragraph {
  color: #000;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  position: static;
}

.button-2 {
  opacity: 1;
  background-color: #6390d9;
  border: 1px solid #6390d9;
  height: 40px;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  transition: background-color .5s;
}

.button-2:hover {
  color: #1b3764;
  background-color: #fff;
  border: 1px solid #1b3764;
}

.button-2.btnavantage {
  font-size: 14px;
  display: none;
}

.button-2.btnavantage.btnsubscribe {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.diverssection {
  background-color: var(--bloc-bg-color-1);
  max-height: 100%;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.diverstitle {
  color: var(--blue);
  justify-content: center;
  font-family: Lato, sans-serif;
  font-size: 28px;
  display: flex;
}

.diversboxtitle {
  border-bottom: 1px solid var(--gold);
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}

.diversheading {
  font-family: Lato, sans-serif;
}

.diversfirstbox {
  border-style: solid;
  border-width: 0 0 0 10px;
  border-color: #cbb180 #cbb180 #cbb180 var(--gold);
  text-align: left;
  padding-left: 30px;
}

.diverstextblock {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
}

.diversgiftheading {
  color: #000;
  text-align: left;
  font-family: Lato, sans-serif;
}

.diversgiftbox {
  border-left: 10px solid var(--gold);
  padding-left: 30px;
}

.text-block-6 {
  font-family: Lato, sans-serif;
}

.diversimgads {
  color: #0000;
  background-color: #0000;
  justify-content: space-around;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block {
  background-color: var(--bloc-bg-color-1);
  padding-top: 30px;
  padding-bottom: 30px;
}

.button-3 {
  background-color: var(--blue);
  width: 230px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  transition: background-color .5s;
}

.button-3:hover {
  background-color: var(--gold);
}

.moreheading {
  color: var(--blue);
  font-family: Lato, sans-serif;
  font-size: 28px;
}

.moretitleblock {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--blue) var(--blue) var(--gold);
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
}

.morecontainer {
  margin-top: 0;
  padding-bottom: 30px;
}

.text-block-7 {
  text-align: center;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.image-5 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.div-block-3 {
  text-align: center;
  border-bottom: 1px solid #cbb180;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 14px;
}

.list-item {
  font-family: Lato, sans-serif;
  list-style-type: disc;
}

.list {
  list-style-type: disc;
}

.grid-3 {
  grid-template-rows: auto;
}

.section-2 {
  margin-bottom: 20px;
}

.heading-2 {
  color: var(--blue);
  font-family: Lato, sans-serif;
  font-size: 28px;
}

.heading-3 {
  text-align: center;
  font-size: 24px;
}

.div-block-4 {
  background-color: #0000;
  border-bottom: 1px solid #cbb180;
}

.paragraph-2 {
  color: #f60000;
}

.div-block-5 {
  text-align: left;
  margin-top: 20px;
}

.text-block-8 {
  color: #02adde;
  margin-bottom: 15px;
}

.button-4 {
  text-align: center;
  background-color: #e38a44;
  justify-content: center;
  align-items: center;
  width: 255px;
  height: 50px;
  font-weight: 700;
  display: flex;
}

.div-block-6 {
  text-align: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 53px;
  display: flex;
}

.paragraph-3, .paragraph-4, .paragraph-5 {
  font-size: 12px;
}

.image-6 {
  cursor: pointer;
  width: 36%;
  max-width: none;
  margin-left: -69px;
  margin-right: auto;
  transition: opacity .325s;
  display: block;
}

.image-6:hover {
  opacity: .5;
}

.link-block {
  text-align: left;
  max-width: 344px;
}

.link-block.w--current {
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  max-width: 340px;
  display: flex;
}

.div-block-9 {
  text-align: center;
  background-color: #fff;
  width: 300px;
  height: 200px;
  padding: 30px 35px;
  position: absolute;
  top: 16%;
  left: 37%;
}

.slide-2 {
  text-align: center;
  top: auto;
  bottom: auto;
}

.text-block-10 {
  font-size: 16px;
  line-height: 25px;
}

.button-6 {
  background-color: #cbb180;
  margin-top: 10px;
  padding: 10px 30px;
}

.navlist {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 50px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.subnav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: block;
}

.sublink {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  transition: color .3s;
}

.sublink:hover {
  color: #e38a44;
}

.link-block-2 {
  color: #000;
}

.link-block-3 {
  color: #000;
  font-size: 12px;
}

.subnavlist {
  text-align: left;
  justify-content: center;
  display: flex;
}

.list-item-2 {
  padding-right: 20px;
}

.subnavlistitem {
  text-align: center;
  padding-right: 20px;
}

.list-item-4 {
  padding-right: 20px;
}

.list-item-5 {
  padding-right: 0;
}

.subcontainer {
  text-align: center;
}

.div-block-10 {
  background-color: var(--primary-color);
  margin-bottom: 0;
  padding-bottom: 0;
}

.bold-text-2, .boldtext {
  color: #fff;
}

.icon {
  background-color: #0000;
}

.heading-4 {
  text-align: center;
}

.bold-text-3 {
  text-align: left;
}

.heading-5 {
  border-bottom: 1px solid var(--color);
  color: #1b3764;
  text-align: center;
  margin-top: 40px;
  font-family: Cardo, sans-serif;
  font-size: 28px;
}

.heading-5.separateur {
  border-bottom-width: 0;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  display: block;
  position: relative;
}

.heading-6 {
  font-size: 10px;
}

.heading-7, .text-block-11 {
  text-align: center;
  font-size: 10px;
}

.text-block-12 {
  text-align: center;
  border-bottom: 1px solid #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 700;
}

.columns-3 {
  margin-top: 30px;
}

.column {
  background-color: #fff;
  border: 2px solid #cbb180;
}

.paragraph-6 {
  color: #333;
}

.bold-text-4 {
  color: #3173e5;
}

.paragraph-7 {
  font-size: 12px;
}

.paragraph-8 {
  text-align: left;
  font-size: 12px;
}

.list-2 {
  padding-left: 14px;
}

.listitem {
  font-size: 12px;
}

.container-5 {
  border-left: 1px #000;
  padding-top: 0;
  padding-bottom: 60px;
}

.column-2 {
  border: 2px solid #cbb180;
  border-left-style: none;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  margin-right: 0;
  padding: 30px;
  display: none;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
}

.pricing-card {
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 32px 30px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 20px 10px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 150px;
  height: 118px;
  margin-bottom: 16px;
}

.pricing-title {
  color: #3b5c91;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: Cardo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.pricing-subtitle {
  text-align: center;
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 12px;
  font-size: 13px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.button-primary-4.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-4.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  color: #000;
  background-color: #3d45501a;
  align-self: stretch;
  height: 1px;
  margin: 25px -24px 16px;
}

.pricing-feature-list {
  text-align: left;
  align-self: stretch;
  margin-bottom: 0;
  padding-left: 0;
}

.pricing-feature {
  color: #000;
  background-image: url('../images/icon-puce.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.pricing-feature.test {
  font-size: 11px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.text-block-13 {
  color: #3486e4;
  text-align: left;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: block;
}

.bold-text-5 {
  color: #3b5c91;
  text-align: left;
  font-size: 13px;
}

.text-block-14 {
  font-size: 12px;
}

.text-block-15 {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.list-item-6 {
  font-size: 14px;
}

.section-3 {
  padding-bottom: 20px;
}

.navbarmobile {
  display: none;
}

.icon-3 {
  color: #bebebe;
  background-color: #0000;
}

.icon-4 {
  color: #bebebe;
}

.text-block-16 {
  font-family: Lato, sans-serif;
}

.image-8 {
  cursor: zoom-in;
  width: 120px;
}

.heading-8 {
  color: var(--blue);
  font-family: Lato, sans-serif;
}

.image-12, .image-13 {
  display: none;
}

.bold-text-6 {
  color: #000;
}

.section-4 {
  border-top: 1px #cbb180;
  margin-top: 15px;
  margin-bottom: 100px;
  padding-top: 0;
}

.container-7 {
  border-top: 1px #cbb180;
  border-bottom: 1px #000;
  padding-top: 0;
}

.div-block-11 {
  background-color: #f1f1f1;
  margin-top: 20px;
  padding: 30px 10px;
}

.text-block-20 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.button-7 {
  text-align: center;
  background-color: #f2a233;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 10px;
}

.div-block-12 {
  border: 1px solid #f2a233;
  justify-content: center;
  padding: 5px;
  display: flex;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.tab-link-tab-1 {
  width: 130px;
  height: 130px;
}

.text-block-21 {
  color: #000;
}

.collection-list-wrapper {
  margin-top: 48px;
}

.text-block-22 {
  outline-offset: 0px;
  color: #000;
  text-align: center;
  outline: 3px #000;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.collection-item {
  float: none;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
  position: relative;
}

.container-9 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.collection-list__summary {
  color: #000;
  text-align: left;
  white-space: normal;
  height: 80px;
  margin-top: 15px;
  font-style: normal;
  text-decoration: none;
  overflow: hidden;
}

.collection-list {
  display: block;
}

.image-14 {
  text-align: left;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-4 {
  cursor: pointer;
  text-decoration: none;
}

.heading-9 {
  text-align: center;
  border: 1px #cbb180;
  border-bottom: 2px solid #cbb180;
  padding-bottom: 10px;
}

.div-block-13 {
  margin-top: 30px;
  padding-bottom: 40px;
  padding-left: 0;
}

.image-15 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.text-block-23 {
  margin-bottom: 30px;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
}

.rich-text-block {
  margin-top: 29px;
  margin-bottom: 30px;
}

.heading-10 {
  margin-bottom: 20px;
}

.text-block-24 {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 11px;
}

.collectionssection {
  padding-top: 20px;
  padding-bottom: 40px;
}

.empty-state {
  text-align: center;
  background-color: #fff;
  height: 300px;
}

.text-block-25 {
  padding-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.link-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: block;
}

.heading-11 {
  text-align: center;
  margin-bottom: 0;
  font-family: Cardo, sans-serif;
  font-size: 20px;
}

.collection-list-2 {
  padding-left: 0;
}

.collection-list-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}

.image-16 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.collection-item-2 {
  margin-top: 36px;
  margin-bottom: 30px;
}

.text-block-26 {
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.grid-4 {
  grid-template-areas: "Area";
}

.container-10 {
  text-align: center;
  max-width: 800px;
}

.heading-12 {
  text-align: center;
}

.paragraph-9 {
  text-align: left;
  margin-top: 100px;
}

.button-8 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.button-8:hover {
  background-color: #004d90;
}

.button-10, .column-4 {
  text-align: center;
}

.tets {
  text-align: left;
}

.heading-13, .column-5 {
  text-align: center;
}

.container-11 {
  margin-top: 40px;
  margin-bottom: 100px;
}

.image-17, .image-18 {
  padding-left: 60px;
  padding-right: 60px;
}

.image-19, .image-22 {
  max-height: 300px;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-15 {
  color: #2a1c9b;
  text-align: center;
}

.heading-16 {
  color: #539b1c;
  text-align: center;
}

.youtube {
  margin-top: 40px;
}

.columns-4 {
  margin-top: 75px;
}

.rich-text-block-2 {
  text-align: left;
}

.image-23.hp {
  width: 100%;
  max-width: none;
  margin-bottom: 10px;
}

.body-2 {
  color: #000;
}

.container-12 {
  width: 200px;
  display: none;
}

.div-block-14 {
  background-color: var(--blue);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 290px;
  display: flex;
}

.text-block-27 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-15 {
  display: block;
}

.image-25 {
  width: 50%;
}

.flex-block {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 11px;
}

.link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11, .link-block-12, .link-block-13 {
  width: 100px;
}

.link-block-14, .link-block-15, .link-block-16, .link-block-17 {
  width: 160px;
}

.link-block-18 {
  width: 170px;
}

.div-block-16 {
  color: #0000;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.container-13 {
  justify-content: space-between;
  display: flex;
}

.link-block-19, .link-block-19.w--current {
  width: auto;
}

.text-block-28 {
  text-align: center;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
}

.collection-item-3 {
  margin-bottom: 20px;
  margin-right: 0;
}

.heading-17 {
  border-bottom: 1px solid var(--primary-color);
  color: var(--blue);
  text-align: center;
  margin-top: 40px;
  padding-bottom: 10px;
  font-family: Cardo, sans-serif;
}

.collection-item-4 {
  margin-bottom: 40px;
}

.collection-list-3 {
  text-decoration: none;
}

.div-block-17 {
  width: 270px;
}

.heading-18 {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--primary-color);
  text-align: center;
  color: #6390d9;
  background-color: #0000;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Cardo, sans-serif;
}

.section-5 {
  padding-bottom: 60px;
}

.flex-block-2 {
  align-items: center;
}

.heading-19 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--primary-color);
  text-align: center;
}

.image-26, .image-28 {
  display: none;
}

.image-29 {
  margin-bottom: 20px;
  display: none;
}

.heading-20 {
  border-bottom: 1px solid var(--primary-color);
  color: var(--blue);
  text-align: center;
  margin-top: 40px;
  padding-bottom: 20px;
  font-family: Cardo, sans-serif;
}

.text-block-29 {
  color: #000;
  text-align: center;
  text-transform: none;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.text-block-30 {
  object-fit: fill;
  text-decoration: none;
}

.text-block-31 {
  color: #000;
  text-align: center;
  border: 0 #000;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.navothers.container {
  display: flex;
}

.div-block-18 {
  margin-left: 0;
  margin-right: 0;
}

.text-block-32 {
  color: #000;
  text-align: center;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.image-30 {
  margin-bottom: 10px;
}

.grid-5 {
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

.collection-list-wrapper-3 {
  display: block;
}

.pricing-comparison-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card-2.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title-2 {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle-2 {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price-2 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular-2 {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular-2.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.button-primary-5.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-5.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider-2 {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list-2 {
  align-self: stretch;
}

.pricing-feature-2 {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag-2 {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.flex-block-3 {
  margin-right: 20px;
}

.heading-21 {
  border-top: 1px #000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right: 1px #000;
  border-bottom-color: var(--primary-color);
  text-align: center;
  color: #6390d9;
  border-left: 1px #000;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-family: Cardo, sans-serif;
}

.pop-up-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-back {
  z-index: -1;
  background-color: #20202099;
  position: absolute;
  inset: 0%;
}

.pop-up-right-column {
  position: relative;
}

.image-31 {
  width: 380px;
  display: block;
}

.image-32 {
  width: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.container-15 {
  padding-bottom: 40px;
}

.heading-22 {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--primary-color);
  text-align: center;
  color: #6390d9;
  padding-bottom: 10px;
  font-family: Cardo, sans-serif;
}

.section-6 {
  color: var(--blue);
  margin-bottom: 60px;
  padding-top: 20px;
}

.text-block-33, .text-block-34 {
  color: #000;
}

.rich-text-block-3 {
  color: #000;
  font-family: Lato, sans-serif;
}

.rich-text-block-4 {
  color: #000;
}

.rich-text-block-5 {
  color: #000;
  margin-top: 30px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.rich-text-block-6 {
  line-height: 20px;
}

.text-block-35 {
  color: #000;
}

.cell {
  color: #000;
  border: 1px solid #000;
  padding: 10px;
}

.cell.cellborder {
  padding-bottom: 10px;
  padding-right: 10px;
}

.cell-2 {
  border: 1px solid #000;
  padding-top: 10px;
  padding-left: 10px;
}

.cellborder {
  border: 1px solid #000;
  padding: 10px;
}

.flex-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: left;
  border: 1px #000;
  flex-direction: row;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: grid;
}

.div-block-19 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 1px solid #000;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 10px;
  display: grid;
}

.div-block-19.middle {
  border-left-style: none;
}

.div-block-19.middle.notop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-19.right {
  border-left-style: none;
}

.div-block-19.notop {
  border-top-style: none;
}

.div-block-20 {
  display: block;
}

.div-block-21 {
  border: 1px solid #000;
  border-top-style: none;
  padding: 10px;
}

.div-block-21.top {
  border-top-style: solid;
}

.text-block-36 {
  font-weight: 700;
}

.div-block-22 {
  border-top: 1px #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 10px;
}

.div-block-22.top {
  border-top-style: solid;
}

.div-block-23 {
  border: 1px solid #000;
  border-style: none solid solid none;
  padding: 10px;
}

.div-block-24 {
  border: 1px solid #000;
  border-left-style: none;
  padding: 10px;
}

.bold-text-7, .bold-text-8, .text-block-37, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .text-block-38, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17 {
  font-weight: 400;
}

.rich-text-block-7 {
  color: #000;
  margin-top: 20px;
  display: block;
}

.text-block-39 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
}

.text-span {
  color: #3727e2;
  cursor: pointer;
  border: 1px solid #0000;
}

.rich-text-block-8 {
  color: #000;
}

.rich-text-block-9 {
  color: #000;
  font-family: Lato, sans-serif;
}

.section-7 {
  background-color: var(--bloc-bg-color-1);
  margin-bottom: 25px;
}

.image-33 {
  max-height: 70px;
}

.list-item-7 {
  color: #1b3764;
  font-family: Lato, sans-serif;
}

.image-desktop {
  cursor: pointer;
  width: 100%;
}

.gift {
  background-color: var(--primary-color);
  padding-top: 80px;
  padding-bottom: 0;
}

.heading-23 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Cardo, sans-serif;
  font-size: 36px;
}

.paragraph-10 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-10.padd30 {
  margin-bottom: 60px;
}

.paragraph-10.pb-30 {
  margin-bottom: 21px;
  padding-bottom: 30px;
}

.titre-h3 {
  color: #000;
  text-align: center;
  margin-bottom: 5px;
  font-family: Cardo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.titre-h3.titre-blanc {
  color: #fff;
  margin-bottom: 20px;
  font-size: 22px;
  position: relative;
}

.titre-h3.text-center {
  text-align: center;
  font-size: 20px;
}

.swiper.myswiper {
  width: 100%;
  max-width: 1440px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.swiper-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  height: auto;
  display: block;
}

.block-slider {
  text-align: center;
  background-color: #0000;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-left: 0;
  position: relative;
}

.titre-h4 {
  color: #1b3764;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Cardo, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.titre-h4.titre-blanc {
  color: #fff;
}

.heading-24 {
  color: #080101;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 42px;
  font-weight: 400;
  line-height: 54px;
}

.texte-slide1 {
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.image-52 {
  color: #000;
  border-radius: 0%;
  width: 176px;
  height: 176px;
  transition: opacity .2s;
}

.swiper-pagination {
  position: absolute;
  bottom: 52px;
}

.categorie {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 19px;
  left: 18px;
}

.item-slide {
  aspect-ratio: auto;
  color: #fff;
  object-fit: fill;
  background-color: #3b5c91;
  background-image: url('../images/bg-img.svg');
  background-position: 50%;
  background-size: contain;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 310px;
  height: 430px;
  padding: 20px;
  font-size: 19px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 20px #0000001a;
}

.card-img {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 220px;
  font-family: Lato, sans-serif;
  display: flex;
  overflow: hidden;
}

.ouvrages {
  background-color: #eef4fe;
  margin-top: 0;
  padding-top: 80px;
}

.card {
  width: 100%;
}

.block-slide {
  width: 300px;
}

.block-slide.swiper-slide {
  display: inline-block;
}

.section-8 {
  background-color: #0000;
}

.image-53 {
  width: 250px;
}

.image-53.open-popup-link {
  cursor: pointer;
}

.bloc-gift {
  margin-bottom: 30px;
}

.numero {
  color: #000;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.list-item-8 {
  font-size: 12px;
}

.list-gift {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-54 {
  width: 250px;
}

.image-54.open-popup-link {
  cursor: pointer;
}

.image-55 {
  width: 250px;
}

.image-55.open-popup-link {
  cursor: pointer;
}

.commander {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 30px;
  display: block;
}

.heading-25 {
  text-align: center;
  margin-top: 0;
  font-family: Cardo, sans-serif;
  font-size: 26px;
}

.heading-25.titre-commander {
  color: #000;
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 46px;
  display: block;
  position: relative;
}

.text-block-40 {
  color: #000;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 24px;
}

.cnt-commander {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  color: #fff;
  text-align: center;
  background-color: #ffca42;
  background-image: url('../images/bg-img.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 992px;
  margin: 40px auto 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Lato, sans-serif;
  display: flex;
}

.btn-commander {
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: #1b3764;
  border: 1px solid #1b3764;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: 200px;
  height: 50px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all .5s;
  display: flex;
}

.btn-commander:hover {
  color: #1b3764;
  background-color: #fff;
}

.btn-commander.btn-sticky {
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.picto {
  padding-bottom: 0;
}

.titre-picto {
  color: #1b3764;
  margin-top: 35px;
  font-family: Cardo, sans-serif;
  font-size: 18px;
  position: relative;
}

.italic-text {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.white-popup {
  background-color: #fff;
  max-width: 500px;
  margin: 40px auto;
  padding: 40px 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}

.content-pop-white {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.pricing-table_icon-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-table_button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #1b3764;
  border: 1px solid #1b3764;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: .6rem 1rem;
  font-family: Lato, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  transition: all .5s;
  display: flex;
}

.pricing-table_button:hover {
  color: #1b3764;
  background-color: #fff;
  border: 1px solid #1b3764;
}

.pricing-table_plan-icon {
  width: 1.5rem;
}

.button-12 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #000;
  border: .0625rem solid #f5f8ff;
  border-radius: .3125rem;
  align-items: center;
  padding: .625rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-12:hover {
  background-color: #f5f8ff;
}

.pricing-table_head {
  padding: 2rem 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
}

.pricing-table_head.is-basic-plan {
  background-color: #f5f8ff;
  border-radius: 1rem 0 0;
  padding: 1rem 2rem;
}

.pricing-table_head.is-enterprise-plan {
  background-color: #eef4fe;
  border-radius: 0;
  padding: 1rem 2rem;
}

.pricing-table_head.is-heading-cell {
  align-items: stretch;
  height: 100%;
  padding-left: 0;
}

.pricing-table_head.background-color-blue-lighter {
  padding: 1rem 2rem;
}

.pricing-table_heading {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.logo {
  border-radius: .25rem;
  width: 1.875rem;
}

.pricing-table_row {
  vertical-align: top;
  border-top: 1px solid #00000030;
  border-radius: 10px;
}

.pricing-table_row.is-category {
  color: #fff;
  text-align: left;
  vertical-align: top;
  display: none;
}

.pricing-table_row.head {
  vertical-align: top;
  border-top-width: 0;
}

.heading-style-h1 {
  color: #1b3764;
  text-align: center;
  margin-bottom: .5rem;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
  display: none;
}

.pricing-table_header_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #3b52ff;
  flex-direction: column;
  display: flex;
}

.fs_table-examples_table-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: auto;
}

.fs_table-examples_table-container.is-relative-element {
  padding-top: 3.5rem;
}

.pricing-table_most-popular {
  color: #000;
  background-color: #ffca42;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-size: .9rem;
  font-weight: 500;
  display: none;
  position: absolute;
  inset: -2.7rem 0% auto;
}

.pricing-table_header {
  font-weight: 400;
}

.pricing-table_component {
  text-align: left;
  width: 100%;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-regular.text-weight-medium {
  text-align: center;
  font-family: Lato, sans-serif;
}

.heading-style-h4 {
  color: #1b3764;
  text-align: center;
  font-family: Cardo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.pricing-table_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 21.5rem;
  font-weight: 400;
  line-height: 1.8;
  display: flex;
}

.pricing-table_cell {
  text-align: center;
  min-width: 14rem;
  padding: 1rem 1.5rem;
  font-weight: 400;
}

.pricing-table_cell.is-price.background-color-blue-lighter {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pricing-table_cell.is-first {
  color: #000;
  text-align: left;
  background-color: #ffca42;
  border-right-style: none;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 600;
}

.pricing-table_cell.is-title {
  text-align: left;
  vertical-align: middle;
  min-width: 12rem;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.pricing-table_cell.background-color-blue-lighter {
  background-color: #f5f8ff;
}

.pricing-table_cell.background-color-blue-lighter.is-round {
  border-radius: 0;
}

.pricing-table_cell.is-category {
  color: #fff;
  text-align: left;
  background-color: #ffca42;
  border-right-style: none;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 600;
}

.pricing-table_header_wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-table_body {
  color: #000;
  background-color: #fff;
}

.section_big {
  color: #000;
  max-width: 1199px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0% 6.25rem;
  font-family: Lato, sans-serif;
}

.pricing-table_icon {
  width: 1.75rem;
  line-height: 0;
  display: inline-block;
}

.button-grid {
  grid-template-rows: auto;
}

.heading-26 {
  text-align: center;
  margin-top: 10px;
  font-family: Cardo, sans-serif;
  font-size: 22px;
}

.heading-26.separateur {
  position: relative;
}

.text-block-41, .text-block-42, .text-block-43, .text-block-44 {
  text-align: center;
}

.text-block-45 {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.link-block-22 {
  display: block;
}

.text-block-46 {
  display: none;
}

.paragraph-11 {
  text-align: left;
  max-width: 200px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  line-height: 24px;
}

.paragraph-11.p-td {
  color: #333;
  font-weight: 400;
  line-height: 25px;
}

.paragraph-11.p-td.pb-10 {
  margin-bottom: 5px;
}

.text-block-47, .text-block-48 {
  color: #000;
  text-align: left;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.text-block-49, .text-block-50 {
  color: #000;
}

.text-block-51 {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 20px;
  font-family: Cardo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-25 {
  border: 1px solid #0000001a;
}

.div-block-26 {
  border-bottom: 1px solid #0000001a;
}

.offre-1 {
  text-align: center;
  background-color: #1b3764;
  background-image: url('../images/bg-offre.svg');
  background-position: 0%;
  background-size: contain;
  background-attachment: fixed;
  margin-top: 40px;
  font-family: Lato, sans-serif;
}

.heading-27 {
  color: #fff;
  text-align: center;
  font-family: Cardo, sans-serif;
  font-size: 28px;
}

.heading-27.separateur {
  margin-bottom: 30px;
  padding-top: 40px;
  font-size: 36px;
  position: relative;
}

.text-block-52 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.image-56 {
  text-align: center;
}

.paragraph-12 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.paragraph-12.d-inline {
  display: none;
}

.button-13 {
  color: #1b3764;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  width: 200px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 700;
  transition: all .5s;
}

.button-13:hover {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
}

.icon-7.accordion-icon {
  color: #0009;
  cursor: pointer;
  background-image: url('../images/keyboard_arrow_down.svg');
  background-position: 50%;
  background-size: cover;
  width: 40px;
  height: 30px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.section-faq {
  background-color: #fff;
  padding: 40px 30px;
  display: block;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.text-center {
  text-align: center;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid #00000014;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  font-family: Lato, sans-serif;
  box-shadow: 0 3px 7px #00000008;
}

.paragraph-13 {
  font-family: Lato, sans-serif;
}

.bold-text-18, .bold-text-19 {
  -webkit-text-stroke-color: #000;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.paragraph-14 {
  font-family: Lato, sans-serif;
}

.bold-text-20, .bold-text-21 {
  -webkit-text-stroke-color: #000;
  font-family: Lato, sans-serif;
}

.bold-text-22 {
  font-family: Lato, sans-serif;
}

.paragraph-15 {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-16, .paragraph-17 {
  font-family: Lato, sans-serif;
}

.bold-text-23, .bold-text-24, .bold-text-25 {
  color: #000;
}

.div-block-27 {
  border: 1px solid #0000001a;
}

.text-block-53, .text-block-54 {
  font-weight: 700;
}

.picto-footer {
  position: relative;
}

.image-mobile {
  display: none;
}

.product-actions {
  z-index: 100;
  text-align: center;
  background-color: #ffca42;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-28 {
  border-top: 1px solid #0000001a;
}

.banner-offre {
  margin-bottom: 20px;
  display: block;
}

.image-57 {
  display: none;
}

.image-59 {
  padding-left: 5px;
}

.heading-29 {
  font-size: 16px;
  line-height: 20px;
}

.image-60 {
  display: none;
}

.div-block-29 {
  border-top: 1px solid #00000005;
}

.div-block-30 {
  border-top: 1px solid #0000001a;
}

.managecookie {
  color: #00e;
  cursor: pointer;
  text-decoration: underline;
}

.paragraph-18 {
  text-align: center;
  padding-top: 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 26px;
  display: none;
}

@media screen and (min-width: 1280px) {
  .diverscontainer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    height: auto;
    padding: 0;
    font-weight: 400;
    display: block;
  }

  .header {
    z-index: 100;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--color);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: block;
    position: sticky;
    top: 0;
  }

  .button {
    height: 50px;
  }

  .navhomecontainer.container {
    text-align: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 50px;
    display: flex;
  }

  .navlink {
    padding: 0;
  }

  .navlink:hover {
    color: #6390d9;
    border-bottom: 1px solid #6390d9;
  }

  .navlink:visited {
    font-style: normal;
  }

  .navlink.w--current {
    border-style: solid;
    border-color: #000 #000 #6390d9;
  }

  .link-2 {
    padding: 0 15px;
  }

  .link-2:hover {
    color: #e38a44;
    border-bottom: 1px solid #e38a44;
  }

  .link-3 {
    padding: 0 15px;
  }

  .link-3:hover {
    color: #e38a44;
    border-bottom: 1px solid #e38a44;
  }

  .link-4 {
    padding: 0 15px;
  }

  .link-4:hover {
    color: #e38a44;
    border-bottom: 1px solid #e38a44;
  }

  .nav {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .headercontainer.container {
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .slider {
    height: auto;
  }

  .sliderimg {
    display: block;
  }

  .heroblockbg {
    background-color: var(--primary-color);
    color: #0000;
    flex: 0 auto;
    align-self: auto;
    width: 50%;
    height: 98%;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    position: absolute;
  }

  .heroimg {
    object-fit: contain;
    padding-bottom: 0;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .herodivimg {
    width: 595px;
    height: 495px;
    position: relative;
  }

  .herocontainer {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
  }

  .herosection {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .herocontainerright {
    background-color: #0000;
    flex: 0 auto;
    width: 50%;
  }

  .herocontainerleft {
    align-items: center;
    width: 50%;
    margin-top: 90px;
    margin-bottom: 90px;
    padding: 15px 0 15px 15px;
  }

  .button-2 {
    background-color: #6390d9;
    border-color: #6390d9;
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 700;
  }

  .diverssection {
    background-color: #f7f7f7;
    max-height: 100%;
    padding: 40px 0;
    position: static;
  }

  .diverstitle {
    text-align: left;
    border: 1px #000;
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 0;
    display: flex;
  }

  .diversboxtitle {
    text-align: left;
    border-bottom: 1px solid #cbb180;
    align-self: auto;
    width: 100%;
  }

  .diversheading {
    text-align: left;
    font-size: 25px;
  }

  .diversfirstbox {
    border-style: none none none solid;
    border-width: 1px 1px 1px 10px;
    border-color: #cbb180 #cbb180 #cbb180 var(--primary-color);
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
  }

  .diverstextblock {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .diversimg {
    position: static;
  }

  .diversgiftheading {
    text-align: left;
    border: 1px #000;
    margin-bottom: 0;
    padding-left: 30px;
    display: block;
  }

  .diversgiftbox {
    border-style: none none none solid;
    border-width: 1px 1px 1px 10px;
    border-color: #cbb180 #cbb180 #cbb180 var(--primary-color);
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0;
  }

  .grid {
    border-left: 1px solid #000;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 0;
    padding-left: 0;
  }

  .text-block-4 {
    text-align: left;
  }

  .bold-text {
    border-left: 10px solid #cbb180;
    padding-left: 30px;
    font-weight: 700;
  }

  .text-block-5 {
    text-align: center;
    font-weight: 700;
  }

  .columns {
    border-left: 10px solid #cbb180;
  }

  .grid-2 {
    grid-template-rows: minmax(205px, 1fr) auto;
  }

  .diversgiftcolumns {
    background-color: #0000;
    border-left: 10px #cbb180;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 28px;
    display: flex;
  }

  .diversgiftcolumn {
    padding-left: 0;
  }

  .text-block-6 {
    font-weight: 700;
  }

  .diversimgads {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block {
    background-color: #fff;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .button-3 {
    background-color: #e38a44;
    width: 255px;
    font-weight: 700;
    line-height: 40px;
  }

  .moreheading {
    text-align: center;
  }

  .moretitleblock {
    border: 1px #0000;
    border-bottom: 1px solid #cbb180;
  }

  .section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    cursor: auto;
    border: 1px #0000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: block;
  }

  .morecontainer {
    margin-top: 0;
    padding-bottom: 30px;
  }

  .text-block-7 {
    margin-top: 25px;
    font-size: 17px;
  }

  .columns-2 {
    margin: 25px -10px;
  }

  .image-5 {
    cursor: auto;
  }

  .div-block-3 {
    text-align: center;
    border-bottom: 1px solid #cbb180;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .list-item {
    text-align: left;
    margin-top: 0;
    position: static;
  }

  .list {
    text-align: left;
    list-style-type: decimal;
  }

  .grid-3 {
    grid-auto-flow: column;
  }

  .section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-4 {
    width: 255px;
    height: 50px;
  }

  .image-6 {
    width: 100%;
    max-width: 100%;
  }

  .text-block-9 {
    color: #666;
    text-align: center;
    margin-top: auto;
    padding-top: 0;
    font-style: italic;
    font-weight: 700;
  }

  .div-block-7 {
    text-align: center;
    background-color: #e7e7e7;
    margin-top: 20px;
    padding: 20px 20px 10px;
  }

  .button-5 {
    text-align: center;
    background-color: #e38a44;
    border: 1px #e38a44;
    width: 99%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    font-size: 12px;
  }

  .div-block-8 {
    border: 1px solid #e38a44;
    width: 100%;
    margin: 13px auto;
    overflow: visible;
  }

  .container-4 {
    border: 1px #e38a44;
    border-top: 1px solid #cbb180;
    margin-top: auto;
    margin-bottom: 40px;
    padding-top: 30px;
  }

  .link-block.w--current {
    margin-top: 0;
  }

  .div-block-9 {
    text-align: center;
    background-color: #fff;
    width: 400px;
    height: 238px;
    padding: 45px 30px;
    position: absolute;
    top: 15%;
    bottom: auto;
    left: 35%;
  }

  .text-block-10 {
    justify-content: flex-end;
    align-items: center;
    font-size: 20px;
    line-height: 30px;
    display: flex;
  }

  .button-6 {
    background-color: #cbb180;
    margin-top: 15px;
    padding: 10px 30px;
  }

  .heading-11 {
    font-family: Cardo, sans-serif;
  }

  .button-10 {
    background-color: #010101;
  }

  .tets {
    font-size: 15px;
    font-style: normal;
  }

  .tets.eeeeeee {
    font-style: normal;
  }

  .heading-13 {
    color: #d49b00;
    font-style: normal;
  }

  .heading-14 {
    color: #d49b00;
  }

  .image-19 {
    max-height: 300px;
    margin-bottom: 50px;
  }

  .image-20 {
    max-height: 300px;
    margin-bottom: 50px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-15, .heading-16 {
    text-align: center;
  }

  .text-block-28 {
    font-family: Lato, sans-serif;
  }

  .heading-17 {
    color: var(--ffca42);
    font-family: Cardo, sans-serif;
  }

  .image-33 {
    max-height: 70px;
  }

  .slider-2 {
    background-color: var(--primary-color);
    height: 550px;
    min-height: 0;
    display: block;
    overflow: visible;
  }

  .icon-5, .icon-6 {
    color: var(--gold);
    background-color: #0000;
  }

  .image-34 {
    text-align: center;
    max-width: 100%;
    max-height: 500px;
  }

  .slide-3 {
    text-align: center;
    height: 500px;
    min-height: 0;
  }

  .slide-4, .slide-5 {
    text-align: center;
  }

  .image-35, .image-36 {
    min-height: 0;
    max-height: 500px;
  }
}

@media screen and (min-width: 1920px) {
  .navlink {
    font-size: 16px;
  }

  .navlink.w--current {
    color: #6390d9;
    border-bottom: 1px solid #6390d9;
  }

  .slider, .slidermask, .slide-1 {
    margin-right: 0;
  }

  .sliderimg {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .button-2 {
    background-color: #6390d9;
    border-color: #6390d9;
    height: 40px;
    font-size: 14px;
    line-height: 22px;
  }

  .diversfirstbox {
    border-left-color: var(--primary-color);
  }

  .diversgiftheading {
    border-left-style: none;
    border-left-color: var(--primary-color);
  }

  .diversgiftbox {
    border-style: none none none solid;
    border-left-width: 10px;
    border-left-color: var(--primary-color);
  }

  .diversgiftcolumns {
    border-left-style: none;
    border-left-color: var(--primary-color);
  }

  .navlist {
    height: 50px;
  }

  .heading-5 {
    margin-top: 40px;
  }

  .link-block-6 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .list-item-7 {
    font-size: 16px;
  }

  .image-desktop {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-22 {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .offre-1 {
    -webkit-text-fill-color: inherit;
    background-size: contain;
    background-attachment: scroll;
    background-clip: border-box;
    margin-top: 40px;
  }

  .heading-27.separateur {
    position: relative;
  }

  .text-block-52 {
    margin-top: 30px;
  }

  .paragraph-12 {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .button-13 {
    color: #1b3764;
    text-transform: uppercase;
    vertical-align: middle;
    background-color: #fff;
    width: 200px;
    height: 40px;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
  }
}

@media screen and (max-width: 991px) {
  .diverscontainer {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .header {
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .button {
    width: 140px;
    height: 40px;
    font-size: 12px;
  }

  .button:hover {
    width: 140px;
  }

  .navhomecontainer.container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navlink {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
  }

  .link-2 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 20px;
  }

  .link-3 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }

  .link-4 {
    font-size: 12px;
  }

  .footercontainer {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .footerformtwo {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footerwrapperthree {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footergrid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .headercontainer.container {
    text-align: left;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heroblockbg {
    width: 50%;
    height: 100%;
  }

  .herocontainerright {
    width: 54%;
  }

  .herocontainerleft {
    width: 45%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .heading {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 22px;
  }

  .link-block {
    width: 50%;
  }

  .link-block.w--current {
    justify-content: space-between;
    width: 70%;
  }

  .div-block-9 {
    z-index: auto;
    text-align: center;
    background-color: #fff;
    margin: 10% auto auto 0;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .slide-2 {
    text-align: left;
    position: relative;
  }

  .text-block-10 {
    text-align: left;
  }

  .navlist {
    width: 100%;
  }

  .container {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .container-8 {
    max-width: 728px;
  }

  .image-21, .image-22 {
    padding-right: 60px;
  }

  .container-12 {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .link-block-19.w--current {
    width: auto;
  }

  .container-14 {
    max-width: 728px;
  }

  .pricing-wrapper-2 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card-2 {
    width: 350px;
  }

  .image-33 {
    width: 200px;
  }

  .banner {
    overflow: hidden;
  }

  .list-item-7 {
    font-size: 16px;
  }

  .image-desktop {
    width: 108%;
    max-width: 108%;
  }

  .gift {
    padding-top: 50px;
  }

  .paragraph-10.padd30 {
    margin-bottom: 20px;
  }

  .paragraph-10.pb-30 {
    padding-bottom: 10px;
  }

  .swiper.myswiper {
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-wrapper {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .block-slider {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .ouvrages {
    padding-top: 40px;
  }

  .section-8 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .bloc-gift {
    margin-bottom: 20px;
  }

  .list-gift {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .commander {
    margin-left: 30px;
    margin-right: 30px;
  }

  .heading-25.titre-commander {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 40px;
  }

  .text-block-40 {
    font-size: 20px;
  }

  .card-right {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .cnt-commander {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .btn-commander {
    line-height: 30px;
    display: inline-block;
  }

  .button-12 {
    line-height: 1;
  }

  .pricing-table_head {
    min-width: 18rem;
  }

  .fs_table-examples_table-container {
    max-width: 100%;
    padding-top: 5rem;
    overflow: auto;
  }

  .pricing-table_component {
    max-width: 100%;
  }

  .section-9 {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button, .button:hover {
    width: 120px;
  }

  .navhomecontainer.container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .navlink {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
  }

  .navlink.w--current {
    margin-right: 5px;
    font-size: 12px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .footercontainer {
    text-align: center;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .footer {
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footerwrapperthree {
    justify-content: center;
    align-items: center;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footerbottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footergrid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .herocontainer {
    display: block;
  }

  .herocontainerright {
    width: 100%;
    padding-right: 30px;
  }

  .herocontainerleft {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .navlistitem {
    font-size: 12px;
  }

  .heading-5.separateur {
    width: 300px;
    margin: 10px auto 30px;
    padding-left: 0;
    font-size: 26px;
    line-height: 35px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .section-4 {
    margin-bottom: 0;
  }

  .features-table {
    padding: 60px 15px;
  }

  .link-block-18.w--current {
    width: 130px;
  }

  .pricing-comparison-2 {
    padding: 60px 15px;
  }

  .pricing-wrapper-2 {
    justify-items: stretch;
  }

  .pricing-card-2 {
    width: auto;
  }

  .pricing-title-2 {
    font-size: 34px;
    line-height: 42px;
  }

  .image-33 {
    width: 190px;
  }

  .image-desktop {
    display: none;
  }

  .heading-23 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .item-slide {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
  }

  .list-gift {
    margin-left: 30px;
    margin-right: 30px;
    display: block;
  }

  .heading-25.titre-commander {
    margin-bottom: 15px;
    font-size: 28px;
  }

  .text-block-40 {
    font-size: 18px;
  }

  .card-right {
    margin-top: 20px;
  }

  .btn-commander.btn-sticky {
    line-height: 20px;
  }

  .pricing-table_head, .pricing-table_head.is-heading-cell {
    min-width: auto;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .fs_table-examples_table-container {
    padding-bottom: 0;
  }

  .fs_table-examples_table-container.is-relative-element {
    padding-top: 1rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .pricing-table_text-wrapper {
    display: none;
  }

  .pricing-table_cell {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .pricing-table_cell.is-price {
    min-width: auto;
  }

  .pricing-table_cell.is-price.background-color-blue-lighter {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .pricing-table_cell.is-first {
    white-space: nowrap;
    min-width: auto;
    position: sticky;
    left: 0;
  }

  .pricing-table_cell.is-title {
    white-space: nowrap;
    background-color: #fff;
    border-right: .0625rem solid #f5f8ff;
    min-width: auto;
    padding-left: .75rem;
    padding-right: .75rem;
    position: sticky;
    left: 0;
  }

  .pricing-table_cell.is-category {
    white-space: nowrap;
    min-width: auto;
  }

  .section_big {
    margin-top: 1rem;
  }

  .text-block-51 {
    margin-top: 0;
  }

  .heading-27.separateur {
    margin-bottom: 10px;
    padding-top: 30px;
    font-size: 30px;
  }

  .text-block-52 {
    font-size: 18px;
  }

  .paragraph-12 {
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 30px;
    padding-left: 0;
    font-size: 18px;
    display: none;
  }

  .paragraph-12.d-inline {
    display: block;
  }

  .header-center-box._75 {
    width: 100%;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .image-mobile {
    width: 100%;
    display: block;
  }

  .bold-text-26, .heading-28 {
    font-size: 28px;
  }

  .product-actions {
    display: block;
    position: fixed;
  }

  .banner-offre {
    margin-left: auto;
    margin-right: auto;
  }

  .image-57 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-58 {
    display: none;
  }

  .paragraph-18 {
    margin-bottom: 30px;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .diverscontainer {
    justify-content: center;
    max-width: none;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .header {
    height: 60px;
    display: none;
  }

  .button {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex: 0 auto;
    width: 110px;
    height: 25px;
    font-size: 9px;
    line-height: 20px;
    display: none;
    position: static;
  }

  .button.btnsubscribe {
    width: 100%;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
  }

  .navhomecontainer.container {
    display: none;
  }

  .nav {
    z-index: 100;
    background-color: var(--color);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: sticky;
    top: 0;
  }

  .footercontainer {
    text-align: center;
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .slidersection {
    position: relative;
  }

  .footerformtwo {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footerwrapperthree {
    text-align: center;
    align-items: center;
  }

  .footer-block-three {
    text-align: center;
    align-items: center;
    display: flex;
  }

  .footer-link-three {
    text-align: center;
  }

  .footer-social-block-three {
    justify-content: center;
    margin-left: 0;
    display: flex;
  }

  .footerbottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footergrid {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1.5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-end;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .text-block-2 {
    text-decoration: none;
  }

  .slider {
    height: 422px;
  }

  .sliderimg, .sliderleftarrow, .sliderrightarrow {
    display: none;
  }

  .slidernav {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    top: auto;
    bottom: 47px;
  }

  .container-3 {
    max-width: none;
  }

  .heroblockbg {
    width: 50%;
    height: 240px;
  }

  .heroimg {
    max-width: 100%;
  }

  .herocontainer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .herocontainerright {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-family: Lato, sans-serif;
    display: block;
  }

  .herocontainerleft {
    flex: 0 auto;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 15px;
    display: flex;
  }

  .heading {
    text-align: center;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 24px;
    display: flex;
  }

  .paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .button-2 {
    text-align: left;
    justify-content: center;
    align-items: stretch;
    width: 200px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 0;
    font-size: 16px;
    line-height: 22px;
    display: flex;
  }

  .button-2.btnavantage {
    display: flex;
    position: static;
  }

  .button-2.btnavantage.btnabomobile {
    width: 140px;
    margin-top: auto;
    margin-left: 10px;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    inset: auto auto 410px;
  }

  .button-2.btnavantage.btnsubscribe {
    text-align: center;
  }

  .diverssection {
    padding-top: 0;
    padding-bottom: 0;
  }

  .diverstitle {
    text-align: center;
    border-bottom: 1px solid #cbb180;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .diversboxtitle {
    border-bottom-style: none;
    justify-content: center;
    align-items: stretch;
    width: auto;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .diversheading {
    font-size: 20px;
    line-height: 25px;
  }

  .diversfirstbox {
    border: 1px #000;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .diverstextblock {
    margin-bottom: 30px;
    font-size: 11px;
  }

  .diversimg {
    display: none;
  }

  .diversgiftheading {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }

  .diversgiftbox {
    border-left-style: none;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .diversgiftcolumn {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    display: flex;
  }

  .text-block-6 {
    text-align: left;
    font-size: 10px;
  }

  .diversimgads {
    flex-direction: column;
  }

  .div-block {
    margin-bottom: 0;
  }

  .button-3 {
    width: 150px;
    font-size: 10px;
    line-height: 15px;
  }

  .moreheading {
    text-align: center;
    border-bottom: 1px solid #cbb180;
    font-size: 14px;
  }

  .moretitleblock {
    border-bottom-style: none;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .section {
    margin-bottom: 20px;
  }

  .text-block-7 {
    margin-top: 10px;
    font-size: 12px;
  }

  .div-block-3 {
    border-bottom-style: none;
    justify-content: center;
    display: flex;
  }

  .list-item {
    font-size: 12px;
  }

  .list {
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 10px;
  }

  .grid-3 {
    grid-column-gap: 0px;
  }

  .heading-2 {
    border-bottom: 1px solid #cbb180;
    font-size: 14px;
  }

  .image-6 {
    width: 250px;
    max-width: 100%;
    height: auto;
    font-size: 14px;
    display: inline-block;
  }

  .link-block.w--current {
    text-align: center;
    width: 100%;
  }

  .div-block-9 {
    width: 270px;
    height: 180px;
    margin-top: 50%;
    margin-left: 22px;
    margin-right: 22px;
  }

  .text-block-10 {
    text-align: center;
    font-size: 12px;
  }

  .button-6 {
    width: 120px;
    height: 30px;
    padding: 5px 0;
    font-size: 10px;
  }

  .navlist {
    display: none;
  }

  .boldtext {
    text-align: center;
  }

  .heading-5.separateur {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
  }

  .container {
    max-width: none;
  }

  .image-7 {
    text-align: center;
    width: 240px;
    margin-right: 0;
    padding-right: 0;
    transition: opacity .325s;
    display: inline-block;
  }

  .image-7:hover {
    opacity: .5;
  }

  .navbarmobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #000;
    background-color: #ffca42;
    flex-flow: row-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 70px;
    font-family: Lato, sans-serif;
    display: flex;
    position: relative;
    box-shadow: 0 3px 5px #393f484d;
  }

  .brand {
    color: #000;
    text-align: left;
    justify-content: flex-end;
    margin-top: 0;
    margin-left: 21px;
    padding-top: 0;
    padding-left: 0;
    display: block;
  }

  .container-6 {
    z-index: 100;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #000;
    flex-flow: wrap;
    flex: 1;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
    top: 0;
  }

  .icon-2 {
    color: #000;
    -webkit-text-fill-color: inherit;
    background-color: #fff0;
    background-clip: border-box;
    border: 1px solid #0000;
    font-size: 35px;
  }

  .menu-button-2 {
    text-align: left;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: flex-start;
    margin-left: 0;
    padding: 0 5px;
    display: block;
    position: relative;
    right: auto;
  }

  .menu-button-2:active {
    background-color: #0000;
  }

  .icon-3, .icon-4 {
    display: none;
  }

  .text-block-16 {
    text-align: left;
    padding-left: 0;
    font-size: 12px;
  }

  .text-block-17, .text-block-18, .text-block-19 {
    font-size: 12px;
  }

  .image-8 {
    text-align: center;
    width: auto;
    max-width: 100%;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: inline-block;
  }

  .image-9 {
    width: auto;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-10, .image-11 {
    max-width: 100%;
  }

  .heading-8 {
    font-size: 14px;
    line-height: 20px;
  }

  .column-3 {
    margin-bottom: 25px;
  }

  .image-12, .image-13 {
    display: block;
  }

  .nav-menu {
    color: #000;
    background-color: #fff;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    position: static;
  }

  .container-8 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .container-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-15 {
    max-width: 100%;
  }

  .heading-10 {
    text-align: center;
  }

  .nav-link-2 {
    color: #000;
    background-color: #0000;
  }

  .nav-link-2.w--current {
    color: #000;
    background-color: #0000;
    font-size: 16px;
    font-weight: 700;
  }

  .nav-link-2.w--current:hover {
    background-color: #e2e2e2;
  }

  .image-23 {
    margin-bottom: 20px;
  }

  .image-23.hp {
    padding-right: 15px;
  }

  .link-block-6 {
    display: block;
  }

  .heading-17 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
  }

  .link-block-20 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .flex-block-2 {
    flex-direction: column;
  }

  .image-26 {
    display: block;
  }

  .image-27 {
    display: none;
  }

  .image-28 {
    display: block;
  }

  .button-11 {
    position: absolute;
    inset: auto 50% 75px;
  }

  .navothers.container {
    background-color: var(--primary-color);
    justify-content: flex-end;
  }

  .grid-5 {
    place-content: stretch;
    display: block;
  }

  .link-block-21 {
    margin-bottom: 40px;
  }

  .container-14 {
    max-width: none;
  }

  .pop-up-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .container-16 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-2 {
    background-color: var(--primary-color);
  }

  .left-arrow-2 {
    background-color: #0000;
  }

  .icon-5, .icon-6 {
    color: var(--gold);
  }

  .heading-23 {
    font-size: 28px;
  }

  .paragraph-10.padd30 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-25.titre-commander {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
  }

  .text-block-40 {
    font-size: 16px;
  }

  .btn-commander {
    height: 40px;
    line-height: 20px;
  }

  .pricing-table_header_content {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .fs_table-examples_table-container {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .fs_table-examples_table-container.is-relative-element {
    padding-top: 1rem;
  }

  .pricing-table_most-popular {
    padding-top: .7rem;
    padding-bottom: .75rem;
    top: -3rem;
  }

  .pricing-table_cell, .pricing-table_cell.is-price.background-color-blue-lighter {
    padding-right: .5rem;
  }

  .pricing-table_header_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section_big {
    margin-top: 1rem;
  }

  .text-block-52 {
    font-size: 16px;
  }

  .paragraph-12 {
    font-size: 16px;
    line-height: 26px;
  }

  .button-13 {
    font-size: 16px;
  }

  .accordion-wrapper {
    margin-top: 20px;
  }

  .section-faq {
    padding: 20px 15px 100px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .accordion-item {
    margin-bottom: 18px;
    padding-top: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-actions {
    text-align: center;
    font-family: Lato, sans-serif;
  }

  .banner-offre {
    margin-bottom: 0;
  }
}

#w-node-ab156ff2-9571-c296-fcc7-51209fd005ce-9fd005cc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ab156ff2-9571-c296-fcc7-51209fd005d8-9fd005cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_0fcaf1c1-de98-f88a-136d-34e519559651-9fd005cc, #w-node-ab156ff2-9571-c296-fcc7-51209fd005d4-9fd005cc, #w-node-_4455034d-cd86-bbfd-95f5-5c95f28feb36-9fd005cc, #w-node-_035a968f-96f0-3c68-d28d-e1141ab79e4e-e9bcb578, #w-node-_24f221ba-ac42-8c62-c343-d5e2906e83b9-e9bcb578, #w-node-f1ae1773-ee72-c4a7-5f49-c0e69a5c319d-e9bcb578, #w-node-_0d5844e7-cc65-92b7-da38-a5361ffebbbf-e9bcb578, #w-node-_3a7bff76-d0a3-9cbf-4165-a2b34094a3c8-e9bcb578, #w-node-_698ae665-0ff0-c521-5b52-7adf2bf0e726-e9bcb578, #w-node-_6f6fe94c-fa31-1d62-ae30-9642f158038f-e9bcb578, #w-node-_56d39499-c755-cd9c-9a42-10d300bf8e30-e9bcb578, #w-node-_46657bce-08c8-5e81-2fd0-c48bc96b189a-e9bcb578, #w-node-db94ac2e-4f3f-f6fd-c3d1-4ac6dac5f610-e9bcb578, #w-node-_6e4ee6f6-8369-a411-2c27-360aff14a746-e9bcb578, #w-node-c4e90315-eb4c-462b-df54-05fe21b51781-e9bcb578, #w-node-_0bdfdbb7-1807-8527-63f3-1fd971a47805-e9bcb578, #w-node-_231b825e-0dcc-f74b-9639-56be95bef3b6-e9bcb578, #w-node-_26bb3569-c362-d39f-c323-a2f7821a6bd7-e9bcb578, #w-node-_3ec32efb-f52e-7371-23bc-b4bfe4505c0e-e9bcb578, #w-node-_44c1c82b-e650-eb9f-0855-34035359576d-e9bcb578, #w-node-a9f6355a-0947-534b-041e-f6bfd95b874e-e9bcb578, #w-node-_816decb0-150b-2393-194a-25d7e147ca31-e9bcb578, #w-node-f0aa5294-05fa-a39c-40b2-418a4eacb31a-e9bcb578, #w-node-_07f8aaa1-2f4f-c71d-9c2c-281077d43783-e9bcb578, #w-node-be29a982-92f8-478a-b8a8-5f147c109755-e9bcb578, #w-node-ee59252b-d048-0aaa-2100-065f5d295fd0-e9bcb578, #w-node-_79e039fd-6565-ad4a-69d8-85d239a02fe4-e9bcb578, #w-node-_6e689f46-172c-f550-0d14-b9b951a0ea7e-e9bcb578, #w-node-_16738ac0-2d32-6673-a257-4dcb6e24be73-e9bcb578, #w-node-_4c66a518-5d1e-f2c7-ea2e-b869023bb0a5-e9bcb578, #w-node-_3fe51ae8-fd53-af5d-8f36-cef87ffa6386-e9bcb578, #w-node-_88e57a66-d287-b390-3bd3-7b18259dd911-e9bcb578, #w-node-_0957df86-a1a3-a584-69d0-384b9bbd4b44-e9bcb578, #w-node-_74ce581a-4b36-6a66-f225-1648329c07e2-e9bcb578, #w-node-_120f1fb6-498b-3535-5fdb-ff45ccc26940-e9bcb578, #w-node-_867681f6-30d2-4c14-8046-addf75394ed4-e9bcb578, #w-node-_8e9aeba7-01ba-c476-bf59-fdd1e47e43ac-e9bcb578, #w-node-df0cd0f7-e414-85f1-9b0e-af1ce25cb794-e9bcb578, #w-node-a187c210-2a29-6fee-55c8-40867bef2fba-e9bcb578, #w-node-_0f3e4803-02bb-0c9a-c1ce-65cf1bef23ca-e9bcb578, #w-node-_9bbba898-e0b1-a443-deab-dfd44948ae26-e9bcb57c, #w-node-_9bbba898-e0b1-a443-deab-dfd44948ae63-e9bcb57c, #w-node-_9bbba898-e0b1-a443-deab-dfd44948aea4-e9bcb57c, #w-node-_9bbba898-e0b1-a443-deab-dfd44948aee4-e9bcb57c, #w-node-bc8abbb9-d82d-7b79-72c6-0d3ccc31ddbe-e9bcb57d, #w-node-_148584cb-5a21-fa5b-2de9-26c7628d3666-e9bcb57d, #w-node-_4b6db436-ef8a-b022-2210-6d6db24a2d70-e9bcb57d, #w-node-_05732e74-f8e7-9cac-bc0e-8ec2c3c1119c-e9bcb57d, #w-node-_05e9e2e5-992b-ba42-1b28-d399689e2d68-e9bcb57d, #w-node-_05e9e2e5-992b-ba42-1b28-d399689e2d6c-e9bcb57d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


