@charset "UTF-8";
/*
 Theme Name:  Fleurs d'orangers et chats errants - Oscars Short
 Theme URI: https://www.koukaki.local
 Author: Studio Koukaki
 Author URI: https://www.koukaki.local
 Template: foce
 Description: Thème enfant à l'ocasion de la nomination aux Oscars Shorts
 Version: 0.1
 */
html, body {
  margin: 0;
  padding: 0;
  width: 100vw;
  box-sizing: border-box;
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4000;
  background: transparent;
  max-width: 1440px;
  margin: 0 auto;
}
.site-header .header-inner {
  background: #FFD5A2;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.site-header .main-navigation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header .main-navigation .site-title {
  margin: 0;
  font-size: 2em;
  text-align: center;
  flex: 1;
}
@media (max-width: 760px) {
  .site-header .main-navigation .site-title {
    font-size: 27px;
  }
}
.site-header .burgerMenu {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  right: 3%;
  top: 25%;
  transform: translateY(-50%);
  z-index: 4100;
  background: none;
  border: none;
  cursor: pointer;
  width: 44px;
  height: 34px;
  padding: 0;
}
.site-header .burgerMenu .line {
  display: block;
  width: 100%;
  height: 5px;
  margin: 3px 0;
  background: #000;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.site-header .burgerMenu.open .line:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.site-header .burgerMenu.open .line:nth-child(2) {
  transform: rotate(-45deg);
}
.site-header .burgerMenu.open .line:nth-child(3) {
  opacity: 0;
}
@media (max-width: 760px) {
  .site-header .burgerMenu {
    right: 2px;
    top: 50%;
  }
}
@media (max-width: 599px) {
  .site-header .burgerMenu .line {
    width: 50%;
    height: 2px;
    margin: 2px 0;
  }
  .site-header .burgerMenu.open .line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .site-header .burgerMenu.open .line:nth-child(2) {
    transform: rotate(-45deg);
  }
  .site-header .burgerMenu.open .line:nth-child(3) {
    opacity: 0;
  }
}

.fullScreenMenu {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%) translateY(-40px);
  width: 100%;
  max-width: 1440px;
  height: calc(100vh - 80px);
  background: #FFF5E9;
  z-index: 3000;
  overflow: hidden;
  transition: opacity 0.5s, transform 0.5s;
}
.fullScreenMenu.open {
  opacity: 1;
  display: block;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
@media (max-width: 1440px) {
  .fullScreenMenu {
    width: 100%;
    max-width: 1440px;
  }
}
@media (max-width: 1024px) {
  .fullScreenMenu {
    width: 100vw;
    max-width: 100vw;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
  }
}

body.menu-open,
html.menu-open {
  overflow: hidden !important;
  height: 100vh;
  width: 100vw;
}

.fullMenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  height: 100%;
}
.fullMenu img.logoMenu {
  width: 150px !important;
  margin-top: 2%;
  margin-bottom: 4%;
  filter: drop-shadow(0px 0px 9px rgba(255, 92, 0, 0.6));
}
.fullMenu p {
  font-family: "roboto mono";
  font-size: 1.1em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: auto;
  margin-bottom: 2em;
}
.fullMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: "roboto mono";
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 375px) {
  .fullMenu ul {
    padding-top: 0;
  }
}
.fullMenu ul a {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.7, 0, 0.3, 1);
  font-size: 3.1em;
  line-height: 2.1;
  color: #000000;
  font-weight: 400;
  text-decoration: none;
}
.fullMenu ul a:hover {
  text-shadow: #ff5c00 0px 0px 14px;
  color: #000;
}
@media (max-width: 1024px) {
  .fullMenu ul a {
    font-size: 2.3em;
    line-height: 1.9;
  }
}
@media (max-width: 820px) {
  .fullMenu ul a {
    font-size: 3em;
    line-height: 1.9;
  }
}
@media (max-width: 700px) {
  .fullMenu ul a {
    font-size: 3em;
    line-height: 1.6;
  }
}
@media (max-width: 599px) {
  .fullMenu ul a {
    z-index: 3;
    font-size: 2.8em;
    line-height: 1.6;
  }
}

.fullScreenMenu.open .fullMenu ul a {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.1s;
}
.fullScreenMenu.open .fullMenu ul li:nth-child(1) a {
  transition-delay: 0s;
}
.fullScreenMenu.open .fullMenu ul li:nth-child(2) a {
  transition-delay: 0.24s;
}
.fullScreenMenu.open .fullMenu ul li:nth-child(3) a {
  transition-delay: 0.36s;
}
.fullScreenMenu.open .fullMenu ul li:nth-child(4) a {
  transition-delay: 0.48s;
}

.fullScreenMenu ul a,
.main-navigation ul a {
  text-decoration: none;
}

