@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
  font-family: "worldline-icons";
  src: url("../font/worldline.eot");
  src:
    url("../font/worldline.eot") format("embedded-opentype"),
    url("../font/worldline.ttf") format("truetype"),
    url("../font/worldline.woff") format("woff"),
    url("../font/worldline.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "cardstop-icons";
  src: url("../font/cardstop.eot");
  src:
    url("../font/cardstop.eot") format("embedded-opentype"),
    url("../font/cardstop.ttf") format("truetype"),
    url("../font/cardstop.woff") format("woff"),
    url("../font/cardstop.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

:root {
  --primary_green: #277777;
  --secondary_green: #46beaa;
  --primary_yellow: #ffeb78;
  --primary_grey: #f5f5f5;
  --secondary_grey: #dddddd;
  --tertiary_grey: #272727;

  --primary_red: #fa505c;
  --primary_white: #fff;
  --secondary_purple: #990dcf;
  --secondary_blue: #007dba;
  --secondary_lightgrey: #f4f4f4;
  --tertiary_purple_t1: #570777;
  --tertiary_purple_t2: #bf45cf;
  --tertiary_purple_t3: #e37dcc;
  --tertiary_blue_t1: #005480;
  --tertiary_blue_t2: #05a3d6;
  --tertiary_blue_t3: #08ccf2;
  --tertiary_grey_t1: #555;
  --tertiary_grey_t2: #9b9b9b;

  --primary_black: #000000;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

[class^="wlicon-"],
[class*=" wlicon-"] {
  font-family: "worldline-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="csicon-"],
[class*=" csicon-"] {
  font-family: "cardstop-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}
.wlicon-linkedin:before {
  content: "\e93a";
}
.wlicon-x:before {
  content: "\e777";
}
.wlicon-facebook:before {
  content: "\e922";
}
.wlicon-youtube:before {
  content: "\e920";
}
.wlicon-instagram:before {
  content: "\e923";
}

#menu,
#disclaimer,
#AccessRestricted,
#site {
  display: none;
}

/* #menu,
#filter,
#AccessRestricted,
#site {
  display: none;
} */

/* #disclaimer,
#AccessRestricted,
#filter {
  display: none;
} */

html {
  box-sizing: border-box;
  scroll-padding-top: 72px;
}
@media screen and (max-width: 1737px) {
  html {
    scroll-padding-top: 127px;
  }
}
@media screen and (max-width: calc(1024px - 1px)) {
  html {
    scroll-padding-top: 48px;
  }
}

.bold {
  font-weight: bold;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid var(--primary_green);
}

p {
  margin-top: 0;
  margin-bottom: 16px;
}

p:last-child {
  margin: 0;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none outside none;
}

ol {
  counter-reset: item;
}

ol li {
  display: block;
}

ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}

ol li li {
  padding-left: 10px;
}

ol li li:before {
  content: counters(item, ".") " ";
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

img,
iframe,
video,
audio,
object {
  max-width: 100%;
}

img,
iframe {
  border: 0 none;
}

img {
  height: auto;
  display: inline-block;
  vertical-align: top;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: none;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}

input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

fieldset {
  padding: 0;
}

button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  appearance: none;
}

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

input[type="text"],
input[type="submit"],
button {
  -moz-appearance: none;
  -webkit-appearance: none;
}

button,
select {
  text-transform: none;
}

blockquote {
  padding: 0;
  margin: 0;
}

pre {
  white-space: normal;
}

@keyframes opacity {
  50% {
    opacity: 0;
  }
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

@media (min-width: 1024px) {
  .grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
  }
}

.grid-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 16px;
}
@media screen and (max-width: calc(1024px - 1px)) {
  .grid-8:not {
    grid-template-columns: repeat(4, 1fr);
  }
}

.grid-8-container {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 16px;
}
@media screen and (max-width: calc(1024px - 1px)) {
  .grid-8-container {
    display: block;
  }
}

.grid-9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 16px;
}
@media screen and (max-width: calc(1024px - 1px)) {
  .grid-9:not {
    grid-template-columns: repeat(4, 1fr);
  }
}

.col-span-1 {
  grid-column: span 1;
}
.col-span-2 {
  grid-column: span 2;
}
.col-span-3 {
  grid-column: span 3;
}
.col-span-4 {
  grid-column: span 4;
}
.col-span-5 {
  grid-column: span 5;
}
.col-span-6 {
  grid-column: span 6;
}
.col-span-7 {
  grid-column: span 7;
}
.col-span-8 {
  grid-column: span 8;
}
.col-span-9 {
  grid-column: span 9;
}
.col-span-10 {
  grid-column: span 10;
}
.col-span-11 {
  grid-column: span 11;
}

.col-row-span-1 {
  grid-row: span 1;
}

.col-row-span-2 {
  grid-row: span 2;
}

.col-row-span-3 {
  grid-row: span 3;
}

.col-row-span-4 {
  grid-row: span 4;
}

.col-row-span-5 {
  grid-row: span 5;
}

.col-row-span-6 {
  grid-row: span 6;
}

@media (min-width: 1024px) {
  .col-md-span-1 {
    grid-column: span 1;
  }

  .col-md-span-2 {
    grid-column: span 2;
  }

  .col-md-span-3 {
    grid-column: span 3;
  }

  .col-md-span-4 {
    grid-column: span 4;
  }

  .col-md-span-5 {
    grid-column: span 5;
  }

  .col-md-span-6 {
    grid-column: span 6;
  }

  .col-md-span-7 {
    grid-column: span 7;
  }

  .col-md-span-8 {
    grid-column: span 8;
  }

  .col-md-span-9 {
    grid-column: span 9;
  }

  .col-md-span-10 {
    grid-column: span 10;
  }

  .col-md-span-11 {
    grid-column: span 11;
  }

  .col-md-span-12 {
    grid-column: span 12;
  }

  .col-md-row-span-1 {
    grid-row: span 1;
  }

  .col-md-row-span-2 {
    grid-row: span 2;
  }

  .col-md-row-span-3 {
    grid-row: span 3;
  }

  .col-md-row-span-4 {
    grid-row: span 4;
  }

  .col-md-row-span-5 {
    grid-row: span 5;
  }

  .col-md-row-span-6 {
    grid-row: span 6;
  }
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--primary_black);
  font:
    300 1rem/1.4rem "Inter",
    "Arial",
    sans-serif;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@media screen and (max-width: calc(1024px - 1px)) {
  body.no-scroll {
    overflow: hidden;
  }
}

a {
  text-decoration: none;
}

.smile-container {
  width: 100%;
  max-width:1400px;
  margin: 0 auto;
}

@media screen and (max-width: calc(1400px - 1px)) {
  .smile-container {
    max-width:none;
    padding-right: 70px;
    padding-left: 70px;
  }
}

@media screen and (max-width: calc(1024px - 1px)) {
  .smile-container {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (max-width: calc(768px - 1px)) {
  .smile-container {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.h1 {
  margin: 0;
  font:
    600 60px/100% "Inter",
    "Arial",
    sans-serif;
}

.h1:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .h1 {
    font-size: 35px;
  }
}

.h1 span {
  display: block;
}

.h1 .space {
  padding-left: 68px;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .h1 .space {
    padding-left: 26px;
  }
}

@media screen and (min-width: 1024px) and (max-width: calc(1440px - 1px)) {
  .h1-fluid {
    font-size: calc(35px + 20 * (100vw - 1024px) / 416);
  }
}

@media screen and (min-width: 430px) and (max-width: calc(1024px - 1px)) {
  .h1-fluid {
    font-size: calc(35px + 15 * (100vw - 390px) / 633);
  }
}

.h2 {
  margin: 0;
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  .h2 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.h3 {
  margin: 0;
  font:
    600 32px/100% "Inter",
    "Arial",
    sans-serif;
}

.h3:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .h3 {
    font-size: 18px;
  }
}

.h4 {
  margin: 0;
  font:
    400 20px/120% "Inter",
    "Arial",
    sans-serif;
}

.h4:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .h4 {
    font-size: 18px;
  }
}

.h5 {
  margin: 0;
  font:
    600 18px/120% "Inter",
    "Arial",
    sans-serif;
}

.h5:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .h5 {
    font-size: 14px;
  }
}

.h6 {
  margin: 0;
  font:
    600 16px/120% "Inter",
    "Arial",
    sans-serif;
}

.h6:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .h6 {
    font-size: 13px;
  }
}

.p {
  font:
    300 16px/140% "Inter",
    "Arial",
    sans-serif;
  margin: 0 0 40px;
}

.p:last-child {
  margin: 0;
}

.subheading {
  margin: 0;
  font:
    500 20px/120% "Inter",
    "Arial",
    sans-serif;
}

.paragraph-text {
  font:
    300 16px/140% "Inter",
    "Arial",
    sans-serif;
}

.hidden {
  display: none;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .hidden-sm {
    display: none;
  }
  .full-sm {
    width:100%;
    grid-column: span 12 !important;
  }
}

.btn-wrap {
  display: flex;
}

.btn-wrap-button {
  display: flex;
}

form {
  margin: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.fieldgroup {
  padding: 0;
  border-width: 0;
}

.form-item {
  position: relative;
}

label .required {
  color: red;
}

.form-actions {
  position: relative;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkbox input:checked + .checkmark {
  background-color: var(--primary_green);
}

.custom-checkbox input:focus-visible + .checkmark {
  outline: 2px solid var(--primary_black);
  outline-offset: 2px;
}

.custom-checkbox .checkmark {
  height: 20px;
  width: 20px;
  border: 1px solid var(--primary_green);
  display: inline-block;
  transition: background-color 0.2s ease;
  position: relative;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--primary_white);
  z-index: 101;
}

.header .wrap {
  padding: 8px 20px;
  align-items: center;
  background: var(--primary_white);
  transition: background 0.2s ease;
  color: var(--primary_black);
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  gap: 5px 20px;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .header .wrap {
    display: flex;
    gap: 23px;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1440px) {
  .js-animation .header .wrap {
    background: transparent;
  }
  .header .wrap.relative {
    position: relative;
  }
}

@media screen and (min-width: 1024px) {
  .header .wrap.relative {
    position: relative;
  }
}

.header .logo {
  display: flex;
  align-items: center;
  grid-row: 1 / span 2;
  grid-column: 1;
}

.header .logo a {
  display: block;
  width: 200px;
  height: 21px;
  overflow: hidden;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .header .logo a {
    /* width: 136px; */
    /* height: 32px; */
    z-index: 11;
  }
}

.header .logo a svg {
  position: relative;
  width: 100%;
  height: 100%;
}

.lang-box-desktop {
  grid-row: 1;
  grid-column: 3;
  justify-self: end;
}

.lang-box {
  width: max-content;
  font:
    400 14px/19px "Inter",
    "Arial",
    sans-serif;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .lang-box {
    line-height: 18px;
  }
}

.lang-box > a {
  position: relative;
  padding: 0 14px 0 0;
}

.lang-box > a:after {
  content: "";
  margin-left: 0.2rem;
  background-repeat: no-repeat;
  background-image: url("/images/sprite-flags.png");
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-position: -264px -120px;
}

.lang-box > a:hover {
  color: var(--primary_black);
}

.lang-box.is-opened > a {
  color: var(--primary_green);
}

.lang-box.is-opened .lang-drop {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (min-width: 1024px) {
  .lang-box.is-opened .lang-drop {
    transform: translateX(0);
    transition:
      transform 0.3s ease,
      opacity 0.3s ease;
  }
}

@media screen and (max-width: calc(1024px - 1px)) {
  .lang-box.is-opened .lang-drop {
    animation: slideFromCenter 0.2s ease-out;
    transform-origin: center;
  }
}

@keyframes slideFromCenter {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }

  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}

.lang-drop {
  background: var(--primary_white);
  position: absolute;
  right: 0;
  bottom: -58px;
  padding: 20px 16px;
  opacity: 0;
  pointer-events: none;
  transition: none;
}

@media screen and (min-width: 1024px) {
  .lang-drop {
    transform: translateY(-100%);
  }
}

@media screen and (max-width: calc(1024px - 1px)) {
  .lang-drop {
    bottom: auto;
    top: 0;
    border-left-width: 1px;
    width: calc(100vw - 148px);
    height: calc(100vh - 48px);
    right: 24px;
    padding: 16px 8px;

    background: var(--primary_black);
  }
  
  .lang-drop ul a:hover, .lang-drop ul a {
    color: var(--primary_white) !important;
  }
}

@media screen and (max-width: calc(768px - 1px)) {
  .lang-drop {
    width: calc(100vw - 80px);
  }
}

.lang-drop ul {
  display: flex;
  gap: 40px;
  font:
    400 14px/19px "Inter",
    "Arial",
    sans-serif;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .lang-drop ul {
    line-height: 18px;
    flex-direction: column;
    padding: 16px 8px;
    gap: 29px;
    font:
      400 16px/150% "Inter",
      "Arial",
      sans-serif;
  }
}

@media screen and (max-width: calc(1024px - 1px)) and (max-width: calc(1024px - 1px)) {
  .lang-drop ul {
    line-height: 140%;
  }
}

.lang-drop ul a {
  cursor: pointer;
  position: relative;
  color: var(--primary_black);
}

.lang-drop ul a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  opacity: 0;
  transform-origin: left;
  transition:
    transform 0.3s ease-out,
    opacity 0.3s ease-out;
  height: 2px;
}

.lang-drop ul a:hover:after {
  transform: scaleX(1);
  opacity: 1;
}

.lang-drop ul a:hover,
.lang-drop ul a.is-active {
  color: var(--primary_black);
}

.lang-drop ul a:hover:after,
.lang-drop ul a.is-active:after {
  transform: scaleX(1);
  opacity: 1;
}

.header-navigation {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.mega-menu {
  grid-row: 2;
  grid-column: 3;
  justify-self: flex-end;
}

.lang-box a.open {
  cursor: pointer;
}

.lang-box a.open:hover:after {
  background-position: -288px -384px;
}
.lang-box a.open:hover {
    color: var(--secondary_green);
  }

@media screen and (max-width: calc(1024px - 1px)) {
  .mega-menu {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 100vh;
    width: 100%;
    background: var(--primary_black);
    padding: 48px 50px 0;
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
    transition:
      transform 0.3s ease,
      opacity 0.3s ease;
  }

  .is-open-menu .mega-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .is-open-menu .mega-menu:before,
  .is-open-menu .mega-menu:after {
    transform: translateY(0);
  }
}

@media screen and (max-width: calc(1024px - 1px)) and (max-width: calc(768px - 1px)) {
  .mega-menu {
    padding: 48px 16px 0;
  }
}

@media screen and (max-width: calc(1024px - 1px)) {
  .mega-menu:before,
  .mega-menu:after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--secondary_green);
    transition: transform 0.7s ease;
  }

  .mega-menu:before {
    transform: translateY(-100%);
    left: 50px;
  }

  .mega-menu:after {
    transform: translateY(100%);
    right: 50px;
  }

  .lang-box a.open:after {
    background-position: -264px -384px;
  }
}

@media screen and (max-width: calc(1024px - 1px)) and (max-width: calc(768px - 1px)) {
  .mega-menu:before {
    left: 16px;
  }
}

@media screen and (max-width: calc(1024px - 1px)) and (max-width: calc(768px - 1px)) {
  .mega-menu:after {
    right: 16px;
  }
}

@media screen and (max-width: calc(1024px - 1px)) {
  @keyframes hideCircleDown {
    0% {
      clip-path: circle(150% at 50% 0%);
      opacity: 1;
    }

    100% {
      clip-path: circle(0% at 50% 0%);
      opacity: 0;
    }
  }
}

@media screen and (max-width: calc(1024px - 1px)) and (max-width: calc(1024px - 1px)) {
  .mega-menu.menu-hidden .menu {
    opacity: 0;
    pointer-events: none;
  }

  .mega-menu.menu-hidden .sign-in > a,
  .mega-menu.menu-hidden .lang-box > a {
    opacity: 0;
    pointer-events: none;
  }
}

@media screen and (max-width: calc(1024px - 1px)) {
  .mega-menu-holder {
    display: flex;
    height: 100%;
  }

  .mega-menu-holder .main-nav {
    flex: 0 0 73.5%;
    padding-top: 18px;
    position: relative;
  }

  .mega-menu-holder .main-nav ul {
    overflow-y: auto;
  }

  .is-open-menu .mega-menu-holder .user-nav-mobile {
    background-position: 100% 0;
  }

  .is-open-menu .mega-menu-holder .user-nav-mobile:before {
    transform: translateY(0);
  }

  .mega-menu-holder .user-nav-mobile .sign-in {
    order: 2;
  }

  .mega-menu-holder .user-nav-mobile .lang-box {
    margin-top: auto;
    order: 1;
  }

  .mega-menu-holder .user-nav {
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
    padding-bottom: 38px;
  }
}

.main-nav .menu {
  display: flex;
  gap: 32px;
  font:
    400 16px/150% "Inter",
    "Arial",
    sans-serif;
}

.main-nav .menu > li > a {
  color: var(--primary_black);
}
.main-nav .menu > li > a:hover {
  color: var(--primary_green);
}
@media screen and (max-width: calc(1023px)) {
  .main-nav .menu > li > a {
    color: var(--primary_white);
  }
  .main-nav .menu > li > a:hover {
    color: var(--secondary_green);
  }

  .mega-menu-holder .user-nav-mobile {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 0 40px 16px;
    gap: 32px;
    transition: background-position 0.3s ease;
    background-size: 100% auto;
  }

  .lang-box {
    color: var(--primary_white);
  }
  .lang-box > a:hover {
    color: var(--secondary_green);
  }
}

@media screen and (min-width: 1024px) and (max-width: calc(1440px - 1px)) {
  .main-nav .menu {
    font-size: calc(14px + 2 * (80vw - 1024px) / 416);
    gap: calc(5px + 27 * (100vw - 1024px) / 416);
  }
}

@media screen and (max-width: calc(1024px - 1px)) {
  .main-nav .menu {
    line-height: 140%;
    flex-direction: column;
    padding: 0 8px;
    gap: 5px;
    position: relative;
    height: 100%;
    transition: opacity 0.2s ease;
  }
}

@media screen and (min-width: 1024px) {
  .main-nav .menu > li > a,
  .main-nav .menu > li > span {
    position: relative;
    padding: 4px 0;
    display: block;
  }

  .main-nav .menu > li > a:after,
  .main-nav .menu > li > span:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-out;

    background: var(--primary_green);
    bottom: 4px;
    height: 2px;
  }

  .main-nav .menu > li:hover > a:after,
  .main-nav .menu > li:hover > span:after {
    transform: scaleX(1);
  }

  .main-nav .menu > li > a:hover:after,
  .main-nav .menu > li > span:hover:after {
    background: var(--primary_green);
  }
}

