:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: rgb(36, 36, 36);
  background-color: #ffffff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; /* Prevent horizontal scrolling */
  font-size: 22px;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  place-items: center;
  height: 100%;
}

a {
  -webkit-tap-highlight-color: transparent;
}

h1 {
  display: none;
}
h2 {
  display: none;
}
p {
  margin: 0;
}
img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

.text-bold {
  margin: 0;
  font-weight: 600;
  font-size: 23px;
}
.text-italic {
  margin: 0;
  font-size: 19px;
  font-style: italic;
}

.text {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
}
.common-spacer-offleft {
  width: 100px;
  margin-bottom: 70px;
  padding-left: 40%;
}
.common-spacer {
  width: 70px;
  margin-bottom: 70px;
}
.spacer01 {
  width: 30px;
  height: 30px;
}
.common-link-container {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-link {
  text-decoration: none;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  cursor: pointer;
}
.common-link:link,
.common-link:visited,
.common-link:hover,
.common-link:active {
  text-decoration: none;
  color: rgb(36, 36, 36);
}
.common-link:hover {
  text-decoration:underline;
}

.common-buy-green {
  background-color: rgba(33, 197, 0, 0.678);
  border-radius: 50%;
  margin-left: 8px;
  width: 8px;
  height: 8px;
}
.common-buy-orange {
  background-color: rgba(223, 171, 0, 0.705);
  border-radius: 50%;
  margin-left: 8px;
  width: 8px;
  height: 8px;
}
.common-buy-red {
  background-color: rgba(204, 24, 0, 0.678);
  border-radius: 50%;
  margin-left: 8px;
  width: 8px;
  height: 8px;
}


.selection-disabled {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}


.root-notfound {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1100px) {
  .text-bold {
    font-size: 18px;
  }
  .text-italic {
    font-size: 18px;
  }
  
  .text {
    font-size: 16px;
  }
  .spacer01 {
    width: 20px;
    height: 20px;
  }
}


@media only screen and (max-width: 765px) {
  * {
    -webkit-tap-highlight-color: transparent; /* iOS Safari, Android Chrome */
    -moz-tap-highlight-color:    transparent; /* Firefox on Android */
    -ms-tap-highlight-color:     transparent; /* Legacy Windows/IE on touch */
    -o-tap-highlight-color:      transparent; /* Older Opera */
  }
  body {
    place-items: start;
  }
  .common-spacer-offleft {
    padding: 0;
  }
  .common-spacer {
    width: 50px;
    margin-bottom: 50px;
  }
  .spacer01 {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .spacer01 {
    display: none;
  }
}#root {
  margin: 0;
  text-align: center;
}#menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
}
/*----------------------------------- MENU LEFT SIDE  -----------------------------------*/
.menu-container {
  position: fixed;
  height: 90vh;
  top: 50%;
  transform: translate(0%, -50%);
  left: 0;
  overflow: hidden;
  z-index: 80;
}
.menu-image {
  height: 100%;
}

.menu-image-phone{
  display: none;
}



/*---------------------------- CONTACT  -----------------------------*/

/*------- IMAGE -------*/
.menu-contact-image {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: transform 0.7s cubic-bezier(.29,-0.02,0,1.06);
  z-index: 100;
}
.menu-contact-image.revealed {
  transform: translateY(0);
}

.menu-contact-image-mobile-container{
  display: none;
}
.menu-contact-image-mobile {
  display: none;
}
.menu-contact-image-mobile.revealed {
  transform: translateY(0);
}

.menu-contact-image-mobile.container.revealed {
  display: none;
}




/*------- EXIT -------*/
.menu-contact-exit {
  position: absolute;
  left: 62.3%;
  top: 0%;
  width: 26%;
  height: 9.3%;
  z-index: 200;
  animation: init 0.6s forwards;
  opacity: 0;
}
.menu-contact-exit::before {
  content: "";
  position: absolute;
  cursor: pointer;
  top: -2%;
  left: -1%;
  width: 100%;
  height: 100%;
  background-image: url('../0menu/exit2.webp');
  background-size: cover;
  opacity: 0;
}
.menu-contact-exit:hover::before {
  animation: discreteOpacity 0.25s forwards;
}
.menu-contact-exit:not(:hover)::before {
  animation: fadeOut 0.25s forwards;
}


/*------- SEND -------*/
.menu-contact-send {
  opacity: 0;
  position: absolute;
  right: 0%;
  bottom: 0%;
  width: 26%;
  height: 13%;
  z-index: 200;
  background: none;
  border: none;
  text-decoration: underline;
  cursor: pointer;
  animation: init 0.6s forwards;
}
.menu-contact-send-cont1.revealed {
  opacity: 1;
}
.menu-contact-send-cont2.revealed {
  opacity: 1;
}
@keyframes init {
  0%, 98% { opacity: 0; }
  99%, 100% { opacity: 1; }
}
.menu-contact-send::before {
  content: "";
  position: absolute;
  opacity: 0;
  cursor: pointer;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: 90%;
  background-image: url('../0menu/send2.webp');
  background-size: cover;
}
.menu-contact-send:hover::before {
  animation: discreteOpacity 0.25s forwards;
}
.menu-contact-send:not(:hover)::before {
  animation: fadeOut 0.25s forwards;
}

@keyframes discreteOpacity {
  0%, 49.99% { opacity: 0.5; }
  50%, 100% { opacity: 1; }
}
@keyframes fadeOut {
  0%, 49.99% { opacity: 0.5; }
  50%, 100% { opacity: 0; }
}












/*------ FORM ------*/
.menu-contact-form-container {
  position: absolute;
  display: block;
  left: 9%;
  top: 27%;
  width: 81%;
  height: 60%;
  z-index: 999999;
  transform: translateY(200%);
  transition: transform 0.6s cubic-bezier(.29,-0.02,0,1.06);

}
.menu-contact-form-container.revealed {
  transform: translateY(0);
}

.menu-contact-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-size: 18px;
}
.contact-form-col {
  display: flex;
  flex-direction: column;
  text-align: start;
  width: 100%;
  height: 100%;
}

.contact-form-cont {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

.contact-input-cont {
  width: 100%;
  position: relative;
}
.contact-textarea-cont {
  width: 100%;
  position: relative;
  height: 50%;
  margin-top: 40px;
}

.contact-input {
  margin-bottom: 10px;
  width: 100%;
  border: none;
  outline: none;
  padding: 4px 4px 4px 4px;
}
.required {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: rgba(255, 0, 0, 0.7);
  font-style: italic;
  font-size: 12px;
}
.contact-input:focus {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.164);
}
.contact-textarea {
  width: 100%;
  resize: none;
  padding: 8px;
  height: 100%;
  resize: none;
  box-sizing: border-box;
  border: none;
  outline: none;
  position: relative;
}
.contact-textarea:focus {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.164);
}







