/** END FONCTIONS **/
#choix_univers .univers {
  height: calc(100vh - 100px);
  min-height: 400px;
  max-height: 600px;
  width: 100%;
  text-align: center;
  padding-top: 120px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 1024px;
}
#choix_univers .univers .logo {
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
}
#choix_univers .univers .btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 200px;
  margin-right: auto;
  margin-left: auto;
  width: fit-content;
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.2s ease 1s;
}
#choix_univers .univers.dixit {
  background-color: #de8c2a;
  background-image: linear-gradient(180deg, #ef7419 0%, #fed593 100%);
  background-image: url(../images/dixit/fond_dixit_mobile.jpg);
}
#choix_univers .univers.dixit .btn {
  color: #de8c2a;
}
#choix_univers .univers.mysterium {
  background-color: #217690;
  background-image: linear-gradient(180deg, #e8b277 0%, #014958 100%);
  background-image: url(../images/mysterium/fond_mysterium_mobile.jpg);
}
#choix_univers .univers.mysterium .btn {
  color: #217690;
}
#choix_univers .univers.disney {
  background-color: #293083;
  background-image: linear-gradient(180deg, #293083 0%, #0e8ec0 100%);
  background-image: url(../images/disney/fond_disney_mobile.webp);
  background-size: cover;
}
#choix_univers .univers.disney .btn {
  color: #293083;
}
#choix_univers #bateau {
  top: 260px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  transform: translateX(-180px) scale(1.4);
  transition: all 0.2s ease;
  opacity: 0;
}
#choix_univers #pers_stella {
  top: 330px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  transform: translateX(150px);
  transition: all 0.2s ease;
  opacity: 0;
}
#choix_univers #cactus {
  top: 470px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  transform: translate(-90px);
}
#choix_univers #medium {
  position: absolute;
  top: 280px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateX(50px);
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 10;
}
#choix_univers #decors {
  position: absolute;
  top: 260px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  opacity: 0;
  transform: translateY(50px) scale(0.7);
  transition: all 0.2s ease;
}
#choix_univers #mickey {
  position: absolute;
  top: 190px;
  left: -30px;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  opacity: 0;
  transform: scale(1.2);
  transition: all 0.2s ease;
}
#choix_univers #logodisney {
  position: absolute;
  bottom: 50px;
  right: 20px;
}
#choix_univers #cartes_disney {
  position: absolute;
  top: 250px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  opacity: 0;
  transform: scale(0.7);
  transition: all 0.2s ease;
  max-width: inherit;
}
#choix_univers .owl-item.active .btn {
  transform: scale(1);
  opacity: 1;
}
#choix_univers .owl-item.active #bateau {
  transform: translateX(-130px) scale(1);
  opacity: 1;
  transition: all 0.8s ease 0.6s;
}
#choix_univers .owl-item.active #pers_stella {
  transform: translateX(120px);
  opacity: 1;
  transition: all 0.2s ease 0.6s;
}
#choix_univers .owl-item.active #medium {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.2s ease 0.6s;
}
#choix_univers .owl-item.active #decors {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: all 0.5s ease 0.6s;
}
#choix_univers .owl-item.active #mickey {
  opacity: 1;
  transform: scale(0.8);
  transition: all 0.2s ease 0.6s;
}
#choix_univers .owl-item.active #cartes_disney {
  opacity: 1;
  transform: scale(1);
  transition: all 0.8s ease 0.6s;
}
#choix_univers.owl-carousel {
  position: relative;
}
#choix_univers.owl-carousel .animated {
  animation-duration: 500ms;
}
#choix_univers.owl-carousel .owl-controls {
  margin: 0;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#choix_univers.owl-carousel .owl-controls .owl-dots {
  position: absolute;
  bottom: 70px;
  right: 0;
  left: 0;
  padding: 0px;
  margin: 0;
}
#choix_univers.owl-carousel .owl-controls .owl-dots .owl-dot span {
  margin: 0 5px;
  background: transparent;
  border: 1px solid #fff;
}
#choix_univers.owl-carousel .owl-controls .owl-dots .owl-dot.active span {
  background-color: #fff;
}
#choix_univers.owl-carousel .owl-nav {
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#choix_univers.owl-carousel .owl-nav .owl-prev,
#choix_univers.owl-carousel .owl-nav .owl-next {
  height: 44px;
  width: 44px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  font-size: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#choix_univers.owl-carousel .owl-nav .owl-prev:before,