@media screen and (max-width: calc(1024px - 1px)) {
  .main-nav .menu > li {
    padding: 12px 26px 12px 8px;
  }

  .main-nav .menu > li > a,
  .main-nav .menu > li > span {
    display: block;
    position: relative;
  }

  .main-nav .menu > li > a:before,
  .main-nav .menu > li > span:before {
    content: "\e900";
    font-family: "worldline-icons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: -34px;
    transform: translate(0, -50%);
    width: 24px;
    height: 24px;
    transition: all 250ms ease;
  }
}

.burger-menu {
  cursor: pointer;
  border: none;
  color: var(--primary_black);
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  width: 20px;
  height: 20px;
  -webkit-mask-image: url(/images/icon-hamburger.svg);
  mask-image: url(/images/icon-hamburger.svg);
  text-indent: -9999px;
  position: relative;
  order: 1;
  z-index: 11;
}

@media screen and (min-width: 1024px) {
  .burger-menu {
    display: none;
  }
  .user-nav-mobile {
    display: none;
  }
}

@media screen and (max-width: calc(1023px)) {
  .lang-box-desktop {
    display: none;
  }
  .user-nav-mobile {
    display: none;
  }
}

.is-open-menu .burger-menu {
  color: var(--primary_white);
  -webkit-mask-image: url(/images/icon-close.svg);
  mask-image: url(/images/icon-close.svg);
}

