* {
  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;
}
/*maryline 20251212*/

@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;
}

.hero {
  display: flex;
  justify-content: center;
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width:650px) {
  .hero {
    padding-top: 0;
    padding-bottom: 12px;
  }
}
.hero img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width:650px) {
  .hero img.desk {
    display: none;
  }
}
.hero img.resp {
  display: none;
}
@media only screen and (max-width:650px) {
  .hero img.resp {
    display: block;
  }
}

@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 .carrousel-hero {
  color: white;
  text-align: center;
  font-family: "v2-CWhatchamacallit-CondensedBold";
}
.path-frontpage .container .carrousel-hero .title {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.path-frontpage .container .carrousel-hero .title .title__top {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 12px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .carrousel-hero .title .title__top {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .carrousel-hero .title .title__top {
    margin-bottom: 0;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel-hero .title .title__top {
    font-size: 22px;
    line-height: 22px;
  }
}
.path-frontpage .container .carrousel-hero .title .title__top span {
  display: block;
  font-size: 18px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .carrousel-hero .title .title__top span {
    font-size: 16px;
  }
}
.path-frontpage .container .carrousel-hero .title h1 {
  font-size: 58px;
  line-height: 113px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .carrousel-hero .title h1 {
    font-size: 48px;
    line-height: 80px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel-hero .title h1 {
    font-size: 42px;
    line-height: 60px;
  }
}
.path-frontpage .container .carrousel-hero .glide__slide {
  padding: 36px 16px 40px 16px;
  min-height: 565px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .carrousel-hero .glide__slide {
    min-height: 520px;
    align-items: center;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .carrousel-hero .glide__slide {
    min-height: 740px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel-hero .glide__slide {
    min-height: 573px;
  }
}
.path-frontpage .container .carrousel-hero .glide__bullets {
  margin-top: -60px;
  margin-bottom: 30px;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel-hero .glide__bullets {
    margin-top: -30px;
  }
}
.path-frontpage .container .carrousel-hero .glide__bullet {
  padding: 0;
  width: 13px;
  height: 13px;
  background-color: white;
  box-shadow: inherit;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.6;
  margin-inline: 0.7rem;
}
.path-frontpage .container .carrousel-hero .glide__bullet--active {
  opacity: 1;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .carrousel-hero .splash {
    width: 120px;
    height: auto;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel-hero .splash {
    width: 60px;
    /*maryline 20251216*/
    display:none
  }
}
.path-frontpage .container .carrousel-hero .glide-one {
  background-color: #366059;
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .carrousel-hero .glide-one {
    padding-top: 16px;
    height: 643px;
  }
}
.path-frontpage .container .carrousel-hero .glide-one .title {
  max-width: 605px;
}
.path-frontpage .container .carrousel-hero .glide-one .title .img-elephant {
  position: absolute;
  top: 0;
  left: -275px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .carrousel-hero .glide-one .title .img-elephant {
    /*maryline 20251212 */
    /*left: -196px;*/
    left : -253px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .carrousel-hero .glide-one .title .img-elephant {
    position: relative;
    top: inherit;
    left: inherit;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .carrousel-hero .glide-one .title .img-elephant {
    width: 160px;
    height: auto;
    margin-bottom: 12px;
  }
}
.path-frontpage .container .carrousel-hero .glide-one .title .img-splash {
  position: absolute;
  bottom: 0;
  right: -244px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .carrousel-hero .glide-one .title .img-splash {
    /*maryline 20251212 */
    /*right: -120px;*/
    right: -225px;
    z-index: 2;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .carrousel-hero .glide-one .title .img-splash {
    right: -52px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel-hero .glide-one .title .img-splash {
    right: 0;
  }
}
.path-frontpage .container .carrousel-hero .glide-one .tache {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 605px;
  height: 141px;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel-hero .glide-one .tache {
    width: 358px;
    margin-left: auto;
    margin-right: auto;
  }
}
.path-frontpage .container .carrousel-hero .glide-one .tache > img {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel-hero .glide-one .tache > img {
    width: 358px;
    height: 141px;
  }
}
.path-frontpage .container .carrousel-hero .glide-one .tache__text {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 2;
  text-transform: uppercase;
}
.path-frontpage .container .carrousel-hero .glide-one .tache__text p {
  font-size: 84px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .carrousel-hero .glide-one .tache__text p {
    font-size: 70px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel-hero .glide-one .tache__text p {
    font-size: 54px;
  }
}
.path-frontpage .container .carrousel-hero .glide-one .tache__text span {
  font-size: 36px;
  line-height: 36px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .carrousel-hero .glide-one .tache__text span {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel-hero .glide-one .tache__text span {
    font-size: 22px;
    line-height: 22px;
  }
}
.path-frontpage .container .carrousel-hero .glide-one .tache__text i {
  display: block;
  font-style: normal;
  font-size: 42px;
  line-height: 42px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .carrousel-hero .glide-one .tache__text i {
    font-size: 36px;
    line-height: 36px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel-hero .glide-one .tache__text i {
    font-size: 30px;
    line-height: 30px;
  }
}
.path-frontpage .container .carrousel-hero .glide-one .argument {
  display: flex;
  gap: 1rem;
  font-size: 40px;
  line-height: 63px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1320px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (max-width:1500px) {
  .path-frontpage .container .carrousel-hero .glide-one .argument {
    line-height: 40px;
  }
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .carrousel-hero .glide-one .argument {
    font-size: 30px;
    line-height: 30px;
    /*maryline 20251212*/
    margin-left: 33px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel-hero .glide-one .argument {
    font-size: 22px;
    line-height: 22px;
  }
}
.path-frontpage .container .carrousel-hero .glide-one .argument div {
  width: 170px;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .carrousel-hero .glide-one .argument div {
    width: 120px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel-hero .glide-one .argument div {
    width: 60px;
  }
}
.path-frontpage .container .carrousel-hero .glide-two {
  display: flex;
  gap: 1rem;
  justify-content: center;
  background-color: #C6DEC9;
  /*maryline*/
  color:#366059
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .carrousel-hero .glide-two {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel-hero .glide-two {
    padding-top: 16px;
	min-height: 643px;
  }
}
.path-frontpage .container .carrousel-hero .glide-two .title {
  max-width: 732px;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .carrousel-hero .glide-two .text {
    order: 1;
  }
}
.path-frontpage .container .carrousel-hero .glide-two .tache {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 732px;
  height: 171px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .carrousel-hero .glide-two .tache {
    width: 540px;
    /*maryline 20251212*/
    margin: 0 auto;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .carrousel-hero .glide-two .tache {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel-hero .glide-two .tache {
    width: 100%;
  }
}
.path-frontpage .container .carrousel-hero .glide-two .tache > img {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .carrousel-hero .glide-two .tache > img {
    width: 540px;
    height: 171px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel-hero .glide-two .tache > img {
    width: 100%;
  }
}
.path-frontpage .container .carrousel-hero .glide-two .tache__text {
  position: relative;
  padding: 38px 6px 28px 6px;
  text-transform: uppercase;
}
.path-frontpage .container .carrousel-hero .glide-two .tache__text p {
  font-size: 36px;
  line-height: 36px;
  text-transform: none;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .carrousel-hero .glide-two .tache__text p {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel-hero .glide-two .tache__text p {
    font-size: 22px;
    line-height: 22px;
  }
}
.path-frontpage .container .carrousel-hero .glide-two .tache__text span {
  font-size: 58px;
  text-transform: uppercase;
  line-height: 90px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .carrousel-hero .glide-two .tache__text span {
    font-size: 48px;
    line-height: 80px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel-hero .glide-two .tache__text span {
    font-size: 42px;
    line-height: 42px;
  }
}
.path-frontpage .container .carrousel-hero .glide-two .collector {
  display: flex;
  align-items: center;
  margin-top: 16px;
  font-size: 18px;
  line-height: 24px;
  font-family: "CCWhatchamacallit-Regular";
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .carrousel-hero .glide-two .collector {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .carrousel-hero .glide-two .collector {
    margin-top: 4px;
  }
}
.path-frontpage .container .carrousel-hero .glide-two .product-one {
  margin-top: 40px;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .carrousel-hero .glide-two .product-one {
    order: 2;
    margin-top: 0;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel-hero .glide-two .product-one {
    width: 45%;
    margin-top: -38px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .carrousel-hero .glide-two .product-one {
    margin-top: -46px;  
  }
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .carrousel-hero .glide-two .product-one img {
    width: 250px;
    height: auto;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel-hero .glide-two .product-one img {
    width: 210px;
    margin-left: 28px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .carrousel-hero .glide-two .product-one img {
    width: 100%;
    margin-left: -16px;
  }
}
.path-frontpage .container .carrousel-hero .glide-two .product-one > span {
  padding-left: 84px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .carrousel-hero .glide-two .product-one > span {
    padding-left: 61px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .carrousel-hero .glide-two .product-one > span {
    padding: 0;
  }
}
.path-frontpage .container .carrousel-hero .glide-two .product-one p {
  padding-left: 91px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .carrousel-hero .glide-two .product-one p {
    padding-left: 64px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .carrousel-hero .glide-two .product-one p {
    padding: 0;
  }
}
.path-frontpage .container .carrousel-hero .glide-two .product-two {
  margin-top: 89px;
}

@media only screen and (max-width:1280px) {
  .path-frontpage .container .carrousel-hero .glide-two .product-two {
    margin-top: 0px;
  }
}

@media only screen and (max-width:992px) {
  .path-frontpage .container .carrousel-hero .glide-two .product-two {
    order: 3;
    margin-top: 0;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel-hero .glide-two .product-two {
    width: 45%;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .carrousel-hero .glide-two .product-two {
    margin-top: -63px;
  }
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .carrousel-hero .glide-two .product-two img {
    width: 250px;
    height: auto;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel-hero .glide-two .product-two img {
    width: 224px;
    margin-left: 28px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .carrousel-hero .glide-two .product-two img {
    width: 100%;
    margin-left: 11px;
  }
}
.path-frontpage .container .carrousel-hero .glide-two .product > span {
  font-size: 12px;
  line-height: 12px;
}
.path-frontpage .container .carrousel-hero .glide-two .product p {
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .carrousel-hero .glide-two .product p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel-hero .glide-two .product p {
    font-size: 16px;
    line-height: 18px;
  }
}
.path-frontpage .container .carrousel-hero .glide-two .product p span {
  text-transform: uppercase;
}
.path-frontpage .container .carrousel-hero .glide-three {
  display: flex;
  justify-content: center;
  background-color: #DA8B7F;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .carrousel-hero .glide-three {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel-hero .glide-three {
    padding-top: 16px;
	min-height: 643px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .carrousel-hero .glide-three .text {
    order: 1;
    width: 100%;
  }
}
.path-frontpage .container .carrousel-hero .glide-three .img-left {
  max-height: 424px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .carrousel-hero .glide-three .img-left {
    max-height: 245px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .carrousel-hero .glide-three .img-left {
    order: 2;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel-hero .glide-three .img-left {
    width: 45%;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .carrousel-hero .glide-three .img-left {
    /*maryline*/
    width:47 %;
  }
}
.path-frontpage .container .carrousel-hero .glide-three .img-right {
  max-height: 413px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .carrousel-hero .glide-three .img-right {
    max-height: 245px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .carrousel-hero .glide-three .img-right {
    order: 3;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel-hero .glide-three .img-right {
    width: 47%;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .carrousel-hero .glide-three .img-right {
    /*maryline*/
    width: 45%;
  }
}
.path-frontpage .container .carrousel-hero .glide-three .title {
  max-width: 562px;
}
.path-frontpage .container .carrousel-hero .glide-three .title strong {
  font-size: 58px;
  line-height: 60px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .carrousel-hero .glide-three .title strong {
    font-size: 48px;
    line-height: 48px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel-hero .glide-three .title strong {
    font-size: 42px;
    line-height: 42px;
  }
}
.path-frontpage .container .carrousel-hero .glide-three .tache {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 477px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel-hero .glide-three .tache {
    width: 100%;
  }
}
.path-frontpage .container .carrousel-hero .glide-three .tache > img {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel-hero .glide-three .tache > img {
    width: 100%;
    height: 161px;
  }
}
.path-frontpage .container .carrousel-hero .glide-three .tache__text {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 2;
  text-transform: uppercase;
}
.path-frontpage .container .carrousel-hero .glide-three .tache__text p {
  font-size: 146px;
}
.path-frontpage .container .carrousel-hero .glide-three .tache__text span {
  font-size: 63px;
  line-height: 63px;
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .carrousel-hero .glide-three .tache__text span {
    font-size: 38px;
    line-height: 38px;
  }
}
.path-frontpage .container .carrousel-hero .glide-three .tache__text i {
  display: block;
  font-style: normal;
  font-size: 47px;
  line-height: 47px;
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .carrousel-hero .glide-three .tache__text i {
    font-size: 30px;
    line-height: 30px;
  }
}
.path-frontpage .container .carrousel-hero .glide-three .collector {
  margin-top: 24px;
}
.path-frontpage .container .carrousel-hero .glide-three .collector p {
  font-size: 24px;
  line-height: 24px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .carrousel-hero .glide-three .collector p {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .carrousel-hero .glide-three .collector p {
    font-size: 16px;
    line-height: 18px;
  }
}
.path-frontpage .container .carrousel-hero .glide-three .collector span {
  display: block;
  font-size: 18px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .carrousel-hero .glide-three .collector span {
    font-size: 16px;
  }
}
.path-frontpage .container .carrousel-hero .glide-three .asterisque {
  display: block;
  margin-top: 24px;
  width: 100%;
  /*maryline*/
  /*text-align: right;*/
  font-family: "CCWhatchamacallit-Regular";
  font-size: 18px;
  /*maryline*/
  /*margin-left: 100px;*/
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .carrousel-hero .glide-three .asterisque {
    font-size: 16px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .carrousel-hero .glide-three .asterisque {
    margin-left: 0;
    text-align: center;
    font-size: 12px;
  }
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .carrousel-hero .glide-three .asterisque {
    margin-top: 4px;
  }
}
.path-frontpage .container .taste {
  background-color: #96BE6A;
  padding: 121px 0 88px 0;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .taste {
    padding-top: 58px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .taste {
    padding-top: 28px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .taste {
    padding-bottom: 55px;
  }
}
.path-frontpage .container .taste .max-width {
  display: flex;
  flex-direction: column;
  gap: 36px;
  justify-content: center;
  align-items: center;
  max-width: 1588px;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .taste .max-width {
    gap: 16px;
  }
}
.path-frontpage .container .taste .max-width h2 {
  font-size: 84px;
  line-height: 112px;
  text-align: center;
  font-family: "v2-CWhatchamacallit-CondensedBold";
  color: white;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .taste .max-width h2 {
    /*maryline 20251212*/
    font-size: 58px;
    line-height: 75px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .taste .max-width h2 {
    font-size: 60px;
    line-height: 65px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .taste .max-width h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
.path-frontpage .container .taste .max-width .content {
  display: flex;
  align-items: center;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .taste .max-width .content {
    flex-direction: column;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .taste .max-width .content {
    width: 100%;
  }
}
.path-frontpage .container .taste .max-width .content > img {
  width: calc(100% - 774px);
  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 .taste .max-width .content > img:hover, .path-frontpage .container .taste .max-width .content > img:focus {
  transform: scale(1.05);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .taste .max-width .content > img {
    /*maryline 20251212 */
    /*display: none;*/
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .taste .max-width .content > img {
    display: block;
    width: 340px;
  }
}
.path-frontpage .container .taste .max-width .content .list {
  width: 774px;
  position: relative;
  width: fit-content;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .taste .max-width .content .list {
    width: 100%;
  }
}
.path-frontpage .container .taste .max-width .content .list:before {
  position: absolute;
  top: 0;
  left: -103px;
  content: "";
  background-image: url(../../image/home/taste/guirlande.png);
  width: 837px;
  height: 850px;
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .taste .max-width .content .list:before {
    display: none;
  }
}
.path-frontpage .container .taste .max-width .content .list .flower {
  position: absolute;
  top: -126px;
  right: -68px;
}
@media only screen and (max-width:1700px) {
  .path-frontpage .container .taste .max-width .content .list .flower {
    right: -25px;
  }
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .taste .max-width .content .list .flower {
    /*maryline*/
    /*opacity: 0.6;*/
    top: -23px;
    right: -87px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .taste .max-width .content .list .flower {
    top: -113px;
  }
}
.path-frontpage .container .taste .max-width .content .list .tea {
  position: absolute;
  top: 427px;
  right: -120px;
}
@media only screen and (max-width:1700px) {
  .path-frontpage .container .taste .max-width .content .list .tea {
    right: 4px;
  }
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .taste .max-width .content .list .tea {
    /*opacity: 0.6;*/
    width: 200px;
    /*maryline 20251212 */
    /*left: -189px;*/
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .taste .max-width .content .list .tea {
    display: none;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .taste .max-width .content .list > ul {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .taste .max-width .content .list > ul {
    width: 100%;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .taste .max-width .content .list > ul {
    gap: 24px;
  }
}
.path-frontpage .container .taste .max-width .content .list > ul > li {
  display: flex;
  font-size: 24px;
  line-height: 29px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .taste .max-width .content .list > ul > li {
    font-size: 20px;
    line-height: 25px;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .taste .max-width .content .list > ul > li {
    align-items: center;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .taste .max-width .content .list > ul > li {
    font-size: 16px;
    line-height: 18px;
    width: 100%;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .taste .max-width .content .list > ul > li {
    flex-direction: column;
    text-align: center;
  }
}
.path-frontpage .container .taste .max-width .content .list > ul > li.invert {
  flex-direction: row-reverse;
  justify-content: flex-end;
  text-align: right;
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .taste .max-width .content .list > ul > li.invert {
    justify-content: inherit;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .taste .max-width .content .list > ul > li.invert {
    flex-direction: column;
    justify-content: inherit;
    text-align: center;
  }
}
.path-frontpage .container .taste .max-width .content .list > ul > li img {
  position: relative;
  z-index: 3;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.path-frontpage .container .taste .max-width .content .list > ul > li img:hover, .path-frontpage .container .taste .max-width .content .list > ul > li img:focus {
  transform: scale(1.15);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.path-frontpage .container .taste .max-width .content .list > ul > li strong {
  font-family: "v2-CWhatchamacallit-Bold";
}
.path-frontpage .container .taste .max-width .content .list > ul > li:first-child {
  margin-left: 45px;
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .taste .max-width .content .list > ul > li:first-child {
    margin-left: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .taste .max-width .content .list > ul > li:first-child {
    margin-bottom: 32px;
  }
}
.path-frontpage .container .taste .max-width .content .list > ul > li:first-child p {
  padding-top: 38px;
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .taste .max-width .content .list > ul > li:first-child p {
    margin-top: -50px;
  }
}
.path-frontpage .container .taste .max-width .content .list > ul > li:first-child p strong {
  display: block;
}
.path-frontpage .container .taste .max-width .content .list > ul > li:nth-child(2) {
  gap: 12px;
  margin-bottom: 116px;
  margin-left: 79px;
  margin-top: -35px;
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .taste .max-width .content .list > ul > li:nth-child(2) {
    margin-left: 0;
    margin-top: -20px;
    margin-bottom: 32px;
  }
}
.path-frontpage .container .taste .max-width .content .list > ul > li:nth-child(2) p {
  width: 410px;
  padding-top: 83px;
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .taste .max-width .content .list > ul > li:nth-child(2) p {
    width: 100%;
    padding-top: 0;
  }
}
.path-frontpage .container .taste .max-width .content .list > ul > li:nth-child(2) img {
  max-height: 184px;
}

.path-frontpage .container .taste .max-width .content .list > ul > li:nth-child(3) {
  gap: 28px;
  margin-bottom: 59px;
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .taste .max-width .content .list > ul > li:nth-child(3) {
    margin-top: -22px;
    margin-bottom: 0;
  }
}
.path-frontpage .container .taste .max-width .content .list > ul > li:nth-child(3) p {
  width: 490px;
  padding-top: 20px;
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .taste .max-width .content .list > ul > li:nth-child(3) p {
    padding: 0;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .taste .max-width .content .list > ul > li:nth-child(3) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .taste .max-width .content .list > ul > li:nth-child(3) {
    gap: 12px;
  }
}
.path-frontpage .container .taste .max-width .content .list > ul > li:nth-child(4) {
  gap: 10px;
  margin-left: 155px;
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .taste .max-width .content .list > ul > li:nth-child(4) {
    margin-left: 0;
  }
}
.path-frontpage .container .taste .max-width .content .list > ul > li:nth-child(4) p {
  width: 435px;
  padding-top: 90px;
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .taste .max-width .content .list > ul > li:nth-child(4) p {
    width: 100%;
    padding-top: 0;
  }
}
.path-frontpage .container .taste .max-width .content .list > ul > li:nth-child(4) img {
  max-height: 190px;
}
/*maryline 20251212*/
/*
@media only screen and (max-width:1280px) {
  .path-frontpage .container .taste .max-width .content .list > ul > li:nth-child(1) img {
    max-height: 140px;
  }

  .path-frontpage .container .taste .max-width .content .list > ul > li:nth-child(2) img {
    max-height: 140px;
  }
  .path-frontpage .container .taste .max-width .content .list > ul > li:nth-child(3) img {
    max-height: 140px;
  }
  .path-frontpage .container .taste .max-width .content .list > ul > li:nth-child(4) img {
    max-height: 140px;
  }
}
*/


.path-frontpage .container .birthday {
  padding-bottom: 277px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .birthday {
    padding-bottom: 66px;
  }
}
.path-frontpage .container .birthday .max-width {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 45px;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .birthday .max-width {
    gap: 15px;
  }
}
.path-frontpage .container .birthday .max-width .tea {
  position: absolute;
  top: 138px;
  left: -285px;
}
@media only screen and (max-width:1500px) {
  .path-frontpage .container .birthday .max-width .tea {
    left: -110px;
  }
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .birthday .max-width .tea {
    display: none;
  }
}
.path-frontpage .container .birthday .green-flower {
  position: absolute;
  top: -209px;
  right: -124px;
}
@media only screen and (max-width:1700px) {
  .path-frontpage .container .birthday .green-flower {
    width: 220px;
    height: auto;
    position: absolute;
    top: -165px;
    right: -87px;
  }
}
@media only screen and (max-width:1500px) {
  .path-frontpage .container .birthday .green-flower {
    top: 115px;
  }
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .birthday .green-flower {
    /*maryline 20251212*/
    /*opacity: 0.6;*/
    top: -54px;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .birthday .green-flower {
    display: none;
  }
}
.path-frontpage .container .birthday .white-flower {
  position: absolute;
  bottom: -12px;
  right: -96px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .birthday .white-flower {
    /*maryline 20251212*/
    /*opacity: 0.6;*/
    width: 300px;
    height: auto;
    /*z-index: 888;*/
  }
}
.path-frontpage .container .birthday .papaye {
  position: absolute;
  bottom: -70px;
  left: -60px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .birthday .papaye {
    /*maryline 20251212*/
    /*opacity: 0.6;*/
    width: 200px;
    height: auto;
  }
}
.path-frontpage .container .birthday .title {
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .birthday .title {
    gap: 6px;
  }
}
.path-frontpage .container .birthday .title:hover, .path-frontpage .container .birthday .title: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 .birthday .title:hover .title-center, .path-frontpage .container .birthday .title:focus .title-center {
  transform: scale(1.07);
  -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 .birthday .title:hover .title-left, .path-frontpage .container .birthday .title:focus .title-left {
  transform: rotate(-17deg);
  -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 .birthday .title:hover .title-right, .path-frontpage .container .birthday .title:focus .title-right {
  transform: rotate(17deg);
  -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 .birthday .title .title-left,
.path-frontpage .container .birthday .title .title-right,
.path-frontpage .container .birthday .title .title-center {
  /*maryline*/
  /*max-height: fit-content;
  min-height: fit-content;*/
  -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 .birthday .title .title-center {
  /*maryline*/
  width: 690px;
}
@media only screen and (max-width:1700px) {
  .path-frontpage .container .birthday .title .title-center {
    width: 500px;
    height: auto;
  }
}
/*maryline 20251212*/
@media only screen and (max-width:1280px) {
  .path-frontpage .container .birthday .title .title-center {
    width: 340px;
    height: 175px;
  }
}


@media only screen and (max-width:992px) {
  .path-frontpage .container .birthday .title .title-center {
    width: 350px;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .birthday .title .title-center {
    width: 300px;
    height: 135px;
  }
}



@media only screen and (max-width:1700px) {
  .path-frontpage .container .birthday .title .title-left,
  .path-frontpage .container .birthday .title .title-right {
    width: 180px;
    height: fit-content;
  }
}

/*maryline 20251212*/
@media only screen and (max-width:1280px) {
  .path-frontpage .container .birthday .title .title-left,
  .path-frontpage .container .birthday .title .title-right {
    width: 130px;
  }
}

@media only screen and (max-width:992px) {
  .path-frontpage .container .birthday .title .title-left,
  .path-frontpage .container .birthday .title .title-right {
    width: 130px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .birthday .title .title-left,
  .path-frontpage .container .birthday .title .title-right {
    display: none;
  }
}
.path-frontpage .container .birthday .title .title-left {
  width: 210px;
  height: fit-content;
}
@media only screen and (max-width:1700px) {
  .path-frontpage .container .birthday .title .title-left {
    width: 180px;
    height: auto;
  }
}
@media only screen and (max-width:992px) {
  .path-frontpage .container .birthday .title .title-left {
    width: 130px;
  }
}
.path-frontpage .container .birthday iframe {
  width: 100%;
  height: 747px;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .birthday iframe {
    position: relative;
    z-index: 2;
    height: 450px;
  }
}
@media only screen and (max-width:480px) {
  .path-frontpage .container .birthday iframe {
    height: 315px;
  }
}

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