/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://use.typekit.net/ula6tor.css");
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;
}

/*////////////////////////////*/
html {
  overflow-x: hidden;
  background-color: #066B72;
  height: -webkit-fill-available;
}
html ::-moz-selection {
  color: #fff;
  background: rgba(13, 37, 60, 0.5);
}
html ::selection {
  color: #fff;
  background: rgba(13, 37, 60, 0.5);
}
html body {
  font-family: "din-2014", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #0D253C;
  overflow: hidden;
  min-height: 100vh;
}
@media (max-width: 768px) {
  html body {
    font-size: 15px;
    min-height: 100svh;
  }
}
html a {
  text-decoration: none;
  color: #0D253C;
}
html strong {
  font-weight: 600;
}
html div.container {
  display: block;
  position: relative;
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  html div.container {
    max-width: calc(100% - 50px);
  }
}
html h1, html h2, html h3, html h4, html h5, html h6 {
  line-height: 1.5;
  font-weight: 400;
}
html *.btn {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 14px 20px 12px 20px;
  line-height: 1.2;
  font-family: "din-2014", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #fff;
  overflow: hidden;
  border: none;
  appearance: none;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.5);
  transition: background-color 0.5s ease, border 0.5s ease;
}
html *.btn span {
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #181818;
  letter-spacing: 4px;
  transition: color 0.5s ease;
}
@media (min-width: 769px) {
  html *.btn:hover {
    background-color: #0D253C;
    border: 1px solid rgb(233, 219, 188);
  }
  html *.btn:hover span {
    color: #fff;
  }
}
html section.snowflakes {
  position: relative;
  z-index: -1;
}
html section.snowflakes div.snowflake {
  position: fixed;
  top: -10%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  width: 25px;
  height: 25px;
  -webkit-animation-name: snowflakes-fall, snowflakes-shake;
  -webkit-animation-duration: 10s, 3s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite, infinite;
  -webkit-animation-play-state: running, running;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 10s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
}
html section.snowflakes div.snowflake svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
html section.snowflakes .snowflake:nth-of-type(15) {
  left: 1%;
  -webkit-animation-delay: 0s, 0s;
  animation-delay: 0s, 0s;
}
html section.snowflakes .snowflake:nth-of-type(1) {
  left: 10%;
  -webkit-animation-delay: 1s, 1s;
  animation-delay: 1s, 1s;
  width: 16px;
  height: 16px;
}
html section.snowflakes .snowflake:nth-of-type(2) {
  left: 20%;
  -webkit-animation-delay: 6s, 0.5s;
  animation-delay: 6s, 0.5s;
}
html section.snowflakes .snowflake:nth-of-type(3) {
  left: 30%;
  -webkit-animation-delay: 4s, 2s;
  animation-delay: 4s, 2s;
  width: 16px;
  height: 16px;
}
html section.snowflakes .snowflake:nth-of-type(4) {
  left: 40%;
  -webkit-animation-delay: 2s, 2s;
  animation-delay: 2s, 2s;
  width: 40px;
  height: 40px;
}
html section.snowflakes .snowflake:nth-of-type(5) {
  left: 50%;
  -webkit-animation-delay: 8s, 3s;
  animation-delay: 8s, 3s;
  width: 16px;
  height: 16px;
}
html section.snowflakes .snowflake:nth-of-type(6) {
  left: 60%;
  -webkit-animation-delay: 6s, 2s;
  animation-delay: 6s, 2s;
  width: 16px;
  height: 16px;
}
html section.snowflakes .snowflake:nth-of-type(7) {
  left: 70%;
  -webkit-animation-delay: 2.5s, 1s;
  animation-delay: 2.5s, 1s;
}
html section.snowflakes .snowflake:nth-of-type(8) {
  left: 80%;
  -webkit-animation-delay: 1s, 0s;
  animation-delay: 1s, 0s;
  width: 16px;
  height: 16px;
}
html section.snowflakes .snowflake:nth-of-type(9) {
  left: 90%;
  -webkit-animation-delay: 3s, 1.5s;
  animation-delay: 3s, 1.5s;
}
html section.snowflakes .snowflake:nth-of-type(10) {
  left: 5%;
  -webkit-animation-delay: 3s, 1.5s;
  animation-delay: 3.5s, 1.5s;
}
html section.snowflakes .snowflake:nth-of-type(11) {
  left: 8%;
  -webkit-animation-delay: 8s, 3s;
  animation-delay: 8s, 3s;
}
html section.snowflakes .snowflake:nth-of-type(12) {
  left: 15%;
  -webkit-animation-delay: 8s, 3s;
  animation-delay: 9s, 2.75s;
}
html section.snowflakes .snowflake:nth-of-type(13) {
  left: 72%;
  -webkit-animation-delay: 2s, 1s;
  animation-delay: 11s, 0.8s;
  width: 40px;
  height: 40px;
}
html section.snowflakes .snowflake:nth-of-type(14) {
  left: 76%;
  -webkit-animation-delay: 6s, 1s;
  animation-delay: 2s, 0.2s;
  width: 16px;
  height: 16px;
}
@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes snowflakes-shake {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@keyframes snowflakes-shake {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0px);
  }
}

