@font-face {
  font-family: "BradfordLL-Light";
  src: url("/font/BradfordLL-Light.otf") format("opentype");
}

@font-face {
  font-family: "BradfordLL-Lightitalic";
  src: url("/font/BradfordLL-LightItalic.otf") format("opentype");
}

.font {
  font-size: 2.7vh;
}

body::-webkit-scrollbar {
  display: none;
}

.oeuf {
  position: relative;
  left: -50px;
  top: 350px;
  width: 800px;
  -webkit-transition: 750ms all ease;
  transition: 750ms all ease;
}

.mimosa {
  position: absolute;
  left: -650px;
  top: 350px;
  text-align: right;
  width: 800px;
  z-index: 3;
  -webkit-transition: 750ms all ease;
  transition: 750ms all ease;
}

.original {
  position: absolute;
  left: -150px;
  top: 425px;
  text-align: left;
  -webkit-transition: 750ms all ease;
  transition: 750ms all ease;
}

.recette {
  text-align: right;

  position: absolute;
  left: -50px;
  top: 425px;
  -webkit-transition: 750ms all ease;
  transition: 750ms all ease;
}

body {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;

  background-color: rgb(255, 246, 195);
}

.second {
  z-index: 4;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: blue;
  -webkit-transition: 350ms all ease;
  transition: 350ms all ease;
}

.blur {
  filter: blur(10px);
}

.background {
  z-index: 4;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgb(0, 0, 0);
  -webkit-transition: 350ms all ease;
  transition: 350ms all ease;
}

.okay {
  z-index: 4;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgb(0, 0, 0);
  -webkit-transition: 350ms all ease;
  transition: 350ms all ease;
}

br {
  display: block;
  line-height: 240px;
}

li {
  opacity: 0;
}

span {
  font-family: "BradfordLL-Light";
  letter-spacing: -5px;
  -webkit-transition: 250ms all ease;
  transition: 250ms all ease;
}

.oeuf:hover {
  font-family: "BradfordLL-LightItalic";
  filter: drop-shadow(12px);
}

.recette:hover {
  font-family: "BradfordLL-LightItalic";
}

.mimosa:hover {
  font-family: "BradfordLL-LightItalic";
}

.original:hover {
  font-family: "BradfordLL-LightItalic";
}

#none {
  visibility: hidden;
  opacity: 0;
}

.none {
  visibility: hidden;
  opacity: 0;
}
.ingright {
  width: 100px;
}
.ingright2 {
  width: 100px;
}

/* .ingright:hover:before {
  content: "";
  margin: 20px;
  float: right;
  background-color: black;
  border-radius: 50% 60% 50% 50% / 70% 70% 40% 40%;

} */

.hiddenstart {
  visibility: hidden;
}

.container-text {
  display: flex;
  position: fixed;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: 50%;
  -webkit-transition: 750ms all ease;
  transition: 750ms all ease;
}

.left {
  margin: 25px;
  left: 375px;
  z-index: 2;
  position: fixed;
  font-size: 10vh;
  color: black;

  -webkit-transition: 750ms all ease;
  transition: 750ms all ease;
}

.right {
  margin: 25px;
  text-align: right;
  right: 360px;
  z-index: 2;
  position: fixed;
  font-size: 10vh;
  color: black;

  -webkit-transition: 750ms all ease;
  transition: 750ms all ease;
}

.global {
  display: flex;
  height: 100%;
}

.container-box {
  width: 100%;
  float: left;
  -webkit-transition: 750ms all ease;
  transition: 750ms all ease;
}

.explication {
  display: flex;
  width: 450px;

  top: 120px;
  left: -235px;
  z-index: 0;
  position: relative;
  line-height: 90px;
  font-size: 10vh;
  color: black;
  text-align: center;
  -webkit-transition: 750ms all ease;
  transition: 750ms all ease;
}

.explication-2 {
  margin: 0px;
  left: 750px;
  top: 250px;
  z-index: -1;
  width: 400px;
  position: fixed;
  line-height: 90px;

  text-align: center;

  font-size: 10vh;
  color: black;
}
.select {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin: 15px;
  width: 90px;
  z-index: 2;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  background-color: black;
  position: fixed;
  opacity: 0;
  -webkit-transition: 750ms all ease;
  transition: 750ms all ease;
}
.select2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin: 15px;
  width: 90px;
  right: 0;
  z-index: 2;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  background-color: black;
  position: fixed;
  opacity: 0;
  -webkit-transition: 750ms all ease;
  transition: 750ms all ease;
}
.select3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin: 15px;
  width: 90px;
  z-index: 2;
  bottom: 0;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  background-color: black;
  position: fixed;
  opacity: 0;
  -webkit-transition: 750ms all ease;
  transition: 750ms all ease;
}
.select4 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin: 15px;
  width: 90px;
  z-index: 2;
  bottom: 0;
  right: 0;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  background-color: black;
  position: fixed;
  opacity: 0;
  -webkit-transition: 750ms all ease;
  transition: 750ms all ease;
}
.grapin {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 10680px;

  background-color: pink;
  position: absolute;
  opacity: 0;
  -webkit-transition: 750ms all ease;
  transition: 750ms all ease;
}
.circle {
  left: 750px;
  top: 9500px;
  width: 170px;
  height: 220px;
  z-index: -2;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  background-color: green;
  position: absolute;
}

