@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'occasion de la nomination aux Oscars Shorts
 Version: 0.1
 */
.fadeIn {
  animation: fadeIn 1s ease-in-out;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.titleAnimation {
  display: inline-block;
  margin-right: 15px;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.2s ease-in, transform 0.5s ease-in;
}
.titleAnimation.visibility {
  opacity: 1;
  transform: translateY(0);
}

.story h2::after,
.story__article::after,
#studio h2::after {
  animation: rotate 15s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

#studio h2::before {
  animation: rotate 15s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.nomination::before, .nomination::after,
.site-footer ul::before,
.site-footer ul::after {
  animation: rotate 15s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.orchidMenu,
.flowerMenu,
.sunflowerMenu,
.randomflowerMenu,
.hibiscusMenu {
  animation: rotate 15s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  animation: floatAnimation 3s ease-in-out infinite alternate;
}
@keyframes floatAnimation {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, -60%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

.blueCatMenu,
.orangeCatMenu,
.blackCatMenu {
  animation: floatCat 3s ease-in-out infinite alternate;
}
@keyframes floatCat {
  0% {
    transform: translate(-50%, -100%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -90%) rotate(-5deg);
  }
  100% {
    transform: translate(-50%, -95%) rotate(0deg);
  }
}

.banner {
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}
.banner .video {
  position: relative;
  height: 100%;
  z-index: 1;
}

div .main-characters {
  width: 1400px;
}

article #characters {
  width: 1400px;
}

h3 {
  text-align: left;
  background-position: left;
  padding: 50px 60px;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: auto;
  margin-left: -33.5em;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 480px;
  height: 480px;
  margin-right: 40px;
  margin-left: 40px;
}
.swiper-slide img {
  display: block;
  width: 100%;
}

main {
  overflow: hidden;
}

.site-footer::after {
  display: none !important;
}

.site-footer::before {
  display: none !important;
}

.story {
  margin-top: 100px;
}
.story h2::after {
  height: 155px;
}

#studio ::after {
  height: 108px;
}

@media (max-width: 600px) {
  #titreMenu {
    display: none !important;
  }
  .main-navigation {
    width: 100%;
    height: 50px;
  }
  .burgerBtn {
    width: 35px !important;
    height: 20px !important;
    margin-top: 15px !important;
    margin-left: 170px !important;
  }
  .burgerBtn span {
    height: 2.5px !important;
  }
  .burgerBtn span::after, .burgerBtn span::before {
    height: 2.5px !important;
  }
  .fullscreenMenu {
    top: 50px !important;
    left: 0px !important;
    width: 100% !important;
    height: 100% !important;
  }
  .fullscreenMenu li {
    font-size: 30px !important;
    line-height: 90px !important;
  }
  .fullscreenMenu p {
    margin-top: 125px !important;
  }
  .fullscreenMenu .blueCatMenu {
    top: 120px !important;
    left: 323px !important;
    width: 91px !important;
    height: 78px !important;
  }
  .fullscreenMenu .orchidMenu,
  .fullscreenMenu .flowerMenu,
  .fullscreenMenu .sunflowerMenu,
  .fullscreenMenu .randomflowerMenu,
  .fullscreenMenu .hibiscusMenu,
  .fullscreenMenu .blackCatMenu {
    display: none !important;
  }
  .logoFullscreen {
    left: 91px !important;
  }
  .video {
    display: none;
  }
  .banner img {
    display: block;
  }
  h2,
  h3 {
    font-size: 30px !important;
  }
  .banner {
    min-height: 500px;
    margin-left: -50px;
    margin-top: 35px;
  }
  .banner .logo {
    width: 200px !important;
    margin-top: 30px;
    margin-left: 20px;
  }
  .nomination {
    margin-left: 200px !important;
    flex-direction: column;
  }
  .nomination h2 {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
    width: 370px;
    margin-right: 25px;
    margin-top: -60px;
  }
  .nomination .imageNomination {
    width: 200px;
    margin-right: 350px;
  }
  .nomination .imageNomination img {
    margin-left: 165px;
    margin-top: 20px;
  }
  .nomination::after {
    animation: none !important;
  }
  .main-character h3 {
    margin-left: 500px !important;
  }
  .story #characters h3 {
    background-position: -5%;
  }
  .site-footer {
    padding-top: 50px;
  }
  .site-footer ul,
  .site-footer li {
    font-size: 11px;
    margin-right: 4px;
    margin-left: 10px;
  }
  .fadeIn {
    animation: none !important;
  }
  .story h2::after,
  .story__article::after,
  #studio h2::after {
    display: none !important;
  }
  #studio h2::before {
    display: none !important;
  }
  .site-footer ul::after,
  .nomination::after {
    display: none !important;
  }
  .nomination::before {
    display: none !important;
  }
  .orchidMenu,
  .flowerMenu,
  .sunflowerMenu,
  .randomflowerMenu,
  .hibiscusMenu {
    display: none !important;
  }
  .swiper {
    margin-left: 0.6em !important;
    margin-bottom: -200px;
  }
  #place div {
    margin-left: 3em !important;
  }
  #place p {
    margin-top: 240px !important;
    width: 350px !important;
    position: absolute !important;
    margin-left: -11em !important;
  }
  #place h3 {
    margin-bottom: 3em !important;
    width: 400px !important;
    position: absolute !important;
    margin-left: -69px !important;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  .main-navigation {
    width: 100% !important;
    height: 80px !important;
  }
  .main-navigation li {
    margin-left: -600px !important;
  }
  .burgerBtn {
    margin-left: -15px !important;
  }
  .fullscreenMenu {
    left: 0px !important;
    width: 100% !important;
    height: 100% !important;
  }
  .fullscreenMenu .blueCatMenu {
    left: 663px !important;
  }
  .fullscreenMenu .logoFullscreen {
    left: 270px !important;
  }
  .fullscreenMenu .flowerMenu {
    top: 441px !important;
    left: 450px !important;
  }
  .fullscreenMenu .sunflowerMenu {
    top: 697px !important;
    left: 545px !important;
  }
  .randomflowerMenu,
  .hibiscusMenu {
    display: none !important;
  }
  .video {
    width: 100%;
  }
  .banner {
    min-height: 400px;
  }
  .banner .logo {
    width: 300px;
  }
  .swiper {
    margin-left: 0.5em !important;
    margin-bottom: -200px;
  }
  h2,
  h3 {
    font-size: 40px !important;
  }
  .main-character h3 {
    margin-left: 472px !important;
  }
  .nomination .titreOscar {
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
  }
  .nomination h2 {
    width: 400px;
    margin-top: 35px;
    margin-left: -120px;
    margin-right: -170px;
  }
  .nomination img {
    margin-left: 147px;
    margin-top: 44px;
    width: 98%;
  }
  .fadeIn {
    animation: none !important;
  }
  #studio h2::before {
    margin-left: -50px;
  }
  .nomination::before {
    display: none !important;
  }
  .bigCloud {
    width: 216px !important;
    height: 80px !important;
    position: relative;
    top: -320px !important;
    left: 420px !important;
    filter: blur(10px);
    z-index: 1;
  }
  .littleCloud {
    left: 360px !important;
  }
}
.nomination {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  margin-left: 230px;
  margin-right: 230px;
  align-items: center;
}
.nomination::before {
  content: url("./assets/images/Sunflower.png");
  position: absolute;
  left: -130px;
  top: -80px;
}
.nomination::after {
  content: url("./assets/images/orchid.png");
  position: absolute;
  right: -320px;
  top: -130px;
  z-index: -1;
}
.nomination .imageNomination {
  mix-blend-mode: darken;
  margin-top: -30px;
}
.nomination .titreOscar {
  font-size: 35px;
  font-weight: 700;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  padding: 1.8em 2em;
  line-height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("./assets/images/oscar_bg.png");
}
.nomination .titreOscar h2 {
  text-align: left;
}