/*////////////////////////////*/
body#home main {
  height: calc(100vh - 50px);
}
@media (max-width: 768px) {
  body#home main {
    height: auto;
  }
}
@media (max-width: 768px) {
  body#home main a.contain-logo {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 238px;
    max-height: 71px;
  }
  body#home main a.contain-logo img {
    width: 100%;
    height: 100%;
  }
}
body#home main section.home, body#home main section.participation {
  height: 100%;
  display: flex;
  align-items: center;
}
body#home main section.home div.container, body#home main section.participation div.container {
  display: flex;
  gap: 80px;
  align-items: center;
}
@media (max-width: 768px) {
  body#home main section.home div.container, body#home main section.participation div.container {
    flex-direction: column;
    gap: 50px;
  }
}
body#home main section.home div.container h1, body#home main section.participation div.container h1 {
  font-size: 70px;
  margin-bottom: 40px;
  font-family: "playfair-display", Arial, serif;
}
@media (max-width: 768px) {
  body#home main section.home div.container h1, body#home main section.participation div.container h1 {
    text-align: center;
    font-size: 40px;
  }
}
body#home main section.home div.container h1 span.small, body#home main section.participation div.container h1 span.small {
  display: block;
  font-size: 56px;
  line-height: 1;
}
@media (max-width: 768px) {
  body#home main section.home div.container h1 span.small, body#home main section.participation div.container h1 span.small {
    font-size: 28px;
  }
}
body#home main section.home div.container h1.info, body#home main section.participation div.container h1.info {
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  body#home main section.home div.container h1.info, body#home main section.participation div.container h1.info {
    margin: 100px 0;
  }
}
body#home main section.home div.container > a, body#home main section.participation div.container > a {
  display: none;
}
@media (max-width: 768px) {
  body#home main section.home div.container > a, body#home main section.participation div.container > a {
    margin-top: 40px;
    display: inline-block;
  }
  body#home main section.home div.container > a img, body#home main section.participation div.container > a img {
    display: block;
    width: 190px;
    height: auto;
  }
}
body#home main section.home div.container div.left, body#home main section.participation div.container div.left {
  width: 100%;
  max-width: calc(40% - 40px);
  flex-grow: 1;
}
@media (max-width: 768px) {
  body#home main section.home div.container div.left, body#home main section.participation div.container div.left {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  body#home main section.home div.container div.left > h1, body#home main section.participation div.container div.left > h1 {
    margin-top: 40px;
  }
}
body#home main section.home div.container div.left > h1, body#home main section.home div.container div.left > p, body#home main section.participation div.container div.left > h1, body#home main section.participation div.container div.left > p {
  color: #fff;
}
@media (max-width: 768px) {
  body#home main section.home div.container div.left > h1, body#home main section.home div.container div.left > p, body#home main section.participation div.container div.left > h1, body#home main section.participation div.container div.left > p {
    text-align: center;
  }
}
body#home main section.home div.container div.left > p, body#home main section.participation div.container div.left > p {
  max-width: 480px;
}
@media (max-width: 768px) {
  body#home main section.home div.container div.left > p, body#home main section.participation div.container div.left > p {
    margin: 0 auto;
  }
}
body#home main section.home div.container div.left > a.btn, body#home main section.participation div.container div.left > a.btn {
  margin-top: 30px;
}
@media (max-width: 768px) {
  body#home main section.home div.container div.left > a.btn, body#home main section.participation div.container div.left > a.btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
body#home main section.home div.container div.left div.contain-form img, body#home main section.participation div.container div.left div.contain-form img {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  body#home main section.home div.container div.left div.contain-form img, body#home main section.participation div.container div.left div.contain-form img {
    display: none;
  }
}
body#home main section.home div.container div.left div.contain-form > h1, body#home main section.home div.container div.left div.contain-form > p, body#home main section.participation div.container div.left div.contain-form > h1, body#home main section.participation div.container div.left div.contain-form > p {
  color: #fff;
}
@media (max-width: 768px) {
  body#home main section.home div.container div.left div.contain-form > h1, body#home main section.home div.container div.left div.contain-form > p, body#home main section.participation div.container div.left div.contain-form > h1, body#home main section.participation div.container div.left div.contain-form > p {
    text-align: center;
  }
}
body#home main section.home div.container div.left div.contain-form h1, body#home main section.participation div.container div.left div.contain-form h1 {
  font-size: 29px;
}
@media (max-width: 768px) {
  body#home main section.home div.container div.left div.contain-form h1, body#home main section.participation div.container div.left div.contain-form h1 {
    font-size: 25px;
  }
}
body#home main section.home div.container div.left div.contain-form div.form, body#home main section.participation div.container div.left div.contain-form div.form {
  margin-top: 25px;
}
body#home main section.home div.container div.left div.contain-form div.form p.error, body#home main section.participation div.container div.left div.contain-form div.form p.error {
  color: #FF4136;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  body#home main section.home div.container div.left div.contain-form div.form p.error, body#home main section.participation div.container div.left div.contain-form div.form p.error {
    text-align: center;
  }
}
body#home main section.home div.container div.left div.contain-form div.form form, body#home main section.participation div.container div.left div.contain-form div.form form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body#home main section.home div.container div.left div.contain-form div.form form div.row, body#home main section.participation div.container div.left div.contain-form div.form form div.row {
  margin-bottom: 20px;
  gap: 20px;
  width: 100%;
  display: flex;
}
@media (max-width: 768px) {
  body#home main section.home div.container div.left div.contain-form div.form form div.row, body#home main section.participation div.container div.left div.contain-form div.form form div.row {
    flex-wrap: wrap;
  }
}
body#home main section.home div.container div.left div.contain-form div.form form div.row > div, body#home main section.participation div.container div.left div.contain-form div.form form div.row > div {
  width: calc(50% - 10px);
  flex-grow: 1;
}
@media (max-width: 768px) {
  body#home main section.home div.container div.left div.contain-form div.form form div.row > div, body#home main section.participation div.container div.left div.contain-form div.form form div.row > div {
    width: 100%;
  }
}
body#home main section.home div.container div.left div.contain-form div.form form div.row > div label, body#home main section.participation div.container div.left div.contain-form div.form form div.row > div label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
}
body#home main section.home div.container div.left div.contain-form div.form form div.row > div input, body#home main section.participation div.container div.left div.contain-form div.form form div.row > div input {
  display: block;
  background-color: #fff;
  appearance: none;
  border: none;
  padding: 12.5px 15px;
  font-size: 15px;
  width: calc(100% - 30px);
  border-radius: 10px;
}
body#home main section.home div.container div.left div.contain-form div.form form div.checkbox, body#home main section.participation div.container div.left div.contain-form div.form form div.checkbox {
  gap: 10px;
  display: flex;
}
body#home main section.home div.container div.left div.contain-form div.form form div.checkbox input, body#home main section.participation div.container div.left div.contain-form div.form form div.checkbox input {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0;
  margin-top: 2px;
  cursor: pointer;
  border-radius: 2px;
}
body#home main section.home div.container div.left div.contain-form div.form form div.checkbox label, body#home main section.participation div.container div.left div.contain-form div.form form div.checkbox label {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
body#home main section.home div.container div.left div.contain-form div.form form button, body#home main section.participation div.container div.left div.contain-form div.form form button {
  margin-top: 25px;
}
@media (max-width: 768px) {
  body#home main section.home div.container div.left div.contain-form div.form form button, body#home main section.participation div.container div.left div.contain-form div.form form button {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
body#home main section.home div.container div.right, body#home main section.participation div.container div.right {
  width: 100%;
  max-width: calc(60% - 40px);
  flex-grow: 1;
  position: relative;
}
body#home main section.home div.container div.right:before, body#home main section.participation div.container div.right:before {
  content: "";
  display: block;
  width: calc(750px + (100vw - 1250px) / 2);
  height: 100vh;
  position: fixed;
  z-index: 0;
  right: 0;
  top: 0;
  background-color: #E9DBBC;
  border-radius: 50px 0 0 50px;
}
@media (max-width: 1300px) {
  body#home main section.home div.container div.right:before, body#home main section.participation div.container div.right:before {
    width: calc((100% - 50px) * 0.6 + 25px);
  }
}
@media (max-width: 768px) {
  body#home main section.home div.container div.right:before, body#home main section.participation div.container div.right:before {
    display: none;
  }
}
@media (max-width: 768px) {
  body#home main section.home div.container div.right, body#home main section.participation div.container div.right {
    width: 100%;
    max-width: 100%;
    background-color: #E9DBBC;
    padding-top: 30px;
    border-radius: 30px;
  }
  body#home main section.home div.container div.right:before, body#home main section.participation div.container div.right:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #E9DBBC;
    border-radius: 30px 30px 0 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
