*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Longa Iberica DEMO";
  font-style: normal;
  font-weight: normal;
  src: local("Longa Iberica DEMO"),
    url("../font/LongaIberica-DEMO.woff") format("woff");
}

@font-face {
  font-family: "Bookman Old Style";
  font-style: normal;
  font-weight: normal;
  src: local("Bookman Old Style"),
    url("../font/BOOKOS.TTF") format("TTF");
}

.menu-items {
  display: flex;
  justify-content: center;
}

.lang-menu {
  font-size: 1rem;
}

.font_main {
  font-family: "Longa Iberica DEMO";
}

.font2 {
  font-family: "Bookman Old Style";
  font-size: 1.5rem
}

.modal {
  display: none;
  z-index: 4;
  width: auto;
  height: auto;
}

.show_item {
  display: block;
}

.hide_item {
  display: none;
}

body {
  background-color: white;
  font-family: "Bookman Old Style";
  line-height: 1.8;
  cursor: url("../img/lips-cursor/32X32\ -majeur.png"), pointer;
  -webkit-tap-highlight-color:  rgba(255, 255, 255, 0);

  overflow-x: hidden;

  /* Fix problem with body height */
  height: 1000px;
}

section#poster {
  background: rgb(243,225,138);
  background: radial-gradient(circle, rgba(243,225,138,1) 44%, rgba(146,102,40,1) 100%);
  font-size: 10rem;
  position: relative;
}

.poster-left {
  position: absolute;
  left: 0;
  bottom: 0;
}

.poster-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

.poster-left img,
.poster-right img {
  width: 100% !important;
}

.poster-wrapper-mobile {
  display: none;
}

@media(max-width: 1920px){
  .poster-left,
  .poster-right {
    width: 22%
  }
}

@media(max-width: 992px){
  .poster-left,
  .poster-right {
    width: 50% !important;
    position: relative;
  }

  .poster-wrapper-desktop {
    display: none;
  }

  .poster-wrapper-mobile {
    display: flex;
    text-align: center;
    margin: 30px 0;
  }
}

.poster__content {
  overflow-x: clip;

  height: 100vh;
  max-height: calc((2048 / 1362) * 100vw);

  display: flex;
  justify-content: center;
}

#border_2 {
  order: 1;
}

.poster__content--image__cont {
  position: relative;
  max-height: calc((2048 / 1362) * 100vw);
}

#poster_img {
  height: 100vh;
  max-height: calc((2048 / 1362) * 100vw);
  
  z-index: -1;
}

.poster__content--borders {
  position: relative;
  height: 100vh;
}

.poster__content--modal__cont {
  position: absolute;

  max-width: 80vmin;
  width: 100%;

  top: 26%;

  display: flex;
  justify-items: center;
}

.poster__content--popup img {
  width: 100%;
}

.poster__content--img__anim__base {
  transform: scale(0);

  animation: base-scale-anim 2s ease-in-out 7s forwards;
}

@keyframes base-scale-anim {
  0% {
    transform: scale(0);
  }

  80% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
    opacity: 100%;
  }
}

.poster__content--img__anim__main__item {
  animation: base-fruit-rotation 3s linear infinite;
}

@keyframes base-fruit-rotation {
  0% {
    transform: rotate(0deg);
  }
  33% {
    transform: rotate(-20deg);
  }
  66% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

#poster_title {
  position: absolute;

  top: -3%;
  left: 12.5%;

  width: 75%;
  opacity: 0;

  z-index: 0;
  pointer-events: none;

  animation: poster-title 1s linear 4s forwards;
}

@keyframes poster-title {
  from {
    transform: scale(20);
    top: 100%;
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
    top: -3%;
  }
}

.poster__content #abricot {
  position: absolute;

  top: 5%;
  left: 73%;

  width: 30%;
}

.poster__content #abricot:hover {
  cursor: url("../img/lips-cursor/32X32\ abricot.png"), pointer;
}

.poster__content #pistache {
  position: absolute;

  top: 87%;
  left: 75%;

  width: 25%;
}

.poster__content #pistache:hover {
  cursor: url("../img/lips-cursor/32X32\ pistache.png"), pointer;
}

.poster__content #framboise {
  position: absolute;

  top: 87%;
  left: 2%;

  width: 23%;
}

.poster__content #framboise:hover {
  cursor: url("../img/lips-cursor/32X32\ framboise.png"), pointer;
}