.story h2::after,
#studio h2::after,
section h2::after,
article.story__article::after,
footer#colophon.site-footer::after,
footer#colophon.site-footer::before,
.site-footer ul::after,
#studio h2::before,
.nomination::after,
.nomination::before {
  animation: tournerFleur 15s linear infinite;
  transform-origin: 50% 50%;
}

.story h2::after {
  width: 155px;
  height: 154px;
}

#studio h2::after {
  width: 109px;
  height: 109px;
}

section h2::after {
  width: 155px;
  height: 154px;
}

article.story__article::after {
  width: 188px;
  height: 188px;
}

footer#colophon.site-footer::after {
  width: 173px;
  height: 169px;
}

footer#colophon.site-footer::before {
  width: 155px;
  height: 159px;
}

.site-footer ul::after {
  width: 646px;
  height: 646px;
}

#studio h2::before {
  width: 203px;
  height: 199px;
}

.nomination::after {
  width: 173px;
  height: 169px;
}

.nomination::before {
  width: 155px;
  height: 154px;
}

@keyframes tournerFleur {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.flowersMenu,
.catsMenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.flowersMenu .orchid {
  position: absolute;
  top: 10%;
  left: -5%;
}
.flowersMenu .sunflower {
  position: absolute;
  top: 12%;
  left: 78%;
  scale: 1.4;
}
.flowersMenu .randomFlower {
  position: absolute;
  top: 35%;
  left: 93%;
  scale: 0.5;
}
.flowersMenu .flower {
  position: absolute;
  top: 50%;
  left: 13%;
  scale: 0.7;
}
.flowersMenu .hibiscus {
  position: absolute;
  top: 66%;
  left: 77%;
}
.flowersMenu img {
  animation: tournerFleur 50s linear infinite;
  transform-origin: center;
}

.catsMenu .Kawaneko {
  position: absolute;
  top: 18%;
  left: 20%;
  z-index: 2;
}
.catsMenu .Jaakuna {
  position: absolute;
  top: 55%;
  left: 75%;
  animation-delay: 1s;
}
.catsMenu .Orenjiiro {
  position: absolute;
  top: 80%;
  left: 7%;
  animation-delay: 2s;
}
.catsMenu img {
  animation: float 3s ease-in-out 0s infinite;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
  100% {
    transform: translateY(0);
  }
}
main, .site-main, #primary {
  padding-top: 80px;
}

.banner {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  min-height: 800px;
}
.banner__background, .banner__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  margin-top: 0 !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.banner__logo {
  position: absolute;
  left: 50%;
  top: 18em;
  transform: translateX(-50%);
  max-width: 80%;
  height: auto;
  z-index: 2;
  animation: move-up 2s 300ms both, float 6s 2.3s infinite ease-in-out;
}
@media (max-width: 767px) {
  .banner {
    height: 200px;
    min-height: 120px;
  }
  .banner__background {
    width: 100% !important;
    margin-top: 0 !important;
    display: block;
  }
  .banner__video {
    display: none;
  }
  .banner__logo {
    width: 75vw;
    max-width: 90vw;
    top: 30%;
  }
}

html, body {
  overflow-x: hidden;
}