body#home main section.home div.container div.right div.contain-lots, body#home main section.participation div.container div.right div.contain-lots {
  position: relative;
  z-index: 2;
}
body#home main section.home div.container div.right div.contain-lots *, body#home main section.participation div.container div.right div.contain-lots * {
  color: #0D253C;
}
body#home main section.home div.container div.right div.contain-lots div.slider-lots, body#home main section.participation div.container div.right div.contain-lots div.slider-lots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
body#home main section.home div.container div.right div.contain-lots div.slider-lots div.slider-title, body#home main section.participation div.container div.right div.contain-lots div.slider-lots div.slider-title {
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: center;
}
body#home main section.home div.container div.right div.contain-lots div.slider-lots div.slider-title p.title, body#home main section.participation div.container div.right div.contain-lots div.slider-lots div.slider-title p.title {
  font-family: "playfair-display", Arial, serif;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  body#home main section.home div.container div.right div.contain-lots div.slider-lots div.slider-title p.title, body#home main section.participation div.container div.right div.contain-lots div.slider-lots div.slider-title p.title {
    font-size: 24px;
    font-weight: 600;
  }
}
body#home main section.home div.container div.right div.contain-lots div.slider-lots div.slider-title div.arrow-next, body#home main section.home div.container div.right div.contain-lots div.slider-lots div.slider-title div.arrow-prev, body#home main section.participation div.container div.right div.contain-lots div.slider-lots div.slider-title div.arrow-next, body#home main section.participation div.container div.right div.contain-lots div.slider-lots div.slider-title div.arrow-prev {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-image: url("../images/_front/picto-arrow-slider-e6cff942df87b8b58c9d83d197734646.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body#home main section.home div.container div.right div.contain-lots div.slider-lots div.slider-title div.arrow-next.arrow-prev, body#home main section.home div.container div.right div.contain-lots div.slider-lots div.slider-title div.arrow-prev.arrow-prev, body#home main section.participation div.container div.right div.contain-lots div.slider-lots div.slider-title div.arrow-next.arrow-prev, body#home main section.participation div.container div.right div.contain-lots div.slider-lots div.slider-title div.arrow-prev.arrow-prev {
  transform: rotate(180deg);
}
body#home main section.home div.container div.right div.contain-lots div.slider-lots div.links, body#home main section.participation div.container div.right div.contain-lots div.slider-lots div.links {
  text-align: center;
}
@media (max-width: 768px) {
  body#home main section.home div.container div.right div.contain-lots div.slider-lots div.links, body#home main section.participation div.container div.right div.contain-lots div.slider-lots div.links {
    margin-bottom: 30px;
  }
}
body#home main section.home div.container div.right div.contain-lots div.slider-lots div.links a, body#home main section.participation div.container div.right div.contain-lots div.slider-lots div.links a {
  text-decoration: underline;
}
body#home main section.home div.container div.right div.contain-lots div.slider-lots div.links a:hover, body#home main section.participation div.container div.right div.contain-lots div.slider-lots div.links a:hover {
  text-decoration: none;
}
body#home main section.home div.container div.right div.contain-lots div.slider-lots div.swiper-wrapper a.bloc div.bloc-img, body#home main section.participation div.container div.right div.contain-lots div.slider-lots div.swiper-wrapper a.bloc div.bloc-img {
  position: relative;
  width: 160px;
  height: 210px;
  margin: 0 auto 20px auto;
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.1);
}
body#home main section.home div.container div.right div.contain-lots div.slider-lots div.swiper-wrapper a.bloc div.bloc-img:before, body#home main section.participation div.container div.right div.contain-lots div.slider-lots div.swiper-wrapper a.bloc div.bloc-img:before {
  content: "";
  display: block;
  width: 70px;
  height: 180px;
  background-image: url("../images/_front/object-volet-f8e9e9430bbd5aea26efd3d856ec6895.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 10;
  transform-origin: left;
  transition: transform 0.75s ease;
  transition-delay: 0.2s;
}
body#home main section.home div.container div.right div.contain-lots div.slider-lots div.swiper-wrapper a.bloc div.bloc-img:after, body#home main section.participation div.container div.right div.contain-lots div.slider-lots div.swiper-wrapper a.bloc div.bloc-img:after {
  content: "";
  display: block;
  width: 70px;
  height: 180px;
  background-image: url("../images/_front/object-volet-f8e9e9430bbd5aea26efd3d856ec6895.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 10;
  transform-origin: right;
  transition: transform 0.75s ease;
  transition-delay: 0.2s;
}
body#home main section.home div.container div.right div.contain-lots div.slider-lots div.swiper-wrapper a.bloc div.bloc-img div.img, body#home main section.participation div.container div.right div.contain-lots div.slider-lots div.swiper-wrapper a.bloc div.bloc-img div.img {
  position: relative;
  border: 15px solid #FEF0CB;
  border-right-width: 10px;
  border-left-width: 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
}
body#home main section.home div.container div.right div.contain-lots div.slider-lots div.swiper-wrapper a.bloc div.bloc-img img, body#home main section.participation div.container div.right div.contain-lots div.slider-lots div.swiper-wrapper a.bloc div.bloc-img img {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
  object-fit: contain;
  border-radius: 0px;
  transform: scale(1.05);
}
body#home main section.home div.container div.right div.contain-lots div.slider-lots div.swiper-wrapper a.bloc div.bloc-txt, body#home main section.participation div.container div.right div.contain-lots div.slider-lots div.swiper-wrapper a.bloc div.bloc-txt {
  text-align: center;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
body#home main section.home div.container div.right div.contain-lots div.slider-lots div.swiper-wrapper a.bloc.open-window div.bloc-img:before, body#home main section.participation div.container div.right div.contain-lots div.slider-lots div.swiper-wrapper a.bloc.open-window div.bloc-img:before {
  animation-name: volet-gauche;
  animation-duration: 0.75s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}
body#home main section.home div.container div.right div.contain-lots div.slider-lots div.swiper-wrapper a.bloc.open-window div.bloc-img:after, body#home main section.participation div.container div.right div.contain-lots div.slider-lots div.swiper-wrapper a.bloc.open-window div.bloc-img:after {
  animation-name: volet-droit;
  animation-duration: 0.75s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}
@media (max-width: 768px) {
  body#home main section.home.participation div.container, body#home main section.participation.participation div.container {
    gap: 20px;
  }
}
body#home main section.home.participation div.container div.left > h1, body#home main section.participation.participation div.container div.left > h1 {
  line-height: 1.2;
  font-weight: 400;
}
@media (max-width: 768px) {
  body#home main section.home.participation div.container div.left > h1, body#home main section.participation.participation div.container div.left > h1 {
    margin-top: 20px;
    font-size: 36px;
  }
}
body#home main section.home.participation div.container div.left div.txt, body#home main section.participation.participation div.container div.left div.txt {
  color: #fff;
}
@media (max-width: 768px) {
  body#home main section.home.participation div.container div.left div.txt, body#home main section.participation.participation div.container div.left div.txt {
    text-align: center;
  }
}
@media (max-width: 768px) {
  body#home main section.home.participation div.container div.right, body#home main section.participation.participation div.container div.right {
    margin-top: 80px;
    position: relative;
  }
  body#home main section.home.participation div.container div.right:after, body#home main section.participation.participation div.container div.right:after {
    content: "";
    display: block;
    width: 71px;
    height: 82px;
    position: absolute;
    top: -80px;
    right: 40px;
    background-image: url("../images/_front/snowman-db121c8641414b850d7c5ae59a85e8f5.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
body#home main section.home.participation div.container div.right div.contain-form, body#home main section.participation.participation div.container div.right div.contain-form {
  position: relative;
  z-index: 1;
}
body#home main section.home.participation div.container div.right div.contain-form form, body#home main section.participation.participation div.container div.right div.contain-form form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  max-width: 500px;
  margin: 0 auto;
}
body#home main section.home.participation div.container div.right div.contain-form form div.fields, body#home main section.participation.participation div.container div.right div.contain-form form div.fields {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-text, body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-mail, body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-phone, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-text, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-mail, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-phone {
  position: relative;
}
body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-text input, body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-mail input, body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-phone input, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-text input, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-mail input, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-phone input {
  position: relative;
  background-color: transparent;
  border: none;
  width: 100%;
  border-bottom: 1px solid #0D253C;
  padding: 10px 0;
  padding-left: 35px;
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  font-family: "din-2014", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  outline: none;
  box-sizing: border-box;
}
body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-text input::placeholder, body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-mail input::placeholder, body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-phone input::placeholder, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-text input::placeholder, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-mail input::placeholder, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-phone input::placeholder {
  opacity: 0;
  visibility: hidden;
}
body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-text label, body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-mail label, body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-phone label, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-text label, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-mail label, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-phone label {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  position: absolute;
  top: 8px;
  left: 40px;
  z-index: 0;
  transition: 0.2s ease;
}
@media (max-width: 768px) {
  body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-text label, body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-mail label, body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-phone label, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-text label, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-mail label, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-phone label {
    font-size: 16px;
    top: 10px;
  }
}
body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-text input:focus ~ label, body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-text textarea:focus ~ label, body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-mail input:focus ~ label, body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-mail textarea:focus ~ label, body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-phone input:focus ~ label, body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-phone textarea:focus ~ label, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-text input:focus ~ label, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-text textarea:focus ~ label, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-mail input:focus ~ label, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-mail textarea:focus ~ label, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-phone input:focus ~ label, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-phone textarea:focus ~ label {
  top: -10px;
  left: 35px;
  font-size: 13px;
  z-index: 1;
}
body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-text input:not(:placeholder-shown) ~ label, body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-text textarea:not(:placeholder-shown) ~ label, body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-mail input:not(:placeholder-shown) ~ label, body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-mail textarea:not(:placeholder-shown) ~ label, body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-phone input:not(:placeholder-shown) ~ label, body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-phone textarea:not(:placeholder-shown) ~ label, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-text input:not(:placeholder-shown) ~ label, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-text textarea:not(:placeholder-shown) ~ label, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-mail input:not(:placeholder-shown) ~ label, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-mail textarea:not(:placeholder-shown) ~ label, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-phone input:not(:placeholder-shown) ~ label, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-phone textarea:not(:placeholder-shown) ~ label {
  top: -10px;
  left: 35px;
  font-size: 13px;
  z-index: 1;
}
body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-text.form-row-text input, body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-mail.form-row-text input, body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-phone.form-row-text input, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-text.form-row-text input, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-mail.form-row-text input, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-phone.form-row-text input {
  background-image: url("../images/_front/picto-field-text-8e190af6e81f5cce7852866edd449fca.svg");
  background-size: 21px;
}
body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-text.form-row-mail input, body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-mail.form-row-mail input, body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-phone.form-row-mail input, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-text.form-row-mail input, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-mail.form-row-mail input, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-phone.form-row-mail input {
  background-image: url("../images/_front/picto-field-mail-c4c69dc89c4e9bd8d4bf4b8aad480c24.svg");
}
body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-text.form-row-phone input, body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-mail.form-row-phone input, body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-phone.form-row-phone input, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-text.form-row-phone input, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-mail.form-row-phone input, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-phone.form-row-phone input {
  background-image: url("../images/_front/picto-field-phone-8318dd4409214fa5fe917d686a8be52b.svg");
  background-size: 19px;
}
body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-checkbox, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-checkbox input, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-checkbox input {
  position: relative;
  display: block;
  appearance: none;
  margin: 0;
  border: 1px solid #0D253C;
  border-radius: 2px;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-color: transparent;
  margin-top: 5px;
  cursor: pointer;
}
body#home main section.home.participation div.container div.right div.contain-form form div.fields div.form-row-checkbox input:checked:before, body#home main section.participation.participation div.container div.right div.contain-form form div.fields div.form-row-checkbox input:checked:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 1px;
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: #000;
}
body#home main section.home.participation div.container div.right div.contain-form form div.info p, body#home main section.participation.participation div.container div.right div.contain-form form div.info p {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 768px) {
  body#home main section.home.participation div.container div.right div.contain-form form div.info p, body#home main section.participation.participation div.container div.right div.contain-form form div.info p {
    font-size: 13px;
  }
}
body#home main section.home.participation div.container div.right div.contain-form div.links, body#home main section.participation.participation div.container div.right div.contain-form div.links {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 768px) {
  body#home main section.home.participation div.container div.right div.contain-form div.links, body#home main section.participation.participation div.container div.right div.contain-form div.links {
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
body#home main section.home.participation div.container div.right div.contain-form div.links a, body#home main section.participation.participation div.container div.right div.contain-form div.links a {
  text-decoration: underline;
}
body#home main section.home.participation div.container div.right div.contain-form div.links a:hover, body#home main section.participation.participation div.container div.right div.contain-form div.links a:hover {
  text-decoration: none;
}
body#home main section.home #submit-btn:disabled, body#home main section.participation #submit-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
body#home main section.home .cap-widget-container, body#home main section.participation .cap-widget-container {
  display: flex;
  justify-content: center;
}

