@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
.center{
    margin: 0 auto;
    width: 40%;
    /* widht:40vw */
    display: block;
   }
   * {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
body, html {
     background-color: rgb(47, 85, 151);
     margin: 0;
     font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
     font-size: 17px;
     line-height: 1.25;
     letter-spacing: .05em;
     color: rgb(255, 0, 0);
     text-align: center;
 }
 
 body {
     display: flex;
     flex-direction: column;
     
     
 }
 .bg_move {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: repeating-radial-gradient(circle at 100% 100%, rgb(0, 4, 255) 4%, rgb(255, 255, 255) 12%, rgb(255, 0, 0) 26%);
    background-size: 250px 250px;
    background-position: 0 0;
    -webkit-animation: stripes 5s linear infinite;
            animation: stripes 5s linear infinite;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    
    text-align: center;
    margin-top: 10px;
  }
  
  .bg_move h1 {
    font-size: 6rem;
    font-family: sans-serif;
  }
  
  .bg_move i {
    font-size: 8rem;
  }
  @media only screen and (max-width: 900px) {
    html {
      font-size: 10px;
    }
  }
  
  @media only screen and (max-width: 500px) {
    html {
      font-size: 6px;
    }
  }
  
  @-webkit-keyframes stripes {
    100% {
      background-position: 250px 0, 250px 0, 100px 0;
    }
  }
  
  @keyframes stripes {
    100% {
      background-position: 250px 0, 250px 0, 100px 0;
    }
}

header {
  width: 100% ;
  padding: 1% ;
  background-color: rgb(245, 245, 245) !important;
  border-bottom: 5px  solid#000; 
  position: fixed !important;
  z-index: 999999999999999999999 !important;
}

.header-nav li {
  list-style: none !important;
  color: rgb(7, 7, 7);
  padding: 10px;
  padding-top: 20px;
  text-decoration: none;
}

.header-nav li > a:after {
  height: 20px;
  width: 20px;
 
}


.header-nav ul {
 
  margin: 0;
  list-style: none;
  background-color: inherit;
}

.header-nav ul li {
  list-style: none;
  float: left;
}

.header-nav ul li a {
  color: rgb(2, 2, 2);
  
  font-size: 20px;
  text-decoration: none;
  
}

.header-nav ul li ul {
  font-size: 15px;
  display: none;
  position: absolute;
  margin-top: 10px;
  margin-left: 10px;
  border-radius: 10px;
  background-color: #949494;
  color: #000;
  
}

.header-nav ul li:hover ul {
  z-index: 0;
 
  font-size: 15px;
  display: block !important;
  position: absolute;
  
  
  
}

.header-nav ul li:hover ul li {
  float: none;
  color: #000;
  width: 130px;
  font-size: 15px;
  
  
}

.header-nav ul li:hover ul li a {
  color: #000;
  font-size: 15px;
  
}

.header-nav ul li:hover ul li:hover {
  background-color: #3904f8;
  border-radius: 10px;
  
  margin-top: 14px;
  
  transition:all 300ms,opacity 100s;
  font-size: 20px;
  animation: 3s infinite alternate slidein;
  
}
.header-nav ul li:hover ul li a:hover {
  color: #000;
  font-size: 18px;
  transition:all 300ms,opacity 100s;
  
}




/* Footer */

.footer {
    color: rgb(47, 2, 248);
    margin: 0;
    width: 100%;
    background-color: rgb(255, 255, 255);
    max-height: 200px;
    bottom: 0;
    border: 1px solid;
    padding: 1rem;
}

.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    /* padding: 0 30px; */
    
    
}

.footer-nav .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 10px 0;
    margin-right: 40px;
    min-width: 200px;
    bottom: 0;
}

.footer-nav .item h3 {
    margin: 20px 0 9px 0;
    color: #090bc1;
    float: right;
    justify-content:center;
    align-items:center;
    bottom: 0;
}

