.nomination-title {
  background-image: url("/wp-content/themes/foce-child/assets/images/orange_rectangle_bg.png");
  font-size: 2.5rem;
  text-align: left;
  padding: 4rem 4rem;
}

#nomination {
  padding-top: 5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 20rem;
}
#nomination .nomiation-oscar {
  width: 20%;
  height: fit-content;
}

#colophon {
  flex-direction: column;
}

.site-footer {
  padding-top: 0;
}

.site-footer::after {
  bottom: 35.8rem;
}

.site-footer::before {
  left: 9rem;
}

#studio {
  overflow: hidden;
}

.fade-section-top {
  animation: fadeInTop 2s ease forwards;
}

.fade-section-bot {
  animation: fadeInBot 2s ease forwards;
}

.fade-title {
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 1s ease forwards;
}

.fade-in-overlay {
  animation: fadeInOverlay 1.5s ease forwards;
}

.fade-out-overlay {
  animation: fadeOutOverlay 1.5s ease forwards;
}

.title-to-animate {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.title-to-animate .wall {
  display: inline-block;
  overflow: hidden;
}
.title-to-animate .wall .title-text {
  display: inline-block;
  opacity: 1;
  transform: translateY(150px);
}
.title-to-animate .wall.word-1 .title-text {
  transition-delay: 0s;
}
.title-to-animate .wall.word-2 .title-text {
  transition-delay: 0.5s;
}

.title-visible .wall .title-text {
  opacity: 1;
  transform: translateY(10px);
  transition: opacity 1s ease, transform 1s ease;
}

@keyframes rotateFlower {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateFlowerReverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-260deg);
  }
}
.story__article::after,
#studio h2::before {
  animation: rotateFlower 20s linear infinite;
}