@keyframes volet-gauche {
  0% {
    transform: scale(1, 1) perspective(200px) rotateY(0deg) translate(0, 0);
  }
  100% {
    transform: scale(-1, 1) perspective(200px) rotateY(-15deg) translate(0, 0);
  }
}
@keyframes volet-droit {
  0% {
    transform: scale(1, 1) perspective(200px) rotateY(0deg) translate(0, 0);
  }
  100% {
    transform: scale(-1, 1) perspective(200px) rotateY(15deg) translate(0, 0);
  }
}
body#game main {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 768px) {
  body#game main {
    height: 100svh;
  }
}
body#game main section.content {
  position: relative;
  height: 100%;
}
@media (max-width: 768px) {
  body#game main section.content {
    height: auto;
  }
}
body#game main section.content div.contain-txt div.txt {
  position: absolute;
  top: 50%;
  left: 5vw;
  width: 500px;
  max-width: 30vw;
  transform: translateY(-50%);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 768px) {
  body#game main section.content div.contain-txt div.txt {
    position: relative;
    top: inherit;
    transform: none;
    left: inherit;
    width: 100%;
    max-width: calc(100% - 50px);
    margin: 30px auto 0 auto;
  }
}
body#game main section.content div.contain-txt div.txt h1 {
  font-family: "playfair-display", Arial, serif;
  font-size: 56px;
}
@media (max-width: 768px) {
  body#game main section.content div.contain-txt div.txt h1 {
    font-size: 36px;
  }
}
body#game main section.content div.contain-txt div.txt p {
  font-weight: 300;
}
body#game main div.information {
  position: fixed;
  bottom: 100px;
  left: 0;
  display: flex;
  gap: 10px;
  z-index: 99;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  padding: 0px 30px 0px 10px;
  overflow: hidden;
  width: 400px;
  box-sizing: border-box;
  left: -400px;
  transform: translateX(0px);
  transition: transform 1s ease;
  animation-name: show-information;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
}
@media (max-width: 768px) {
  body#game main div.information {
    position: relative;
    bottom: inherit;
    margin-top: 20px;
    max-width: calc(100vw - 40px);
  }
}
body#game main div.information.hide {
  transform: translateX(-400px);
}
body#game main div.information span.close {
  display: block;
  width: 17px;
  height: 17px;
  background-color: #000;
  mask-image: url("../images/_front/picto-close-info-2849c49ae942cc86f82fb7a3e3b783ea.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  position: absolute;
  top: 5px;
  right: 5px;
  text-indent: -900000000000px;
  overflow: hidden;
  cursor: pointer;
}
body#game main div.information div.left {
  width: 85px;
  display: flex;
  align-items: flex-end;
}
body#game main div.information div.left > * {
  position: relative;
  bottom: -2px;
}
body#game main div.information div.right div.contain-txt {
  max-width: 250px;
  text-align: right;
  padding: 15px 0;
}
body#game main div.information div.right div.contain-txt * {
  margin: 0;
  line-height: 1.2;
}
body#game main div.information div.right div.contain-txt p.title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
body#game main section.house {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  overflow-y: hidden;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  body#game main section.house {
    height: calc(100vh - 400px);
    top: 400px;
    z-index: 1000;
  }
}
body#game main section.house div.background-hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #066B72;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
body#game main section.house div.background-hover.show {
  opacity: 0.5;
  visibility: visible;
}
body#game main section.house div.contain-house {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  body#game main section.house div.contain-house {
    overflow: auto;
    opacity: 0;
    transition: opacity 1s ease;
  }
  body#game main section.house div.contain-house > * {
    margin-top: 90px;
  }
  body#game main section.house div.contain-house:before {
    content: "";
    display: block;
    width: 100vw;
    height: 70px;
    background: linear-gradient(180deg, rgb(6, 107, 114) 0%, rgba(6, 107, 114, 0) 100%);
    position: fixed;
    top: 400px;
    left: 0;
    z-index: 1000;
  }
  body#game main section.house div.contain-house.show {
    opacity: 1;
  }
}
body#game main section.house span.mobile-info {
  display: none;
  position: absolute;
  padding-top: 25px;
  top: 40px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 13px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
@media (max-width: 768px) {
  body#game main section.house span.mobile-info {
    display: block;
  }
}
body#game main section.house span.mobile-info.hide {
  opacity: 0;
  visibility: hidden;
}
body#game main section.house span.mobile-info:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  mask-image: url("../images/_front/picto-arrow-swipe-8f44f8f18732bacb9c43bc20006802d1.svg");
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body#game main dialog#dialogInfos {
  position: fixed;
  padding: 0;
  width: 100vw;
  height: 100vh;
  background-color: #066B72;
  appearance: none;
  border: none;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
