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


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

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

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

h3
{
    text-align: center;
    font-size: 30px;
    color: rgb(160,82,45);
    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;
    
}





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


.infodeb
{
    margin-top: 50px;
    margin-bottom: 50px
    
}


/* SECTION : main imagef */

#mainimage .container
{
    
  
   margin: auto;
   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;
}
.col-sm-12
{
    margin-bottom: 30px;
    border: 1px solid;
    border-radius: 5px;
    
}

.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;
}


.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;
    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
{
    margin-bottom: 30px
}


.biscuit
{

    margin: 0 auto;
    
}


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

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

.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
}

.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
}



.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;
    
}





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