#choix_univers.owl-carousel .owl-nav .owl-next:before {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 10px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #fff;
}
#choix_univers.owl-carousel .owl-nav .owl-prev:before {
  transform: rotate(180deg);
}
#choix_univers.owl-carousel .owl-item .univers {
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
}
#stella {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 170px;
  position: relative;
  filter: drop-shadow(0px 0px 50px #000000);
  z-index: 10;
  margin-top: -60px;
}
#stella .fond {
  background-color: #5a3a85;
  background-image: url(../images/mysterium/kids/fond-bandeau-mysterium-kids.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  clip-path: path('M0,14V600.23H1920.27q.87-285.1,1.73-570.23a1464.18,1464.18,0,0,1-352,68c-77.73,5.23-140.71,2.89-212.86-1.85C870.93,64.22,817.79-25.53,569.34,9.94,459.51,25.62,398.85,53.3,257.85,50.79A1063.56,1063.56,0,0,1,0,14Z');
}
#stella #capitainebouh {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 230px;
}
#stella .logo {
  max-width: 351px;
  width: 100%;
  margin: -70px auto;
}
#stella .titre {
  margin-top: 30px;
}
#stella .btn {
  color: #23184d;
}
#dixitpuzzle {
  position: relative;
  text-align: center;
  z-index: 10;
  filter: drop-shadow(0px 0px 50px #000000);
  margin-top: -90px;
  padding: 80px 0 150px 0;
}
#dixitpuzzle .fond {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #215052;
  background-image: url(../images/mysterium/fond_bandeau_home_mysterium.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  clip-path: path('M0.2,470.6V52.1C0.2,52.1,112.9-0.7,270,0s278.6,47.5,305.1,54.1c28.3,8.4,162.6,53.7,378.9,8c190.6-38.6,279.6-59,497.1-28c178.9,26.9,262.6,11.8,294,8c33.2-2,148.7-26.2,179.9-42.1c1.5,34,0,470.6,0,470.6');
}
#dixitpuzzle .logo {
  width: 262px;
  display: block;
  margin: 0 auto;
  margin-bottom: 0px;
}
#dixitpuzzle .btn {
  color: #215052;
}
#harmonies {
  position: relative;
  text-align: center;
  z-index: 10;
  filter: drop-shadow(0px 0px 50px #000000);
  margin-top: -85px;
  padding: 80px 0 150px 0;
}
#harmonies .fond {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #e6cb40;
  background-image: url(../images/harmonies/fond_bandeau_harmonies_home.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  clip-path: path('M0.2,470.6V52.1C0.2,52.1,112.9-0.7,270,0s278.6,47.5,305.1,54.1c28.3,8.4,162.6,53.7,378.9,8c190.6-38.6,279.6-59,497.1-28c178.9,26.9,262.6,11.8,294,8c33.2-2,148.7-26.2,179.9-42.1c1.5,34,0,470.6,0,470.6');
}
#harmonies .logo {
  width: 234px;
  display: block;
  margin: 0 auto;
  margin-bottom: 0px;
}
#harmonies .btn {
  color: #215052;
}
#contact {
  text-align: center;
  margin-top: -110px;
  padding-top: 70px;
  padding-bottom: 150px;
  filter: drop-shadow(0px 0px 50px #000000);
  position: relative;
  z-index: 15;
}
#contact .fond {
  background-color: #01aad7;
  background-image: url(../images/fond_contact.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  clip-path: path('M0,575Q-.49,312-1,49S202.72,1.88,391,1,768.3,47.14,820,57s264.41,47.51,432,14,251.59-54.79,388-52,281,49,281,49q-.49,253.5-1,507Z');
}
img#genie {
  position: absolute;
  top: -170px;
  right: -60px;
}
img#chapeau {
  position: absolute;
  top: -70px;
  left: 0;
}
#une {
  padding-top: 50px;
  padding-bottom: 0px;
  position: relative;
  background-color: #fff;
  z-index: 20;
}
#une::before {
  content: '';
  position: absolute;
  top: -82px;
  right: 0;
  left: 0;
  height: 84px;
  background-image: url(../images/home/fonds/top-actu.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px;
}
#une .video {
  margin: 30px -20px 0;
  z-index: 10;
}
#une .content_video {
  position: relative;
}
#une .morphe {
  top: -80px;
  bottom: -80px;
  right: -20px;
  left: -20px;
  position: absolute;
  background-image: url(../images/morphe.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
#actu_event {
  padding-top: 100px;
  padding-bottom: 90px;
  background-color: #f8f3ed;
}
#actu_event .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
#actu_event .row .col {
  width: 100%;
}
#studio {
  padding-top: 170px;
  padding-bottom: 230px;
  position: relative;
  margin-top: -60px;
}
#studio .fond {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#studio .fond.mobile {
  background-color: #01aad7;
  background-image: url(../images/fond_studio_mobile.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  clip-path: path('M0,1600V52.89s203.72-47.13,392-48S769.3,51,821,60.89s264.41,47.51,432,14,251.59-54.79,388-52,281,49,281,49V1600Z');
}
#stella_studio {
  position: absolute;
  bottom: -30px;
  left: -30px;
}
#machine_studio {
  position: absolute;
  bottom: 0;
  right: 0;
}
#jeux {
  background-color: #f8f3ed;
  position: relative;
  margin-top: -30px;
  padding-top: 270px;
  padding-bottom: 220px;
  clip-path: path('M-2.29,2600.17V52s203.72-47.13,392-48,377.3,46.13,429,56,264.41,47.51,432,14c175.85-35.16,230.78-55.95,388-52,119.16,3,216.44,27.9,281.29,49.14v2600Z');
}
#jeux .col:nth-of-type(2) {
  margin-top: 20px;
}
/* PRELOADER CSS */
.page-loader {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 10;
}
.page-loader .fond {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url(../images/fond_loader_home_2.webp);
  background-position: center top;
  background-size: 1920px;
  filter: blur(5px);
}
.page-loader .txt {
  color: #fff;
  text-align: center;
  top: 40%;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 1.5;
}
/* SPINNER ANIMATION */
.spinner {
  position: relative;
  top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/* modern event calendar */
#main .mec-wrap {
  max-width: 375px;
  width: 100%;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 44px 81px 0 rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  margin-top: 50px;
}
#main .mec-wrap .mec-search-form {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  min-height: min-content;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
#main .mec-wrap .mec-search-form .mec-dropdown-wrap .mec-dropdown-search {
  padding: 0;
}
#main .mec-wrap .mec-search-form .mec-dropdown-wrap .mec-dropdown-search .mec-sl-folder {
  display: none;
}
#main .mec-wrap .mec-search-form .mec-dropdown-wrap .mec-dropdown-search select {
  width: 100%;
  -webkit-appearance: none;
  font-size: 11px;
  line-height: 14px;
  padding: 10px 20px;
  border-radius: 17px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  background-color: #01aad7;
  height: initial;
  border: 0;
  margin: 0;
}
#main .mec-wrap .mec-calendar {
  border: 0;
}
#main .mec-wrap .mec-calendar .mec-selected-day {
  background-color: #f39930;
}
#main .mec-wrap .mec-calendar .close {
  font-size: 32px;
  font-weight: 400;
  color: #000;
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 20px;
  cursor: pointer;
}
#main .mec-wrap .mec-calendar .mec-event-article {
  border-top: 0;
  padding: 0;
  overflow: hidden;
  margin-top: 10px;
}
#main .mec-wrap .mec-calendar .mec-event-article .mec-sl-clock-o {
  font-weight: 600;
}
#main .mec-wrap .mec-calendar .mec-event-article .mec-event-title a {
  color: #000;
  text-transform: none;
  font-weight: 700;
  font-size: 14px;
}
#main .mec-wrap .mec-calendar .mec-event-article .mec-event-image {
  width: 75px;
  height: 75px;
  overflow: hidden;
  border-radius: 7px;
}
#main .mec-wrap .mec-calendar .mec-event-article .mec-event-image img {
  width: auto !important;
  max-width: none;
  height: 100%;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}