.circle2 {
  left: 650px;
  top: 10780px;
  width: 570px;
  height: 800px;
  z-index: -2;
  border-radius: 50% 60% 50% 50% / 70% 70% 40% 40%;
  background-color: rgb(255, 255, 174);
  background: radial-gradient(circle, rgb(255, 255, 174) 40%, green);

  position: absolute;
}

.circle3 {
  left: 700px;
  top: 14150px;
  width: 450px;
  height: 470px;
  z-index: 0;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  /* background-color: rgb(255, 255, 174); */
  background: radial-gradient(
    circle,
    rgb(255, 239, 96) 40%,
    rgb(255, 255, 219)
  );
  position: absolute;
}
.mimo {
}
.confeti {
  left: 650px;
  top: 12100px;
}
.confeti2 {
  left: 650px;
  top: 12100px;
}

.poid {
  background: radial-gradient(
    circle,
    rgb(255, 232, 28) 40%,
    rgb(255, 255, 219)
  );
}
div.cib:nth-child(1) {
  background: linear-gradient(0deg, rgb(15, 175, 15) 80%, rgb(40, 107, 13));
  left: 700px;
  top: 14200px;
  width: 25px;
  height: 35px;
  z-index: 2;
  transform: rotate(30deg);
  /* background-color: rgb(255, 255, 174); */
  position: absolute;
}
div.cib:nth-child(2) {
  background: linear-gradient(0deg, rgb(15, 175, 15) 80%, rgb(40, 107, 13));
  left: 1020px;
  top: 14050px;
  width: 25px;
  height: 45px;
  z-index: 2;
  transform: rotate(80deg);
  /* background-color: rgb(255, 255, 174); */
  position: absolute;
}

div.cib:nth-child(3) {
  background: linear-gradient(0deg, rgb(15, 175, 15) 80%, rgb(40, 107, 13));
  left: 850px;
  top: 14550px;
  width: 25px;
  height: 19px;
  z-index: 2;
  transform: rotate(210deg);
  /* background-color: rgb(255, 255, 174); */
  position: absolute;
}

div.cib:nth-child(4) {
  background: linear-gradient(0deg, rgb(15, 175, 15) 80%, rgb(40, 107, 13));
  left: 1100px;
  top: 14650px;
  width: 25px;
  height: 35px;
  z-index: 2;
  transform: rotate(30deg);
  /* background-color: rgb(255, 255, 174); */
  position: absolute;
}
div.cib:nth-child(5) {
  background: linear-gradient(0deg, rgb(15, 175, 15) 80%, rgb(40, 107, 13));
  left: 1010px;
  top: 14370px;
  width: 20px;
  height: 35px;
  z-index: 2;
  transform: rotate(310deg);
  /* background-color: rgb(255, 255, 174); */
  position: absolute;
}

div.poid:nth-child(1) {
  left: 650px;
  top: 14400px;
  width: 35px;
  height: 25px;
  z-index: 2;
  transform: rotate(30deg);
  border-radius: 30% 60% 70% 70% / 70% 70% 60% 60%;
  /* background-color: rgb(255, 255, 174); */
  position: absolute;
}

div.poid:nth-child(2) {
  left: 1100px;
  top: 14300px;
  width: 45px;
  height: 35px;
  z-index: 2;
  transform: rotate(30deg);
  border-radius: 70% 60% 70% 70% / 70% 70% 60% 60%;
  /* background-color: rgb(255, 255, 174); */
  position: absolute;
}
div.poid:nth-child(3) {
  left: 800px;
  top: 14650px;
  width: 45px;
  height: 35px;
  z-index: 2;
  transform: rotate(30deg);
  border-radius: 70% 60% 70% 70% / 70% 70% 60% 60%;
  /* background-color: rgb(255, 255, 174); */
  position: absolute;
}
div.poid:nth-child(4) {
  left: 880px;
  top: 14350px;
  width: 45px;
  height: 35px;
  z-index: 2;
  transform: rotate(30deg);
  border-radius: 70% 60% 70% 70% / 70% 70% 60% 60%;
  /* background-color: rgb(255, 255, 174); */
  position: absolute;
}
div.poid:nth-child(5) {
  left: 1180px;
  top: 14600px;
  width: 45px;
  height: 35px;
  z-index: 2;
  transform: rotate(30deg);
  border-radius: 70% 60% 70% 70% / 70% 70% 60% 60%;
  /* background-color: rgb(255, 255, 174); */
  position: absolute;
}