.fadeIn {
  animation: fadeIn 1s ease-in-out;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.titleAnimation {
  display: inline-block;
  margin-right: 15px;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.2s ease-in, transform 0.5s ease-in;
}
.titleAnimation.visibility {
  opacity: 1;
  transform: translateY(0);
}

.story h2::after,
.story__article::after,
#studio h2::after {
  animation: rotate 15s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

#studio h2::before {
  animation: rotate 15s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.nomination::before, .nomination::after,
.site-footer ul::before,
.site-footer ul::after {
  animation: rotate 15s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.orchidMenu,
.flowerMenu,
.sunflowerMenu,
.randomflowerMenu,
.hibiscusMenu {
  animation: rotate 15s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  animation: floatAnimation 3s ease-in-out infinite alternate;
}
@keyframes floatAnimation {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, -60%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

.blueCatMenu,
.orangeCatMenu,
.blackCatMenu {
  animation: floatCat 3s ease-in-out infinite alternate;
}
@keyframes floatCat {
  0% {
    transform: translate(-50%, -100%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -90%) rotate(-5deg);
  }
  100% {
    transform: translate(-50%, -95%) rotate(0deg);
  }
}

#place {
  display: flex;
  background-image: url("./assets/images/imagePlace.png") !important;
  width: 100%;
  min-height: 699px;
  background-size: cover;
  margin-top: -100px;
}
#place div {
  margin-left: 10em !important;
  margin-top: 100px;
}
#place .bigCloud {
  width: 316px;
  height: 122px;
  position: relative;
  top: -380px;
  left: 880px;
  filter: blur(10px);
  z-index: 1;
}
#place .littleCloud {
  width: 142px;
  height: 55px;
  top: -330px;
  left: 650px;
  position: relative;
  filter: blur(12px);
}