.footer-nav .item a{
    font-size: 16px;
    color: #0011ff;
    margin: 7px 0;
    float: right;
}
.title_body{
  font-weight: bold;
  font-family: "Indie Flower" !important;
  text-align: center;
  color: rgb(0, 0, 0);
  margin-top: 7%;
}
.title-encadrer{
  font-weight: bold;
  font-size: 22px;
  font-family: "Indie Flower", cursive !important;
  background-color: #fff;
  color: #000;
  padding: 8px;
  border-radius: 10px;
  display: inline-block; 
  line-height: 1.5;
  text-align: center;
  margin: 0 auto; 
  width: fit-content;
  height: auto;


  

}
.titrepresentation{
  border: 6px solid #000000;
  border-radius: 30px;
  color: #000;
  
  height: 35%;
  font-size: 25px;
  margin: 3%;
  font-weight: bold;
  width:fit-content


  

}
.title_jeux{
  margin: 1%;
    width: 30%;
    height: auto;
    border-radius: 3px;
    border: 3px solid #ffffff;
    background-color: #fff;
}

.arrondi{
    border-radius: 10px;
}
span{
    border-radius: 10px;
    text-align: center;
    
}
.backwhite{
    background-color: white;
}
.description{
    width: 400px;
    height: 30px;
    border: 3px solid #ffffff;
    background-color: rgb(25, 0, 255) !important;
    position: relative;
    border-radius: 10px 0 10px 0;
    

}

.caricature_left {
    width: 400px;
    height: 300px;
    border: 3px solid #ffffff;
    background-color: white !important;
    margin-left: 30px;
    padding: 15px 25px;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
     
    box-shadow:white;

}
.caricature_left:hover{
    
    transition: 1s;
    transition-property: box-shadow;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.541),
                0 0 25px rgb(0, 0, 0, 0.541),
                0 0 50px rgb(0, 0, 0, 0.541),
                0 0 100px rgb(0, 0, 0, 0.541);
                
}
.caricature_right:hover{
    
    transition: 1s;
    transition-property: box-shadow;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.541),
                0 0 25px rgb(0, 0, 0, 0.541),
                0 0 50px rgb(0, 0, 0, 0.541),
                0 0 100px rgb(0, 0, 0, 0.541);
}
.caricature_right {
    width: 400px;
    height: 300px;
    border: 3px solid #ffffff;
    background-color: white !important;
    box-shadow:white;
    margin-right: 30px;
    padding: 15px 25px;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
}

  img{
    margin-LEFT: 3px;
  }


.legende{
    width: 325px;
    height: 29px;
    border: 3px solid #2600fc86;
    background-color: #2600fc;
    margin-left: -28px;
    margin-top: 29px;
    padding: 15px 25px;
    border-top-right-radius: 50px;
    text-align: center;
    color: #ffffff;
    
    
}
.legende2{
    width: 325px;
    height: 29px;
    border: 3px solid #2600fc86;
    background-color: #2600fc;
    margin-left: -29px;
    margin-top: -1px;
    padding: 15px 25px;
    border-top-right-radius: 50px;
    text-align: center;
    color: #ffffff;
    
    
}
.legende3{
    width: 325px;
    height: 29px;
    border: 3px solid #2600fc86;
    background-color: #2600fc;
    margin-left: 47px;
    margin-top: 2.5px;
    padding: 15px 25px;
    border-top-left-radius: 50px;
    text-align: center;
    color: #ffffff;
    
    
}
.legende4{
    width: 325px;
    height: 29px;
    border: 3px solid #2600fc86;
    background-color: #2600fc;
    margin-left: 47px;
    margin-top: 29px;
    padding: 15px 25px;
    border-top-left-radius: 50px;
    text-align: center;
    color: #ffffff;
    
    
}
.legende5{
    width: 325px;
    height: 29px;
    border: 3px solid #2600fc86;
    background-color: #2600fc;
    margin-left: -28px;
    margin-top: 28.5px;
    padding: 15px 25px;
    border-top-right-radius: 50px;
    text-align: center;
    color: #ffffff;
    
    
}
.image-titre{
    margin-top: -10px;
    font-weight: 700;
    
}



.lecteur-title {
    width: 90%;
    height: 70px;
    
    border: 3px solid #ffffff;
    background-color: white !important;
    box-shadow:white;
    color: #0011ff;
    margin-left: -1px;
    border-top-right-radius: 80px;
    border-top-left-radius: 80px;
}
.credits {
    width: 90%;
    height: 400px;
    
    border: 3px solid #ffffff;
    background-color: white !important;
    box-shadow:white;
    color: #0011ff;
    text-align: center;
    margin-TOP: -11px;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
    
}
@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


