* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

html {
  background-color: #481286;
}

body {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background: linear-gradient(-45deg, #311286, #521286, #9719a3, #c219b9, #b61d6e, #ce1653);
  background-size: 300% 300%;
  -webkit-animation: gradient 30s ease infinite;
          animation: gradient 30s ease infinite;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

header {
  z-index: 10001;
}

svg {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

circle {
  stroke-width: 5;
  stroke: pink;
  fill: #481286;
}

circle:hover {
  stroke: red;
  fill: #FFE900;
}

.treat-wrapper {
  display: none;
}

.nav ul {
  list-style: none;
  background-color: #481286;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 0;
}

.nav li {
  font-size: 1.2em;
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #FFE900;
}

.nav a {
  text-decoration: none;
  color: #fff;
  display: block;
  -webkit-transition: .3s background-color;
  transition: .3s background-color;
}

.nav a:hover {
  background-color: #bc60e0;
  color: #481286;
  font-weight: bold;
}

.nav a:active {
  background-color: #7734ad;
  color: #FFE900;
  cursor: default;
  font-weight: bold;
}

.nav a.active-page {
  background-color: #7734ad;
  color: #FFE900;
  cursor: default;
  font-weight: bold;
}

h1, h2 {
  z-index: 500;
  font-family: 'Archivo Black', sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  color: #FFE900;
  -webkit-text-stroke-width: 0.3vw;
  -webkit-text-stroke-color: black;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

h1 {
  font-size: 8vw;
  padding: 20px 0 0 0;
}

h2 {
  font-size: 5vw;
}

h3 {
  padding: 20px;
  margin: 0;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% -100%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% -100%;
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotation2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotation2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes rotation3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotation3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.backG {
  z-index: 1500;
}

.containerBio {
  color: white;
  width: 100%;
  margin: 20px 0;
  padding: 20px 0;
  background-color: #501766;
}

.containerBio p, h4, h5 {
  padding: 0 20px;
}

h4 {
  margin: 0;
  font-size: 30px;
  text-align: center;
}

h5 {
  margin: 0;
  font-size: 20px;
  text-align: center;
}

p {
  font-size: 15px;
  line-height: 19px;
}

.marquee1, .marquee2 {
  display: none;
}

p.legendeImg {
  font-style: italic;
  font-size: 15px;
  text-align: center;
  padding: 5px 20px 20px 20px;
  margin: 0 auto;
  width: 70%;
}

footer {
  background-color: #481286;
  position: relative;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  color: white;
  text-align: center;
  padding: 20px 0;
}

a {
  color: #FFE900;
  text-decoration: none;
}

.container {
  color: white;
  width: 100%;
  margin: 20px auto;
  padding: 20px 0;
  background-color: #501766;
  text-align: center;
  font-size: 15px;
  height: auto;
}

.video {
  display: none;
}

svg {
  display: none;
}

@media screen and (min-width: 600px) {
  body {
    z-index: -10;
    height: auto;
    width: 100%;
    margin: auto;
    background-image: url("https://www.boldemoo.com/label/les-fortiches/img/enfant-barbe.png");
    background-size: 60px;
    -webkit-animation: gradient 30s linear infinite;
            animation: gradient 30s linear infinite;
  }
  .nav ul {
    position: fixed;
    list-style: none;
    background-color: #481286;
    text-align: center;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    z-index: 10;
    overflow: hidden;
  }
  .nav li {
    width: 120px;
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    font-size: 1.2em;
  }
  .nav li {
    display: inline-block;
    margin-right: -4px;
  }
  h1, h2 {
    -webkit-text-stroke-width: 1.5px;
    -webkit-animation: rotation3 10s infinite;
            animation: rotation3 10s infinite;
  }
  h1 {
    font-size: 60px;
    padding: 60px 0 0 0;
  }
  h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .container {
    width: 600px;
    height: 500px;
    margin: 20px auto;
    background-color: #501766;
    text-align: center;
    min-height: 100%;
    overflow: hidden;
    position: relative;
  }
  .box {
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
  }
  .marquee1, .marquee2 {
    width: 150px;
    display: block;
    position: absolute;
    padding: 0;
    margin: 0;
    -webkit-animation: rotation2 19s linear infinite;
            animation: rotation2 19s linear infinite;
  }
  .marquee2 {
    width: 150px;
    display: block;
    position: absolute;
    padding: 0;
    margin: 0;
    -webkit-animation: rotation 2s linear infinite;
            animation: rotation 2s linear infinite;
  }
  .marquee3 {
    width: 100px;
    display: block;
    position: absolute;
    padding: 0;
    margin: 0;
    -webkit-animation: rotation 6s linear infinite;
            animation: rotation 6s linear infinite;
  }
  .backG {
    margin: 100px auto;
  }
  img {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .titles {
    z-index: 999;
    position: fixed;
    display: block;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .dumbSpace {
    padding: 0 0 20px 0;
  }
  .video {
    display: block;
  }
  svg {
    display: block;
  }
  .treat-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 350px;
    width: 100%;
  }
  .treat-button {
    position: absolute;
    top: 350px;
    font-family: 'Fascinate Inline', cursive;
    font-size: 4vmin;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#481286), to(#501766));
    background: linear-gradient(to bottom, #481286, #501766);
    border: none;
    color: #BD1B98;
    border-radius: .5em;
    padding: .6em 1.5em;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    z-index: 500;
    -webkit-box-shadow: 0 0 1em rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 1em rgba(255, 255, 255, 0.2);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.5, 0, 0.5, 1), -webkit-box-shadow 0.2s;
    transition: -webkit-transform 0.1s cubic-bezier(0.5, 0, 0.5, 1), -webkit-box-shadow 0.2s;
    transition: transform 0.1s cubic-bezier(0.5, 0, 0.5, 1), box-shadow 0.2s;
    transition: transform 0.1s cubic-bezier(0.5, 0, 0.5, 1), box-shadow 0.2s, -webkit-transform 0.1s cubic-bezier(0.5, 0, 0.5, 1), -webkit-box-shadow 0.2s;
    outline: none;
  }
  .treat-button:hover {
    -webkit-box-shadow: 0 0 2em rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 2em rgba(255, 255, 255, 0.3);
  }
  .treat-button:active {
    -webkit-transform: scale(0.8) translateY(10%);
            transform: scale(0.8) translateY(10%);
    -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
            transition-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  }
  .treat {
    z-index: 999;
    color: #FFE900;
    --scale-x: 0;
    --scale-y: 0;
    pointer-events: none;
    display: block;
    position: absolute;
    top: 350px;
    left: calc(50% - .5rem);
    border-radius: 50%;
    width: 1em;
    height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 5vmin;
    -webkit-transform: translate(calc( var(--x) * 1px), calc( var(--y) * 1px)) translate(-50%, -50%);
            transform: translate(calc( var(--x) * 1px), calc( var(--y) * 1px)) translate(-50%, -50%);
    pointer-events: none;
    -webkit-animation: treat-enter 0.1s ease-in backwards, treat-exit 300ms linear calc( (var(--lifetime, 3000) * 1ms) - 300ms) forwards;
            animation: treat-enter 0.1s ease-in backwards, treat-exit 300ms linear calc( (var(--lifetime, 3000) * 1ms) - 300ms) forwards;
  }
  @-webkit-keyframes treat-enter {
    from {
      opacity: 0;
    }
  }
  @keyframes treat-enter {
    from {
      opacity: 0;
    }
  }
  @-webkit-keyframes treat-exit {
    to {
      opacity: 0;
    }
  }
  @keyframes treat-exit {
    to {
      opacity: 0;
    }
  }
  .treat .inner {
    -webkit-animation: inner-rotate .6s linear infinite;
            animation: inner-rotate .6s linear infinite;
    -webkit-transform: rotate(calc(-1turn * var(--direction)));
            transform: rotate(calc(-1turn * var(--direction)));
  }
  @-webkit-keyframes inner-rotate {
    to {
      -webkit-transform: none;
              transform: none;
    }
  }
  @keyframes inner-rotate {
    to {
      -webkit-transform: none;
              transform: none;
    }
  }
}
/*# sourceMappingURL=index.css.map */