/* Styles pour le menu burger */
.main-navigation {
  display: flex;
  position: fixed;
  width: 1440px;
}
.main-navigation ul {
  font-weight: 800;
  display: flex;
  flex-direction: row;
  margin-left: 580px;
}
.main-navigation button {
  margin-left: 400px;
}

.burgerBtn {
  width: 42px;
  height: 24px;
  margin-top: 27px;
  margin-left: 450px;
  cursor: pointer;
  position: relative;
}
.burgerBtn span {
  width: 100%;
  height: 4px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.5s ease-in-out;
}
.burgerBtn span::before, .burgerBtn span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #000;
  transition: transform 0.5s ease-in-out;
}
.burgerBtn span::before {
  transform: translateY(-10px);
}
.burgerBtn span::after {
  transform: translateY(10px);
}
.burgerBtn.active span {
  background-color: transparent !important;
}
.burgerBtn.active span::before {
  transform: translateY(0px) rotateZ(45deg);
}
.burgerBtn.active span::after {
  transform: translateY(0px) rotateZ(-45deg);
}

/* Styles pour le menu en plein écran */
.site-navigation .title-site {
  position: fixed;
}

.fullscreenMenu {
  position: fixed;
  top: 80px;
  width: 1440px;
  height: 1024px;
  background-color: #FFF5E9;
  color: black;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in;
}
.fullscreenMenu.open {
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  animation: menuFadein 1s ease-in-out;
}
@keyframes menuFadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fullscreenMenu img {
  margin: auto;
  display: flex;
}
.fullscreenMenu ul {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 190px;
}
.fullscreenMenu li {
  font-weight: 500;
  font-size: 40px;
  line-height: 120px;
  list-style-type: none;
  margin: 0;
}
.fullscreenMenu a:hover {
  color: black;
  text-shadow: -1px -1px 3px rgba(255, 92, 0, 0.5019607843), 3px -1px 3px rgba(255, 92, 0, 0.3), -1px 3px 3px rgba(255, 92, 0, 0.3), 3px 3px 3px rgba(255, 92, 0, 0.3);
}
.fullscreenMenu p {
  text-align: center;
  margin-top: 150px;
  font-size: 20px;
}
.fullscreenMenu a {
  text-decoration: none;
}
.fullscreenMenu .logoFullscreen {
  position: absolute;
  left: 627px;
  top: 45px;
}
.fullscreenMenu .orchidMenu {
  position: absolute;
  left: -60px;
  width: 150px;
  height: 148px;
  top: 70px;
}
.fullscreenMenu .flowerMenu {
  position: absolute;
  position: absolute;
  top: 435px;
  left: 289px;
  width: 70px;
  height: 70px;
}
.fullscreenMenu .sunflowerMenu {
  position: absolute;
  position: absolute;
  top: 90px;
  left: 950px;
  width: 216px;
  height: 216px;
}
.fullscreenMenu .randomflowerMenu {
  position: absolute;
  position: absolute;
  top: 370px;
  left: 1396px;
  width: 75px;
  height: 75px;
}
.fullscreenMenu .hibiscusMenu {
  position: absolute;
  position: absolute;
  top: 595px;
  left: 1100px;
  width: 626px;
  height: 626px;
}
.fullscreenMenu .blueCatMenu {
  position: absolute;
  position: absolute;
  top: 185px;
  left: 355px;
  width: 109px;
  height: 98px;
}
.fullscreenMenu .orangeCatMenu {
  position: absolute;
  position: absolute;
  top: 670px;
  left: 101px;
  width: 105px;
  height: 95px;
}
.fullscreenMenu .blackCatMenu {
  position: absolute;
  position: absolute;
  top: 445px;
  left: 921px;
  width: 135px;
  height: 128px;
}/*# sourceMappingURL=style.css.map */