*{
    
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body
{
    font-family: 'Poppins', sans-serif;
}

p{
    
    color: #555;
    text-align: center
}

h1
{
    text-align: center;
    margin-top: 50px;
    color: maroon;
}

h3
{
    text-align: center;
    font-size: 30px;
    color: salmon;
    margin-top: 10px;
    text-decoration: underline;
        
    
}


h4
{
    text-align: center;
    font-size: 20px;
    color: lightpink;
    margin-top: 100px;
 
        
    
}

h5
{
    text-align: center;
    margin-top: 10px
}

.rating
{
    text-align: center;
}

.cart
{
    margin-top: -30px;
    position: relative;
    
}

.Game
{
    font-weight:bold;
    color:maroon
}



/* BARRE DE NAVIGATION*/


nav
{
    
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 8vh;
    margin-top: 0px
    
}

.nav-links
{
    
    display:flex;
    width: 30%;
    justify-content: space-around;
    
  
    
}

.nav-links li
{
    
    list-style: none;
    margin: 20px;
    text-align: center;
    
    
        
    
}

.nav-links li:hover
{
    text-decoration: underline;
    transition: all 0.3s ease;
}

.nav-links a
{
    color: black;
    text-decoration: none;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 14px;
    
     
}


.serv ul 
{
    position: absolute;
    color: rgb(160,82,45);
    
}

.serv ul li
{
    display:none;
     
    padding: 8px;
    font-size: 1px;
    position: relative;
    text-align: center;
    width: 150px;
    margin-left: -32px;
    margin-top: 20px;
    

   
}

.serv ul li a
{
    color: rgb(160,82,45);
    
}

.serv:hover ul li
{
    display: block;
    color: maroon;
    transition: 0.3s ease-in;


}

.serv:hover li
{
    border: 1px solid maroon;
}


.burger
{
    display: none;
    cursor: pointer;
}

.burger div
{
    
    width: 25px;
    height: 5px;
    background-color: rgb(226, 226, 226);
    margin: 5px;
    transition: all 0.3s ease;
}


@media screen and (max-width:1024px)
{
    
        .nav-links
      {
    
   
       width: 100%;
  
      }
    
    
}
    

    

@media screen and (max-width:768px)
{
    
    body{
        
        
        overflow-x: hidden;
    }
       .nav-links
      {
    
   
      position: absolute;
      right: 0px;
      height: 28vh;
      top: 6vh;
      background-color: rgb(160,82,45);
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 45%;
      transform: translateX(100%);
      transition: transform 0.5s ease-in;
      
   
     
      
  
      }
    .nav-links li
    {
        opacity: 1;
        margin: 3px;
        
            
    }
    
    .nav-links li:hover
    {
        text-decoration: underline;
    }
    
    /* lien pour portable et tablette partie service */
    
    .serv:hover .nav-links 
    {
        height: 40vh;
       
    }
    .serv:hover
    {
        margin-top: 5px;
        margin-bottom: 200px;
        
        
      
    }
    
      .serv:hover ul li
    {
        border: 0px solid white;
        
        margin-left: -10px;
        font-size: 2px;
       
    }
    
    
    /*BURGER*/
    
    .burger
    {
        display: block;
    }
}

.nav-active
{
    transform: translateX(0%);
}


@keyframes navLinkFade
{
    from{
        opacity: 0;
        transform: translateX(50px);
        
    }
    
    to{
        
        opacity: 1;
        transform: translateX(0px);
    }
    
}

.toggle .line1{
    
    transform: rotate(-45deg) translate(-7px,8px) ;
}

.toggle .line2{
    
    opacity: 0;
}


.toggle .line3{
    
     transform: rotate(45deg) translate(-7px,-6px);
}

a{
    text-decoration: none;
    color: #555;
    
}

.infodeb
{
    margin-top: 150px;
    text-align: center;
    font-size: 20px
    
}

#mainimage .container
{
    
  
   margin: auto;
   padding-left: 25px;
   padding-right: 25px;
    
}
#mainimage
{
    margin-bottom: 50px;
   
}

.mainimage
{
     width: 100%;
   
}

.mainimage img
{
    width: 100%;
   
}

/* SECTION : comparatif */

#Comparatif h2
{
    margin-bottom: 30px
}
.col-sm-12
{
    margin-bottom: 30px;
    border: 1px solid 
    
    
}


.col-sm-4
{
   float: left;
   
    
}

.presentation
{

    width: 215px;
    height: 200px;
    margin: 100px auto;
    
        
    
}

.logop
{
    width: 100%;
    margin: 0 auto;
  
}

.logop img
{
    width: 100%;
}

.presentation p
{
    text-align: center;
    width: 200px;

}

.bonus
{
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    
        
}

.col-sm-4 li
{
    list-style: none;
   
    font-size: 14px
}

.col-sm-4 li p
{
    
    margin-top: -25px;
    
}

.col-sm-4 li img
{
    margin-left: -10px
}

.pariez
{
    text-align: center;
    margin-top: 130px;
    
}


.pariez a
{
   text-decoration: none;
    
}

.button1
{
    
    width: 200px;
    height: 50px;
    border: 1px solid darkgoldenrod;
    border-radius: 5px;
    padding-top: 15px;
    text-decoration: none;
    background-color: white;
    margin: 0 auto;
    color: saddlebrown;
    
   
}


.button1:hover
{
    background-color: saddlebrown;
    color: white;
    text-decoration: none;
    
}









/* Contact */

.footer
{
    background: #000;
    color: #8a8a8a;
    font-size: 14px;
    padding: 60px 0 20px;
    margin: 0 auto;
}

.footer img
{
    width: 180px;
    margin-bottom: 20px;
}


.footer p
{
     color: #8a8a8a;
    text-align: center;
    margin: 0 auto;
}

.footer h3
{
    color: #fff;
    margin-bottom: 20px;
     margin: 0 auto;
}

.footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4
{
    min-width: 250px;
    margin-bottom: 20px;
     margin: 0 auto;
}

.footer-col-1
{
    flex-basis: 30%;
}


.footer-col-2
{
    flex: 1;
    text-align: center;
}


.footer-col-3
{
    flex-basis: 12%;
    text-align: center;
    
}



.footer-col-4
{
    flex-basis: 12%;
    text-align: center;
}


.footer ul
{
    list-style-type: none;
}

.app-logo
{
   margin-top: 20px; 
    text-align: center;
     
}


.app-logo img
{
    width: 140px;
    
    
}
