/* defaults */

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  /* background-image:url("../images/sea.jpg"); */
  background-color: red;
  overflow: hidden;
  cursor: url("ellipse.png");
}

@font-face {
  font-family: "microgamma";
  src: url(../fonts/microgamma.woff2) format("woff2"),
    url(../fonts/microgamma.woff) format("woff");
}

*,
body,
html {
  color: blue;
  /* text-transform: uppercase; */
}

/* .rondgrisfond{
  position: absolute;

    overflow:hidden;

    outline-offset: -50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(0deg);
    width: 100%;
    height: 55vw;
    border-radius: 50%;
    background-color: grey;
 
    z-index:0;
} */

.rondbleufond {
  position: absolute;

  overflow: hidden;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(0deg);
  width: 55vw;
  height: 100%;
  border-radius: 50%;
  background-color: blue;
  /* box-shadow:
      0 0 60px 30px #fff,
      0 0 100px 60px white,
      0 0 100px 180px blue
      ;
   mix-blend-mode: difference; */
  z-index: 0;
}

.bluemiddle2 {
  position: absolute;
  /* content:url("../images/saumon.png"); */
  /*     border: 1px solid red; */

  transform: translate(-50%, -50%) rotateZ(0deg);
  top: 50%;
  left: 50%;
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  background-color: blue;
  transition: all 2s ease;
  /* mix-blend-mode: hue;*/
  /* box-shadow:
      0 0 60px 30px #fff,
      0 0 100px 60px white,
      0 0 100px 180px rgb(255, 175, 100)
      ;
    */
  z-index: 120;

  animation-name: crushboutonmilieu;

  animation-duration: 1.8s;

  animation-iteration-count: 1;

  -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
  animation-fill-mode: forwards;
}

@keyframes crushboutonmilieu {
  0% {
    height: 20vw;

    width: 20vw;

    opacity: 100%;
  }
  90% {
    opacity: 100%;
  }

  100% {
    pointer-events: none;
    height: 55vw;

    width: 55vw;
    opacity: 0%;
  }
}

.ovalerecette {
  position: absolute;
  font-size: 2.5em;
  top: 60%;
  left: 50%;
  width: 60vw;
  height: 22vw;
  transition: all 1.5s ease;
  background-color: white;
  display: flex;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  font-family: "microgamma";
  /* padding:30px; */
  align-items: center;
  justify-content: center;

  z-index: 10;
}

.recette_middle {
  top: 50%;
  width: 80vw;
  height: 15vw;
}

.recette_middle2 {
  top: 50%;
  width: 83vw;
  height: 18vw;
}

.recette_middle3 {
  top: 50%;
  width: 86vw;
  height: 21vw;
}

.recette_middle4 {
  top: 50%;
  width: 89vw;
  height: 24vw;
}

.recette_middle5 {
  top: 50%;
  width: 92vw;
  height: 27vw;
}

.recette_middle6 {
  top: 50%;
  width: 95vw;
  height: 30vw;
}

.textrecette {
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
padding-left: 4em;
padding-right: 4em;
cursor: default;
 
  /* text-transform: uppercase; */
  font-size: 2.6vw;
 
}

@media screen and (max-width: 1000px) {
  .textrecette {
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
padding-left: 1.5em;
padding-right: 1.5em;
 
  /* text-transform: uppercase; */
  font-size: 3.5vw;
 
}}



/* .wrapper{
  position:absolute;
  display: flex;
} */

.group {
  display: flex;
  float: left;
}

.groupeetape1, .groupeetape2 {
  width:100vw;
  margin-top:25vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-flow: row wrap;
  /* justify-content: center; */
 
  transition: all 1.5s ease-in-out;
  -webkit-transition: all 1.5s ease-in-out;
  /* -o-animation: ; */
}

@media screen and (max-width: 1000px) {
  .groupeetape1, .groupeetape2 {
    width:100vw;
    margin-top:25vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-flow: row wrap;
    /* justify-content: center; */
   
    transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;
    /* -o-animation: ; */
  }}


.groupeetape2 {
  width:100vw;
  margin-top:-100px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-flow: row wrap;
  /* justify-content: center; */
 /* transform-origin: 0px; */
  transition: all 1.5s ease-in-out;
  -webkit-transition: all 1.5s ease-in-out;
  /* -o-animation: ; */
}
@media screen and (max-width: 1200px) {
  .groupeetape2{
    margin-top:-200px;
  }
}

@media screen and (max-width: 1000px) {

  .ovaleetape {
    font-size: 1.5em;
  
    /* float:left; */
  
    /* width:240px; */
    width: 1000px;
    height: 38px;
    background-color: white;
    display: flex;
    transition: all 2s ease;
    border-radius: 50%;
    font-family: "microgamma";
    overflow: hidden;
    align-items: center;
    text-align: center;
    justify-content: center;

    text-transform: uppercase;
    z-index: 10;
    stroke: red;
    stroke-width: 3em;
  }
  
  .rondetape {
    /* float:left; */
    font-size: 1.5em;
    top: 50%;
    left: 50%;
    width: 180px;
    height: 8px;
    background-color: white;
    display: flex;
    transition: all 2s ease;
    border-radius: 50%;
    font-family: "microgamma";
    overflow: hidden;
    align-items: center;
    justify-content: center;

    text-transform: uppercase;
    z-index: 10;
    stroke: red;
    stroke-width: 3em;
  }}


  .ovaleetape {
  font-size: 1.5em;

  /* float:left; */

  /* width:240px; */
  width: 250px;
  height: 100px;
  background-color: white;
  display: flex;
  transition: all 2s ease;
  border-radius: 50%;
  font-family: "microgamma";
  overflow: hidden;
  align-items: center;
  text-align: center;
  justify-content: center;
  min-width: 16px;
  text-transform: uppercase;
  z-index: 10;
  stroke: red;
  stroke-width: 3em;
}

