*{
    
    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;
}

h2
{
    text-align: center;
    margin-top: 30px;
    color: maroon;
}

h3
{
    text-align: center;
    font-size: 30px;
    color: rgb(160,82,45);
    margin-top: 10px;
    text-decoration: underline;
        
    
}


h4
{
    
    font-size: 20px;
    color: lightpink;
  
 
        
    
}

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

.rating
{
    text-align: center;
}

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





/* 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: 8;
    font-size: 1px;
    position: relative;
    text-align: center;
    width: 150px;
    margin-left: -32px;
    margin-top: 20px;
    

   
}

.serv ul li a
{
    color: black;
    
}

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


}

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


.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: 38vh;
      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 ul li
    {
        color: brown;
      
    }
    
      .serv:hover ul li
    {
        
      
        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);
}





/* SECTION : infos */

.informationpays
{
    margin-top: 100px;
    margin-bottom: 30px;
    
}

.informationpays .row
{
  
    padding-left: 25px
    
}
.infospays
{
    max-width: 250px;
    max-height: 200px;
    float: left;
    margin: 20px
}

.infospays img
{
    width: 100%;
}


.attention
{
    max-width: 500px;
    float: left;
    margin-top: 20px
}

.attention img
{
    width: 100%;
}

.attention h2
{
    font-size: 15px
}


.heading1
{
    margin-top: 90px
}


/* SECTION : LES COMPARATEURS */









.services-block
{
    
    border: 1px solid;
    padding-left: 65px;
    margin-top: 0px
}
.container .card
{
    float: left;
    max-width: 300px;
    height: 260px; 
    background: #fff;
    margin: 10px 10px;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 202px rgba(0,0,0,0.5);
    transition: 0.3s ease-in-out;
   
    
    
}

.container .card .imgBx
{
    
    position: relative;
    width: 100%;
    height: 260px;
    top: 10px;
    z-index: 1;
    margin: auto;
    
    
    
}


.container .card .imgBx img
{
    
    max-width:  100%;
    border-radius: 4px ease-in-out;
    
}


.container .card:hover

{
   height: 900px;
   
     
}

.container .card:hover .imgBx
{
    
    width: 100%;
    transition: 0.3s;
}


.container .card h3
{
    margin: auto;
   
   
    
    margin-top: 10px;
    
    text-align: center
    
    
}





.container .card .content
{
    
    position:relative;
   
    padding: 10px 15px;
    text-align: center;
   
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
     
  
    
}

.content li
{
    
    list-style: none;
    float: left;
}

.content p
{
    
    list-style: none;
    float: right;
    margin-left: 10px;
}

.content li img
{
    width: 20px;
    height: 20px;
}


.container .card:hover .content
{
    visibility: visible;
    opacity: 1;
    
    transition-delay: 0.3s; 
    
}



.dividerdotte
{
    border: 1px dotted brown;
    margin-top: 280px;
    margin-bottom: 20px;
}


.parier 
{
    width: 200px;
    height: auto;
   
    text-align: center;
    margin: 0 auto;
    font-size: 30px;
    margin-top: 20px;
    font-weight: bold;
    background-color: brown;
    
   
   
}

.parier p
{
    text-align: center;
   
    width: 100%;
    height: 50px;
    color: brown;
     background-color: white;
    border-radius: 10px;
    border: 1px solid brown;
    
}

.parier p:hover
{
    text-align: center;
   
    width: 100%;
    height: 50px;
    color: whitesmoke;
     background-color: brown;
    border-radius: 10px;
    
}



/* SECTION : etoiles */

.star_rating
{
    width: 100%;
 
    padding-top: 60px;
    margin: 0 auto;
    padding-left: auto;
    padding-right: auto;
    
}


.star1
{
    width: 30px;
    height: 40px;
    float: left;
    margin-top: 20px;
    
}

.star1 img
{
    width: 100%;
}




/* SECTION : COMPARATIF bookmakers */

.comparatifbook
{
    
    margin-top: 30px
}

.comparateurs
{
   
    margin-top: 20px;
    
}

.comparateurs li
{
    border: 1px solid ;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    
    
}

.comparateurs li:hover
{
    border: 3px solid brown;
    text-decoration: none;
    
 
    
}


.comparateurs li a:hover
{
   
    text-decoration: none;
    
 
    
}


