#bandeauConsentement {
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    z-index:2;
    background-color:#0c419a;
    color:#fff;
    text-align:center;
    padding:2%;
    opacity:1
  }
  #pageConsentement {
    z-index:1;
    width:100%;
    height:100%;
    top:0;
    left:0;
    display:none;
    position:fixed;
    background-color:#ccc;
    color:#aaa;
    opacity:.4;
    filter:alpha(opacity = 50)
  }
  .consentRefuser {
    border:1px solid #fff;
    color:#fff;
    background:linear-gradient(90deg,#003763 50%,#0c419a 0);
    background-color:#0c419a
  }
  .consentAccepter {
    border:1px solid #255ea7;
    color:#255ea7;
    background:linear-gradient(90deg,#003763 50%,#fff 0)
  }
  .texteBandeau {
    margin:auto;
    margin-bottom:20px;
    width:640px
  }
  .texteBandeau,
  .texteBandeau a {
    text-align:left;
    font:normal normal normal 1rem/1.375rem Open Sans;
    letter-spacing:0;
    color:#fff;
    opacity:1
  }
  .texteBandeau a {
    border-bottom:1px solid
  }
  .consentAccepter,
  .consentRefuser {
    background-size:200% 100%;
    background-position:100% 100%;
    margin-left:10px;
    transition:all .5s ease;
    font-family:Open Sans;
    height:40px;
    border-radius:19.5px;
    cursor:pointer;
    white-space:normal!important;
    line-height:1.14;
    width:140px
  }
  .cache {
    display:none
  }
  @media(max-width:767px) {
    .texteBandeau {
      width:300px
    }
    #accepteCookie {
      margin-left:5px
    }
  }
  .help-window {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 1000;
    max-width: 300px;
    font-size: 14px;
}

.help-close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    padding: 0;
}

.help-close-btn::before {
    content: '×';
    color: #333;
}
  