@import "../_default/index.css";

/* Custom properties */
:root {
  --brand-primary: #e95420;
  --brand-background-primary: #111;
}

.confheader {
  background: linear-gradient(
      to bottom left,
      rgba(71, 145, 154, 0.16) 0,
      rgba(71, 145, 154, 0.16) 49.9%,
      transparent 50%
    ),
    linear-gradient(
      to bottom right,
      rgba(71, 145, 154, 0.16) 0,
      rgba(71, 145, 154, 0.16) 49.9%,
      transparent 50%
    ),
    linear-gradient(
      to top left,
      white 0%,
      white 49.3%,
      rgba(255, 255, 255, 0) 50%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(246deg, #47919a 0%, #47919a 53%, #2b585d 100%);
  background-blend-mode: multiply, multiply, normal, normal;
  background-color: #111;
  background-position: top right, top left, right bottom -1px, left top;
  background-repeat: no-repeat;
  background-size: 74% 99.83%, 68% 91%, 103.8% 20.26%, 100% 99.8%;
  color: #fff;
}

.confTitle,
.confSubTitleContent {
  border-left-color: var(--brand-white);
}

.simpleTextAnnouncement {
  margin-bottom: 15ex;
}