.main-nav .drop-holder {
  position: absolute;
  width: 100%;
  background: var(--primary_black);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .main-nav .drop-holder {
    left: 0;
    top: 60px;
    transform: translateX(-20px);
  }
}

@media screen and (max-width: calc(1024px - 1px)) {
  .main-nav .drop-holder {
    left: 1px;
    top: 0;
    height: 100%;
    width: calc(100% - 1px);
    transform: translateX(-100%);
  }
}

.main-nav .menu-is-opened .drop-holder {
  opacity: 1;
  transform: translate(0);
  pointer-events: auto;
}

.mobile-back {
  cursor: pointer;
  color: var(--primary_green);
  display: block;
  padding: 6px 0;
  font:
    600 18px/120% "Inter",
    "Arial",
    sans-serif;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .mobile-back {
    line-height: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .mobile-back {
    display: none !important;
  }
}

.footer {
  background: var(--primary_black);
  color: var(--primary_white);
  position: relative;
}

.footer a {
  color: var(--primary_white);
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer a:hover {
  color: var(--secondary_green);
}
.footer a:hover span {
  color: var(--secondary_green);
}

.footer .smile-container {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .footer .smile-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.footer .wrap {
  padding: 0 8px;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .footer .wrap {
    padding: 0 4px;
  }
}

.footer .social-box {
  padding-bottom: 40px;
}

.footer .social-box ul {
  display: flex;
  gap: 16px;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .footer .social-box ul {
    gap: 24px;
  }
}

.footer .social-box a {
  display: block;
  width: 23px;
  height: 24px;
  color: var(--primary_white);
  transition: color 0.3s ease;
}

.footer .social-box a:hover {
  color: var(--primary_white);
}

.footer .social-box a svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  fill: currentColor;
}

.footer-nav {
  padding-bottom: 25px;
}

.footer-nav .footer-title {
  color: var(--primary_white);
  margin: 0 0 18px;
  font:
    600 18px/120% "Inter",
    "Arial",
    sans-serif;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .footer-nav .footer-title {
    line-height: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .footer-nav .footer-title {
    min-height: 45px;
  }
}

.footer-nav ul {
  padding-right: 8px;
}

.footer-nav ul li {
  padding-bottom: 16px;
  font:
    400 14px/19px "Inter",
    "Arial",
    sans-serif;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .footer-nav ul li {
    line-height: 18px;
  }
}

.footer-nav ul a {
  position: relative;
}

.footer-nav ul a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  opacity: 0;
  transform-origin: left;
  transition:
    transform 0.3s ease-out,
    opacity 0.3s ease-out;
}

.footer-nav ul a:hover:after {
  transform: scaleX(1);
  opacity: 1;
}

.footer .copy {
  color: var(--primary_white);
  font-size: 12px;
  font-weight: 400;
  font-family: "Inter", "Arial", sans-serif;
}
.footer .copy ul {
  display: flex;
  gap: 16px;
  padding-bottom: 2px;
}
.footer .copy ul li {
  font:
    400 14px / 19px "Inter",
    "Arial",
    sans-serif;
}
.footer .copy ul a {
  position: relative;
}
.footer .copy ul a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  opacity: 0;
  transform-origin: left;
  transition:
    transform 0.3s ease-out,
    opacity 0.3s ease-out;
}
.footer .copy ul a:hover:after {
  transform: scaleX(1);
  opacity: 1;
}

.ck-content {
  font:
    300 16px/140% "Inter",
    "Arial",
    sans-serif;
}

.ck-content-white {
  color: var(--primary_white);
}

.ck-content h1 {
  font:
    600 60px/100% "Inter",
    "Arial",
    sans-serif;
  color: var(--primary_green);
  margin: 0 0 28px;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .ck-content h1 {
    font-size: 35px;
    margin-bottom: 20px;
  }
}

.ck-content h2 {
  font:
    500 47px/100% "Inter",
    "Arial",
    sans-serif;
  color: var(--primary_green);
  margin: 0 0 20px;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .ck-content h2 {
    font-size: 25px;
  }
}

.ck-content h3 {
  font:
    600 32px/100% "Inter",
    "Arial",
    sans-serif;
  color: var(--primary_green);
  margin: 0 0 20px;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .ck-content h3 {
    font-size: 18px;
  }
}

.ck-content h4 {
  font:
    400 20px/120% "Inter",
    "Arial",
    sans-serif;
  color: var(--primary_green);
  margin: 0 0 20px;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .ck-content h4 {
    font-size: 18px;
  }
}

.ck-content h5 {
  font:
    600 18px/120% "Inter",
    "Arial",
    sans-serif;
  color: var(--primary_green);
  margin: 0 0 20px;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .ck-content h5 {
    font-size: 14px;
  }
}

.ck-content h6 {
  font:
    600 16px/120% "Inter",
    "Arial",
    sans-serif;
  color: var(--primary_green);
  margin: 0 0 20px;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .ck-content h6 {
    font-size: 13px;
  }
}

.ck-content p {
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 12px;
}

.ck-content p:last-child {
  margin: 0;
}



.video-content {
  width:100%;
  margin-top: 25px;
  text-align: center;
}

.video-content iframe{
  width: 600px;
  height: 350px;
}

@media screen and (max-width: 600px) {
  .video-content iframe{
    width: 300px;
    height: 175px;
  }
}

@media screen and (max-width: calc(1024px - 1px)) {
  #video .smile-container {
    padding-top:20px !important;
    padding-bottom:20px !important;
  }
}