.comparatifbook img
{
    width: 110px;
    float: left;
    
}

.comparatifbook p{
    
  
    width: 300px;
    height: 50px;
    text-align: center;
    padding-top: 14px;
    font-weight: bold;
    font-size: 25px;
    margin-left: 20px
    
}

.star_rating
{
    float: right;
    margin-top: -75px;
    user-select: none;
    

}
.star
{
    font-size: 3rem;
    color: #ff9800;
    background-color: unset;
    border: none;
    outline: none;
    user-select: none;
    
}

.star:hover
{
    border: none;
    
}




/







/* SECTION : main imagef */

#mainimage .container
{
    
  
  
   padding-left: 25px;
   padding-right: 25px;
    
}

#mainimage .row
{
     height: 500px;
     width: 100%;
     background-image: url(MAIN%202.JPG);
     background-repeat: no-repeat;
     background-size: cover;
    
    
    
     
}


#mainimage h1
{
    color: aliceblue;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px
    
    
}




/* SECTION : comparatif */

#Comparatif h2
{
    margin-bottom: 30px;
    
}

#Comparatif ul
{
    
}

#Comparatif li
{
    text-align: center;
   list-style-type: none;
}


.divider
{
    width: 200px;
    height: 3px;
    border: 1px solid rgb(160,82,45);
    margin: 50px auto;
    background-color: rgb(160,82,45)
    
}

.consiste
{
    margin-top: 300px;
    font-weight: bold;
}




.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;
    height: 500px;
    margin: 0 auto;
 
}

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


/* nous contacter*/

#contact
{
    
    background: #efefef;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #777;
    margin-top: 100px;
        
}

.cont
{
    text-align: center
}

.contact-form
{
    
    padding: 0px;
}

.form-group
{
    margin: 10px;
}



.form-control
{
    
    border-radius: 0 !important;
    border: none !important;
}

::placeholder
{
    
    color: #999 !important;
}

.follow
{
    
    background: #ffff;
    padding: 10px;
    margin: 10px;
    
}


.contact-info .fa
{
    margin: 10px;
    color: #007bff;
    font-weight: Bold;
    
}



.blue
{
    color: #0069d6;
    
}

.commentss
{
    font-style: italic;
    color: #d82c2e;
   
}

.btn btn-primary
{
    transition: all 0.3s ease-in 0s;
}


.thank-you
{
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    font-size: 22px;
}





/* Témoignage */

#alimentaire-slider;
{
    margin-top: 50px;
}

#alimentaire
{
    margin-bottom: 30px;
    margin-top: 80px
}

#alimentaire1
{
    margin-top: 130px;
}


.biscuit
{

    margin: 0 auto;
    
}


.imgc
{
    width: 300px;
    height: 250px;
    margin-bottom: -100px;
    
    
}

#alimentaire img
{
    border-radius: ;
    width: 220px;
    height: 100%;
    border: 20px solid White;
   
    margin-left: 13%
    
    
}

.comments
{
    border: 1px dotted rgb(160,82,45);
    width: 300px;
    height: 300px;
    margin-top: 
        
}

.comments h4
{
    color: rgb(160,82,45);
    margin-bottom: 10px;
    margin-top: 90px;
    text-align: center;
}

.comments h6
{
    text-align: center;
}



#alimentaire p
{
    content: "\201C";
    top: 0;
    left: 10px;
}


blockquote
{
    display: block;
    position: relative;
    margin-bottom: 10px;
    width: 300px;
    height: 150px;
  
    margin-top: -30px;
    
}

blockquote p
{
    
    margin-bottom: -20px;
    font-size: 20px;
    font-weight: bold;
    
}



.comments blockquote::before
{
    content: "\201C";
    font-size: 80px;
    margin-left: 15px;
    margin-bottom: -60px;
    display: block;
  
    
}

.comments blockquote::after
{
    content: "\201D";
    font-size: 40px;
    margin-left: 250px;
    font-size: 80px;
    display: block;
    
}




.comments1
{
   
    width: 300px;
    height: 300px;
    
        
}

.comments1 img
{
    width: 100%;
    height: 100%;
}


/* SECTION BAVARDAGE */

#bavardage
{
    text-align: justify;
}


/* 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;
    
    
}


