/* CSS Document */
/* Render les codes hexa configurable */

#cookie-wrapper{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;

  background-color: rgba(0,0,0,.5);
  z-index: 99999 !important;
}

#cookieChoiceInfo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  max-width: 600px;
  padding: 30px;

  background-color: white;
  border-radius: 4px;

  text-align: center;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
}

#cookieChoiceInfo span {
  display: block;
  color: #000000;
}

#cookieChoiceInfo a#cookieChoiceDismiss, #cookieChoiceInfo a#cookieChoiceDecline{
  display: inline-block;
  margin: 25px 5px 20px;
  padding: 10px 20px;

  background-color: #000000;

  color: #ffffff;
  text-decoration: none;
}

#cookieChoiceInfo #cookieChoiceMore {
  color: #000000;
}
