/* defaults */

html,
body {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;

  /* background-color: black; */
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* font-smooth: always; */
  text-rendering: optimizeLegibility;
}

::selection {
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
}

::-moz-selection {
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
}

a :hover {
  z-index: 10000000;
}

/* */

.titre {
  font-size: 5vw;
  z-index: 1000;
  font-family: Plain;
  padding-top: 1rem;
  padding-bottom: 1rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  color: white;
}

.crepe {
  width: 40vw;
  height: 40vw;
  background-color: rgb(236, 217, 184);
  opacity: 90%;
  -webkit-filter: blur(0);
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  overflow: hidden;
  border-radius: 50%;
  transition: width 1s, height 0.5s, background-color 1s, opacity 1s, blur 1s;
}

.hover:hover {
  width: 45vw;
  height: 45vw;
}

.blue {
  width: 50vw;
  height: 50vw;
  background: linear-gradient(
    319deg,
    #0b75c5,
    #134e7a,
    #082840,
    #315f6b,
    #000c59
  );
  background-size: 1000% 1000%;

  -webkit-animation: AnimationName 30s ease infinite;
  -moz-animation: AnimationName 30s ease infinite;
  animation: AnimationName 30s ease infinite;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  overflow: hidden;
  border-radius: 50%;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 7%;
  }
  50% {
    background-position: 100% 94%;
  }
  100% {
    background-position: 0% 7%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 7%;
  }
  50% {
    background-position: 100% 94%;
  }
  100% {
    background-position: 0% 7%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 7%;
  }
  50% {
    background-position: 100% 94%;
  }
  100% {
    background-position: 0% 7%;
  }
}

.mouille {
  background-color: rgb(245, 245, 245);
  opacity: 25%;
  -webkit-filter: blur(5px);
  -webkit-animation: AnimationName 2s ease-in-out;
  -moz-animation: AnimationName 2s ease-in-out;
  animation: AnimationName 2s ease-in-out;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(2);
  }
  20% {
    -webkit-transform: scale(2.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

.titre {
  font-size: 5vw;
  z-index: 1000;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0%);
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  color: black;
}

.order {
  color: rgb(255, 255, 255);
  font-size: 3vw;
  font-family: Plain;
  margin: 0;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.invisible  {
  /* display: none; */
  opacity: 0;
  color: white;
}

#countdown {
  grid-column: 1/6;
  grid-row: 1/6;
  /* POUR CENTRER ROND */
  margin-left: 3%;
  display: flex;
  padding: 0;

  /* height: 4vw;
        width: 4vw; */
  justify-content: center;
  align-items: center;
}
svg {
  width: 400px;
  height: 400px;
  transform: rotateY(-180deg) rotateZ(-90deg);
  opacity: 100%;
  transition: opacity 1s 1s;
}

svg circle {
  stroke-dasharray: 5000px;
  /* stroke-dasharray: 100%; */
  /* stroke-dashoffset: 0px; */
  stroke-dashoffset: 0%;
  stroke-linecap: square;
  /* ou round */
  stroke-width: 0.2vw;
  stroke: rgb(0, 0, 0);
  fill: none;
  /* animation: countdown 10s linear forwards; */
  stroke-dashoffset: 0%;
  transition: stroke-dashoffset 4s linear 1s;
  /* height: 4vw;
        width: 4vw; */
  text-align: center;
  justify-content: center;
  align-items: center;
}

.animCountdown {
  /* stroke-dashoffset: 226px; */
  stroke-dashoffset: 100%;
}

@keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 226px;
  }
}

.grid {
  padding-top: 2%;
  padding-right: 5%;
  padding-bottom: 2%;
  padding-left: 3%;
  width: 100vw;
  display: grid;
  height: 100vh;
  grid-template-columns: 1fr 0.7fr 2fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  /* grid-template-areas:
        'header header header header header header header header header header header header'
        'content content content content content content content content content content content content'
        'footer footer footer footer footer footer footer footer footer footer footer footer'; */
}

.texte1 {
  font-size: 2.25vw;
  font-family: Italic;
  grid-row: 2;
  grid-column: 1;
  display: grid;
}

.texte2 {
  font-size: 2.25vw;
  font-family: Italic;
  grid-row: 3;
  grid-column: 1;
  display: grid;
}

.texte3 {
  font-size: 2vw;
  font-family: Plain;
  grid-row: 3;
  grid-column: 2;
  display: grid;
}

.texte {
  font-size: 2vw;
  font-family: Plain;
  grid-row: 2;
  grid-column: 3;
  display: grid;
}

