* {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  height: 100%;
  padding: 0;
  font-size: 62.5%;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0;
  max-height: 99999.9rem;
  color: #ffffff;
  font-weight: normal;
  font-family: "CCWhatchamacallit-Regular";
  font-size: 18px;
  line-height: 22px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: #96BE6A;
}
@media only screen and (max-width:992px) {
  body {
    font-size: 16px;
    line-height: 20px;
  }
}

body::-webkit-scrollbar {
  display: none;
}

.container {
  position: relative;
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 0;
  z-index: 5;
  padding-top: 73px;
}
@media only screen and (max-width:767px) {
  .container {
    overflow: hidden;
  }
}

section {
  position: relative;
  z-index: 555;
}

.max-width {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 555;
}
@media only screen and (max-width:1280px) {
  .max-width {
    max-width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

a {
  position: relative;
  text-decoration: none;
  display: block;
  cursor: pointer;
  color: #ffffff;
}
a:hover, a:focus {
  text-decoration: none;
  color: #ffffff;
}

.link {
  text-decoration: underline !important;
  font-size: 18px;
  line-height: 22px;
}
@media only screen and (max-width:992px) {
  .link {
    font-size: 16px;
    line-height: 20px;
  }
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img,
svg {
  border: 0;
  display: block;
}

p,
figure {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: 700;
}

button,
a.button,
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 3rem;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: none;
  text-shadow: none;
  border: none;
  overflow: hidden;
  z-index: 998;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  padding: 0;
  text-transform: uppercase;
}
@media only screen and (max-width:992px) {
  button,
  a.button,
  .button {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width:767px) {
  button,
  a.button,
  .button {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width:1280px) {
  button .max-width,
  a.button .max-width,
  .button .max-width {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
button span,
a.button span,
.button span {
  padding: 0 !important;
  margin: 0 !important;
}

input,
select {
  color: #000;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7) !important;
}
input:-moz-placeholder,
select:-moz-placeholder {
  color: rgba(0, 0, 0, 0.7) !important;
}
input:placeholder,
select:placeholder {
  color: rgba(0, 0, 0, 0.7) !important;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: 22px !important;
  border-bottom-left-radius: 22px !important;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

footer {
  position: relative;
  background-color: #366059;
  padding: 24px 0 27px 0;
  z-index: 999;
  overflow: hidden;
}
@media only screen and (max-width:767px) {
  footer {
    padding: 12px 0 16px 0;
  }
}
footer > ul {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (max-width:1280px) {
  footer > ul {
    text-align: center;
  }
}
@media only screen and (max-width:992px) {
  footer > ul {
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media only screen and (max-width:650px) {
  footer > ul {
    gap: 12px;
  }
}
footer > ul > li {
  text-transform: uppercase;
  font-family: "gilroy-regular";
}
@media only screen and (max-width:1280px) {
  footer > ul > li {
    font-size: 14px;
  }
}
@media only screen and (max-width:992px) {
  footer > ul > li {
    width: calc(50% - 12px);
    width: -moz-calc(50% - 12px);
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    width: -moz-calc(50% - 12px);
    width: -webkit-calc(50% - 12px);
  }
}
@media only screen and (max-width:767px) {
  footer > ul > li {
    width: 100%;
    font-size: 14px;
  }
}
footer > ul > li a {
  color: white;
}

header {
  position: fixed;
  width: 100%;
  height: 73px;
  background-color: transparent;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9998;
  padding: 5px 16px 10px 16px;
  background-color: #366059;
}
header .header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1610px;
  width: 100%;
}
@media only screen and (max-width:767px) {
  header .header .header-left {
    height: 80px;
    width: 100%;
  }
}
header .header .header-left > ul {
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media only screen and (max-width:992px) {
  header .header .header-left > ul {
    gap: 4rem;
  }
}
header .header .header-left > ul > li {
  font-size: 32px;
  font-family: "v2-CWhatchamacallit-CondensedBold";
}
@media only screen and (max-width:992px) {
  header .header .header-left > ul > li {
    font-size: 28px;
  }
}
@media only screen and (max-width:767px) {
  header .header .header-left > ul > li {
    display: none;
    font-size: 24px;
  }
}
@media only screen and (max-width:767px) {
  header .header .header-left > ul > li:first-child {
    width: 100%;
    display: block;
  }
}
header .header .header-left > ul > li .logo {
  margin-right: -3.4rem;
}
@media only screen and (max-width:767px) {
  header .header .header-left > ul > li .logo {
    margin-right: 0;
    position: absolute;
    top: 0;
    left: calc(50% - 38px);
    left: -moz-calc(50% - 38px);
    left: -webkit-calc(50% - 38px);
    left: calc(50% - 38px);
    left: -moz-calc(50% - 38px);
    left: -webkit-calc(50% - 38px);
    z-index: 999;
  }
}
header .header .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 32px;
  font-family: "v2-CWhatchamacallit-CondensedBold";
}
@media only screen and (max-width:992px) {
  header .header .header-right {
    font-size: 28px;
  }
}
@media only screen and (max-width:767px) {
  header .header .header-right {
    font-size: 24px;
    display: none;
  }
}
header .header .header-right > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6rem;
}
@media only screen and (max-width:992px) {
  header .header .header-right > ul {
    gap: 4rem;
  }
}
header .header .header-right > ul > li .subnav {
  display: none;
}
header .header .header-right > ul > li.with-subnav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  height: 58px;
  cursor: pointer;
}
header .header .header-right > ul > li.with-subnav:hover .subnav, header .header .header-right > ul > li.with-subnav:focus .subnav {
  display: flex;
}
header .header .header-right > ul > li.with-subnav.open > img {
  transform: rotate(180deg);
}
header .header .header-right > ul > li.with-subnav .subnav {
  position: absolute;
  top: 49px;
  right: 0;
  width: 280px;
  display: none;
  flex-direction: column;
  gap: 20px;
  background-color: #366059;
  padding: 32px 52px 24px 52px;
  font-size: 24px;
}
@media only screen and (max-width:992px) {
  header .header .header-right > ul > li.with-subnav .subnav {
    font-size: 20px;
  }
}
@media only screen and (max-width:767px) {
  header .header .header-right > ul > li.with-subnav .subnav {
    font-size: 18px;
    display: none;
  }
}
header .header .header-right > ul > li.with-subnav .subnav a {
  color: #ffffff;
}
header .header .header-right > ul > li.with-subnav .subnav.active {
  display: flex;
}
header .header .burger-menu {
  display: none;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  z-index: 999;
}
@media only screen and (max-width:767px) {
  header .header .burger-menu {
    display: flex;
  }
}
header .header .burger-menu ul {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding-left: 0;
  padding-right: 0;
}
header .header .burger-menu ul li {
  padding: 1rem 1.8rem;
  font-size: 1.4rem;
  font-weight: 700;
}
header .header .burger-menu ul li.with-subnav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  flex-wrap: wrap;
}
header .header .burger-menu ul li.with-subnav .subnav {
  width: 100%;
}
header .header .toggle {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 51px;
  height: 58px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  z-index: 998;
}
header .header .toggle span.icon-bar {
  display: block;
  width: 3rem;
  height: 0.2rem;
  position: absolute;
  left: 2rem;
  opacity: 1;
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #ffffff;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
}
header .header .toggle span.icon-bar:first-child {
  top: 19px;
}
header .header .toggle span.icon-bar:nth-child(2), header .header .toggle span.icon-bar:nth-child(3) {
  top: 26px;
}
header .header .toggle span.icon-bar:last-child {
  top: 33px;
}
header .header .sidebar {
  width: 115%;
  height: 100vh;
  background: #ffffff;
  position: absolute;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  z-index: 999;
  top: 68px;
  right: inherit;
  left: -995px;
  bottom: 0px;
  z-index: 1;
  padding: 0;
  opacity: 1;
  background-color: #366059;
}
header .header #sidebartoggler {
  display: none;
}
header .header #sidebartoggler:checked + .page-wrap .sidebar {
  left: -20px;
  padding-left: 20px;
}
header .header #sidebartoggler:checked + .page-wrap .toggle {
  height: 55px;
  top: 0;
  left: 0;
}
header .header #sidebartoggler:checked + .page-wrap .toggle span.icon-bar:first-child, header .header #sidebartoggler:checked + .page-wrap .toggle span.icon-bar:last-child {
  display: none;
}
header .header #sidebartoggler:checked + .page-wrap .toggle span.icon-bar:nth-child(2), header .header #sidebartoggler:checked + .page-wrap .toggle span.icon-bar:nth-child(3) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 0.4rem;
}
header .header #sidebartoggler:checked + .page-wrap .toggle span.icon-bar:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 0.4rem;
}