.popup-content p a,
.ck-content p a {
  color: var(--secondary_blue);
  text-decoration: underline;
}

.popup-content p a:hover,
.ck-content p a:hover {
  color: var(--secondary_purple);
}

.popup h2 {
  font:
    500 47px / 100% "Inter",
    "Arial",
    sans-serif;
  color: var(--primary_green);
  margin: 0;
}

.ck-content ul,
.ck-content ol {
  padding: 0 0 0 7px;
  margin: 0 0 24px;
  list-style: none !important;
}

.div_country_filtered .ck-content ul {
  margin: 0;
}

.ck-content ul:last-child,
.ck-content ol:last-child {
  margin-bottom: 0;
}

.ck-content ul li,
.ck-content ol li {
  position: relative;
  padding: 6px 0 6px 18px;
}

.ck-content ul li p,
.ck-content ol li p {
  margin: 0;
}

.ck-content ul ul,
.ck-content ul ol,
.ck-content ol ul,
.ck-content ol ol {
  padding: 6px 0 0 6px;
  margin-bottom: -6px;
}

.ck-content ul a,
.ck-content ol a {
  color: var(--secondary_blue);
  text-decoration: underline;
}

.ck-content ul a:hover,
.ck-content ol a:hover {
  color: var(--secondary_purple);
}

.ck-content ul p,
.ck-content ol p {
  margin: 0 0 16px;
}

.ck-content ul p:last-child,
.ck-content ol p:last-child {
  margin: 0;
}

.ck-content ul li:before {
  position: absolute;
  left: 4px;
  top: 12px;
  content: "";
  width: 4px;
  height: 4px;
  background: var(--primary_black);
  margin: 0;
  border-radius: 100%;
}
.ck-content-white ul li:before {
  background: var(--primary_white);
}

.ck-content ol {
  counter-reset: list;
  list-style: none !important;
}

.ck-content ol li:before {
  position: absolute;
  left: 2px;
  top: 6px;
  counter-increment: list;
  content: counters(list, ".") ".";
}

.ck-content ol li li:before {
  content: counter(list, lower-latin) ".";
}

.ck-content .subheading {
  margin: 0;
  font:
    500 20px/120% "Inter",
    "Arial",
    sans-serif;
  padding-bottom: 18px;
}

.ck-content hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid var(--primary_green) !important;
  height: 0 !important;
}

.ck-content .img {
  padding-bottom: 20px;
}

.ck-content .img img {
  width: 100%;
}

.ck-content .btn-wrap {
  padding-top: 10px;
}

.ck-content figcaption {
  padding: 16px 8px 0 8px;
  font:
    400 10px/150% "Inter",
    "Arial",
    sans-serif;
  display: block;
}

.ck-content figcaption span {
  display: block;
}