/*----------------------  E    M O D E ----------------------*/
.e-menu-area {
  position: absolute;
  display: block;
}
.e-menu-area::before {
  content: "";
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.e-menu-area:hover::before {
  opacity: 1;
}
.e-active::before {
  opacity: 1;
}


.e-menu {
  left: 18%;
  top: 2%;
  width: 60%;
  height: 20%;
}
.e-menu::before {
  top: 20%;
  left: 25%;
  width: 70%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.116);
  transition: opacity 0.3s ease-in-out;
  border-radius: 50%;
}

.e-bandes {
  left: 5%;
  top: 24%;
  width: 90%;
  height: 18%;
}
.e-bandes::before {
  top: 47%;
  left: -2%;
  width: 80%;
  height: 28%;
  background-image: url('../0menu/bandes.webp');
  background-size: cover;
}
.e-plusieurs {
  left: 10%;
  top: 44%;
  width: 90%;
  height: 16%;
}
.e-plusieurs::before {
  top: 38%;
  left: 43%;
  width: 55%;
  height: 32%;
  background-image: url('../0menu/aplusieurs.webp');
  background-size: cover;
}
.e-autreschoses {
  left: 0%;
  top: 61%;
  height: 29%;
  width: 100%;
}
.e-autreschoses::before {
  top: 15%;
  left: 67%;
  width: 31%;
  height: 31%;
  background-image: url('../0menu/autreschoses.webp');
  background-size: cover;
}
.e-calendriers {
  left: 0%;
  top: 0%;
  width: 100%;
  height: 25%;
}
.e-calendriers::before {
  top: 33%;
  left: 4%;
  width: 32%;
  height: 26%;
  background-image: url('../0menu/calendriers.webp');
  background-size: cover;
}
.e-pub {
  left: 0%;
  top: 25%;
  width: 100%;
  height: 25%;
}
.e-pub::before {
  top: 39%;
  left: 7%;
  width: 13%;
  height: 35%;
  background-image: url('../0menu/pub.webp');
  background-size: cover;
}
.e-jeux {
  left: 0%;
  top: 50%;
  width: 100%;
  height: 25%;
}
.e-jeux::before {
  top: 46%;
  left: 16%;
  width: 14%;
  height: 40%;
  background-image: url('../0menu/jeux.webp');
  background-size: cover;
}
.e-dessins {
  left: 0%;
  top: 75%;
  width: 100%;
  height: 25%;
}
.e-dessins::before {
  top: 26%;
  left: 34%;
  width: 22%;
  height: 34%;
  background-image: url('../0menu/dessins.webp');
  background-size: cover;
}
.e-contact {
  left: 3%;
  top: 90%;
  width: 90%;
  height: 11%;
  cursor: pointer;
}
.e-contact::before {
  top: 20%;
  left: 35%;
  width: 45%;
  height: 55%;
  background-image: url('../0menu/contact.webp');
  background-size: cover;
}

#menu-webmaster {
  position: fixed;
  bottom: 2%;
  left: 1.5%;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  z-index: 100;
  font-style: italic;
}
#menu-webmaster:hover {
  text-decoration: none;
  color: rgb(134, 3, 3);
  font-size: 13px;
}

/*----------------------------------- OUTLET RIGHT SIDE -----------------------------------*/
.outlet-container {
  width: 100%;
  display: flex;
  margin: 20px 20px 0px 20px;
  justify-content: center;
  z-index: 25;
  background-color: #ffffff;
}























/*----------------------------------- R E S P O N S I V E -----------------------------------*/

  @media only screen and (max-width: 1600px) {
    .menu-container {
      height: 65vh;
      top: 20px;
      transform: none;
    }
  }


  @media only screen and (max-width: 1100px) {
    .menu-container {
      height: 60vh;
    }
    .outlet-container {
      margin: 20px 0px 0px 0px;
    }
    .mode-controller-container {
      font-size: 20px;
    }
  }

  @media only screen and (max-width: 765px) {
    #menu-webmaster {
      display: flex;
      justify-content: center;
      align-items: center;
      top: 1%;
      left: 72%;
      width: 20%;
      height: 35px;
      border: 2px rgba(50, 50, 50) solid;
      color: rgb(50, 50, 50);
      border-radius: 50%;
      background-color: white;
      font-size: 18px;
    }
    #menu-webmaster:hover {
      top: 0.9%;
      font-size: 20px;
    }
    .contact-input {
      font-size: 15px;
    }
    .contact-input:focus {
      font-size: 15px;
    }
    .contact-textarea {
      font-size: 15px;
    }
    .contact-textarea:focus {
      font-size: 15px;
    }
    
    #menu {
      flex-direction: column;
      height: 100vh;
    }
    .outlet-container {
      margin: 0px 0px 0px 0px;
    }
    .menu-container {
      position: fixed;
      width: 100vw;
      top: 0;
      left: 0;
      height: auto;
    }
    .menu-image {
      display: none;
    }
    .menu-image-phone{
      width: 100%;
      display: block;
    }








    .menu-contact-image {
      display: none;
    }

    .menu-contact-image-mobile-container{
      display: none;
    }
    .menu-contact-image-mobile {
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transform: translateY(100%);
      transition: transform 0.7s cubic-bezier(.29,-0.02,0,1.06);
      z-index: 100;
    }

    .menu-contact-image-mobile-container.revealed{
      display: block;
      position: fixed;
      width: 100%;
      z-index: 300;
    }
    .menu-contact-image-mobile.revealed {
      transform: translateY(0);
    }




    .menu-contact-exit.hide {
      display: none;
    }
    .menu-contact-send.hide {
      display: none;
    }
    .menu-contact-exit {
      left: 64%;
      top: 1%;
      width: 25%;
      height: 10%;
      z-index: 400;
    }
    .menu-contact-send {
      right: 0%;
      bottom: 0.2%;
      width: 27%;
      height: 15%;
      z-index: 400;
    }

    
    .e-menu-area:hover::before {
      opacity: 1;
    }
    .e-menu-area.e-menu:hover::before {
      animation: none; /* Disable any hover-triggered animation */
      opacity: 0;     /* Reset opacity for this specific element */
    }
    
    /* Default state for the menu element on mobile */
    .e-menu-area.e-menu::before {
      transition: none;
      opacity: 0;  /* Make sure it starts hidden */
    }

    .menu-contact-form-container {
      animation: init 0.6s forwards;
    }