.rondetape {
  /* float:left; */
  font-size: 1.5em;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background-color: white;
  display: flex;
  transition: all 2s ease;
  border-radius: 50%;
  font-family: "microgamma";
  overflow: hidden;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  text-transform: uppercase;
  z-index: 10;
  stroke: red;
  stroke-width: 3em;
}

/* .groupeetape2 {
  width:100vw;
  margin-top:25vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-flow: row wrap;
 
  transition: all 3s ease-in-out;
  -webkit-transition: all 3s ease-in-out;
} */

.farleft {
  transform: translateX(-100%);
  /* left: -200vw !important; */
  top: 30%;
}

.farright {
  transform: translateX(100%);
  left: 200vw !important;
  top: 30%;
}

.farfarleft {
  left: -5000vw !important;
}

.ovalepreparation {
  position: absolute;
  font-size: 2.5em;
  top: 10.6%;
  left: 50%;
  width: 48vw;
  height: 200px;
  background-color: white;
  display: flex;
  transition: all 2s ease;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  font-family: "microgamma";
  overflow: hidden;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  text-transform: uppercase;
  z-index: 10;
  stroke: red;
}

.text1 {
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1;
  text-transform: uppercase;
  font-size: 2.6vw;
  cursor: default;
}

@media screen and (max-width: 1000px) {
  .text1 {
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.1;
    text-transform: uppercase;
    font-size: 3.5vw;
  }}

/* .sucre{

float:left;

} */

.ovaleretour {
  /* float:left; */
  position: fixed;
  transform: translate(-50%, -50%) rotateZ(0deg);
  bottom: -3.5%;
  left: 50%;

  width: 15vw;
  height: 65px;
  background-color: blue;
  display: flex;
  transition: all 0.3s ease;
  border-radius: 50%;
  font-family: "microgamma";
  overflow: hidden;
  align-items: center;
  text-align: center;
  justify-content: center;
  min-width: 16px;
  text-transform: uppercase;
  z-index: 10;
  stroke: red;
  stroke-width: 3em;
}

.ovaleretour:hover {
  background-color: white;
  color: white;
}

.text2 {
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.3vw;

  transition: all 1s ease;
  cursor: default;
}

@media screen and (max-width: 1000px) {
  .text2 {
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 2vw;
  
    transition: all 1s ease;
  }}


.text7 {
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.3vw;
  color: white;
  cursor: default;

  transition: all 1s ease;
}
.text7:hover {
  color: blue;
}

.numeros {
  position: fixed;
  top: 86%;
  left: 50%;
  transform: translate(-50%, -50%) ;
  font-size: 2.6vw;
  align-items: center;
  justify-content: center;

}

.rondnumero {
  float: left;
  position: relative;

  width: 80px;
  height: 80px;
  background-color: white;
  display: flex;
  transition: all 0.2s ease;
  border-radius: 50%;
  font-family: "microgamma";
  overflow: hidden;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  text-transform: uppercase;
  z-index: 10;
  cursor: pointer;
}

.rondnumero:hover {
  background-color: yellow;
}

.yellow_number {
  float: left;
  position: relative;

  width: 80px;
  height: 80px;
  display: flex;
  transition: all 0.2s ease;
  border-radius: 50%;
  font-family: "microgamma";
  overflow: hidden;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  text-transform: uppercase;
  z-index: 10;
  cursor: pointer;
  background-color: yellow;
}

.textnumero {
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.6vw;
  color: blue;
}

@media screen and (max-width: 1000px) {
  .textnumero {
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    text-align: center;
    text-transform: uppercase;
    font-size: 3.5vw;
    color: blue;
  }
}

/* .textnumero:hover{
  color:white; 
} */

/* .farright {
  left:200vw !important;
  top:10%;


}

.farfarleft {
  left:-5000vw !important;


} */

.ovalegris {
  position: absolute;
  /* content:url("../images/saumon.png"); */
  /* border: 1px solid red; */
  overflow: hidden;
  outline-offset: -50px;
  top: 50%;
  left: 27%;
  transform: translate(-50%, -50%) rotateZ(0deg);
  width: 45vw;
  height: 45vw;
  border-radius: 70%;
  background-color: grey;
  z-index: 0;
  animation-name: ovalegris;

  animation-duration: 2s;

  animation-iteration-count: 1;

  -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
  animation-fill-mode: forwards;
}

.ovalegris2 {
  position: absolute;
  /* content:url("../images/saumon.png"); */
  /* border: 1px solid red; */
  overflow: hidden;
  outline-offset: -50px;
  top: 50%;
  left: 73%;
  transform: translate(-50%, -50%) rotateZ(0deg);
  width: 46vw;
  height: 46vw;
  border-radius: 70%;
  background-color: grey;
  z-index: 0;
  animation-name: ovalegris;

  animation-duration: 2s;

  animation-iteration-count: 1;

  -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
  animation-fill-mode: forwards;
}

@keyframes ovalegris {
  0% {
    height: 46vw;
  }

  100% {
    height: 100%;
  }
}

/* 
.rondgrisfond{
  position: absolute;

    overflow:hidden;

    outline-offset: -50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(0deg);
    width: 100%;
    height: 55vw;
    border-radius: 50%;
    background-color: grey;
    z-index:0;
} */