@keyframes move-up {
  0% {
    transform: translate(-50%, 600px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
@keyframes float {
  0% {
    transform: translate(-50%, 0);
  }
  20% {
    transform: translate(-50%, 10px);
  }
  40% {
    transform: translate(-50%, -10px);
  }
  60% {
    transform: translate(-50%, 10px);
  }
  80% {
    transform: translate(-50%, -10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.sectionTitle {
  position: relative;
  display: inline-block;
  left: 0;
  top: 0;
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s, transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.sectionTitle.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.title-first {
  transition-delay: 0.2s;
}

.title-second {
  transition-delay: 0.45s;
}

section.banner,
section[id="#story"].story,
section#studio {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}
section.banner.visible,
section[id="#story"].story.visible,
section#studio.visible {
  opacity: 1;
  transform: none;
}

.characters-swiper {
  width: 100%;
  padding: 1.5em 0;
  min-height: 300px;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 220px;
  background: transparent;
  border-radius: 1em;
  box-shadow: none;
}
.swiper-slide img {
  width: 100%;
  max-width: 350px;
  border-radius: 1em;
  display: block;
}
.swiper-slide figcaption {
  text-align: center;
  margin-top: 1em;
  font-weight: bold;
}

.story #characters {
  position: relative;
  margin-bottom: 0 !important;
  z-index: 20;
  width: 100%;
  flex-direction: column;
}
.story #characters > h3 {
  position: relative;
  width: 40%;
}
.story #characters div {
  flex: none;
}
.story #place {
  background-image: url("./assets/images/Studio_Koukaki-image_place.png") !important;
}
.story p {
  transform: translateY(0px);
}

.parallax-section {
  position: relative;
  min-height: 400px;
  background: url("./assets/images/Studio_Koukaki-image_place.png") center/cover no-repeat fixed;
  overflow: hidden;
}

.cloud {
  position: absolute;
  top: 10%;
  pointer-events: none;
  will-change: transform;
  transition: filter 0.2s;
}

.cloud1 {
  left: 88%;
  width: 316px;
  height: 142px;
  filter: blur(18px);
}

.cloud2 {
  left: 71%;
  top: 35%;
  width: 142px;
  height: 55px;
  filter: drop-shadow(0 4px 0px rgba(0, 0, 0, 0.25)) blur(18px);
}

.nomination {
  position: relative;
  padding: 150px 0 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.nomination__title {
  position: relative;
}
.nomination__title h3 {
  color: #FFF5E9;
  font-size: 42px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 50px;
  padding-right: 10px;
  margin: 0;
  background-position: center;
  text-align: left;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 3.2rem;
}
@media (max-width: 767px) {
  .nomination__title h3 {
    font-size: 20px;
    line-height: 2rem;
  }
}
@media (max-width: 375px) {
  .nomination__title h3 {
    font-size: 17px;
    line-height: 2rem;
  }
}
.nomination__title img {
  height: 100%;
}
.nomination img {
  height: 100%;
}
.nomination__logo {
  flex: 0 0 auto;
  max-width: 100%;
  height: auto;
  margin-left: 1em;
  background: none;
  border-radius: 0;
  box-shadow: none;
}
@media (max-width: 900px) {
  .nomination__logo {
    margin-left: 0;
  }
}
@media (max-width: 900px) {
  .nomination__container {
    flex-direction: column;
    gap: 1.2em;
    align-items: center;
  }
}
.nomination::before {
  content: url("./assets/images/Sunflower.png");
  position: absolute;
  left: 4em;
  top: 0em;
}
.nomination::after {
  content: url("./assets/images/orchid.png");
  position: absolute;
  right: -4em;
  bottom: 20em;
}
@media (max-width: 1192px) {
  .nomination::after {
    right: -7em;
    bottom: 9em;
  }
}

#studio {
  overflow: hidden;
}

.site-footer::after, .site-footer::before {
  content: "";
}

@media (max-width: 700px) {
  h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 1024px) {
  h3 {
    font-size: 2.1rem;
  }
}
@media (max-width: 920px) {
  #characters > h3, #place h3 {
    width: 100%;
  }
}
@media (max-width: 1192px) {
  .site-footer ul li {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .site-footer ul {
    display: block;
  }
  .site-footer {
    padding-top: 8em;
  }
}
.section-title {
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 1.2em;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s, transform 0.7s;
}
.section-title.visible {
  opacity: 1;
  transform: none;
}

.story #place h3 {
  z-index: 1;
}

@media (max-width: 900px) {
  .story #characters > h3 {
    width: auto;
  }
}

section.banner {
  opacity: 0;
  transform: translateY(-120px);
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}
section.banner.visible {
  opacity: 1;
  transform: none;
}

section[id="#story"].story,
section#studio,
section.nomination,
article.parallax-section {
  opacity: 0;
  transform: translateY(200px);
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), transform 1.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}
section[id="#story"].story.visible,
section#studio.visible,
section.nomination.visible,
article.parallax-section.visible {
  opacity: 1;
  transform: none;
}

.footer-inner {
  opacity: 0;
  transform: translateY(200px);
  transition: opacity 1s, transform 1s;
  will-change: opacity, transform;
}

footer.site-footer.visible .footer-inner {
  opacity: 1;
  transform: none;
}

.site-footer {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 18em;
  padding-bottom: 1em;
  overflow: hidden;
}
.site-footer::before {
  content: url("./assets/images/Sunflower.png");
  position: absolute;
  left: 4em;
  top: 0em;
}
.site-footer::after {
  content: url("./assets/images/orchid.png");
  position: absolute;
  right: -4em;
  bottom: 7.8em;
}
.site-footer .footer-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.site-footer .footer-inner ul {
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  list-style-type: none;
  position: relative;
}
.site-footer .footer-inner ul li {
  flex: 1;
  text-align: center;
}
.site-footer .footer-inner ul li a {
  text-decoration: none;
}
.site-footer .footer-inner ul::after {
  content: url("./assets/images/hibiscus_footer.png");
  position: absolute;
  left: calc(50% - 323px);
  bottom: -28.5em;
  z-index: -1;
}

@media all and (max-width: 900px) {
  .site-footer::before {
    content: "";
  }
}
@media all and (max-width: 599px) {
  .site-footer::after {
    content: "";
  }
}
.site-footer::after, .site-footer::before {
  content: "" !important;
}

@media all and (max-width: 767px) {
  .catsMenu .Kawaneko {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .flowersMenu .orchid {
    left: -25%;
  }
}
@media (max-width: 900px) {
  .site-footer .footer-inner ul {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .site-footer .footer-inner ul li {
    width: 100%;
    margin-bottom: 1em;
  }
}
@media (max-width: 1023px) {
  .site-footer {
    padding-top: 5em;
  }
}/*# sourceMappingURL=style.css.map */