
body {
    font-family: 'Source code pro', Calibri, serif;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-size: 5%;
    font-family: verdana, cursiva, serif;
    background-color:white;
    background-attachment: fixed;

    /*background-image: url("img/naruto1.gif");
    background-size: 10%;
    background-repeat: no-repeat;
    background-position: 25px 200px;*/
}


.logojg{
    position: fixed;
    left: 1%;
    top: 0.5%;
    color:aqua;
    font-weight: bold;
    font-size: 2em;
    text-decoration: none;
}
.logojg span{
    color: black
}



/**********************************************BARRE D'OUTIL TOUS EN HAUT**************************************************/
.main-head{
    position: fixed;
    top: 5%;
    padding: 1%;
    background-color: rgba(0,0,0,5);
    opacity: 0.9;
    width: 100%;
    z-index: 1;
}


.img3{
    position: fixed;
   right: 1.5%;
    top: 6%;
}
.img2{
    position: fixed;
   right: 10%;
    top: 6%;
}
.img1{
    margin-left: 10%;
}
#search{
    position: fixed;
   left: 20%;
    top: 7.5%;
    border-radius: 30px;
}
nav{
    width:89%;
    display: flex;
    align-items: center;
}
/*barre d'outil largeur hauteur*/
nav > ul{
    display: flex;
    position: fixed;
    left: 50%;
    top: 6%;
}
nav > ul::after{
    content: "";
    display: flex;
    clear: both;
}
/*aligner les option de la barre d'outil et les mettre a gauche/droite*/
nav > ul > li{
    float: right;
    position: relative;
}
/*marje ente les option de la barre d'outil*/
nav > ul > li > a{
    padding: 20px 20px;
    color:beige;
}


/*permet de ne pas atribuu� de style au text du menu deroulant*/
nav li{
    list-style-type: none;
}
/*******/
.submenu{
    display: none;
}

nav a{
    display: inline-flex;
    text-decoration: none;
}
/*affichage du menu deroulant*/
nav li:hover .submenu{
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 0px;
    padding: 0px;
    z-index: 1000;
}
/*couleur des bare du menu deroulant*/
.submenu li{
    border-bottom: 1px solid rgb(161, 6, 175);
}
/*menu deroulant taille et police*/
.submenu li a{
    padding: 30px 30px;
    font-size: 13px;
    color: black;
    width: 270px;
}


/*permet de changer la couleur de fond des option lorsque la souri les surplante*/

.menu-contact:hover{
    border-top: 5px solid #424558;
    background-color:rgb(60, 99, 97);
}
.menu-jeux:hover{
    border-top: 5px solid #424558;
    background-color: rgb(60, 99, 97);
}
.menu-manga:hover{
    border-top: 5px solid #424558;
    background-color: rgb(60, 99, 97);
}
.menu-abonnement:hover{
    border-top: 5px solid #424558;
    background-color: rgb(60, 99, 97);
}
/*fin surplante*/


/*submenu*/



.menu-contact .submenu > li > a::after{
    content: "";
    display: block;
    position: absolute;
    width: 40%;
    height: 1px;
    background: #000000;
    transform: scale(0);
    transition: transform 0.2s ease-in-out;
}

.menu-contact .submenu > li > a:hover::after{
    margin-top: 10%;
    transform: scale(1);
    font-size: 12%;
}

.menu-contact .submenu{
    background-color: silver;
    list-style-type: none;
}

/**/



.menu-jeux .submenu > li > a::after{
    content: "";
    display: block;
    position: absolute;
    width: 40%;
    height: 1px;
    background: #000000;
    transform: scale(0);
    transition: transform 0.2s ease-in-out;
}

.menu-jeux .submenu > li > a:hover::after{
    margin-top: 10%;
    transform: scale(1);
    font-size: 12%;
}

.menu-jeux .submenu{ 
  background-color: silver;
}

/**/

.menu-manga .submenu > li > a::after{
    content: "";
    display: block;
    position: absolute;
    width: 40%;
    height: 1px;
    background: #000000;
    transform: scale(0);
    transition: transform 0.2s ease-in-out;
}

.menu-manga .submenu > li > a:hover::after{
    margin-top: 10%;
    transform: scale(1);
    font-size: 12%;
}
.menu-manga .submenu{ 
    background-color: silver;

}

/**/
.menu-abonnement .submenu > li > a::after{
    content: "";
    display: block;
    position: absolute;
    width: 40%;
    height: 1px;
    background: #000000;
    transform: scale(0);
    transition: transform 0.2s ease-in-out;
}

.menu-abonnement .submenu > li > a:hover::after{
    margin-top: 10%;
    transform: scale(1);
    font-size: 12%;
}

.menu-abonnement .submenu{
    background-color: silver;
}



/***********************************************FIN BARRE D'OUTIL**************************************************/



.globale{
    width: 90%;
    min-width: 50%;
    
    margin-left: auto;
    margin-right: auto;
   border-color: 1px black;
  

}

.slide4img{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
   
    margin-top: 15%;
   
}
.play{
   display: flex;
   flex-direction: row;
   justify-content: space-around;
   padding: 7%;
 
}
.sallon{
    display: flex;
    justify-content:center;
    
    
   
  
}
.imgsallon{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgplay{
    margin-top: 5%;
}
.home1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 7%;
}


/******************************/


  

.slider{
    width: 600px;
    overflow:hidden;
}


.slides{
    width: calc(600px *  6 );
    animation: glisse 35s infinite;
}

.slidex{
  float:left;
}