@media (max-width: 768px) {
  body#game main dialog#dialogInfos {
    z-index: 1010;
    overflow: auto;
    height: 100svh;
  }
}
body#game main dialog#dialogInfos.open {
  display: flex;
  align-items: center;
}
body#game main dialog#dialogInfos div.container {
  display: flex;
  gap: 80px;
  align-items: center;
}
@media (max-width: 768px) {
  body#game main dialog#dialogInfos div.container {
    flex-direction: column;
    gap: 40px;
    min-height: 100%;
  }
}
body#game main dialog#dialogInfos div.left {
  width: 100%;
  max-width: calc(40% - 40px);
  flex-grow: 1;
}
@media (max-width: 768px) {
  body#game main dialog#dialogInfos div.left {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  body#game main dialog#dialogInfos div.left img.logo {
    width: 238px;
    height: 71px;
    object-fit: contain;
  }
}
body#game main dialog#dialogInfos div.right {
  width: 100%;
  max-width: calc(60% - 40px);
  flex-grow: 1;
  position: relative;
}
@media (max-width: 768px) {
  body#game main dialog#dialogInfos div.right {
    max-width: 100%;
    flex-grow: inherit;
  }
}
body#game main dialog#dialogInfos div.right:before {
  content: "";
  display: block;
  width: calc(750px + (100vw - 1250px) / 2);
  height: 100vh;
  position: fixed;
  z-index: 0;
  right: 0;
  top: 0;
  background-color: #E9DBBC;
  border-radius: 50px 0 0 50px;
}
@media (max-width: 1300px) {
  body#game main dialog#dialogInfos div.right:before {
    width: calc((100% - 50px) * 0.6 + 25px);
  }
}
@media (max-width: 768px) {
  body#game main dialog#dialogInfos div.right {
    width: 100%;
    max-width: 100%;
    background-color: #E9DBBC;
    padding-top: 30px;
    border-radius: 30px;
  }
  body#game main dialog#dialogInfos div.right:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #E9DBBC;
    border-radius: 30px 30px 0 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
body#game main dialog#dialogInfos div.right > * {
  position: relative;
  z-index: 1;
}
body#game main dialog#dialogInfos div.right > *.gameWindow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  color: #0D253C;
  text-align: center;
}
@media (max-width: 768px) {
  body#game main dialog#dialogInfos div.right > *.gameWindow {
    gap: 40px;
  }
}
body#game main dialog#dialogInfos div.right > *.gameWindow h1 {
  font-family: "playfair-display", Arial, serif;
  font-weight: bold;
  font-size: 36px;
  max-width: 520px;
}
@media (max-width: 768px) {
  body#game main dialog#dialogInfos div.right > *.gameWindow h1 {
    font-size: 23px;
  }
}
body#game main dialog#dialogInfos div.right > *.gameWindow a {
  text-decoration: underline;
}
body#game main dialog#dialogInfos div.right > *.gameWindow a:hover {
  text-decoration: none;
}
body#game main dialog#dialogInfos div.right > *.gameWindow div.contain-window div.window {
  position: relative;
  width: 150px;
  height: 193px;
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
body#game main dialog#dialogInfos div.right > *.gameWindow div.contain-window div.window:before {
  content: "";
  display: block;
  width: 65px;
  height: 163px;
  background-image: url("../images/_front/object-volet-f8e9e9430bbd5aea26efd3d856ec6895.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 10;
  transform-origin: left;
  transition: transform 0.75s ease;
  transition-delay: 0.2s;
  transform: scale(1, 1) perspective(200px) rotateY(0deg) translate(0, 0);
}
body#game main dialog#dialogInfos div.right > *.gameWindow div.contain-window div.window:after {
  content: "";
  display: block;
  width: 65px;
  height: 163px;
  background-image: url("../images/_front/object-volet-f8e9e9430bbd5aea26efd3d856ec6895.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 10;
  transform-origin: right;
  transition: transform 0.75s ease;
  transition-delay: 0.2s;
  transform: scale(1, 1) perspective(200px) rotateY(0deg) translate(0, 0);
}
body#game main dialog#dialogInfos div.right > *.gameWindow div.contain-window div.window div.img {
  position: relative;
  border: 15px solid #FEF0CB;
  border-right-width: 10px;
  border-left-width: 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
}
body#game main dialog#dialogInfos div.right > *.gameWindow div.contain-window div.window div.img:after {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 14px);
  border-radius: 4px;
  border: 3px dashed #fff;
  position: absolute;
  top: 4px;
  left: 2px;
  z-index: 1;
}
body#game main dialog#dialogInfos div.right > *.gameWindow div.contain-window div.window img {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
  transform: scale(1.05);
  object-fit: contain;
}
body#game main dialog#dialogInfos div.right > *.gameWindow div.contain-window div.window:hover:before {
  transform: scale(-1, 1) perspective(200px) rotateY(-15deg) translate(0, 0);
}
body#game main dialog#dialogInfos div.right > *.gameWindow div.contain-window div.window:hover:after {
  transform: scale(-1, 1) perspective(200px) rotateY(15deg) translate(0, 0);
}
@media (max-width: 768px) {
  body#game main dialog#dialogInfos div.right > *.gameWindow div.links {
    margin-bottom: 30px;
  }
}
body#game main dialog#dialogInfos div.right > *.gameResult {
  display: none;
}
body#game main dialog#dialogInfos div.right > *.gameResult.show {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  color: #0D253C;
  text-align: center;
}
@media (max-width: 768px) {
  body#game main dialog#dialogInfos div.right > *.gameResult.show {
    gap: 40px;
  }
}
body#game main dialog#dialogInfos div.right > *.gameResult h1 {
  font-family: "playfair-display", Arial, serif;
  font-weight: bold;
  font-size: 36px;
  max-width: 520px;
}
@media (max-width: 768px) {
  body#game main dialog#dialogInfos div.right > *.gameResult h1 {
    font-size: 23px;
  }
}
body#game main dialog#dialogInfos div.right > *.gameResult a {
  text-decoration: underline;
}
body#game main dialog#dialogInfos div.right > *.gameResult a:hover {
  text-decoration: none;
}
body#game main dialog#dialogInfos div.right > *.gameResult div.title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
body#game main dialog#dialogInfos div.right > *.gameResult div.window-website {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
body#game main dialog#dialogInfos div.right > *.gameResult div.window-website a {
  text-decoration: none;
}
body#game main dialog#dialogInfos div.right > *.gameResult div.window-website a:hover {
  text-decoration: underline;
}
body#game main dialog#dialogInfos div.right > *.gameResult div.contain-window div.window {
  position: relative;
  width: 150px;
  height: 193px;
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.1);
}
body#game main dialog#dialogInfos div.right > *.gameResult div.contain-window div.window:before {
  content: "";
  display: block;
  width: 65px;
  height: 163px;
  background-image: url("../images/_front/object-volet-f8e9e9430bbd5aea26efd3d856ec6895.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 10;
  transform-origin: left;
  transition: transform 0.75s ease;
  transition-delay: 0.2s;
  transform: scale(-1, 1) perspective(200px) rotateY(-15deg) translate(0, 0);
}
body#game main dialog#dialogInfos div.right > *.gameResult div.contain-window div.window:after {
  content: "";
  display: block;
  width: 65px;
  height: 163px;
  background-image: url("../images/_front/object-volet-f8e9e9430bbd5aea26efd3d856ec6895.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 10;
  transform-origin: right;
  transition: transform 0.75s ease;
  transition-delay: 0.2s;
  transform: scale(-1, 1) perspective(200px) rotateY(15deg) translate(0, 0);
}
body#game main dialog#dialogInfos div.right > *.gameResult div.contain-window div.window div.img {
  position: relative;
  border: 15px solid #FEF0CB;
  border-right-width: 10px;
  border-left-width: 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
