@charset "UTF-8";
.agp-cookie-hint {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 70px;
  padding: 1em 0 1em;
  font-size: 0.75em;
  background: #111;
  color: #f0f0f0;
  transition: all 0.33s;
  transform: translateY(100%);
}
.agp-cookie-hint--ready {
  transform: translateY(0);
}
.agp-cookie-hint--hidden {
  transform: translateY(100%);
}
.agp-cookie-hint__container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (max-width: 920px) {
  .agp-cookie-hint__container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.agp-cookie-hint__main {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.agp-cookie-hint__text {
  padding: 0.2em 0;
}
.agp-cookie-hint__text a {
  text-decoration: underline !important;
}
.agp-cookie-hint__buttons {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1em;
}
@media screen and (max-width: 920px) {
  .agp-cookie-hint__buttons {
    padding-left: 0;
    margin-left: 0;
    margin-top: 1em;
    width: 100%;
  }
}
.agp-cookie-hint__button {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: center;
  -moz-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
  cursor: pointer;
  margin-left: 1em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 920px) {
  .agp-cookie-hint__button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 920px) {
  .agp-cookie-hint__button:first-child {
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 920px) {
  .agp-cookie-hint__button:last-child {
    margin-left: 0.5em;
  }
}
.agp-cookie-hint__area--hidden {
  display: none;
}
.agp-cookie-hint__settings__headline {
  margin: 0.25em 0;
}
.agp-cookie-hint__settings__options {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.15em;
}
@media screen and (max-width: 920px) {
  .agp-cookie-hint__settings__options {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.agp-cookie-hint__settings__option {
  flex: 1;
  padding-top: 0;
}
@media screen and (max-width: 920px) {
  .agp-cookie-hint__settings__option {
    padding-top: 0.75em;
  }
}
.agp-cookie-hint__settings__option__formgroup {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.agp-cookie-hint__settings__option__input {
  cursor: pointer;
  margin-right: 0.5em;
  background-color: transparent;
  border: none;
  box-shadow: none;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.agp-cookie-hint__settings__option__input:disabled + .agp-cookie-hint__settings__option__input__label label::before {
  opacity: 0.5;
}
.agp-cookie-hint__settings__option__input + .agp-cookie-hint__settings__option__input__label label::before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: -0.4em;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  line-height: 0.9em;
  text-align: center;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  font-weight: bold;
}
.agp-cookie-hint__settings__option__input:checked + .agp-cookie-hint__settings__option__input__label label::before {
  content: "✓";
}
.agp-cookie-hint__settings__option__input__label {
  position: relative;
}
@media screen and (max-width: 920px) {
  .agp-cookie-hint__settings__option__input__label {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.agp-cookie-hint__settings__option__input__label label {
  cursor: pointer;
  padding-left: 1.25em;
}
.agp-cookie-hint__settings__option__toggle-infos {
  cursor: pointer;
  margin-left: 0.5em;
  margin-right: 2em;
  font-size: 0.9em;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.agp-cookie-hint__settings__option__toggle-infos::after {
  content: "+";
  margin-left: 0.25em;
  font-size: 1.1em;
  font-weight: bold;
}
.agp-cookie-hint__settings__option__toggle-infos:hover {
  opacity: 0.66;
}
@media screen and (max-width: 920px) {
  .agp-cookie-hint__settings__option__toggle-infos {
    margin-right: 0.5em;
  }
}
.agp-cookie-hint__settings__option__infos {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-right: 2em;
  font-weight: lighter;
  transition: all 0.5s;
  max-width: 500px;
}
.agp-cookie-hint__settings__option__infos--visible {
  opacity: 1;
  max-height: 200px;
}

.agp-cookie-embed {
  position: relative;
  width: 100%;
  transition: height 0.5s;
}
.agp-cookie-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.agp-cookie-embed-title {
  text-align: left;
  width: 100%;
  height: 3em;
  line-height: 1.25em;
  left: 0;
  font-weight: bold;
  opacity: 0;
  margin-top: -1.25em;
  transition: opacity 0.3s;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}
.agp-cookie-embed-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s;
}
.agp-cookie-embed-image:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4em;
  height: 4em;
  margin: -2em 0 0 -2em;
  background-image: url(../img/play-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
}
.agp-cookie-embed-image:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10em;
  height: 10em;
  margin: -5em 0 0 -5em;
  background: #000;
  transition: all 0.3s;
  border-radius: 100%;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  opacity: 0.2;
}
.agp-cookie-embed-image:hover:after {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.agp-cookie-embed-container {
  width: 100%;
  transition: opacity 0.3s;
}
.agp-cookie-embed-infos {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  transition: opacity 0.3s;
}
.agp-cookie-embed-hint {
  line-height: 1.2em;
  font-size: 0.6em;
  padding-left: 1em;
  display: inline-block;
  max-width: 320px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.agp-cookie-embed-hint a {
  text-decoration: underline;
}
.agp-cookie-embed-button {
  font-size: 0.9em;
  display: inline-block;
  color: #111;
  border-color: #111;
  font-weight: bold !important;
  text-decoration: none !important;
}
.agp-cookie-embed--loaded .agp-cookie-embed-infos {
  opacity: 0.33;
}
.agp-cookie-embed--loaded .agp-cookie-embed-button {
  cursor: inherit;
}
.agp-cookie-embed--ready .agp-cookie-embed-title {
  opacity: 1;
}
.agp-cookie-embed--ready .agp-cookie-embed-background {
  opacity: 0.5;
}
.agp-cookie-embed--audio {
  min-height: 120px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.agp-cookie-embed--audio .agp-cookie-embed-title {
  height: auto;
  margin: 0 0 1em 0;
  padding-left: 145px;
}
.agp-cookie-embed--audio .agp-cookie-embed-infos {
  margin: 0;
  padding-left: 145px;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}
.agp-cookie-embed--audio .agp-cookie-embed-hint {
  max-width: 300px;
  padding-left: 0;
  padding-top: 2em;
}
.agp-cookie-embed--audio .agp-cookie-embed-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background-color: #e0e0e0;
}
.agp-cookie-embed--audio .agp-cookie-embed-image:after {
  width: 2em;
  height: 2em;
  margin: -1em 0 0 -1em;
}
.agp-cookie-embed--video .agp-cookie-embed-image {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #e0e0e0;
  background-size: cover;
  background-position: center;
  transition: opacity 0.3s;
  margin: 0.5em 0 1em;
}

/*# sourceMappingURL=agp-cookies.css.map */
