.popup-content {
  background: white;
  position: fixed;
  bottom: 0;
  border-top: 1px solid black;
  z-index: 1999;
}

.button-margin {
  margin: 20px 10px 20px 10px;
}

.cookie-text {
  font-size: 12px;
}
@media (max-width: 1200px) {
  .cookie-text {
    margin: 0px 15px;
    text-align: center;
  }
}

.popup-success-title {
  padding: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #339133;
}

.popup-message {
  padding: 0px 20px;
}

.cookie-title {
  font-weight: bold;
  margin: 10px 0px;
  font-size: 15px;
}

.button-cookie-refuse {
  border: 2px solid #3f8567;
}

/*# sourceMappingURL=cookie_popup.css.map */