/*---------------------- E ----------------------*/
    /*------------- LAYERS ------------*/
    .e-menu {
      left: 0%;
      top: 0%;
      width: 50%;
      height: 42%;
    }
    .e-bandes {
      left: 0%;
      top: 42%;
      width: 50%;
      height: 27%;
    }
    .e-plusieurs {
      left: 0%;
      top: 69%;
      width: 50%;
      height: 31%;
    }
    .e-autreschoses {
      left: auto;
      right: 0%;
      top: 5%;
      width: 50%;
      height: 76%;
    }
    .e-calendriers {
      left: 0%;
      top: 0%;
      width: 100%;
      height: 35%;
    }
    .e-pub {
      left: 0%;
      top: 35%;
      width: 100%;
      height: 27%;
    }
    .e-jeux {
      left: 0%;
      top: 62%;
      width: 100%;
      height: 20%;
    }
    .e-dessins {
      left: 0%;
      top: 82%;
      width: 100%;
      height: 18%;
    }
    .e-contact {
      left: auto;
      right: 0%;
      top: 81%;
      width: 50%;
      height: 19%;
      cursor: pointer;
    }
    /*------ BG EFFECTS ------*/
    .e-menu::before {
      top: 30%;
      left: 20%;
      width: 50%;
      height: 50%;
      background-color: rgba(0, 0, 0, 0.116);
      border-radius: 50%;
    }
    
    .e-bandes::before {
      top: 14%;
      left: -2%;
      width: 85%;
      height: 39%;
      background-image: url('../0menu/bandes.webp');
      background-size: cover;
    }
    .e-plusieurs::before {
      top: 50%;
      left: 47%;
      width: 62%;
      height: 39%;
      background-image: url('../0menu/aplusieurs.webp');
      background-size: cover;
    }
    .e-autreschoses::before {
      top: 25%;
      left: 64%;
      width: 35%;
      height: 25%;
      background-image: url('../0menu/autreschoses.webp');
      background-size: cover;
    }
    .e-calendriers::before {
      top: 54%;
      left: -2%;
      width: 40%;
      height: 18%;
      background-image: url('../0menu/calendriers.webp');
      background-size: cover;
    }
    .e-pub::before {
      top: 28%;
      left: 3%;
      width: 16%;
      height: 32%;
      background-image: url('../0menu/pub.webp');
      background-size: cover;
    }
    .e-jeux::before {
      top: 30%;
      left: 14%;
      width: 16%;
      height: 40%;
      background-image: url('../0menu/jeux.webp');
      background-size: cover;
    }
    .e-dessins::before {
      top: 23%;
      left: 35%;
      width: 25%;
      height: 44%;
      background-image: url('../0menu/dessins.webp');
      background-size: cover;
    }
    .e-contact::before {
      top: 9%;
      left: 35%;
      width: 46%;
      height: 80%;
      background-image: url('../0menu/contact.webp');
      background-size: cover;
    }
  }
  @media only screen and (max-width: 600px) {
    #menu-webmaster {
      width: 18%;
      height: 30px;
      font-size: 17px;
      border: 1px rgba(55, 55, 55) solid;
    }
    #menu-webmaster:hover {
      top: 0.9%;
      font-size: 18px;
    }
  }


  @media only screen and (max-width: 500px) {
    #menu-webmaster {
      top: 0.5%;
      left: 70%;
      width: 20%;
      height: 25px;
      font-size: 14px;
      color: rgb(65, 65, 65);
      border: 1px rgba(60, 60, 60) solid;
    }
    #menu-webmaster:hover {
      font-size: 15px;
    }
  }
  @media only screen and (max-width: 400px) {
    #menu-webmaster {
      left: 72%;
      width: 22%;
      font-size: 12px;
    }
    #menu-webmaster:hover {
      font-size: 13px;
    }
  }

  @media only screen and (max-width: 300px) {
    #menu-webmaster {
      font-size: 8px;
      width: 15%;
      height: 20px;
    }
  }


  .bold{
    font-weight: 700;
    color:rgb(75, 30, 30);
  }

  .active {
    opacity: 1;
  }
  
.modal-image {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  box-shadow: 0 4px 15px rgba(77, 13, 13, 0.048);
  transform: scale(0.8);
  animation: scaleIn 0.2s ease-out forwards;
  background-color: #ffffff;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 600; /* Ensure it's above everything else */
}

@keyframes scaleIn {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
/* main container */
#acceuil-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 92vh;
  margin-top: 0vh;
  position: relative;
}
#acceuil-image-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.acceuil-image {
  width: 75%;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
  cursor: pointer;
}
.fade-out {
  opacity: 0;
}


/* carousel selction & timer */
#accueil-carousel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: -2%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.8;
}
#accueil-carousel-selection {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.acceuil-selected {
  position: relative;
  width: 30px;
  height: 3px;
  margin: 10px 3px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 2px rgb(20, 19, 19);
}
.acceuil-selected::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: rgba(100, 100, 100, 0.8); /* your desired grey */
  animation: fillOverlay 12s linear forwards;
  animation-play-state: running;
  transition: opacity 1s ease-in-out;
  opacity: 1;
}
.acceuil-selected.paused::before {
  animation-play-state: paused;
}
@keyframes fillOverlay {
  0% {
    width: 0%;
    background-color: rgba(199, 199, 199, 0.466);
  }
  100% {
    width: 100%;
    background-color: rgba(100, 100, 100, 0.5);
  }
}

.acceuil-notselected-cont {
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  
}

.acceuil-notselected {
  position: relative;
  width: 25px;
  height: 3px;
  margin: 0px 3px 0px 3px;
  background-color: rgba(146, 146, 146, 0.856);
  box-shadow: 0px 0px 2px rgba(20, 19, 19, 0.37);
  transition: background-color 0.2s ease-out;
}

.acceuil-carousel-arrow {
  width: 35px;
  cursor: pointer;
  opacity: 0.75;
}
.acceuil-carousel-circle {
  width: 12px;
  margin-left: 2px;
  margin-right: 2px;
  cursor: pointer;
  opacity: 0.75;
}


/* navigation previous/next */
.acceuil-image-previous-cont {
  position: absolute;
  top: 15%;
  left: 0;
  height: 70%;
  width: 33%;
  cursor: pointer;
  z-index: 500;
  font-size: 80px;
  color: rgba(255, 255, 255, 0.5);
}
.acceuil-image-previous-cont:focus {
  outline: none;
}
.acceuil-image-next-cont {
  position: absolute;
  top: 15%;
  left: 67%;
  height: 70%;
  width: 33%;
  cursor: pointer;
  z-index: 500;
  font-size: 80px;
  color: rgba(255, 255, 255, 0.5);
}
.acceuil-image-next-cont:focus {
  outline: none;
}
.acceuil-image-control-cont {
  position: absolute;
  top: 30%;
  left: 35%;
  height: 40%;
  width: 30%;
  pointer-events: none;
  z-index: 550;
}
.acceuil-image-control-pause {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 100px;
  height: 100px;
  pointer-events: none;
  z-index: 550;
  background-image: url('../1acceuil/pause.svg');
  background-size: cover;
  opacity: 0;
}
.acceuil-image-control-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 100px;
  height: 100px;
  pointer-events: none;
  z-index: 550;
  background-image: url('../1acceuil/play.svg');
  background-size: cover;
  opacity: 0;
}