.ck-content .align-center {
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.ck-content .align-left {
  clear: both;
  max-width: 50%;
  float: left;
  margin-right: 1.5rem;
}

.ck-content .align-right {
  clear: both;
  max-width: 50%;
  float: right;
  margin-left: 1.5rem;
}

.ck-content.ck p {
  margin: 0 0 16px;
}

.ck-content.ck p:last-child {
  margin: 0;
}

.ck-content.ck ul li p,
.ck-content.ck ol li p {
  margin: 0;
}

.ck-content.ck blockquote {
  padding: 0;
  margin: 0;
  font-size: inherit;
}

.ck-content.ck blockquote:before {
  display: none;
}

.accordion .row {
  border-bottom: 1px solid var(--primary_white);
  border-radius: 14px;
}

.accordion .row:hover {
  background: var(--secondary_lightgrey);
}

.accordion .row.is-active {
  background: var(--secondary_lightgrey);
}

.accordion .row.is-active .title a:after {
  transform: rotate(270deg);
  top: calc(50% - 7px);
}

.accordion .title {
  color: var(--primary_black);
  font:
    400 16px/150% "Inter",
    "Arial",
    sans-serif;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .accordion .title {
    line-height: 140%;
  }
}

.accordion .title a {
  display: block;
  position: relative;
  padding: 9px 40px 9px 15px;
  color: var(--primary_black);
}

.accordion .title a:after {
  content: "\e900";

  font-family: "worldline-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);

  transition: transform 250ms ease;
}

.accordion .slide li {
  padding: 9px 24px;
}
.accordion .slide > li {
  border-top: 1px solid var(--primary_white);
  color: var(--primary_black);
}
.accordion .slide ul li ul {
  list-style-type: disc;
  margin: 1em;
}
.accordion .slide ul li ul li {
  padding: 0px 24px 9px 0px;
}

.accordion .slide li.download-link a {
  display: block;
  position: relative;
}

.accordion .slide li.download-link a:after {
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  width: 18px;
  height: 18px;
  -webkit-mask-image: url(/images/icon-download.svg);
  mask-image: url(/images/icon-download.svg);
}

@media screen and (max-width: calc(1024px - 1px)) {
  .accordion-block .smile-container {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

.accordion-block .micro-callout {
  font:
    400 10px/150% "Inter",
    "Arial",
    sans-serif;
  padding: 15px 40px 9px 15px;
}

.accordion-block .accordion-holder {
  position: relative;
}

.accordion-block .info-side {
  padding: 0px 8px;
  position: relative;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .accordion-block .info-side {
    padding: 8px;
  }
}

.accordion-block .info-side .title {
  padding-bottom: 30px;
}
@media screen and (max-width: calc(1024px - 1px)) {
  .accordion-block .info-side .title {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .accordion-block .info-side .h2 span {
    display: block;
  }

  .accordion-block .info-side .h2 span:nth-child(3) {
    padding-left: 50px;
  }
}

.accordion-block .info-side .subtitle {
  margin: 0;
  font:
    500 20px/120% "Inter",
    "Arial",
    sans-serif;
  padding-bottom: 10px;
}

.accordion-block .numero_vert, .accordion-block .mail {
  padding: 0 0 0 15px;
  font-weight:500;
  color: var(--primary_green) !important;
}

@media screen and (min-width: 1024px) {
  .accordion-block .accordion-side {
    position: relative;
  }
}

@media screen and (max-width: calc(1024px - 1px)) {
  .accordion-block .accordion-side {
    padding: 8px 0;
  }
}

.accordion-block .accordion-side .block {
  padding-bottom: 75px;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .accordion-block .accordion-side .block {
    padding-bottom: 30px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: var(--primary_white);
    opacity: 0;
    pointer-events: none;
    height: 100%;
    overflow: auto;
    transition:
      opacity 0.2s ease,
      transform 0.2s ease;
    transform: translateX(-20px);
  }

  .accordion-block .accordion-side .block.is-active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }
}

.accordion-block .accordion-side .title-block {
  padding: 0 15px 20px;
}

.accordion-block .accordion-side .title-block h3 {
  margin: 0;
  font:
    500 32px/100% "Inter",
    "Arial",
    sans-serif;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .accordion-block .accordion-side .title-block h3 {
    font-size: 25px;
  }
}

.accordion-block .accordion-side .btn-wrap {
  padding: 0 0 7px;
}

.accordion-block .mobile-back {
  margin: 0 15px 20px;
}

.homepage .h2 em {
  font-style: normal;
}

.homepage .h2 span {
  display: block !important;
}

.img-box {
  padding: 40px 0;
}

.img-box .contextual-region {
  position: absolute;
  inset: 0;
}

.img-box .img {
  position: relative;
  height: 316px;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .img-box .img {
    height: 260px;
  }
}

.img-box .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.img-box .caption {
  padding: 16px 8px 0 8px;
  font:
    400 10px/150% "Inter",
    "Arial",
    sans-serif;
  display: block;
}

.img-box .caption span {
  display: block;
}

.img-box .caption.caption-right {
  text-align: right;
}

.table {
  width: 100%;
  overflow-x: auto;
  border-radius: 14px;
}

table {
  border-collapse: collapse;
  border-radius: 30px;
  border-style: hidden; /* hide standard table (collapsed) border */
  box-shadow: 0 0 0 1px var(--tertiary_grey); /* this draws the table border  */
}

.table table {
  width: 100%;
  border-collapse: collapse;
}

.table table td {
  padding: 24px;
  border: 1px solid var(--tertiary_grey);
  text-align: left;
  min-width: 120px;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .table table td {
    padding: 20px 12px;
  }
}

.contact-block {
  overflow: hidden;
  background: var(--primary_black);
  color: var(--primary_white);
}
.contact-block .holder {
  position: relative;
  border-bottom: 1px solid var(--tertiary_grey);
}
.contact-block .holder .title-side {
  grid-column: span 4;
}
.contact-block .holder .title-side .wrap {
  padding: 63px 28px 40px;
  position: relative;
}
.contact-block .holder .text-side {
  grid-column: span 4;
}
.contact-block .holder .text-side .wrap {
  padding: 66px 0 30px;
  position: relative;
}
.contact-block .holder .text-side .title {
  padding-bottom: 17px;
}
.contact-block .holder .text-side .title .h3 {
  font-size: 20px;
  font-weight: 400;
}
.contact-block .holder .text-side p a {
  color: var(--primary_white);
}
.contact-block .holder .text-side:before {
  left: -20px;
}
@media screen and (max-width: calc(1024px - 1px)) {
  .contact-block .holder {
    padding: 20px 0 40px;
  }
  .contact-block .holder:before {
    width: calc(100% + 140px);
    height: 33%;
  }
  .contact-block .holder .grid {
    gap: 0;
  }
  .contact-block .holder .title-side .wrap {
    padding: 15px 16px 28px;
  }
  .contact-block .holder .text-side .wrap {
    padding: 10px 16px 0;
  }
  .contact-block .holder .text-side .wrap {
    padding: 10px 16px 0;
  }

  .contact-block .holder .text-side {
    margin-bottom: 40px;
  }
}

.numero-vert img{width:250px;}

.feature-cards {
  overflow: hidden;
}

.feature-cards.bg-grey {
  background: var(--primary_grey);
  color: var(--primary_black);
}

.feature-cards.bg-grey .head {
  background: var(--primary_grey);
}

.feature-cards .holder {
  padding: 1.8rem 0;
}

.feature-cards .bg {
  position: relative;
}

.feature-cards .head {
  padding: 0 8px 13px;
  background: var(--primary_white);
  position: relative;
  z-index: 1;
}

.hero-block {
  background: var(--primary_green);
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .hero-block.no-img .micro-callout {
    left: 12%;
  }
}

@media screen and (min-width: 1024px) {
  .hero-block.no-img.reverse .micro-callout {
    left: auto;
    right: 12%;
  }
}

@media screen and (max-width: calc(1024px - 1px)) {
  .hero-block.no-img .img .img-one {
    display: none;
  }
}

.hero-block.no-img .img .img-one img {
  display: none;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .hero-block.no-img .img .img-two {
    width: 100%;
  }
}

.hero-content .micro-callout {
  position: absolute;
  bottom: 20px;
  left: -35px;
  z-index: 1;
  color: var(--primary_white);
  font:
    400 10px/150% "Inter",
    "Arial",
    sans-serif;
  writing-mode: sideways-lr;
  max-height: 300px;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .hero-content .micro-callout {
    bottom: auto;
    top: 55px;
    left: 8px;
    writing-mode: horizontal-tb;
    max-width: 280px;
  }
}

.hero-content .img {
  display: flex;
}

.hero-content .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 10%;
}

.hero-content .img .contextual-region {
  position: static;
}

.hero-content .img .full-img {
  position: relative;
  width: 100%;
  padding-top: 60%;
}

.hero-content .img .img-one,
.hero-content .img .img-two {
  position: relative;
  width: 100%;
  padding-top: 91%;
}

.hero-content .img .img-two {
  width: 69%;
}

.hero-content .img .price {
  position: absolute;
  top: 16%;
  left: 0;
  background: var(--primary_green);
  color: var(--primary_white);
  padding: 10px 16px;
  min-width: 100%;
  z-index: 1;
}

.hero-content .img .price .name {
  padding-bottom: 10px;
  font:
    400 12px/100% "Inter",
    "Arial",
    sans-serif;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .hero-content .img .price .name {
    font-size: 10px;
  }
}

.hero-content .img .price .price-cost {
  font:
    600 32px/35px "Inter",
    "Arial",
    sans-serif;
  white-space: nowrap;
  padding-bottom: 3px;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .hero-content .img .price .price-cost {
    font-size: 20px;
    line-height: 23px;
  }
}

.hero-content .img .price .index {
  font:
    400 10px/150% "Inter",
    "Arial",
    sans-serif;
  position: relative;
  padding-left: 18px;
  white-space: nowrap;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .hero-content .img .price .index {
    font-size: 8px;
  }
}

.hero-content .img .price .index:before {
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(/images/icon-accordion.svg);
  mask-image: url(/images/icon-accordion.svg);
  width: 10px;
  height: 7px;
}

.hero-content .img .price .index.down:before {
  content: "";
}

.hero-content .img .price .index.up:before {
  content: "";
  transform: rotate(180deg);
}

.hero-content .text-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .hero-content .text-side {
    padding: 0 4px 40px;
  }
}

.hero-content .h1 {
  padding-bottom: 25px;
  text-align: center;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .hero-content .h1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 95px;
  }
}

.hero-content .h1 .space {
  display: block;
  padding-left: 10%;
}

.hero-content .text-box {
  color: var(--primary_white);
}

@media screen and (max-width: calc(1024px - 1px)) {
  .hero-content .text-box {
    margin: 16px 0 0;
  }
}

.hero-content .text-box .txt {
  text-align: center;
  padding: 0 10%;
}

.hero-content .text-box .btn-wrap {
  padding-top: 30px;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .hero-content .text-box .btn-wrap {
    padding-top: 16px;
  }
}

.hero .wrap {
  position: relative;
}

.hero-home {
  background: var(--primary_black);
  overflow: hidden;
}

.hero-home .wrap {
  height: 100vh;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .hero-home .wrap {
    height: auto;
  }
}

@media screen and (min-width: 1440px) {
  .hero-home .wrap {
    padding: 0;
  }
}

.hero-home .wrap:before,
.hero-home .wrap:after {
  width: 70px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
}

.no-result-side {
  grid-column: span 12;
}

.no-result-side .wrap {
  padding: 30px 90px;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .no-result-side .wrap {
    padding: 30px 20px;
  }
}

.no-result-side .h3 {
  padding-bottom: 12px;
}

.stats-block {
  background: var(--secondary_lightgrey);
}

.stats-block .item {
  color: var(--primary_green);
  padding: 0 16px;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .stats-block .item {
    padding: 0 8px;
  }
}

.stats-block .num {
  font:
    400 70px/150% "Inter",
    "Arial",
    sans-serif;
  padding-bottom: 5px;
  word-wrap: break-word;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .stats-block .num {
    font-size: 40px;
    padding-bottom: 12px;
  }
}

.stats-block .num span {
  margin: 0 -13px;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .stats-block .num span {
    margin: 0 -8px;
  }
}

.stats-block .info {
  font:
    400 24px/120% "Inter",
    "Arial",
    sans-serif;
  word-wrap: break-word;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .stats-block .info {
    font-size: 16px;
  }
}

.tab-container h4 {
  margin-bottom: 0.5rem;
}

.tab-vertical {
  background: var(--primary_black);
  overflow: hidden;
  z-index: 50;
}

.tab-vertical .wrap {
  padding: 44px 0;
}

.tab-vertical .tab-container {
  position: relative;
}