.explication-3 {
  margin: 0px;
  left: 650px;
  top: 100px;
  z-index: -1;
  width: 550px;
  position: fixed;
  text-align: center;

  font-size: 10vh;
  color: black;
}

.explication-4 {
  display: flex;
  width: 600px;
  top: 100px;
  left: -325px;
  z-index: 0;
  position: relative;
  line-height: 90px;
  font-size: 10vh;
  color: black;
  text-align: center;
  -webkit-transition: 750ms all ease;
  transition: 750ms all ease;
}

.hidden {
  visibility: hidden;
}

.rotate {
  -webkit-animation: rotation 10s linear infinite;
  -moz-animation: rotation 10s linear infinite;
  animation: rotation 10s linear infinite;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@keyframes rotation2 {
  0% {
    top: 0;
  }
  100% {
    top: 1200;
  }
}

@keyframes rotation3 {
  0% {
    top: 0;
  }

  100% {
    top: -1200;
  }
}

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

ul {
  font-family: "BradfordLL-Light";
  letter-spacing: -1px;

  -webkit-transition: 250ms all ease;
  transition: 250ms all ease;
  opacity: 0;
}

.ingredient-droit {
  position: absolute;
  top: 400px;
  left: 45px;
}
.ingredient-droit2 {
  position: absolute;
  top: 400px;
  left: 65px;
  text-align: right;
}

.ingredient-gauche {
  position: absolute;
  top: 400px;
  left: -40px;
}

.gris {
  visibility: hidden;
}

.gris2 {
}

.pasgris {
}

.container {
  float: right;
  height: 100%;
  width: 50%;
  background-color: rgb(255, 255, 255);
}

.container:nth-child(1) {
  background: radial-gradient(
    circle,
    rgb(255, 255, 196) 40%,
    rgb(255, 255, 255)
  );
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#startegg {
  background: radial-gradient(
    circle,
    rgba(255, 245, 190, 1) 0%,
    rgba(255, 167, 69, 1) 100%
  );
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 50% 0%;
  }

  50% {
    background-position: 50% 100%;
  }

  100% {
    background-position: 50% 0%;
  }
}

.container:nth-child(3) {
  background-color: rgb(255, 242, 168);
}

.container:nth-child(4) {
  background-color: rgb(255, 194, 124);
}

.container:nth-child(5) {
  background-color: rgb(255, 224, 47);
}

.egg {
  cursor: pointer;
  display: flex;
  align-items: center;
  z-index: 1;
  justify-content: center;
  height: 10%;
  width: 4%;
  position: fixed;
  background: transparent;
  /* border-radius: 70% 70% 40% 40% / 70% 70% 40% 40%; */
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;

  box-shadow: 0 0 0 99999px rgb(255, 246, 195);
  /* box-shadow: 0 0 0 99999px rgb(43, 146, 24); */
  -webkit-transition: 750ms all ease;
  transition: 750ms all ease;
}

.newegg {
}
.new-egg {
  display: flex;
  align-items: center;
  z-index: 1;
  justify-content: center;
  height: 10%;
  width: 4%;
  position: fixed;
  background: transparent;
  /* border-radius: 70% 70% 40% 40% / 70% 70% 40% 40%; */
  border-radius: 90%;

  box-shadow: 0 0 0 99999px rgb(255, 242, 168);
  -webkit-transition: 750ms all ease;
  transition: 750ms all ease;
}

#hautgauche {
  width: 100px;

  z-index: 10;
  height: 50px;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}

.eggfond {
  z-index: 10;
  right: 1600px;
  position: fixed;
  width: 35%;
  display: block;

  height: 100%;
  /* border-radius: 50% 60% 50% 50% / 70% 70% 40% 40%; */
  border-radius: 0%;
  -webkit-transition: 750ms all ease;
  transition: 750ms all ease;
  /* background: linear-gradient(180deg, rgb(255, 217, 0)0%, rgb(255, 255, 255)100%); */
  /* background: radial-gradient(circle, rgba(255, 245, 190, 1) 0%, rgb(255, 227, 69) 100%); */
  background-color: rgb(0, 0, 0);
}

.eggfond2 {
  z-index: 10;
  margin-left: 1630px;
  position: fixed;
  width: 35%;
  height: 100%;
  /* border-radius: 50% 60% 50% 50% / 70% 70% 40% 40%; */

  border-radius: 0%;
  /* background: radial-gradient(circle, rgba(255, 245, 190, 1) 0%, rgb(255, 227, 69) 100%); */

  /* background: linear-gradient(180deg, rgb(255, 217, 0)0%, rgb(255, 255, 255)100%); */
  background-color: rgb(0, 0, 0);
  -webkit-transition: 750ms all ease;
  transition: 750ms all ease;
}

