.agp-cookie-button {
  color: #f0f0f0;
  font-weight: bold;
  border: 2px solid #f0f0f0;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1em;
  padding: 0.6em 1em 0.4em;
  cursor: pointer;
  z-index: 1; }

.agp-cookie-hint-submit-button {
  margin-right: 1em; }

.agp-cookie-hint-toggle-button {
  position: fixed;
  z-index: 999;
  bottom: 1em;
  right: 1em;
  background: #FFF;
  color: #111;
  border-color: #111;
  transition: all .3s;
  transform: translate(0, 0);
  font-size: .75em;
  opacity: 1; }
  .agp-cookie-hint-toggle-button--hidden {
    opacity: 0;
    transform: translate(0, 6em); }

.agp-cookie-hint {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1em 0 1em;
  transition: transform .3s;
  transform: translate(0, 100%);
  font-size: .75em;
  background: #111;
  color: #f0f0f0; }
  .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: 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;
    opacity: 1;
    transition: opacity .3s; }
    @media screen and (max-width: 960px) {
      .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;
        -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-hint--ready {
    transform: translate(0, 0); }
  .agp-cookie-hint--hidden {
    transform: translate(0, 100%); }
    .agp-cookie-hint--hidden .container {
      opacity: 0; }
  .agp-cookie-hint-text {
    margin-left: 1em; }
    .agp-cookie-hint-text a {
      color: #f0f0f0;
      text-decoration: underline; }
    @media screen and (max-width: 960px) {
      .agp-cookie-hint-text {
        margin-left: 0;
        margin-bottom: 1.5em; } }
    .agp-cookie-hint-text span {
      display: inline-block;
      max-width: 600px; }
  .agp-cookie-hint-text, .agp-cookie-hint-button-wrapper {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  @media screen and (max-width: 960px) {
    .agp-cookie-hint .agp-cookie-hint-submit-button-wrapper {
      position: absolute;
      right: 0;
      bottom: 0; } }
  .agp-cookie-hint-settings {
    padding-right: 2em; }
    @media screen and (max-width: 960px) {
      .agp-cookie-hint-settings {
        margin-left: 0;
        margin-bottom: 0;
        max-width: 80%; } }
    .agp-cookie-hint-settings-option {
      float: right;
      padding: 0 1em 0 0; }
      @media screen and (max-width: 960px) {
        .agp-cookie-hint-settings-option {
          float: left;
          padding: .5em 1em 0 0; } }
      .agp-cookie-hint-settings-option label, .agp-cookie-hint-settings-option input {
        cursor: pointer; }
      .agp-cookie-hint-settings-option--disabled {
        opacity: .5; }

.agp-cookie-embed {
  position: relative;
  width: 100%;
  transition: height .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 .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 .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 .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 .3s;
      border-radius: 100%;
      -webkit-filter: blur(50px);
      filter: blur(50px);
      opacity: .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 .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 .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: .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: .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: .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 .3s;
    margin: .5em 0 1em; }

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