* {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  height: 100%;
  padding: 0;
  font-size: 62.5%;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0;
  max-height: 99999.9rem;
  color: #ffffff;
  font-weight: normal;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: #133359;
}

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

.container {
  position: relative;
  width: 100%;
  max-width: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 0;
  z-index: 5;
  background-size: cover;
  background-repeat: no-repeat;
}
.container:after {
  position: absolute;
  bottom: -23rem;
  left: 0;
  content: "";
  width: 2500px;
  height: 758px;
  background: url("../../image/smoke.png") center no-repeat;
  opacity: 0.7;
  background-size: cover;
  z-index: 5;
}
@media only screen and (max-width:1850px) {
  .container:after {
    position: absolute;
    bottom: -23rem;
    left: calc(50% - 961px);
    left: -moz-calc(50% - 961px);
    left: -webkit-calc(50% - 961px);
    left: calc(50% - 961px);
    left: -moz-calc(50% - 961px);
    left: -webkit-calc(50% - 961px);
    content: "";
    width: 1922px;
    height: 758px;
    background-size: inherit;
  }
}
@media only screen and (max-width:767px) {
  .container:after {
    display: none;
  }
}

section {
  position: relative;
  z-index: 555;
}

.max-width {
  position: relative;
  max-width: 126.4rem;
  width: 100%;
  margin: 0 auto;
  z-index: 555;
}
@media only screen and (max-width:1280px) {
  .max-width {
    max-width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

a {
  position: relative;
  text-decoration: none;
  display: block;
  cursor: pointer;
  color: #ffffff;
}
a:hover, a:focus {
  text-decoration: none;
  color: #ffffff;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img,
svg {
  border: 0;
  display: block;
}

p,
figure {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: 700;
}

button,
a.button,
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-border-radius: 3.3rem;
  -moz-border-radius: 3.3rem;
  border-radius: 3.3rem;
  font-size: 3rem;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0px 0px 17px 3px rgba(40, 187, 234, 0.75);
  box-shadow: 0px 0px 17px 3px rgba(40, 187, 234, 0.75);
  text-shadow: none;
  border: none;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  z-index: 998;
  text-align: center;
  color: #ffffff;
  background-color: #042C53;
  padding: 1.1rem 6.1rem;
  text-transform: uppercase;
}
@media only screen and (max-width:1000px) {
  button,
  a.button,
  .button {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width:767px) {
  button,
  a.button,
  .button {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width:1280px) {
  button .max-width,
  a.button .max-width,
  .button .max-width {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
button:focus, button:hover,
a.button:focus,
a.button:hover,
.button:focus,
.button:hover {
  background-color: #042C53;
  cursor: pointer;
  outline: none;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
button span,
a.button span,
.button span {
  padding: 0 !important;
  margin: 0 !important;
}

input {
  color: #ffffff;
}
input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
input:placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

footer {
  position: relative;
  margin-top: -2rem;
  overflow: hidden;
}
footer:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 384px;
  height: 554px;
  background-image: url("../../image/paillette.png");
  z-index: 999;
}
@media only screen and (max-width:767px) {
  footer:before {
    display: none;
  }
}
footer .prefooter {
  position: relative;
  margin-bottom: 5.4rem;
  z-index: 99;
}
@media only screen and (max-width:1000px) {
  footer .prefooter {
    margin-bottom: 1.2rem;
  }
}
footer .prefooter:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 4.1rem;
  background-color: #E40B18;
}
@media only screen and (max-width:1000px) {
  footer .prefooter:before {
    height: 2.4rem;
  }
}
footer .prefooter .max-width {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 138.5rem;
}
@media only screen and (max-width:1500px) {
  footer .prefooter .max-width {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width:1000px) {
  footer .prefooter .max-width .perso {
    width: 4rem;
    height: auto;
  }
}
@media only screen and (max-width:1000px) {
  footer .prefooter .max-width .accroche {
    width: auto;
    height: 2.4rem;
  }
}
@media only screen and (max-width:480px) {
  footer .prefooter .max-width .accroche {
    height: 2rem;
  }
}
@media only screen and (max-width:380px) {
  footer .prefooter .max-width .accroche {
    height: 1.85rem;
  }
}
footer .footer {
  position: relative;
  background-color: #2A366B;
  padding: 4.4rem 0;
  z-index: 99;
}
@media only screen and (max-width:1000px) {
  footer .footer {
    padding: 1.5rem 0 0.8rem 0;
  }
}
footer .footer .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 158rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width:1850px) {
  footer .footer .max-width {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width:1000px) {
  footer .footer .max-width {
    flex-wrap: wrap;
    gap: 1.6rem;
  }
}
footer .footer .max-width .social {
  order: 1;
}
footer .footer .max-width .social > ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3.2rem;
}
@media only screen and (max-width:767px) {
  footer .footer .max-width .social > ul {
    gap: 1rem;
  }
}
@media only screen and (max-width:767px) {
  footer .footer .max-width .social > ul li img {
    width: 2.6rem;
    height: auto;
  }
}
footer .footer .max-width .links {
  order: 2;
}
@media only screen and (max-width:1000px) {
  footer .footer .max-width .links {
    order: 4;
    width: 100%;
  }
}
footer .footer .max-width .links > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:767px) {
  footer .footer .max-width .links > ul {
    flex-wrap: wrap;
  }
}
footer .footer .max-width .links > ul > li {
  position: relative;
  font-size: 1.2rem;
  font-weight: 600;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding: 0.1rem 0;
}
@media only screen and (max-width:767px) {
  footer .footer .max-width .links > ul > li {
    text-align: center;
    margin-left: 0.6rem;
    margin-right: 0.6rem;
  }
}
footer .footer .max-width .links > ul > li:before {
  position: absolute;
  top: 0;
  right: -15px;
  width: 0.1rem;
  height: 100%;
  content: "";
  background-color: #ffffff;
}
@media only screen and (max-width:767px) {
  footer .footer .max-width .links > ul > li:before {
    right: -6px;
  }
}
@media only screen and (max-width:767px) {
  footer .footer .max-width .links > ul > li:nth-child(3):before {
    display: none;
  }
}
@media only screen and (max-width:767px) {
  footer .footer .max-width .links > ul > li:last-child {
    width: 100%;
  }
}
footer .footer .max-width .links > ul > li:last-child:before {
  display: none;
}
footer .footer .max-width .haribo-link {
  font-weight: 600;
  font-size: 1.8rem;
  order: 3;
}
@media only screen and (max-width:767px) {
  footer .footer .max-width .haribo-link {
    font-size: 1.2rem;
  }
}

@font-face {
  font-family: "crafterSignatureSerif-Regular";
  src: url(../../fonts/crafterSignatureSerif-Regular.eot);
  src: url(../../fonts/crafterSignatureSerif-Regular.eot?#iefix) format("embedded-opentype"), url(./crafterSignatureSerif-Regular.otf) format("otf"), url(../../fonts/crafterSignatureSerif-Regular.svg#crafterSignatureSerif-Regular) format("svg"), url(../../fonts/crafterSignatureSerif-Regular.ttf) format("truetype"), url(../../fonts/crafterSignatureSerif-Regular.woff) format("woff"), url(../../fonts/crafterSignatureSerif-Regular.woff2) format("woff2");
}
body {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../image/thx/bg-fat.jpg");
  background-size: cover;
}
@media only screen and (max-width:1000px) {
  body {
    background-image: url("../../image/thx/bg-resp.jpg");
    background-size: cover;
  }
}

.path-frontpage .container {
  position: relative;
  background: transparent;
  font-size: 3.2rem;
  line-height: 4.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width:767px) {
  .path-frontpage .container {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}
.path-frontpage .container .spider {
  position: absolute;
  top: -108px;
  right: 0;
}
@media only screen and (max-width:1000px) {
  .path-frontpage .container .spider {
    width: 14rem;
    height: auto;
    top: -61px;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .spider {
    top: -17px;
  }
}
.path-frontpage .container .title {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 10.3rem auto 3rem auto;
  width: 153rem;
  z-index: 999;
}
@media only screen and (max-width:1850px) {
  .path-frontpage .container .title {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .title {
    margin-top: 6rem;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .title {
    display: flex;
    flex-direction: column;
    margin-top: 1.8rem;
    margin-bottom: 2rem;
  }
}
.path-frontpage .container .title .bats {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width:1000px) {
  .path-frontpage .container .title .bats {
    width: 16rem;
    height: auto;
  }
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .title .bats {
    display: none;
  }
}
.path-frontpage .container .title .bat {
  display: none;
}
@media only screen and (max-width:650px) {
  .path-frontpage .container .title .bat {
    display: block;
    width: 13.3rem;
    height: auto;
    position: absolute;
    top: 0;
    left: -3rem;
  }
}
.path-frontpage .container .title .logo {
  position: relative;
  z-index: 5;
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .title .logo {
    width: 21.4rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.path-frontpage .container .participation {
  position: relative;
  width: 174rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 777;
}
@media only screen and (max-width:1850px) {
  .path-frontpage .container .participation {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.path-frontpage .container .participation .witch {
  position: absolute;
  top: -7.4rem;
  right: 17rem;
}
@media only screen and (max-width:1280px) {
  .path-frontpage .container .participation .witch {
    right: 5rem;
  }
}
@media only screen and (max-width:1000px) {
  .path-frontpage .container .participation .witch {
    width: 14.4rem;
    height: auto;
    top: 13.3rem;
  }
}
@media only screen and (max-width:1000px) {
  .path-frontpage .container .participation .witch {
    display: none;
  }
}
.path-frontpage .container .participation .witch-blue {
  position: absolute;
  top: -8rem;
  left: 14.8rem;
  z-index: 777;
}
@media only screen and (max-width:1850px) {
  .path-frontpage .container .participation .witch-blue {
    left: 0;
  }
}
@media only screen and (max-width:1000px) {
  .path-frontpage .container .participation .witch-blue {
    width: 15.5rem;
    height: auto;
  }
}
@media only screen and (max-width:1000px) {
  .path-frontpage .container .participation .witch-blue {
    display: none;
  }
}
.path-frontpage .container .participation .witch-blue-last {
  display: none;
}
@media only screen and (max-width:1000px) {
  .path-frontpage .container .participation .witch-blue-last {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 17rem;
    height: auto;
  }
}
.path-frontpage .container .participation .participation-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
  width: 88rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width:1000px) {
  .path-frontpage .container .participation .participation-content {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.path-frontpage .container .participation .participation-content .time-box {
  font-size: 12.8rem;
  line-height: 12.8rem;
  font-family: "crafterSignatureSerif-Regular";
  margin-bottom: 1.5rem;
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .participation .participation-content .time-box {
    font-size: 8rem;
    line-height: 8rem;
  }
}
.path-frontpage .container .participation .participation-content > p {
  font-size: 2.4rem;
  line-height: 3rem;
  width: 74rem;
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .participation .participation-content > p {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
}
.path-frontpage .container .participation .participation-content > p strong {
  font-weight: 700;
}
.path-frontpage .container .participation .participation-content > p.last {
  margin-bottom: 2rem;
}
.path-frontpage .container .participation .participation-content > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .participation .participation-content > ul {
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .participation .participation-content > ul li {
    width: calc(50% - 0.5rem);
    width: -moz-calc(50% - 0.5rem);
    width: -webkit-calc(50% - 0.5rem);
    width: calc(50% - 0.5rem);
    width: -moz-calc(50% - 0.5rem);
    width: -webkit-calc(50% - 0.5rem);
  }
}
@media only screen and (max-width:767px) {
  .path-frontpage .container .participation .participation-content > ul li img {
    width: 2.6rem;
    height: auto;
  }
}
.path-frontpage .container .participation .participation-content > ul li a {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width:1000px) {
  .path-frontpage .container .participation .participation-content > ul li a {
    font-size: 1.2rem;
  }
}

footer .prefooter {
  margin-bottom: 3rem;
}
@media only screen and (max-width:1000px) {
  footer .prefooter {
    margin-bottom: 1.5rem;
  }
}
footer .footer {
  padding: 0;
  background: transparent;
}
footer .footer .max-width .links {
  width: 100%;
}
footer .footer .max-width .links > ul {
  width: 100%;
}
footer .footer .max-width .links > ul li {
  font-size: 1.8rem;
}
@media only screen and (max-width:1000px) {
  footer .footer .max-width .links > ul li {
    font-size: 1.5rem;
    margin-bottom: 1.6rem;
  }
}

/*# sourceMappingURL=countdown.css.map */