.egg:hover {
  -webkit-transition: 750ms all ease;
  transition: 750ms all ease;
  /* border-radius: 0%; */
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  -webkit-transform: perspective(1px) translateZ(100);
  transform: perspective(1px) translateZ(100);
}

.italic {
  font-family: "BradfordLL-LightItalic";
}

.egghover:hover,
.egghover:focus,
.egghover:active {
  -webkit-animation-name: wobble-vertical-on-hover;
  animation-name: wobble-vertical-on-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transition: 750ms all ease;
  transition: 750ms all ease;
}

.wobble {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(20px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-40px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(40px, 0, 0);
  }
}

@-webkit-keyframes wobble-vertical-on-hover {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.cuisson-oeuf {
  -webkit-transition: 750ms all ease;
  transition: 750ms all ease;

  -webkit-animation: AnimationName 10s ease infinite;
  -moz-animation: AnimationName 10s ease infinite;
  animation: AnimationName 10s ease infinite;
}
#oho {
  background-color: blue;
}

#transi {
  background: linear-gradient(0deg, rgb(255, 242, 168), rgba(255, 167, 69, 1));
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#transi2 {
  background: linear-gradient(0deg, white, rgb(255, 242, 168));
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#transi3 {
  background: linear-gradient(0deg, rgb(255, 242, 168), rgb(255, 242, 168));
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#transi4 {
  background: linear-gradient(0deg, rgb(255, 249, 213), rgb(255, 242, 168));
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#transi7 {
  background: linear-gradient(0deg, white, rgb(255, 242, 168));
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#transi8 {
  /* background: linear-gradient(0deg, rgb(255, 253, 245), rgb(255, 254, 248)); */
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.step-1 {
  background: linear-gradient(0deg, rgb(255, 242, 168), #ffffff);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.child-1 {
  display: inline;
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgb(255, 254, 189); */
  background: rgb(255, 245, 190);
  background: radial-gradient(circle, transparent 0%, rgba(255, 245, 190) 20%);
  z-index: 0;
  opacity: 1;
  animation: cuisson 3.5s infinite;
  animation-timing-function: ease-in-out;
  animation-play-state: paused;
}

@keyframes cuisson {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#step_2-2 {
  background: radial-gradient(
    circle,
    rgb(255, 251, 214) 40%,
    rgb(255, 255, 219)
  );
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  animation: mymove 2.5s infinite;
  animation-timing-function: ease-in-out;

  animation-play-state: paused;
}

@keyframes mymove {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(500px);
  }

  100% {
    transform: translateX(0px);
  }
}

/* @keyframes mymove {
  from {
    left: 0px;
  }

  to {
    left: 500px;
  }
} */

.step-2 {
  background: linear-gradient(0deg, rgb(255, 252, 238), white);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}

#step_2 {
  background: radial-gradient(
    circle,
    rgb(255, 242, 55) 50%,
    rgb(255, 255, 219)
  );
  background-size: 100% 100%;
  background-repeat: no-repeat;
  animation: mymove2 2.5s infinite;
  animation-timing-function: ease-in-out;
  animation-play-state: paused;
}

/* .animsplit {
  animation: mymove2 3.5s infinite;
  animation-timing-function: ease-in-out;
  animation-play-state: paused;
} */

@keyframes mymove2 {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-500px);
  }

  100% {
    transform: translateX(0px);
  }
}

#step_3 {
  animation: rotation2 2.5s;
  -webkit-animation-fill-mode: forwards;

  animation-timing-function: ease-in;
  animation-play-state: paused;
}

#step-3 {
  animation: rotation3 2.5s;
  -webkit-animation-fill-mode: forwards;

  animation-timing-function: ease-in;
  animation-play-state: paused;
}

.step-3 {
  background: radial-gradient(
    circle,
    rgb(255, 255, 196) 40%,
    rgb(255, 255, 255)
  );
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.step-4 {
  background: rgb(255, 245, 190);
  background: radial-gradient(
    circle,
    rgb(255, 254, 246) 0%,
    rgb(255, 249, 231) 100%
  );

  background-repeat: no-repeat;
  z-index: -2;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 50% 0%;
  }

  50% {
    background-position: 50% 100%;
  }

  100% {
    background-position: 50% 0%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 50% 0%;
  }

  50% {
    background-position: 50% 100%;
  }

  100% {
    background-position: 50% 0%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 50% 0%;
  }

  50% {
    background-position: 50% 100%;
  }

  100% {
    background-position: 50% 0%;
  }
}

@media screen and (orientation: portrait) and (max-width: 1024px) {
}