.tab-vertical .tab-container .title {
  color: var(--primary_white);
  margin-top: -5px;
  padding-left: 5px;
  position: relative;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .tab-vertical .tab-container .title {
    padding-bottom: 6px;
  }
}

.tab-vertical .tab-container .tab-wrap {
  transition: min-height 0.3s linear;
}

.tab-vertical .tab-container .tab-item {
  padding: 5px 0;
}

.tab-vertical .tab-container .tab-title {
  color: var(--primary_white);
  overflow: hidden;
  font:
    400 25px/100% "Inter",
    "Arial",
    sans-serif;
}

@media screen and (min-width: 1024px) and (max-width: calc(1440px - 1px)) {
  .tab-vertical .tab-container .tab-title {
    font-size: calc(18px + 7 * (100vw - 1024px) / 416);
  }
}

@media screen and (max-width: calc(1024px - 1px)) {
  .tab-vertical .tab-container .tab-title {
    font-size: 20px;
  }
  .accordion .tab-title {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .tab-vertical .tab-container .tab-title a,
  .accordion .tab-title a {
    position: relative;
    display: block;
    padding: 19px 49px 19px 12px;
    transition: padding-right 0.3s ease;
  }

  .tab-vertical .tab-container .tab-title a::before,
  .accordion .tab-title a::before {
    content: "";
    position: absolute;
    inset: 0;
    transition: transform 0.3s linear;
    z-index: 0;
  }

  .tab-vertical .tab-container .tab-title a span,
  .accordion .tab-title a span {
    position: relative;
  }

  .tab-vertical .tab-container .tab-title a:after,
  .accordion .tab-title a:after {
    content: "\e900";
    font-family: "worldline-icons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 14px;
    top: 50%;
    opacity: 0;
    transform: translateY(-50%) rotate(0deg);
    transition: all 250ms ease;
  }

  .tab-vertical .tab-container .tab-title a:hover,
  .tab-vertical .tab-container .tab-title a:focus-within,
  .tab-vertical .tab-container .tab-title a.active {
    color: var(--primary_white);
    padding: 19px 49px 19px 12px;
  }

  .tab-vertical .tab-container .tab-title a:hover:before,
  .tab-vertical .tab-container .tab-title a:focus-within:before,
  .tab-vertical .tab-container .tab-title a.active:before {
    background: var(--primary_green);
    border-radius: 14px;
  }

  .tab-vertical .tab-container .tab-title a:hover:after,
  .tab-vertical .tab-container .tab-title a:focus-within:after,
  .tab-vertical .tab-container .tab-title a.active:after {
    opacity: 1;
  }
}
.tab-item-visible {
  display: block;
}
.tab-item-hidden {
  display: none;
  background-color: var(--primary_green);
  margin-top: 14px;
}
#faq .tab-item-hidden {
  background-color: var(--secondary_grey);
}
@media screen and (max-width: calc(1024px - 1px)) {
  .tab-item-visible,
  #faq .info-side {
    display: none;
  }
  .tab-item-hidden {
    display: block;
  }

  .tab-vertical .tab-container .tab-title {
    position: relative;
    display: block;
    padding: 10px 50px 10px 20px;
  }

  .tab-vertical .tab-container .tab-title a:after {
    content: "\e900";
    font-family: "worldline-icons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: center;
    transition: transform 250ms ease;
    z-index: 1;
  }

  .tab-vertical .tab-container .tab-title a.active:after,
  .accordion .tab-title a.active:after {
    transform: rotate(-90deg);
    top: 20%;
  }
}

.tab-vertical .tab-container .tab-content {
  color: var(--primary_white);
}
.tab-vertical .tab-container .tab-content {
  opacity: 0;
  transition:
    opacity 2s ease,
    height 0.6s ease;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .tab-item {
    background: var(--primary_green);
    border-radius: 14px;
  }
  .tab-vertical .tab-container .tab-title {
    color: var(--primary_white);
  }
}

@media screen and (max-width: calc(1024px - 1px)) {
  .tab-vertical .tab-container .tab-content {
    padding: 0 20px;
  }
}

.tab-vertical .tab-container .tab-content.is-active {
  opacity: 1;
  height: auto;
  padding: 10px 50px 10px 20px;
}
.accordion-block .accordion .faq-content.is-active {
  opacity: 1;
  height: auto;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .tab-vertical .tab-container .tab-content .frame {
    padding: 4px 0;
  }
}

.tab-vertical .tab-container .tab-content .img {
  position: relative;
  padding-top: 58%;
}

@media screen and (min-width: 1024px) {
  .tab-vertical .tab-container .tab-content .img {
    margin-left: 10px;
  }
}

@media screen and (max-width: calc(1024px - 1px)) {
  .tab-vertical .tab-container .tab-content .img {
    margin-bottom: 10px;
  }
}

.tab-vertical .tab-container .tab-content .img .contextual-region {
  position: absolute;
  inset: 0;
}

.tab-vertical .tab-container .tab-content img {
  position: absolute;
  left: 0;
  top: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.tab-vertical .tab-container .tab-content .text {
  color: var(--primary_white);
}

@media screen and (min-width: 1024px) {
  .tab-vertical .tab-container .tab-content .text {
    padding: 16px 10px 0;
  }
}

@media screen and (min-width: 1024px) {
  .tab-vertical.long-title .tab-container .title {
    grid-column: span 12;
    max-width: 700px;
    padding: 13px 10px 26px;
  }

  .tab-vertical.long-title .tab-container .title:before {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .tab-vertical.long-title .tab-container .tab-holder {
    grid-column: span 6;
    position: relative;
    padding-left: 30%;
  }
}

@media screen and (min-width: 1024px) {
  .tab-vertical.long-title .tab-container .tab-content {
    width: calc(100% + 10px);
    right: calc(-100% - 20px);
  }
}

.text-cta-img {
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .text-cta-img.reverse .img-side {
    order: 0;
  }
}

.text-cta-img.reverse .img-side .caption {
  text-align: left;
}

@media screen and (min-width: 1024px) {
  .text-cta-img.reverse .empty-side {
    order: 1;
  }
}

@media screen and (min-width: 1024px) {
  .text-cta-img.reverse .text-side {
    order: 2;
  }
}

.text-cta-img.reverse .text-side:before {
  right: auto;
  left: 0;
}

@media screen and (min-width: 1024px) {
  .text-cta-img.reverse .holder .wrap {
    padding-bottom: 130px;
  }
}

.text-cta-img .holder {
  position: relative;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .text-cta-img .holder {
    padding: 40px 0;
  }
}

.text-cta-img .text-side-5 {
  grid-column: span 5;
}

.text-cta-img .text-side {
  grid-column: span 7;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .text-cta-img .text-side-5,
  .text-cta-img .text-side {
    grid-column: span 4;
    /* padding-bottom: 24px; */
  }
}

.text-cta-img .text-side-5 .wrap,
.text-cta-img .text-side .wrap {
  padding-left: 8px;
  padding-right: 8px;
}

.text-cta-img .text-side-5 .btn-wrap,
.text-cta-img .text-side .btn-wrap {
  padding-top: 16px;
}

.text-cta-img .empty-side {
  grid-column: span 1;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .text-cta-img .empty-side {
    display: none;
  }
}

.text-cta-img .img-side-6 {
  grid-column: span 6;
}
.text-cta-img .img-side {
  grid-column: span 5;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .text-cta-img .img-side-6,
  .text-cta-img .img-side {
    grid-column: span 4;
  }
}

.text-cta-img .img-side-6 .media-box,
.text-cta-img .img-side .media-box {
  position: absolute;
  inset: 0;
}

.text-cta-img .img-side-6 .media-box .media-wrap,
.text-cta-img .img-side .media-box .media-wrap {
  height: 100%;
}

.text-cta-img .img-side-6 .media-box .media,
.text-cta-img .img-side .media-box .media {
  height: 100%;
}

.text-cta-img .h2 {
  padding-bottom: 30px;
}

.text-cta-img .subheading {
  padding-bottom: 12px;
}

.text-cta-img .img-box {
  padding: 0;
}

.text-cta-img .img-box .img {
  height: auto;
  padding-top: 59%;
}

.text-cta-img .img-box .caption {
  text-align: right;
}

.text-cta-img .wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .text-cta-img .wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.text-cta.bg-grey {
  background: var(--secondary_lightgrey);
}

@media screen and (min-width: 1024px) {
  .text-cta.two-column .text-side {
    grid-column: span 6;
  }
}

.text-cta .holder {
  position: relative;
}

.text-cta .wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .text-cta .wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.text-cta .title-side {
  grid-column: span 3;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .text-cta .title-side {
    grid-column: span 4;
  }
}

.text-cta .title-side .wrap {
  padding: 60px 8px;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .text-cta .title-side .wrap {
    padding: 0 4px 10px;
  }
}

.text-cta .title-side .h2 {
  color: var(--primary_green);
}

.text-cta .text-side {
  grid-column: span 3;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .text-cta .text-side {
    grid-column: span 4;
  }
}

@media screen and (max-width: calc(1024px - 1px)) {
  .text-cta .text-side .wrap {
    padding: 0 4px;
  }
}

.text-cta .text-side .btn-wrap {
  padding-top: 16px;
}

/* FORM */
.form-floating {
  margin: 32px 0;
  position: relative;
}

.form-phone,
.form-group {
  margin: 32px 0;
  position: relative;
}

.input-text label,
.form-group-phone label.label-select,
.form-group label.label-select {
  pointer-events: none;
  color: var(--primary_black);
  cursor: default;
  display: block;
  font:
    300 16px / 140% Inter,
    Arial,
    sans-serif;
  left: 10px;
  max-width: calc(100% - 50px);
  overflow: hidden;
  padding: 0 3px;
  position: absolute;
  top: 11px;
  transition: all 0.2s ease;
  white-space: nowrap;
  z-index: 1;
}

.input-text > input:not(:placeholder-shown) + label,
#form_select_country .form-country.is-active label,
#form_select_country .div_country_filtered.is-active label,
.form-phone label {
  background: #fff;
  font:
    300 10px / 140% Inter,
    Arial,
    sans-serif;
  left: 10px;
  top: -7px;
}
.form-phone {
  display: flex;
  flex-direction: row;
}

.form-control,
.form-group-phone,
.form-group #select-country-button,
.form-group #input-calling-code-button {
  width: 100%;
  padding: 8px 10px 7px;
  border: 1px solid var(--primary_black);
  border-radius: 0;
  color: var(--primary_black);
  background: #fff;
  outline: none;
  font:
    300 16px / 140% Inter,
    Arial,
    sans-serif;
  min-height: 45px;
  transition: border 0.3s ease;
}

#tel {
  width: 100%;
  padding: 12px 10px 8px 60px;
}
#country-button .ui-selectmenu-icon {
  display: none;
}