.poster__content #angelica {
  position: absolute;

  top: 38%;
  left: 61%;

  width: 20%;

  animation-delay: 9s;
}

.poster__content #bunch_seed {
  position: absolute;
  top: 52%;
  left: 1000%;
  opacity: 0;

  width: 30%;

  z-index: 1;

  animation: bunch-seed 1s cubic-bezier(1, 0, 0, 1) 5s forwards;
}

@keyframes bunch-seed {
  0% {
    left: 1000%;
    opacity: 0;
  }
  100% {
    left: 70%;
    opacity: 100%;
  }
}

.poster__content #sachi_inchi {
  position: absolute;

  top: 31%;
  left: 35%;

  width: 22%;

  z-index: 1;

  animation: sachi_inchi 11s linear forwards;
}

@keyframes sachi_inchi {
  from {
    transform: rotateZ(0deg) translateY(100vw);
  }
  to {
    transform: rotateZ(360deg) translateY(0px);
  }
}

.poster__content #pine {
  position: absolute;

  top: 14.5%;
  left: 4%;

  width: 37%;

  animation-delay: 4s;
}

.poster__content #colibri_2 {
  position: absolute;

  top: -0.5%;
  left: 200%;
  opacity: 0;

  width: 20%;

  z-index: 1;

  animation: colibri-2 1.2s cubic-bezier(1, 0, 0, 1) 5s forwards;
}

@keyframes colibri-2 {
  0% {
    left: 200%;
  }
  100% {
    left: 4%;
    opacity: 100%;
  }
}

.poster__content #colibri_1 {
  position: absolute;

  top: 3%;
  left: 200%;
  opacity: 0;

  width: 20%;

  z-index: 1;

  animation: colibri-1 1s cubic-bezier(1, 0, 0, 1) 6s forwards;
}

@keyframes colibri-1 {
  0% {
    left: 200%;
  }
  100% {
    left: 7%;
    opacity: 100%;
  }
}

.poster__content #pissenlit {
  position: absolute;

  top: 11%;
  left: 4%;

  width: 15%;

  animation-delay: 6s;
}

.poster__content #lupin {
  position: absolute;

  top: 2.5%;
  left: -200%;

  width: 15%;
  opacity: 0%;

  animation: lupin 1s cubic-bezier(1, 0, 0, 1) 6s forwards;
}

@keyframes lupin {
  0% {
    left: -200%;
    opacity: 0%;
  }
  100% {
    left: 0%;
    opacity: 100%;
  }
}

.poster__horizontal_banner {
  position: relative;

  overflow: hidden;

  z-index: -1;
  width: 100%;

  height: calc((9 / 16) * 10vw);
  min-height: 100px;
}

#bordure_or {
  height: 100%;
  width: 100%;
}

.poster__click_text {
  position: absolute;
  /* top: calc((9 / 16) * 1vw); */
  top: 12px;
  left: 0;
  font-size: 2.5rem;
  width: 100%;
  text-align: center;
}

section#menu {
  position: relative;
}

.align-product > div {
  margin-left: auto !important;
  margin-right: auto !important;
}

#vid_background {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: -2;
  pointer-events: none;
}

#vid_background_iframe {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}

.panel-text-flipper-list {
    background-size: contain !important;
    background-repeat: no-repeat;
}

@media (min-aspect-ratio: 16/9) {
  #vid_background_iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  #vid_background_iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}

.inspiration__image {
  width: 100%;
  display: flex !important;
  justify-content: center;
  text-align: center;
  flex-direction: row;
  width: 100%;
  flex: 1 1 auto;
  transform: scale(1.15);
}
@media(max-width: 1800px){
  .inspiration__image {
    transform: scale(0.95);
  }
}
@media(max-width: 1400px){
  .inspiration__image {
    transform: scale(0.8);
  }
}

/* .inspiration__image img {
  width: 100%;
} */

#follow {
  z-index: 10;
  position: absolute;
}

#carousel {
  background: rgb(243,225,138);
  background: radial-gradient(circle, rgba(243,225,138,1) 44%, rgba(146,102,40,1) 100%);
  width: 100vw;  
  height: 100vh;
}

.carousel-inner {
  height: 100%;
}

.carousel-item {
  width: 100% !important;
  height: 100% !important;
}