.acceuil-image-next-shadow {
  position: absolute;
  top: 0;
  left: 85%;
  height: 100%;
  width: 120%;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  opacity: 0;
}
.acceuil-image-previous-shadow {
  position: absolute;
  top: 0;
  right: 85%;
  height: 100%;
  width: 120%;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  opacity: 0;
}
.acceuil-shadow-show-left {
  animation-name: water-left;
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  opacity: 0.58;
}
.acceuil-shadow-show-right {
  animation-name: water-right;
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  opacity: 0.58;
}
.acceuil-shadow-click {
  animation-name: water-click;
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  opacity: 0.58;
}
.acceuil-image-previous-cont::before {
  content: "<";
  position: absolute;
  top: 50%;                    /* halfway down parent */
  left: 16px;                  /* nudge in from edge */
  transform: translateY(-50%); /* pull back up half its own height */
  font-size: 80px;
  color: rgba(255,255,255,0.88);
  text-shadow: 0 0 5px #000000dc;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1000;
  vertical-align: middle;
  height: 140px;
}
.acceuil-image-next-cont::before {
  content: ">";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-size: 80px;
  color: rgba(255,255,255,0.88);
  text-shadow: 0 0 5px #000000dc;
  opacity: 0;
  transition: opacity 0.3s;
  height: 140px;
}
.acceuil-image-previous-cont:hover::before,
.acceuil-image-next-cont:hover::before {
  opacity: 1;
}

@keyframes water-left {
  0%   {opacity: 0.2; width: 100%; right: 84%;}
  2%   {opacity: 0.25; width: 122%}
  4%   {opacity: 0.3; width: 123%}
  6%   {opacity: 0.3.5; width: 125%}
  8%   {opacity: 0.4; width: 127%}
  10%   {opacity: 0.5; width: 129%}
  15%   {opacity: 0.6; width: 131%}
  20%   {opacity: 0.7; width: 133%}
  25%   {opacity: 0.78; width: 135%}
  30%   {opacity: 0.82; width: 137%}
  35%   {opacity: 0.81}
  40%   {opacity: 0.80}
  45%   {opacity: 0.775}
  50%   {opacity: 0.75}
  60%   {opacity: 0.70}
  70%   {opacity: 0.67}
  80%   {opacity: 0.63}
  90%   {opacity: 0.61}
  100%   {opacity: 0.59}
}

@keyframes water-right {
  0%   {opacity: 0.2; width: 100%; left: 84%;}
  2%   {opacity: 0.25; width: 122%}
  4%   {opacity: 0.3; width: 123%}
  6%   {opacity: 0.3.5; width: 125%}
  8%   {opacity: 0.4; width: 127%}
  10%   {opacity: 0.5; width: 129%}
  15%   {opacity: 0.6; width: 131%}
  20%   {opacity: 0.7; width: 133%}
  25%   {opacity: 0.78; width: 135%}
  30%   {opacity: 0.82; width: 137%}
  35%   {opacity: 0.81}
  40%   {opacity: 0.80}
  45%   {opacity: 0.775}
  50%   {opacity: 0.75}
  60%   {opacity: 0.70}
  70%   {opacity: 0.67}
  80%   {opacity: 0.63}
  90%   {opacity: 0.61}
  100%   {opacity: 0.59}
}

@keyframes water-click {
  0%   {opacity: 0.2; width: 100%;}
  2%   {opacity: 0.3; width: 122%}
  4%   {opacity: 0.4; width: 123%}
  6%   {opacity: 0.5; width: 125%}
  8%   {opacity: 0.6; width: 127%}
  10%   {opacity: 0.7; width: 129%}
  15%   {opacity: 0.8; width: 131%}
  20%   {opacity: 0.7; width: 133%}
  25%   {opacity: 0.6; width: 135%}
  30%   {opacity: 0.5; width: 137%}
  35%   {opacity: 0.4}
  40%   {opacity: 0.3}
  45%   {opacity: 0.25}
  50%   {opacity: 0.2}
  60%   {opacity: 0.15}
  70%   {opacity: 0.10}
  80%   {opacity: 0.05}
  90%   {opacity: 0.02}
  100%   {opacity: 0}
}

/*----------------------------------- R E S P O N S I V E -----------------------------------*/

@media only screen and (max-width: 1700px) {
  .acceuil-image {
    width: 90%;
  }
}
@media only screen and (max-width: 1600px) {
  #acceuil-image-container {
    align-items: start;
    height: auto;
  }
  #acceuil-container {
    margin-top: 1vh;
  }
}

@media only screen and (max-width: 1500px) {
  .acceuil-image {
    width: 100%;
  }
}


@media only screen and (max-width: 1350px) {
  #accueil-carousel {
    bottom: 11%;
  }
}

@media only screen and (max-width: 1250px) {
  #accueil-carousel {
    bottom: 19%;
  }
  .acceuil-image-previous-cont::before {
    font-size: 65px;
    height: 115px;
  }
  
  .acceuil-image-next-cont::before {
    font-size: 65px;
    height: 115px;
  }
}

@media only screen and (max-width: 1100px) {
  #acceuil-container  {
    margin-right: 20px;
  }
  .acceuil-image-control-pause {
    width: 60px;
    height: 60px;
  }
  .acceuil-image-control-play {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 900px) {
  #accueil-carousel {
    bottom: 40%;;
  }
}

@media only screen and (max-width: 765px) {
  #accueil-carousel {
    top: 100%;
    z-index: 9999;
  }
  #acceuil-container {
    display: flex;
    align-items: center;
    height: auto;
    position: relative;
    margin-right: 0px;
  }
  #acceuil-image-container {
    height: auto;
    align-items: start;
    margin-top: 15%;
  }
  .acceuil-image {
    width: 90%;
    margin-right: 0;
  }
  .acceuil-image-previous-cont::before {
    display: none;
  }
  .acceuil-image-next-cont::before {
    display: none;
  }
  .acceuil-image-previous-cont {
    width: 40%;
  }
  .acceuil-image-next-cont {
    left: 60%;
    width: 40%;
  }
  .acceuil-image-next-shadow {
    left: 60%;
  }
  .acceuil-image-previous-shadow {
    right: 60%;
  }
  .acceuil-shadow-show-left {
    animation-iteration-count: 0; 
    opacity: 0;
  }
  .acceuil-shadow-show-right {
    animation-iteration-count: 0; 
    opacity: 0;
  }
  
}
@media only screen and (max-width: 700px) {
  #accueil-carousel {
    top: 80%;
  }
}
@media only screen and (max-width: 500px) {
  #accueil-carousel {
    top: 75%;
  }
}


#bandesdessinees-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  flex: 1;
}


.bd-format-1 {
  margin-bottom: 70px;
  display: flex;
  align-items: center;
}

.bd-format-2 {
  margin-bottom: 70px;
  display: flex;
  flex-direction: row-reverse;
}

.bd-format-3 {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}



.bd-image {
  width: 40vw;
  cursor: pointer;
}
.bd-image2 {
  width: 60vw;
  cursor: pointer;
}
.bd-image3 {
  width: 50vw;
  cursor: pointer;
}

.bd-image4 {
  width: auto;
  cursor: pointer;
}
.bd-image5 {
  width: 50vw;
  cursor: pointer;
}