#main .mec-wrap .mec-calendar .mec-calendar-events-side {
  position: absolute;
  display: inline-block;
  height: auto;
  left: 50px;
  background-color: #fff;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  padding: 20px;
  height: min-content;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#main .mec-wrap .mec-calendar .mec-calendar-events-side.open {
  opacity: 1;
  visibility: visible;
}
#main .mec-wrap .mec-calendar .mec-calendar-header {
  width: 100%;
}
#main .mec-wrap .mec-calendar .mec-calendar-header h2 {
  font-size: 12px;
}
#main .mec-wrap .mec-calendar .mec-calendar-side {
  width: 100%;
  padding: 0px;
  padding-top: 20px;
}
#main .mec-wrap .mec-calendar .mec-calendar-side .mec-previous-month,
#main .mec-wrap .mec-calendar .mec-calendar-side .mec-next-month {
  min-height: auto;
  height: auto;
  line-height: inherit;
  padding: 0;
  border: 0;
  box-shadow: none;
}
#main .mec-wrap .mec-calendar .mec-calendar-side .mec-previous-month a,
#main .mec-wrap .mec-calendar .mec-calendar-side .mec-next-month a {
  pointer-events: none;
  font-size: 11px;
  line-height: 14px;
  padding: 8px 15px;
  border-radius: 17px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  border: 2px solid #01aad7;
  color: #000;
}
#main .mec-wrap .mec-calendar .mec-calendar-side .mec-previous-month a i,
#main .mec-wrap .mec-calendar .mec-calendar-side .mec-next-month a i {
  color: #000000;
  font-weight: bold;
  text-shadow: 0 0 1px #000;
  font-size: 8px;
}
#main .mec-wrap .mec-calendar dt {
  font-size: 12px;
  font-weight: bold;
  width: 10vw;
  height: 10vw;
  line-height: 10vw;
}
#main .mec-wrap .mec-calendar .mec-calendar-events-side .mec-table-side-title,
#main .mec-wrap .mec-calendar .mec-event-footer {
  display: none;
}
#main .mec-wrap .mec-event-time {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
#main .mec-wrap .mec-event-time i.mec-sl-clock-o {
  font-weight: 600;
}
/* modern event calendar */
#personnagechapeau {
  position: absolute;
  top: 50px;
  left: 0;
}
#chouette {
  position: absolute;
  top: 40px;
  right: 65px;
}
#lapin_zombie {
  position: absolute;
  left: 0;
  bottom: 20px;
}
#pilote {
  position: absolute;
  bottom: -20px;
  right: 0;
}
@media (min-width: 400px) {
  #main .mec-wrap .mec-calendar dt {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
/* Version > 768 */
@media (min-width: 768px) {
  #choix_univers_pc.desktop_version {
    width: 100%;
    height: 880px;
    position: relative;
    background-image: url(../images/dixit/fond_dixit.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1920px;
    overflow: hidden;
    transition: all 0.2s ease-out;
  }
  #choix_univers_pc.desktop_version .conteneur {
    height: 100%;
  }
  #choix_univers_pc.desktop_version .copyright {
    position: absolute;
    bottom: 100px;
    right: 30px;
    text-transform: uppercase;
    color: #fff;
  }
  #choix_univers_pc.desktop_version .logo {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 150px;
    padding-bottom: 100px;
    transition: all 0.4s ease;
    visibility: visible;
    opacity: 0;
  }
  #choix_univers_pc.desktop_version .logo img {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  #choix_univers_pc.desktop_version .logo .btn {
    opacity: 0;
    transform: translateY(-30px);
    transition: all 0.5s ease;
  }
  #choix_univers_pc.desktop_version .logo.logo-dixit {
    left: 0px;
  }
  #choix_univers_pc.desktop_version .logo.logo-dixit .btn {
    margin-top: 30px;
    margin-bottom: -10px;
  }
  #choix_univers_pc.desktop_version .logo.logo-disney {
    right: 0px;
  }
  #choix_univers_pc.desktop_version .logo.logo-disney .btn {
    margin-top: 30px;
    margin-bottom: -10px;
  }
  #choix_univers_pc.desktop_version .logo.show {
    opacity: 1;
  }
  #choix_univers_pc.desktop_version .logo.show .btn {
    transform: translateY(0);
    opacity: 1;
  }
  #choix_univers_pc.desktop_version .deco {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.25s ease-out;
  }
  #choix_univers_pc.desktop_version .xxx {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1920px;
    background-image: url(../images/xxx.jpg);
    z-index: 0;
  }
  #choix_univers_pc.desktop_version .hovers {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #choix_univers_pc.desktop_version .hovers .hover {
    visibility: visible;
    width: 40%;
    height: 100%;
    transition: all 0.4s ease;
  }
  #choix_univers_pc.desktop_version #nuagesgauche {
    position: absolute;
    bottom: -170px;
    left: -540px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  #choix_univers_pc.desktop_version #nuagesdroite {
    position: absolute;
    bottom: -90px;
    right: -630px;
    transition: all 0.3s ease-in-out;
  }
  #choix_univers_pc.desktop_version #etoiles {
    position: absolute;
    top: 70px;
    right: -410px;
    transition: all 0.3s ease-in-out;
  }
  #choix_univers_pc.desktop_version #mickey {
    position: absolute;
    top: 120px;
    right: 340px;
    transition: all 0.3s ease-in-out;
  }
  #choix_univers_pc.desktop_version #carte1 {
    position: absolute;
    top: 400px;
    right: 680px;
    transition: all 0.3s ease-in-out;
  }
  #choix_univers_pc.desktop_version #carte2 {
    position: absolute;
    top: 290px;
    right: 400px;
    transition: all 0.3s ease-in-out;
  }
  #choix_univers_pc.desktop_version #carte3 {
    position: absolute;
    top: 550px;
    right: 430px;
    transition: all 0.3s ease-in-out;
  }
  #choix_univers_pc.desktop_version #carte4 {
    position: absolute;
    top: 510px;
    right: 710px;
    transition: all 0.3s ease-in-out;
  }
  #choix_univers_pc.desktop_version #carte5 {
    position: absolute;
    top: 170px;
    right: 790px;
    transition: all 0.3s ease-in-out;
  }
  #choix_univers_pc.desktop_version #carte6 {
    position: absolute;
    top: 200px;
    right: 100px;
    transition: all 0.3s ease-in-out;
  }
  #choix_univers_pc.desktop_version #carte7 {
    position: absolute;
    top: 690px;
    right: 350px;
    transition: all 0.3s ease-in-out;
  }
  #choix_univers_pc.desktop_version #carte8 {
    position: absolute;
    top: 840px;
    right: 520px;
    transition: all 0.3s ease-in-out;
  }
  #choix_univers_pc.desktop_version #plumes {
    position: absolute;
    top: 170px;
    right: 1050px;
    transition: all 0.3s ease-in-out;
  }
  #choix_univers_pc.desktop_version #petales {
    position: absolute;
    top: 80px;
    right: -30px;
    transition: all 0.3s ease-in-out;
  }
  #choix_univers_pc.desktop_version #flocons {
    position: absolute;
    top: 660px;
    right: 290px;
    transition: all 0.3s ease-in-out;
  }
  #choix_univers_pc.desktop_version #logodisney {
    position: absolute;
    bottom: 60px;
    right: calc(50% - 250px);
    transition: all 0.3s ease-in-out;
  }
  #choix_univers_pc.desktop_version .ensemble {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translate(520px, 70px) scale(0.79);
    transition: all 0.3s ease-in-out;
  }
  #choix_univers_pc.desktop_version .fond_mysterium {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(../images/disney/fond_disney.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1920;
  }
  #choix_univers_pc.desktop_version #chateau {
    position: absolute;
    bottom: 190px;
    left: -450px;
    transition: all 0.3s ease-in-out;
  }
  #choix_univers_pc.desktop_version #bateau {
    position: absolute;
    bottom: -10px;
    left: -525px;
    transition: all 0.3s ease-in-out;
  }
  #choix_univers_pc.desktop_version #fillette {
    position: absolute;
    bottom: 430px;
    left: 1620px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  #choix_univers_pc.desktop_version #cactus {
    position: absolute;
    bottom: 10px;
    left: 370px;
    transform: scale(0);
    transform-origin: bottom;
    transition: all 0.3s ease-in-out;
  }
  #choix_univers_pc.desktop_version #persstella {
    position: absolute;
    bottom: 125px;
    left: 225px;
    width: 470px !important;
    transition: all 0.3s ease-in-out;
  }
  #choix_univers_pc.desktop_version .tache {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1920px;
    opacity: 0;
  }
  #choix_univers_pc.desktop_version .tache1 {
    background-image: url(../images/dixit/tache-1.png);
    transition: all 0.15s ease-out 0.4s;
  }
  #choix_univers_pc.desktop_version .tache2 {
    background-image: url(../images/dixit/tache-2.png);
    transition: all 0.15s ease-out 0.35s;
  }
  #choix_univers_pc.desktop_version .tache3 {
    background-image: url(../images/dixit/tache-3.png);
    transition: all 0.15s ease-out 0.3s;
  }
  #choix_univers_pc.desktop_version .tache4 {
    background-image: url(../images/dixit/tache-4.png);
    transition: all 0.15s ease-out 0.25s;
  }
  #choix_univers_pc.desktop_version .tache5 {
    background-image: url(../images/dixit/tache-5.png);
    transition: all 0.15s ease-out 0.2s;
  }
  #choix_univers_pc.desktop_version .tache6 {
    background-image: url(../images/dixit/tache-6.png);
    transition: all 0.15s ease-out 0.15s;
  }
  #choix_univers_pc.desktop_version .tache7 {
    background-image: url(../images/dixit/tache-7.png);
    transition: all 0.15s ease-out 0.1s;
  }
  #choix_univers_pc.desktop_version.dixit .hover.left {
    width: 70%;
  }
  #choix_univers_pc.desktop_version.dixit .hover.right {
    width: 20%;
  }
  #choix_univers_pc.desktop_version.dixit .logo-dixit {
    width: 100%;
    left: 0;
  }
  #choix_univers_pc.desktop_version.dixit .copyright {
    opacity: 0;
  }
  #choix_univers_pc.desktop_version.dixit .logo-mysterium,
  #choix_univers_pc.desktop_version.dixit .logo-disney {
    transform: scale(0.8);
    opacity: 0;
    visibility: hidden;
  }
  #choix_univers_pc.desktop_version.dixit .deco-mysterium,
  #choix_univers_pc.desktop_version.dixit .deco-disney {
    transform: translateX(50%);
    opacity: 0;
    transition: all 0.25s ease-out;
  }
  #choix_univers_pc.desktop_version.dixit .tache {
    opacity: 1;
  }
  #choix_univers_pc.desktop_version.dixit .tache1 {
    transition: all 0.15s ease-out;
  }
  #choix_univers_pc.desktop_version.dixit .tache2 {
    transition: all 0.15s ease-out 0.05s;
  }
  #choix_univers_pc.desktop_version.dixit .tache3 {
    transition: all 0.15s ease-out 0.1s;
  }
  #choix_univers_pc.desktop_version.dixit .tache4 {
    transition: all 0.15s ease-out 0.15s;
  }
  #choix_univers_pc.desktop_version.dixit .tache5 {
    transition: all 0.15s ease-out 0.2s;
  }
  #choix_univers_pc.desktop_version.dixit .tache6 {
    transition: all 0.15s ease-out 0.25s;
  }
  #choix_univers_pc.desktop_version.dixit .tache7 {
    transition: all 0.15s ease-out 0.3s;
  }
  #choix_univers_pc.desktop_version.dixit .fond_mysterium {
    opacity: 0;
    transition: all 0.15s ease-out 0.35s;
  }
  #choix_univers_pc.desktop_version.dixit #persstella {
    width: 536px !important;
    transform: translate(610px, 0px);
    transition: all 0.3s ease-in-out;
  }
  #choix_univers_pc.desktop_version.dixit #bateau {
    transform: translate(40px, -120px);
    transition: all 0.2s ease-in-out 0.1s;
  }
  #choix_univers_pc.desktop_version.dixit #bateau img {
    width: 880px !important;
    transition: width 0.2s ease-in-out 0.1s;
  }
  #choix_univers_pc.desktop_version.dixit #chateau {
    width: 500px !important;
    transform: translate(90px, -80px);
    transition: all 0.3s ease-in-out;
  }
  #choix_univers_pc.desktop_version.dixit #cactus {
    transform: scale(1);
    transition: all 0.2s ease-in-out 0.1s;
  }
  #choix_univers_pc.desktop_version.dixit #fillette {
    transform: translateX(-300px);
    transition: all 0.3s ease-in-out 0.2s;
    opacity: 1;
  }
  @keyframes dixitopacity {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  #choix_univers_pc.desktop_version .tachem {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1920px;
    opacity: 1;
  }
  #choix_univers_pc.desktop_version .tachem1 {
    background-image: url(../images/dixit/tache--1.png);
    transition: all 0.15s ease-out 0.35s;
  }
  #choix_univers_pc.desktop_version .tachem2 {
    background-image: url(../images/dixit/tache--2.png);
    transition: all 0.15s ease-out 0.3s;
  }
  #choix_univers_pc.desktop_version .tachem3 {
    background-image: url(../images/dixit/tache--3.png);
    transition: all 0.15s ease-out 0.25s;
  }
  #choix_univers_pc.desktop_version .tachem4 {
    background-image: url(../images/dixit/tache--4.png);
    transition: all 0.15s ease-out 0.2s;
  }
  #choix_univers_pc.desktop_version .tachem5 {
    background-image: url(../images/dixit/tache--5.png);
    transition: all 0.15s ease-out 0.15s;
  }
  #choix_univers_pc.desktop_version .tachem6 {
    background-image: url(../images/dixit/tache--6.png);
    transition: all 0.15s ease-out 0.1s;
  }
  #choix_univers_pc.desktop_version .tachem7 {
    background-image: url(../images/dixit/tache--7.png);
    transition: all 0.15s ease-out 0.05s;
  }
  #choix_univers_pc.desktop_version .tachem8 {
    background-image: url(../images/dixit/tache--8.png);
    transition: all 0.15s ease-out;
  }
  #choix_univers_pc.desktop_version.mysterium .hover.right,
  #choix_univers_pc.desktop_version.disney .hover.right {
    width: 70%;
  }
  #choix_univers_pc.desktop_version.mysterium .hover.left,
  #choix_univers_pc.desktop_version.disney .hover.left {
    width: 20%;
  }
  #choix_univers_pc.desktop_version.mysterium .logo-disney,
  #choix_univers_pc.desktop_version.disney .logo-disney {
    width: 100%;
    right: 0;
  }
  #choix_univers_pc.desktop_version.mysterium .logo-dixit,
  #choix_univers_pc.desktop_version.disney .logo-dixit {
    transform: scale(0.8);
    opacity: 0;
    visibility: hidden;
  }
  #choix_univers_pc.desktop_version.mysterium .tachem,
  #choix_univers_pc.desktop_version.disney .tachem,
  #choix_univers_pc.desktop_version.mysterium .fond_dixit,
  #choix_univers_pc.desktop_version.disney .fond_dixit {
    opacity: 0;
  }
  #choix_univers_pc.desktop_version.mysterium .deco-dixit,
  #choix_univers_pc.desktop_version.disney .deco-dixit {
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.25s ease-out;
  }
  #choix_univers_pc.desktop_version.mysterium .tachem1,
  #choix_univers_pc.desktop_version.disney .tachem1 {
    transition: all 0.15s ease-out;
  }
  #choix_univers_pc.desktop_version.mysterium .tachem2,
  #choix_univers_pc.desktop_version.disney .tachem2 {
    transition: all 0.15s ease-out 0.05s;
  }
  #choix_univers_pc.desktop_version.mysterium .tachem3,
  #choix_univers_pc.desktop_version.disney .tachem3 {
    transition: all 0.15s ease-out 0.1s;
  }
  #choix_univers_pc.desktop_version.mysterium .tachem4,
  #choix_univers_pc.desktop_version.disney .tachem4 {
    transition: all 0.15s ease-out 0.15s;
  }
  #choix_univers_pc.desktop_version.mysterium .tachem5,
  #choix_univers_pc.desktop_version.disney .tachem5 {
    transition: all 0.15s ease-out 0.2s;
  }
  #choix_univers_pc.desktop_version.mysterium .tachem6,
  #choix_univers_pc.desktop_version.disney .tachem6 {
    transition: all 0.15s ease-out 0.25s;
  }
  #choix_univers_pc.desktop_version.mysterium .tachem7,
  #choix_univers_pc.desktop_version.disney .tachem7 {
    transition: all 0.15s ease-out 0.3s;
  }
  #choix_univers_pc.desktop_version.mysterium .tachem8,
  #choix_univers_pc.desktop_version.disney .tachem8 {
    transition: all 0.15s ease-out 0.35s;
  }
  #choix_univers_pc.desktop_version.mysterium #nuagesgauche,
  #choix_univers_pc.desktop_version.disney #nuagesgauche {
    left: -440px;
    opacity: 1;
    transition: all 0.3s ease-in-out 0.1s;
  }
  #choix_univers_pc.desktop_version.mysterium #nuagesdroite,
  #choix_univers_pc.desktop_version.disney #nuagesdroite {
    right: -440px;
  }
  #choix_univers_pc.desktop_version.mysterium #etoiles,
  #choix_univers_pc.desktop_version.disney #etoiles {
    position: absolute;
    top: 40px;
    right: -60px;
    width: 1356px !important;
    max-width: initial;
  }
  #choix_univers_pc.desktop_version.mysterium .ensemble,
  #choix_univers_pc.desktop_version.disney .ensemble {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(0px) scale(1);
  }
  #choix_univers_pc.desktop_version.mysterium #logodisney,
  #choix_univers_pc.desktop_version.disney #logodisney {
    position: absolute;
    width: 188px !important;
    bottom: 160px;
    right: 100%;
  }
  #choix_univers_pc.desktop_version.dixit .retour,
  #choix_univers_pc.desktop_version.mysterium .retour,
  #choix_univers_pc.desktop_version.disney .retour {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    top: 100px;
  }
  #choix_univers_pc.desktop_version .retour {
    top: 0px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 200;
    position: absolute;
    display: inline-block;
    width: fit-content;
    transform: scale(0);
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  #choix_univers_pc.desktop_version .retour .bouton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-shadow: 0px 0px 0px #000, 0px 0px 20px #000, 0px 0px 20px #000;
  }
  #choix_univers_pc.desktop_version .retour .bouton span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 2px;
  }
  #choix_univers_pc.desktop_version .retour:hover {
    transform: scale(1.2);
  }
  #stella.desktop_version {
    margin-top: -95px;
    padding: 0;
    height: 460px;
    display: flex;
    align-items: center;
  }
  #stella.desktop_version .fond {
    clip-path: path('M0,575Q-.49,312-1,49S202.72,1.88,391,1,768.3,47.14,820,57s264.41,47.51,432,14,251.59-54.79,388-52,281,49,281,49q-.49,253.5-1,507Z');
  }
  #stella.desktop_version .logo {
    max-width: 702px;
    margin: -110px -50px -90px 0px;
  }
  #stella.desktop_version .conteneur {
    display: flex;
    align-items: center;
    justify-content: end;
  }
  #stella.desktop_version .contenue {
    text-align: left;
    width: 550px;
    padding-right: 100px;
  }
  #stella.desktop_version #capitainebouh {
    width: 460px;
  }
  #une.desktop_version {
    padding: 0;
    height: 100vh;
    min-height: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: inherit;
    position: relative;
    background-color: #fff;
  }
  #une.desktop_version .bg {
    background-color: #fff;
  }
  #une.desktop_version:after {
    content: '';
    position: absolute;
    top: 10px;
    z-index: -1;
    left: 0;
    right: 0;
    height: 200px;
    background-color: #fff;
  }
  #une.desktop_version .morphe {
    top: -150px;
    bottom: -150px;
    left: -110px;
    right: -110px;
    background-size: contain;
    display: block;
  }
  #une.desktop_version .conteneur {
    display: flex;
    align-items: center;
  }
  #une.desktop_version .content {
    padding-right: 120px;
  }
  #une.desktop_version .row {
    position: relative;
  }
  #une.desktop_version .images {
    display: none;
  }
  #une.desktop_version #chapeau {
    position: absolute;
    top: -390px;
    left: 60px;
  }
  #une.desktop_version #fleur {
    position: absolute;
    top: -310px;
    left: -20px;
  }
  #une.desktop_version #fleur2 {
    position: absolute;
    top: 200px;
    right: -40px;
    z-index: 10;
  }
  #une.desktop_version #feuille1 {
    position: absolute;
    top: -110px;
    left: 260px;
  }
  #une.desktop_version #feuille2 {
    position: absolute;
    top: -60px;
    left: 280px;
  }
  #une.desktop_version #feuille3 {
    position: absolute;
    top: 100px;
    left: 430px;
  }
  #une.desktop_version #feuille4 {
    position: absolute;
    top: 130px;
    left: 540px;
  }
  #une.desktop_version #feuille5 {
    position: absolute;
    bottom: 30px;
    left: 250px;
  }
  #une.desktop_version #encrier {
    position: absolute;
    top: -150px;
    left: -360px;
  }
  #une.desktop_version #stylo {
    position: absolute;
    top: 350px;
    left: -360px;
  }
  #une.desktop_version .morph {
    position: absolute;
  }
  #une.desktop_version .morph path {
    fill: #01aad7;
  }
  #actu_event.desktop_version {
    padding: 0;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: inherit;
    position: relative;
    z-index: 21;
  }
  #actu_event.desktop_version .bg {
    background-color: #f8f3ed;
  }
  #actu_event.desktop_version .fond {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url(../images/home/fonds/event.png);
    background-position: center;
    background-size: 1920px;
    background-repeat: no-repeat;
  }
  #actu_event.desktop_version .row {
    flex-wrap: nowrap;
    flex-direction: row;
  }
  #actu_event.desktop_version #montre {
    position: absolute;
    top: -150px;
    left: -320px;
  }
  #actu_event.desktop_version #mains {
    position: absolute;
    top: 370px;
    left: -270px;
  }
  #studio.desktop_version {
    padding: 200px 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 22;
  }
  #studio.desktop_version .bg {
    background-image: url(../images/fond_studio.jpg);
    background-size: 1920px;
    background-position: 0 center;
  }
  #studio.desktop_version .fond .conteneur {
    height: 100%;
  }
  #studio.desktop_version .content:before {
    background-color: #fff;
  }
  #studio.desktop_version #machine_studio {
    right: -355px;
  }
  #studio.desktop_version #aspirateur {
    position: absolute;
    right: -18px;
    bottom: -2px;
  }
  #studio.desktop_version #mouton1 {
    position: absolute;
    right: -70px;
    bottom: 170px;
  }
  #studio.desktop_version #mouton2 {
    position: absolute;
    right: -230px;
    bottom: 220px;
    animation: mouton2 4s ease-in-out infinite;
  }
  @keyframes mouton2 {
    0%,
    100% {
      transform: translateY(30px);
    }
    30% {
      transform: translateY(-30px);
    }
  }
  #studio.desktop_version #machine_nuage_1 {
    position: absolute;
    bottom: 580px;
    right: 40px;
    animation: machine_nuage_1 15s ease-in-out infinite;
  }
  @keyframes machine_nuage_1 {
    0%,
    100% {
      transform: translateX(-30px);
    }
    50% {
      transform: translateX(150px);
    }
  }
  #studio.desktop_version #machine_nuage_2 {
    position: absolute;
    bottom: 120px;
    right: -100px;
    animation: machine_nuage_2 10s ease-in-out infinite;
  }
  @keyframes machine_nuage_2 {
    0%,
    100% {
      transform: translateX(-100px);
    }
    50% {
      transform: translateX(50px);
    }
  }
  #studio.desktop_version #stella_studio {
    left: -355px;
  }
  .cyb_scrolltransition .bg {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  .cyb_scrolltransition .bg.show {
    visibility: visible;
  }
  #jeux.desktop_version {
    clip-path: none;
    margin-top: 0px;
    z-index: 100;
    position: relative;
    padding-top: 100px;
    padding-bottom: 150px;
  }
  #jeux.desktop_version:before {
    content: '';
    position: absolute;
    top: -140px;
    height: 140px;
    right: 0;
    left: 0;
    background-image: url(../images/home/fonds/top-jeux.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1920px;
  }
  #jeux.desktop_version .row {
    align-items: flex-start;
  }
  #jeux.desktop_version .row .col {
    width: calc(50% - 50px);
  }
  #jeux.desktop_version .row .col:nth-of-type(2) {
    margin-top: 125px;
    padding-left: 40px;
  }
  #jeux.desktop_version .images {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  #jeux.desktop_version #personnagechapeau {
    left: -355px;
    top: 0px;
  }
  #jeux.desktop_version #chouette {
    right: -55px;
    top: -60px;
  }
  #jeux.desktop_version #lapin_zombie {
    left: -355px;
    top: 500px;
  }
  #jeux.desktop_version #pilote {
    right: -355px;
    bottom: -180px;
  }
  .row {
    display: flex;
    align-items: center;
  }
  .row.row-2 .col {
    width: 50%;
  }
}
/* Version > 1024 */
@media (min-width: 1024px) {
  #contact {
    height: 410px;
    padding: 0;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
  }
  #contact .conteneur {
    z-index: 25;
  }
  #contact .fond {
    background-position: center;
    clip-path: path('M0,14V600.23H1920.27q.87-285.1,1.73-570.23a1464.18,1464.18,0,0,1-352,68c-77.73,5.23-140.71,2.89-212.86-1.85C870.93,64.22,817.79-25.53,569.34,9.94,459.51,25.62,398.85,53.3,257.85,50.79A1063.56,1063.56,0,0,1,0,14Z');
  }
  img#genie {
    top: -450px;
    right: -155px;
  }
  img#nuage_1 {
    position: absolute;
    top: -410px;
    right: -335px;
    animation: nuage1 8s ease-in-out infinite;
  }
  @keyframes nuage1 {
    0%,
    100% {
      transform: translateX(-30px);
    }
    50% {
      transform: translateX(30px);
    }
  }
  img#nuage_2 {
    position: absolute;
    top: -340px;
    right: -50px;
    animation: nuage2 7s ease-in-out infinite;
  }
  @keyframes nuage2 {
    0%,
    100% {
      transform: translateX(40px);
    }
    50% {
      transform: translateX(-40px);
    }
  }
  img#nuage_3 {
    position: absolute;
    top: -230px;
    right: -230px;
    animation: nuage3 10s ease-in-out infinite;
  }
  @keyframes nuage3 {
    0%,
    100% {
      transform: translateX(-50px);
    }
    50% {
      transform: translateX(50px);
    }
  }
  #une.desktop_version .images {
    display: block;
  }
  #dixitpuzzle {
    text-align: left;
    padding: 0;
  }
  #dixitpuzzle .fond {
    background-size: 1920px;
  }
  #dixitpuzzle .medium {
    position: absolute;
    top: 10px;
    left: calc(50% - 700px);
  }
  #dixitpuzzle .bonbons {
    position: absolute;
    top: -120px;
    left: calc(50% - 800px);
  }
  #dixitpuzzle .popcorn {
    position: absolute;
    top: 120px;
    left: calc(50% - 500px);
  }
  #dixitpuzzle .logo {
    width: 524px;
    margin: 0;
    margin-left: 0px;
    margin-right: -40px;
  }
  #dixitpuzzle .conteneur {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
    height: 480px;
  }
  #dixitpuzzle .conteneur .contenue {
    width: 450px;
    margin-left: 30%;
  }
  #harmonies {
    text-align: left;
    padding: 0;
  }
  #harmonies .fond {
    background-size: 1920px;
  }
  #harmonies .coccinelle {
    position: absolute;
    top: 30px;
    left: calc(50% - 890px);
  }
  #harmonies .lion {
    position: absolute;
    top: -20px;
    left: calc(50% + 290px);
  }
  #harmonies .logo {
    width: 468px;
    margin: 0;
    margin-left: 100px;
    margin-right: 0px;
  }
  #harmonies .conteneur {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
    height: 480px;
  }
  #harmonies .conteneur .contenue {
    width: 410px;
    margin-left: 0%;
  }
}
