html{
    scroll-behavior: smooth;
  }
body { 
    margin:0;
    padding:0;
    left:0;
    background-color: #F1F1F1;
    color: #171616;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
	min-height: 100vh;
}

a { text-decoration: none;}

a:hover {
    color: #cd0808;
    text-decoration: none;
}

/*header*/

.barrenav { /*les 2 barres*/
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    height:128px;
    box-sizing: border-box;
}

.navbar { /*partie grise*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height:90px;
    background-image: url(/images/fondgris.webp) ; 
}
.logo_DPL{
    width:150px;
    height:auto;
 }
 
.conteneurliens{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.nav-item  { 
    font-family: "DM Sans";
    font-size:16px;
    font-weight: 400;
    text-decoration: none;
    color :rgb(14, 13, 13);
    padding-right: 6%;
    position: relative;
    white-space: nowrap;
    }

.nav-link:hover{
    text-decoration: underline;  
    text-underline-offset: 0.3rem ; 
    text-decoration-color: #cd0808; 
}

.hamburger {/*bouton burger absent grande resolution*/
    display: none; 
  }
  .conteneuricones{
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
  }
  .boutonicone{/*partie droite*/
    background-color: transparent;
    border: none;
    cursor: pointer;
}
/*liseré rouge*/
.bandeshop{ 
    height:2.5px;
    background-color: #350202 ;
}
/* e-shop*/
.headernavshop{
    width: 100%;
    height:35.5px;
    font-weight: 300;
    background-color: #a50404;
}
.headernavshop table {
    width: 100%;
    color: #f1f1f1;
}
.headernavshop tbody{
    display: flex;
    flex-direction:row;
    justify-content: space-around;
    gap:1%;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    letter-spacing: 2px ;
    text-transform: uppercase;
    font-weight: 300 ; 
    color: #F1F1F1; 
}
.headernavshop a{
    color:#f1f1f1;
    font-size: 13px;
}
.fixed  {
    width: 100%;
    position:fixed; 
    top:0;
    z-index:10;
}

/*footer*/
.footer{
    background-color: rgba(3, 4, 4, 0.95);
    width: 100%;
  
}

.partiehautefooter{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.arrangementfooter{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;  
    width:100%;
    max-width:800px;
    margin: 0 auto;
    word-break: break-word;
    hyphens: auto; 
    padding:1.4rem 0 0 0 ;
}



  .nav-footer{  
   min-width: 33%;
    height:300px;
    text-align: center;
    place-items: center;
    
  
}
  
.nav-footer h2{
    text-decoration :none;
    color:#f1f1f1;
    width:100%;
    height: 50px;
    font-size: 15px;
    text-decoration: underline;   
    text-underline-offset: 0.7rem;  
}
  
.nav-footer tr{
    color: #e4dede;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    letter-spacing: 2px ;
    text-transform: uppercase;
    font-weight: 200 ; 
}
.nav-footer tr a{
    color: #e4dede;
}
.nav-footer tr a:hover{
    color:  #cd0808;
}