.bd-text {
  margin: 0px 25px 0px 0px;
  width: 270px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.bd-text2 {
  margin: 0px 25px 0px 0px;
  width: 270px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.bd-01-text {
  justify-content: end;
}




.bd-sub-container {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.bd-02-text {
  justify-content: start;
}
.bd-02-text-off {
  margin-top: 45px;
}
.bd-05-04block {
  display: none;
}



/*----------------------------------- R E S P O N S I V E -----------------------------------*/
@media only screen and (max-width: 2500px) {
  .bd-image {
    width: 35vw;
  }
}
@media only screen and (max-width: 1400px) {
  .bd-image {
    width: 40vw;
  }
  .bd-text2 {
    width: 200px;
  }
  .bd-image3 {
    width: 57vw;
  }
}

@media only screen and (max-width: 1150px) {
  .bd-image {
    width: 37vw;
  }

  .bd-text {
    margin: 0px 15px 0px 0px;
    width: 250px;
  }
}

@media only screen and (max-width: 950px) {
  .bd-text {
    margin: 0px 15px 0px 0px;
    width: 180px;
  }
  .bd-02-text-off {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .bd-format-1 {
    margin-bottom: 30px;
  }
  
  .bd-format-2 {
    margin-bottom: 30px;
  }
}


@media only screen and (max-width: 765px) {
  #bandesdessinees-container {
    align-items: center;
  }
  .bd-format-1 {
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
  .bd-format-2 {
    flex-direction: column-reverse;
  }
  
  .bd-text {
    width: auto;
    height: auto;
    margin: 0;
  }
  .bd-text2 {
    width: auto;
    height: auto;
    margin: 0;
  }
  .bd-01-text {
    justify-content: start;
  }
  .bd-02-text {
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .bd-image {
    width: 85vw;
  }
  .bd-image2 {
    width: 85vw;
  }
  .bd-image3 {
    width: 85vw;
  }
  .bd-image4 {
    width: 65vw;
  }
  
  .bd-sub-container {
    height: auto;
  }

  .bd-05-04 {
    display: none;
  }
  .bd-05-04block {
    display: block;
  }
}#aplusieurs-sub-container {
  width: 100%;
  height: 100%;
}
#aplusieurs-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}
#aplusieurs-container img{
  cursor: pointer;
}
.aplusieurs-part {
  position: relative;
  height: auto;
  width: 85%;
  aspect-ratio: 16 / 12;
  margin: 0;
}

/*----------------------  PART 1  ----------------------*/
.aplusieurs-part1-1 {
  position: absolute;
  top: 5%;
  left: 4%;
  width: 49%;
  height: auto;
  transform: rotate(-10deg);
  z-index: 40;
}
.aplusieurs-part1-2 {
  position: absolute;
  bottom: 0%;
  right: -1%;
  width: 43%;
  height: auto;
  transform: rotate(-5deg);
  z-index: 41;
}

/*----------------------  PART 2 ----------------------*/
.aplusieurs-part2-1 {
  position: absolute;
  top: 2%;
  left: 0%;
  width: 37%;
  height: auto;
  z-index: 40;
}
.aplusieurs-part2-2 {
  position: absolute;
  top: 31%;
  left: 22%;
  width: 33%;
  height: auto;
  z-index: 40;
}
.aplusieurs-part2-3 {
  position: absolute;
  top: -3%;
  left: 54%;
  width: 35%;
  height: auto;
  z-index: 40;
  transform: rotate(5deg);
}
.aplusieurs-part2-4 {
  position: absolute;
  bottom: 0%;
  left: 3%;
  width: 25%;
  height: auto;
  z-index: 39;
}
.aplusieurs-part2-5 {
  position: absolute;
  bottom: 2%;
  left: 38%;
  width: 34%;
  height: auto;
  z-index: 40;
  transform: rotate(6deg);
}
.aplusieurs-part2-text {
  position: absolute;
  top: 5%;
  left: 38%;
  width: 16%;
  height: 20%;
  z-index: 40;
  font-size: 16px;
  font-weight: 500;
}

/*----------------------  PART 3 ----------------------*/
.aplusieurs-part3-1 {
  position: absolute;
  top: 5%;
  left: 11%;
  width: 55%;
  height: auto;
  z-index: 40;
}
.aplusieurs-part3-2 {
  position: absolute;
  top: 7%;
  right: 5%;
  width: 29%;
  height: auto;
  z-index: 40;
  transform: rotate(-24deg);
}
.aplusieurs-part3-3 {
  position: absolute;
  bottom: 7%;
  left: 6%;
  width: 30%;
  height: auto;
  z-index: 40;
  transform: rotate(-14deg);
}
.aplusieurs-part3-4 {
  position: absolute;
  bottom: -3%;
  left: 39%;
  width: 30%;
  height: auto;
  z-index: 40;
  transform: rotate(-7deg);
}
.aplusieurs-part3-text {
  position: absolute;
  bottom: 29%;
  right: -0%;
  width: 24%;
  height: 5%;
  z-index: 40;
  font-size: 16px;
  font-weight: 500;
  transform: rotate(-24.5deg);
}


/*----------------------  PART 4 ----------------------*/
.aplusieurs-part4-1 {
  position: absolute;
  top: 19.6%;
  left: -5%;
  width: 37%;
  height: auto;
  z-index: 40;
  transform: rotate(-11deg);
}
.aplusieurs-part4-2 {
  position: absolute;
  top: 11%;
  left: 29%;
  width: 37%;
  height: auto;
  z-index: 40;
  transform: rotate(-9.5deg);
}
.aplusieurs-part4-3 {
  position: absolute;
  top: 3.5%;
  left: 66%;
  width: 37%;
  height: auto;
  z-index: 40;
  transform: rotate(-11deg);
}
.aplusieurs-part4-text {
  position: absolute;
  bottom: 12%;
  left: 45%;
  width: 30%;
  height: 5%;
  z-index: 40;
  font-size: 20px;
  font-weight: 500;
}



/*--------------------  PART 5 -----------------*/
.aplusieurs-part5-1 {
  position: absolute;
  top: 0%;
  left: 5%;
  width: 46%;
  height: auto;
  z-index: 37;
  transform: rotate(-7deg);
}
.aplusieurs-part5-2 {
  position: absolute;
  bottom: 2%;
  right: 5%;
  width: 42%;
  height: auto;
  z-index: 38;

}



/*----------------------  PART 6 ----------------------*/
.aplusieurs-part6-1 {
  position: absolute;
  top: -5%;
  left: 3%;
  width: 20%;
  height: auto;
  z-index: 40;
  transform: rotate(-7deg);
}
.aplusieurs-part6-2 {
  position: absolute;
  top: -8%;
  left: 23%;
  width: 33%;
  height: auto;
  z-index: 40;
  transform: rotate(-7deg);
}
.aplusieurs-part6-3 {
  position: absolute;
  top: 22%;
  left: 21%;
  width: 38%;
  height: auto;
  z-index: 40;
  transform: rotate(-7deg);
}
.aplusieurs-part6-4 {
  position: absolute;
  top: -5%;
  left: 59%;
  width: 38%;
  height: auto;
  z-index: 39;
  transform: rotate(7deg);
}
.aplusieurs-part6-5 {
  position: absolute;
  bottom: -20%;
  left: 0%;
  width: 70%;
  height: auto;
  z-index: 30;
}



/*-----------------------  PART 7 ----------------------*/
.aplusieurs-part7-1 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 51%;
  height: auto;
  z-index: 40;
}
.aplusieurs-part7-2 {
  position: absolute;
  top: -10%;
  left: 54%;
  width: 51%;
  height: auto;
  z-index: 40;
  transform: rotate(7deg);
}
.aplusieurs-part7-text {
  position: absolute;
  top: -4%;
  left: 27%;
  width: 25%;
  height: 5%;
  z-index: 40;
  font-size: 20px;
  font-weight: 500;
}


/*----------------------  PART 8  ----------------------*/
.aplusieurs-part8-1 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 20%;
  height: auto;
  z-index: 40;
}
.aplusieurs-part8-2 {
  position: absolute;
  top: 15%;
  left: 0%;
  width: 35%;
  height: auto;
  z-index: 40;
  transform: rotate(-7deg);
}
.aplusieurs-part8-3 {
  position: absolute;
  top: 5%;
  left: 32%;
  width: 33%;
  height: auto;
  z-index: 41;
}
.aplusieurs-part8-4 {
  position: absolute;
  top: 20%;
  left: 63%;
  width: 33%;
  height: auto;
  z-index: 42;
  transform: rotate(7deg);
}
.aplusieurs-part8-5 {
  position: absolute;
  bottom: 5%;
  left: 38%;
  width: 20%;
  height: auto;
  z-index: 42;
}
.aplusieurs-part8-6 {
  position: absolute;
  bottom: -11%;
  left: 60%;
  width: 13%;
  height: auto;
  z-index: 42;
  transform: rotate(3deg);
}
.aplusieurs-part8-text {
  position: absolute;
  bottom: 9%;
  left: 4%;
  width: 35%;
  height: 10%;
  z-index: 40;
  font-size: 20px;
  font-weight: 500;
  transform: rotate(-7deg);
}


/*----------------------  PART 9  ----------------------*/
.aplusieurs-part9-1 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 48%;
  height: auto;
  z-index: 40;
}
.aplusieurs-part9-2 {
  position: absolute;
  top: 35%;
  left: 49%;
  width: 18%;
  height: auto;
  z-index: 40;
}
.aplusieurs-part9-3 {
  position: absolute;
  top: 3%;
  left: 70%;
  width: 36%;
  height: auto;
  z-index: 40;
  transform: rotate(7deg);
}
.aplusieurs-part9-4 {
  position: absolute;
  bottom: 5%;
  right: 7%;
  width: 45%;
  height: auto;
  z-index: 40;
}
.aplusieurs-part9-text {
  position: absolute;
  top: 21%;
  left: 47%;
  width: 24%;
  height: 5%;
  z-index: 40;
  font-size: 20px;
  font-weight: 500;
}