.image-carousel {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-carousel img {
  max-height: 90vh;
  max-width: 90vw;
  /* width: auto; */
  /* width: 100%; */
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 75px !important;
  height: 75px !important;
}

.carousel-control-next i, 
.carousel-control-prev i, 
.carousel-indicators {
  color: rgba(146,102,40,1);
  opacity: 1 !important;
}

.text-first-letter {
  font-size: 12rem;
  line-height: 0.5rem;
  font-family: "Longa Iberica DEMO";
}

.panel-text-flipper {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  height: 100vh;
  margin: 0;
  position: relative;
}
.panel-text-flipper ul {
  margin: 0;
  padding: 2rem;
  list-style: none;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;

  background: url("https://fairymansnack.com/images/fond-section.jpg") no-repeat center center;
  background-size: cover;
  width: auto;
  min-width: 200px;
}
.panel-text-flipper li {
  margin: 0;
  padding: 0;
  display: none;
}
.panel-text-flipper li.active {
  display: block;
}

.menu__content {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  overflow: hidden;
  
  display: flex;
}

.menu__content--menu {
  line-height: 4rem;

  padding-bottom: 10vmin;

  width: 40%;
  height: 100vh;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.menu__content--menu li {
  list-style-type: none;
  text-shadow: white 3px 3px 20px;
}


.menu__content--menu li a {
  text-decoration: none;
  font-size: 4.5rem;
}

.menu__content--menu li a:hover {
  cursor: url("../img/lips-cursor/32X32\ 4\ liens.png"), pointer;
}

.menu__content--menu li a,
.menu__content--menu li a:visited {
  color: black;
}

.menu__content--videos {
  position: relative;

  width: 50vw;
  height: 100vh;

  margin-top: 10vmin;
  margin-right: 10vmin;

  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.menu__content--box__vid__item {
  width: 55vw;
  height: calc(9/16 * 55vw);
}

.text_typed {
  font-size: 1.4rem;
  text-shadow: white 3px 3px 20px;
  font-family: "Bookman Old Style";
}

section#items {
  position: relative;

  background-color: white;

  overflow: hidden;

  width: 100%;
}

.shop--backgrounds {
  background-color: white;

  position: relative;
  width: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
}

#video_promo {
  height: calc((9 / 16) * 80vw);
  padding-left: 9.7%;
  padding-right: 9.7%;
  background-color: white;
}

#video_promo iframe {
  width: 100%;
  height: 100%;
}

#vid_nature {
  border-bottom: 1px black solid;

  height: calc((9 / 16) * 100vw);
  z-index: 1;
}

.shop_wrapper {
  position: relative;
  /* top: calc((9 / 16) * -20vw);  */
  

  width: 100%;
  margin-left: auto;
  margin-right: auto;

  z-index: 2;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.items_wrapper {
  position: relative;
  /* height: 100%; */
  /* top: calc((9 / 16) * -20vw);  */
  

  width: 100%;
  margin-left: auto;
  margin-right: auto;

  z-index: 2;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#my-store-80161533 {
  width: 70%;
  background-color: white;
  border-radius: 1%; 
  /* border: black 1px solid; */
  padding-left: 1%;
  padding-right: 1%;
}

.items_display {
  position: relative;
  z-index: -1;
  width: 100%;
}

#liane_img {
  position: absolute;
  top: -79px;
  left: 80%;
  width: 16%;
  max-width: 318px;
  z-index: 3;
}

#lianes_img {
  position: sticky;
  top: -6px;
  
  left: 0%;

  width: 46%;
  max-width: 318px;
  z-index: 3;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.container img {
  max-width: 100%;
}

.sun_container {
  position: relative;
  top: -50px;
  width: 100%;
  
  display: flex;
  justify-content: center;
}

#sun_img {
  height: 518px;
  width: 404px;
}

.blue_line {
  position: relative;
  top: -100px;

  background-color: #1da1f2;
  width: 100%;
  height: 15px;

  z-index: 1;
}

.vid_card_container {
  position: relative;
  top: -277px;

  width: 100%;

  display: flex;
  justify-content: center;
  z-index: 3;
}

#vid_card {
  max-width: 500px;
}

.img_google_link {
  position: relative;
  top: -200px;

  display: flex;
  justify-content: center;
  z-index: 3;
}

.img_google_link a img {
  max-width: 500px;
}