@font-face {
  font-family: "CCWhatchamacallit-Regular";
  src: url(../../fonts/CCWhatchamacallit-Regular.eot);
  src: url(../../fonts/CCWhatchamacallit-Regular.eot?#iefix) format("embedded-opentype"), url(../../fonts/CCWhatchamacallit-Regular.otf) format("otf"), url(../../fonts/CCWhatchamacallit-Regular.svg#CCWhatchamacallit-Regular) format("svg"), url(../../fonts/CCWhatchamacallit-Regular.woff2) format("woff2"), url(../../fonts/CCWhatchamacallit-Regular.woff) format("woff"), url(../../fonts/CCWhatchamacallit-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "v2-CWhatchamacallit-CondensedRegular";
  src: url(../../fonts/v2-CWhatchamacallit-CondensedRegular.eot);
  src: url(../../fonts/v2-CWhatchamacallit-CondensedRegular.eot?#iefix) format("embedded-opentype"), url(../../fonts/v2-CWhatchamacallit-CondensedRegular.otf) format("otf"), url(../../fonts/v2-CWhatchamacallit-CondensedRegular.svg#v2-CWhatchamacallit-CondensedRegular) format("svg"), url(../../fonts/v2-CWhatchamacallit-CondensedRegular.woff2) format("woff2"), url(../../fonts/v2-CWhatchamacallit-CondensedRegular.woff) format("woff"), url(../../fonts/v2-CWhatchamacallit-CondensedRegular.ttf) format("truetype");
}
@font-face {
  font-family: "gilroy-regular";
  src: url(../../fonts/gilroy-regular.eot);
  src: url(../../fonts/gilroy-regular.eot?#iefix) format("embedded-opentype"), url(../../fonts/gilroy-regular.otf) format("otf"), url(../../fonts/gilroy-regular.svg#gilroy-regular) format("svg"), url(../../fonts/gilroy-regular.woff2) format("woff2"), url(../../fonts/gilroy-regular.woff) format("woff"), url(../../fonts/gilroy-regular.ttf) format("truetype");
}
@font-face {
  font-family: "v2-CWhatchamacallit-CondensedBold";
  src: url(../../fonts/v2-CWhatchamacallit-CondensedBold.eot);
  src: url(../../fonts/v2-CWhatchamacallit-CondensedBold.eot?#iefix) format("embedded-opentype"), url(../../fonts/v2-CWhatchamacallit-CondensedBold.svg#v2-CWhatchamacallit-CondensedBold) format("svg"), url(../../fonts/v2-CWhatchamacallit-CondensedBold.otf) format("otf"), url(../../fonts/v2-CWhatchamacallit-CondensedBold.ttf) format("truetype"), url(../../fonts/v2-CWhatchamacallit-CondensedBold.woff) format("woff"), url(../../fonts/v2-CWhatchamacallit-CondensedBold.woff2) format("woff2");
}
@font-face {
  font-family: "v2-CWhatchamacallit-Bold";
  src: url(../../fonts/v2-CWhatchamacallit-Bold.eot);
  src: url(../../fonts/v2-CWhatchamacallit-Bold.eot?#iefix) format("embedded-opentype"), url(../../fonts/v2-CWhatchamacallit-Bold.otf) format("otf"), url(../../fonts/v2-CWhatchamacallit-Bold.svg#v2-CWhatchamacallit-Bold) format("svg"), url(../../fonts/v2-CWhatchamacallit-Bold.ttf) format("truetype"), url(../../fonts/v2-CWhatchamacallit-Bold.woff) format("woff"), url(../../fonts/v2-CWhatchamacallit-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "v2-CCWhatchamacallit-Regular";
  src: url(../../fonts/v2-CCWhatchamacallit-Regular.eot);
  src: url(../../fonts/v2-CCWhatchamacallit-Regular.eot?#iefix) format("embedded-opentype"), url(../../fonts/v2-CCWhatchamacallit-Regular.otf) format("otf"), url(../../fonts/v2-CCWhatchamacallit-Regular.svg#v2-CCWhatchamacallit-Regular) format("svg"), url(../../fonts/v2-CCWhatchamacallit-Regular.woff2) format("woff2"), url(../../fonts/v2-CCWhatchamacallit-Regular.woff) format("woff"), url(../../fonts/v2-CCWhatchamacallit-Regular.ttf) format("truetype");
}
.path-frontpage .container section {
  overflow: hidden;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .splash {
    width: 120px !important;
    height: auto;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .splash {
    width: 60px !important;
  }
}
.path-frontpage .container .title {
  position: relative;
}
.path-frontpage .container .title:before {
  width: 100%;
  height: 3px;
  position: absolute;
  top: calc(50% - 1.5rem);
  top: -moz-calc(50% - 1.5rem);
  top: -webkit-calc(50% - 1.5rem);
  top: calc(50% - 1.5rem);
  top: -moz-calc(50% - 1.5rem);
  top: -webkit-calc(50% - 1.5rem);
  left: 0;
  content: "";
  background: #86754B;
}
.path-frontpage .container .title .title-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 14px;
  position: relative;
  z-index: 777;
  background: #96BE6A;
  font-family: "v2-CWhatchamacallit-CondensedBold";
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .title .title-content {
    gap: 0;
  }
}
.path-frontpage .container .title .title-content h2 {
  font-size: 58px;
  line-height: 68px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .title .title-content h2 {
    font-size: 48px;
    line-height: 48px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .title .title-content h2 {
    /*maryline*/
    font-size: 39px;
    line-height: 42px;
  }
}
.path-frontpage .container .title .title-content p {
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .title .title-content p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .title .title-content p {
    font-size: 16px;
    line-height: 18px;
  }
}
.path-frontpage .container .game .top-left {
  position: absolute;
  top: -115px;
  left: -103px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .game .top-left {
    /*maryline 20251212*/
    /*opacity: 0.6;*/
    width: 400px;
    top: -57px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .game .top-left {
    width: 280px;
  }
}
.path-frontpage .container .game .top-right {
  position: absolute;
  top: 53px;
  right: -70px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .game .top-right {
    /*maryline 20251212*/
    /*opacity: 0.6;*/
    width: 250px;
    position: absolute;
    top: 0;
    right: 14px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .game .top-right {
    display: none;
  }
}
.path-frontpage .container .game .bottom-left {
  position: absolute;
  bottom: 91px;
  left: 50px;
}
@media only screen and (max-width:1700px) {
  .path-frontpage .container .game .bottom-left {
    left: -10px;
  }
}
@media only screen and (max-width:1500px) {
  .path-frontpage .container .game .bottom-left {
    bottom: 2px;
    z-index: 555;
  }
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .game .bottom-left {
    width: 200px;
    /*maryline 20251212*/
    /*opacity: 0.6;*/
    bottom: -25px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .game .bottom-left {
    display: none;
  }
}
.path-frontpage .container .game .bottom-right {
  position: absolute;
  bottom: 69px;
  right: -200px;
}
@media only screen and (max-width:1500px) {
  .path-frontpage .container .game .bottom-right {
    bottom: -120px;
    z-index: 555;
  }
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .game .bottom-right {
    width: 300px;
    /*maryline 20251212*/
    /*opacity: 0.6;*/
    bottom: -18px;
    right: -89px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .game .bottom-right {
    display: none;
  }
}
.path-frontpage .container .game .max-width {
  max-width: 1440px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 151px;
  padding-bottom: 154px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .game .max-width {
    padding-top: 75px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .game .max-width {
    padding-bottom: 65px;
  }
}
.path-frontpage .container .game .max-width h1 {
  font-family: "v2-CWhatchamacallit-CondensedBold";
  font-size: 84px;
  line-height: 84px;
  margin-bottom: 60px;
  text-transform: uppercase;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .game .max-width h1 {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .game .max-width h1 {
    font-size: 54px;
    line-height: 54px;
  }
}
.path-frontpage .container .game .max-width > p {
  font-size: 24px;
  line-height: 32px;
  padding-top: 20px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .game .max-width > p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .game .max-width > p {
    font-size: 16px;
    line-height: 18px;
  }
}
.path-frontpage .container .game .max-width > p strong {
  font-family: "v2-CWhatchamacallit-Bold";
}
.path-frontpage .container .game .max-width .taches {
  position: relative;
  width: 949px;
  height: 338px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .game .max-width .taches {
    height: 282px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .game .max-width .taches {
    width: 100%;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .game .max-width .taches {
    height: 254px;
  }
}
.path-frontpage .container .game .max-width .taches .orange {
  position: absolute;
  top: -100px;
  right: -135px;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .game .max-width .taches .orange {
    width: 180px;
  }
}
.path-frontpage .container .game .max-width .taches .fraise {
  position: absolute;
  bottom: -34px;
  left: -67px;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .game .max-width .taches .fraise {
    width: 120px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .game .max-width .taches .fraise {
    left: -100px;
  }
}
.path-frontpage .container .game .max-width .taches .tache {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 338px;
}

/*maryline 20251212*/
@media only screen and (max-width:1280px) {
  .path-frontpage .container .game .max-width .taches .tache {
    height: 292px;
  }
}

@media only screen and (max-width:992px) {
  .path-frontpage .container .game .max-width .taches .tache {
    height: 282px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .game .max-width .taches .tache {
    height: 254px;
  }
}
.path-frontpage .container .game .max-width .taches .text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 26px;
  z-index: 5;
  padding: 32px 0 57px 0;
  margin-bottom: 20px;
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .game .max-width .taches .text {
    gap: 8px;
  }
}
.path-frontpage .container .game .max-width .taches h2 {
  font-size: 58px;
  line-height: 70px;
  font-family: "v2-CWhatchamacallit-CondensedBold";
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .game .max-width .taches h2 {
    font-size: 48px;
    line-height: 48px;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .game .max-width .taches h2 {
    font-size: 42px;
    line-height: 42px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .game .max-width .taches h2 {
    font-size: 38px;
    line-height: 38px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .game .max-width .taches h2 {
    font-size: 32px;
    line-height: 33px;
  }
}
.path-frontpage .container .game .max-width .taches h2 strong {
  font-family: "v2-CWhatchamacallit-Bold";
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .game .max-width .taches h2 strong {
    display: block;
  }
}
.path-frontpage .container .game .max-width .taches p {
  position: relative;
  font-size: 36px;
  line-height: 40px;
  font-family: "v2-CWhatchamacallit-CondensedBold";
  z-index: 654;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .game .max-width .taches p {
    font-size: 30px;
    line-height: 34px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .game .max-width .taches p {
    font-size: 22px;
    line-height: 22px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .game .max-width .taches p {
    font-size: 20px;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .game .max-width .taches p br {
    display: none;
  }
}
.path-frontpage .container .trip {
  padding-bottom: 169px;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .trip {
    padding-bottom: 53px;
  }
}
.path-frontpage .container .trip .title-content {
  padding-left: 175px;
  padding-right: 175px;
  margin-bottom: 4rem;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .trip .title-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .trip .title-content {
    margin-bottom: 20px;
  }
}
.path-frontpage .container .trip .title-content h2 {
  color: #FCEA2A;
}
.path-frontpage .container .trip .title-content p {
  color: #366059;
}
.path-frontpage .container .trip .branche {
  position: absolute;
  bottom: -81px;
  right: -100px;
}
@media only screen and (max-width:1700px) {
  .path-frontpage .container .trip .branche {
    position: absolute;
    bottom: -29px;
    right: -182px;
  }
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .trip .branche {
    width: 300px;
    right: -59px;
    /*maryline 20251212*/
    /*opacity: 0.6;*/
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .trip .branche {
    display: none;
  }
}
.path-frontpage .container .trip .max-width {
  position: relative;
  max-width: 1440px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.path-frontpage .container .trip .max-width .flower {
  position: absolute;
  top: -31px;
  left: -261px;
}
@media only screen and (max-width:1700px) {
  .path-frontpage .container .trip .max-width .flower {
    left: -140px;
  }
}
@media only screen and (max-width:1500px) {
  .path-frontpage .container .trip .max-width .flower {
    top: -56px;
    left: -100px;
  }
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .trip .max-width .flower {
    /*maryline 20251212*/
    /*opacity: 0.6;*/
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .trip .max-width .flower {
    display: none;
  }
}
.path-frontpage .container .trip .max-width .tea {
  position: absolute;
  bottom: -192px;
  left: -246px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width:1700px) {
  .path-frontpage .container .trip .max-width .tea {
    left: -157px;
  }
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .trip .max-width .tea {
    width: 200px;
    left: -50px;
    bottom: -175px;
    /*maryline 20251212*/
    /*opacity: 0.6;*/
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .trip .max-width .tea {
    display: none;
  }
}
.path-frontpage .container .trip .max-width .tea:hover, .path-frontpage .container .trip .max-width .tea:focus {
  transform: rotate(10deg);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.path-frontpage .container .trip .argument {
  position: relative;
}
.path-frontpage .container .trip .argument__content {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 74px;
  margin-inline: auto;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .trip .argument__content {
    gap: 32px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .trip .argument__content {
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }
}
.path-frontpage .container .trip .argument .elephant {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 8;
  top: 27px;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .trip .argument .elephant {
    width: 262px;
    top: 0;
  }
}
.path-frontpage .container .trip .argument .abricot {
  position: absolute;
  bottom: -62px;
  right: -62px;
}
@media only screen and (max-width:1500px) {
  .path-frontpage .container .trip .argument .abricot {
    bottom: -164px;
  }
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .trip .argument .abricot {
    width: 200px;
    /*maryline 20251212*/
    /*opacity: 0.6;*/
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .trip .argument .abricot {
    display: none;
  }
}
.path-frontpage .container .trip .argument ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 33px;
}
.path-frontpage .container .trip .argument ul > li {
  display: flex;
  flex-direction: column;
  gap: 13px;
  font-size: 24px;
  /*maryline*/
  /*max-width: 500px;*/
  max-width:509px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .trip .argument ul > li {
    font-size: 20px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .trip .argument ul > li {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .trip .argument ul > li {
    font-size: 16px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .trip .argument ul > li {
    gap: 4px;
  }
}
.path-frontpage .container .trip .argument ul > li:nth-child(2) span {
  padding-left: 45px;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .trip .argument ul > li:nth-child(2) span {
    padding-left: 0;
  }
}
.path-frontpage .container .trip .argument ul > li p {
  line-height: 30px;
  font-family: "v2-CWhatchamacallit-CondensedBold";
  color: #FCEA2A;
}
.path-frontpage .container .trip .argument ul > li span {
  line-height: 32px;
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .trip .argument ul > li span {
    line-height: 24px;
  }
}
.path-frontpage .container .trip .argument .proof {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 166px;
  height: 174px;
  font-family: "v2-CWhatchamacallit-CondensedBold";
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -51px;
  left: 0;
}
@media only screen and (max-width:1500px) {
  .path-frontpage .container .trip .argument .proof {
    left: inherit;
  }
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .trip .argument .proof {
    font-size: 20px;
    line-height: 25px;
    width: 125px;
    height: auto;
    margin-top: 0;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .trip .argument .proof {
    font-size: 16px;
    line-height: 18px;
  }
}
.path-frontpage .container .trip .argument .proof .proof-img {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .trip .argument .proof .proof-img {
    width: 125px;
    height: auto;
  }
}
.path-frontpage .container .trip .argument .proof span {
  position: relative;
  display: block;
  z-index: 5;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .trip .argument .proof span {
    padding-top: 16px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .trip .argument .proof span {
    padding-top: 30px;
  }
}
.path-frontpage .container .trip .photo {
  width: 100%;
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .trip .photo {
    margin-top: 24px;
  }
}
.path-frontpage .container .trip .photo img {
  width: 100%;
  height: auto;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.path-frontpage .container .trip .photo img:hover, .path-frontpage .container .trip .photo img:focus {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: scale(1.05);
}
.path-frontpage .container .trip .photo .tache {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 40px;
  margin-top: -157px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .trip .photo .tache {
    margin-top: 0;
  }
}
.path-frontpage .container .trip .photo .tache > img {
  position: relative;
  max-width: 263px;
  max-height: 222px;
  z-index: 2;
}
.path-frontpage .container .trip .photo .tache > a {
  position: relative;
  width: 611px;
  height: 102px;
  font-family: "v2-CWhatchamacallit-CondensedBold";
  font-size: 42px;
  line-height: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.path-frontpage .container .trip .photo .tache > a img {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .trip .photo .tache > a img {
    height: 80px;
  }
}
.path-frontpage .container .trip .photo .tache > a span {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .trip .photo .tache > a span {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .trip .photo .tache > a span {
    top: -10px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .trip .photo .tache .splash {
    display: none;
  }
}
.path-frontpage .container .trip .photo .tache div {
  width: 263px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .trip .photo .tache div {
    width: 120px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .trip .photo .tache div {
    display: none;
  }
}
.path-frontpage .container .tea-time {
  padding-bottom: 90px;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .tea-time {
    padding-bottom: 36px;
  }
}
.path-frontpage .container .tea-time .title-content {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 9rem;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .tea-time .title-content {
    margin-bottom: 4rem;
  }
}
.path-frontpage .container .tea-time .title-content h2 {
  color: #C23A3E;
  text-transform: uppercase;
}
.path-frontpage .container .tea-time .title-content p {
  color: #366059;
}
.path-frontpage .container .tea-time .max-width {
  position: relative;
  max-width: 1440px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.path-frontpage .container .tea-time .max-width .left {
  position: absolute;
  top: -37px;
  left: -102px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .tea-time .max-width .left {
    /*maryline 20251212*/
    /*opacity: 0.6;*/
    width: 250px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .tea-time .max-width .left {
    display: none;
  }
}
.path-frontpage .container .tea-time .max-width .right {
  position: absolute;
  bottom: -100px;
  right: -86px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .tea-time .max-width .right {
    /*maryline 20251212*/
    /*opacity: 0.6;*/
    width: 200px;
    right: 0;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .tea-time .max-width .right {
    display: none;
  }
}
.path-frontpage .container .tea-time .max-width .right:hover, .path-frontpage .container .tea-time .max-width .right:focus {
  transform: rotate(-10deg);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.path-frontpage .container .tea-time .max-width .center {
  max-width: 679px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.path-frontpage .container .tea-time .max-width .center .carrousel {
  position: relative;
}
.path-frontpage .container .tea-time .max-width .center .carrousel > strong {
  display: block;
  margin-bottom: 36px;
  font-size: 36px;
  line-height: 40px;
  font-family: "v2-CWhatchamacallit-CondensedBold";
  text-align: center;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .tea-time .max-width .center .carrousel > strong {
    font-size: 30px;
    line-height: 34px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .tea-time .max-width .center .carrousel > strong {
    font-size: 22px;
    line-height: 22px;
  }
}
.path-frontpage .container .tea-time .max-width .center .carrousel .glide__slide {
  position: relative;
}
.path-frontpage .container .tea-time .max-width .center .carrousel .glide__slide > img {
  position: relative;
  left: 44px;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .tea-time .max-width .center .carrousel .glide__slide > img {
    width: 75%;
    left: 95px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .tea-time .max-width .center .carrousel .glide__slide > img {
    margin-left: auto;
    margin-right: auto;
    left: inherit;
  }
}
.path-frontpage .container .tea-time .max-width .center .carrousel .glide__bullets {
  position: absolute;
  top: 0;
  right: -154px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .tea-time .max-width .center .carrousel .glide__bullets {
    right: 0;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .tea-time .max-width .center .carrousel .glide__bullets {
    display: none;
  }
}
.path-frontpage .container .tea-time .max-width .center .carrousel .glide__bullet {
  padding: 0;
  background: transparent;
  box-shadow: inherit;
}
.path-frontpage .container .tea-time .max-width .center .carrousel .valeur {
  font-size: 24px;
  line-height: 30px;
  color: #366059;
  font-family: "v2-CWhatchamacallit-CondensedBold";
  display: block;
  margin-bottom: 52px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .tea-time .max-width .center .carrousel .valeur {
    font-size: 20px;
    line-height: 25px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .tea-time .max-width .center .carrousel .valeur {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 24px;
  }
}
.path-frontpage .container .tea-time .max-width .center .proof {
  position: absolute;
  bottom: 48px;
  right: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 114px;
  font-family: "v2-CWhatchamacallit-CondensedBold";
  font-size: 36px;
  line-height: 44px;
  text-align: center;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .tea-time .max-width .center .proof {
    font-size: 30px;
    line-height: 34px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .tea-time .max-width .center .proof {
    right: inherit;
    left: 16px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .tea-time .max-width .center .proof {
    font-size: 22px;
    line-height: 22px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .tea-time .max-width .center .proof {
    width: 75px;
    left: inherit;
    /*maryline*/
    right: 6px;
    bottom: 30px;
  }
}
.path-frontpage .container .tea-time .max-width .center .proof .proof-img {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .tea-time .max-width .center .proof .proof-img {
    width: 75px;
  }
/*maryline ajout*/
  .path-frontpage .container .box .max-width .center .proof .proof-img {
    width: 75px;
    margin-left: 15px;
    margin-top: 43px;
  }  
}
.path-frontpage .container .tea-time .max-width .center .proof span {
  position: relative;
  display: block;
  z-index: 5;
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .tea-time .max-width .center .proof span {
    top: -15px;
  }
/*maryline ajout*/
  .path-frontpage .container .box .max-width .center .proof span {
    top: 21px;
  }
}
.path-frontpage .container .tea-time .max-width .center .tache {
  position: relative;
  width: 489px;
  height: 88px;
  font-family: "v2-CWhatchamacallit-CondensedBold";
  font-size: 42px;
  line-height: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .tea-time .max-width .center .tache {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .tea-time .max-width .center .tache {
    width: 100%;
    z-index: 444;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .tea-time .max-width .center .tache {
    height: 63px;
  }
}
.path-frontpage .container .tea-time .max-width .center .tache > img {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .tea-time .max-width .center .tache > img {
    width: 100%;
    height: 88px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .tea-time .max-width .center .tache > img {
    height: 63px;
  }
}
.path-frontpage .container .tea-time .max-width .center .tache span {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .tea-time .max-width .center .tache span {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .tea-time .max-width .center .tache span {
    top: -10px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .tea-time .max-width .center .tache span {
    top: 0;
  }
}
.path-frontpage .container .tea-time .max-width .center .asterisque {
  display: block;
  text-align: center;
  font-family: "v2-CWhatchamacallit-CondensedBold";
  font-size: 12px;
  color: #366059;
}
.path-frontpage .container .box {
  padding-bottom: 90px;
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .box {
    padding-bottom: 50px;
  }
}
.path-frontpage .container .box .title-content {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 9rem;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .box .title-content {
    margin-bottom: 4rem;
  }
}
.path-frontpage .container .box .title-content h2 {
  color: #FBBA35;
  text-transform: uppercase;
}
.path-frontpage .container .box .title-content p {
  color: #366059;
}
.path-frontpage .container .box .max-width {
  position: relative;
  max-width: 1440px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.path-frontpage .container .box .max-width .lemon {
  position: absolute;
  top: -92px;
  left: 104px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .box .max-width .lemon {
    /*maryline 20251212*/
    /*opacity: 0.6;*/
    width: 150px;
    top: -40px;
    left: 59px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .box .max-width .lemon {
    display: none;
  }
}
.path-frontpage .container .box .max-width .nuit-tranquille {
  position: absolute;
  top: 323px;
  left: -70px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .box .max-width .nuit-tranquille {
    /*maryline 20251212*/
    /*opacity: 0.6;*/
    width: 230px;
    left: -59px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .box .max-width .nuit-tranquille {
    display: none;
  }
}
.path-frontpage .container .box .max-width .nuit-tranquille:hover, .path-frontpage .container .box .max-width .nuit-tranquille:focus {
  transform: rotate(10deg);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.path-frontpage .container .box .max-width .right {
  position: absolute;
  bottom: -35px;
  right: -86px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .box .max-width .right {
    /*maryline 20251212*/
    /*opacity: 0.6;*/
    width: 350px;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .box .max-width .right {
    bottom: -82px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .box .max-width .right {
    display: none;
  }
}
.path-frontpage .container .box .max-width .with-proof {
  position: relative;
}
.path-frontpage .container .box .max-width .with-proof > p {
  font-family: "v2-CWhatchamacallit-CondensedBold";
  font-size: 24px;
  line-height: 30px;
  color: #366059;
  margin-bottom: 50px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .box .max-width .with-proof > p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .box .max-width .with-proof > p {
    font-size: 16px;
    line-height: 18px;
  }
}
.path-frontpage .container .box .max-width .with-proof .proof {
  position: absolute;
  bottom: 76px;
  right: -180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 114px;
  font-family: "v2-CWhatchamacallit-CondensedBold";
  font-size: 36px;
  line-height: 44px;
  text-align: center;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .box .max-width .with-proof .proof {
    font-size: 30px;
    line-height: 34px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .box .max-width .with-proof .proof {
    font-size: 22px;
    line-height: 22px;
    right: -100px;
    z-index: 900;
  }
}
.path-frontpage .container .box .max-width .with-proof .proof .proof-img {
  position: absolute;
  top: 0;
  left: 0;
}
.path-frontpage .container .box .max-width .with-proof .proof span {
  position: relative;
  display: block;
  z-index: 5;
  line-height: 38px;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .box .max-width .with-proof .proof span {
    line-height: 28px;
  }
}
.path-frontpage .container .box .max-width .center {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.path-frontpage .container .box .max-width .center > img {
  position: relative;
  left: -92px;
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .box .max-width .center > img {
    width: 300px;
    position: relative;
    z-index: 555;
    left: -36px;
  }
}
.path-frontpage .container .box .max-width .center .tache {
  position: relative;
  width: 489px;
  height: 88px;
  font-family: "v2-CWhatchamacallit-CondensedBold";
  font-size: 42px;
  line-height: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .box .max-width .center .tache {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .box .max-width .center .tache {
    width: 100%;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .box .max-width .center .tache {
    height: 63px;
  }
}
.path-frontpage .container .box .max-width .center .tache > img {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .box .max-width .center .tache > img {
    width: 100%;
    height: 88px;
    z-index: 555;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .box .max-width .center .tache > img {
    height: 63px;
  }
}
.path-frontpage .container .box .max-width .center .tache span {
  display: block;
  position: relative;
  z-index: 777;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .box .max-width .center .tache span {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .box .max-width .center .tache span {
    top: -10px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .box .max-width .center .tache span {
    top: 0;
  }
}
.path-frontpage .container .box .max-width .center .asterisque {
  display: block;
  text-align: center;
  font-family: "v2-CWhatchamacallit-CondensedBold";
  font-size: 12px;
  color: #366059;
}
.path-frontpage .container .reduc {
  padding-bottom: 110px;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .reduc {
    padding-bottom: 55px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .reduc {
    padding-bottom: 20px;
  }
}
.path-frontpage .container .reduc .apple {
  position: absolute;
  bottom: -94px;
  left: 90px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .reduc .apple {
    /*maryline 20251212*/
    /*opacity: 0.6;*/
    width: 250px;
    left: 0;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .reduc .apple {
    display: none;
  }
}
.path-frontpage .container .reduc .fraise {
  position: absolute;
  bottom: -131px;
  right: -131px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .reduc .fraise {
    /*maryline 20251212*/
    /*opacity: 0.6;*/
    width: 200px;
    right: 0;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .reduc .fraise {
    display: none;
  }
}
.path-frontpage .container .reduc .title-content {
  padding-left: 160px;
  padding-right: 160px;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .reduc .title-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.path-frontpage .container .reduc .title-content h2 {
  color: #F7C3D0;
}
.path-frontpage .container .reduc .title-content p {
  color: #366059;
}
.path-frontpage .container .reduc .max-width {
  position: relative;
  max-width: 1440px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.path-frontpage .container .reduc .max-width .content {
  display: flex;
  align-items: center;
  gap: 36px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 26px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .reduc .max-width .content {
    font-size: 20px;
    line-height: 25px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .reduc .max-width .content {
    font-size: 16px;
    line-height: 18px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
}
.path-frontpage .container .reduc .max-width .content .images {
  display: flex;
  width: 597px;
  height: 410px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .reduc .max-width .content .images {
    width: 50%;
    height: fit-content;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .reduc .max-width .content .images {
    width: 100%;
    margin-top: 20px;
  }
}
.path-frontpage .container .reduc .max-width .content .images .red {
  width: 277px;
  height: 280px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .reduc .max-width .content .images .red {
    width: 50%;
    height: fit-content;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .reduc .max-width .content .images .red {
    width: 45%;
    margin-top: 20px;
    height: auto;
  }
}
.path-frontpage .container .reduc .max-width .content .images .yellow {
  width: 305px;
  height: 294px;
  margin-top: 92px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .reduc .max-width .content .images .yellow {
    width: 50%;
    height: fit-content;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .reduc .max-width .content .images .yellow {
    width: 45%;
    margin-top: 20px;
    height: auto;
  }
}
.path-frontpage .container .reduc .max-width .content .images:hover, .path-frontpage .container .reduc .max-width .content .images:focus {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.path-frontpage .container .reduc .max-width .content .images:hover .yellow, .path-frontpage .container .reduc .max-width .content .images:focus .yellow {
  transform: rotate(-10deg);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.path-frontpage .container .reduc .max-width .content .images:hover .red, .path-frontpage .container .reduc .max-width .content .images:focus .red {
  transform: rotate(10deg);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.path-frontpage .container .reduc .max-width .tache {
  position: relative;
  width: 489px;
  height: 88px;
  font-family: "v2-CWhatchamacallit-CondensedBold";
  font-size: 42px;
  line-height: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .reduc .max-width .tache {
    width: 100%;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .reduc .max-width .tache {
    height: 63px;
  }
}
.path-frontpage .container .reduc .max-width .tache > img {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .reduc .max-width .tache > img {
    width: 100%;
    height: 88px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .reduc .max-width .tache > img {
    height: 63px;
  }
}
.path-frontpage .container .reduc .max-width .tache span {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .reduc .max-width .tache span {
    font-size: 30px;
    line-height: 36px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .reduc .max-width .tache span {
    top: -10px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .reduc .max-width .tache span {
    top: 0;
  }
}

/*# sourceMappingURL=game.css.map */