/*----------------------  PART 10  ----------------------*/
.aplusieurs-part10-1 {
  position: absolute;
  top: -7%;
  left: 0%;
  width: 33%;
  height: auto;
  z-index: 300;
  transform: rotate(-4deg);
}
.aplusieurs-part10-2 {
  position: absolute;
  top: 3%;
  left: 38%;
  width: 26%;
  height: auto;
  z-index: 40;
}
.aplusieurs-part10-3 {
  position: absolute;
  top: 3%;
  left: 65%;
  width: 29%;
  height: auto;
  z-index: 40;
}
.aplusieurs-part10-4 {
  position: absolute;
  top: 55%;
  left: 9%;
  width: 27.5%;
  height: auto;
  z-index: 40;
}
.aplusieurs-part10-5 {
  position: absolute;
  top: 55%;
  left: 38%;
  width: 27%;
  height: auto;
  z-index: 40;
}
.aplusieurs-part10-6 {
  position: absolute;
  top: 55%;
  left: 67%;
  width: 26%;
  height: auto;
  z-index: 40;
}
.aplusieurs-part10-text {
  position: absolute;
  bottom: 8%;
  left: 0%;
  width: 8%;
  height: 30%;
  z-index: 40;
  font-size: 18px;
  font-weight: 500;
}



/*----------------------  PART 11  ----------------------*/
.aplusieurs-part11-1 {
  position: absolute;
  top: 15%;
  left: 12%;
  width: 75%;
  height: auto;
  z-index: 40;
}




@media only screen and (max-width: 1600px) {
  .aplusieurs-part {
    width: 95%;
    aspect-ratio: 16 / 12;
  }
}

@media only screen and (max-width: 1150px) {
  .aplusieurs-part2-text {
    top: 0%;
    left: 38%;
    width: 16%;
    height: 30%;
    line-height: 18pt;
    font-size: 13px;
  }
}
@media only screen and (max-width: 950px) {
  .aplusieurs-part2-text {
    top: 0%;
    left: 38%;
    width: 16%;
    height: 30%;
    line-height: 12pt;
    font-size: 12px;
  }
}


@media only screen and (max-width: 765px) {
  #aplusieurs-container {
    display: block;
  }

  .aplusieurs-part2-text {
    top: 0%;
    left: 38%;
    width: 18%;
    height: 30%;
    z-index: 60;
    line-height: 10pt;
    font-size: 13px;
    font-weight: 500;
  }
  .aplusieurs-part3-text {
    bottom: 29%;
    right: -2%;
    width: 30%;
    height: 5%;
    font-size: 11px;
  }
  .aplusieurs-part4-text {
    bottom: -2%;
    left: 60%;
    width: 30%;
    height: 20%;
    font-size: 12px;
  }
  .aplusieurs-part4-1 {
    top: 19.6%;
    left: -5%;
    width: 35%;
    z-index: 40;
  }
  .aplusieurs-part4-2 {
    top: 10%;
    left: 27%;
    width: 35%;
    z-index: 40;
  }
  .aplusieurs-part4-3 {
    top: 2.5%;
    left: 62%;
    width: 35%;
    z-index: 40;
  }
  .aplusieurs-part7-1 {
    position: absolute;
    top: 4%;
    left: 0%;
    width: 49%;
    height: auto;
    z-index: 40;
  }
  .aplusieurs-part7-2 {
    position: absolute;
    top: -2%;
    left: 49%;
    width: 49%;
    height: auto;
    z-index: 40;
    transform: rotate(7deg);
  }
  .aplusieurs-part7-text {
    top: -1%;
    left: 27%;
    width: 25%;
    height: 5%;
    z-index: 60;
    font-size: 15px;
  }
  .aplusieurs-part8-cont {
    padding-bottom: 10%;
  }
  .aplusieurs-part8-text {
    bottom: 15%;
    left: 4%;
    width: 35%;
    height: 10%;
    font-size: 10px;
  }
  .aplusieurs-part9-text {
    top: 17%;
    left: 47%;
    width: 24%;
    height: 5%;
    font-size: 15px;
    font-weight: 500;
  }
  .aplusieurs-part9-3 {
    top: 3%;
    left: 70%;
    width: 30%;
  }
  .aplusieurs-part10-text {
    bottom: 8%;
    left: 0%;
    width: 8%;
    height: 30%;
    font-size: 12px;
  }
  

}

@media only screen and (max-width: 450px) {
  .aplusieurs-part2-text {
    line-height: 8pt;
    font-size: 10px;
  }
}#calendriers-sub-container {
  width: 100%;
  height: 100%;
}
#calendriers-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
}
#calendriers-container img{
  cursor: pointer;
}
.calendriers-part {
  position: relative;
  height: auto;
  width: 85%;
  aspect-ratio: 16 / 12;
  margin: 0;
}