#triangles {
  position: relative;
  width: 100%;
  height: 100px;
  background-color: white;

  display: grid;
  grid-template-columns: 50% 50%;
}

.triangle_l {
  width: 34vw;
  height: 100%;
  background: linear-gradient(
    to bottom left,
    #fff 0%,
    #fff 50%,
    black 50%,
    black 100%
  );

  background: -webkit-linear-gradient(
    to bottom left,
    #fff 0%,
    #fff 50%,
    black 50%,
    black 100%
  );

  background: -moz-linear-gradient(
    to bottom left,
    #fff 0%,
    #fff 50%,
    black 50%,
    black 100%
  );

  background: -ms-linear-gradient(
    to bottom left,
    #fff 0%,
    #fff 50%,
    black 50%,
    black 100%
  );

  background: -o-linear-gradient(
    to bottom left,
    #fff 0%,
    #fff 50%,
    black 50%,
    black 100%
  );
}

.triangle_r {
  width: 34vw;
  height: 100%;
  background: linear-gradient(
    to bottom right,
    #fff 0%,
    #fff 50%,
    black 50%,
    black 100%
  );

  background: -webkit-linear-gradient(
    to bottom right,
    #fff 0%,
    #fff 50%,
    black 50%,
    black 100%
  );

  background: -moz-linear-gradient(
    to bottom right,
    #fff 0%,
    #fff 50%,
    black 50%,
    black 100%
  );

  background: -ms-linear-gradient(
    to bottom right,
    #fff 0%,
    #fff 50%,
    black 50%,
    black 100%
  );

  background: -o-linear-gradient(
    to bottom right,
    #fff 0%,
    #fff 50%,
    black 50%,
    black 100%
  );

  justify-self: end;
}

footer {
  position: relative;
  font-family: "Bookman Old Style";

  border-top: 1px black solid;
  background-color: white;
}

.footer_items {
  font-size: 0.6rem;
  text-align: center;
  display: grid;
  grid-template-columns: 30vw 40vw 30vw;
  overflow: hidden;
  white-space: wrap;
}

.footer_items p {
  margin: 0;
}

.footer_left {
  text-align: left;
  padding: 1rem;
  padding-left: 2rem;
  font-size: 1rem;
}

.footer_right {
  display: flex;
  justify-content: flex-end;
  text-align: left;
  padding: 1rem;
  padding-right: 2rem;
  font-size: 1rem;
}

.footer_center {
  text-align: center;
  font-size: 1rem;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  align-self: flex-start;
  padding: 1rem;
}

.footer_center a {
  padding: 0.5rem;
}

#lang_selector {
  padding-top: 0;
}

#fb {
  color: #3b5998;
}

#twitter {
  color: #1da1f2;
}

#instagram {
  color: black;
}

#tiktok {
  color: black;
}

#gouv_logo {
  padding-left: 1rem;
}

#social_network_img {
  display: block;
  width: 100vw;
  max-width: 1080px;
  height: auto;
  margin: auto;
}

@media screen and (max-width: 1000px) and (orientation: portrait) {
  .navbar-nav, .navbar-nav i {
    font-size: 2rem;
  }

  .navbar-light .navbar-toggler-icon {
    font-size: 4rem;
    width: 32px;
    height: 32px;
  }

  #carousel {
    height: 70vh;
  }

  .font2 {
    font-size: 2.8rem
  }

  #poster_img {
    width: 100%;
  }

  .poster__content--borders {
    display: none;
    width: 0;
  }

  .poster__content--modal__cont {
    max-width: 100%;
  }

  .poster__click_text {
    top: -10px;
    font-size: 4.0rem;
  }

  .menu__content--menu {
    width: 100%;
    line-height: 8rem;
  }

  .menu__content--menu li a {
    font-size: 8rem;
  }

  #video_promo {
    padding-left: 0%;
    padding-right: 0%;
  }

  .ingredients__image img {
    padding-left: 0%;
    padding-right: 0%;
  }

  .inspiration__image img {
    width: 100%;
  }

  #vid_nature {
    position: relative;
    border-bottom: 0px black solid;
  }

  .shop_wrapper {
    position: relative;
    top: 0;
    left: 0;

    width: 100%;
  }

  .items_wrapper {
    position: relative;
    top: 0;
    left: 0;

    width: 100%;
  }

  #my-store-80161533 {
    width: 100%;
    background-color: white;
    border-radius: 0%;
  }

  .items_display {
    left: 0;

    width: 100%;
  }

  #liane_img {
    display: none;
  }

  .sun_container {
    top: calc((9 / 16) * -12vw);
  }

  .blue_line {
    top: calc((9 / 16) * -20vw);
  }

  .vid_card_container {
    top: -293px;
  }

  .text-section {
    padding: 3rem;
  }
  
  .text-first-letter {
    font-size: 12rem;
    line-height: 0.5rem;
    font-family: "Longa Iberica DEMO";
  }
  
  .text-item-container p {
    font-size: 2rem;
  }

  #triangles {
    height: 11vh;
    max-height: 100px;
  }

  .footer_items {
    font-size: 1.25rem;

    display: flex;
    flex-direction: column;

    overflow: hidden;

    white-space: wrap;
  }

  .footer_left {
    order: 0;
    text-align: center;
  }

  .footer_center {
    order: -1;
    align-items: center;
    align-self: center;
    font-size: 2.5rem;
  }

  .footer_right {
    justify-content: center;
  }

  #gouv_logo {
    width: 30vw;
    height: auto;
  }
}

