/** ----------------------------------------- */
/** CSS BANIÈRE POUR AVIS TEMOINS - COOKIES   */
/** 2023-10-22                                */
/** DERNIÈRE MODIFICATION 2024-03-18          /*
/** ----------------------------------------- */
@charset "UTF-8";

#banniere_cookies {
  position: fixed;
  color: white;
  background-color: blue;
  bottom: 4%;
  left: 26%;
  width: auto;
  max-width:500px;
  padding: 10px 20px 10px 10px;
  margin: 5px;
  box-sizing: border-box;
  z-index: 10;
  border-radius: 6px;
}
/** ------------------------------------------- */
/** FIN CSS BANIÈRE POUR AVIS TEMOINS - COOKIES */
/** ------------------------------------------- */