/* line 37 to 327 = HEADER */
/* line 333 to __ = FOOTER */



/*///////////////// PROPERTIES /////////////////*/

@import url('https://fonts.googleapis.com/css2?family=Rokkitt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rokkitt:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,500;1,600;1,700;1,800;1,900&display=swap');



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.cke_notification_message, .cke_notifications_area{
  display:none!important;
}



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////// COLOR //////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.red{
  color: #FF1400;
}

.noDeco{
  text-decoration: none!important;
}

.bg-red{
  background-color: #FF1400;
}

.blue{
  color:#00A9FF;
}

.bg-blue{
  background-color: #00A9FF;
}

.darkblue{
  color: #1B269D;
}



/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////// HEADER HOME /////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.header-size{
  width: 100%;
  height: 775px;
  display: flex;
  justify-content: center;
  margin-bottom: 90px;
}



.header-bg {
  width: 80%;
  height: 775px;
  background: url(../img/headerHome/background.png);  
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}

/* NAV-BAR  */

.container-header{
  /* border: black solid 1px; */
  /* background: url(../img/headerHome/background.png); */
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  height: 655px;
}


.container-logo{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding-top: 30px;
  
}

#logo {
  background-color: transparent;
  width: 254px;
  height: 205px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;

}




.dropdown-menu{
  z-index: 100;
}

.container-nav{ 
  padding-bottom: 50px;
}

.navbar-collapse.show {
  background-color: rgba(0, 0, 0, 0.021);
  text-align: center;
  border-radius: 10px;
  padding-left: 10px;
}

.navbar-collapse.closed {
  animation: none;
}
  
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border: 1px solid black;
}

.navbar{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.nav-item a{
  color: #00A9FF;
  margin-right: 30px;
  font-size: 14px;
  transition: 0.3s all;
}

.nav-item a:hover{
  color: #1B269D;
  font-weight: bold;
}

.nav-link{
  font-family: 'Montserrat';
  transition: 0.3s all;
}

.nav-link .dropdown-toggle:hover {
  color: #1B269D;
  font-weight: bold;
}

.nav-link.dropdown-toggle{
  margin-left: 5px;
}

.navbar .dropdown-toggle::after {
  display: none;
}

/*  */
.carousel-item h1 {
  opacity: 1;
  transition: opacity 4.5s ease;
}

.carousel-item.active h1 {
  opacity: 0;
   transition: opacity 4.5s ease;
}

#arrow {
  border: solid #00A9FF;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 1.5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  margin-bottom: 2px;
  transform-origin: 50% 50%;
  transition: transform 0.3s ease; /* Smooth transition for rotation */
}

.nav-item.dropdown:hover #arrow {
  transform: rotate(-45deg); /* Rotate by 90 degrees */
  color:black!important;
  border-color: #1B269D;
}

.nav-item.dropdown:hover .dropdown-toggle {
  color: #1B269D;
  font-weight: bold;
}

.icon-container {
  display: inline-block;
  position: relative;
  transform-origin: 50% 50%;
}

.icon-container:hover i {
  animation: rotateArrow 0.4s forwards;
  position: relative;
  top: 50px; /* Ajustement de la position verticale */
}

@keyframes rotateArrow {
  0% {
    transform: rotate(45deg);
    top: 1px; /* Ajustement initial de la position verticale */
  }
  100% {
    transform: rotate(-135deg);
    top: 0; /* Position finale après l'animation */
  }
}


#register-input{
  height: 50px;
  background-color: #FF1400;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  border: none;
  margin-left: 20px;
  font-size: 14px;
  transition: 0.3s all;
}

#register-input:hover{
  background-color: #ff1500;
  font-weight: 700;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.222); /* Ajoute une ombre portée */

}

/* HERO */

.container-hand-hero{
  padding-top: 5px;
  padding-right: 15px;
}
.container-hand-hero img{
  width: 18px;
  height: 24px;
  position: relative;
  bottom: 34px;
}

.container-text-hero h1{
  font-size: 44px;
  font-family: 'Rokkitt';
  font-weight: 800;
  line-height: 42px;

}

.container-text-hero h3{
  font-size: 30px;
  font-family: 'Rokkitt';
  font-weight: 800;
  margin: 0!important;
  padding: 0;
}

.container-text-hero p{
  font-size: 26px;
  font-family: 'Rokkitt';
  font-weight: 400;
  padding-right: 10px;
  color: #1B269D;
  line-height: 20px;
  margin: 0;
}

.container-text-hero p, .container-text-hero h3, .container-text-hero h1{
  position: relative;
  bottom: 25px;
}


.container-pnj img:not(:nth-last-child(-n+3)) {
  width: 95px;
  height: 118px;
  animation-name: movePnj;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards; /* Ajout de la propriété animation-fill-mode */
  animation-delay: var(--random-delay);
}

@keyframes movePnj {
  0% {
      opacity: 0; /* Ajout de l'animation d'opacité pour masquer l'apparition initiale */
      transform: translateX(-1700px);
  }
  10% {
      opacity: 1; /* Opacité complète après 10% de l'animation */
  }
  100% {
      transform: translateX(1800px);
  }
}

.container-pnj{
  overflow: hidden!important;
}


.container-pnj img:nth-last-child(-n+3) {
  width: 95px;
  height: 118px;
  animation-name: movePnjReverse;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards; /* Ajout de la propriété animation-fill-mode */
  animation-delay: var(--random-delay);
}

@keyframes movePnjReverse {
  0% {
      opacity: 0; /* Ajout de l'animation d'opacité pour masquer l'apparition initiale */
      transform: translateX(1800px);
  }
  10% {
      opacity: 1; /* Opacité complète après 10% de l'animation */
  }
  100% {
      transform: translateX(-1700px);
  }
}

