/* -------------------------------------------------- Mixins */
@font-face {
  font-family: "cookie";
  src: url("/kernel/globalMisc/fonts/Cookie/fonts/cookie.eot?oxmkfg");
  src: url("/kernel/globalMisc/fonts/Cookie/fonts/cookie.eot?oxmkfg#iefix") format("embedded-opentype"), url("/kernel/globalMisc/fonts/Cookie/fonts/cookie.woff2?oxmkfg") format("woff2"), url("/kernel/globalMisc/fonts/Cookie/fonts/cookie.ttf?oxmkfg") format("truetype"), url("/kernel/globalMisc/fonts/Cookie/fonts/cookie.woff?oxmkfg") format("woff"), url("/kernel/globalMisc/fonts/Cookie/fonts/cookie.svg?oxmkfg#cookie") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.cc {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "cookie" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cc-check:before {
  content: "\e900";
}

.cc-arrow-down:before {
  content: "\e901";
}

:root {
  --primary: #ff9f00;
  --green: #46cb12;
}

/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- Cookies */
#consent.active {
  background: rgba(23, 23, 23, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.cookie {
  background: #fff;
  border: 0.1rem solid #d7d7d7;
  border-radius: 50%;
  bottom: 1rem;
  box-shadow: 0 0.2rem 1rem 0.1rem rgba(210, 210, 210, 0.9);
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  height: 5rem;
  left: 1rem;
  overflow: hidden;
  position: fixed;
  width: 5rem;
  z-index: 9999;
}
.cookie.active {
  animation: tilt-in-fwd-bl 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  border-radius: 0;
  bottom: auto;
  color: #393939;
  cursor: default;
  font-family: Helvetica, Arial, sans-serif;
  height: auto;
  left: calc(50% - 14.5rem);
  max-height: 90vh;
  max-width: 29rem;
  overflow-y: auto;
  top: 10%;
  width: 100%;
}
@media (min-width: 768px) {
  .cookie.active {
    left: calc(50% - 36.5rem);
    max-width: 73rem;
    top: 20%;
  }
}
.cookie.active .cookie__trigger {
  display: none;
}
.cookie__trigger {
  height: 100%;
  padding: 0.7rem;
  width: 100%;
  border: none;
}
.cookie__trigger img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.cookie__trigger:focus, .cookie__trigger:focus-visible {
  box-shadow: 0.1rem 0.2rem 0.2rem rgba(0, 0, 0, 0.5);
  background: var(--primary--lite);
}
.cookie__trigger:focus-visible {
  outline: none;
}
.cookie__wrapper {
  padding: 2.5rem;
}
.cookie__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cookie__title {
  align-items: flex-end;
  display: flex;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .cookie__title {
    margin-bottom: 0;
  }
}
.cookie__title span {
  font-size: 1.8rem;
  font-weight: bold;
}
.cookie__icon {
  height: 4rem;
  margin-left: 0.5rem;
  position: relative;
  top: -0.3rem;
  width: 4rem;
}
.cookie__icon img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.cookie__logo {
  background: red;
  height: 4rem;
  width: 13rem;
}
.cookie__text {
  color: #393939;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  margin: 2rem 0;
}
.cookie__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .cookie__actions {
    padding-right: 1rem;
  }
}
.cookie__actions.active {
  margin-bottom: 2rem;
}
.cookie__actions.active .cookie__dropdown {
  color: #393939;
}
.cookie__actions.active .cookie__dropdown i {
  position: relative;
  top: 0;
  transform: rotate(180deg);
}
.cookie__selection {
  position: relative;
}
.cookie__selection input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0.1rem solid #979797 !important;
  box-shadow: none !important;
  cursor: pointer;
  display: inline-block;
  flex-shrink: 0;
  height: 1.3rem !important;
  margin: 0 1rem 0 0 !important;
  opacity: 1 !important;
  outline: none;
  position: relative !important;
  top: 0.1rem;
  width: 1.3rem !important;
}
.cookie__selection input[type=checkbox]:checked {
  background: none;
}
.cookie__selection input[type=checkbox]:checked:before {
  background: none !important;
  color: #57ab00;
  content: "\e900";
  font-family: "cookie";
  font-size: 1rem;
  left: 0.2rem;
  position: absolute;
  top: 0 !important;
}
.cookie__selection input[type=checkbox][disabled] {
  background: none !important;
}
.cookie__selection label {
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
  position: relative;
  top: 0.1rem;
}
.cookie__selection .icheckbox_square-orange {
  height: 1.3rem !important;
  margin: 0 0.7rem 0 0 !important;
  width: 1.3rem !important;
}
.cookie__selection .icheckbox_square-orange:after {
  display: none;
}
.cookie__selection ins {
  display: none !important;
}
.cookie__dropdown {
  align-items: center;
  background: #efefef;
  border: 0;
  border-radius: 0.4rem;
  color: #393939;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  height: 3rem;
  justify-content: center;
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .cookie__dropdown {
    margin-bottom: 0;
    width: 20rem;
  }
}
.cookie__dropdown i {
  font-size: 0.6rem;
  margin-left: 0.5rem;
}
.cookie__submit, .cookie__choice {
  align-items: center;
  border: 0;
  border-radius: 0.4rem;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  height: 3rem;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .cookie__submit, .cookie__choice {
    width: 15rem;
  }
}
.cookie__submit {
  background: var(--green);
}
.cookie button:focus {
  box-shadow: 0.1rem 0.2rem 0.2rem rgba(0, 0, 0, 0.5);
}
.cookie__choice {
  background: var(--primary);
  font-size: 1.4rem;
}
.cookie__declarations {
  border: 0.1rem solid #d7d7d7;
  border-radius: 0.4rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.cookie__declarations.active {
  color: #393939;
  max-height: 100rem;
  opacity: 1;
  overflow: auto;
}
.cookie__declarations__head {
  align-items: center;
  border-bottom: 0.1rem solid #d7d7d7;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  font-weight: bold;
  justify-content: space-between;
  padding: 1rem;
  width: 100%;
}
.cookie__declarations__head span {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .cookie__declarations__head span {
    margin-bottom: 0;
  }
}
.cookie__declarations__content {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .cookie__declarations__content {
    flex-wrap: nowrap;
  }
}
.cookie__declarations__item {
  align-items: center;
  display: flex;
}
.cookie__declarations__menu {
  flex-shrink: 0;
  padding: 0;
  width: 14rem;
}
.cookie__declarations__menu li {
  align-items: center;
  background: none !important;
  border: 0 !important;
  display: flex !important;
  margin: 0 0 1rem 0 !important;
}
.cookie__declarations__menu li.active a {
  font-weight: bold;
}
.cookie__declarations__menu li a {
  background-color: transparent !important;
  color: #393939 !important;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 0 !important;
  text-decoration: none;
}
.cookie__declarations__results {
  flex-grow: 1;
  width: 100%;
}
.cookie__declarations__results > div {
  max-height: 13rem;
  overflow-y: auto;
  padding-right: 1rem;
  width: 100%;
}
.cookie__declarations__results > div:focus-visible {
  outline: 2px solid var(--primary);
}
.cookie__declarations__description {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.cookie__declarations__table {
  overflow-x: auto;
  padding-bottom: 1rem;
  width: 100%;
}
.cookie__declarations__table table {
  color: #393939;
  width: 100%;
}
.cookie__declarations__table table th {
  background: #f3f3f3;
  box-shadow: 0 0.1rem 0 0 #ccc;
  font-size: 1.2rem;
  font-weight: 300;
  padding: 0.2rem 0.7rem;
}
.cookie__declarations__table table td {
  border-right: 0.1rem solid #f3f3f3;
  font-size: 1.2rem;
  padding: 0.3rem 0.7rem;
}
.cookie__declarations__table table td:last-child {
  border: none;
}
.cookie__declarations ul.nav-pills > li:focus-within {
  text-decoration: underline;
}
.cookie__c2a {
  align-items: center;
  display: flex;
}
.cookie__reject {
  align-items: center;
  background: transparent;
  border: 0;
  color: #393939;
  display: flex;
  font-size: 1.4rem;
  height: 3rem;
  line-height: 3rem;
  margin-right: 1rem;
}

.nav > li {
  display: block;
  position: relative;
}
.nav > li > a {
  display: block;
  position: relative;
}
.nav-pills > li {
  float: left;
  width: 100%;
  color: #393939 !important;
  font-size: 1.4rem;
  font-weight: normal;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.tab-pane:focus-visible {
  outline: none;
}

@keyframes tilt-in-fwd-bl {
  0% {
    transform: rotateY(-20deg) rotateX(-35deg) translate(-73rem, 73rem) skew(-35deg, 10deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}
/*# sourceMappingURL=consent.css.map */
