<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  body {
    background-color: #f5f8ff;
  }
  #cookiePopup {
    background-color: #ffffff;
    position: fixed;
    font-size: 14px;
    width: 70vw;
    max-width: 42.85em;
    box-shadow: 0 0 2em rgba(5, 0, 31, 0.15);
    font-family: "Poppins", sans-serif;
    text-align: justify;
    line-height: 1.8em;
    padding: 2em 1.4em;
    border-radius: 6px;
    transition: all 0.5s ease-in;
   
  }
  #cookiePopup img {
    display: block;
    width: 3.75em;
    transform: translateZ(0);
    position: relative;
    margin: auto;
  }
  
  #cookiePopup i {
    display: block;
    width: 2em;
    transform: translateZ(0);
    position: relative;
    margin: auto;
    margin-left: auto;
    margin-right: auto ;
    
  }
  
  
  #cookiePopup p {
    text-align: center;
    margin: 1.4em 0;
  }
  
  #cookiePopup a {
    color: #00a6d9;
  }
  .hide {
    visibility: hidden;
    bottom: 0;
    right: 2em;
  }
  .show {
    visibility: visible;
    bottom: 2em;
    right: 2em;
    
  }
  @media only screen and (max-width: 37.5em) {
    #cookiePopup {
      width: 100%;
    }
    .hide {
      bottom: 2em;
      right: 0;
    }
    .show {
      right: 0;
      bottom: 0;
    }
  }
  
  
  .annonce{
  
    text-align: center;
    margin: 1.4em 0;
    color: black;
    letter-spacing: 0em;
  
  }



  #annoncehr {

    border: 0;
		border-bottom: solid 2px rgba(0, 0, 0, 0.3);
		margin: 2.5em 0;
  }
  
  </pre></body></html>