@font-face {
  font-family: "FontAwesomeSolid";
  font-weight: bold;
  font-style: normal;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-solid-900.ttf") format("truetype"); }
#consentement {
  background-color: rgba(8, 169, 75, 0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999; }
  #consentement p, #consentement a {
    color: #FFF;
    font-size: 13px; }
  #consentement a {
    text-decoration: underline !important; }
    #consentement a.close_consent {
      font-size: 1.75rem;
      position: absolute;
      right: 40px;
      text-decoration: none !important; }
      @media (max-width: 576px) {
        #consentement a.close_consent {
          right: 25px; } }

#consentement_popup {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 25px 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  #consentement_popup .bgdark {
    background-color: #f6f6f6; }
  #consentement_popup > .container {
    background-color: #FFF;
    box-shadow: 0 0 20px #000; }
  #consentement_popup .close_consentement_popup {
    color: #000;
    font-size: 2.5rem;
    font-weight: 700;
    position: absolute;
    top: 10px;
    right: 25px;
    text-decoration: none;
    z-index: 9; }
  #consentement_popup .browsers {
    list-style: disc;
    margin-left: 30px; }
    #consentement_popup .browsers a {
      color: #0d3240;
      font-size: 18px;
      position: relative; }
      #consentement_popup .browsers a:after {
        content: " \f35d";
        font-family: fontawesomesolid;
        color: #0d3240;
        font-size: 10px;
        position: absolute;
        top: 5px;
        right: -15px;
        /*
        content: ' ';
        display: inline-block;
        background-image: url('../img/icone-nouvelle-fenetre.png');
        background-repeat: no-repeat;
        height: 14px;
        width: 14px;
        margin-left: 0.75rem;
        */ }
  #consentement_popup h1 {
    color: #0d3240;
    font-size: 50px;
    text-transform: uppercase; }
  #consentement_popup h2 {
    font-size: 2.25rem;
    font-weight: 700; }
  #consentement_popup p, #consentement_popup li {
    color: #000;
    font-size: 18px; }
    #consentement_popup p i, #consentement_popup li i {
      color: #737373;
      font-style: italic;
      margin-bottom: 0; }
    #consentement_popup p.green, #consentement_popup li.green {
      color: #08a94b; }
  #consentement_popup ul {
    list-style: disc;
    margin-left: 22px; }

/*# sourceMappingURL=cookie.css.map */