body#game main dialog#dialogInfos div.right > *.gameResult div.contain-window div.window div.img:after {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 14px);
  border-radius: 4px;
  border: 3px dashed #fff;
  position: absolute;
  top: 4px;
  left: 2px;
  z-index: 1;
}
body#game main dialog#dialogInfos div.right > *.gameResult div.contain-window div.window div.img img {
  position: relative;
  max-width: calc(100% - 10px);
  max-height: calc(100% - 10px);
  object-fit: contain;
}
body#game main dialog#dialogInfos div.right > *.gameResult div.contain-window div.window div.img.loose img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#game main dialog#dialogInfos div.right > *.gameResult div.links {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 768px) {
  body#game main dialog#dialogInfos div.right > *.gameResult div.links {
    margin-bottom: 30px;
  }
}
body#game main dialog#dialogInfos div.right > *.gameResult div.links div.share {
  margin-top: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  body#game main dialog#dialogInfos div.right > *.gameResult div.links div.share {
    justify-content: center;
    margin-top: 0px;
  }
}
body#game main dialog#dialogInfos div.right > *.gameResult div.links div.share span {
  font-weight: bold;
  color: #0D253C;
}
body#game main dialog#dialogInfos div.right > *.gameResult div.links div.share a {
  display: block;
  text-indent: -9000000000000px;
  overflow: hidden;
  width: 12px;
  height: 26px;
  background-color: #0D253C;
  mask-image: url("../images/_front/picto-fb-d416391a864b704861eeb6905ad2f465.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("../images/_front/picto-fb-d416391a864b704861eeb6905ad2f465.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

div.contain-pictos {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100vw;
  height: 100vh;
}
@media (max-width: 768px) {
  div.contain-pictos {
    width: 200%;
  }
}
div.contain-pictos div.elem-picto {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.5s ease;
  animation-name: opacity-picto-hidden;
  animation-duration: 5s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
div.contain-pictos div.elem-picto.show {
  opacity: 1;
}
@media (max-width: 768px) {
  div.contain-pictos div.elem-picto {
    bottom: inherit !important;
    right: inherit !important;
    width: 28vw;
    height: 24vw;
  }
}
div.contain-pictos div.elem-picto#moulin {
  bottom: 40.25vw;
  right: 38.72vw;
}
@media (max-width: 768px) {
  div.contain-pictos div.elem-picto#moulin {
    top: 26.7vw;
    left: 49.2vw;
  }
}
div.contain-pictos div.elem-picto#rameurs {
  bottom: 40.25vw;
  right: 19.15vw;
}
@media (max-width: 768px) {
  div.contain-pictos div.elem-picto#rameurs {
    top: 26.7vw;
    left: 120.8vw;
  }
}
div.contain-pictos div.elem-picto#cabane {
  bottom: 31.86vw;
  right: 28.95vw;
}
@media (max-width: 768px) {
  div.contain-pictos div.elem-picto#cabane {
    top: 57.5vw;
    left: 85vw;
  }
}
div.contain-pictos div.elem-picto#gare {
  bottom: 23.45vw;
  right: 48.5vw;
}
@media (max-width: 768px) {
  div.contain-pictos div.elem-picto#gare {
    top: 88.3vw;
    left: 13.4vw;
  }
}
div.contain-pictos div.elem-picto#golfeur {
  bottom: 23.48vw;
  right: 28.96vw;
}
@media (max-width: 768px) {
  div.contain-pictos div.elem-picto#golfeur {
    top: 88.3vw;
    left: 85vw;
  }
}
div.contain-pictos div.elem-picto#maison {
  bottom: 23.5vw;
  right: 9.38vw;
}
@media (max-width: 768px) {
  div.contain-pictos div.elem-picto#maison {
    top: 88.3vw;
    left: 156.6vw;
  }
}
div.contain-pictos div.elem-picto#croix {
  bottom: 15.15vw;
  right: 38.75vw;
}
@media (max-width: 768px) {
  div.contain-pictos div.elem-picto#croix {
    top: 119.1vw;
    left: 49.2vw;
  }
}
div.contain-pictos div.elem-picto#cabine {
  bottom: 15.15vw;
  right: 19.15vw;
}
@media (max-width: 768px) {
  div.contain-pictos div.elem-picto#cabine {
    top: 119.1vw;
    left: 120.8vw;
  }
}
div.contain-pictos div.elem-picto span.picto-map {
  position: relative;
  z-index: 2;
  display: block;
  text-indent: -900000000000000px;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 7.6vw;
  height: 6.4vw;
  transition: transform 0.5s ease-in-out;
}
@media (max-width: 768px) {
  div.contain-pictos div.elem-picto span.picto-map {
    width: 100%;
    height: 100%;
  }
}
div.contain-pictos div.elem-picto span.picto-map#pictoMoulin {
  background-image: url("../images/_front/moulin-97f7e28614d5014864d278b201558852.svg");
}
div.contain-pictos div.elem-picto span.picto-map#pictoRameurs {
  background-image: url("../images/_front/rameurs-8331dad30c4f3488bff2be0343774680.svg");
}
div.contain-pictos div.elem-picto span.picto-map#pictoCabane {
  background-image: url("../images/_front/cabane-085606cd00f3a84c77a2da3da3fb77ff.svg");
}
div.contain-pictos div.elem-picto span.picto-map#pictoGare {
  background-image: url("../images/_front/gare-e394fc7129c601b788fad17e3e82f7ca.svg");
}
div.contain-pictos div.elem-picto span.picto-map#pictoGolfeur {
  background-image: url("../images/_front/golfeur-a908758c249eaf2f42c88e831ceaf265.svg");
}
div.contain-pictos div.elem-picto span.picto-map#pictoMaison {
  background-image: url("../images/_front/maison-dd76fc225e15155a3b730e74a0f6f1f4.svg");
}
div.contain-pictos div.elem-picto span.picto-map#pictoCroix {
  background-image: url("../images/_front/croix-a91bcc22343aed1fe51b82811f08c69a.svg");
}
div.contain-pictos div.elem-picto span.picto-map#pictoCabine {
  background-image: url("../images/_front/cabine-54fedf181a5d76548baa9216cb2b7583.svg");
}

svg#houseObject {
  position: absolute;
  right: 5vw;
  bottom: 0;
  height: 54vw;
  width: 55vw;
}
@media (max-width: 768px) {
  svg#houseObject {
    width: 200%;
    height: auto;
    bottom: inherit;
    top: 0;
    right: inherit;
  }
}
svg#houseObject circle[fill=white] {
  opacity: 0;
  translate: 0 0vw;
  animation-name: snow-animation;
  animation-duration: 5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
