/* http://meyerweb.com/eric/tools/css/reset/  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.button {
  border: none;
}

.calendar {
  height: 100vh;
  width: 100vw;
  background-image: url("../../assets/images/fond.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.sapin {
  width: 45vw;
  height: 80vh;
  position: absolute;
  bottom: 5px;
  left: 45%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sapin__etage {
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  height: 20%;
  background-color: #81aeb1;
  position: absolute;
}
.sapin__etage.etage1 {
  width: 100%;
  bottom: 20vh;
  z-index: 1;
}
.sapin__etage.etage2 {
  width: 80%;
  bottom: calc(20vh + 18%);
  z-index: 2;
}
.sapin__etage.etage3 {
  width: 60%;
  bottom: calc(20vh + 36%);
  z-index: 3;
}
.sapin__etage.etage4 {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 50%;
  height: 30%;
  bottom: calc(20vh + 54%);
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sapin__etage.etageStar {
  bottom: calc(20vh + 72%);
  z-index: 5;
}
.sapin__tronc {
  background-color: brown;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 20vh;
  z-index: 0;
}
.sapin__tronc .cadeaux {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
  position: relative;
  bottom: -40px;
  height: 10vh;
}

.deco {
  height: 100%;
  position: relative;
}
.deco .boule {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  border-radius: 100%;
  position: absolute;
  color: white;
  font-family: Mountains of Christmas, serif;
  font-weight: bold;
  border: 2px solid white;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .deco .boule {
    width: 1.4rem;
    height: 1.4rem;
    font-size: 1rem;
  }
}
.deco .boule.open {
  border-radius: 0%;
  border: none;
  width: 6rem;
  height: 6rem;
}
@media screen and (max-width: 1600px) {
  .deco .boule.open {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 1000px) {
  .deco .boule.open {
    width: 3rem;
    height: 3rem;
  }
}
.deco .boule.open:nth-child(1) {
  background-image: url("../../assets/images/deco-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-1rem);
}
.deco .boule.open:nth-child(2) {
  background-image: url("../../assets/images/deco-2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-1rem);
}
.deco .boule.open:nth-child(3) {
  background-image: url("../../assets/images/deco-3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-1rem);
}
.deco .boule.open:nth-child(4) {
  background-image: url("../../assets/images/deco-4.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-1rem);
}
.deco .boule.open:nth-child(5) {
  background-image: url("../../assets/images/deco-5.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-1rem);
}
.deco .boule.open:nth-child(6) {
  background-image: url("../../assets/images/deco-6.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-1rem);
}
.deco .boule.open:nth-child(7) {
  background-image: url("../../assets/images/deco-7.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-1rem);
}
.deco .boule.open:nth-child(8) {
  background-image: url("../../assets/images/deco-8.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-1rem);
}
.deco .boule.open:nth-child(9) {
  background-image: url("../../assets/images/deco-9.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-1rem);
}
.deco .boule.open:nth-child(10) {
  background-image: url("../../assets/images/deco-10.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-1rem);
}
.deco .boule.open:nth-child(11) {
  background-image: url("../../assets/images/deco-11.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-1rem);
}
.deco .boule.open:nth-child(12) {
  background-image: url("../../assets/images/deco-12.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-1rem);
}
.deco .boule.open:nth-child(13) {
  background-image: url("../../assets/images/deco-13.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-1rem);
}
.deco .boule.open:nth-child(14) {
  background-image: url("../../assets/images/deco-14.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-1rem);
}
.deco .boule.open:nth-child(15) {
  background-image: url("../../assets/images/deco-15.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-1rem);
}
.deco .boule.open:nth-child(16) {
  background-image: url("../../assets/images/deco-16.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-1rem);
}
.deco .boule.open:nth-child(17) {
  background-image: url("../../assets/images/deco-17.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-1rem);
}
.deco .boule.open:nth-child(18) {
  background-image: url("../../assets/images/deco-18.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-1rem);
}
.deco .boule.open:nth-child(19) {
  background-image: url("../../assets/images/deco-19.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-1rem);
}
.deco .boule.open:nth-child(20) {
  background-image: url("../../assets/images/deco-20.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-1rem);
}
.deco .boule.open:nth-child(21) {
  background-image: url("../../assets/images/deco-21.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-1rem);
}
.deco .boule.open:nth-child(22) {
  background-image: url("../../assets/images/deco-22.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-1rem);
}
.deco .boule.open.brighter {
  filter: brightness(1.5);
}
.deco .number1 {
  top: -5%;
  left: -1vw;
}
.deco .number2 {
  top: 10%;
  left: 2vw;
}
.deco .number3 {
  top: 15%;
  left: -6vw;
}
.deco .number4 {
  top: 23%;
  left: -10vw;
}
.deco .number5 {
  top: 22%;
  left: 0;
}
.deco .number6 {
  top: 20%;
  left: 6vw;
}
.deco .number7 {
  top: 38%;
  left: 8vw;
}
.deco .number8 {
  top: 45%;
  left: 12vw;
}
.deco .number9 {
  top: 35%;
  left: 2vw;
}
.deco .number10 {
  top: 35%;
  left: -4vw;
}
.deco .number11 {
  top: 37%;
  left: -10vw;
}
.deco .number12 {
  top: 46%;
  left: 0vw;
}
.deco .number13 {
  top: 5%;
  left: -4vw;
}
.deco .number14 {
  top: 48%;
  left: 6vw;
}
.deco .number15 {
  top: 49%;
  left: -6vw;
}
.deco .number16 {
  top: 52%;
  left: -12vw;
}
.deco .number17 {
  top: 63%;
  left: -15vw;
}
.deco .number18 {
  top: 60%;
  left: 10vw;
}
.deco .number19 {
  top: 58%;
  left: -4vw;
}
.deco .number20 {
  top: 60%;
  left: 3vw;
}
.deco .number21 {
  top: 69%;
  left: 14vw;
}
.deco .number22 {
  top: 65%;
  left: -9vw;
}

.star {
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  background-color: #FFD700;
  width: 9rem;
  height: 9rem;
  cursor: pointer;
}
.star:hover {
  filter: brightness(2.5);
}

.modal {
  background-color: rgba(0, 0, 0, 0.35);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.modal[open] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: url("../../assets/images/fond_modale.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 2rem;
  width: 80vw;
  min-height: 40vh;
  max-height: 70vh;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Shantell Sans", cursive;
  font-size: 2rem;
}
.modal__button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.modal__button svg {
  width: 2rem;
  height: 2rem;
  fill: #c44f40;
}

blockquote {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
blockquote .js-quote {
  text-align: center;
}
@media (max-width: 600px) {
  blockquote {
    font-size: 1.5rem;
  }
}

.js-image-style {
  max-width: 60vw;
  max-height: 50vh;
}

.chats {
  position: absolute;
  bottom: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1%;
  width: 35%;
  margin: 2px;
}

.boule-de-neige {
  width: 11rem;
  height: 11rem;
  border-radius: 100%;
  border: 1px solid #a4cee3;
  background-color: white;
  box-shadow: 5px 15px 45px #a4cee3;
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  z-index: 13;
  cursor: pointer;
}
.boule-de-neige .chat-noir {
  width: 9rem;
  transform: rotate(300deg);
}

.js-new-place {
  left: 18rem;
  transform: rotate(180deg);
}

.js-rotate {
  animation: animation-rotate 5s linear 250ms infinite alternate;
  animation-play-state: paused;
}
.js-rotate:hover {
  animation-play-state: running;
}

.chat-debout {
  width: 20rem;
  height: auto;
  position: absolute;
  bottom: 6rem;
  left: 0;
  z-index: 12;
  padding: 0;
  margin-right: 2rem;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .chat-debout {
    width: 15rem;
  }
  .boule-de-neige {
    width: 9rem;
    height: 9rem;
  }
  .chat-noir {
    width: 1rem;
  }
}
@keyframes animation-rotate {
  0% {
    left: 2rem;
    transform: rotate(0);
  }
  25% {
    left: 10rem;
    transform: rotate(90deg);
  }
  50% {
    left: 18rem;
    transform: rotate(180deg);
  }
  75% {
    left: 10rem;
    transform: rotate(90deg);
  }
  100% {
    left: 2rem;
    transform: rotate(0);
  }
}
.modale-chat {
  position: absolute;
  bottom: 20%;
  left: -60%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 39% 99%, 45% 76%, 0% 75%);
  background-color: rgba(239, 248, 249, 0.231372549);
  border: none;
  font-family: "Shantell Sans", cursive;
  font-size: 0.8rem;
  text-wrap: wrap;
}
.modale-chat[open] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modale-chat__button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.modale-chat__button svg {
  width: 2rem;
  height: 2rem;
  fill: #c44f40;
}

@media screen and (min-width: 900px) {
  .modale-chat {
    font-size: 1rem;
    left: -40%;
  }
}
.gift {
  position: absolute;
  bottom: 12%;
  left: 20%;
  height: 50%;
  max-width: 28%;
  max-height: 350px;
  display: flex;
  align-items: center;
  justify-content: end;
  cursor: pointer;
}
.gift.hide {
  opacity: 0;
}
.gift .gift-box {
  height: 100%;
}
.gift .opengift {
  height: 200%;
  z-index: 7;
}

.reglages {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  width: 90vw;
  height: 100vh;
  cursor: url("../../assets/images/curseur.png"), auto;
}/*# sourceMappingURL=main.css.map */