.ui-menu.overflow {
  height: 230px;
}

.form-group .ui-menu-item div {
  padding: 8px 10px;
  font:
    300 16px / 140% Inter,
    Arial,
    sans-serif;
}
body .ui-selectmenu-optgroup,
body .ui-menu-item-wrapper {
  color: var(--primary_black);
  font:
    300 16px / 140% Inter,
    Arial,
    sans-serif;
  background: white;
  border: none;
  padding: 8px 10px !important;
}
body .ui-menu-item-wrapper:hover {
  border: none;
  color: var(--primary_black);
  background: #f2f3f8;
}

body .ui-state-active,
body .ui-widget-content .ui-state-active,
body .ui-widget-header .ui-state-active {
  border: none;
  margin: 0;
  color: var(--primary_black);
  background: #f2f3f8;
}

.form-group-phone:hover,
.form-control:hover,
.ui-widget.ui-widget-content,
.form-group .ui-selectmenu-button-open,
.form-group .ui-selectmenu-button:hover {
  border: 1px solid var(--primary_black);
}

body .ui-selectmenu-menu {
  padding-top: 10px;
}

/* fond bleu pour l'item sélectionné dans le menu (et garde la couleur au hover) */
.ui-menu .ui-menu-item-wrapper.selected-option {
  background: var(--primary_black) !important;
  color: white !important;
}
.ui-menu .ui-menu-item-wrapper.selected-option:hover {
  background: var(--primary_black) !important;
  color: white !important;
}

/* --- remplacer l’icône par le SVG --- */
.ui-selectmenu-button .ui-icon {
  width: 1.2em;
  height: 1.2em;
  margin-left: auto;
  flex-shrink: 0;

  /* on utilise mask pour appliquer currentColor */
  -webkit-mask: url("data:image/svg+xml;utf8,<svg fill='currentColor' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'><path d='M31 26.4q0 .3-.2.5l-1.1 1.2q-.3.2-.6.2t-.5-.2l-8.7-8.8-8.8 8.8q-.2.2-.5.2t-.5-.2l-1.2-1.2q-.2-.2-.2-.5t.2-.5l10.4-10.4q.3-.2.6-.2t.5.2l10.4 10.4q.2.2.2.5z'/></svg>")
    no-repeat center / contain;
  mask: url("data:image/svg+xml;utf8,<svg fill='currentColor' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'><path d='M31 26.4q0 .3-.2.5l-1.1 1.2q-.3.2-.6.2t-.5-.2l-8.7-8.8-8.8 8.8q-.2.2-.5.2t-.5-.2l-1.2-1.2q-.2-.2-.2-.5t.2-.5l10.4-10.4q.3-.2.6-.2t.5.2l10.4 10.4q.2.2.2.5z'/></svg>")
    no-repeat center / contain;
  background-color: currentColor; /* applique la couleur du texte */
}

/* --- rotation quand le menu est ouvert --- */
.ui-selectmenu-button.ui-selectmenu-button-open .ui-icon {
  transform: rotate(180deg);
}
/* --- fin icône SVG --- */

/* Menu scrollable */
.ui-menu::-webkit-scrollbar-track {
  border: var(--primary_black);
  background-color: white;
}
.ui-menu::-webkit-scrollbar-thumb {
  background-color: var(--primary_black);
}
.ui-menu::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

/* message error */
.invalid-feedback {
  color: #fa505c;
  font:
    400 10px / 140% Inter,
    Arial,
    sans-serif;
  left: 10px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: calc(100% + 2px);
}

/* button */
.primaryButton {
  background: var(--primary_green);
  border: 1px solid var(--primary_green);
  border-radius: 24px;
  color: var(--primary_white);
  cursor: pointer;
  font:
    500 16px / 100% Inter,
    Arial,
    sans-serif;
  min-width: 130px;
  padding: 11px 24px;
  position: relative;
  text-align: center;
  transition: all 0.4s ease;
}
.primaryButton > span {
  position: relative;
  z-index: 1;
}
.primaryButton > svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.primaryButton > svg path {
  fill: var(--primary_white);
}

.primaryButton:hover {
  background: var(--primary_white);
  border-color: var(--primary_black);
  color: var(--primary_black);
}
.primaryButton:hover > svg path {
  fill: var(--primary_black);
}

.secondaryButton {
  background: var(--primary_yellow);
  border: 1px solid var(--primary_yellow);
  border-radius: 24px;
  color: var(--primary_black);
  cursor: pointer;
  font:
    500 16px / 100% Inter,
    Arial,
    sans-serif;
  min-width: 130px;
  padding: 11px 24px;
  position: relative;
  text-align: left;
  transition: all 0.4s ease;
}
.secondaryButton > span {
  position: relative;
  z-index: 1;
}
.secondaryButton > svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.secondaryButton > svg path {
  fill: var(--primary_black);
}

.secondaryButton:hover {
  background: transparent;
  border-color: var(--primary_white);
  color: var(--primary_white);
}
.secondaryButton:hover > svg path {
  fill: var(--primary_white);
}

.tertiaryButton {
  background: var(--primary_black);
  border: 1px solid var(--primary_black);
  border-radius: 24px;
  color: var(--primary_white);
  cursor: pointer;
  font:
    500 16px / 100% Inter,
    Arial,
    sans-serif;
  min-width: 130px;
  padding: 11px 24px;
  position: relative;
  text-align: left;
  transition: all 0.4s ease;
}
.tertiaryButton > span {
  position: relative;
  z-index: 1;
}
.tertiaryButton > svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.tertiaryButton > svg path {
  fill: var(--primary_black);
}

.tertiaryButton:hover {
  background: transparent;
  border-color: var(--primary_white);
  color: var(--primary_white);
}
.tertiaryButton:hover > svg path {
  fill: var(--primary_white);
}