@media screen and (orientation: portrait) {
  .menu__content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .menu__content--menu {
    padding-bottom: 5vmin;
  }

  .menu__content--videos {
    order: -1;

    width: 100%;

    margin-top: 5vmin;
    margin-right: 0;

    display: flex;
    justify-content: center;
    align-items: center;

  }

  .menu__content--box__vid__item {
    width: calc(16/9 * 50vw); 
    height: 50vw;
  }
}

.hide-on-desktop {
  display: none;
}

.hide-on-mobile {
  display: block;
}


.video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.panel-text-flipper ul.panel-text-flipper-list-en {
  background-image: url('../img/fond-text-en-2.jpg');
}

.panel-text-flipper ul.panel-text-flipper-list-fr {
  background-image: url('../img/fond-text-fr-2.jpg');
}

.scroll-txt-vid {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100vh;
  bottom: 0;
  margin: auto;
  right: 0;
}

.panel-text-flipper {
  position: relative;
}

.panel-text-flipper p {
  color: #212529;
  
}

.no-underline {
  text-decoration: none !important;
}

@media(max-width: 768px){
  /* #vid_nature {
    display: none;
  } */

  img {
    max-width: 100%;
  }

  .panel-text-flipper {
    font-size: 1.5rem;
  }

  .text-first-letter {
    font-size: 6rem; 
  }

  .mix-trial-box-vid {
    width: 100px;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .hide-on-desktop {
    display: block !important;
  }

  #stop-on-hover {
    width: 100%;
  }

  .full-width-mobile {
    width: 100% !important;
  }

  .footer_items .footer_left {
    display: none;
  }

  .footer_items .footer_right {
    padding-top: 0;
  }

  .footer_items .footer_center {
    padding-bottom: 0;
  }

  .panel-text-flipper-list-en {
    background: none;
    background-image: url(../vid/scroll-txt-bkg-img-EN.gif) !important;
  }

  .panel-text-flipper-list-fr {
    background: none;
    background-image: url(../vid/scroll-txt-bkg-img-FR.gif) !important;
  }

  html#ecwid_html body#ecwid_body .ec-minicart--responsive.ec-minicart--m .ec-minicart__icon .icon-default {
    transform: scale(1.4);
  }

  html#ecwid_html body#ecwid_body .ec-minicart--responsive.ec-minicart--m .ec-minicart__icon {
    width: 35px !important;
  }

  html#ecwid_html body#ecwid_body .ec-minicart--no-shape {
    padding: 0 !important;
  }
}

.pictograme {
  text-align: center;
  margin-bottom: 40px;
}

@media(min-width: 992px){
  .nav-item--cart {
    order: 5;
  }

  .pictograme img {
    width: 80%;
  }

  #navbarNav .navbar-nav {
    min-width: 735px;
    justify-content: space-between;
  }
}

@media(max-width: 991px){
  #navbarNav .navbar-nav {
    display: block;
    white-space: nowrap;
  }

  #navbarNav .navbar-nav li:nth-child(1),
  #navbarNav .navbar-nav li:nth-child(2),
  #navbarNav .navbar-nav li:nth-child(3) {
    display: inline-block;
    width: 33%;
    text-align: center;
  }

  .pictograme img {
    width: 100%;
  }
}




