#tool_haut { width:100%; display:block; background-color: var(--menu-bg-color); color:#fff;}
#content_tool_haut {  margin:auto; max-width:1200px; font-size:15px; padding-top:3px; display:flex;  justify-content:space-between;}

#livraison { color:#fff; float:left; padding-left:5px; font-weight:200; padding-top:3px; font-size:1em;}
#comptepanier { color:#fff; float:right; padding-right:5px; font-weight:200;}
#comptepanier a { color:#fff;}
#comptepanier a:hover { color:#0d7405;}
.tool_total_panier {color:#fff; font-size:17px;  font-weight:200;}
#comptepanier img {padding-right:5px; padding-top:3px; width:16px;}



#tete { width:100%; top:0px; position:absolute; z-index:40; border:0px solid red; height:100px; background: #5e7066;}
#content_tete { margin:auto; max-width:1200px; background:var(--menu-bg-color);}



@media only screen and (max-width:640px) {
  #tool_haut { display:none; }
  #livraison { display: none; }
  #content_logo { display:none;border:0px solid red; padding:0px; clear:both; width:100%; margin:0px; text-align:center; }
  #content_logo IMG { display:none; max-height:60px;  margin: auto; }
  #tete { display:none; height:60px; top:0px; }
}