svg#houseObject circle[fill=white]:nth-child(1n) {
  animation-delay: 0.1s;
}
svg#houseObject circle[fill=white]:nth-child(2n) {
  animation-delay: 0.2s;
}
svg#houseObject circle[fill=white]:nth-child(3n) {
  animation-delay: 0.3s;
}
svg#houseObject circle[fill=white]:nth-child(4n) {
  animation-delay: 0.4s;
}
svg#houseObject circle[fill=white]:nth-child(5n) {
  animation-delay: 0.5s;
}
svg#houseObject circle[fill=white]:nth-child(6n) {
  animation-delay: 0.6s;
}
svg#houseObject circle[fill=white]:nth-child(7n) {
  animation-delay: 0.7s;
}
svg#houseObject circle[fill=white]:nth-child(8n) {
  animation-delay: 0.8s;
}
svg#houseObject circle[fill=white]:nth-child(9n) {
  animation-delay: 0.9s;
}
svg#houseObject circle[fill=white]:nth-child(10n) {
  animation-delay: 1s;
}
svg#houseObject circle[fill=white]:nth-child(11n) {
  animation-delay: 1.1s;
}
svg#houseObject circle[fill=white]:nth-child(12n) {
  animation-delay: 1.2s;
}
svg#houseObject circle[fill=white]:nth-child(13n) {
  animation-delay: 1.3s;
}
svg#houseObject circle[fill=white]:nth-child(14n) {
  animation-delay: 1.4s;
}
svg#houseObject circle[fill=white]:nth-child(15n) {
  animation-delay: 1.5s;
}
svg#houseObject circle[fill=white]:nth-child(16n) {
  animation-delay: 1.6s;
}
svg#houseObject circle[fill=white]:nth-child(17n) {
  animation-delay: 1.7s;
}
svg#houseObject circle[fill=white]:nth-child(18n) {
  animation-delay: 1.8s;
}
svg#houseObject circle[fill=white]:nth-child(19n) {
  animation-delay: 1.9s;
}
svg#houseObject circle[fill=white]:nth-child(20n) {
  animation-delay: 2s;
}
svg#houseObject circle[fill=white]:nth-child(21n) {
  animation-delay: 2.1s;
}
svg#houseObject circle[fill=white]:nth-child(22n) {
  animation-delay: 2.2s;
}
svg#houseObject circle[fill=white]:nth-child(23n) {
  animation-delay: 2.3s;
}
svg#houseObject circle[fill=white]:nth-child(24n) {
  animation-delay: 2.4s;
}
svg#houseObject circle[fill=white]:nth-child(25n) {
  animation-delay: 2.5s;
}
svg#houseObject circle[fill=white]:nth-child(26n) {
  animation-delay: 2.6s;
}
svg#houseObject circle[fill=white]:nth-child(27n) {
  animation-delay: 2.7s;
}
svg#houseObject circle[fill=white]:nth-child(28n) {
  animation-delay: 2.8s;
}
svg#houseObject circle[fill=white]:nth-child(29n) {
  animation-delay: 2.9s;
}
svg#houseObject circle[fill=white]:nth-child(30n) {
  animation-delay: 3s;
}
svg#houseObject circle[fill=white]:nth-child(31n) {
  animation-delay: 3.1s;
}
svg#houseObject circle[fill=white]:nth-child(32n) {
  animation-delay: 3.2s;
}
svg#houseObject circle[fill=white]:nth-child(33n) {
  animation-delay: 3.3s;
}
svg#houseObject circle[fill=white]:nth-child(34n) {
  animation-delay: 3.4s;
}
svg#houseObject circle[fill=white]:nth-child(35n) {
  animation-delay: 3.5s;
}
svg#houseObject circle[fill=white]:nth-child(36n) {
  animation-delay: 3.6s;
}
svg#houseObject circle[fill=white]:nth-child(37n) {
  animation-delay: 3.7s;
}
svg#houseObject circle[fill=white]:nth-child(38n) {
  animation-delay: 3.8s;
}
svg#houseObject circle[fill=white]:nth-child(39n) {
  animation-delay: 3.9s;
}
svg#houseObject circle[fill=white]:nth-child(40n) {
  animation-delay: 4s;
}
svg#houseObject circle[fill=white]:nth-child(41n) {
  animation-delay: 4.1s;
}
svg#houseObject circle[fill=white]:nth-child(42n) {
  animation-delay: 4.2s;
}
svg#houseObject circle[fill=white]:nth-child(43n) {
  animation-delay: 4.3s;
}
svg#houseObject circle[fill=white]:nth-child(44n) {
  animation-delay: 4.4s;
}
svg#houseObject circle[fill=white]:nth-child(45n) {
  animation-delay: 4.5s;
}
svg#houseObject circle[fill=white]:nth-child(46n) {
  animation-delay: 4.6s;
}
svg#houseObject circle[fill=white]:nth-child(47n) {
  animation-delay: 4.7s;
}
svg#houseObject circle[fill=white]:nth-child(48n) {
  animation-delay: 4.8s;
}
svg#houseObject circle[fill=white]:nth-child(49n) {
  animation-delay: 4.9s;
}
svg#houseObject circle[fill=white]:nth-child(50n) {
  animation-delay: 5s;
}
svg#houseObject circle[fill=white]:nth-child(51n) {
  animation-delay: 5.1s;
}
svg#houseObject circle[fill=white]:nth-child(52n) {
  animation-delay: 5.2s;
}
svg#houseObject circle[fill=white]:nth-child(53n) {
  animation-delay: 5.3s;
}
svg#houseObject circle[fill=white]:nth-child(54n) {
  animation-delay: 5.4s;
}
svg#houseObject circle[fill=white]:nth-child(55n) {
  animation-delay: 5.5s;
}
svg#houseObject circle[fill=white]:nth-child(56n) {
  animation-delay: 5.6s;
}
svg#houseObject circle[fill=white]:nth-child(57n) {
  animation-delay: 5.7s;
}
svg#houseObject circle[fill=white]:nth-child(58n) {
  animation-delay: 5.8s;
}
svg#houseObject circle[fill=white]:nth-child(59n) {
  animation-delay: 5.9s;
}
svg#houseObject circle[fill=white]:nth-child(60n) {
  animation-delay: 6s;
}
svg#houseObject circle[fill=white]:nth-child(61n) {
  animation-delay: 6.1s;
}
svg#houseObject circle[fill=white]:nth-child(62n) {
  animation-delay: 6.2s;
}
svg#houseObject circle[fill=white]:nth-child(63n) {
  animation-delay: 6.3s;
}
svg#houseObject circle[fill=white]:nth-child(64n) {
  animation-delay: 6.4s;
}
svg#houseObject circle[fill=white]:nth-child(65n) {
  animation-delay: 6.5s;
}
svg#houseObject circle[fill=white]:nth-child(66n) {
  animation-delay: 6.6s;
}
svg#houseObject circle[fill=white]:nth-child(67n) {
  animation-delay: 6.7s;
}
svg#houseObject circle[fill=white]:nth-child(68n) {
  animation-delay: 6.8s;
}
svg#houseObject circle[fill=white]:nth-child(69n) {
  animation-delay: 6.9s;
}
svg#houseObject circle[fill=white]:nth-child(70n) {
  animation-delay: 7s;
}
svg#houseObject circle[fill=white]:nth-child(71n) {
  animation-delay: 7.1s;
}
svg#houseObject circle[fill=white]:nth-child(72n) {
  animation-delay: 7.2s;
}
svg#houseObject circle[fill=white]:nth-child(73n) {
  animation-delay: 7.3s;
}
svg#houseObject circle[fill=white]:nth-child(74n) {
  animation-delay: 7.4s;
}
svg#houseObject circle[fill=white]:nth-child(75n) {
  animation-delay: 7.5s;
}
svg#houseObject circle[fill=white]:nth-child(76n) {
  animation-delay: 7.6s;
}
svg#houseObject circle[fill=white]:nth-child(77n) {
  animation-delay: 7.7s;
}
svg#houseObject circle[fill=white]:nth-child(78n) {
  animation-delay: 7.8s;
}
svg#houseObject circle[fill=white]:nth-child(79n) {
  animation-delay: 7.9s;
}
svg#houseObject circle[fill=white]:nth-child(80n) {
  animation-delay: 8s;
}
svg#houseObject circle[fill=white]:nth-child(81n) {
  animation-delay: 8.1s;
}
svg#houseObject circle[fill=white]:nth-child(82n) {
  animation-delay: 8.2s;
}
svg#houseObject circle[fill=white]:nth-child(83n) {
  animation-delay: 8.3s;
}
svg#houseObject circle[fill=white]:nth-child(84n) {
  animation-delay: 8.4s;
}
svg#houseObject circle[fill=white]:nth-child(85n) {
  animation-delay: 8.5s;
}
svg#houseObject circle[fill=white]:nth-child(86n) {
  animation-delay: 8.6s;
}
svg#houseObject circle[fill=white]:nth-child(87n) {
  animation-delay: 8.7s;
}
svg#houseObject circle[fill=white]:nth-child(88n) {
  animation-delay: 8.8s;
}
svg#houseObject circle[fill=white]:nth-child(89n) {
  animation-delay: 8.9s;
}
svg#houseObject circle[fill=white]:nth-child(90n) {
  animation-delay: 9s;
}
svg#houseObject circle[fill=white]:nth-child(91n) {
  animation-delay: 9.1s;
}
svg#houseObject circle[fill=white]:nth-child(92n) {
  animation-delay: 9.2s;
}
svg#houseObject circle[fill=white]:nth-child(93n) {
  animation-delay: 9.3s;
}
svg#houseObject circle[fill=white]:nth-child(94n) {
  animation-delay: 9.4s;
}
svg#houseObject circle[fill=white]:nth-child(95n) {
  animation-delay: 9.5s;
}
svg#houseObject circle[fill=white]:nth-child(96n) {
  animation-delay: 9.6s;
}
svg#houseObject circle[fill=white]:nth-child(97n) {
  animation-delay: 9.7s;
}
svg#houseObject circle[fill=white]:nth-child(98n) {
  animation-delay: 9.8s;
}
svg#houseObject circle[fill=white]:nth-child(99n) {
  animation-delay: 9.9s;
}
svg#houseObject circle[fill=white]:nth-child(100n) {
  animation-delay: 10s;
}
svg#houseObject circle[fill=white]:nth-child(101n) {
  animation-delay: 10.1s;
}
svg#houseObject circle[fill=white]:nth-child(102n) {
  animation-delay: 10.2s;
}
svg#houseObject circle[fill=white]:nth-child(103n) {
  animation-delay: 10.3s;
}
svg#houseObject circle[fill=white]:nth-child(104n) {
  animation-delay: 10.4s;
}
svg#houseObject circle[fill=white]:nth-child(105n) {
  animation-delay: 10.5s;
}
svg#houseObject circle[fill=white]:nth-child(106n) {
  animation-delay: 10.6s;
}
svg#houseObject circle[fill=white]:nth-child(107n) {
  animation-delay: 10.7s;
}
svg#houseObject circle[fill=white]:nth-child(108n) {
  animation-delay: 10.8s;
}
svg#houseObject circle[fill=white]:nth-child(109n) {
  animation-delay: 10.9s;
}
svg#houseObject circle[fill=white]:nth-child(110n) {
  animation-delay: 11s;
}
svg#houseObject circle[fill=white]:nth-child(111n) {
  animation-delay: 11.1s;
}
svg#houseObject circle[fill=white]:nth-child(112n) {
  animation-delay: 11.2s;
}
svg#houseObject circle[fill=white]:nth-child(113n) {
  animation-delay: 11.3s;
}
svg#houseObject circle[fill=white]:nth-child(114n) {
  animation-delay: 11.4s;
}
svg#houseObject circle[fill=white]:nth-child(115n) {
  animation-delay: 11.5s;
}
svg#houseObject circle[fill=white]:nth-child(116n) {
  animation-delay: 11.6s;
}
svg#houseObject circle[fill=white]:nth-child(117n) {
  animation-delay: 11.7s;
}
svg#houseObject circle[fill=white]:nth-child(118n) {
  animation-delay: 11.8s;
}
svg#houseObject circle[fill=white]:nth-child(119n) {
  animation-delay: 11.9s;
}
svg#houseObject circle[fill=white]:nth-child(120n) {
  animation-delay: 12s;
}
svg#houseObject circle[fill=white]:nth-child(121n) {
  animation-delay: 12.1s;
}
svg#houseObject circle[fill=white]:nth-child(122n) {
  animation-delay: 12.2s;
}
svg#houseObject circle[fill=white]:nth-child(123n) {
  animation-delay: 12.3s;
}
svg#houseObject circle[fill=white]:nth-child(124n) {
  animation-delay: 12.4s;
}
svg#houseObject circle[fill=white]:nth-child(125n) {
  animation-delay: 12.5s;
}
svg#houseObject circle[fill=white]:nth-child(126n) {
  animation-delay: 12.6s;
}
svg#houseObject *.background-window {
  animation-name: window-animation;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: step-end;
}
svg#houseObject *.window-background-women {
  animation-name: women-window-animation;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: step-end;
}
svg#houseObject *.women {
  animation-name: women-animation;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  translate: -2.2vw 0vw;
}
svg#houseObject *.men {
  animation-name: men-animation;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  translate: -2.2vw 0vw;
  opacity: 0;
}