/*----------------------  PART 1  ----------------------*/
.calendriers-part1-1 {
  position: absolute;
  top: 4%;
  left: 0%;
  width: 32%;
  height: auto;
  transform: rotate(-7deg)
}
.calendriers-part1-2 {
  position: absolute;
  top: 12%;
  left: 45%;
  width: 63%;
  height: auto;
}
.calendriers-part1-text {
  position: absolute;
  bottom: 16%;
  left: 7%;
  width: 25%;
  height: 5%;
  z-index: 5;
  font-size: 28px;
  font-weight: 500;
  transform: rotate(-7deg)
}


/*----------------------  PART 2  ----------------------*/
.calendriers-part2-1 {
  position: absolute;
  top: 5%;
  left: 0%;
  width: 33%;
  height: auto;
}
.calendriers-part2-2 {
  position: absolute;
  top: 5%;
  left: 34%;
  width: 33%;
  height: auto;
}
.calendriers-part2-3 {
  position: absolute;
  top: 5%;
  left: 68%;
  width: 33%;
  height: auto;
}
.calendriers-part2-4 {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 33%;
  height: auto;
}
.calendriers-part2-5 {
  position: absolute;
  top: 50%;
  left: 34%;
  width: 33%;
  height: auto;
}
.calendriers-part2-6 {
  position: absolute;
  top: 49%;
  left: 68%;
  width: 32%;
  height: auto;
}



/*--------------------------------------------  PART 3  --------------------------------------------*/
.calendriers-part3-1 {
  position: absolute;
  top: 9%;
  left: 0%;
  width: 40%;
  height: auto;
}
.calendriers-part3-2 {
  position: absolute;
  top: 0%;
  left: 50%;
  width: 40%;
  height: auto;
  transform: rotate(5deg)
}
.calendriers-part3-3 {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 45%;
  height: auto;
}
.calendriers-part3-4 {
  position: absolute;
  bottom: 0%;
  left: 50%;
  width: 35%;
  height: auto;
}


/*----------------------  PART 4 & 5  ----------------------*/
.calendriers-part4-1 {
  position: absolute;
  top: 15%;
  left: 20%;
  width: 45%;
  height: auto;
}
.calendriers-part5-1 {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 75%;
  height: auto;
}
.calendriers-part5-2 {
  position: absolute;
  top: 71%;
  left: 8%;
  width: 56%;
  height: auto;
}

@media only screen and (max-width: 765px) {
  .calendriers-part4-1 {
    position: absolute;
    top: 15%;
    left: 23%;
    width: 45%;
    height: auto;
  }
  .calendriers-part5-1 {
    top: -10%;
    left: 12%;
    width: 75%;
  }
  .calendriers-part5-2 {
    top: 71%;
    left: 10%;
    width: 56%;
    padding-bottom: 60%;
  }
}
#pub-sub-container {
  width: 100%;
  height: 100%;
}
#pub-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#pub-container img {
  cursor: pointer;
}
.pub-part {
  position: relative;
  height: auto;
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-bottom: 40px;
}

/*---------------------- PART 1 ----------------------*/
.pub-part01-01 {
  position: absolute;
  top: 2%;
  left: 8%;
  width: 26%;
  height: auto;
}
.pub-part01-02 {
  position: absolute;
  top: 0%;
  left: 37%;
  width: 26%;
  height: auto;
}
.pub-part01-03 {
  position: absolute;
  top: 30%;
  left: 39%;
  width: 15%;
  height:  auto;
}
.pub-part01-04 {
  position: absolute;
  top: 8%;
  left: 68%;
  width: 22%;
  height: auto;
}

.pub-part01-05 {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 28%;
  height: auto;
}
.pub-part01-06 {
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 53%;
  height:  auto;
}



/**---------------------- PART 2 ----------------------*/
.pub-part02-01 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 21%;
  height: auto;
}
.pub-part02-02 {
  position: absolute;
  top: 5%;
  left: 18%;
  width: 50%;
  height: auto;
}
.pub-part02-03 {
  position: absolute;
  top: 0%;
  left: 70%;
  width: 28%;
  height:  auto;
}
.pub-part02-04 {
  position: absolute;
  top: 57%;
  left: 4%;
  width: 24%;
  height: auto;
}

.pub-part02-05 {
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 24%;
  height: auto;
}
.pub-part02-06 {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 70%;
  height:  auto;
}

/*---------------------- PART 3 ----------------------*/
.pub-part03-01 {
  position: absolute;
  top: 13%;
  left: 20%;
  width: 65%;
  height: auto;
}


/*----------------------  PART 4  ----------------------*/
.pub-part4-text {
  position: absolute;
  top: 10%;
  left: 4%;
  width: 22%;
  height: 35%;
  z-index: 10;
  font-size: 16px;
  font-weight: 500;
}
.pub-part04-01 {
  position: absolute;
  top: 0%;
  left: 30%;
  width: 45%;
  height: auto;
}


/*----------------------  PART 5  ----------------------*/
.pub-part05-01 {
  position: absolute;
  top: 0%;
  left: 30%;
  width: 45%;
  height: auto;
}



/*----------------------  PART 6  ----------------------*/
.pub-part06-01 {
  position: absolute;
  top: 75%;
  left: 0%;
  width: 100%;
  height: auto;
}














@media only screen and (max-width: 765px) {
  #pub-container {
    height: auto;
  }
  .pub-part {
    aspect-ratio: 16 / 10;
    margin-bottom: 20PX;
  }
}#jeux-container {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.jeux-image-1 {
  height: 40vw;
  margin-top: 50px;
  cursor: pointer;
}
.jeux-image-2 {
  width: 28vw;
  margin-top: 50px;
  margin-bottom: 50px;
  cursor: pointer;
}
.jeux-image-3 {
  width: 70%;
  margin-bottom: 50px;
  margin-left: 15%;
  margin-right: 15%;
  cursor: pointer;
}

/*----------------------------------- R E S P O N S I V E -----------------------------------*/
@media only screen and (max-width: 1100px) {
  .jeux-image-1 {
    height: 39vw;
    margin-top: 30px;
  }
  .jeux-image-2 {
    width: 27vw;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 765px) {
  .jeux-image-1 {
    height: 60vw;
    margin-top: 30px;
  }
  .jeux-image-2 {
    width: 42vw;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .jeux-image-1 {
    height: 100vw;
    margin-top: 30px;
  }
  .jeux-image-2 {
    width: 70vw;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .jeux-margin-mobile1 {
    margin-left: 6vw;
  }
  .jeux-margin-mobile2 {
    margin-top: -6vw;
  }
}#dessins-sub-container {
  width: 100%;
  height: 100%;
}
#dessins-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
}
#dessins-container img {
  cursor: pointer;
}
.dessins-part {
  position: relative;
  height: auto;
  width: 85%;
  aspect-ratio: 16 / 12;
  margin: 0;
}



