
html, body {
padding: 0;
margin: 0;
min-height: 100%;
}
body {
box-sizing: border-box;
background: white;
background-size: cover;
background-repeat: repeat-x;
background-position: 0%;
background-blend-mode: darken;
display:flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
height: 100%;
/*overflow-y: auto;
overflow-x: auto;*/
}
            
@media screen and (max-width: 200px) {
body {
display: none;
                
}
}



/* DEBUT HEAD BAR */

.headbar{
/*box-sizing: border-box;  */
background-color: white;
/*background-color:transparent;*/
width: 100%;
height: 50px;
position: fixed;
top: 0;
/*padding: 0px 5px  5px;*/
z-index: 10;
display:flex;
/*flex-direction: initial;*/
align-items: center;
justify-content: center;
box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;                       
}

.language_icon{   
position: absolute;
display: flex;
align-items: center;
justify-content: center;        
background-image: url('image-icons/language-icon.png');
background-repeat: no-repeat;
/*background-position: 0%;*/
background-size: 100% 100%;
/*background-color: black;*/
width: 40px;
height: 40px;
font-family: sans-serif;
cursor: pointer;
right: 10px;
/* margin-right: -35px;
margin-left: 10px;8*/
max-width: 40px;
min-height: 40px;  
/*background-color: #f5c6cb;*/
box-sizing: border-box;           
} 

.cart_icon{   
position: absolute;
display: flex;
align-items: center;
justify-content: center;        
background-image: url('image-icons/cart-icon.png');
background-repeat: no-repeat;
/*background-position: 0%;*/
background-size: 100% 100%;
/*background-color: black;*/
width: 35px;
height: 35px;
font-family: sans-serif;
cursor: pointer;
right: 70px;
/* margin-right: -35px;
margin-left: 10px;8*/
max-width: 35px;
min-height: 35px;  
/*background-color: #f5c6cb;*/
box-sizing: border-box;           
} 

.search_icon{
position: absolute;
display: none;
align-items: center;
justify-content: center;        
background-image: url('image-icons/search-icon.png');
background-repeat: no-repeat;
/*background-position: 0%;*/
background-size: 100% 100%;
/*background-color: black;*/
width: 30px;
height: 30px;
font-family: sans-serif;
cursor: pointer;
right: 120px;
/* margin-right: -35px;
margin-left: 10px;8*/
max-width: 30px;
min-height: 30px;  
/*background-color: #f5c6cb;*/
box-sizing: border-box;

}

@media screen and (max-width: 1030px) {
.search_icon {
display: flex;
/*right: 0;
left: 0;
margin: 0 auto;*/
}
}
    
.search_box{
position: absolute;
display: flex;
align-items: center;
justify-content: center;
width: 150px;
height: 30px;
font-family: sans-serif;
background-color: #f5c6cb;
box-sizing: border-box;
border: 1px solid #434242;
}

.search_box_form{
width: 80px;
height: 20px;
border-right: 30px;
border: 1px solid #434242;
outline: 0;
}


.menu_icon{   
position: absolute;
display: flex;
align-items: center;
justify-content: center;        
background-image: url('image-icons/menu-icon.png');
background-repeat: no-repeat;
/*background-position: 0%;*/
background-size: 100% 100%;
/*background-color: black;*/
width: 25px;
height: 25px;
font-family: sans-serif;
cursor: pointer;
left: 10px;
margin-right: -35px;
margin-left: 10px;
max-width: 35px;
min-height: 35px;  
/*background-color: #f5c6cb;*/
box-sizing: border-box;           
} 

.logo{   
position: absolute;
display: flex;
align-items: center;
justify-content: space-between;        
/*text-align: left;*/
/*font-size: 40px;*/
/*font-size: 2vw;*/
background-image: url('image-icons/h5.png');
background-repeat: no-repeat;
/*background-position: 0%;*/
background-size: 100% 100%;
/*background-color: black;*/
width: 55px;
height: 55px;
font-family: sans-serif;
/*color: #0687f1;*/
/*padding: 10px;*/
left: 30px;
margin-right: -35px;
margin-left: 10px;
font-weight: bold;
max-width: 125px;
min-height: 55px;  
/*background-color: #f5c6cb;*/
box-sizing: border-box;           
}

@media screen and (max-width: 1030px) {
.logo {
/*display: none;*/
right: 0;
left: 0;
margin: 0 auto;
}
}
    
@media screen and (width: 240px) {
.logo {
width: 90px;
}
}

/*.logo_text{
position: absolute;
display: flex;
align-items: center;
justify-content: space-between;
width: 55px;
height: 55px;
font-family: sans-serif;
color: #eed30b;
left: 80px;
margin-right: -35px;
margin-left: 10px;
font-weight: bold;
max-width: 120px;
min-height: 30px;  
box-sizing: border-box;    

}

@media screen and (max-width: 1030px) {
.logo_text {
right: 0;
left: 0;
margin: 0 auto;
}
}
        
@media screen and (width: 240px) {
.logo_text {
width: 90px;
}
}*/


/* FIN HEAD BAR */



.livraison_ban{
box-sizing: border-box;  
background-color: rgb(6, 221, 199);
color: white;
text-align: center;
font-size: 15px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
/*background-color:transparent;*/
width: 100%;
min-height: 50px;
position: fixed;
left: 0;
top: 50px;
padding: 0px 5px  5px;
z-index: 10;
display:flex;
flex-direction: initial;
align-items: center;
justify-content: center;
/*box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;                       
*/
}
    
/* DEBUT SOON */
    
.soon{
position: fixed;
display: flex;
align-items: center;
justify-content: center;
top: 55px;
display:flex;
/*flex-direction: initial;*/
background-color: white;
color: rgb(104, 104, 105);
text-align: center;
/*background-image: url('image-icons/');*/
background-repeat: no-repeat;
/*background-position: 0%;*/
background-size: cover;
/*background-color:transparent;*/
background-position: center;
width: 100%;
height: 500px;
animation: slide 16s infinite;
/*transform: translate(-50%,-50%);*/
box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;                       
}
    
  
    
    
/*FOOTER*/
    
.index_footer {
position: relative;
margin-top: 520px;        
bottom: -50px;
width: 100%;
background-color: none;
color: rgb(146, 146, 146);
text-align: center;
font-size: 12px;
}
    
.footer {
position: relative;
margin-top: 520px;        
bottom: -800px;
width: 100%;
background-color: none;
color: rgb(146, 146, 146);
text-align: center;
font-size: 12px;
}
                      
    /*FIN FOOTER*/