@keyframes show-information {
  0% {
    left: -400px;
  }
  100% {
    left: 0;
  }
}
@keyframes snow-animation {
  0% {
    opacity: 0;
    translate: 0 0vw;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    translate: 0 2vw;
  }
}
@keyframes window-animation {
  0% {
    fill: rgb(153, 56, 70);
  }
  20% {
    fill: rgb(250, 222, 124);
  }
  40% {
    fill: rgb(250, 222, 124);
  }
  41% {
    fill: rgb(153, 56, 70);
  }
  70% {
    fill: rgb(250, 222, 124);
  }
  80% {
    fill: rgb(250, 222, 124);
  }
  81% {
    fill: rgb(153, 56, 70);
  }
  100% {
    fill: rgb(153, 56, 70);
  }
}
@keyframes women-animation {
  0% {
    translate: -2.2vw 0vw;
  }
  30% {
    translate: -2.2vw 0vw;
  }
  50% {
    translate: -0.5vw 0vw;
  }
  85% {
    translate: -0.2vw 0vw;
  }
  100% {
    translate: 2.2vw 0vw;
  }
}
@keyframes women-window-animation {
  0% {
    fill: rgb(153, 56, 70);
  }
  35% {
    fill: rgb(153, 56, 70);
  }
  36% {
    fill: rgb(250, 222, 124);
  }
  80% {
    fill: rgb(250, 222, 124);
  }
  95% {
    fill: rgb(153, 56, 70);
  }
}
@keyframes men-animation {
  0% {
    translate: -0.5vw 0vw;
    opacity: 0;
  }
  30% {
    translate: -0.4vw 0vw;
    opacity: 1;
  }
  60% {
    translate: -0.2vw 0vw;
    opacity: 1;
  }
  100% {
    translate: 2.2vw 0vw;
    opacity: 1;
  }
}
body#already-played main {
  position: relative;
  height: calc(100vh - 50px);
}
body#already-played main section.already-played {
  height: 100%;
}
body#already-played main section.already-played img.logo {
  position: relative;
  margin-bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
body#already-played main section.already-played div.container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body#already-played main section.already-played div.container div.bloc {
  position: relative;
  padding: 75px 100px;
  background-color: #fff;
  color: #0D253C;
  border-radius: 10px;
}
body#already-played main section.already-played div.container div.bloc h1 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  font-family: "playfair-display", Arial, serif;
}
body#already-played footer div.container {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body#already-played footer div.container a {
  font-size: 12px;
  text-decoration: underline;
  color: #fff;
}
body#already-played footer div.container a:hover {
  text-decoration: none;
}

body#reglement main section.reglement {
  margin: 60px 0;
}
body#reglement main section.reglement img.logo {
  position: relative;
  margin-bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
body#reglement main section.reglement div.container div.bloc-txt {
  padding: 40px;
  background-color: #fff;
  color: #0D253C;
  border-radius: 10px;
}
body#reglement main section.reglement div.container div.bloc-txt h1 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  font-family: "playfair-display", Arial, serif;
}
body#reglement main section.reglement div.container div.bloc-txt p.title {
  margin: 20px 0;
  font-weight: bold;
  font-size: 18px;
  font-family: "playfair-display", Arial, serif;
}
body#reglement footer div.container {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body#reglement footer div.container a {
  font-size: 12px;
  text-decoration: underline;
  color: #fff;
}
body#reglement footer div.container a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=app.output.css.map */