#btn-simulate{
  width: fit-content;
  border-radius: 30px;
  font: 500 25px / 100% Inter, Arial, sans-serif;
  padding: 12px 28px;
}

@media screen and (max-width: 600px) {
  #btn-simulate{
    font: 500 20px / 100% Inter, Arial, sans-serif;
    padding: 11px 24px;
  }
}



/* téléchargement */
.download-list li {
  color: var(--primary_green);
  margin-bottom: 8px;
}
.download-list li:not(:last-child) {
  margin-bottom: 0px;
}

.download-list li a {
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 9px 24px;
  color: var(--primary_black);
  font:
    400 16px/150% "Inter",
    "Arial",
    sans-serif;
}
.download-list li.download-link a:after {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-color: currentColor;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  width: 18px;
  height: 18px;
  -webkit-mask-image: url(/images/icon-download.svg);
  mask-image: url(/images/icon-download.svg);
}
.download-list li a:hover {
  color: var(--primary_green);
  text-decoration: underline;
}

.file-type {
  display: block;
  align-self: center;
}
.file-format {
  margin-left: auto;
  padding-right: 10%;
  display: block;
  align-self: center;
}

/* #calendrier .holder, */
.text-cta-img .text-side-calendar h2 {
  padding: 0;
}

.table td {
  border: 1px solid var(--primary_black);
  padding: 16px;
}
.table td:first-child {
  width: 243px;
}
@media screen and (max-width: calc(1024px - 1px)) {
  .table td:first-child {
    width: 50%;
  }
}

.text-side-calendar-table {
  grid-column: span 7;
  background: var(--secondary_lightgrey);
  z-index: 1;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .text-side-calendar-table {
    grid-column: span 8;
  }
}

.bt-tab {
  cursor: pointer;
}

/* accordion */
.accordion {
  background-color: var(--primary_white);
}

/* popup */
/* Fond assombri */
.overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

/* Boîte popup */
.popup {
  background: #fff;
  max-width: 80%;
  width: 100%;
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  display: flex;
  flex-direction: column;
  max-height: 80vh;
  outline: none;
}

/* Bouton fermer */
.popup .close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: transparent;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
}

/* Zone de contenu scrollable */
.popup-content {
  padding: 1.5rem;
  overflow-y: auto;
  flex: 1; /* occupe tout l’espace dispo */
}

/* Animation */
.popup.show {
  opacity: 1;
  transform: translateY(0);
  transition: all 180ms ease-out;
}

#input-calling-code-menu > :first-child,
#select-country-menu > :first-child {
  display: none;
}

/* input radio */
label.label-radio:has([type="radio"]) {
  display: inline-flex;
  align-items: center;
  border: 1px solid #aaa;
  padding: 1rem 1.5rem;
  border-radius: 3rem;
  transition: background-color 0.3s;
}

label.label-radio:has([type="radio"]:not(:disabled)) {
  cursor: pointer;
}

.div_country_filtered input[type="radio"] {
  appearance: none;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border: inherit;
  border-radius: inherit;
  border-radius: 50%;
  background-color: white;
  position: relative;
  z-index: 10;
  margin-right: 5px;
  outline: none;
}
.div_country_filtered input[type="radio"]:hover {
  background: var(--primary_black) 0d;
}
.div_country_filtered input[type="radio"]:focus {
  background: var(--primary_black) 1a;
}
.div_country_filtered input[type="radio"]:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-left: 5px;
  border-radius: 50%;
  border: 1px solid var(--primary_black);
  z-index: 1;
}

.div_country_filtered input[type="radio"]:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
}
.div_country_filtered input[type="radio"]:checked:after {
  background: var(--primary_black);
}

.div_country_filtered .input-radio {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

#calendrier.bg-grey, #video.bg-grey {
  background: var(--secondary_lightgrey);
}
#calendrier.text-cta-img .h2 {
  padding-left: 8px;
  padding-right: 8px;
}
#calendrier .micro-callout {
  grid-column: span 7;
  margin: 32px 8px 0;
  font:
    400 10px/140% "Inter",
    "Arial",
    sans-serif;
}
@media screen and (max-width: calc(1024px - 1px)) {
  #calendrier .micro-callout {
    grid-column: span 4;
    margin: 32px 8px 0;
  }
}

/* documentation */
#documentation {
  background: var(--primary_grey);
}
*:lang(en) #documentation {
  background: var(--primary_white);
}

#introduction .micro-callout {
  margin: 32px 0 0;
  font:
    400 10px/140% "Inter",
    "Arial",
    sans-serif;
}

.modalites-block {
  overflow: hidden;
  background: var(--primary_green);
  color: var(--primary_white);
  padding-top: 20px;
  padding-bottom: 20px;
}
.modalites-block .holder {
  position: relative;
}
.modalites-block .holder .title-side {
  grid-column: span 8;
}
.modalites-block .title-side {
  padding: 30px 8px 8px 8px;
  position: relative;
}
.modalites-block .holder .text-side {
  grid-column: span 12;
}
.modalites-block .grid {
  gap: 0 20px;
}
.modalites-block .ck-content {
  padding: 30px 8px;
  position: relative;
}
.modalites-block .ck-content h3 {
  color: var(--primary_white);
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
}
.modalites-block .ck-content h5 {
  margin-bottom: 30px;
  color: var(--primary_white);
}
.modalites-block .ck-content p {
  color: var(--primary_white);
}

/* numéro vert */
.numero_vert svg {
  width: 100%;
  max-width: 320px;
}
.numero_vert .cls-1 {
  fill: #fff;
}
.numero_vert .cls-2 {
  fill: #76b72a;
}
.numero_vert .cls-3 {
  fill: #c5c5c5;
}
/* fin numero_vert */

#disclaimer .wrap {
  padding-left: 8px;
  padding-right: 8px;
}

/* FAQ */
#faq .tab-vertical {
  background-color: var(--primary_white);
  margin-left: -8px;
  width: calc(100% + 35px);
}
#faq .tab-vertical .tab-container .tab-title {
  color: var(--primary_black);
}
#faq .bt-faq {
  cursor: pointer;
}
.accordion .tab-title a {
  font-weight: 400;
  position: relative;
  display: block;
  padding: 9px 40px 9px 15px;
}
.accordion .tab-title a:after {
  content: "\e900";
  font-family: "worldline-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 250ms ease;
  z-index: 1;
}
.accordion-block .accordion .faq-content {
  opacity: 0;
  transition:
    opacity 2s ease,
    height 0.6s ease;
  height: 0;
  overflow: hidden;
}

.mapponde-img img {
  border-radius: 14px;
}

.pdg-img img {
  border: 1px solid var(--secondary_grey);
  border-radius: 14px;

}

.pdg-img img {
  width: 800px;
  max-width: 100%;
}

.rounded-corners {
  border-radius: 14px;
}

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

*:lang(en) #menu,
*:lang(en) #introduction,
*:lang(en) #video,
*:lang(en) #modalites,
*:lang(en) #calendrier,
*:lang(en) #souscription,
*:lang(en) #faq,
*:lang(en) #contact,
*:lang(en) .doc-fr {
  display: none !important;
}

*:lang(fr) .doc-en {
  display: none !important;
}

/* BOOTSTRAP 5 */
.d-block {
  display: block !important;
}

.position-relative {
  position: relative;
}
.d-none {
  display: none;
}
@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-none {
    display: none !important;
  }
}
@media (max-width: 1400px) {
  .col-xxl-12 {
    grid-column: span 12 !important;
  }
}

.border-0 {
  border: none;
}

.fw-bold {
    font-weight: 700 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}

.col-span-12 {
  grid-column: span 12 !important;
}

.mt-auto {
  margin-top: auto !important;
}
/* END - BOOTSTRAP 5 */

/* COOKIE CONSENT */
#tarteaucitronRoot .tarteaucitronDeny,
#tarteaucitronRoot .tarteaucitronAllow {
  background: var(--primary_green) !important;
}
#tarteaucitronRoot .tarteaucitronDeny span,
#tarteaucitronRoot .tarteaucitronAllow span {
  color: var(--primary_white) !important;
}
#tarteaucitronRoot .tarteaucitronCross::before,
#tarteaucitronRoot .tarteaucitronCheck::before {
  color: var(--primary_white) !important;
}
/* END - COOKIE CONSENT */