@keyframes glisse {
    0%{
        transform: translateX(0);
    }
     16%{
        transform: translateX(-600px);
    }

    33%{
        transform: translateX(-1200px);
    }
    48%{
        transform: translateX(-1800px);
    }

    66%{
        transform: translateX(-2400px);
    }
    80% {
        transform: translateX(-3000px);
    }
    
    100%{
        transform: translateX(0);
    }
}

/***********************************************FIN image et slid**************************************************/


/*******navigation******/


.button{
    background-color: rgb(255, 255, 255);
    border: none;
    color:rgb(14, 13, 13);
    padding: 1%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12%;
    margin: 5% 5%;
    border-radius: 1rem;
}

.button:hover{
    background-color: aqua;
}

.button strong{
    font-size: 1.5rem;
}

/***********************************************num et mail*****************************************************************/

.num{
    font-family: Arial, Helvetica, sans-serif;
}
.mail{
    font-family: Arial, Helvetica, sans-serif;
}

/**********************************************video***********************************************************************/
.videoep{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 50%;
    width: 100%;

    margin-bottom: 10%;
    margin-top: 1%;
}
.video{
    display: flex;
    justify-content: center;
}
.tt{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 10%;
}

.videoy{
    display: flex;
    justify-content: center;
}

/*********************************texte fin premier page********************************************************************************************/


.txtfin{
    display: flex;
    flex-direction:row;
    justify-content:right;
    height: 300px;
    width: 100%;
   
    align-items:flex-end;
    flex-wrap: wrap;
    margin: 50px auto;
}
.span{
    font-family:'Fredoka One', cursive;
    font-size: 150%;
}

.pr{
    
    
    height: 40px;
    width: 100px;
    margin: 50px auto;
    padding: 50px ;
}
.dx{
   
    height: 40px;
    width: 100px;
    margin: 50px auto;
    padding: 50px;
    opacity: 50px;
  
}
.tr{
  
    height: 40px;
    width: 100px;
    margin: 50px auto;
    padding: 50px ;
   
}
.fin{
    padding: 0px;
}
.condition{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 20px;
}
/**************************************************************************************************/
.text{
    text-align: center;
    display: flex; 
}
.resume{
    text-align: center;
    display: flex; 
    justify-content: center;
}
.th{
    text-align: center;
    display: flex; 
    justify-content: center;
}

/***************************page1 image*********************************************************************/

.imgh{
    margin: auto 10%; 
}
h4{
 font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}





/*******************************************page2**************************************************/

.table2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: solid 0px;
    padding: 5%;
}
.imgp2{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 10%;
    object-fit: cover;
   margin-top: 1%;
}
.sousimgp2{
    width: 300px;
    height: 200px;
    width: calc(300px *  10 );
    object-fit: cover;
    margin: 10px;
}

@media screen and (max-width:480px)
{
.globale{
width:90%;
display:flex;
flex-direction:column;
justify-content:space-around;



height: 100%;
min-width: 340px;
margin-top: 50%;
margin-left: auto;
margin-right: auto;
border-color: 1px black;
}
.slider{
    height: 200px;
    width: 200px;
    overflow:hidden;
}

.slides{
    width: calc(100px *  30 );
    animation: glisse 35s infinite;
}
.slidex{
    float:left;
  }
  
  @keyframes glisse {
      0%{
          transform: translateX(0);
      }
       16%{
          transform: translateX(-600px);
      }
  
      33%{
          transform: translateX(-1200px);
      }
      48%{
          transform: translateX(-1800px);
      }
  
      66%{
          transform: translateX(-2400px);
      }
      80% {
          transform: translateX(-3000px);
      }
      
      100%{
          transform: translateX(0);
      }
  }
.img{
   
width: 20%;
height: 20%;
}

.play{
    height: 20%;
    width: 20%;
}
.one{
    height: 5%;
    width: 5%;
}
.slide4img{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
#mama{
    width: 100%;
    height: 100%;
   
}



.condition{
    margin-top: 100%;
    height: auto 5%;
    width: auto 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.main-head{
   display: flex;
   flex-direction: column;
   justify-content: space-around;
   
}
.home1{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: auto;
    height: auto;
}
}



/*************************************************************************EN PLUS******************************************************************************/

#searchBox {
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    border: none;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    top: 10px;
    left: 10px;
    position: fixed;
  }
  .imgrch{
    position: fixed;
    left: 260px;
     top: 10px;
  }
  
  .highlight {
    background-color: rgb(136, 206, 233);
    font-size: 20px;
  }
  #space{
    display: flex;
    flex-direction:row-reverse;
    justify-content: space-around;
    margin-left: 50px;
    margin-bottom: 50px;
  }
  .ex{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  /* /*****************************MORPION********************************************** */
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  
  
  .cell {
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    cursor: pointer;
  }
  
  .cell:nth-child(3n) { border-right: none }
  .cell:nth-child(6) ~ .cell { border-bottom: none }
  
  .board {
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    margin: 4rem;
  }
  
  .white { color: white }
  
  #gameEnd {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: black;
  }
  
  #gameEnd p, #gameEnd input {
    position: fixed;
    top: 45%; left: 45%;
    transform: translate(-45%, -45%);
    text-align: center;
  }
  
  #gameEnd p { margin-top: 2rem }
  /************************DEVINE LE NOMBRE************************************/
  #container{
 margin:40px;
  }
  /************************SLIDER JS********************************************/
  .slidert {
    height: 50vh;
    position: relative;
  }
  
  .slidert img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .5s;
  }
  .slidert img.active {
    opacity: 1;
  }
  
  .suivant, .precedent {
    color: white;
    font-size: 3rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .suivant{
    right: 1rem;
  }
  .precedent{
    left: 1rem;
  }
  
  /*****/
 