h2::after {
  animation: rotateFlowerReverse 30s linear infinite;
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInBot {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInOverlay {
  0% {
    transform: translateY(-100vh);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeOutOverlay {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100vh);
  }
}
.hero {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.hero__video-container {
  inset: 0;
  z-index: 0;
}
.hero__video-container .hero__video,
.hero__video-container .hero__fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero__video-container .hero__fallback {
  display: none;
}
.hero .banner {
  background-image: none !important;
  min-height: 427px;
  background-size: contain !important;
}
@media (max-width: 768px) {
  .hero .hero__video-container {
    display: none;
  }
  .hero .hero {
    height: 48vh !important;
  }
}

.hero__logo {
  position: absolute;
  top: 20%;
  left: 25%;
}

.banner {
  background-image: none;
  background-size: cover;
  min-height: auto;
}

.banner img {
  margin-top: -48%;
}

.logo-hidden {
  display: none;
}

@keyframes floatXY {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(5px, -5px);
  }
  50% {
    transform: translate(0, -10px);
  }
  75% {
    transform: translate(-5px, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.float-logo {
  animation: floatXY 4s ease-in-out infinite;
}

@media (max-width: 1400px) {
  .characters .swiper {
    width: 100vw !important;
  }
}
@media (max-width: 1024px) {
  .characters .swiper {
    padding-left: 29rem !important;
  }
  .cloud1 {
    top: 10%;
    left: 67% !important;
  }
}
@media (max-width: 768px) {
  .banner {
    background-image: url("../images/banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
  }
  .hero__logo {
    position: absolute;
    top: 35%;
    left: 15%;
  }
  .banner img {
    margin-top: -20%;
    width: 70%;
  }
  .logo-hidden {
    display: block;
  }
  .characters .title-characters {
    margin-left: 5em;
  }
  .characters .swiper {
    padding-left: 53rem !important;
  }
  .burger-button {
    right: 3rem !important;
  }
  .cloud1 {
    top: 10%;
    left: 56% !important;
  }
  .cloud2 {
    top: 36%;
    left: 48% !important;
  }
}
.characters .swiper {
  width: 1440px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: flex-start;
  padding-left: 2rem;
}
.characters .swiper-wrapper {
  left: -350px;
}
.characters .swiper-slide {
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
}
.characters .swiper-slide figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.characters .swiper-slide img {
  display: block;
  width: 100%;
  height: 300px;
  border-radius: 20px;
}

.characters .title-characters {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5em;
}
.characters .title-characters h3 {
  background-image: url("../images/orange_characters_bg.png");
  transform: translateX(130px);
}

.place-section {
  position: relative;
}
.place-section .clouds-container {
  width: 100%;
  height: 100%;
  margin-top: 5rem;
  gap: 4rem;
  z-index: 1;
}
.place-section .clouds-container .cloud {
  position: absolute;
  filter: blur(10px);
}
.place-section .clouds-container .cloud1 {
  top: 10%;
  left: 75%;
}
.place-section .clouds-container .cloud2 {
  top: 36%;
  left: 58%;
}

.story #place {
  background-image: url(../images/place_bg.png);
}

.burger-button {
  position: absolute;
  top: 2rem;
  right: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 70px;
  height: 45px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.burger-button span {
  height: 2px;
  background: #000000;
  border-radius: 3px;
  transition: 0.3s;
}
.burger-button.open .line1 {
  transform: rotate(45deg) translate(5px, 5px);
}
.burger-button.open .line2 {
  opacity: 0;
}
.burger-button.open .line3 {
  transform: rotate(-45deg) translate(10px, -8px);
}

.menu-overlay {
  position: fixed;
  background-color: #FFF5E9;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  display: none;
  width: 100vw;
  height: 100%;
  top: 6rem;
  overflow: hidden;
}

.menu-overlay.active {
  display: flex;
  z-index: 100;
}

.menu-content {
  text-align: center;
  color: #FFF5E9;
  position: relative;
}
.menu-content ul {
  margin: 0;
}

.entete {
  height: 11vh;
  background-color: #FFD5A2;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  position: relative;
}
.entete .site-title {
  text-decoration: none;
  font-size: larger;
  font-weight: 800;
}
.entetehover {
  color: black;
}

.menu-links li {
  margin: 5rem;
}
.menu-links li a {
  font-size: xx-large;
  text-decoration: none;
}
.menu-links li a:hover {
  color: rgb(0, 0, 0);
  text-shadow: -1px -1px 0 orange, 1px -1px 0 orange, -1px 1px 0 orange, 1px 1px 0 orange;
}

.logo-overlay {
  width: 150px;
}

.rotating {
  background-size: cover;
  position: absolute;
}
.rotating.orchid {
  width: 100px;
  height: 100px;
  background-image: url(../images/orchid.png);
  top: -150px;
  left: -530px;
  animation: rotateFlower 20s linear infinite;
}
.rotating.sunflower {
  width: 200px;
  height: 200px;
  background-image: url(../images/Sunflower.png);
  top: -92px;
  left: 504px;
  animation: rotateFlowerReverse 20s linear infinite;
}
.rotating.flower {
  width: 75px;
  height: 75px;
  background-image: url(../images/flower.png);
  top: 200px;
  left: -250px;
  animation: rotateFlowerReverse 20s linear infinite;
}
.rotating.random-flower {
  width: 75px;
  height: 75px;
  background-image: url(../images/random_flower.png);
  top: 200px;
  left: 900px;
  animation: rotateFlower 20s linear infinite;
}
.rotating.hibiscus-footer {
  width: 500px;
  height: 500px;
  background-image: url(../images/hibiscus_footer.png);
  background-size: cover;
  top: 370px;
  left: 690px;
  position: absolute;
  animation: rotateFlower 20s linear infinite;
}

@keyframes float-cat {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(9px, -9px);
  }
  50% {
    transform: translate(0, -9px);
  }
  75% {
    transform: translate(-9px, -9px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes float-cat2 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-9px, 9px);
  }
  50% {
    transform: translate(0, 9px);
  }
  75% {
    transform: translate(9px, 9px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.float-cat {
  background-size: cover;
  position: absolute;
}
.float-cat.purple-cat {
  width: 120px;
  height: 120px;
  background-image: url(../images/purple-cat.png);
  top: -20px;
  left: -200px;
  animation: float-cat 3s ease-in-out infinite;
}
.float-cat.orange-cat {
  width: 100px;
  height: 90px;
  background-image: url(../images/orange-cat.png);
  top: 450px;
  left: -380px;
  animation: float-cat2 4s ease-in-out infinite;
}
.float-cat.black-cat {
  width: 120px;
  height: 120px;
  background-image: url(../images/black-cat.png);
  top: 250px;
  left: 600px;
  animation: float-cat2 4s ease-in-out infinite;
}

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