/* Banniere cookies */

.banniere {
    background:rgba(4, 25, 46, 0.979);
    position: fixed;
    bottom: 0;
    width: 100%;
    display:flex;
    color: white;
    justify-content: space-around;
    padding: 15px;
  
  }