.texte4 {
  font-size: 2.25vw;
  font-family: Italic;
  /* grid-row:3;
  grid-column:1;
  display: grid; */
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#ane {
  grid-column: 4;
  grid-row: 5;
  /* top:13vw;
        left: 9vw; */

  /* height: 50%;
        background-color: #fa2222;
       color: #fa2222;
        z-index: 5; */
  /* position: absolute; */
  /* right: 32px;
        top: 32px; */
  width: 35px;
  height: 35px;
  opacity: 0.3;
  transition: all 0.5s;
}

#ane:hover {
  opacity: 1;
}
#ane:before,
#ane:after {
  position: absolute;
  left: 95vw;
  top: 90vh;
  content: " ";
  height: 33px;
  width: 3.5px;
  background-color: #333;
}
#ane:before {
  transform: rotate(90deg);
}
#ane:after {
  transform: rotate(180deg);
}

#texteane {
  color: rgb(0, 0, 0);
  font-size: 1.9vw;
  font-family: Plain;
  top: 100vh;
  left: 3vw;
  /* left: 37vw; */
  /* right: 10vw; */
  position: absolute;
  z-index: 20;
  height: 40vh;
  width: 35vw;
  cursor: pointer;
  overflow: scroll;
  transition: transform 0.5s ease-in-out, top 0.5s ease-in-out;
}

#texteane.alletexteane {
  top: 60vh;
}
.base-timer {
  position: initial;
  height: 5vw;
  width: 5vw;
}

/* Removes SVG styling that would hide the time label */
.base-timer__circle {
  fill: none;
  stroke: none;
}

/* The SVG path that displays the timer's progress */
.base-timer__path-elapsed {
  stroke-width: 9px;
  stroke: rgb(0, 0, 0);
}

.images {
  width: 50%;
}

.button {
  font-size: 3vw;
  font-family: plain;
  background-color: rgb(0, 0, 0);
  color: white;
  margin: 0;
  width: fit-content;
  padding: 1% 1% 1% 1%;
  position: absolute;
  padding: 0.5% 0.5% 0.5% 0.5%;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);

  /* grid-row:5;
    grid-column:1;
    display: grid;
  align-self: end; */

  border-radius: 10%;
  transition: border-radius 1s, mix-blend-mode 1s;
  z-index: 21;
  /* display: none; */
}
.button:hover {
  border-radius: 35%;
  /* background-color: rgba(0, 255, 0, 1); */
}
/* .button p {
          position: absolute;
          top: 50%;
          left: 50%;
          margin: 0;
          transform: translate3d(-50%, -50%, 0);
        } */

.counter {
  font-family: Plain;
  opacity: 100%;
  font-size: 30vw;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;

  /* display: grid;
          grid-column: 1 / span 2;
          grid-row: 3 / span 2;
          place-self: center stretch;
          transition: opacity 1s; */

  /* grid-column-start: 1;
  grid-column-end: five;
  grid-row-start: row1-start;
  grid-row-end: 3; */
}

.counter:hover {
  opacity: 50%;
}

.hidden {
  opacity: 0%;
  /* display: none; */
}

.boutong {
  font-size: 3vw;
  font-family: Plain;
  background-color: rgb(0, 0, 0);
  color: white;
  margin: 0;
  width: fit-content;
  padding: 1% 1% 1% 1%;
  position: absolute;
  padding: 0.5% 0.5% 0.5% 0.5%;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* display: grid;
grid-row:3;
  grid-column:2;
align-self: end; */
  border-radius: 10%;
  transition: border-radius 1s, mix-blend-mode 1s;
  visibility: hidden;
  z-index: 22;
}

.display {
  visibility: visible;
  display: grid;
  grid-row: 3;
  grid-column: 2;
  align-self: end;
}

.boutong:hover {
  border-radius: 35%;
}

#lottie {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.buttoned {
  font-size: 3vw;
  font-family: plain;
  background-color: rgb(0, 0, 0);
  color: white;
  margin: 0;
  width: fit-content;
  padding: 1% 1% 1% 1%;
  position: absolute;
  padding: 0.5% 0.5% 0.5% 0.5%;
  bottom: 4%;
  left: 50%;
  transform: translate(-50%, -50%);

  /* grid-row:5;
    grid-column:1;
    display: grid;
  align-self: end; */

  border-radius: 10%;
  transition: border-radius 1s, mix-blend-mode 1s;
  z-index: 21;
}

.buttoned:hover {
  border-radius: 35%;
  /* background-color: rgba(0, 255, 0, 1); */
}