.bubble {
  position: absolute;
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 6px;
  padding: 10px;
  font-size: 14px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 999;
}



/* RESPONSIVE HEADER */

@media screen and (max-width: 1385px) {

  .container-text-hero p{
    padding-right: 0;
  }

  .container-text-hero p, .container-text-hero h3, .container-text-hero h1{
    bottom: 0;
  }

  .container-hand-hero img{
    position: unset;
    bottom: 0;
  }
}

/*  */

@media screen and (max-width: 1000px) {

  .container-hand-hero{
    padding-top: 0px;
    padding-right: 0px;
    justify-content: center;
  }
}

/*  */

@media screen and (max-width: 1410px) {

  .container-logo, .container-nav{
    margin-bottom: 30px;
  }

  /* #register-input{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    min-width: 200px;
    text-align: center;
    line-height: 30px;
  } */
}

@media screen and (max-width: 770px) {

  .container-logo {
    margin-bottom: 20px;
  }

  .container-ad-1{
    padding-top: 60px!important;
  }

  
}

/*  */

@media screen and (max-width: 1050px) {

    .container-text-hero p{
      padding-right: 0;
    }

    .container-pnj img{
        visibility: hidden;
    }

}

/*  */

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ///*/
/*////////////////////////////////////////////////////////////////////// FOOTER //////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/





footer{
  background-color: #D9F2FF;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
}

.footer-text h4{
  color: #00A9FF;
  font-size: 20px;
  font-family: 'Rokkitt';
  font-weight: 800;
  margin-top: 50px;
  
}

.footer-text a{
  color: #1B269D;
  font-size: 12px;
  font-family: 'Montserrat';
  text-decoration: none;
  line-height: 30px;
  transition: 0.3s all;
  font-weight: 400;
}

.footer-text a:hover{
  color: #00A9FF;

}

.container-logo-footer-top, .container-logo-footer-bottom{
  height: 150px;
  width: 100%;
}

.container-logo-footer-bottom{
  padding-bottom: 30px;
}

.container-logo-footer-top img{
  width: 200px;
  height: 119px;
}

.container-logo-footer-bottom img:nth-child(1){
  width: 77px;
  height: 37px;
}

.container-logo-footer-bottom img:nth-child(2){
  width: 71px;
  height: 34px;
  margin-left: 5px;
}

.contact{
  padding-right: 60px;
}

.container-social-footer-bottom{
  margin-top: 38px;
  padding-bottom: 70px;

}

.container-social-footer-bottom img:nth-child(2){
  margin-left: 10px;

}

.container-social-footer-bottom img{
  transition: 0.3s ease-in-out; 
}


.container-social-footer-bottom img:hover{
    cursor: pointer;
    box-shadow: 0px 4px 15px #00000081; 
}

#register-input-footer{
  display: inline-block;
  width: 140px;
  height: 50px;
  background-color: #FF1400;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  border: none;
  font-size: 14px;
  transition: 0.3s all;
  text-decoration: none;
}

#register-input-footer a{
  text-decoration: none;
}

#register-input-footer:hover{
  background-color: #ff1500;
  font-weight: 700;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.222); /* Ajoute une ombre portée */

}

@media screen and (max-width: 1250px) {
  #register-input {
    line-height: 38px;
  }
  .dropdown-toggle::after{
    display: none;
  }
}


@media screen and (max-width: 1200px) {
  footer{
    background-color: #D9F2FF;
    width: 100%;
    height: 600px;
    padding-top: 20px;
  }

  .container-social-footer-bottom{
    padding-right: 0;
  }

  .container-logo-footer-top, .container-logo-footer-bottom{
    height: 140px;
    width: 50%;
  }

  .contact{
    padding-right: 0px;
  }  

  .adresse-text{
    text-align: center;
  }
  

}

@media screen and (max-width: 990px) {
  footer{
    background-color: #D9F2FF;
    width: 100%;
    height: 800px;
  }

  .container-logo-footer-top, .container-logo-footer-bottom{
    height: 100px;
  }

  .container-logo-footer-bottom {
    align-items:end;
  }

  .footer-text h4{
    margin-top: 30px;
  }

  #register-input-footer{
    margin-top: 10px;
  }

  .adresse-text{
    text-align: center;
  }
  
}




/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////// HEADER HOME /////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/* NAV-BAR  */

.header-bg-3{
  width: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 100;


}

.container-header-3{
  width: 100%;
  /* border: black solid 1px; */
  /* background: url(../img/headerHome/background.png); */
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

#logo-3{
  width: 300px;
  height: 80px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;

}


@media screen and (max-width: 1200px) {
  #logo-3{
    margin-bottom: 30px;
  }
}



#logo-4{
  width: 180px;
  height: 80px;
}


@media screen and (max-width: 1200px) {
  #logo43{
    margin-bottom: 30px;
  }
}



.hand-container {
  position: relative;
  display: inline-block;
}

.hand-text {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s;
}

.hand-container:hover .hand-text {
  visibility: visible;
  opacity: 1;
}

.hand-container img {
  animation: wave 4s infinite;
}

@keyframes wave {
  0% {
      transform: scaleX(1);
  }
  25% {
      transform: scaleX(-1);
  }
  50% {
      transform: scaleX(1);
  }
  75% {
      transform: scaleX(-1);
  }
  100% {
      transform: scaleX(1);
  }
}


.container-pub{
  background-color: #D6F1FF;
  height: 250px;
}

.container-pub h2{
  color: #FF1400;
    font-weight: 700;
    font-size: 32px;

    font-family: 'Rokkitt';
    line-height: 30px;
    text-align: center;
}