.fadein {
    animation: fadein 2s;
}


.fadeout {
    animation: fadeout 2s;
}
.container {
    position: relative;
    width: 320px;
    margin: 100px auto 0 auto;
    perspective: 1000px;
  }
  
  .carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d; 
    animation: rotate360 120s infinite forwards linear;
  }
  .carousel__face { 
    position: absolute;
    width: 300px;
    height: 187px;
    top: 20px;
    left: 10px;
    right: 10px;
    background-size: cover;
    box-shadow:inset 0 0 0 2000px rgba(0,0,0,0.5);
    display: flex;
  }

  
  
  .carousel__face:nth-child(1) {
    background-image: url("https://www.referenseo.com/wp-content/uploads/2019/03/image-attractive-960x540.jpg");
    transform: rotateY(  0deg) translateZ(430px); }
  .carousel__face:nth-child(2) { 
    background-image: url("https://www.referenseo.com/wp-content/uploads/2019/03/image-attractive-960x540.jpg");
      transform: rotateY( 40deg) translateZ(430px); }
  .carousel__face:nth-child(3) {
    background-image: url("https://www.referenseo.com/wp-content/uploads/2019/03/image-attractive-960x540.jpg");
    transform: rotateY( 80deg) translateZ(430px); }
  .carousel__face:nth-child(4) {
    background-image: url("https://www.referenseo.com/wp-content/uploads/2019/03/image-attractive-960x540.jpg");
    transform: rotateY(120deg) translateZ(430px); }
  .carousel__face:nth-child(5) { 
    background-image: url("https://www.referenseo.com/wp-content/uploads/2019/03/image-attractive-960x540.jpg");
   transform: rotateY(160deg) translateZ(430px); }
  .carousel__face:nth-child(6) { 
    background-image: url("https://www.referenseo.com/wp-content/uploads/2019/03/image-attractive-960x540.jpg");
   transform: rotateY(200deg) translateZ(430px); }
  .carousel__face:nth-child(7) { 
    background-image: url("https://www.referenseo.com/wp-content/uploads/2019/03/image-attractive-960x540.jpg");
   transform: rotateY(240deg) translateZ(430px); }
  .carousel__face:nth-child(8) {
    background-image: url("https://www.referenseo.com/wp-content/uploads/2019/03/image-attractive-960x540.jpg");
    transform: rotateY(280deg) translateZ(430px); }
  .carousel__face:nth-child(9) {
    background-image: url("https://www.referenseo.com/wp-content/uploads/2019/03/image-attractive-960x540.jpg");
    transform: rotateY(320deg) translateZ(430px); }
  
  
  
  @keyframes rotate360 {
    from {
      transform: rotateY(0deg);
    }
    to {
      transform: rotateY(-360deg);
    }
  }
  .img-container {
    width: 50%;
    height: auto;
    margin: center;
    margin-top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .img-container img {
    width: 50%;
    height: 50%;
    background-color: #87A0E2;
    border-radius: 16px;
    position: absolute;
    user-select: none;
    transition-property: transform, opacity, zIndex, ; 
    transition-duration: 0.3s; 
    transition-timing-function: ease-out; 
  }
  .arrows {
    width: 10%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    z-index: 100;
  }
  .arrows svg {
    width: 60px;
    margin-left: 90%;
    margin-right: -20%;
    height: 60px;
    position: relative;
    fill: rgb(0, 0, 0);
    opacity: 0.8;
    cursor: pointer;
  }
  
  .arrows svg:active {
    transform: scale(0.9);
    opacity: 1;
    transition-property: transform, opacity; 
    transition-duration: 0.3s; 
    transition-timing-function: ease-out; 
  }
.mydiapo{
    width: 100%;
    height: 100%;
}

.loi2004{
  height: 50%;
  width: 50%;
  border: 3px solid #ffffff;
    background-color: white !important;
    border-radius: 10px 0 10px 0;
    padding: 10px;
    line-height: 35px;
}
.signup-text-input {
  border-color: rgba(255, 255, 255, 0);
  background-color: rgb(255, 255, 255);
  border-radius: 10%;
  background-color: white; 
  
  outline: none;
}




.suivant {
  border-radius: 4px;
  background-color: #009425;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 100%;
  padding: 20px;
  width: auto;
  height: auto;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  margin-right: -95%;
}

.suivant span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.suivant span:after {
  content: '\00bb';
  position: absolute;
  height: 100%;
  opacity: 0;
  top: 0;
  right: 0px;
  transition: 0.5s;
}

.suivant:hover span {
  padding-right: 25px;
  
}

.suivant:hover span:after {
  opacity: 1;
  position:absolute;
}
.suivant:hover{
  background:#009425;
  color: #ffffff;
  box-shadow: 0 0 5px #03f423,
              0 0 15px #03f423,
              0 0 25px #03f423,
              0 0 35px #03f423;
}
.retour {
  border-radius: 4px;
  background-color: #d10606;
  
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 100%;
  padding: 20px;
  width: auto;
  height: auto;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  margin-left: 5%;
}

.retour span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.retour:hover{
  background: #d10606;
  color: #ffffff;
  box-shadow: 0 0 5px #db503d,
              0 0 15px #db503d,
              0 0 25px #db503d,
              0 0 35px #db503d;
}

.retour span:after {
  content: '\00ab';
  position: absolute;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0px;
  transition: 0.5s;
}

.retour:hover span {
  padding-left: 25px;
}

.retour:hover span:after {
  opacity: 1;
 
}
.suivant, .retour {
  width: 120px; 
}
.barsearch {
  display: none;
  overflow:hidden !important;
}

.insearch{
  border-radius: 10px;
  border: 1px solid #00000086;
  overflow:hidden !important;
}
.barsearch:target {
  
  display: inline-block;
  animation-duration: 1s;
  animation-name: coucou;
  transform-origin: left; 
  overflow:hidden !important;
}

@keyframes coucou {
  from {
      opacity: 0;
      transform: scaleX(0); 
      overflow: hidden !important;
  }

  to {
      opacity: 1;
      transform: scaleX(1);
      overflow:hidden !important; 
  }
}


.btnsearch{
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: none;
  overflow:hidden !important;
}
.barsearch:target + .search .imagesearch {
  display: none;
  overflow:hidden !important;
}

.barsearch:target .btnsearch {
  
  display: inline-block;
  background-color: transparent; 
  border: none;
  cursor: pointer;
  overflow:hidden !important;
}
.maps{
  width: 100%;
}
.maps .pin1{

  width: 20%;
  margin-left: 1.5%;
  transition: transform .6s; 
  margin-top: -29.5%;
}
.maps .pin3{
  width: 20%;
  margin-left: -27%;
  transition: transform .6s; 
  margin-top: 10%;
}
.maps .pin2{
  opacity: 1;
  width: 20%;
  margin-left: 6%;
  transition: transform .6s; 
  margin-top: -4%;
}
.maps .pin4{
  width: 20%;
  margin-left: -47%;
  transition: transform .6s; 
  margin-top: -15%;
}
.maps .pin5{
  width: 20%;
  margin-left: 1%;
  transition: transform .6s; 
  margin-top: -4%;
}
.maps .pin1:hover {
  
  transform: scale(1.5) translateY(-4px);
}
.maps .pin2:hover{
  transform: scale(1.5) translateY(-4px);
}
.maps .pin3:hover{
  transform: scale(1.5) translateY(-4px);
}
.maps .pin4:hover{
  transform: scale(1.5) translateY(-4px);
}
.maps .pin5:hover{
  transform: scale(1.5) translateY(-4px);
}

.titlemap{
  border: 3px solid white;
  background-color: white;
  height:fit-content;
  width: fit-content;
  color: black;
  padding: 5px;
  margin: 10px;
  border-radius: 5px;
  font-size: small;

}
.glow-on-hover {
  width: 220px;
  height: 50px;
  border: none;
  outline: none;
  color: #fff;
  background: #ff0000;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}

.glow-on-hover:before {
  content: '';
  background: linear-gradient(45deg,  #002bff, #008cff);
  position: absolute;
  top: -2px;
  left:-2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}

.glow-on-hover:active {
  color: #000
}

.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover:after {
z-index: -1;
content: '';
position: absolute;
width: 100%;
height: 100%;
background: #747474; 
left: 0;
top: 0;
border-radius: 10px;
}


@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}