/*----------------------  PART 1 TO 4 ----------------------*/
.dessins-part1-1 {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: auto;
}
.dessins-part1-text {
  position: absolute;
  bottom: -7%;
  left: 45%;
  width: 10%;
  height: 5%;
  z-index: 10;
  font-size: 20px;
  font-weight: 500;
}
.dessins-part2-1 {
  position: absolute;
  top: 5%;
  left: -2%;
  width: 104%;
  height: auto;
}
.dessins-part3-1 {
  position: absolute;
  top: -5%;
  left: 0%;
  width: 56%;
  height: auto;
}
.dessins-part3-2 {
  position: absolute;
  bottom: 8%;
  right: 0%;
  width: 54%;
  height: auto;
}
.dessins-part3-3 {
  position: absolute;
  bottom: -23%;
  left: 0%;
  width: 45%;
  height: auto;
}
.dessins-part4-1 {
  position: absolute;
  top: -5%;
  right: 0%;
  width: 50%;
  height: auto;
  transform: rotate(7deg)
}
.dessins-part4-2 {
  position: absolute;
  bottom: 22%;
  left: 0%;
  width: 47%;
  height: auto;
}
.dessins-part4-3 {
  position: absolute;
  bottom: 0%;
  left: 25%;
  width: 40%;
  height: auto;
}

/*----------------------  PART 5 TO 8 ----------------------*/
.dessins-part5-1 {
  position: absolute;
  top: 8%;
  left: 0%;
  width: 59%;
  height: auto;
}
.dessins-part5-2 {
  position: absolute;
  top: 0%;
  left: 63%;
  width: 28%;
  height: auto;
}
.dessins-part5-3 {
  position: absolute;
  top: 38%;
  left: 72%;
  width: 32%;
  height: auto;
}
.dessins-part6-1 {
  position: absolute;
  top: -15%;
  left: 0%;
  width: 61%;
  height: auto;
}
.dessins-part6-2 {
  position: absolute;
  top: -5%;
  left: 68%;
  width: 35%;
  height: auto;
}
.dessins-part7-1 {
  position: absolute;
  top: 55%;
  left: 0%;
  width: 103%;
  height: auto;
}
.dessins-part8-1 {
  position: absolute;
  top: -4%;
  left: 0%;
  width: 39%;
  height: auto;
}
.dessins-part8-2 {
  position: absolute;
  top: 11%;
  left: 42%;
  width: 65%;
  height: auto;
}

/*----------------------  PART 9 TO 11 ----------------------*/
.dessins-part9-1 {
  position: absolute;
  bottom: 8%;
  left: 8%;
  width: 16%;
  height: auto;
}
.dessins-part9-2 {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 55%;
  height: auto;
}
.dessins-part10-1 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: auto;
}
.dessins-part11-1 {
  position: absolute;
  top: 14%;
  left: 4%;
  width: 52%;
  height: auto;
  transform: rotate(-10deg);
}
.dessins-part11-2 {
  position: absolute;
  top: 23%;
  right: 0%;
  width: 33%;
  height: auto;
}
.dessins-part11-text {
  position: absolute;
  bottom: -20%;
  left: 23.5%;
  width: 30%;
  height: 5%;
  z-index: 10;
  font-size: 20px;
  font-weight: 500;
  transform: rotate(-10deg);
}
/*----------------------  PART 12 & 13 ----------------------*/
#dessins-part12-container {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.dessins-image-1 {
  height: 43vw;
  margin-top: 50px;
}
.dessins-image-1short {
  height: 42vw;
  margin-left: 2.3%;
  margin-top: 50px;
}
.dessins-image-2 {
  width: 28vw;
  margin-top: 50px;
  margin-bottom: 50px;
}

/*----------------------  PART 14 & 15 ----------------------*/
.dessins-part14-text1 {
  position: absolute;
  top: 8%;
  left: 54%;
  width: 38%;
  height: 5%;
  z-index: 41;
  font-size: 16px;
  font-weight: 500;
}
.dessins-part14-1 {
  position: absolute;
  bottom: -5%;
  left: 0%;
  width: 100%;
  height: auto;
  z-index: 40;
}
.dessins-part14-2 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: auto;
}
.dessins-part14-3 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 65%;
  height: auto;
}
.dessins-part14-text2 {
  position: absolute;
  top: 23%;
  left: 54%;
  width: 40%;
  height: 5%;
  z-index: 10;
  font-size: 16px;
  font-weight: 500;
}
.dessins-part15-1 {
  position: absolute;
  top: 5%;
  left: 0%;
  width: 90%;
  height: auto;
  z-index: 40;
}



/*----------------------------------- R E S P O N S I V E -----------------------------------*/
@media only screen and (max-width: 1100px) {
  .dessins-image-1 {
    height: 39vw;
    margin-top: 30px;
  }
  .dessins-image-2 {
    width: 27vw;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
}

@media only screen and (max-width: 765px) {
  #dessins-container {
    height: auto;
  }
  .dessins-image-1 {
    height: 60vw;
    margin-top: 30px;
  }
  .dessins-image-2 {
    width: 42vw;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .spacer01 {
    width: 20px;
    height: 20px;
  }


  .dessins-part1-text {
    bottom: -4%;
    left: 34%;
    width: 30%;
    height: 5%;
    font-size: 20px;
  }
  .dessins-part11-text {
    bottom: -34%;
    left: 15%;
    width: 45%;
    height: 20%;
    font-size: 12px;
  }
  .dessins-part14-text1 {
    top: -2%;
    left: 63%;
    width: 38%;
    height: 5%;
    font-size: 12px;
  }
  #dessins-part12-container {
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: initial;
    align-items: center;
    justify-content: start;
    margin-bottom: 10vw;
  }
  .dessins-image-1 {
    height: 43vw;
    margin-top: 50px;
  }
  .dessins-image-1short {
    height: 95vw;
    margin-left: 2.3%;
    margin-top: 50px;
  }
  .dessins-image-2 {
    width: 28vw;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .dessins-image-1 {
    height: 100vw;
    margin-top: 30px;
  }
  .dessins-image-2 {
    width: 70vw;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .spacer01 {
    display: none;
  }
  .margin-mobile1 {
    margin-left: 6vw;
  }
  .margin-mobile2 {
    margin-top: -6vw;
  }
}
#notfound-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90vw;
  height: 90vh;
}
.notfound-part {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notfound-image {
  height: 95vh;
}
.notfound-part1-text {
  position: absolute;
  top: 4%;
  left: 13%;
  width: 35%;
  height: 30%;
  z-index: 10;
  font-size: 60px;
  font-weight: 700;
  z-index: 400;
  line-height: 70px;
}

@media only screen and (max-width: 765px) {
  .notfound-image {
    width: 95%;
    height: auto;
  }
  .notfound-part1-text {
    top: 10%;
    left: 8%;
    width: 50%;
    height: 30%;
    font-size: 30px;
    font-weight: 700;
    z-index: 400;
    line-height: 30px;
  }
}

@media only screen and (max-width: 400px) {
  .notfound-part1-text {
    left: 20%;
    width: 70%;
  }
}