.isShown {
  display: block !important;
}

.fixWidth {
  max-width: 100% !important;
}

.testAgeGatePage {
  opacity: 0;
  transition: all .5s linear;
}

body.isAgeGate .testAgeGatePage {
  opacity: 1;
}

.isAgeGate {
  min-height: 100vh;
  height: auto !important;
}
.isAgeGate header, .isAgeGate .local-menu, .isAgeGate footer, .isAgeGate .l-pre_footer {
  display: none;
}
.isAgeGate .l-content > .pr-hub-agegate {
  display: block;
}
.isAgeGate .l-content > * {
  display: none;
}
.isAgeGate .l-content > .search {
  display: block;
  width: 100% !important;
}
.isAgeGate .l-content > .search ul.pager {
  display: none;
}
.isAgeGate .l-content > .search > .search-top {
  display: none;
}
.isAgeGate .l-content > .search > .search-container {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.isAgeGate .l-content > .search > .search-container > aside.sidebar {
  display: none;
}
.isAgeGate .l-content > .search > .search-container > section.articles {
  width: 100% !important;
  padding: 0 !important;
}
.isAgeGate .l-content > .search > .search-container > section.articles > .pr-hub-agegate {
  display: block;
}
.isAgeGate .l-content > .search > .search-container > section.articles > * {
  display: none;
}
.isAgeGate.front.isAgeGate .hideAgeGate {
  display: none;
}
.isAgeGate #back-to-top {
  display: none;
}

#abus-infos a {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 720px) {
  #pernod-age-gate-bg-video {
    display: none;
  }

  body.isAgeGate.mobile.android {
    padding-bottom: 0 !important;
  }
  body.isAgeGate.mobile.android .mobileAgeGateWrapper {
    position: static !important;
  }
  body.isAgeGate.mobile.android #abus-infos {
    z-index: 1000000000000 !important;
  }

  .mobileAgeGateWrapper {
    background-color: #252a6b;
    width: 100%;
    min-height: 100vh;
    position: absolute;
    z-index: 10000000000000000;
    background-image: url("../../images/bg-agegate-mobile.png") !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
  }
  .mobileAgeGateWrapper video {
    display: none;
  }
  .mobileAgeGateWrapper h2 {
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: 100;
    color: #fff;
    margin-bottom: 0.4em;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 0 30px;
    text-align: center;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper h2 {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 300;
    margin: 0 6%;
    padding: 15px 0 20px;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper div.age-gate-logo {
    width: 250px;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper div.age-gate-logo {
    margin: 10px auto 0 auto;
    width: 100%;
    text-align: center;
    /*@include flex-grow(1);
    @include flex-shrink(1);
    @include flex-basis(0);*/
  }
  .mobileAgeGateWrapper div.age-gate-logo img {
    width: 150px;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper div.age-gate-logo.open {
    -webkit-flex-grow: 0;
    flex-grow: 0;
  }
  .mobileAgeGateWrapper #pernod-age-gate-bg-video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: translate(-50%, -50%);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: translate(-50%, -50%);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: cover;
    background-color: transparent;
  }
  .mobileAgeGateWrapper .age-gate-container {
    width: 600px;
    height: 100%;
    max-height: 400px;
    margin: auto;
    position: absolute;
  }
}
@media (max-width: 720px) and (min-width: 1200px) {
  .mobileAgeGateWrapper .age-gate-container {
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: translate(-50%, -50%);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: translate(-50%, -50%);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container {
    width: 100%;
    max-height: none;
    padding: 10px;
    position: relative;
    top: 0% !important;
    left: 0 !important;
    height: auto;
    margin-top: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate {
    position: relative;
    z-index: 9999;
  }
  .mobileAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #age-gate-second-step {
    padding: 20px 20px 0px 20px;
  }
  .mobileAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate.open {
    background: white;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 0px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate.open {
    padding: 0;
    border-radius: 0;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer {
    display: none;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed {
    overflow: hidden;
    cursor: pointer;
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: translateZ(0);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: translateZ(0);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    /* Capability transforms3d is prefixed with -moz because 0.41487% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-backface-visibility: hidden;
    /* Capability transforms3d is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability transforms3d is prefixed with -webkit because 56.24533% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transition: color 0.7s;
    /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transition: color 0.7s;
    transition: color 0.7s;
    border: 1px solid #FFF;
    padding: 0 25px;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 34px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 34px;
    border-radius: 34px;
    color: #FFF;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
    width: 100%;
    line-height: 70px;
    height: 70px;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 0;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 0;
    border-radius: 0;
    border-right: none;
    border-left: none;
    line-height: 40px;
    height: 40px;
    padding: 0;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed::before {
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: scaleX(0);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: scaleX(0);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform-origin: 0 50%;
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform-origin: 0 50%;
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transition-property: -moz-transform;
    /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transition-duration: 0.4s;
    /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transition-timing-function: ease-out;
    /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 29px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 29px;
    border-radius: 29px;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: inherit;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed::before {
    display: none;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:hover, .mobileAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:focus, .mobileAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:active {
    color: #023466;
  }
  .mobileAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:hover::before, .mobileAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:focus::before, .mobileAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:active::before {
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: scaleX(1);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: scaleX(1);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .mobileAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:hover::after, .mobileAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:focus::after, .mobileAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:active::after {
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: translateY(-50%) rotate(90deg);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: translateY(-50%) rotate(90deg);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:hover, .mobileAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:focus, .mobileAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:active {
    color: #fff;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:after {
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: translateY(-50%);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: translateY(-50%);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transition: -moz-transform 0.3s ease-out;
    /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transition-delay: 0.1s;
    /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    content: "+";
    font-size: 60px;
    font-size: 3.75rem;
    font-weight: 100;
    position: absolute;
    right: 28px;
    top: 50%;
    height: 33px;
    width: 33px;
    line-height: 28px;
    z-index: -1;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:after {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: bold;
    right: 0;
    top: 50%;
    height: 20px;
    width: 20px;
    line-height: 18px;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed span {
    display: none;
  }
  .mobileAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.open {
    display: none;
    /*            position: absolute;
                right: 3.5%;
                top: 3.5%;
                color: $bondi-blue;
                @include font(32, 100);
                z-index: 9999;
                @include breakpoint(mobile) {
                  display: none;
                }*/
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .error-inline-pernod {
    display: none;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .error-inline-pernod.country {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    border: 0;
    padding: 0;
    margin: 7px 4px 0;
    color: #f80a00;
    display: block;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .error-inline-pernod.country {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .form-item.error input,
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .form-item.error .chosen-single {
    border-color: #f80a00 !important;
    color: #f80a00 !important;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .form-item.error .chosen-single span {
    color: #f80a00 !important;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .form-item.form-type-textfield.form-item-first-step-choice-search {
    /* Content for ie 8.
    Min version: 10.
    User threshold to keep: 0.1%. If ie 8 are omitted: 4.46163%. */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    /*@include animation(ageGateSearch .8s forwards);
    @include animation-delay(.4s);*/
    padding: 0 20px 15px 20px;
    width: 0;
    overflow: hidden;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .form-item.form-type-textfield.form-item-first-step-choice-search {
    padding: 0 15px 15px 15px;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step-choice-search:focus {
    outline: 0;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item {
    margin: 0;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject {
    margin: 0 0 15px 0;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item {
    padding: 5px 20px 5px 20px;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item:last-child {
    margin: 0;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e5e8eb;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item:first-child label {
    margin-top: 10px;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transition: background-color 200ms ease-out, color 200ms ease-out;
    /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transition: background-color 200ms ease-out, color 200ms ease-out;
    transition: background-color 200ms ease-out, color 200ms ease-out;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 25px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 25px;
    border-radius: 25px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 42px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    color: #626262;
    cursor: pointer;
    position: relative;
    padding: 0 10px;
    /*https://css-tricks.com/snippets/css/remove-gray-highlight-when-tapping-links-in-mobile-safari/*/
    -webkit-tap-highlight-color: transparent;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 20px;
    border-radius: 0 !important;
    padding: 11px 15px;
    width: 100%;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label {
    padding: 5px 25px 5px 15px;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label > span {
    /* Content for ie 8.
    Min version: 10.
    User threshold to keep: 0.1%. If ie 8 are omitted: 4.46163%. */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: translateX(25%);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: translateX(25%);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
    -webkit-animation: ageGateLabel 0.9s forwards;
    -moz-animation: ageGateLabel 0.9s forwards;
    -ms-animation: ageGateLabel 0.9s forwards;
    animation: ageGateLabel 0.9s forwards;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:hover {
    background-color: #e5e8eb;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label::before {
    /* Content for ie 8.
    Min version: 10.
    User threshold to keep: 0.1%. If ie 8 are omitted: 4.46163%. */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: translateX(-35%);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: translateX(-35%);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: translateX(-35%);
    transform: translateX(-35%);
    -webkit-animation: ageGateIcons 0.9s forwards;
    -moz-animation: ageGateIcons 0.9s forwards;
    -ms-animation: ageGateIcons 0.9s forwards;
    animation: ageGateIcons 0.9s forwards;
    width: 42px;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 5px 0;
    float: left;
    font-family: 'icomoon' !important;
    /* speak: none; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* -webkit-font-smoothing: antialiased; */
    font-size: 25px;
    text-align: center;
    line-height: initial;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label::before {
    padding: 0;
    width: 38px;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(2)::before,
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(2) span {
    animation-delay: 120ms;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(3)::before,
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(3) span {
    animation-delay: 180ms;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(4)::before,
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(4) span {
    animation-delay: 240ms;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(5)::before,
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(5) span {
    animation-delay: 300ms;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(6)::before,
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(6) span {
    animation-delay: 360ms;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label.clicked {
    cursor: wait;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label.clicked:after {
    content: " ";
    width: 100%;
    height: 100%;
    background: #F7F4F4;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 20px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item input[type=radio] {
    display: none;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-0 + label:before, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-0 + div + label:before {
    content: "\e91b";
    color: #6ba6d3;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-0 + label:before, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-0 + div + label:before {
    font-size: 28px;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-1 + label:before, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-1 + div + label:before {
    content: "\e916";
    color: #ff4b3a;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-2 + label:before, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-2 + div + label:before {
    content: "\e90c";
    color: #162983;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-3 + label:before, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-3 + div + label:before {
    content: "\e915";
    color: #683b15;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-3 + label:before, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-3 + div + label:before {
    background-position: 0px -86px !important;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-4 + label:before, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-4 + div + label:before {
    content: "\e90a";
    color: #ff9d00;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-4 + label:before, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-4 + div + label:before {
    font-size: 31px;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-5 + label:before, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-5 + div + label:before {
    content: "\e90b";
    color: #ff0000;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-5 + label:before, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-5 + div + label:before {
    width: 50px;
    font-size: 30px;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item-first-step-choice-search label {
    display: none;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item-first-step-choice-search input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    background: #023466 url("../../images/icons-age-gate.png") no-repeat 7px -360px;
    border: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    color: #FFF;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    padding: 13px 30px 13px 60px;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item-first-step-choice-search input {
    background: #023466 url("../../images/icons-age-gate.png") no-repeat 98% -360px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    padding: 13px 30px 13px 20px;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-legend {
    color: #000;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    padding-right: 20px;
    display: inline-block;
    width: 100%;
    word-wrap: break-word;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-legend {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    color: #626262;
    line-height: 18px;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    color: #626262;
    margin-bottom: 0;
    line-height: normal;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper p {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper {
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item label, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .fieldset-legend, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper label, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .fieldset-legend {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    color: #7fa5d0;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: normal;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item label, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .fieldset-legend, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper label, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .fieldset-legend {
    display: none;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .form-item, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .form-item {
    margin: 0 5px 0 0;
    width: inherit;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .form-item, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .form-item {
    margin: 0;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .form-item input, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .form-item input {
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 18px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 18px;
    border-radius: 18px;
    border: 1px solid #023466;
    color: #023466;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    padding: 5px 16px;
    text-align: center;
    min-width: 64px;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .form-item input, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .form-item input {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    min-width: inherit !important;
    width: 60px;
    margin-right: 8px;
    border-color: #626262;
    color: #626262;
    border-radius: 25px;
    padding: 0;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .form-item input:focus, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .form-item input:focus {
    border-color: #3875d7;
    outline: none;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .form-item input#edit-second-step-choice-birthday-year, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .form-item input#edit-second-step-choice-birthday-year {
    min-width: 100px;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .fieldset-wrapper, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .fieldset-wrapper {
    margin: 0 0 8px 0;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .fieldset-wrapper, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .fieldset-wrapper {
    margin: 0 0 0 0;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me {
    float: right;
    width: inherit;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me {
    float: left;
    width: 60%;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me input[type=checkbox], .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me input[type=checkbox] {
    display: none;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me label, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me label {
    text-align: right;
    cursor: pointer;
    display: inline-block;
    color: #023466;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: normal;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me label, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me label {
    text-align: left;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me label, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me label {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    float: left;
    margin-top: -10px;
    color: #626262;
    font-weight: normal;
    text-align: left;
  }
}
@media (max-width: 720px) and (max-width: 320px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me label, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me label {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me label:before, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me label:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e908";
    font-size: 23px;
    display: inline-block;
    padding: 0 10px 0 0;
    color: #023466;
    position: relative;
    top: 6px;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me label:before, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me label:before {
    font-size: 26px;
    padding: 0 7px 0 0;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me label .remember_me_txt2, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me label .remember_me_txt2 {
    padding-top: 15px;
    display: inline-block;
    font-size: 10px;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me input[type=checkbox]:checked + label:before, .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me input[type=checkbox]:checked + label:before {
    content: "\e909";
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item-second-step-choice-country {
    position: relative;
    /*
    .chosen-single {
      &:after {
        @include fa;
        content: "\f0dd";
        color: $bondi-blue;
        right: 9%;
        font-size: 20px;
        top: 18%;
        padding: 0;
        border-bottom: 0;
        position: absolute;
        pointer-events: none;
      }
    }*/
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item-second-step-choice-country select {
    border: 1px solid #626262;
    background: url("../images/f_down.png") no-repeat 93% center #fff;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 25px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 12px 40px 12px 20px;
    color: #626262;
    outline: none;
    display: inline-block;
    margin-top: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    width: 100%;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper #edit-second-step-choice-birthday label {
    display: none;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-submit {
    background-color: #023466;
    color: #FFF;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    padding: 7px 20px;
    margin: 30px 0 0 30px;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 20px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 20px;
    border-radius: 20px;
    float: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-submit {
    margin: 0;
    padding: 7px 20px;
    border-radius: 25px;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-submit:hover {
    background-color: #3875d7;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container {
    min-width: 290px;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-single {
    border: 1px solid #023466;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 20px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #626262;
    height: auto !important;
    padding: 8px 16px;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-single {
    margin: 15px 0 0 0;
    border: 1px solid #626262;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-single span {
    color: #023466;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    height: auto;
    line-height: initial;
    line-height: normal;
    /*ie*/
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-single span {
    color: #626262;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-single div {
    right: 5px;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-search input {
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 18px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 18px;
    border-radius: 18px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    border: 1px solid #023466;
    speak: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: normal;
    background: transparent;
    padding-left: 26px;
    color: #023466;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-search::before {
    content: "";
    color: #023466;
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 8px;
    line-height: initial;
    line-height: normal;
    font-size: 19px;
    font-family: 'icomoon' !important;
    position: absolute;
    right: 5px;
    top: 9px;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-results {
    max-height: 130px;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-results {
    max-height: 120px;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-results li:before {
    color: #023466;
    display: none;
  }
  .mobileAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-drop {
    margin-top: 7px !important;
    border-color: #023466;
    border-top: 1px solid #023466;
    border-radius: 10px;
  }
  .mobileAgeGateWrapper #abus-infos {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    position: absolute;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    width: 90%;
    left: 0;
    right: 0;
    bottom: 7%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .mobileAgeGateWrapper #abus-infos {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: normal;
    line-height: 18px;
    bottom: 0;
    z-index: -9;
    position: relative;
    align-content: flex-end;
    margin-bottom: 5%;
  }
}
@media (max-width: 720px) {
  .mobileAgeGateWrapper #abus-infos .ag-legal-menu ul li {
    display: inline-block;
    margin: 5px;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper {
    background-color: #252a6b;
    width: 100%;
    min-height: 100vh;
    position: absolute;
    z-index: 10000000000000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
  }
  .desktopAgeGateWrapper h2 {
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: 100;
    color: #FFF;
    margin-bottom: 0.4em;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 0 30px;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper h2 {
    text-align: center;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 300;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .ag-legal-menu ul li {
    display: inline-block;
    margin: 5px;
  }
  .desktopAgeGateWrapper .age-gate-logo {
    width: 250px;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -ms-flex-line-pack: start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    margin: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-logo {
    margin: 10px auto 15px auto;
    width: 150px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper #pernod-age-gate-bg-video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: translate(-50%, -50%);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: translate(-50%, -50%);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: cover;
    background-color: transparent;
  }
  .desktopAgeGateWrapper .age-gate-container {
    width: 600px;
    height: 100%;
    margin: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    flex: 1 1 auto;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container {
    width: 100%;
    max-height: none;
    padding: 10px;
    position: relative;
    top: 0% !important;
    left: 0 !important;
    height: auto;
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate {
    position: relative;
    z-index: 9999;
  }
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #age-gate-second-step {
    padding: 14px 20px 0px 20px;
  }
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate.open {
    background: white;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 0px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate.open {
    padding: 0;
    border-radius: 0;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer {
    display: none;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed {
    overflow: hidden;
    cursor: pointer;
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: translateZ(0);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: translateZ(0);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    /* Capability transforms3d is prefixed with -moz because 0.41487% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-backface-visibility: hidden;
    /* Capability transforms3d is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability transforms3d is prefixed with -webkit because 56.24533% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transition: color 0.7s;
    /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transition: color 0.7s;
    transition: color 0.7s;
    border: 1px solid #FFF;
    padding: 0 25px;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 34px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 34px;
    border-radius: 34px;
    color: #FFF;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
    width: 100%;
    line-height: 70px;
    height: 70px;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 0;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 0;
    border-radius: 0;
    border-right: none;
    border-left: none;
    line-height: 40px;
    height: 40px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed::before {
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: scaleX(0);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: scaleX(0);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform-origin: 0 50%;
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform-origin: 0 50%;
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transition-property: -moz-transform;
    /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transition-duration: 0.4s;
    /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transition-timing-function: ease-out;
    /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 29px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 29px;
    border-radius: 29px;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: inherit;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed::before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:hover, .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:focus, .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:active {
    color: #023466;
  }
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:hover::before, .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:focus::before, .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:active::before {
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: scaleX(1);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: scaleX(1);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:hover::after, .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:focus::after, .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:active::after {
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: translateY(-50%) rotate(90deg);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: translateY(-50%) rotate(90deg);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:hover, .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:focus, .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:active {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:after {
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: translateY(-50%);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: translateY(-50%);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transition: -moz-transform 0.3s ease-out;
    /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transition-delay: 0.1s;
    /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    content: "+";
    font-size: 60px;
    font-size: 3.75rem;
    font-weight: 100;
    position: absolute;
    right: 28px;
    top: 50%;
    height: 33px;
    width: 33px;
    line-height: 28px;
    z-index: -1;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:after {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: bold;
    right: 0;
    top: 50%;
    height: 20px;
    width: 20px;
    line-height: 18px;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed span {
    display: none;
  }
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.open {
    display: none;
    /*            position: absolute;
                right: 3.5%;
                top: 3.5%;
                color: $bondi-blue;
                @include font(32, 100);
                z-index: 9999;
                @include breakpoint(mobile) {
                  display: none;
                }*/
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .error-inline-pernod {
    display: none;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .error-inline-pernod.country {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    border: 0;
    padding: 0;
    margin: 7px 4px 0;
    color: #f80a00;
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .error-inline-pernod.country {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .form-item.error input,
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .form-item.error .chosen-single {
    border-color: #f80a00 !important;
    color: #f80a00 !important;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .form-item.error .chosen-single span {
    color: #f80a00 !important;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .form-item.form-type-textfield.form-item-first-step-choice-search {
    /* Content for ie 8.
    Min version: 10.
    User threshold to keep: 0.1%. If ie 8 are omitted: 4.46163%. */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    /*@include animation(ageGateSearch .8s forwards);
    @include animation-delay(.4s);*/
    padding: 0 20px 15px 20px;
    width: 0;
    overflow: hidden;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .form-item.form-type-textfield.form-item-first-step-choice-search {
    padding: 0 15px 15px 15px;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step-choice-search:focus {
    outline: 0;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item {
    margin: 0;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject {
    margin: 0 0 15px 0;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item {
    padding: 5px 20px 5px 20px;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item:last-child {
    margin: 0;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e5e8eb;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item:first-child label {
    margin-top: 10px;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transition: background-color 200ms ease-out, color 200ms ease-out;
    /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transition: background-color 200ms ease-out, color 200ms ease-out;
    transition: background-color 200ms ease-out, color 200ms ease-out;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 25px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 25px;
    border-radius: 25px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 42px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    color: #626262;
    cursor: pointer;
    position: relative;
    padding: 0 10px;
    /*https://css-tricks.com/snippets/css/remove-gray-highlight-when-tapping-links-in-mobile-safari/*/
    -webkit-tap-highlight-color: transparent;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 20px;
    border-radius: 0 !important;
    padding: 11px 15px;
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 320px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label {
    padding: 5px 15px 5px 15px;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label > span {
    /* Content for ie 8.
    Min version: 10.
    User threshold to keep: 0.1%. If ie 8 are omitted: 4.46163%. */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: translateX(25%);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: translateX(25%);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
    -webkit-animation: ageGateLabel 0.9s forwards;
    -moz-animation: ageGateLabel 0.9s forwards;
    -ms-animation: ageGateLabel 0.9s forwards;
    animation: ageGateLabel 0.9s forwards;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:hover {
    background-color: #e5e8eb;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label::before {
    /* Content for ie 8.
    Min version: 10.
    User threshold to keep: 0.1%. If ie 8 are omitted: 4.46163%. */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: translateX(-35%);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: translateX(-35%);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: translateX(-35%);
    transform: translateX(-35%);
    -webkit-animation: ageGateIcons 0.9s forwards;
    -moz-animation: ageGateIcons 0.9s forwards;
    -ms-animation: ageGateIcons 0.9s forwards;
    animation: ageGateIcons 0.9s forwards;
    width: 42px;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 5px 0;
    float: left;
    font-family: 'icomoon' !important;
    /* speak: none; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 25px;
    text-align: center;
    line-height: initial;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label::before {
    padding: 0;
    width: 38px;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(2)::before,
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(2) span {
    animation-delay: 120ms;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(3)::before,
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(3) span {
    animation-delay: 180ms;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(4)::before,
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(4) span {
    animation-delay: 240ms;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(5)::before,
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(5) span {
    animation-delay: 300ms;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(6)::before,
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(6) span {
    animation-delay: 360ms;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label.clicked {
    cursor: wait;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label.clicked:after {
    content: " ";
    width: 100%;
    height: 100%;
    background: #F7F4F4;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 20px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item input[type=radio] {
    display: none;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-0 + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-0 + div + label:before {
    content: "\e91b";
    color: #6ba6d3;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-0 + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-0 + div + label:before {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-1 + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-1 + div + label:before {
    content: "\e916";
    color: #ff4b3a;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-2 + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-2 + div + label:before {
    content: "\e90c";
    color: #162983;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-3 + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-3 + div + label:before {
    content: "\e915";
    color: #683b15;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-3 + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-3 + div + label:before {
    background-position: 0px -86px !important;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-4 + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-4 + div + label:before {
    content: "\e90a";
    color: #ff9d00;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-4 + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-4 + div + label:before {
    font-size: 31px;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-5 + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-5 + div + label:before {
    content: "\e90b";
    color: #ff0000;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-5 + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-5 + div + label:before {
    width: 50px;
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item-first-step-choice-search label {
    display: none;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item-first-step-choice-search input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    background: #023466 url("../../images/icons-age-gate.png") no-repeat 7px -360px;
    border: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    color: #FFF;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    padding: 13px 30px 13px 60px;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item-first-step-choice-search input {
    background: #023466 url("../../images/icons-age-gate.png") no-repeat 98% -360px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    padding: 13px 30px 13px 20px;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-legend {
    color: #000;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    padding-right: 20px;
    display: inline-block;
    width: 100%;
    word-wrap: break-word;
    margin: 0 0 10px 0;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-legend {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    color: #626262;
    line-height: 18px;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    color: #626262;
    margin-bottom: 0;
    line-height: normal;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper p {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper {
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper {
    margin: 10px 0 0 0;
  }
}
.desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .edit-age-gate-birthday {
  padding-top:40px;
}
.desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-age-gate-birthday-year label {
  position: absolute;
  left: 18px;
  margin-top:-35px;
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item label, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .fieldset-legend, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper label, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .fieldset-legend {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    color: #7fa5d0;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: normal;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item label, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .fieldset-legend, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper label, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .fieldset-legend {
    display: none;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .form-item, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .form-item {
    margin: 0 5px 0 0;
    width: inherit;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .form-item, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .form-item {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .form-item input, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .form-item input {
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 18px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 18px;
    border-radius: 18px;
    border: 1px solid #023466;
    color: #023466;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    padding: 5px 16px;
    text-align: center;
    min-width: 64px;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .form-item input, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .form-item input {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    min-width: inherit !important;
    width: 60px;
    margin-right: 8px;
    border-color: #626262;
    color: #626262;
    border-radius: 25px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .form-item input:focus, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .form-item input:focus {
    border-color: #3875d7;
    outline: none;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .form-item input#edit-second-step-choice-birthday-year, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .form-item input#edit-age-gate-birthday-year, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .form-item input#edit-second-step-choice-birthday-year, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .form-item input#edit-age-gate-birthday-year {
    min-width: 100px;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .fieldset-wrapper, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .fieldset-wrapper {
    margin: 0 0 8px 0;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .fieldset-wrapper, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .fieldset-wrapper {
    margin: 0 0 0 0;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me {
    float: right;
    width: inherit;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me {
    float: left;
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me input[type=checkbox], .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me input[type=checkbox] {
    display: none;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me label, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me label {
    text-align: right;
    cursor: pointer;
    display: inline-block;
    color: #023466;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: normal;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me label, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me label {
    text-align: left;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me label, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me label {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    float: left;
    margin-top: -10px;
    color: #626262;
    font-weight: normal;
    text-align: left;
  }
}
@media (min-width: 1200px) and (max-width: 320px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me label, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me label {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me label:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e908";
    font-size: 23px;
    display: inline-block;
    padding: 0 10px 0 0;
    color: #023466;
    position: relative;
    top: 6px;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me label:before {
    font-size: 26px;
    padding: 0 7px 0 0;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me label .remember_me_txt2, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me label .remember_me_txt2 {
    padding-top: 15px;
    display: inline-block;
    font-size: 10px;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me input[type=checkbox]:checked + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me input[type=checkbox]:checked + label:before {
    content: "\e909";
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item-second-step-choice-country {
    position: relative;
    /*
    .chosen-single {
      &:after {
        @include fa;
        content: "\f0dd";
        color: $bondi-blue;
        right: 9%;
        font-size: 20px;
        top: 18%;
        padding: 0;
        border-bottom: 0;
        position: absolute;
        pointer-events: none;
      }
    }*/
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item-second-step-choice-country select {
    border: 1px solid #626262;
    background: url("../images/f_down.png") no-repeat 93% center #fff;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 25px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 12px 40px 12px 20px;
    color: #626262;
    outline: none;
    display: inline-block;
    margin-top: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper #edit-second-step-choice-birthday label {
    display: none;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-submit {
    background-color: #023466;
    color: #FFF;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    padding: 7px 20px;
    margin: 30px 0 0 30px;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 20px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 20px;
    border-radius: 20px;
    float: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-submit {
    margin: 0;
    padding: 7px 20px;
    border-radius: 25px;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-submit:hover {
    background-color: #3875d7;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container {
    min-width: 290px;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-single {
    border: 1px solid #023466;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 20px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #626262;
    height: auto !important;
    padding: 8px 16px;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-single {
    margin: 15px 0 0 0;
    border: 1px solid #626262;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-single span {
    color: #023466;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    height: auto;
    line-height: initial;
    line-height: normal;
    /*ie*/
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-single span {
    color: #626262;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-single div {
    right: 5px;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-search input {
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 18px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 18px;
    border-radius: 18px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    border: 1px solid #023466;
    speak: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: normal;
    background: transparent;
    padding-left: 26px;
    color: #023466;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-search::before {
    content: "";
    color: #023466;
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 8px;
    line-height: initial;
    line-height: normal;
    font-size: 19px;
    font-family: 'icomoon' !important;
    position: absolute;
    right: 5px;
    top: 9px;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-results {
    max-height: 130px;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-results {
    max-height: 120px;
  }
}
@media (min-width: 1200px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-results li:before {
    color: #023466;
    display: none;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-drop {
    margin-top: 7px !important;
    border-color: #023466;
    border-top: 1px solid #023466;
    border-radius: 10px;
  }
  .desktopAgeGateWrapper #abus-infos {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    position: static;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    align-content: flex-end;
    margin-bottom: 3%;
  }
}
@media (min-width: 1200px) and (max-width: 720px) {
  .desktopAgeGateWrapper #abus-infos {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: normal;
    text-transform: inherit;
    line-height: 18px;
    bottom: 0;
    z-index: -9;
    position: relative;
    align-content: flex-end;
    flex: 1;
  }
}

@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper {
    background-color: #252a6b;
    width: 100%;
    min-height: 100vh;
    position: absolute;
    z-index: 10000000000000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
  }
  .desktopAgeGateWrapper h2 {
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: 100;
    color: #FFF;
    margin-bottom: 0.4em;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 0 30px;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper h2 {
    text-align: center;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 300;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .ag-legal-menu ul li {
    display: inline-block;
    margin: 5px;
  }
  .desktopAgeGateWrapper .age-gate-logo {
    width: 250px;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    align-content: flex-start;
    margin: 10px;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-logo {
    margin: 10px auto 15px auto;
    width: 150px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    flex: 1;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper #pernod-age-gate-bg-video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: translate(-50%, -50%);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: translate(-50%, -50%);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: cover;
    background-color: transparent;
  }
  .desktopAgeGateWrapper .age-gate-container {
    width: 600px;
    height: 100%;
    margin: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    max-height: none;
    padding: 10px;
    position: relative;
    top: 0% !important;
    left: 0 !important;
    height: auto;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate {
    position: relative;
    z-index: 9999;
  }
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #age-gate-second-step {
    padding: 14px 20px 0px 20px;
  }
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate.open {
    background: white;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 0px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate.open {
    padding: 0;
    border-radius: 0;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer {
    display: none;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed {
    overflow: hidden;
    cursor: pointer;
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: translateZ(0);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: translateZ(0);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    /* Capability transforms3d is prefixed with -moz because 0.41487% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-backface-visibility: hidden;
    /* Capability transforms3d is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability transforms3d is prefixed with -webkit because 56.24533% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transition: color 0.7s;
    /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transition: color 0.7s;
    transition: color 0.7s;
    border: 1px solid #FFF;
    padding: 0 25px;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 34px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 34px;
    border-radius: 34px;
    color: #FFF;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
    width: 100%;
    line-height: 70px;
    height: 70px;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 0;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 0;
    border-radius: 0;
    border-right: none;
    border-left: none;
    line-height: 40px;
    height: 40px;
    padding: 0;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed::before {
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: scaleX(0);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: scaleX(0);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform-origin: 0 50%;
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform-origin: 0 50%;
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transition-property: -moz-transform;
    /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transition-duration: 0.4s;
    /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transition-timing-function: ease-out;
    /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 29px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 29px;
    border-radius: 29px;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: inherit;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed::before {
    display: none;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:hover, .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:focus, .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:active {
    color: #023466;
  }
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:hover::before, .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:focus::before, .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:active::before {
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: scaleX(1);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: scaleX(1);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:hover::after, .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:focus::after, .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:active::after {
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: translateY(-50%) rotate(90deg);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: translateY(-50%) rotate(90deg);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:hover, .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:focus, .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:active {
    color: #fff;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:after {
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: translateY(-50%);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: translateY(-50%);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transition: -moz-transform 0.3s ease-out;
    /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transition-delay: 0.1s;
    /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    content: "+";
    font-size: 60px;
    font-size: 3.75rem;
    font-weight: 100;
    position: absolute;
    right: 28px;
    top: 50%;
    height: 33px;
    width: 33px;
    line-height: 28px;
    z-index: -1;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:after {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: bold;
    right: 0;
    top: 50%;
    height: 20px;
    width: 20px;
    line-height: 18px;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed span {
    display: none;
  }
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.open {
    display: none;
    /*            position: absolute;
                right: 3.5%;
                top: 3.5%;
                color: $bondi-blue;
                @include font(32, 100);
                z-index: 9999;
                @include breakpoint(mobile) {
                  display: none;
                }*/
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .error-inline-pernod {
    display: none;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .error-inline-pernod.country {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    border: 0;
    padding: 0;
    margin: 7px 4px 0;
    color: #f80a00;
    display: block;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .error-inline-pernod.country {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .form-item.error input,
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .form-item.error .chosen-single {
    border-color: #f80a00 !important;
    color: #f80a00 !important;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .form-item.error .chosen-single span {
    color: #f80a00 !important;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .form-item.form-type-textfield.form-item-first-step-choice-search {
    /* Content for ie 8.
    Min version: 10.
    User threshold to keep: 0.1%. If ie 8 are omitted: 4.46163%. */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    /* @include animation(ageGateSearch .8s forwards);
     @include animation-delay(.4s);*/
    padding: 0 20px 15px 20px;
    width: 0;
    overflow: hidden;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .form-item.form-type-textfield.form-item-first-step-choice-search {
    padding: 0 15px 15px 15px;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step-choice-search:focus {
    outline: 0;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item {
    margin: 0;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject {
    margin: 0 0 15px 0;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item {
    padding: 5px 20px 5px 20px;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item:last-child {
    margin: 0;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e5e8eb;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item:first-child label {
    margin-top: 10px;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transition: background-color 200ms ease-out, color 200ms ease-out;
    /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transition: background-color 200ms ease-out, color 200ms ease-out;
    transition: background-color 200ms ease-out, color 200ms ease-out;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 25px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 25px;
    border-radius: 25px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 42px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    color: #626262;
    cursor: pointer;
    position: relative;
    padding: 0 10px;
    /*https://css-tricks.com/snippets/css/remove-gray-highlight-when-tapping-links-in-mobile-safari/*/
    -webkit-tap-highlight-color: transparent;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 20px;
    border-radius: 0 !important;
    padding: 11px 15px;
    width: 100%;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 320px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label {
    padding: 5px 15px 5px 15px;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label > span {
    /* Content for ie 8.
    Min version: 10.
    User threshold to keep: 0.1%. If ie 8 are omitted: 4.46163%. */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: translateX(25%);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: translateX(25%);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
    -webkit-animation: ageGateLabel 0.9s forwards;
    -moz-animation: ageGateLabel 0.9s forwards;
    -ms-animation: ageGateLabel 0.9s forwards;
    animation: ageGateLabel 0.9s forwards;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:hover {
    background-color: #e5e8eb;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label::before {
    /* Content for ie 8.
    Min version: 10.
    User threshold to keep: 0.1%. If ie 8 are omitted: 4.46163%. */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: translateX(-35%);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: translateX(-35%);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: translateX(-35%);
    transform: translateX(-35%);
    -webkit-animation: ageGateIcons 0.9s forwards;
    -moz-animation: ageGateIcons 0.9s forwards;
    -ms-animation: ageGateIcons 0.9s forwards;
    animation: ageGateIcons 0.9s forwards;
    width: 42px;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 5px 0;
    float: left;
    font-family: 'icomoon' !important;
    /* speak: none; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* -webkit-font-smoothing: antialiased; */
    font-size: 25px;
    text-align: center;
    line-height: initial;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label::before {
    padding: 0;
    width: 38px;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(2)::before,
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(2) span {
    animation-delay: 120ms;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(3)::before,
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(3) span {
    animation-delay: 180ms;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(4)::before,
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(4) span {
    animation-delay: 240ms;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(5)::before,
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(5) span {
    animation-delay: 300ms;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(6)::before,
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(6) span {
    animation-delay: 360ms;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label.clicked {
    cursor: wait;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label.clicked:after {
    content: " ";
    width: 100%;
    height: 100%;
    background: #F7F4F4;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 20px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item input[type=radio] {
    display: none;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-0 + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-0 + div + label:before {
    content: "\e91b";
    color: #6ba6d3;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-0 + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-0 + div + label:before {
    font-size: 28px;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-1 + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-1 + div + label:before {
    content: "\e916";
    color: #ff4b3a;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-2 + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-2 + div + label:before {
    content: "\e90c";
    color: #162983;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-3 + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-3 + div + label:before {
    content: "\e915";
    color: #683b15;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-3 + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-3 + div + label:before {
    background-position: 0px -86px !important;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-4 + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-4 + div + label:before {
    content: "\e90a";
    color: #ff9d00;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-4 + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-4 + div + label:before {
    font-size: 31px;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-5 + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-5 + div + label:before {
    content: "\e90b";
    color: #ff0000;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-5 + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-5 + div + label:before {
    width: 50px;
    font-size: 30px;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item-first-step-choice-search label {
    display: none;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item-first-step-choice-search input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    background: #023466 url("../../images/icons-age-gate.png") no-repeat 7px -360px;
    border: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    color: #FFF;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    padding: 13px 30px 13px 60px;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item-first-step-choice-search input {
    background: #023466 url("../../images/icons-age-gate.png") no-repeat 98% -360px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    padding: 13px 30px 13px 20px;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-legend {
    color: #000;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    padding-right: 20px;
    display: inline-block;
    width: 100%;
    word-wrap: break-word;
    margin: 0 0 10px 0;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-legend {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    color: #626262;
    line-height: 18px;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    color: #626262;
    margin-bottom: 0;
    line-height: normal;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper p {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper {
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper {
    margin: 10px 0 0 0;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item label, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .fieldset-legend, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper label, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .fieldset-legend {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    color: #7fa5d0;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: normal;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item label, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .fieldset-legend, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper label, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .fieldset-legend {
    display: none;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .form-item, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .form-item {
    margin: 0 5px 0 0;
    width: inherit;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .form-item, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .form-item {
    margin: 0;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .form-item input, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .form-item input {
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 18px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 18px;
    border-radius: 18px;
    border: 1px solid #023466;
    color: #023466;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    padding: 5px 16px;
    text-align: center;
    min-width: 64px;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .form-item input, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .form-item input {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    min-width: inherit !important;
    width: 60px;
    margin-right: 8px;
    border-color: #626262;
    color: #626262;
    border-radius: 25px;
    padding: 0;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .form-item input:focus, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .form-item input:focus {
    border-color: #3875d7;
    outline: none;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .form-item input#edit-second-step-choice-birthday-year, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .form-item input#edit-second-step-choice-birthday-year {
    min-width: 100px;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .fieldset-wrapper, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .fieldset-wrapper {
    margin: 0 0 8px 0;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .fieldset-wrapper, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .fieldset-wrapper {
    margin: 0 0 0 0;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me {
    float: right;
    width: inherit;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me {
    float: left;
    width: 60%;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me input[type=checkbox], .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me input[type=checkbox] {
    display: none;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me label, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me label {
    text-align: right;
    cursor: pointer;
    display: inline-block;
    color: #023466;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: normal;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me label, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me label {
    text-align: left;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me label, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me label {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    float: left;
    margin-top: -10px;
    color: #626262;
    font-weight: normal;
    text-align: left;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 320px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me label, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me label {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me label:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e908";
    font-size: 23px;
    display: inline-block;
    padding: 0 10px 0 0;
    color: #023466;
    position: relative;
    top: 6px;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me label:before {
    font-size: 26px;
    padding: 0 7px 0 0;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me label .remember_me_txt2, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me label .remember_me_txt2 {
    padding-top: 15px;
    display: inline-block;
    font-size: 10px;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me input[type=checkbox]:checked + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me input[type=checkbox]:checked + label:before {
    content: "\e909";
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item-second-step-choice-country {
    position: relative;
    /*
    .chosen-single {
      &:after {
        @include fa;
        content: "\f0dd";
        color: $bondi-blue;
        right: 9%;
        font-size: 20px;
        top: 18%;
        padding: 0;
        border-bottom: 0;
        position: absolute;
        pointer-events: none;
      }
    }*/
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item-second-step-choice-country select {
    border: 1px solid #626262;
    background: url("../images/f_down.png") no-repeat 93% center #fff;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 25px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 12px 40px 12px 20px;
    color: #626262;
    outline: none;
    display: inline-block;
    margin-top: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    width: 100%;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper #edit-second-step-choice-birthday label {
    display: none;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-submit {
    background-color: #023466;
    color: #FFF;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    padding: 7px 20px;
    margin: 30px 0 0 30px;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 20px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 20px;
    border-radius: 20px;
    float: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-submit {
    margin: 0;
    padding: 7px 20px;
    border-radius: 25px;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-submit:hover {
    background-color: #3875d7;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container {
    min-width: 290px;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-single {
    border: 1px solid #023466;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 20px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #626262;
    height: auto !important;
    padding: 8px 16px;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-single {
    margin: 15px 0 0 0;
    border: 1px solid #626262;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-single span {
    color: #023466;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    height: auto;
    line-height: initial;
    line-height: normal;
    /*ie*/
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-single span {
    color: #626262;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-single div {
    right: 5px;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-search input {
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 18px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 18px;
    border-radius: 18px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    border: 1px solid #023466;
    speak: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: normal;
    background: transparent;
    padding-left: 26px;
    color: #023466;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-search::before {
    content: "";
    color: #023466;
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 8px;
    line-height: initial;
    line-height: normal;
    font-size: 19px;
    font-family: 'icomoon' !important;
    position: absolute;
    right: 5px;
    top: 9px;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-results {
    max-height: 130px;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-results {
    max-height: 120px;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-results li:before {
    color: #023466;
    display: none;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-drop {
    margin-top: 7px !important;
    border-color: #023466;
    border-top: 1px solid #023466;
    border-radius: 10px;
  }
  .desktopAgeGateWrapper #abus-infos {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    position: static;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    flex: 1;
    align-content: flex-end;
  }
}
@media (min-width: 720px) and (max-width: 960px) and (max-width: 720px) {
  .desktopAgeGateWrapper #abus-infos {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: normal;
    text-transform: inherit;
    line-height: 18px;
    bottom: 0;
    z-index: -9;
    position: relative;
    align-content: flex-end;
    flex: 1;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper #abus-infos .ag-legal-menu ul li {
    display: inline-block;
    margin: 5px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper {
    width: 100%;
    min-height: 100vh;
    position: absolute;
    z-index: 10000000000000000;
    background-color: #252a6b;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
  }
  .desktopAgeGateWrapper h2 {
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: 100;
    color: #FFF;
    margin-bottom: 0.4em;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 0 30px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper h2 {
    text-align: center;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 300;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .ag-legal-menu ul li {
    display: inline-block;
    margin: 5px;
  }
  .desktopAgeGateWrapper .age-gate-logo {
    width: 250px;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    align-content: flex-start;
    margin: 10px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-logo {
    margin: 10px auto 15px auto;
    width: 150px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    flex: 1 1 auto;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper #pernod-age-gate-bg-video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: translate(-50%, -50%);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: translate(-50%, -50%);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: cover;
    background-color: transparent;
  }
  .desktopAgeGateWrapper .age-gate-container {
    width: 600px;
    height: 100%;
    margin: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container {
    width: 100%;
    max-height: none;
    padding: 10px;
    position: relative;
    top: 0% !important;
    left: 0 !important;
    height: auto;
    flex: 1 1 auto;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate {
    position: relative;
    z-index: 9999;
  }
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #age-gate-second-step {
    padding: 14px 20px 0px 20px;
  }
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate.open {
    background: white;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 0px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate.open {
    padding: 0;
    border-radius: 0;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer {
    display: none;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed {
    overflow: hidden;
    cursor: pointer;
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: translateZ(0);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: translateZ(0);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    /* Capability transforms3d is prefixed with -moz because 0.41487% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-backface-visibility: hidden;
    /* Capability transforms3d is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability transforms3d is prefixed with -webkit because 56.24533% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transition: color 0.7s;
    /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transition: color 0.7s;
    transition: color 0.7s;
    border: 1px solid #FFF;
    padding: 0 25px;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 34px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 34px;
    border-radius: 34px;
    color: #FFF;
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
    width: 100%;
    line-height: 70px;
    height: 70px;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 0;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 0;
    border-radius: 0;
    border-right: none;
    border-left: none;
    line-height: 40px;
    height: 40px;
    padding: 0;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed::before {
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: scaleX(0);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: scaleX(0);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform-origin: 0 50%;
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform-origin: 0 50%;
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transition-property: -moz-transform;
    /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transition-duration: 0.4s;
    /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transition-timing-function: ease-out;
    /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 29px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 29px;
    border-radius: 29px;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: inherit;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed::before {
    display: none;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:hover, .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:focus, .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:active {
    color: #023466;
  }
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:hover::before, .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:focus::before, .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:active::before {
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: scaleX(1);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: scaleX(1);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:hover::after, .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:focus::after, .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:active::after {
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: translateY(-50%) rotate(90deg);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: translateY(-50%) rotate(90deg);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:hover, .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:focus, .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:active {
    color: #fff;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:after {
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: translateY(-50%);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: translateY(-50%);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transition: -moz-transform 0.3s ease-out;
    /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transition-delay: 0.1s;
    /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    content: "+";
    font-size: 60px;
    font-size: 3.75rem;
    font-weight: 100;
    position: absolute;
    right: 28px;
    top: 50%;
    height: 33px;
    width: 33px;
    line-height: 28px;
    z-index: -1;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed:after {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: bold;
    right: 0;
    top: 50%;
    height: 20px;
    width: 20px;
    line-height: 18px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.closed span {
    display: none;
  }
  .desktopAgeGateWrapper .age-gate-container .age-gate-holder #wrapper-age-gate #link-proposer.open {
    display: none;
    /*            position: absolute;
                right: 3.5%;
                top: 3.5%;
                color: $bondi-blue;
                @include font(32, 100);
                z-index: 9999;
                @include breakpoint(mobile) {
                  display: none;
                }*/
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .error-inline-pernod {
    display: none;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .error-inline-pernod.country {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    border: 0;
    padding: 0;
    margin: 7px 4px 0;
    color: #f80a00;
    display: block;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .error-inline-pernod.country {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .form-item.error input,
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .form-item.error .chosen-single {
    border-color: #f80a00 !important;
    color: #f80a00 !important;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .form-item.error .chosen-single span {
    color: #f80a00 !important;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .form-item.form-type-textfield.form-item-first-step-choice-search {
    /* Content for ie 8.
    Min version: 10.
    User threshold to keep: 0.1%. If ie 8 are omitted: 4.46163%. */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    /*@include animation(ageGateSearch .8s forwards);
    @include animation-delay(.4s);*/
    padding: 0 20px 15px 20px;
    width: 0;
    overflow: hidden;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .form-item.form-type-textfield.form-item-first-step-choice-search {
    padding: 0 15px 15px 15px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step-choice-search:focus {
    outline: 0;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item {
    margin: 0;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject {
    margin: 0 0 15px 0;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item {
    padding: 5px 20px 5px 20px;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item:last-child {
    margin: 0;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e5e8eb;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item:first-child label {
    margin-top: 10px;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transition: background-color 200ms ease-out, color 200ms ease-out;
    /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transition: background-color 200ms ease-out, color 200ms ease-out;
    transition: background-color 200ms ease-out, color 200ms ease-out;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 25px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 25px;
    border-radius: 25px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 42px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    color: #626262;
    cursor: pointer;
    position: relative;
    padding: 0 10px;
    /*https://css-tricks.com/snippets/css/remove-gray-highlight-when-tapping-links-in-mobile-safari/*/
    -webkit-tap-highlight-color: transparent;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 20px;
    border-radius: 0 !important;
    padding: 11px 15px;
    width: 100%;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 320px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label {
    padding: 5px 15px 5px 15px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label > span {
    /* Content for ie 8.
    Min version: 10.
    User threshold to keep: 0.1%. If ie 8 are omitted: 4.46163%. */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: translateX(25%);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: translateX(25%);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
    -webkit-animation: ageGateLabel 0.9s forwards;
    -moz-animation: ageGateLabel 0.9s forwards;
    -ms-animation: ageGateLabel 0.9s forwards;
    animation: ageGateLabel 0.9s forwards;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:hover {
    background-color: #e5e8eb;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label::before {
    /* Content for ie 8.
    Min version: 10.
    User threshold to keep: 0.1%. If ie 8 are omitted: 4.46163%. */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: translateX(-35%);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: translateX(-35%);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: translateX(-35%);
    transform: translateX(-35%);
    -webkit-animation: ageGateIcons 0.9s forwards;
    -moz-animation: ageGateIcons 0.9s forwards;
    -ms-animation: ageGateIcons 0.9s forwards;
    animation: ageGateIcons 0.9s forwards;
    width: 42px;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 5px 0;
    float: left;
    font-family: 'icomoon' !important;
    /* speak: none; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* -webkit-font-smoothing: antialiased; */
    font-size: 25px;
    text-align: center;
    line-height: initial;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label::before {
    padding: 0;
    width: 38px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(2)::before,
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(2) span {
    animation-delay: 120ms;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(3)::before,
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(3) span {
    animation-delay: 180ms;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(4)::before,
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(4) span {
    animation-delay: 240ms;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(5)::before,
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(5) span {
    animation-delay: 300ms;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(6)::before,
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label:nth-child(6) span {
    animation-delay: 360ms;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label.clicked {
    cursor: wait;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item label.clicked:after {
    content: " ";
    width: 100%;
    height: 100%;
    background: #F7F4F4;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 20px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject .form-item input[type=radio] {
    display: none;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-0 + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-0 + div + label:before {
    content: "\e91b";
    color: #6ba6d3;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-0 + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-0 + div + label:before {
    font-size: 28px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-1 + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-1 + div + label:before {
    content: "\e916";
    color: #ff4b3a;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-2 + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-2 + div + label:before {
    content: "\e90c";
    color: #162983;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-3 + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-3 + div + label:before {
    content: "\e915";
    color: #683b15;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-3 + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-3 + div + label:before {
    background-position: 0px -86px !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-4 + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-4 + div + label:before {
    content: "\e90a";
    color: #ff9d00;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-4 + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-4 + div + label:before {
    font-size: 31px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-5 + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-5 + div + label:before {
    content: "\e90b";
    color: #ff0000;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-5 + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item #edit-first-step-choice-subject #edit-first-step-choice-subject-choice-5 + div + label:before {
    width: 50px;
    font-size: 30px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item-first-step-choice-search label {
    display: none;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item-first-step-choice-search input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    background: #023466 url("../../images/icons-age-gate.png") no-repeat 7px -360px;
    border: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    color: #FFF;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    padding: 13px 30px 13px 60px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate #edit-first-step .form-item-first-step-choice-search input {
    background: #023466 url("../../images/icons-age-gate.png") no-repeat 98% -360px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    padding: 13px 30px 13px 20px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-legend {
    color: #000;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    padding-right: 20px;
    display: inline-block;
    width: 100%;
    word-wrap: break-word;
    margin: 0 0 10px 0;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-legend {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    color: #626262;
    line-height: 18px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    color: #626262;
    margin-bottom: 0;
    line-height: normal;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper p {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper {
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper {
    margin: 10px 0 0 0;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item label, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .fieldset-legend, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper label, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .fieldset-legend {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    color: #7fa5d0;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: normal;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item label, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .fieldset-legend, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper label, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .fieldset-legend {
    display: none;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .form-item, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .form-item {
    margin: 0 5px 0 0;
    width: inherit;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .form-item, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .form-item {
    margin: 0;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .form-item input, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .form-item input {
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 18px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 18px;
    border-radius: 18px;
    border: 1px solid #023466;
    color: #023466;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    padding: 5px 16px;
    text-align: center;
    min-width: 64px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .form-item input, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .form-item input {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    min-width: inherit !important;
    width: 60px;
    margin-right: 8px;
    border-color: #626262;
    color: #626262;
    border-radius: 25px;
    padding: 0;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .form-item input:focus, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .form-item input:focus {
    border-color: #3875d7;
    outline: none;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .form-item input#edit-second-step-choice-birthday-year, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .form-item input#edit-second-step-choice-birthday-year {
    min-width: 100px;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .fieldset-wrapper, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .fieldset-wrapper {
    margin: 0 0 8px 0;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item .fieldset-wrapper, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .fieldset-wrapper {
    margin: 0 0 0 0;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me {
    float: right;
    width: inherit;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me {
    float: left;
    width: 60%;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me input[type=checkbox], .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me input[type=checkbox] {
    display: none;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me label, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me label {
    text-align: right;
    cursor: pointer;
    display: inline-block;
    color: #023466;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: normal;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me label, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me label {
    text-align: left;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me label, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me label {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    float: left;
    margin-top: -10px;
    color: #626262;
    font-weight: normal;
    text-align: left;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 320px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me label, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me label {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me label:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e908";
    font-size: 23px;
    display: inline-block;
    padding: 0 10px 0 0;
    color: #023466;
    position: relative;
    top: 6px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me label:before {
    font-size: 26px;
    padding: 0 7px 0 0;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me label .remember_me_txt2, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me label .remember_me_txt2 {
    padding-top: 15px;
    display: inline-block;
    font-size: 10px;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item.form-item-second-step-save-me input[type=checkbox]:checked + label:before, .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper.form-item-second-step-save-me input[type=checkbox]:checked + label:before {
    content: "\e909";
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item-second-step-choice-country {
    position: relative;
    /*
    .chosen-single {
      &:after {
        @include fa;
        content: "\f0dd";
        color: $bondi-blue;
        right: 9%;
        font-size: 20px;
        top: 18%;
        padding: 0;
        border-bottom: 0;
        position: absolute;
        pointer-events: none;
      }
    }*/
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-item-second-step-choice-country select {
    border: 1px solid #626262;
    background: url("../images/f_down.png") no-repeat 93% center #fff;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 25px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 12px 40px 12px 20px;
    color: #626262;
    outline: none;
    display: inline-block;
    margin-top: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    width: 100%;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper #edit-second-step-choice-birthday label {
    display: none;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-submit {
    background-color: #023466;
    color: #FFF;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    padding: 7px 20px;
    margin: 30px 0 0 30px;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 20px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 20px;
    border-radius: 20px;
    float: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-submit {
    margin: 0;
    padding: 7px 20px;
    border-radius: 25px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-submit:hover {
    background-color: #3875d7;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container {
    min-width: 290px;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-single {
    border: 1px solid #023466;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 20px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #626262;
    height: auto !important;
    padding: 8px 16px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-single {
    margin: 15px 0 0 0;
    border: 1px solid #626262;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-single span {
    color: #023466;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    height: auto;
    line-height: initial;
    line-height: normal;
    /*ie*/
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-single span {
    color: #626262;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-single div {
    right: 5px;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-search input {
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 18px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 18px;
    border-radius: 18px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    border: 1px solid #023466;
    speak: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: normal;
    background: transparent;
    padding-left: 26px;
    color: #023466;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-search::before {
    content: "";
    color: #023466;
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 8px;
    line-height: initial;
    line-height: normal;
    font-size: 19px;
    font-family: 'icomoon' !important;
    position: absolute;
    right: 5px;
    top: 9px;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-results {
    max-height: 130px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-results {
    max-height: 120px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-results li:before {
    color: #023466;
    display: none;
  }
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .chosen-container .chosen-drop {
    margin-top: 7px !important;
    border-color: #023466;
    border-top: 1px solid #023466;
    border-radius: 10px;
  }
  .desktopAgeGateWrapper #abus-infos {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    position: static;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    align-content: flex-end;
    margin-bottom: 3%;
  }
}
@media (min-width: 960px) and (max-width: 1199px) and (max-width: 720px) {
  .desktopAgeGateWrapper #abus-infos {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: normal;
    text-transform: inherit;
    line-height: 18px;
    bottom: 0;
    z-index: -9;
    position: relative;
    align-content: flex-end;
    flex: 1;
  }
}

.fixThis {
  position: fixed;
  display: none;
}

.age-gate-first-step .age-gate-lang, .age-gate-second-step .age-gate-lang {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (max-width: 720px) {
  .age-gate-first-step .age-gate-lang, .age-gate-second-step .age-gate-lang {
    right: 10px;
    top: 0;
  }
}
.age-gate-first-step .age-gate-lang .new-select, .age-gate-second-step .age-gate-lang .new-select {
  display: none;
}
@media (max-width: 720px) {
  .age-gate-first-step .age-gate-lang .new-select, .age-gate-second-step .age-gate-lang .new-select {
    display: block;
    background: url(images/age-gate-lang-arrow-down.png) no-repeat 30px center;
  }
  .age-gate-first-step .age-gate-lang .new-select select, .age-gate-second-step .age-gate-lang .new-select select {
    display: block !important;
  }
  .age-gate-first-step .age-gate-lang .new-select .select, .age-gate-second-step .age-gate-lang .new-select .select {
    color: #fff;
  }
}
.age-gate-first-step .age-gate-lang .chosen-container, .age-gate-second-step .age-gate-lang .chosen-container {
  width: inherit !important;
  cursor: pointer;
}
@media (max-width: 720px) {
  .age-gate-first-step .age-gate-lang .chosen-container, .age-gate-second-step .age-gate-lang .chosen-container {
    display: none !important;
  }
}
.age-gate-first-step .age-gate-lang .chosen-container.chosen-with-drop .chosen-single div, .age-gate-second-step .age-gate-lang .chosen-container.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.age-gate-first-step .age-gate-lang .chosen-container.chosen-with-drop .chosen-drop, .age-gate-second-step .age-gate-lang .chosen-container.chosen-with-drop .chosen-drop {
  left: inherit;
}
.age-gate-first-step .age-gate-lang .chosen-container .chosen-single, .age-gate-second-step .age-gate-lang .chosen-container .chosen-single {
  color: white;
  background: url(images/age-gate-lang-arrow-down.png) no-repeat 30px center;
  padding: 3px 30px 3px 10px;
  display: inline-block;
}
.age-gate-first-step .age-gate-lang .chosen-container .chosen-drop, .age-gate-second-step .age-gate-lang .chosen-container .chosen-drop {
  position: absolute;
  width: 50px;
  left: -9999px;
  z-index: 100;
}
.age-gate-first-step .age-gate-lang .chosen-container .chosen-drop .chosen-search, .age-gate-second-step .age-gate-lang .chosen-container .chosen-drop .chosen-search {
  display: none;
}
.age-gate-first-step .age-gate-lang .chosen-container .chosen-drop .chosen-results, .age-gate-second-step .age-gate-lang .chosen-container .chosen-drop .chosen-results {
  text-align: left;
  background: white;
}
.age-gate-first-step .age-gate-lang .chosen-container .chosen-drop .chosen-results li, .age-gate-second-step .age-gate-lang .chosen-container .chosen-drop .chosen-results li {
  padding: 0 10px;
  color: #023466;
  border-top: 1px solid #023466;
}

.age-gate-first-step .age-gate-container #wrapper-form-age-gate {
  height: 0;
  overflow: hidden;
  padding: 25px 20px;
  /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-border-radius: 0;
  /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 720px) {
  .age-gate-first-step .age-gate-container #wrapper-form-age-gate {
    padding: 0;
  }
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate h3 {
  margin-bottom: 20px;
}
@media (max-width: 720px) {
  .age-gate-first-step .age-gate-container #wrapper-form-age-gate h3 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 16px;
    margin-left: 13px;
  }
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate.open {
  visibility: visible;
  -webkit-animation: ageGateOpen 0.7s forwards;
  -moz-animation: ageGateOpen 0.7s forwards;
  -ms-animation: ageGateOpen 0.7s forwards;
  animation: ageGateOpen 0.7s forwards;
  background: white;
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate.open .edit-search {
  -webkit-animation: ageGateSearch 0.8s forwards;
  -moz-animation: ageGateSearch 0.8s forwards;
  -ms-animation: ageGateSearch 0.8s forwards;
  animation: ageGateSearch 0.8s forwards;
  /* Capability css-animation is prefixed with -moz because 0.57224% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-animation-delay: 0.4s;
  /* Capability css-animation is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability css-animation is prefixed with -webkit because 57.87258% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate.open #block-menu-landing-page-menu .menu {
  margin: 0;
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate.open #block-menu-landing-page-menu .menu li a::before {
  -webkit-animation: ageGateIcons 0.9s forwards;
  -moz-animation: ageGateIcons 0.9s forwards;
  -ms-animation: ageGateIcons 0.9s forwards;
  animation: ageGateIcons 0.9s forwards;
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate.open #block-menu-landing-page-menu .menu li a > span {
  display: inline-block;
  position: relative;
  -webkit-animation: ageGateLabel 0.9s forwards;
  -moz-animation: ageGateLabel 0.9s forwards;
  -ms-animation: ageGateLabel 0.9s forwards;
  animation: ageGateLabel 0.9s forwards;
  line-height: 1.4;
}
@media (max-width: 720px) {
  .age-gate-first-step .age-gate-container #wrapper-form-age-gate #link-proposer {
    display: none;
  }
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #link-proposer.closed {
  overflow: hidden;
  cursor: pointer;
  /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transform: translateZ(0);
  /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -ms context. */
  -ms-transform: translateZ(0);
  /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  /* Capability transforms3d is prefixed with -moz because 0.41487% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-backface-visibility: hidden;
  /* Capability transforms3d is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability transforms3d is prefixed with -webkit because 56.24533% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transition: color 0.7s;
  /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
  border: 1px solid #FFF;
  padding: 0 25px;
  /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-border-radius: 34px;
  /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-border-radius: 34px;
  border-radius: 34px;
  color: #FFF;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  width: 100%;
  line-height: 70px;
  height: 70px;
  position: relative;
  z-index: 1;
}
@media (max-width: 720px) {
  .age-gate-first-step .age-gate-container #wrapper-form-age-gate #link-proposer.closed {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 0;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 0;
    border-radius: 0;
    border-right: none;
    border-left: none;
    line-height: 40px;
    height: 40px;
    padding: 0;
  }
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #link-proposer.closed::before {
  /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transform: scaleX(0);
  /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -ms context. */
  -ms-transform: scaleX(0);
  /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transform-origin: 0 50%;
  /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -ms context. */
  -ms-transform-origin: 0 50%;
  /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transition-property: -moz-transform;
  /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transition-duration: 0.4s;
  /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transition-timing-function: ease-out;
  /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-border-radius: 29px;
  /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-border-radius: 29px;
  border-radius: 29px;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: inherit;
}
@media (max-width: 720px) {
  .age-gate-first-step .age-gate-container #wrapper-form-age-gate #link-proposer.closed::before {
    display: none;
  }
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #link-proposer.closed:hover, .age-gate-first-step .age-gate-container #wrapper-form-age-gate #link-proposer.closed:focus, .age-gate-first-step .age-gate-container #wrapper-form-age-gate #link-proposer.closed:active {
  color: #023466;
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #link-proposer.closed:hover::before, .age-gate-first-step .age-gate-container #wrapper-form-age-gate #link-proposer.closed:focus::before, .age-gate-first-step .age-gate-container #wrapper-form-age-gate #link-proposer.closed:active::before {
  /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transform: scaleX(1);
  /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -ms context. */
  -ms-transform: scaleX(1);
  /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #link-proposer.closed:hover::after, .age-gate-first-step .age-gate-container #wrapper-form-age-gate #link-proposer.closed:focus::after, .age-gate-first-step .age-gate-container #wrapper-form-age-gate #link-proposer.closed:active::after {
  /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transform: translateY(-50%) rotate(90deg);
  /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -ms context. */
  -ms-transform: translateY(-50%) rotate(90deg);
  /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
@media (max-width: 720px) {
  .age-gate-first-step .age-gate-container #wrapper-form-age-gate #link-proposer.closed:hover, .age-gate-first-step .age-gate-container #wrapper-form-age-gate #link-proposer.closed:focus, .age-gate-first-step .age-gate-container #wrapper-form-age-gate #link-proposer.closed:active {
    color: #fff;
  }
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #link-proposer.closed:after {
  /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transform: translateY(-50%);
  /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -ms context. */
  -ms-transform: translateY(-50%);
  /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transition: -moz-transform 0.3s ease-out;
  /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transition-delay: 0.1s;
  /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  content: "+";
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 100;
  position: absolute;
  right: 28px;
  top: 50%;
  height: 33px;
  width: 33px;
  line-height: 28px;
  z-index: -1;
}
@media (max-width: 720px) {
  .age-gate-first-step .age-gate-container #wrapper-form-age-gate #link-proposer.closed:after {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: bold;
    right: 0;
    top: 50%;
    height: 20px;
    width: 20px;
    line-height: 18px;
  }
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #link-proposer.closed span {
  display: none;
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #link-proposer.open {
  display: none;
  /*            position: absolute;
              right: 3.5%;
              top: 3.5%;
              color: $bondi-blue;
              @include font(32, 100);
              z-index: 9999;
              @include breakpoint(mobile) {
                display: none;
              }*/
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate .pr-hub-agegate-search-form {
  position: relative;
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate .pr-hub-agegate-search-form .form-item-search {
  position: relative;
  top: 10px;
}
@media (max-width: 720px) {
  .age-gate-first-step .age-gate-container #wrapper-form-age-gate .pr-hub-agegate-search-form .form-item-search {
    position: relative;
    padding: 0 3px;
    width: 93.5%;
    margin: 10px auto 20px auto;
    top: 5px;
  }
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate .pr-hub-agegate-search-form .form-item-search .edit-search {
  /* Content for ie 8.
  Min version: 10.
  User threshold to keep: 0.1%. If ie 8 are omitted: 4.46163%. */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  background: #023466;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  color: #FFF;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  padding: 13px 30px 13px 50px;
  outline: none;
  width: 0;
}
@media (max-width: 720px) {
  .age-gate-first-step .age-gate-container #wrapper-form-age-gate .pr-hub-agegate-search-form .form-item-search .edit-search {
    background: #023466;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 300;
    padding: 7px 30px 7px 40px;
  }
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate .pr-hub-agegate-search-form .form-submit-wrapper::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: white;
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 16px;
  line-height: initial;
  line-height: normal;
  font-size: 19px;
  z-index: 1000;
}
@media (max-width: 720px) {
  .age-gate-first-step .age-gate-container #wrapper-form-age-gate .pr-hub-agegate-search-form .form-submit-wrapper::before {
    top: 16px;
    left: 30px;
  }
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate .pr-hub-agegate-search-form .form-submit-wrapper .form-submit {
  position: absolute;
  right: 9px;
  top: 8px;
  display: block;
  width: 31px;
  height: 52px;
  z-index: 1000000;
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate .pr-hub-agegate-search-form .form-submit-wrapper .form-submit:hover {
  background: transparent;
}
@media (max-width: 720px) {
  .age-gate-first-step .age-gate-container #wrapper-form-age-gate .pr-hub-agegate-search-form .form-submit-wrapper .form-submit {
    width: 40px;
    right: 24px;
    top: -2px;
  }
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu {
  margin: 0;
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li {
  margin: 0 0 0px 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transition: background-color 200ms ease-out, color 200ms ease-out;
  /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transition: background-color 200ms ease-out, color 200ms ease-out;
  transition: background-color 200ms ease-out, color 200ms ease-out;
  /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-border-radius: 25px;
  /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-border-radius: 25px;
  border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 42px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  color: #626262;
  cursor: pointer;
  position: relative;
  padding: 0 0px;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 5px;
}
@media (max-width: 720px) {
  .age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li {
    margin-bottom: 0px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 20px;
    border-radius: 0 !important;
    padding: 11px 15px;
    width: 100%;
  }
}
@media (max-width: 320px) {
  .age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li {
    margin-bottom: 0px;
    padding: 5px 15px 5px 15px;
  }
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li:hover {
  background-color: #e5e8eb;
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li::before {
  width: 42px;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 5px 0;
  float: left;
  font-family: 'icomoon' !important;
  /* speak: none; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* -webkit-font-smoothing: antialiased; */
  font-size: 25px;
  text-align: center;
  line-height: initial;
}
@media (max-width: 720px) {
  .age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li::before {
    padding: 0;
    width: 38px;
  }
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li:nth-child(2)::before,
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li:nth-child(2) span {
  animation-delay: 120ms;
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li:nth-child(3)::before,
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li:nth-child(3) span {
  animation-delay: 180ms;
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li:nth-child(4)::before,
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li:nth-child(4) span {
  animation-delay: 240ms;
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li:nth-child(5)::before,
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li:nth-child(5) span {
  animation-delay: 300ms;
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li:nth-child(6)::before,
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li:nth-child(6) span {
  animation-delay: 360ms;
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li.clicked {
  cursor: wait;
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li.clicked:after {
  content: " ";
  width: 100%;
  height: 100%;
  background: #F7F4F4;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-border-radius: 20px;
  /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
@media (max-width: 720px) {
  .age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e5e8eb;
  }
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li a {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transition: background-color 200ms ease-out, color 200ms ease-out;
  /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transition: background-color 200ms ease-out, color 200ms ease-out;
  transition: background-color 200ms ease-out, color 200ms ease-out;
  /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-border-radius: 25px;
  /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
  width: 100%;
  line-height: 42px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  color: #626262;
  cursor: pointer;
  position: relative;
  padding: 0 0px;
  /*https://css-tricks.com/snippets/css/remove-gray-highlight-when-tapping-links-in-mobile-safari/*/
  -webkit-tap-highlight-color: transparent;
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li a.lp-link-brands::before {
  content: "\e91b";
  color: #6ba6d3;
}
@media (max-width: 720px) {
  .age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li a.lp-link-brands::before {
    font-size: 28px;
  }
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li a.lp-link-journalists::before {
  content: "\e915";
  color: #683b15;
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li a.lp-link-group::before {
  content: "\e90c";
  color: #162983;
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li a.lp-link-career::before {
  content: "\e916";
  color: #ff4b3a;
}
@media (max-width: 720px) {
  .age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li a.lp-link-career::before {
    background-position: 0px -86px !important;
    width: 38px;
  }
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li a.lp-link-news::before {
  content: "\e915";
  color: #683b15;
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li a.lp-link-home::before {
  content: "\e90b";
  color: #ff0000;
}
@media (max-width: 720px) {
  .age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li a.lp-link-home::before {
    width: 37px;
    font-size: 30px;
  }
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li a.lp-link-finance::before {
  content: "\e92e";
  color: #ff9d00;
  font-size: 32px;
}
@media (max-width: 720px) {
  .age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li a.lp-link-finance::before {
    font-size: 30px;
  }
}
@media (max-width: 720px) {
  .age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 20px;
    border-radius: 0 !important;
    padding: 11px 8px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 320px) {
  .age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li a {
    padding: 5px 15px 5px 15px;
  }
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li a:hover {
  background-color: #e5e8eb;
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li a::before {
  /* Content for ie 8.
  Min version: 10.
  User threshold to keep: 0.1%. If ie 8 are omitted: 4.46163%. */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transform: translateX(-35%);
  /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -ms context. */
  -ms-transform: translateX(-35%);
  /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
  width: 42px;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 5px 0;
  float: left;
  font-family: 'icomoon' !important;
  /* speak: none; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* -webkit-font-smoothing: antialiased; */
  font-size: 25px;
  text-align: center;
  top: 3px;
  position: relative;
  line-height: initial;
}
@media (max-width: 720px) {
  .age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li a::before {
    padding: 0;
    width: 38px;
    top: 0;
  }
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li a > span {
  /* Content for ie 8.
  Min version: 10.
  User threshold to keep: 0.1%. If ie 8 are omitted: 4.46163%. */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transform: translateX(75%);
  /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -ms context. */
  -ms-transform: translateX(75%);
  /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transform: translateX(75%);
  transform: translateX(75%);
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li input[type=radio] {
  display: none;
}

.age-gate-second-step .form-item-age-gate-country {
  margin-top: 20px;
}
.age-gate-second-step .edit-age-gate-birthday {
  margin-top: 15px;
}
@media (max-width: 720px) {
  .age-gate-second-step select {
    color: #6b6464;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .age-gate-second-step select.age-gate-country.form-select,
  .age-gate-second-step select.age-gate-language.form-select{
    /* Creating new -moz context. */
    -moz-appearance: none;
    /* Creating new -webkit context. */
    -webkit-appearance: none;
    /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-border-radius: 50px;
    /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-border-radius: 50px;
    border-radius: 50px;
    outline: none;
    padding: 8px 5px;
    width: 100% !important;
    padding-left: 15px;
  }
}

.age-gate-second-step .loader-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.7;
}
.age-gate-second-step .loader-overlay .loader {
  background: url("../images/input-loader.svg") no-repeat;
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transform: translate(-50%, -50%);
  /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -ms context. */
  -ms-transform: translate(-50%, -50%);
  /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.age-gate-second-step .age-gate-error {
  border: 1px solid red !important;
}
.age-gate-second-step .site_not_available p {
  margin-top: 10px;
  text-align: center;
  color: red !important;
  font-size: 18px;
}
@media (max-width: 720px) {
  .age-gate-second-step .site_not_available p {
    font-size: 14px;
  }
}
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate {
  position: relative;
  height: 0;
  overflow: hidden;
  background: white;
  padding: 0;
  /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-border-radius: 0px;
  /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate.open {
  -webkit-animation: ageGateOpenForm 0.7s forwards;
  -moz-animation: ageGateOpenForm 0.7s forwards;
  -ms-animation: ageGateOpenForm 0.7s forwards;
  animation: ageGateOpenForm 0.7s forwards;
}

.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-language .chosen-container,
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-country .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-language .chosen-with-drop .chosen-single,
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-country .chosen-with-drop .chosen-single {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-language .chosen-container-single .chosen-single ,
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-country .chosen-container-single .chosen-single {
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
  display: block;
  overflow: hidden;
  padding: 0 0 0 12px;
  height: 35px;
  /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-border-radius: 20px;
  /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: transparent;
  background-clip: padding-box;
  box-shadow: none;
  color: #626262;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-language .chosen-container .chosen-drop,
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-country .chosen-container .chosen-drop {
  position: absolute;
  top: 81%;
  left: -9999px;
  z-index: 1010000;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #023466;
  border-top: 0;
  background: transparent;
  box-shadow: none;
  background: #fff;
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-language .chosen-container-single .chosen-drop,
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-country .chosen-container-single .chosen-drop {
  margin-top: 1px;
  margin-left: -1px;
  border-radius: 0 0 0px 0px;
  width: 100%;
  background-clip: padding-box;
}
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-language .chosen-container.chosen-with-drop .chosen-drop,
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-country .chosen-container.chosen-with-drop .chosen-drop {
  left: 1px;
}
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-language .chosen-container a,
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-country .chosen-container a {
  cursor: pointer;
}
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-language .chosen-container-single .chosen-single div,
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-country .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 4px;
  display: block;
  width: 18px;
  height: 100%;
}
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-language .chosen-container-single .chosen-single div b,
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-country .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/chosen-sprite.png") no-repeat 0 8px;
}
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-language .chosen-container-active.chosen-with-drop .chosen-single div b,
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-country .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -17px 8px;
}
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-language .chosen-container-single .chosen-single span,
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-country .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 35px;
  line-height: 35px;
}
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-language .chosen-container .chosen-results,
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-country .chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 0;
  padding: 0px 0 0 4px;
  -webkit-overflow-scrolling: touch;
}
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-language .chosen-container .chosen-results li,
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-country .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 1px 5px 26px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
  color: #626262;
}
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-language .chosen-container .chosen-results li.active-result ,
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-country .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-language .chosen-container .chosen-results li.active-result.highlighted,
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-country .chosen-container .chosen-results li.active-result.highlighted {
  background: transparent !important;
}
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-language .chosen-container .chosen-results li.disabled-result,
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-country .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-language .chosen-container .chosen-results li.highlighted,
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-country .chosen-container .chosen-results li.highlighted {
  background-color: white;
  background-image: none;
  color: #626262;
}
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-language .chosen-container .chosen-results li.no-results,
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-country .chosen-container .chosen-results li.no-results {
  display: list-item;
  color: red;
}
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-language .chosen-container .chosen-results li.group-result,
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-country .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-language .chosen-container .chosen-results li.group-option,
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-country .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-language .chosen-container .chosen-results li em,
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-country .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-save-me {
  float: right;
  width: inherit;
}
@media (max-width: 720px) {
  .age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-save-me {
    float: left;
    width: 60%;
  }
}
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-save-me input[type=checkbox] {
  display: none;
}
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-save-me label {
  float: right;
  text-align: right;
  cursor: pointer;
  display: inline-block;
  color: #023466;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  top: 21px;
  margin-bottom: 20px;
}
@media (max-width: 720px) {
  .age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-save-me label {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    float: left;
    margin-top: -10px;
    color: #626262;
    font-weight: normal;
    text-align: left;
  }
}
@media (max-width: 320px) {
  .age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-save-me label {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
  }
}
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-save-me label:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  font-size: 19px;
  display: inline-block;
  padding: 0 10px 0 0;
  color: #023466;
  position: relative;
  top: 4px;
}
@media (max-width: 720px) {
  .age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-save-me label:before {
    font-size: 26px;
    padding: 0 7px 0 0;
  }
}
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-save-me input[type=checkbox]:checked + label:before {
  content: "\e909";
}
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .remember_me_txt2 {
  padding-top: 0px;
  display: inline-block;
  font-size: 10px;
}
@media (max-width: 720px) {
  .age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .remember_me_txt2 {
    position: relative;
    top: -2px;
    white-space: pre;
  }
}
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-birthday-day label,
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .form-item-age-gate-birthday-month label {
  display: none;
}
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate #edit-age-gate-birthday label {
  display: none;
}
.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate #edit-age-gate-birthday .description {
  text-align: center;
  width: 87%;
}
.age-gate-second-step .form-item-age-gate-country,
.age-gate-second-step .form-item-age-gate-language{
  position: relative;
}
@media (max-width: 720px) {
  .age-gate-second-step .form-item-age-gate-country::after,
  .age-gate-second-step .form-item-age-gate-language::after{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    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;
    content: "";
    color: #023466;
    font-size: 8px;
    font-size: 0.5rem;
    font-weight: normal;
    position: absolute;
    right: 10px;
    top: 20px;
  }
}

.l-top_header .age-gate-lang .lang-dropdown .lang-dropdown-select-element {
  display: none;
  background-size: 16px 10px;
}

.html .form-item-second-step-choice-country .chosen-container-single .chosen-single div b {
  background: url("../images/chosen-sprite-bondie.png") no-repeat 0 8px;
}

html.interstitiel {
  overflow: hidden !important;
}
html.interstitiel .l-top_header {
  z-index: 16777273;
}

.bg-interstitiel #pernod-ricard-interstitiel-age-gate {
  background: #f1f1f1;
}

#pernod-ricard-interstitiel-age-gate {
  position: fixed;
  z-index: 16777271;
  width: 100%;
  height: 100%;
  top: 32px;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background: rgba(188, 188, 188, 0.55);
  cursor: pointer;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 5%;
}
#pernod-ricard-interstitiel-age-gate.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 720px) {
  #pernod-ricard-interstitiel-age-gate {
    top: 45px;
    padding: 0 3%;
  }
}
#pernod-ricard-interstitiel-age-gate .progress {
  /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transition: width 0.5s, height 0.5s;
  /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transition: width 0.5s, height 0.5s;
  transition: width 0.5s, height 0.5s;
  /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transform: translateX(-1.3em);
  /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -ms context. */
  -ms-transform: translateX(-1.3em);
  /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transform: translateX(-1.3em);
  transform: translateX(-1.3em);
  height: 38em;
  width: 38em;
  margin: 3em auto;
  position: relative;
}
@media (max-width: 720px) {
  #pernod-ricard-interstitiel-age-gate .progress {
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: translateX(0) translateY(-15%);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: translateX(0) translateY(-15%);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: translateX(0) translateY(-15%);
    transform: translateX(0) translateY(-15%);
    height: 100%;
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  #pernod-ricard-interstitiel-age-gate .progress {
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: translateX(1.5em);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: translateX(1.5em);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: translateX(1.5em);
    transform: translateX(1.5em);
  }
}
#pernod-ricard-interstitiel-age-gate .progress::before {
  /* Content for ie 8.
  Min version: 10.
  User threshold to keep: 0.1%. If ie 8 are omitted: 4.46163%. */
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transition: opacity 0.5s;
  /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  content: "";
  background: url("../../images/interstitiel-fleche.png") no-repeat 0 0;
  position: absolute;
  top: -10px;
  left: -215px;
  width: 200px;
  height: 195px;
}
@media (max-width: 720px) {
  #pernod-ricard-interstitiel-age-gate .progress::before {
    /* Content for ie 8.
    Min version: 10.
    User threshold to keep: 0.1%. If ie 8 are omitted: 4.46163%. */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
#pernod-ricard-interstitiel-age-gate .progress > svg {
  height: 100%;
  display: block;
  cursor: pointer;
}
@media (max-width: 720px) {
  #pernod-ricard-interstitiel-age-gate .progress > svg {
    height: 100%;
    width: 100%;
  }
}
#pernod-ricard-interstitiel-age-gate .progress .progressbar__label {
  color: #023466;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0;
  margin: 0;
  width: 68%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#pernod-ricard-interstitiel-age-gate .progress p {
  display: inline-block;
  margin: 0;
  width: 100%;
  color: #134270;
  word-break: break-word;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 30px;
}
@media (max-width: 720px) {
  #pernod-ricard-interstitiel-age-gate .progress p {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 18px;
  }
}
#pernod-ricard-interstitiel-age-gate .progress p.age-gate-small {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 30px;
}
@media (max-width: 720px) {
  #pernod-ricard-interstitiel-age-gate .progress p.age-gate-small {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 22px;
  }
}
#pernod-ricard-interstitiel-age-gate .progress p.age-gate-large {
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 100;
  line-height: 60px;
  margin-top: 8px;
  white-space: nowrap;
}
@media (max-width: 720px) {
  #pernod-ricard-interstitiel-age-gate .progress p.age-gate-large {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 100;
    line-height: 30px;
    white-space: normal;
  }
}
#pernod-ricard-interstitiel-age-gate .aligner {
  z-index: 16777272;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
  background: url("../../images/interstitiel.svg") no-repeat center center;
  width: 540px;
  height: 540px;
  position: relative;
}
@media (max-width: 720px) {
  #pernod-ricard-interstitiel-age-gate .aligner {
    width: 97%;
  }
}
#pernod-ricard-interstitiel-age-gate .aligner:before {
  content: "";
  background: url("../../images/interstitiel-fleche.png") no-repeat 0 0;
  position: absolute;
  top: 19px;
  left: -191px;
  width: 200px;
  height: 195px;
}
@media (max-width: 720px) {
  #pernod-ricard-interstitiel-age-gate .aligner:before {
    display: none;
  }
}
#pernod-ricard-interstitiel-age-gate .inner {
  width: 66%;
}
#pernod-ricard-interstitiel-age-gate .age-gate-center-elements {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  animation-duration: 2s;
  animation-name: fadeInFromNone;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 2s;
  -webkit-animation-name: fadeInFromNone;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-duration: 2s;
  -ms-animation-name: fadeInFromNoneIE;
  -ms-animation-fill-mode: forwards;
}
#pernod-ricard-interstitiel-age-gate .age-gate-center-elements .age-gate-logo {
  display: inline-block;
  width: 185px;
  height: 85px;
  background: url("../../images/logo-theme-bleu.png") no-repeat;
  background-size: 100%;
  margin-bottom: 30px;
}
#pernod-ricard-interstitiel-age-gate .age-gate-center-elements p {
  display: inline-block;
  margin: 0;
  width: 100%;
  color: #134270;
  word-break: break-word;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 30px;
}
@media (max-width: 720px) {
  #pernod-ricard-interstitiel-age-gate .age-gate-center-elements p {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 18px;
  }
}
#pernod-ricard-interstitiel-age-gate .age-gate-center-elements p.age-gate-small {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 30px;
}
@media (max-width: 720px) {
  #pernod-ricard-interstitiel-age-gate .age-gate-center-elements p.age-gate-small {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 18px;
  }
}
#pernod-ricard-interstitiel-age-gate .age-gate-center-elements p.age-gate-large {
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 100;
  line-height: 60px;
  margin-top: 8px;
}
@media (max-width: 720px) {
  #pernod-ricard-interstitiel-age-gate .age-gate-center-elements p.age-gate-large {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 100;
    line-height: 30px;
  }
}

@-webkit-keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInFromNoneIE {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.age-gate-first-step .open {
  -webkit-animation: ageGateOpen 0.7s forwards;
  -moz-animation: ageGateOpen 0.7s forwards;
  -ms-animation: ageGateOpen 0.7s forwards;
  animation: ageGateOpen 0.7s forwards;
}

#age-gate-second-step #edit-age-gate > legend {
  opacity: 0;
  /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transform: translateX(25%);
  /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -ms context. */
  -ms-transform: translateX(25%);
  /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transform: translateX(25%);
  transform: translateX(25%);
  -webkit-animation: ageGateLabel 1s forwards;
  -moz-animation: ageGateLabel 1s forwards;
  -ms-animation: ageGateLabel 1s forwards;
  animation: ageGateLabel 1s forwards;
}
#age-gate-second-step #edit-age-gate .fieldset-wrapper .fieldset-description {
  opacity: 0;
  /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transform: translateX(25%);
  /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -ms context. */
  -ms-transform: translateX(25%);
  /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transform: translateX(25%);
  transform: translateX(25%);
  -webkit-animation: ageGateIcons 1.3s forwards;
  -moz-animation: ageGateIcons 1.3s forwards;
  -ms-animation: ageGateIcons 1.3s forwards;
  animation: ageGateIcons 1.3s forwards;
  color: #626262;
  font-size: 15px;
  line-height: 1.3;
}
@media (max-width: 720px) {
  #age-gate-second-step #edit-age-gate .fieldset-wrapper .fieldset-description {
    font-size: 11px;
    line-height: 16px;
  }
}
#age-gate-second-step #edit-age-gate .fieldset-wrapper .form-item-second-step-choice-country > label {
  opacity: 0;
  /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transform: translateX(25%);
  /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -ms context. */
  -ms-transform: translateX(25%);
  /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transform: translateX(25%);
  transform: translateX(25%);
  -webkit-animation: ageGateLabel 1.6s forwards;
  -moz-animation: ageGateLabel 1.6s forwards;
  -ms-animation: ageGateLabel 1.6s forwards;
  animation: ageGateLabel 1.6s forwards;
}
#age-gate-second-step #edit-age-gate .fieldset-wrapper #edit-second-step-choice-birthday legend {
  opacity: 0;
  /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transform: translateX(25%);
  /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -ms context. */
  -ms-transform: translateX(25%);
  /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transform: translateX(25%);
  transform: translateX(25%);
  -webkit-animation: ageGateLabel 1.9s forwards;
  -moz-animation: ageGateLabel 1.9s forwards;
  -ms-animation: ageGateLabel 1.9s forwards;
  animation: ageGateLabel 1.9s forwards;
}
#age-gate-second-step #edit-age-gate .fieldset-wrapper #edit-second-step-choice-birthday .fieldset-wrapper {
  opacity: 0;
  /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transform: translateX(25%);
  /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -ms context. */
  -ms-transform: translateX(25%);
  /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transform: translateX(25%);
  transform: translateX(25%);
  -webkit-animation: ageGateIcons 2.2s forwards;
  -moz-animation: ageGateIcons 2.2s forwards;
  -ms-animation: ageGateIcons 2.2s forwards;
  animation: ageGateIcons 2.2s forwards;
}
#age-gate-second-step #edit-age-gate #edit-second-step-age-gate-submit {
  opacity: 0;
  /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transform: translateX(25%);
  /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -ms context. */
  -ms-transform: translateX(25%);
  /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transform: translateX(25%);
  transform: translateX(25%);
  -webkit-animation: ageGateLabel 2.5s forwards;
  -moz-animation: ageGateLabel 2.5s forwards;
  -ms-animation: ageGateLabel 2.5s forwards;
  animation: ageGateLabel 2.5s forwards;
}
#age-gate-second-step #edit-age-gate .option {
  opacity: 0;
  /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transform: translateX(25%);
  /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -ms context. */
  -ms-transform: translateX(25%);
  /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transform: translateX(25%);
  transform: translateX(25%);
  -webkit-animation: ageGateIcons 2.8s forwards;
  -moz-animation: ageGateIcons 2.8s forwards;
  -ms-animation: ageGateIcons 2.8s forwards;
  animation: ageGateIcons 2.8s forwards;
}

@media (min-width: 960px) and (max-width: 1199px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .form-item input#edit-age-gate-birthday-year {
    min-width: 115px;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .desktopAgeGateWrapper .age-gate-container #wrapper-form-age-gate .fieldset-wrapper .form-wrapper .form-item input#edit-age-gate-birthday-year {
    min-width: 115px;
  }
}

@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .desktopAgeGateWrapper #wrapper-form-age-gate {
    /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-transform: translateY(-13%);
    /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -ms context. */
    -ms-transform: translateY(-13%);
    /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-transform: translateY(-13%);
    transform: translateY(-13%);
  }
}

@media (max-width: 320px) {
  .mobileAgeGateWrapper h2 {
    margin: 0 2%;
  }
}

@media (max-width: 720px) {
  .age-gate-first-step .age-gate-container #wrapper-form-age-gate #block-menu-landing-page-menu .menu li:first-child {
    border-top: 1px solid #e5e8eb;
  }
}

@media (max-width: 720px) {
  #wrapper-form-age-gate + #abus-infos {
    margin-top: 15px;
  }
}

@media (max-width: 720px) {
  .mobileAgeGateWrapper .age-gate-container.toggle-flex {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 !important;
    -moz-box-flex: 0 !important;
    -ms-flex: 0 !important;
    flex: 0 !important;
  }
}

@media (max-width: 720px) {
  .ag-text-sanitaire {
    line-height: 12px;
  }
}

.ag-js-calc {
  height: auto !important;
  visibility: hidden !important;
}

#wrapper-form-age-gate.open {
  visibility: visible !important;
}

.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate {
  visibility: visible !important;
}

.age-gate-first-step .age-gate-container #wrapper-form-age-gate h3 {
  visibility: hidden;
}
.age-gate-first-step .age-gate-container #wrapper-form-age-gate.open h3 {
  visibility: visible !important;
}

.iphone .mobileAgeGateWrapper {
  padding-bottom: 50px;
}

.iphone.isAgeGate {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .age-gate-container:not(.toggle-flex) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .age-gate-container:not(.toggle-flex) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 720px) and (max-width: 960px) {
  .age-gate-container:not(.toggle-flex) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.iphone #wrapper-form-age-gate + #abus-infos {
  margin-top: 10px;
}

/*
.ie .age-gate-first-step .age-gate-container #wrapper-form-age-gate.open {
  @include animation(ageGateOpenIE .7s forwards);
}

.ie .age-gate-second-step .age-gate-container #wrapper-form-age-gate.open {
  @include animation(ageGateOpenFormIE .7s forwards);
}*/
.ie .age-gate-first-step .age-gate-container #wrapper-form-age-gate.open,
.ie .age-gate-second-step .age-gate-container #wrapper-form-age-gate.open {
  height: auto !important;
}

.age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .remember_me_txt2 {
  float: right;
  text-align: right;
  clear: both;
}
@media (max-width: 720px) {
  .age-gate-second-step .age-gate-container #wrapper-age-gate.closed #wrapper-form-age-gate .remember_me_txt2 {
    float: none;
    text-align: left;
  }
}

@media (max-width: 720px) {
  .html .block-liste-owl-mobile {
    padding: 20px 15px;
  }
}
@media (max-width: 720px) {
  .html .block-liste-owl-mobile .view-content, .html .block-liste-owl-mobile .block__content {
    padding: 0 22px;
    width: 100%;
  }
}
@media (max-width: 720px) {
  .html .block-liste-owl-mobile .view-content .block-liste-owl-mobile, .html .block-liste-owl-mobile .block__content .block-liste-owl-mobile {
    padding: 0;
  }
}
@media (max-width: 720px) {
  .html .block-liste-owl-mobile .view-content .view-content, .html .block-liste-owl-mobile .view-content .block__content, .html .block-liste-owl-mobile .block__content .view-content, .html .block-liste-owl-mobile .block__content .block__content {
    padding: 0;
  }
}
.html .block-liste-owl-mobile .owl-carousel .owl-wrapper {
  float: left;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -js-display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.html .block-liste-owl-mobile .owl-carousel .bas-box-actus {
  min-height: inherit !important;
}
@media (max-width: 720px) {
  .html .block-liste-owl-mobile .owl-carousel .views-row {
    background: white;
    min-height: inherit !important;
  }
}
.html .block-liste-owl-mobile .owl-carousel .views-row .views-field-title {
  /*min-height:50px !important;*/
}
@media (max-width: 720px) {
  .html .block-liste-owl-mobile .owl-carousel .views-row .views-field-field-poster-video, .html .block-liste-owl-mobile .owl-carousel .views-row .views-field-field-image-teaser, .html .block-liste-owl-mobile .owl-carousel .views-row .bas-box-actus, .html .block-liste-owl-mobile .owl-carousel .views-row .bas-box {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .html .block-liste-owl-mobile .owl-carousel .owl-controls {
    margin: 0;
  }
}
@media (max-width: 720px) {
  .html .block-liste-owl-mobile .owl-carousel .owl-controls .owl-buttons div {
    background: none;
    /* Content for ie 8.
    Min version: 10.
    User threshold to keep: 0.1%. If ie 8 are omitted: 4.46163%. */
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    padding: 0;
  }
}
@media (max-width: 720px) {
  .html .block-liste-owl-mobile .owl-carousel .owl-controls .owl-prev {
    background: none;
    position: absolute;
    left: -40px;
    top: 40%;
    /* Content for ie 8.
    Min version: 10.
    User threshold to keep: 0.1%. If ie 8 are omitted: 4.46163%. */
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .html .block-liste-owl-mobile .owl-carousel .owl-controls .owl-prev:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    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;
    content: "";
    font-size: 44px;
    font-size: 2.75rem;
    font-weight: 300;
    margin-right: 5px;
    color: #023467;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .html .block-liste-owl-mobile .owl-carousel .owl-controls .owl-prev:before {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
  }
}

@media (max-width: 720px) {
  .html .block-liste-owl-mobile .owl-carousel .owl-controls .owl-next {
    /* Content for ie 8.
    Min version: 10.
    User threshold to keep: 0.1%. If ie 8 are omitted: 4.46163%. */
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background: none;
    position: absolute;
    top: 40%;
    right: -40px;
  }
  .html .block-liste-owl-mobile .owl-carousel .owl-controls .owl-next:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    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;
    content: "";
    font-size: 44px;
    font-size: 2.75rem;
    font-weight: 300;
    margin-right: 5px;
    color: #023467;
  }
}
@media (max-width: 720px) and (max-width: 720px) {
  .html .block-liste-owl-mobile .owl-carousel .owl-controls .owl-next:before {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
  }
}

/* Responsive lightbox */
#lightbox2-overlay {
  width: 100% !important;
}

#outerImageContainer {
  max-width: 100%;
  height: auto !important;
  width: auto !important;
}

#imageContainer, #frameContainer, #modalContainer {
  height: auto !important;
  max-width: 100% !important;
}

#imageDataContainer {
  width: auto !important;
}

#lightboxImage {
  height: auto !important;
  max-width: 100%;
}

/*   contenu de la page  */
.view-listes-articles-startegies .bas-box-actus .views-field-title span, .view-listes-articles-startegies .bas-box-actus .views-field-title a {
  color: #80a5d1 !important;
}

img.align-center, iframe.align-center {
  display: block;
  margin: 20px auto;
}
@media (max-width: 720px) {
  img.align-center, iframe.align-center {
    height: auto;
    max-width: 100%;
  }
}
img.align-left, iframe.align-left {
  float: left;
  margin: 10px 40px 20px 0;
}
@media (max-width: 720px) {
  img.align-left, iframe.align-left {
    float: none;
    margin: 0 0 20px 0;
    height: auto;
    max-width: 100%;
  }
}
img.align-right, iframe.align-right {
  float: right;
  margin: 10px 0 20px 40px;
}
@media (max-width: 720px) {
  img.align-right, iframe.align-right {
    float: none;
    margin: 0 0 20px 0;
    height: auto;
    max-width: 100%;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.liste-medias {
  /** Menu Current**/
}
.liste-medias h1 {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 100;
  text-align: left;
  text-transform: uppercase;
  color: #009586;
  letter-spacing: 4px;
  line-height: initial;
  line-height: normal;
  /*ie*/
  width: 50%;
  float: left;
}
@media (max-width: 720px) {
  .liste-medias h1 {
    width: 100%;
    float: none;
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 300;
    letter-spacing: normal;
    padding: 20px 15px 10px 15px;
    text-transform: inherit;
    margin-bottom: 5px;
  }
}
.liste-medias .breadcrumbs {
  background: transparent;
  margin-bottom: 0;
}
.liste-medias .breadcrumbs li a {
  color: white;
}
.liste-medias .breadcrumbs li:last-child span {
  color: #009586 !important;
}
.liste-medias #block-menu-menu-menu-liste-actualit-.block--menu-menu-menu-liste-actualit- ul.menu {
  margin-top: 40px;
}
.liste-medias #block-menu-menu-menu-liste-actualit-.block--menu-menu-menu-liste-actualit- ul.menu li {
  display: block;
  float: left;
  border-left: 1px solid #f4f2f2;
  border-top: 1px solid #f4f2f2;
  border-right: 1px solid #f4f2f2;
  margin-left: -1px;
  position: relative;
}
.liste-medias #block-menu-menu-menu-liste-actualit-.block--menu-menu-menu-liste-actualit- ul.menu li.first {
  margin-left: 0;
}
.liste-medias #block-menu-menu-menu-liste-actualit-.block--menu-menu-menu-liste-actualit- ul.menu li a {
  padding: 17px 17px 16px;
  display: block;
  color: #6b6464;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}
.liste-medias #block-menu-menu-menu-liste-actualit-.block--menu-menu-menu-liste-actualit- ul.menu li:hover a {
  text-decoration: underline;
}
.liste-medias #block-menu-menu-menu-liste-actualit-.block--menu-menu-menu-liste-actualit- ul.menu li.active-trail, .liste-medias #block-menu-menu-menu-liste-actualit-.block--menu-menu-menu-liste-actualit- ul.menu li.active {
  z-index: 1;
  background-color: white;
  border-right-color: #009586;
  border-left-color: #009586;
}
.liste-medias #block-menu-menu-menu-liste-actualit-.block--menu-menu-menu-liste-actualit- ul.menu li.active-trail a, .liste-medias #block-menu-menu-menu-liste-actualit-.block--menu-menu-menu-liste-actualit- ul.menu li.active a {
  color: #009586;
}
.liste-medias #block-menu-menu-menu-liste-actualit-.block--menu-menu-menu-liste-actualit- ul.menu li.active-trail:before, .liste-medias #block-menu-menu-menu-liste-actualit-.block--menu-menu-menu-liste-actualit- ul.menu li.active:before {
  content: " ";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #009586;
  position: absolute;
  left: 0;
  top: -0.8px;
  z-index: 2;
}
.liste-medias #block-menu-menu-menu-liste-actualit-.block--menu-menu-menu-liste-actualit- ul.menu li.active-trail:after, .liste-medias #block-menu-menu-menu-liste-actualit-.block--menu-menu-menu-liste-actualit- ul.menu li.active:after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: -0.8px;
  z-index: 2;
}
@media (max-width: 720px) {
  .liste-medias #block-menu-menu-menu-liste-actualit-.block--menu-menu-menu-liste-actualit- {
    display: none;
  }
}

/**********************   liste actaulites   */
#edit-field-marque-nid-wrapper .chosen-drop {
  margin-left: -1px;
  width: 100.5%;
}

.view.liste-actualites {
  min-height: 200px;
  background: #f8f8f6;
}
@media (max-width: 720px) {
  .view.liste-actualites {
    background: #fff;
  }
}
.view.liste-actualites .view-empty {
  padding: 50px 0;
  text-align: center;
}
.view.liste-actualites .view-empty p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  color: #626262;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  color: #626262;
}
@media (max-width: 720px) {
  .view.liste-actualites .view-empty p {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
  }
}
@media (max-width: 720px) {
  .view.liste-actualites .view-empty p {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
  }
}

.liste-medias .view-content {
  z-index: 1;
  padding: 40px 40px 0 40px;
}
@media (max-width: 720px) {
  .liste-medias .view-content {
    width: 100%;
    padding: 0 0 0;
  }
}
@media (max-width: 720px) {
  .liste-medias .view-content .views-row {
    /* Capability css-boxshadow is prefixed with -moz because 0.16452% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -moz context. */
    -moz-box-shadow: none;
    /* Capability css-boxshadow is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
    /* Capability css-boxshadow is prefixed with -webkit because 1.6785% of users need it which is more than the threshold of 0.1%. */
    /* Creating new -webkit context. */
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f8f8f6;
    margin-bottom: 1px;
  }
}
.liste-medias .view-content .views-row .views-field-field-image-teaser {
  display: block;
  min-height: 80px;
  position: relative;
}
@media (max-width: 520px) {
  .liste-medias .view-listes-actualites .view-content .views-row .views-field-field-image-teaser {
    background: #fff;
  }
}
.liste-medias .view-content .views-row .bas-box-actus a {
  color: #56267c;
}
.liste-medias .view-content .views-row .bas-box-actus .views-field-field-theme {
  background: #009586;
}
.liste-medias .view-content .views-row .bas-box-actus .views-field-title {
  margin-bottom: 20px;
  max-width: 285px;
}
@media (max-width: 720px) {
  .liste-medias .view-content .views-row .bas-box-actus .views-field-title {
    margin-bottom: 0;
  }
}
.liste-medias .view-content .views-row .bas-box-actus .views-field-view-node a,
.liste-medias .view-content .views-row .bas-box-actus .views-field-field-titre-du-lien a {
  color: #023466;
}
@media (max-width: 720px) {
  .liste-medias .view-content .views-row .bas-box-actus .views-field-view-node,
  .liste-medias .view-content .views-row .bas-box-actus .views-field-field-titre-du-lien {
    display: none;
  }
}
.liste-medias .view-content .views-row .page-node-1127 .bas-box-actus {
  position: relative;
  display: inline-block;
  min-height: auto;
  padding-bottom: 27px;
}

.page-node-1144 .liste-medias .view-content .views-row .bas-box-actus .views-field-title a,
.page-node-1236 .liste-medias .view-content .views-row .bas-box-actus .views-field-title a {
  color: #82C6F3;
}

.page-node-1091 .liste-medias .view-content .views-row .bas-box-actus .views-field-title a,
.page-node-1322 .liste-medias .view-content .views-row .bas-box-actus .views-field-title a {
  color: #d51100;
}

.page-node-1091 .node--gabarit-modulable .field.field--name-title-field {
  color: #d51100;
}

.page-node-1322 .node--gabarit-modulable .field.field--name-title-field {
  color: #d51100;
}

.page-node-937 .liste-medias .view-content .views-row .bas-box-actus .views-field-title a,
.page-node-1354 .liste-medias .view-content .views-row .bas-box-actus .views-field-title a {
  color: #56267d;
}

/*************** view-id-actualites_memes_sujets*/
.node-type-actualite .block-wrapper.lien-voir-toutes-actualites-mobile .block__content {
  margin: 0 40px 30px;
}

div[class^='block--views-actualites-memes-sujets-block'],
div[class*='block--views-actualites-memes-sujets-block'] {
  background: #f8f8f6;
  padding-top: 65px;
}
@media (max-width: 720px) {
  div[class^='block--views-actualites-memes-sujets-block'],
  div[class*='block--views-actualites-memes-sujets-block'] {
    padding-bottom: 30px;
    padding-top: 35px;
  }
}
div[class^='block--views-actualites-memes-sujets-block'] .block__title,
div[class*='block--views-actualites-memes-sujets-block'] .block__title {
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 100;
  color: #009586;
  line-height: 1em;
  text-align: center;
  letter-spacing: initial;
}
@media (max-width: 720px) {
  div[class^='block--views-actualites-memes-sujets-block'] .block__title,
  div[class*='block--views-actualites-memes-sujets-block'] .block__title {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 300;
    text-align: left;
    padding-left: 15px;
  }
}
@media (max-width: 720px) {
  div[class^='block--views-actualites-memes-sujets-block'] .block__content,
  div[class*='block--views-actualites-memes-sujets-block'] .block__content {
    padding: 0 40px;
  }
}
div[class^='block--views-actualites-memes-sujets-block'] .block__content .view-content,
div[class*='block--views-actualites-memes-sujets-block'] .block__content .view-content {
  padding-top: 30px;
  /***** controle owl carrossel */
}
div[class^='block--views-actualites-memes-sujets-block'] .block__content .view-content .owl-wrapper,
div[class*='block--views-actualites-memes-sujets-block'] .block__content .view-content .owl-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -js-display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div[class^='block--views-actualites-memes-sujets-block'] .block__content .view-content .owl-controls,
div[class*='block--views-actualites-memes-sujets-block'] .block__content .view-content .owl-controls {
  margin: 0;
}
div[class^='block--views-actualites-memes-sujets-block'] .block__content .view-content .owl-controls .owl-buttons div,
div[class*='block--views-actualites-memes-sujets-block'] .block__content .view-content .owl-controls .owl-buttons div {
  background: none;
  /* Content for ie 8.
  Min version: 10.
  User threshold to keep: 0.1%. If ie 8 are omitted: 4.46163%. */
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  padding: 0;
}
div[class^='block--views-actualites-memes-sujets-block'] .block__content .view-content .owl-controls .owl-prev,
div[class*='block--views-actualites-memes-sujets-block'] .block__content .view-content .owl-controls .owl-prev {
  background: none;
  position: absolute;
  left: -40px;
  top: 30%;
  /* Content for ie 8.
  Min version: 10.
  User threshold to keep: 0.1%. If ie 8 are omitted: 4.46163%. */
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
div[class^='block--views-actualites-memes-sujets-block'] .block__content .view-content .owl-controls .owl-prev:before,
div[class*='block--views-actualites-memes-sujets-block'] .block__content .view-content .owl-controls .owl-prev:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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;
  content: "";
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 300;
  margin-right: 5px;
  color: #023467;
}
@media (max-width: 720px) {
  div[class^='block--views-actualites-memes-sujets-block'] .block__content .view-content .owl-controls .owl-prev:before,
  div[class*='block--views-actualites-memes-sujets-block'] .block__content .view-content .owl-controls .owl-prev:before {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
  }
}
div[class^='block--views-actualites-memes-sujets-block'] .block__content .view-content .owl-controls .owl-next,
div[class*='block--views-actualites-memes-sujets-block'] .block__content .view-content .owl-controls .owl-next {
  /* Content for ie 8.
  Min version: 10.
  User threshold to keep: 0.1%. If ie 8 are omitted: 4.46163%. */
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: none;
  position: absolute;
  top: 30%;
  right: -40px;
}
div[class^='block--views-actualites-memes-sujets-block'] .block__content .view-content .owl-controls .owl-next:before,
div[class*='block--views-actualites-memes-sujets-block'] .block__content .view-content .owl-controls .owl-next:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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;
  content: "";
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 300;
  margin-right: 5px;
  color: #023467;
}
@media (max-width: 720px) {
  div[class^='block--views-actualites-memes-sujets-block'] .block__content .view-content .owl-controls .owl-next:before,
  div[class*='block--views-actualites-memes-sujets-block'] .block__content .view-content .owl-controls .owl-next:before {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
  }
}
div[class^='block--views-actualites-memes-sujets-block'] .link_actualites_mobile,
div[class*='block--views-actualites-memes-sujets-block'] .link_actualites_mobile {
  display: none;
  margin-bottom: 30px;
  border-top: 1px solid #e5e8eb;
  border-bottom: 1px solid #e5e8eb;
  padding: 10px 0;
}
div[class^='block--views-actualites-memes-sujets-block'] .link_actualites_mobile a,
div[class*='block--views-actualites-memes-sujets-block'] .link_actualites_mobile a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #023467;
}
div[class^='block--views-actualites-memes-sujets-block'] .link_actualites_mobile a:hover,
div[class*='block--views-actualites-memes-sujets-block'] .link_actualites_mobile a:hover {
  color: #80a5d1;
}
@media (max-width: 720px) {
  div[class^='block--views-actualites-memes-sujets-block'] .link_actualites_mobile,
  div[class*='block--views-actualites-memes-sujets-block'] .link_actualites_mobile {
    display: block;
  }
}

/******************** node actualite */
.node-type-actualite .node--actualite--full .actualite-content .field--type-text-with-summary {
  margin-bottom: 50px;
}
.node-type-actualite .node--actualite--full .field--name-field-strategie-video-cover {
  margin: 40px 0 0;
  position: relative;
}
.node-type-actualite .node--actualite--full .field--name-field-strategie-video-cover a {
  overflow: hidden;
  display: block;
  white-space: nowrap;
  height: 0;
  width: 0;
}
.node-type-actualite .node--actualite--full .field--name-field-strategie-video-cover a::before {
  /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-border-radius: 100%;
  /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-border-radius: 100%;
  border-radius: 100%;
  /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transition: background 0.3s, border-color 0.3s;
  /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transition: background 0.3s, border-color 0.3s;
  transition: background 0.3s, border-color 0.3s;
  background: #023466;
  border: 1px solid #023466;
  bottom: 0;
  content: '';
  cursor: pointer;
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  z-index: 0;
}
.node-type-actualite .node--actualite--full .field--name-field-strategie-video-cover a::after {
  /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transition: border 0.3s;
  /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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;
  content: "󩁁";
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  height: 18px;
  left: 3px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}
.node-type-actualite .node--actualite--full .field--name-field-strategie-video-cover a:hover::before {
  background: #fff;
  border-color: #023466;
}
.node-type-actualite .node--actualite--full .field--name-field-strategie-video-cover a:hover::after {
  color: #023466;
}
.node-type-actualite .node--actualite--full .field--name-field-strategie-video-cover a::before {
  border-width: 2px;
  height: 120px;
  width: 120px;
}
.node-type-actualite .node--actualite--full .field--name-field-strategie-video-cover a::after {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: normal;
  left: 10px;
  width: 20px;
  height: 36px;
}
@media (max-width: 720px) {
  .node-type-actualite .node--actualite--full .field--name-field-strategie-video-cover a::before {
    border-width: 1px;
    height: 60px;
    width: 60px;
  }
  .node-type-actualite .node--actualite--full .field--name-field-strategie-video-cover a::after {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
    left: 5px;
    height: 18px;
    width: 10px;
  }
}
.node-type-actualite .block-boiler-plate {
  margin-bottom: 60px;
}
@media (max-width: 720px) {
  .node-type-actualite .block-boiler-plate {
    padding-top: 15px;
  }
}
.node-type-actualite .block-boiler-plate .block__title {
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 100;
  border-top: 1px solid #e5e8eb;
  color: #009586;
  line-height: 1em;
  text-align: center;
  letter-spacing: initial;
  margin-bottom: 28px;
  padding-top: 40px;
}
@media (max-width: 720px) {
  .node-type-actualite .block-boiler-plate .block__title {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 300;
    text-align: left;
    padding-left: 0;
    margin-bottom: 10px;
    padding-top: 10px;
  }
}
.node-type-actualite .block-boiler-plate .block__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 720px) {
  .node-type-actualite .block-boiler-plate .block__content {
    display: block;
  }
}
.node-type-actualite .block-boiler-plate .block__content p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
  margin-bottom: 15px;
}
.node-type-actualite .block-boiler-plate .block__content .boiler-info-section {
  width: 25%;
  margin-bottom: 20px;
}
@media (max-width: 720px) {
  .node-type-actualite .block-boiler-plate .block__content .boiler-info-section {
    width: 100%;
    margin-bottom: 10px;
  }
}
.node-type-actualite .block-boiler-plate:nth-child(2) .block__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.node-type-actualite h1 {
  position: inherit;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 100;
  text-align: left;
  color: #009586;
  line-height: 50px;
  letter-spacing: initial;
  text-transform: none;
  width: 100%;
  float: none;
}
@media (max-width: 720px) {
  .node-type-actualite h1 {
    width: auto;
    padding: 0;
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 300;
    line-height: 32px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
    word-wrap: break-word;
  }
}

.node-type-actualite.liste-medias h1 {
  width: 100%;
  float: none;
  padding: 0;
}
@media (max-width: 720px) {
  .node-type-actualite.liste-medias h1 {
    margin: 0;
    width: auto;
  }
}
.node-type-actualite .field--name-field-addthis {
  margin-top: 40px;
  margin-left: 40px;
  margin-bottom: 20px;

}
@media (max-width: 720px) {
  .node-type-actualite .field--name-field-addthis {
    margin: 0 0 20px;
  }
}
.node-type-actualite .second-addthis-field {
  margin-bottom: 40px;
}
@media (max-width: 720px) {
  .node-type-actualite .second-addthis-field {
    margin-left: -9% !important;
  }
  .node-type-actualite .second-addthis-field .form-wrapper .fieldset-wrapper {
    display: none;
  }
}
@media (max-width: 720px) {
  .node-type-actualite .node__content > .field--name-field-addthis:first-child {
    margin-left: -3% !important;
  }
  .node-type-actualite .node__content > .field--name-field-addthis:first-child .form-wrapper .fieldset-wrapper {
    display: none;
  }
}
.node-type-actualite .content_interne {
  margin-top: 20px;
}
.node-type-actualite .content_interne a {
  color: #023466;
  font-weight: bold;
  text-decoration: none;
}
.node-type-actualite .content_interne a:hover {
  text-decoration: underline;
}
@media (max-width: 720px) {
  .node-type-actualite .content_interne {
    padding-left: 15px;
  }
}
@media (max-width: 720px) {
  .node-type-actualite .content_interne h2 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 18px;
  }
}
@media (max-width: 720px) {
  .node-type-actualite .content_interne p, .node-type-actualite .content_interne ul {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    font-weight: normal !important;
    line-height: 18px !important;
    line-height: 18px;
  }
}
@media (max-width: 720px) {
  .node-type-actualite .content_interne blockquote {
    background-size: 70px;
    padding-left: 100px;
  }
}
.node-type-actualite .content_interne .two-col .col-md-6 {
  display: table-cell;
  vertical-align: top;
}
.node-type-actualite .content_interne .two-col .col-md-6 .media {
  padding-right: 40px;
}
.node-type-actualite .content_interne .field--type-text-with-summary img {
  height: auto !important;
  max-width: 100% !important;
}
.node-type-actualite .breadcrumbs {
  position: inherit;
  background: #ace48a;
}
.node-type-actualite .breadcrumbs a {
  color: white;
}
.node-type-actualite .breadcrumbs a.active {
  color: #009586;
}
.node-type-actualite .bloc-theme.mobile {
  display: none;
}
@media (max-width: 720px) {
  .node-type-actualite .bloc-theme.mobile {
    width: 90%;
    display: block;
    padding: 0;
    border-top: none;
    margin-bottom: 0;
  }
}
.node-type-actualite .bloc-theme {
  margin-bottom: 20px;
  padding-top: 12px;
  margin-left: 40px;
}
@media (max-width: 720px) {
  .node-type-actualite .bloc-theme {
    width: 100%;
    border-top: none;
    margin: 0;
    padding: 15px 15px 0;
  }
}
.node-type-actualite .bloc-theme .box-type {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #626262;
}
@media (max-width: 720px) {
  .node-type-actualite .bloc-theme .box-type {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    font-weight: normal !important;
    line-height: 18px !important;
  }
}
.node-type-actualite .bloc-theme .type-actualite-link, .node-type-actualite .bloc-theme .date-actualite {
  display: table-cell;
  padding-right: 5px;
  line-height: 24px;
}
@media (max-width: 720px) {
  .node-type-actualite .bloc-theme .type-actualite-link, .node-type-actualite .bloc-theme .date-actualite {
    font-size: 9px;
    font-size: 0.5625rem;
    font-weight: normal;
    display: inline-block;
  }
}
.node-type-actualite .bloc-theme .type-actualite-link a {
  text-decoration: underline;
}
.node-type-actualite .bloc-theme .field--name-field-theme {
  background-color: #009586;
  float: left;
  padding: 0 10px;
  margin-bottom: 1px;
}
@media print {
  .node-type-actualite .bloc-theme .field--name-field-theme {
    -webkit-print-color-adjust: exact !important;
    background-color: #009586 !important;
  }
}
@media (max-width: 720px) {
  .node-type-actualite .bloc-theme .field--name-field-theme {
    float: none;
  }
}
.node-type-actualite .bloc-theme .field--name-field-theme-secondaire .field__item {
  display: inline-block;
  margin-right: 5px;
  background-color: #009586;
  padding: 0 10px;
  margin-bottom: 1px;
}
.node-type-actualite .bloc-theme .field {
  color: white;
  margin-right: 5px;
}
.node-type-actualite .bloc-theme .field a {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
.node-type-actualite .bloc-theme .field a:hover {
  text-decoration: underline;
}
@media (max-width: 720px) {
  .node-type-actualite .bloc-theme .field a {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: normal;
  }
}
@media (max-width: 720px) {
  .node-type-actualite .bloc-theme .field {
    display: inline-block;
    margin-top: 10px;
  }
}
.node-type-actualite .bloc-theme .tags-actu {
  display: block;
  margin-top: 20px;
}
@media (max-width: 720px) {
  .node-type-actualite .bloc-theme .tags-actu {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
  }
}
.node-type-actualite .field--name-field-chapo {
  padding-bottom: 20px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
}
@media (max-width: 720px) {
  .node-type-actualite .field--name-field-chapo {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 18px;
    padding-bottom: 0;
  }
}
.node-type-actualite .field--name-field-chapo p {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  clear: left;
  line-height: 1.3em;
}
@media (max-width: 720px) {
  .node-type-actualite .field--name-field-chapo p {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 18px;
  }
}
.node-type-actualite .field--type-file .content {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 720px) and (max-width: 960px) {
  .node-type-actualite .field--type-file .content {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .node-type-actualite .field--type-file .content iframe, .node-type-actualite .field--type-file .content video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 720px) {
  .node-type-actualite .field--type-file .content {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .node-type-actualite .field--type-file .content iframe, .node-type-actualite .field--type-file .content video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.node-type-actualite .media-youtube-video {
  text-align: center;
}

/****** nav phone actualites + filter actualites */
.block-wrapper.lien-voir-toutes-actualites-mobile {
  background: #f8f8f6;
}
.block-wrapper.lien-voir-toutes-actualites-mobile .block__content {
  display: none;
  margin: 0 20px 30px;
  border-top: 1px solid #e2d9c7;
  border-bottom: 1px solid #e2d9c7;
  padding: 10px 0;
}
@media (max-width: 720px) {
  .block-wrapper.lien-voir-toutes-actualites-mobile .block__content {
    display: block;
  }
  .block-wrapper.lien-voir-toutes-actualites-mobile .block__content p {
    margin-bottom: 0;
  }
}
.block-wrapper.lien-voir-toutes-actualites-mobile .block__content a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #023466;
}
.block-wrapper.lien-voir-toutes-actualites-mobile .block__content a:hover {
  text-decoration: underline;
}

.filtres-checkbox-collabsible.filter-green select {
  padding: 11px 40px 11px 20px !important;
  /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-border-radius: 25px;
  /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-border-radius: 25px;
  border-radius: 25px;
  color: #fff;
  border: 1px solid #019587;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  font-weight: normal;
  width: 100%;
  margin-top: 11px;
}
.filtres-checkbox-collabsible.filter-green div.date-month::after,
.filtres-checkbox-collabsible.filter-green div.date-year::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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;
  content: "";
  color: #fff;
  right: 5%;
  font-size: 20px;
  top: 31%;
  padding: 0;
  border-bottom: 0;
  position: absolute;
  pointer-events: none;
}

/*   contenu de la page actualites srategique   */
/******************** node actualite */
.node-type-articles-strategie h1 {
  position: inherit;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 100;
  text-align: left;
  color: #023467;
  line-height: 50px;
  letter-spacing: initial;
  text-transform: none;
  width: 100%;
  float: none;
  padding-right: 20px;
  padding-left: 0;
}
@media (max-width: 720px) {
  .node-type-articles-strategie h1 {
    width: auto;
    padding: 0;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 100;
    line-height: 23px;
    margin-left: 15px;
    margin-top: 20px;
  }
}

.field--name-field-addthis.field--type-addthis .overflow-wall {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  cursor: pointer;
}
@media (max-width: 720px) {
  .field--name-field-addthis.field--type-addthis .overflow-wall {
    left: 23%;
    width: 70px;
  }
}
.node-type-articles-strategie div[class*='block--views-actualites-memes-sujets-block'] .block__title, .node-type-articles-strategie .view-content .views-row .bas-box-actus .views-field-title a {
  color: #023467;
}

@media (max-width: 720px) {
  .node-type-articles-strategie .field--type-addthis .box-partages {
    display: block;
    margin: 20px 0 0 0;
  }
}
.node-type-articles-strategie .field--name-title-field {
  display: inline-block;
}
.node-type-articles-strategie .field--name-field-addthis {
  margin-top: 40px;
  margin-left: 40px;
  margin-bottom: 20px;
}
@media (max-width: 720px) {
  .node-type-articles-strategie .field--name-field-addthis {
    margin: 0 15px;
  }
}
.node-type-articles-strategie .content_interne {
  margin-top: 20px;
}
.node-type-articles-strategie .content_interne a {
  color: #023466;
  font-weight: bold;
  text-decoration: none;
}
.node-type-articles-strategie .content_interne a:hover {
  text-decoration: underline;
}
@media (max-width: 720px) {
  .node-type-articles-strategie .content_interne h2 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 18px;
  }
}
@media (max-width: 720px) {
  .node-type-articles-strategie .content_interne p, .node-type-articles-strategie .content_interne ul {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 18px;
  }
}
@media (max-width: 720px) {
  .node-type-articles-strategie .content_interne blockquote {
    background-size: 70px;
    padding-left: 100px;
  }
}
.node-type-articles-strategie .breadcrumbs {
  position: inherit;
  background: #7fa4d0;
}
.node-type-articles-strategie .breadcrumbs a {
  color: white;
}
.node-type-articles-strategie .breadcrumbs a.active {
  color: #023467;
}
.node-type-articles-strategie .bloc-theme {
  margin-bottom: 20px;
  padding-top: 12px;
  margin-left: 40px;
}
@media (max-width: 720px) {
  .node-type-articles-strategie .bloc-theme {
    width: 95%;
    border-top: none;
    margin-left: 15px;
    display: flex;
  }
}
.node-type-articles-strategie .bloc-theme .box-type {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #626262;
}
@media (max-width: 720px) {
  .node-type-articles-strategie .bloc-theme .box-type {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
  }
}
.node-type-articles-strategie .bloc-theme .type-actualite-link, .node-type-articles-strategie .bloc-theme .date-articles_strategie {
  display: table-cell;
  padding-right: 5px;
  line-height: 24px;
}
@media (max-width: 720px) {
  .node-type-articles-strategie .bloc-theme .type-actualite-link, .node-type-articles-strategie .bloc-theme .date-articles_strategie {
    font-size: 9px;
    font-size: 0.5625rem;
    font-weight: normal;
    display: inline-block;
    flex: 1;
  }
}
.node-type-articles-strategie .bloc-theme .type-actualite-link .field__item {
  font-size: 14px !important;
  font-weight: normal !important;
  color: #626262 !important;
  text-decoration: underline !important;
}
@media (max-width: 720px) {
  .node-type-articles-strategie .bloc-theme .type-actualite-link .field__item {
    font-size: 9px !important;
  }
}
.node-type-articles-strategie .bloc-theme .field--name-field-theme {
  float: left;
}
.node-type-articles-strategie .bloc-theme .field--name-field-theme .field__item {
  background-color: #009586;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 1px;
}
@media (max-width: 720px) {
  .node-type-articles-strategie .bloc-theme .field--name-field-theme .field__item {
    float: none;
  }
}
.node-type-articles-strategie .bloc-theme .field--name-field-theme-secondaire .field__item {
  display: inline-block;
  margin-right: 1px;
  background-color: #009586;
  padding: 0 10px;
  margin-bottom: 1px;
}
.node-type-articles-strategie .bloc-theme .field {
  margin-right: 1px;
}
.node-type-articles-strategie .bloc-theme .field .field__item {
  cursor: normal;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
.node-type-articles-strategie .bloc-theme .field .field__item:hover {
  text-decoration: none;
}
@media (max-width: 720px) {
  .node-type-articles-strategie .bloc-theme .field .field__item {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: normal;
  }
}
@media (max-width: 720px) {
  .node-type-articles-strategie .bloc-theme .field {
    display: block;
  }
}
.node-type-articles-strategie .bloc-theme .tags-actu {
  display: block;
  margin-top: 20px;
}
@media (max-width: 720px) {
  .node-type-articles-strategie .bloc-theme .tags-actu {
    display: inline-block;
    width: 100%;
    flex: 1;
    margin: 0 !important;
  }
}
.node-type-articles-strategie .field--name-field-chapo {
  padding-bottom: 20px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
}
@media (max-width: 720px) {
  .node-type-articles-strategie .field--name-field-chapo {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 18px;
    padding-bottom: 0;
  }
}
.node-type-articles-strategie .field--name-field-chapo p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
  clear: left;
  line-height: 1.3em;
}
@media (max-width: 720px) {
  .node-type-articles-strategie .field--name-field-chapo p {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 18px;
  }
}
.node-type-articles-strategie .field--type-file .content {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 720px) and (max-width: 960px) {
  .node-type-articles-strategie .field--type-file .content {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .node-type-articles-strategie .field--type-file .content iframe, .node-type-articles-strategie .field--type-file .content video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 720px) {
  .node-type-articles-strategie .field--type-file .content {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .node-type-articles-strategie .field--type-file .content iframe, .node-type-articles-strategie .field--type-file .content video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.node-type-articles-strategie .media-youtube-video {
  text-align: center;
}

.field--type-addthis {
  margin-top: 10px;
}

@media (max-width: 720px) {
  .addthis-top-savoire-faire .box-partages {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 720px) {
  .node--savoir-faire .box-partages {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }
}

.field--type-addthis {
  position: relative;
  z-index: 2;
}
.field--type-addthis .box-partages {
  line-height: 26px;
  position: static;
  top: 0px;
  left: 0px;
  z-index: 200;
  width: 100%;
  /**** responsve */
}
.field--type-addthis .box-partages legend {
  cursor: pointer;
  position: relative;
  color: white;
  background-color: #023467;
  width: 60px;
  height: 60px;
}
.field--type-addthis .box-partages legend span {
  text-indent: -9999px;
  width: 1px;
  height: 1px;
  display: block;
}
.field--type-addthis .box-partages legend:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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;
  content: "";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .field--type-addthis .box-partages legend:hover {
    background-color: white;
    color: #023467;
    border: 1px solid #023467;
  }
}
@media (min-width: 320px) and (max-width: 720px) {
  .field--type-addthis .box-partages legend {
    display: block;
    float: left;
  }
}
.field--type-addthis .box-partages .active {
  background-color: white;
  color: #023467;
  border: 1px solid #023467;
}
.field--type-addthis .box-partages .fieldset-wrapper {
  display: none;
  position: absolute;
  left: 0px;
  top: 60px;
  width: 60px;
}
.field--type-addthis .box-partages .fieldset-wrapper a {
  display: inline-block;
}
@media (min-width: 320px) and (max-width: 720px) {
  .field--type-addthis .box-partages .fieldset-wrapper {
    width: auto;
    position: absolute !important;
    margin-left: 0 !important;
  }
}
.field--type-addthis .box-partages.addthis_toolbox a {
  position: relative;
  background-color: #023467;
  width: 60px;
  height: 60px;
  background-position: center center;
  color: white;
  margin-bottom: 0px;
  padding: 0;
}
.field--type-addthis .box-partages.addthis_toolbox a span {
  display: none;
}
.field--type-addthis .box-partages.addthis_toolbox a:hover {
  background-color: white;
  color: #023467;
  border: 1px solid #023467;
}
.field--type-addthis .box-partages.addthis_toolbox a:before {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.field--type-addthis .box-partages .at_a11y {
  left: -10px !important;
}
@media (min-width: 320px) and (max-width: 720px) {
  .field--type-addthis .box-partages {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: auto;
    margin: 0;
    position: inherit;
  }
}
.field--type-addthis .box-partages .form-wrapper {
  float: left;
  width: 60px;
}
@media (min-width: 320px) and (max-width: 720px) {
  .field--type-addthis .box-partages .form-wrapper {
    display: inline-block;
    float: left;
    width: auto;
    position: relative;
  }
}

#block-addthis-addthis-block--2, #block-addthis-addthis-block {
  position: relative;
  display: none;
  margin: 20px 0 0;
}
#block-addthis-addthis-block--2 .block__content .page-actualite-addthis-mobile, #block-addthis-addthis-block .block__content .page-actualite-addthis-mobile {
  padding-left: 30px;
  line-height: 26px;
  position: static;
  top: 0px;
  left: 0px;
  z-index: 400;
  width: 100%;
  /**** responsve */
}
@media screen and (min-width: 481px) and (max-width: 720px) {
  #block-addthis-addthis-block--2 .block__content .page-actualite-addthis-mobile, #block-addthis-addthis-block .block__content .page-actualite-addthis-mobile {
    padding-left: 25%;
  }
}
@media (max-width: 320px) {
  #block-addthis-addthis-block--2 .block__content .page-actualite-addthis-mobile, #block-addthis-addthis-block .block__content .page-actualite-addthis-mobile {
    padding-left: 15px;
  }
}
#block-addthis-addthis-block--2 .block__content .page-actualite-addthis-mobile legend, #block-addthis-addthis-block .block__content .page-actualite-addthis-mobile legend {
  cursor: pointer;
  position: relative;
  color: white;
  background-color: #023467;
  width: 60px !important;
  height: 60px;
}
#block-addthis-addthis-block--2 .block__content .page-actualite-addthis-mobile legend span, #block-addthis-addthis-block .block__content .page-actualite-addthis-mobile legend span {
  text-indent: -9999px;
  width: 1px;
  height: 1px;
  display: block;
}
#block-addthis-addthis-block--2 .block__content .page-actualite-addthis-mobile legend:before, #block-addthis-addthis-block .block__content .page-actualite-addthis-mobile legend:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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;
  content: "";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#block-addthis-addthis-block--2 .block__content .page-actualite-addthis-mobile legend:hover, #block-addthis-addthis-block .block__content .page-actualite-addthis-mobile legend:hover {
  background-color: white;
  color: #023467;
}
@media (min-width: 320px) and (max-width: 720px) {
  #block-addthis-addthis-block--2 .block__content .page-actualite-addthis-mobile legend, #block-addthis-addthis-block .block__content .page-actualite-addthis-mobile legend {
    display: block;
    float: left;
  }
}
#block-addthis-addthis-block--2 .block__content .page-actualite-addthis-mobile .fieldset-wrapper, #block-addthis-addthis-block .block__content .page-actualite-addthis-mobile .fieldset-wrapper {
  position: static;
  left: 0px;
  top: 60px;
  display: inline-block;
  height: 60px;
  width: 240px;
}
@media (max-width: 720px) {
  #block-addthis-addthis-block--2 .block__content .page-actualite-addthis-mobile .fieldset-wrapper, #block-addthis-addthis-block .block__content .page-actualite-addthis-mobile .fieldset-wrapper {
    position: absolute !important;
    margin-left: 0 !important;
  }
}
#block-addthis-addthis-block--2 .block__content .page-actualite-addthis-mobile .fieldset-wrapper a, #block-addthis-addthis-block .block__content .page-actualite-addthis-mobile .fieldset-wrapper a {
  display: inline-block;
}
#block-addthis-addthis-block--2 .block__content .page-actualite-addthis-mobile .fieldset-wrapper .owl-wrapper-outer, #block-addthis-addthis-block .block__content .page-actualite-addthis-mobile .fieldset-wrapper .owl-wrapper-outer {
  overflow: hidden;
}
#block-addthis-addthis-block--2 .block__content .page-actualite-addthis-mobile.addthis_toolbox a, #block-addthis-addthis-block .block__content .page-actualite-addthis-mobile.addthis_toolbox a {
  position: relative;
  background-color: #023467;
  width: 60px;
  height: 60px;
  background-position: center center;
  color: white;
  margin-bottom: 0px;
  padding: 0;
}
#block-addthis-addthis-block--2 .block__content .page-actualite-addthis-mobile.addthis_toolbox a span, #block-addthis-addthis-block .block__content .page-actualite-addthis-mobile.addthis_toolbox a span {
  display: none;
}
#block-addthis-addthis-block--2 .block__content .page-actualite-addthis-mobile.addthis_toolbox a:hover, #block-addthis-addthis-block .block__content .page-actualite-addthis-mobile.addthis_toolbox a:hover {
  background-color: white;
  color: #023467;
}
#block-addthis-addthis-block--2 .block__content .page-actualite-addthis-mobile.addthis_toolbox a:before, #block-addthis-addthis-block .block__content .page-actualite-addthis-mobile.addthis_toolbox a:before {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#block-addthis-addthis-block--2 .block__content .page-actualite-addthis-mobile.addthis_toolbox .owl-controls, #block-addthis-addthis-block .block__content .page-actualite-addthis-mobile.addthis_toolbox .owl-controls {
  margin: 0;
}
#block-addthis-addthis-block--2 .block__content .page-actualite-addthis-mobile.addthis_toolbox .owl-controls .owl-prev, #block-addthis-addthis-block .block__content .page-actualite-addthis-mobile.addthis_toolbox .owl-controls .owl-prev {
  display: none;
}
#block-addthis-addthis-block--2 .block__content .page-actualite-addthis-mobile.addthis_toolbox .owl-controls .owl-next, #block-addthis-addthis-block .block__content .page-actualite-addthis-mobile.addthis_toolbox .owl-controls .owl-next {
  position: absolute;
  top: 0;
  right: -60px;
  margin: 0;
  width: 60px !important;
  height: 60px;
  background-color: #023467;
  /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-border-radius: 0;
  /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-border-radius: 0;
  border-radius: 0;
  /* Content for ie 8.
  Min version: 10.
  User threshold to keep: 0.1%. If ie 8 are omitted: 4.46163%. */
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#block-addthis-addthis-block--2 .block__content .page-actualite-addthis-mobile.addthis_toolbox .owl-controls .owl-next:after, #block-addthis-addthis-block .block__content .page-actualite-addthis-mobile.addthis_toolbox .owl-controls .owl-next:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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;
  content: "";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  color: white;
  position: absolute;
  top: 38%;
  right: 30%;
}
#block-addthis-addthis-block--2 .block__content .page-actualite-addthis-mobile.addthis_toolbox .owl-controls .owl-next:hover, #block-addthis-addthis-block .block__content .page-actualite-addthis-mobile.addthis_toolbox .owl-controls .owl-next:hover {
  background: white;
  color: #023467;
}
#block-addthis-addthis-block--2 .block__content .page-actualite-addthis-mobile.addthis_toolbox .owl-controls .owl-next:hover:after, #block-addthis-addthis-block .block__content .page-actualite-addthis-mobile.addthis_toolbox .owl-controls .owl-next:hover:after {
  color: #023467;
}
#block-addthis-addthis-block--2 .block__content .page-actualite-addthis-mobile .at_a11y, #block-addthis-addthis-block .block__content .page-actualite-addthis-mobile .at_a11y {
  left: -10px !important;
}
#block-addthis-addthis-block--2 .block__content .page-actualite-addthis-mobile .form-wrapper, #block-addthis-addthis-block .block__content .page-actualite-addthis-mobile .form-wrapper {
  position: relative;
  float: left;
  display: inline-block;
}

#block-addthis-addthis-block--2 {
  display: none;
}
#block-addthis-addthis-block--2 .fieldset-wrappe {
  top: auto;
  bottom: 60px;
}

.node-type-devenir-actionnaire .breadcrumbs {
  background: #ffebac;
}
.node-type-devenir-actionnaire .breadcrumbs li a {
  color: #023466;
}
.node-type-devenir-actionnaire .breadcrumbs li:last-child span {
  color: #ff5b09 !important;
}
.node-type-devenir-actionnaire #block-pr-hub-extra-relation-actionnaire-ind > h2.block__title {
  color: #ff5b09;
}
.node-type-devenir-actionnaire .section-espace-actionnaire .view-vos-dividendes > .view-content {
  border-color: #ff5b09;
}
.node-type-devenir-actionnaire .section-espace-actionnaire .view-vos-dividendes > .view-content:before,
.node-type-devenir-actionnaire .section-espace-actionnaire .view-vos-dividendes > .view-content:after {
  background-color: #ff5b09;
}

@media (max-width: 720px) {
  article.node--devenir-actionnaire .field--name-field-devenir-actionnaire .field-items, article.node--devenir-actionnaire .field--name-field-acquerir-actions .field-items {
    margin: 0 15px;
  }
}
article.node--devenir-actionnaire .group-vos-droit, article.node--devenir-actionnaire .field--name-field-acquerir-actions {
  margin-bottom: 80px;
}
@media (max-width: 720px) {
  article.node--devenir-actionnaire .group-vos-droit, article.node--devenir-actionnaire .field--name-field-acquerir-actions {
    margin-bottom: 30px;
  }
}
article.node--devenir-actionnaire .field--name-field-devenir-actionnaire > .field-label,
article.node--devenir-actionnaire .field--name-field-droits-actionnaire > .field-label,
article.node--devenir-actionnaire .field--name-field-acquerir-actions > .field-label,
article.node--devenir-actionnaire .field--name-field-nominatif-pur > .field-label {
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 100;
  color: #ff5b09;
  letter-spacing: initial;
  line-height: 1;
  margin-bottom: 28px;
}
@media (max-width: 720px) {
  article.node--devenir-actionnaire .field--name-field-devenir-actionnaire > .field-label,
  article.node--devenir-actionnaire .field--name-field-droits-actionnaire > .field-label,
  article.node--devenir-actionnaire .field--name-field-acquerir-actions > .field-label,
  article.node--devenir-actionnaire .field--name-field-nominatif-pur > .field-label {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 300;
    margin-top: 28px;
  }
}
article.node--devenir-actionnaire .liste-droits-actionnaire > li {
  float: left;
  width: 31.51786%;
}
article.node--devenir-actionnaire .liste-droits-actionnaire > li:nth-of-type(2) {
  margin-left: 2.67857%;
  margin-right: 2.67857%;
}
@media (max-width: 720px) {
  article.node--devenir-actionnaire .liste-droits-actionnaire > li:nth-of-type(2) {
    margin: 0;
  }
}
@media (max-width: 720px) {
  article.node--devenir-actionnaire .liste-droits-actionnaire > li {
    float: none;
    width: 100%;
    margin-bottom: 2em;
  }
}
@media (max-width: 720px) {
  article.node--devenir-actionnaire .liste-droits-actionnaire > li:last-child {
    margin-bottom: 0;
  }
}
article.node--devenir-actionnaire .liste-droits-actionnaire > li h3 {
  color: #ff5b09;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (max-width: 720px) {
  article.node--devenir-actionnaire .liste-droits-actionnaire > li h3 {
    margin-bottom: 5px;
  }
}
article.node--devenir-actionnaire .liste-droits-actionnaire > li p {
  color: #626262;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
}
article.node--devenir-actionnaire .group-vos-droit .field--name-field-link {
  margin-top: 2em;
  border-top: 1px solid #e5e8eb;
  margin-bottom: 2em;
  border-bottom: 1px solid #e5e8eb;
  padding-top: 1em;
  padding-bottom: 1em;
}
article.node--devenir-actionnaire .group-vos-droit .field--name-field-link .field-label {
  color: #a9a9a9;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  margin-right: 5px;
}
article.node--devenir-actionnaire .group-vos-droit .field--name-field-link .field-items {
  display: inline-block;
  margin-bottom: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #a9a9a9;
}
article.node--devenir-actionnaire .group-vos-droit .field--name-field-link .field-items .field-item {
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 720px) {
  article.node--devenir-actionnaire .group-vos-droit .field--name-field-link .field-items .field-item {
    display: block;
    margin-right: 0;
  }
}
article.node--devenir-actionnaire .group-vos-droit .field--name-field-link .field-items a {
  color: #023466;
}
article.node--devenir-actionnaire .group-vos-droit .field--name-field-link .field-items a:hover {
  text-decoration: underline;
}
article.node--devenir-actionnaire .liste-devenir-actionnaire {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 50px;
}
@media (max-width: 720px) {
  article.node--devenir-actionnaire .liste-devenir-actionnaire {
    overflow: inherit;
    margin-bottom: 30px;
    min-height: 256px;
  }
  article.node--devenir-actionnaire .liste-devenir-actionnaire button.slick-arrow {
    font-size: 40px;
  }
  article.node--devenir-actionnaire .liste-devenir-actionnaire button.slick-next.slick-arrow {
    right: -110px !important;
  }
  article.node--devenir-actionnaire .liste-devenir-actionnaire button.slick-prev.slick-arrow {
    left: -29px !important;
  }
}
article.node--devenir-actionnaire .liste-devenir-actionnaire > li {
  float: left;
  width: 31.07143%;
  border: 4px solid #ffebac;
  text-align: center;
  padding: 30px;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
article.node--devenir-actionnaire .liste-devenir-actionnaire > li:nth-of-type(2) {
  margin-left: 3.39286%;
  margin-right: 3.39286%;
}
article.node--devenir-actionnaire .liste-devenir-actionnaire > li:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  border: 1px solid #ffebac;
}
article.node--devenir-actionnaire .liste-devenir-actionnaire > li p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8em;
  color: #626262;
}
@media (min-width: 320px) and (max-width: 720px) {
  article.node--devenir-actionnaire .liste-devenir-actionnaire > li {
    display: block;
    -webkit-box-align: initial;
    -moz-box-align: initial;
    box-align: initial;
    -ms-align-items: initial;
    -webkit-align-items: initial;
    align-items: initial;
  }
}
@media (max-width: 320px) {
  article.node--devenir-actionnaire .liste-devenir-actionnaire > li {
    display: block;
    -webkit-box-align: initial;
    -moz-box-align: initial;
    box-align: initial;
    -ms-align-items: initial;
    -webkit-align-items: initial;
    align-items: initial;
  }
}
article.node--devenir-actionnaire .liste-devenir-actionnaire > li .vertical-align {
  width: 100%;
}
article.node--devenir-actionnaire .liste-devenir-actionnaire .owl-wrapper {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
article.node--devenir-actionnaire .liste-devenir-actionnaire .slick-slide .slider-item {
  border: 4px solid #ffebac;
  width: 100%;
  min-height: 250px;
  padding: 30px;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
article.node--devenir-actionnaire .liste-devenir-actionnaire .slick-slide .slider-item:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  border: 1px solid #ffebac;
}
article.node--devenir-actionnaire .liste-devenir-actionnaire .slick-slide .slider-item > li {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 80%;
  transform: translateY(-50%);
}
article.node--devenir-actionnaire .field--name-field-nominatif-pur ol {
  counter-reset: nominatifNb;
}
article.node--devenir-actionnaire .field--name-field-nominatif-pur ol > li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
  min-height: 65px;
  margin-bottom: 40px;
  padding-left: 80px;
  width: 45%;
  float: left;
}
article.node--devenir-actionnaire .field--name-field-nominatif-pur ol > li:nth-of-type(2n) {
  margin-left: 5%;
}
@media (max-width: 720px) {
  article.node--devenir-actionnaire .field--name-field-nominatif-pur ol > li:nth-of-type(2n) {
    margin-left: 0;
  }
}
article.node--devenir-actionnaire .field--name-field-nominatif-pur ol > li:nth-child(2n+1) {
  clear: both;
}
@media (min-width: 320px) and (max-width: 720px) {
  article.node--devenir-actionnaire .field--name-field-nominatif-pur ol > li:nth-child(2n+1) {
    clear: none;
  }
}
@media (max-width: 320px) {
  article.node--devenir-actionnaire .field--name-field-nominatif-pur ol > li:nth-child(2n+1) {
    clear: none;
  }
}
@media (min-width: 320px) and (max-width: 720px) {
  article.node--devenir-actionnaire .field--name-field-nominatif-pur ol > li {
    float: none;
    width: 100%;
    display: block;
  }
}
@media (max-width: 320px) {
  article.node--devenir-actionnaire .field--name-field-nominatif-pur ol > li {
    float: none;
    width: 100%;
    display: block;
  }
}
article.node--devenir-actionnaire .field--name-field-nominatif-pur ol > li:before {
  line-height: 65px;
  content: counter(nominatifNb) ".";
  counter-increment: nominatifNb;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: 300;
  color: #ff5b09;
}
article.node--devenir-actionnaire .field--name-field-nominatif-pur ol > li p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  color: #626262;
  margin: 0;
  padding: 0;
}
article.node--devenir-actionnaire .field--name-field-nominatif-pur ol > li ul li {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  color: #626262;
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 8px;
}
article.node--devenir-actionnaire .field--name-field-nominatif-pur ol > li ul li:before {
  content: "\2022";
  color: #ff5b09;
  position: absolute;
  left: 0;
  top: 0;
}
article.node--devenir-actionnaire .field--name-field-acquerir-actions {
  /**
   * Mobile for table
   */
}
article.node--devenir-actionnaire .field--name-field-acquerir-actions > .field-items > .field-item {
  border: 4px solid #ffebac;
  padding: 36px;
  position: relative;
}
article.node--devenir-actionnaire .field--name-field-acquerir-actions > .field-items > .field-item:before {
  content: " ";
  position: absolute;
  left: 13px;
  bottom: -7px;
  /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transform: rotate(45deg);
  /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -ms context. */
  -ms-transform: rotate(45deg);
  /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 1px;
  height: 40px;
  background: #ff5b09;
  z-index: -1;
}
article.node--devenir-actionnaire .field--name-field-acquerir-actions > .field-items > .field-item:after {
  content: " ";
  position: absolute;
  right: 14px;
  top: -6px;
  /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transform: rotate(45deg);
  /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -ms context. */
  -ms-transform: rotate(45deg);
  /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 1px;
  height: 40px;
  background: #ff5b09;
  z-index: -1;
}
article.node--devenir-actionnaire .field--name-field-acquerir-actions table.field-collection-view-final {
  margin: 0;
}
article.node--devenir-actionnaire .field--name-field-acquerir-actions table.field-collection-view-final > thead > tr {
  border-bottom: 4px solid #ff5b09;
}
article.node--devenir-actionnaire .field--name-field-acquerir-actions table.field-collection-view-final > thead > tr th {
  width: 33.33333333%;
  padding: 24px 0 24px 40px;
  color: #ff5b09;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  text-transform: capitalize;
}
article.node--devenir-actionnaire .field--name-field-acquerir-actions table.field-collection-view-final > thead > tr th:first-child {
  padding-left: 0;
}
article.node--devenir-actionnaire .field--name-field-acquerir-actions table.field-collection-view-final > thead > tr th:nth-of-type(2) {
  border-left: 4px solid #ffebac;
  border-right: 4px solid #ffebac;
}
article.node--devenir-actionnaire .field--name-field-acquerir-actions table.field-collection-view-final > tbody > tr {
  background: none;
  border-bottom: 1px solid #ff5b09;
}
article.node--devenir-actionnaire .field--name-field-acquerir-actions table.field-collection-view-final > tbody > tr:last-child {
  border-bottom: none;
}
article.node--devenir-actionnaire .field--name-field-acquerir-actions table.field-collection-view-final > tbody > tr > td {
  width: 33.33333333%;
  padding: 25px 40px 25px 40px;
  color: #626262;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
}
article.node--devenir-actionnaire .field--name-field-acquerir-actions table.field-collection-view-final > tbody > tr > td:first-child {
  padding-left: 0;
}
article.node--devenir-actionnaire .field--name-field-acquerir-actions table.field-collection-view-final > tbody > tr > td p {
  color: #626262;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  margin-bottom: 0;
}
article.node--devenir-actionnaire .field--name-field-acquerir-actions table.field-collection-view-final > tbody > tr > td:nth-of-type(2) {
  border-left: 4px solid #ffebac;
  border-right: 4px solid #ffebac;
}
article.node--devenir-actionnaire .field--name-field-acquerir-actions table.field-collection-view-final > tbody > tr:last-child > td {
  padding-bottom: 0;
}
article.node--devenir-actionnaire .field--name-field-acquerir-actions .owl-controls .owl-buttons div {
  background: none;
  /* Content for ie 8.
  Min version: 10.
  User threshold to keep: 0.1%. If ie 8 are omitted: 4.46163%. */
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  padding: 0;
}
article.node--devenir-actionnaire .field--name-field-acquerir-actions .owl-controls .owl-prev {
  position: absolute;
  left: -70px;
  top: 37.5%;
}
article.node--devenir-actionnaire .field--name-field-acquerir-actions .owl-controls .owl-prev:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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;
  content: "";
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 300;
  margin-right: 5px;
  color: #023466;
}
article.node--devenir-actionnaire .field--name-field-acquerir-actions .owl-controls .owl-next {
  position: absolute;
  top: 37%;
  right: -75px;
}
article.node--devenir-actionnaire .field--name-field-acquerir-actions .owl-controls .owl-next:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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;
  content: "";
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 300;
  margin-right: 5px;
  color: #023466;
}
@media (max-width: 720px) {
  article.node--devenir-actionnaire .field--name-field-acquerir-actions .pernod-extra-liste-rebuild-table .slick-slide .slider-item {
    min-height: 550px;
  }
}
article.node--devenir-actionnaire .field--name-field-acquerir-actions .pernod-extra-liste-rebuild-table .slick-slide .slider-item .pernod-extr-liste-table-title {
  border-bottom: 4px solid #ff5b09;
  padding-bottom: 24px;
  color: #ff5b09;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  text-transform: capitalize;
}
article.node--devenir-actionnaire .field--name-field-acquerir-actions .pernod-extra-liste-rebuild-table .slick-slide .slider-item .field {
  padding-bottom: 14px;
  margin-top: 14px;
  border-bottom: 1px solid #ff5b09;
  color: #626262;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
}
article.node--devenir-actionnaire .field--name-field-acquerir-actions .pernod-extra-liste-rebuild-table .slick-slide .slider-item .field:last-child {
  border-bottom: none;
}
article.node--devenir-actionnaire .field--name-field-acquerir-actions .pernod-extra-liste-rebuild-table .slick-slide .slider-item .field p {
  color: #626262;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 720px) {
  article.node--devenir-actionnaire .field--name-field-acquerir-actions .pernod-extra-liste-rebuild-table button.slick-arrow {
    font-size: 40px;
  }
  article.node--devenir-actionnaire .field--name-field-acquerir-actions .pernod-extra-liste-rebuild-table button.slick-next.slick-arrow {
    right: -150px !important;
  }
  article.node--devenir-actionnaire .field--name-field-acquerir-actions .pernod-extra-liste-rebuild-table button.slick-prev.slick-arrow {
    left: -69px !important;
  }
}

.section-espace-actionnaire {
  /**
   * Blocks spacing
   */
  /**
   * Tableau Vos dividendes
   */
  /** Premium Club */
  /**
  * Gabartis
  */
}
.section-espace-actionnaire h1, .section-espace-actionnaire h2, .section-espace-actionnaire h3, .section-espace-actionnaire h4, .section-espace-actionnaire h5, .section-espace-actionnaire h6 {
  color: #ff5b09;
}
.section-espace-actionnaire .breadcrumbs {
  background: #ffebac;
}
.section-espace-actionnaire .breadcrumbs li a {
  color: #023466;
}
.section-espace-actionnaire .breadcrumbs li:last-child span {
  color: #ff5b09 !important;
}
.section-espace-actionnaire h1 {
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 100;
  color: #ff5b09;
  letter-spacing: initial;
  line-height: 1em;
  margin-bottom: 28px;
}
@media (max-width: 720px) {
  .section-espace-actionnaire h1 {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 300;
    margin-top: 20px;
    padding: 0 15px;
  }
}
.section-espace-actionnaire .block.pour-aller-plus-loin .block__content p {
  font-weight: normal;
}
.section-espace-actionnaire #block-pr-hub-extra-relation-actionnaire-ind > h2.block__title {
  color: #ff5b09;
}
.section-espace-actionnaire .block-faq-style {
  margin-bottom: 40px;
}
@media (max-width: 720px) {
  .section-espace-actionnaire .block-faq-style {
    margin-bottom: 20px;
  }
}
.section-espace-actionnaire .block-faq-style {
  margin-top: 50px;
}
@media (max-width: 720px) {
  .section-espace-actionnaire .block-faq-style {
    margin-top: 20px;
  }
}
.section-espace-actionnaire h2.block__title {
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 100;
  color: #ff5b09;
  letter-spacing: initial;
  line-height: 1em;
  margin-bottom: 28px;
}
@media (max-width: 720px) {
  .section-espace-actionnaire h2.block__title {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 300;
    margin-top: 20px;
    padding: 0 15px;
  }
}
.section-espace-actionnaire .view-vos-dividendes > .view-content {
  /* Content for ie 9.
  Min version: 10.
  User threshold to keep: 0.1%. If ie 9 are omitted: 2.6001%. */
  /* Creating new -svg context. */
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=') 100% 0, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjAlIiBjeT0iNTAlIiByPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjEwMCUiIGN5PSI1MCUiIHI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') 100% 0%;
  /* Capability css-gradients is prefixed with -moz because 0.75106% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  background: -moz-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0)), -moz-linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0)) 100% 0, -moz-radial-gradient(0% 50%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -moz-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 100% 0%;
  /* Capability css-gradients is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability css-gradients is prefixed with -webkit because 9.61489% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  background: -webkit-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0)), -webkit-linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0)) 100% 0, -webkit-radial-gradient(0% 50%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -webkit-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 100% 0%;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0)), linear-gradient(-90deg, #ffffff 0%, rgba(255, 255, 255, 0)) 100% 0, radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 100% 0%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 100px 100%, 100px 100%, 14px 100%, 14px 100%;
  background-attachment: local, local, scroll, scroll;
  border: 4px solid #fbed5b;
  padding: 36px;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  border-color: #ffebac;
}
@media (max-width: 720px) {
  .section-espace-actionnaire .view-vos-dividendes > .view-content {
    padding: 0;
  }
}
.section-espace-actionnaire .view-vos-dividendes > .view-content:before {
  content: " ";
  position: absolute;
  left: 13px;
  bottom: -7px;
  /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transform: rotate(45deg);
  /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -ms context. */
  -ms-transform: rotate(45deg);
  /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 1px;
  height: 40px;
  background: #00adba;
  z-index: 0;
}
@media (max-width: 720px) {
  .section-espace-actionnaire .view-vos-dividendes > .view-content:before {
    display: none;
  }
}
.section-espace-actionnaire .view-vos-dividendes > .view-content:after {
  content: " ";
  position: absolute;
  right: 14px;
  top: -6px;
  /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transform: rotate(45deg);
  /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -ms context. */
  -ms-transform: rotate(45deg);
  /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 1px;
  height: 40px;
  background: #00adba;
  z-index: 0;
}
@media (max-width: 720px) {
  .section-espace-actionnaire .view-vos-dividendes > .view-content:after {
    display: none;
  }
}
.section-espace-actionnaire .view-vos-dividendes > .view-content:before, .section-espace-actionnaire .view-vos-dividendes > .view-content:after {
  background: #ff5b09;
}
.section-espace-actionnaire .view-vos-dividendes > .view-content .views-table > thead > tr th, .section-espace-actionnaire .view-vos-dividendes > .view-content .views-table > tbody > tr > td {
  border-color: #ff5b09;
}
.section-espace-actionnaire .view-vos-dividendes .views-table {
  margin: 0;
  width: 100%;
}
.section-espace-actionnaire .view-vos-dividendes .views-table .views-field-title {
  width: 15%;
}
.section-espace-actionnaire .view-vos-dividendes .views-table .views-field-field-date-mise-paiement {
  width: 30%;
}
.section-espace-actionnaire .view-vos-dividendes .views-table .views-field-field-montant-net {
  width: 25%;
}
.section-espace-actionnaire .view-vos-dividendes .views-table .views-field-field-montant-global {
  width: 30%;
}
.section-espace-actionnaire .view-vos-dividendes .views-table > thead > tr {
  border-bottom: 4px solid #ff5b09;
}
.section-espace-actionnaire .view-vos-dividendes .views-table > thead > tr th {
  padding: 24px 0 24px 40px;
  background: transparent;
  color: #ff5b09;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  text-transform: capitalize;
}
@media (max-width: 720px) {
  .section-espace-actionnaire .view-vos-dividendes .views-table > thead > tr th {
    white-space: nowrap;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    padding: 12px 0 12px 20px;
  }
}
.section-espace-actionnaire .view-vos-dividendes .views-table > thead > tr th:first-child {
  padding-left: 0;
}
.section-espace-actionnaire .view-vos-dividendes .views-table > thead > tr th:nth-of-type(2) {
  border-left: 4px solid #ffebac;
  border-right: 4px solid #ffebac;
}
.section-espace-actionnaire .view-vos-dividendes .views-table > thead > tr th:nth-of-type(3) {
  border-right: 4px solid #ffebac;
}
.section-espace-actionnaire .view-vos-dividendes .views-table > tbody > tr {
  background: none;
}
.section-espace-actionnaire .view-vos-dividendes .views-table > tbody > tr > td {
  padding: 7px 40px 7px 40px;
  color: #626262;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
@media (max-width: 720px) {
  .section-espace-actionnaire .view-vos-dividendes .views-table > tbody > tr > td {
    white-space: nowrap;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 7px 20px 7px 20px;
  }
}
.section-espace-actionnaire .view-vos-dividendes .views-table > tbody > tr > td.active {
  background: none;
}
.section-espace-actionnaire .view-vos-dividendes .views-table > tbody > tr > td.cell-rowspan {
  vertical-align: middle;
}
.section-espace-actionnaire .view-vos-dividendes .views-table > tbody > tr > td:first-child {
  padding-left: 0;
}
.section-espace-actionnaire .view-vos-dividendes .views-table > tbody > tr > td p {
  color: #626262;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0;
}
.section-espace-actionnaire .view-vos-dividendes .views-table > tbody > tr > td:nth-of-type(2) {
  border-left: 4px solid #ffebac;
  border-right: 4px solid #ffebac;
}
.section-espace-actionnaire .view-vos-dividendes .views-table > tbody > tr > td:nth-of-type(3) {
  border-right: 4px solid #ffebac;
}
.section-espace-actionnaire .view-vos-dividendes .views-table > tbody > tr:last-child > td {
  padding-bottom: 0;
}
.section-espace-actionnaire div#block-pernod-actionnaire-club-premium {
  position: relative;
}
.section-espace-actionnaire div#block-pernod-actionnaire-club-premium:after {
  content: " ";
  width: 0;
  height: 0;
  left: 45%;
  position: absolute;
  bottom: -10px;
  border: 0 solid transparent;
  border-left-width: 10px;
  border-right-width: 10px;
  border-top: 10px solid #023466;
  z-index: 999;
}
.section-espace-actionnaire .pr-hub-extra-produit-lettre {
  background-color: #f8f8f6;
}
.section-espace-actionnaire .block--pr-hub-extra-produit-lettre > .block__content {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 720px) {
  .section-espace-actionnaire .block--pr-hub-extra-produit-lettre > .block__content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.section-espace-actionnaire .block--pr-hub-extra-produit-lettre > .block__content > ul > li {
  width: 42%;
  float: left;
}
@media (max-width: 720px) {
  .section-espace-actionnaire .block--pr-hub-extra-produit-lettre > .block__content > ul > li {
    width: 100%;
    float: none;
  }
}
.section-espace-actionnaire .block--pr-hub-extra-produit-lettre > .block__content > ul > li:first-child {
  margin-right: 10%;
}
@media (max-width: 720px) {
  .section-espace-actionnaire .block--pr-hub-extra-produit-lettre > .block__content > ul > li:first-child {
    margin-bottom: 40px;
  }
}
.section-espace-actionnaire .block--pr-hub-extra-produit-lettre > .block__content > ul > li h2:first-child {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: initial;
  color: #ff5b09;
  margin-bottom: 15px;
}
.section-espace-actionnaire .block--pr-hub-extra-produit-lettre > .block__content > ul > li h2:first-child strong {
  font-size: 14px;
  color: #023466;
  font-weight: 400;
  display: inline-block;
}
@media (max-width: 720px) {
  .section-espace-actionnaire .block--pr-hub-extra-produit-lettre > .block__content > ul > li h2:first-child strong {
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
  }
}
@media (max-width: 720px) {
  .section-espace-actionnaire .block--pr-hub-extra-produit-lettre > .block__content > ul > li h2:first-child {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.2em;
  }
}
.section-espace-actionnaire .block--pr-hub-extra-produit-lettre > .block__content > ul > li p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #626262;
}
@media (max-width: 720px) {
  .section-espace-actionnaire .block--pr-hub-extra-produit-lettre > .block__content > ul > li p {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
  }
}
.section-espace-actionnaire .premium-club {
  background-color: #023466;
  position: relative;
}
.section-espace-actionnaire .premium-club > .block__content {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
}
.section-espace-actionnaire .premium-club > .block__content .bloc_prem_title {
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 100;
  color: #ff5b09;
  letter-spacing: initial;
  line-height: 1em;
  margin-bottom: 28px;
  padding: 0;
}
@media (max-width: 720px) {
  .section-espace-actionnaire .premium-club > .block__content .bloc_prem_title {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 300;
    margin-top: 20px;
    padding: 0;
  }
}
@media (max-width: 720px) {
  .section-espace-actionnaire .premium-club > .block__content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.section-espace-actionnaire .premium-club > .block__content .bloc_prem_club_wrapper p {
  color: #fff;
}
.section-espace-actionnaire .premium-club > .block__content .bloc_prem_club_wrapper p.bloc_disc {
  min-height: 75px;
}
.section-espace-actionnaire .premium-club > .block__content .bloc_prem_club_wrapper h2 {
  margin-bottom: 15px;
  color: #fff;
}
@media (max-width: 720px) {
  .section-espace-actionnaire .premium-club > .block__content .bloc_prem_club_wrapper h2 {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600;
  }
}
.section-espace-actionnaire .premium-club > .block__content .bloc_prem_club_wrapper a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 800;
  /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-border-radius: 30px;
  /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-border-radius: 30px;
  border-radius: 30px;
  /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transition: background 0.3s, color 0.3s;
  /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  background: #fff;
  color: #023466;
  letter-spacing: initial;
  padding: 8px 18px;
  position: relative;
  white-space: nowrap;
  margin: 10px 0 0 0;
}
@media (max-width: 720px) {
  .section-espace-actionnaire .premium-club > .block__content .bloc_prem_club_wrapper a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
  }
}
.section-espace-actionnaire .premium-club > .block__content .bloc_prem_club_wrapper a:focus {
  outline: none;
}
.section-espace-actionnaire .premium-club > .block__content .bloc_prem_club_wrapper a::before {
  /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transform: scale3d(0.6, 0.6, 1);
  /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -ms context. */
  -ms-transform: scale3d(0.6, 0.6, 1);
  /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-border-radius: inherit;
  /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-border-radius: inherit;
  border-radius: inherit;
  /* Content for ie 8.
  Min version: 10.
  User threshold to keep: 0.1%. If ie 8 are omitted: 4.46163%. */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  /* Capability css-transitions is prefixed with -moz because 0.60801% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  /* Capability css-transitions is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability css-transitions is prefixed with -webkit because 9.62358% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  border: 2px solid transparent;
  content: '';
  height: 100%;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 100%;
  z-index: 1;
}
.section-espace-actionnaire .premium-club > .block__content .bloc_prem_club_wrapper a:hover {
  background-color: #023466;
  color: #fff;
}
.section-espace-actionnaire .premium-club > .block__content .bloc_prem_club_wrapper a:hover::before {
  /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transform: scale3d(1, 1, 1);
  /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -ms context. */
  -ms-transform: scale3d(1, 1, 1);
  /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  /* Content for ie 8.
  Min version: 10.
  User threshold to keep: 0.1%. If ie 8 are omitted: 4.46163%. */
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  border-color: #fff;
}
.section-espace-actionnaire .premium-club > .block__content .bloc_prem_club_wrapper .bloc_prem_membre {
  width: 42%;
  float: left;
  margin-right: 10%;
}
@media (max-width: 720px) {
  .section-espace-actionnaire .premium-club > .block__content .bloc_prem_club_wrapper .bloc_prem_membre {
    width: 100%;
    float: none;
    margin-bottom: 40px;
    margin-right: 0;
  }
}
.section-espace-actionnaire .premium-club > .block__content .bloc_prem_club_wrapper .bloc_prem_inscription {
  width: 42%;
  float: left;
}
@media (max-width: 720px) {
  .section-espace-actionnaire .premium-club > .block__content .bloc_prem_club_wrapper .bloc_prem_inscription {
    width: 100%;
    float: none;
  }
}
.section-espace-actionnaire .premium-club:after {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #023466;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: -22px;
  left: 50%;
  content: "";
  z-index: 80;
}
.section-espace-actionnaire .node--block-modulable-deux-colonnes header h2 {
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 100;
  letter-spacing: initial;
  color: #ff5b09;
}
.section-espace-actionnaire .node--block-modulable-deux-colonnes header h2 a {
  color: #ff5b09;
}
@media (max-width: 720px) {
  .section-espace-actionnaire .node--block-modulable-deux-colonnes header h2 {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 400;
  }
}
.section-espace-actionnaire .node--block-modulable-deux-colonnes .field--name-field-twocols-titre {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: initial;
  min-height: initial;
}
@media (max-width: 720px) {
  .section-espace-actionnaire .node--block-modulable-deux-colonnes .field--name-field-twocols-titre {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
  }
}
.section-espace-actionnaire .node--block-modulable-deux-colonnes .field--name-field-twocols-description p {
  margin-bottom: 0;
}
.section-espace-actionnaire .node--block-modulable-deux-colonnes .field--name-field-twocols-lien a a {
  color: #023466;
}
.section-espace-actionnaire .block-faq-style h2.block__title {
  color: #ff5b09;
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 100;
  margin-bottom: 0;
  text-align: left;
  line-height: initial;
}
@media (max-width: 720px) {
  .section-espace-actionnaire .block-faq-style h2.block__title {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 300;
    text-align: left;
    margin-bottom: 5px;
    padding-top: 0;
  }
}
.section-espace-actionnaire .block-faq-style .field-content h2 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 800;
  font-weight: 800;
  color: #626262;
  line-height: initial;
  margin: 0 0 18px 0;
  padding: 0;
  display: block;
}
.section-espace-actionnaire .pour-aller-plus-loin .block__title {
  margin: 0;
}

.block-wrapper.views.views-vos-dividendes1.views-vos-dividendes1 {
  margin-top: 28px;
}

.section-espace-actionnaire .pour-aller-plus-loin .block__title {
  padding-left: 0;
  padding-right: 10px;
}

@media (max-width: 720px) {
  #block-pr-hub-extra-relation-actionnaire-ind > h2.block__title {
    padding: 0;
  }
}

/* ==========================================================================
   Protéger notre planète
   /fr/nos-responsabilites/proteger-notre-planete
   ========================================================================== */
.node-type-gabarit-contenu-dense .field--name-field-contenus-denses {
  clear: both;
}
.node-type-gabarit-contenu-dense .field-collection-view, .node-type-gabarit-contenu-dense .field-collection-container {
  border: none;
  padding: 0;
  margin: 0;
}
.node-type-gabarit-contenu-dense .node--gabarit-contenu-dense {
  margin-bottom: 80px;
  /*>.node__content{
    >.field--name-field-image-principal{
      img{
        position: relative;
        top:-82px;
      }
    }
  }*/
}
.node-type-gabarit-contenu-dense .node--gabarit-contenu-dense .field--name-field-image-principal-mobile {
  display: none;
      /*margin-bottom: 14px;
      text-align: center;
      @include breakpoint(mobilesmall)
      {
        display: block;
      }

      @include breakpoint(mobileonly)
      {
        display: block;
      }*/
}
.node-type-gabarit-contenu-dense .node--gabarit-contenu-dense .menu-filtre-anchor-choose {
  display: none;
  width: 100%;
  position: relative;
  margin-top: 28px;
}
@media (max-width: 720px) {
  .node-type-gabarit-contenu-dense .node--gabarit-contenu-dense .menu-filtre-anchor-choose {
    display: inline-block;
  }
}
.node-type-gabarit-contenu-dense .node--gabarit-contenu-dense .menu-filtre-anchor-choose select {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-border-radius: 25px;
  /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-border-radius: 25px;
  border-radius: 25px;
  line-height: 1.1;
  padding: 14px 40px 14px 20px;
  margin: 0;
  background: #FFF;
  color: #8a4b5d;
  border: 1px solid #8a4b5d;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
}
.node-type-gabarit-contenu-dense .node--gabarit-contenu-dense .menu-filtre-anchor-choose:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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;
  content: "";
  color: #8a4b5d;
  right: 15px;
  font-size: 20px;
  top: 12px;
  padding: 0;
  border-bottom: 0;
  position: absolute;
  pointer-events: none;
}
.node-type-gabarit-contenu-dense .node--gabarit-contenu-dense .field--name-field-media img, .node-type-gabarit-contenu-dense .node--gabarit-contenu-dense .field--name-field-media iframe, .node-type-gabarit-contenu-dense .node--gabarit-contenu-dense .field--name-field-media object, .node-type-gabarit-contenu-dense .node--gabarit-contenu-dense .field--name-field-media embed {
  display: block;
  margin: 0 auto;
}
.node-type-gabarit-contenu-dense .node--gabarit-contenu-dense header {
  margin-top: 4em;
}
@media (max-width: 320px) {
  .node-type-gabarit-contenu-dense .node--gabarit-contenu-dense header {
    margin-top: 1.5em;
  }
}
@media (min-width: 320px) and (max-width: 720px) {
  .node-type-gabarit-contenu-dense .node--gabarit-contenu-dense header {
    margin-top: 2em;
  }
}
.node-type-gabarit-contenu-dense .node--gabarit-contenu-dense header h2.node__title {
  display: block;
  margin-bottom: 20px;
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 100;
  color: #8a4b5d;
  line-height: 1;
}
.node-type-gabarit-contenu-dense .node--gabarit-contenu-dense header h2.node__title a {
  color: #8a4b5d;
}
@media (max-width: 720px) {
  .node-type-gabarit-contenu-dense .node--gabarit-contenu-dense header h2.node__title {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 300;
  }
}
.node-type-gabarit-contenu-dense .node--contenus-dense-media-module header h2.node__title {
  text-align: center;
  display: block;
  margin-bottom: 20px;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 100;
  color: #8a4b5d;
  text-transform: uppercase;
}
.node-type-gabarit-contenu-dense .node--contenus-dense-media-module header h2.node__title a {
  color: #8a4b5d;
}
@media (max-width: 320px) {
  .node-type-gabarit-contenu-dense .node--contenus-dense-media-module header h2.node__title {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 100;
  }
}
@media (min-width: 320px) and (max-width: 720px) {
  .node-type-gabarit-contenu-dense .node--contenus-dense-media-module header h2.node__title {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 100;
  }
}
.node-type-gabarit-contenu-dense .ui-tabs-panel .field-collection-item-field-contenu-dense-onglet > .content .field--name-field-description {
  float: left;
  width: 65.37474%;
  margin-right: 2.80177%;
}
.node-type-gabarit-contenu-dense .ui-tabs-panel .field-collection-item-field-contenu-dense-onglet > .content .field--name-field-description:only-child {
  width: 100%;
  float: none;
  margin-right: 0;
}
@media (max-width: 720px) {
  .node-type-gabarit-contenu-dense .ui-tabs-panel .field-collection-item-field-contenu-dense-onglet > .content .field--name-field-description {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
.node-type-gabarit-contenu-dense .ui-tabs-panel .field-collection-item-field-contenu-dense-onglet > .content .field--name-field-description .pernod-extra-template {
  width: 100% !important;
}
.node-type-gabarit-contenu-dense .ui-tabs-panel .field-collection-item-field-contenu-dense-onglet > .content .field--name-field-image-principal {
  float: left;
  width: 31.75344%;
  text-align: center;
}
@media (max-width: 720px) {
  .node-type-gabarit-contenu-dense .ui-tabs-panel .field-collection-item-field-contenu-dense-onglet > .content .field--name-field-image-principal {
    margin-top: 20px;
    display: block;
    width: 100%;
    float: none;
  }
}
.node-type-gabarit-contenu-dense .field--name-body.field--type-text-with-summary {
  float: left;
  width: 65.37474%;
  margin-right: 2.80177%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  /* h2{
     font-family: $primary-font-family;
     margin-bottom: 20px;
     font-weight: 100;
   }*/
}
.node-type-gabarit-contenu-dense .field--name-body.field--type-text-with-summary:only-child {
  width: 100%;
  float: none;
  margin-right: 0;
}
.node-type-gabarit-contenu-dense .field--name-body.field--type-text-with-summary a {
  color: #023466;
  font-weight: bold;
}
.node-type-gabarit-contenu-dense .field--name-body.field--type-text-with-summary a:hover {
  text-decoration: underline;
}
@media (max-width: 720px) {
  .node-type-gabarit-contenu-dense .field--name-body.field--type-text-with-summary img {
    height: auto !important;
    width: auto !important;
  }
}
@media (max-width: 720px) {
  .node-type-gabarit-contenu-dense .field--name-body.field--type-text-with-summary {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
@media (max-width: 720px) {
  .node-type-gabarit-contenu-dense .field--name-body.field--type-text-with-summary {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
  }
}
.node-type-gabarit-contenu-dense .field--name-body.field--type-text-with-summary p {
  word-wrap: break-word;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.4em;
}
.node-type-gabarit-contenu-dense .field--name-body.field--type-text-with-summary p:last-child {
  margin-bottom: 0;
}
@media (max-width: 720px) {
  .node-type-gabarit-contenu-dense .field--name-body.field--type-text-with-summary p {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 18px;
  }
}
.node-type-gabarit-contenu-dense .field--name-field-image-principal {
  float: left;
  width: 31.75344%;
  text-align: center;
}
.node-type-gabarit-contenu-dense .field--name-field-image-principal:only-child {
  width: 100%;
  float: none;
}
@media (max-width: 720px) {
  .node-type-gabarit-contenu-dense .field--name-field-image-principal {
    margin-top: 20px;
    display: block;
    width: 100%;
    float: none;
  }
}
.node-type-gabarit-contenu-dense .field--name-field-description p {
  word-wrap: break-word;
}
.node-type-gabarit-contenu-dense .field--name-field-description p:last-child {
  margin-bottom: 0;
}
.node-type-gabarit-contenu-dense .field--name-field-description .pernod-extra-template-box p {
  word-wrap: break-word;
}
.node-type-gabarit-contenu-dense .field--name-field-description .pernod-extra-template-box p:only-child {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  color: #878787;
}
@media (max-width: 720px) {
  .node-type-gabarit-contenu-dense .field--name-field-description .pernod-extra-template-box {
    width: 100% !important;
    float: none !important;
    margin-bottom: 20px;
  }
  .node-type-gabarit-contenu-dense .field--name-field-description .pernod-extra-template-box:last-child {
    margin-bottom: 0;
  }
}
.node-type-gabarit-contenu-dense .field--name-field-description .row .col-md-6 {
  width: 48%;
  float: left;
}
.node-type-gabarit-contenu-dense .field--name-field-description .row .col-md-6:first-child {
  margin-right: 4%;
}

.pernod-gcd-type-309.sidebarTrue .field--name-body.field--type-text-with-summary {
  width: 65.37474%;
  margin-right: 2.80177%;
}

.pernod-gcd-type-309 .field--name-body.field--type-text-with-summary {
  float: left;
  width: 100%;
  margin-right: 0;
}

.page-affaire-publique .field--name-body.field--type-text-with-summary {
  float: left;
  width: 100%;
  margin-right: 0;
}

/* NODE TYPE GABARIT CONTENU DENSE */
.node-type-gabarit-contenu-dense h1 {
  padding-left: 0;
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 100;
  letter-spacing: initial;
  line-height: 1em;
  margin: 20px 0;
  display: inline-block;
}
@media (max-width: 720px) {
  .node-type-gabarit-contenu-dense h1 {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 300;
    margin-top: 28px;
    padding: 0;
  }
}
.node-type-gabarit-contenu-dense .pernod-menu-anchor {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -js-display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100% !important;
  border-bottom: 1px solid #8a4b5d;
  margin-bottom: 20px;
}
@media (max-width: 720px) {
  .node-type-gabarit-contenu-dense .pernod-menu-anchor {
    display: none;
  }
}
.node-type-gabarit-contenu-dense .pernod-menu-anchor > li {
  flex: 1;
  -js-display: flex;
  padding: 20px;
  float: left;
  border-right: 1px solid #8a4b5d;
}
.node-type-gabarit-contenu-dense .pernod-menu-anchor > li a {
  color: #626262;
}
.node-type-gabarit-contenu-dense .pernod-menu-anchor > li:last-child {
  border-right: none;
}
.node-type-gabarit-contenu-dense .pernod-menu-anchor > li a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  text-decoration: none;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -js-display: flex;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  box-align: flex-end;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.ie10 .node-type-gabarit-contenu-dense .pernod-menu-anchor > li a {
  width: 100%;
  white-space: pre-line !important;
  display: inline-block !important;
}
.node-type-gabarit-contenu-dense .pernod-menu-anchor > li a:hover {
  text-decoration: underline;
}
.node-type-gabarit-contenu-dense .pernod-menu-anchor > li.first a {
  color: #8a4b5d;
  text-decoration: none;
}
.node-type-gabarit-contenu-dense .pernod-menu-anchor > li.first a:hover {
  text-decoration: underline;
}
.node-type-gabarit-contenu-dense .field--name-title-field {
  display: block;
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: 100;
  color: #8a4b5d;
  line-height: 1.1em;
  margin-bottom: 28px;
}
.node-type-gabarit-contenu-dense .field--name-title-field a {
  color: #8a4b5d;
}
@media (max-width: 720px) {
  .node-type-gabarit-contenu-dense .field--name-title-field {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 300;
    margin-bottom: 10px;
  }
}
.node-type-gabarit-contenu-dense.pernod-gcd-type-311 h1 {
  color: #ff5b09;
}
.node-type-gabarit-contenu-dense.pernod-gcd-type-311 .breadcrumbs {
  background: #ffebac;
  margin-bottom: 0;
}
.node-type-gabarit-contenu-dense.pernod-gcd-type-311 .breadcrumbs li a {
  color: #023466;
}
.node-type-gabarit-contenu-dense.pernod-gcd-type-311 .breadcrumbs li:last-child span {
  color: #ff5b09 !important;
}
.node-type-gabarit-contenu-dense.pernod-gcd-type-311 .pernod-menu-anchor > li.first a {
  color: #ff5b09;
}
.node-type-gabarit-contenu-dense.pernod-gcd-type-311 .pernod-menu-anchor, .node-type-gabarit-contenu-dense.pernod-gcd-type-311 .pernod-menu-anchor > li {
  border-color: #ffebac;
  width: 16.60714%;
}
.node-type-gabarit-contenu-dense.pernod-gcd-type-311 .field--name-title-field {
  color: #ff5b09;
}
.node-type-gabarit-contenu-dense.pernod-gcd-type-311 h2, .node-type-gabarit-contenu-dense.pernod-gcd-type-311 h3, .node-type-gabarit-contenu-dense.pernod-gcd-type-311 h4, .node-type-gabarit-contenu-dense.pernod-gcd-type-311 h5, .node-type-gabarit-contenu-dense.pernod-gcd-type-311 h6 {
  color: #ff5b09 !important;
}
.node-type-gabarit-contenu-dense.pernod-gcd-type-311 #field-contenus-dense-3625 .field--name-title-field {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}
.node-type-gabarit-contenu-dense.pernod-gcd-type-311 #field-contenus-dense-3625 .field--name-title-field:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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;
  content: "";
  margin: 0 10px 0 0;
  float: left;
  color: #023466;
}
.node-type-gabarit-contenu-dense.pernod-gcd-type-311 #field-contenus-dense-3625 .field--name-field-fichier-telechargeable .field--name-title-field:before {
  display: none;
}
.node-type-gabarit-contenu-dense.pernod-gcd-type-311 #field-contenus-dense-3625 .field--name-field-fichier-telechargeable a:hover {
  text-decoration: underline;
}
.node-type-gabarit-contenu-dense.pernod-gcd-type-311 #field-contenus-dense-3625 .field--name-field-lien {
  margin-top: 2em;
  border-top: 1px solid #e5e8eb;
  margin-bottom: 2em;
  border-bottom: 1px solid #e5e8eb;
  padding-bottom: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
}
.node-type-gabarit-contenu-dense.pernod-gcd-type-311 #field-contenus-dense-3625 .field--name-field-lien .field__label {
  display: inline-block;
}
.node-type-gabarit-contenu-dense.pernod-gcd-type-311 #field-contenus-dense-3625 .field--name-field-lien .field__label {
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 800;
  color: #a9a9a9;
  padding-right: 20px;
}
@media (max-width: 720px) {
  .node-type-gabarit-contenu-dense.pernod-gcd-type-311 #field-contenus-dense-3625 .field--name-field-lien .field__label {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 18px;
    display: none;
  }
}
.node-type-gabarit-contenu-dense.pernod-gcd-type-311 #field-contenus-dense-3625 .field--name-field-lien .field__items {
  display: inline-block;
}
.node-type-gabarit-contenu-dense.pernod-gcd-type-311 #field-contenus-dense-3625 .field--name-field-lien .field__items a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #023466;
}
.node-type-gabarit-contenu-dense.pernod-gcd-type-311 #field-contenus-dense-3625 .field--name-field-lien .field__items a:hover {
  text-decoration: underline;
}
@media (max-width: 720px) {
  .node-type-gabarit-contenu-dense.pernod-gcd-type-311 #field-contenus-dense-3625 .field--name-field-lien .field__items a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 18px;
  }
}
@media (max-width: 720px) {
  .node-type-gabarit-contenu-dense.pernod-gcd-type-311 #field-contenus-dense-3625 .field--name-field-lien {
    margin-bottom: 0;
  }
}
.node-type-gabarit-contenu-dense.pernod-gcd-type-311 #field-contenus-dense-3626 .field__label {
  display: none;
}
.node-type-gabarit-contenu-dense.pernod-gcd-type-311 .liste-medias .view-content .views-row .bas-box-actus .views-field-title a {
  color: #ff5b09;
}
.node-type-gabarit-contenu-dense.pernod-gcd-type-309 h1 {
  color: #8a4b5d;
}
.node-type-gabarit-contenu-dense.pernod-gcd-type-309 .breadcrumbs {
  background: #f9fad2;
  margin-bottom: 0;
}
.node-type-gabarit-contenu-dense.pernod-gcd-type-309 .breadcrumbs li a {
  color: #023466;
}
.node-type-gabarit-contenu-dense.pernod-gcd-type-309 .breadcrumbs li:last-child span {
  color: #8a4b5d !important;
}
.node-type-gabarit-contenu-dense.pernod-gcd-type-309.page-affaire-publique .breadcrumbs {
  margin-bottom: 40px;
}

/*
 * General
 */
.tableWrapper {
  /* Content for ie 9.
  Min version: 10.
  User threshold to keep: 0.1%. If ie 9 are omitted: 2.6001%. */
  /* Creating new -svg context. */
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=') 100% 0, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjAlIiBjeT0iNTAlIiByPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjEwMCUiIGN5PSI1MCUiIHI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') 100% 0%;
  /* Capability css-gradients is prefixed with -moz because 0.75106% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  background: -moz-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0)), -moz-linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0)) 100% 0, -moz-radial-gradient(0% 50%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -moz-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 100% 0%;
  /* Capability css-gradients is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability css-gradients is prefixed with -webkit because 9.61489% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  background: -webkit-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0)), -webkit-linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0)) 100% 0, -webkit-radial-gradient(0% 50%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -webkit-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 100% 0%;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0)), linear-gradient(-90deg, #ffffff 0%, rgba(255, 255, 255, 0)) 100% 0, radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 100% 0%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 100px 100%, 100px 100%, 14px 100%, 14px 100%;
  background-attachment: local, local, scroll, scroll;
  border: 4px solid #fbed5b;
  padding: 36px;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width: 720px) {
  .tableWrapper {
    padding: 0;
  }
}
.tableWrapper:before {
  content: " ";
  position: absolute;
  left: 13px;
  bottom: -7px;
  /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transform: rotate(45deg);
  /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -ms context. */
  -ms-transform: rotate(45deg);
  /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 1px;
  height: 40px;
  background: #00adba;
  z-index: 0;
}
@media (max-width: 720px) {
  .tableWrapper:before {
    display: none;
  }
}
.tableWrapper:after {
  content: " ";
  position: absolute;
  right: 14px;
  top: -6px;
  /* Capability transforms2d is prefixed with -moz because 0.77252% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-transform: rotate(45deg);
  /* Capability transforms2d is prefixed with -ms because 2.6001% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -ms context. */
  -ms-transform: rotate(45deg);
  /* Capability transforms2d is prefixed with -webkit because 52.08628% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 1px;
  height: 40px;
  background: #00adba;
  z-index: 0;
}
@media (max-width: 720px) {
  .tableWrapper:after {
    display: none;
  }
}
.tableWrapper > table {
  margin: 0;
  width: 100% !important;
}
.tableWrapper > table > thead > tr {
  border-bottom: 4px solid #00adba;
}
.tableWrapper > table > thead > tr th {
  width: 33.33333333%;
  padding: 24px 0 24px 40px;
  background: transparent;
  border-right: 4px solid #fbed5b;
  color: #00adba;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  text-transform: capitalize;
}
@media (max-width: 720px) {
  .tableWrapper > table > thead > tr th {
    width: auto !important;
    padding: 24px 40px 24px 40px;
    font-size: 14px !important;
    font-size: 0.875rem !important;
    font-weight: normal !important;
    line-height: 18px !important;
  }
}
.tableWrapper > table > thead > tr th:first-child {
  padding-left: 0;
}
@media (max-width: 720px) {
  .tableWrapper > table > thead > tr th:first-child {
    padding-left: 40px;
  }
}
.tableWrapper > table > tbody > tr {
  background: none;
  border-bottom: 1px solid #00adba;
}
.tableWrapper > table > tbody > tr:last-child {
  border-bottom: none;
}
.tableWrapper > table > tbody > tr > td {
  width: 33.33333333%;
  padding: 25px 40px 25px 40px;
  background: transparent;
  border-left: 4px solid #fbed5b;
  color: #626262;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
}
@media (max-width: 720px) {
  .tableWrapper > table > tbody > tr > td {
    width: auto !important;
    padding: 25px 40px 25px 40px;
    font-size: 14px !important;
    font-size: 0.875rem !important;
    font-weight: normal !important;
    line-height: 18px !important;
  }
}
.tableWrapper > table > tbody > tr > td:first-child {
  border: 0;
}
.tableWrapper > table > tbody > tr > td p {
  color: #626262;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  margin-bottom: 0;
}
.tableWrapper > table > tbody > tr > td.rtecenter {
  text-align: center !important;
}
.tableWrapper > table > tbody > tr > td.rteright {
  text-align: right !important;
}
.tableWrapper > table > tbody > tr:last-child > td {
  padding-bottom: 0;
}
.tableWrapper > table a {
  color: #023466;
  font-weight: bold;
}
.tableWrapper > table a:hover {
  text-decoration: underline;
}

/**
 * Couleurs
 */
.pernod-gcd-type-311 .tableWrapper {
  border-color: #ffebac;
}
.pernod-gcd-type-311 .tableWrapper:before {
  background-color: #ff5b09;
}
.pernod-gcd-type-311 .tableWrapper:after {
  background-color: #ff5b09;
}
.pernod-gcd-type-311 .tableWrapper > table > thead > tr th {
  color: #ff5b09;
  white-space: nowrap;
  padding: 24px 40px 24px 40px;
}
@media (max-width: 720px) {
  .pernod-gcd-type-311 .tableWrapper > table > thead > tr th {
    padding: 12px 20px 12px 20px;
  }
}
.pernod-gcd-type-311 .tableWrapper > table > thead > tr th:last-child {
  border: 0;
}
.pernod-gcd-type-311 .tableWrapper > table > thead > tr th,
.pernod-gcd-type-311 .tableWrapper > table > tbody > tr > td {
  border-color: #ffebac;
}
.pernod-gcd-type-311 .tableWrapper > table.zebra > tbody > tr {
  border: none;
}
.pernod-gcd-type-311 .tableWrapper > table.border-tr > tbody > tr {
  border-width: 4px;
  border-color: #ff5b09;
}
.pernod-gcd-type-311 .tableWrapper > table.zebra > tbody > tr:nth-child(odd) {
  background: #fff;
}
.pernod-gcd-type-311 .tableWrapper > table.zebra > tbody > tr:nth-child(even) {
  background: #f6f4d9;
}
.pernod-gcd-type-311 .tableWrapper > table > thead > tr {
  border-color: #ff5b09;
}
.pernod-gcd-type-311 .tableWrapper > table.zebra > tbody > tr > td, .pernod-gcd-type-311 .tableWrapper > table.compact > tbody > tr > td {
  padding: 4px 20px 4px 40px;
  white-space: nowrap;
    /*&:first-child {
      padding-left: 0;

      @include breakpoint(mobile) {
        padding-left: 40px;
      }

    }*/
}
@media (max-width: 720px) {
  .pernod-gcd-type-311 .tableWrapper > table.zebra > tbody > tr > td, .pernod-gcd-type-311 .tableWrapper > table.compact > tbody > tr > td {
    padding: 4px 10px 4px 20px;
  }
}
.pernod-gcd-type-311 .tableWrapper > table.zebra > tbody > tr > th, .pernod-gcd-type-311 .tableWrapper > table.compact > tbody > tr > th {
  padding: 1px 20px 1px 40px;
  white-space: nowrap;
  width: 33.33333333%;
  color: #ff5b09;
  border-right: 4px solid #ffebac;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  padding-left: 0;
  background: transparent;
}
@media (max-width: 720px) {
  .pernod-gcd-type-311 .tableWrapper > table.zebra > tbody > tr > th, .pernod-gcd-type-311 .tableWrapper > table.compact > tbody > tr > th {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
  }
}
.pernod-gcd-type-311 .tableWrapper > table.zebra > tbody > tr > th p, .pernod-gcd-type-311 .tableWrapper > table.compact > tbody > tr > th p {
  color: #ff5b09;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 720px) {
  .pernod-gcd-type-311 .tableWrapper > table.zebra > tbody > tr > th p, .pernod-gcd-type-311 .tableWrapper > table.compact > tbody > tr > th p {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
  }
}
@media (max-width: 720px) {
  .pernod-gcd-type-311 .tableWrapper > table.zebra > tbody > tr > th, .pernod-gcd-type-311 .tableWrapper > table.compact > tbody > tr > th {
    padding-left: 40px;
  }
}
.pernod-gcd-type-311 .tableWrapper > table.sized > tbody > tr > th, .pernod-gcd-type-311 .tableWrapper > table.sized > tbody > tr > td {
  padding: 7px 20px 7px 40px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}
@media (max-width: 720px) {
  .pernod-gcd-type-311 .tableWrapper > table.sized > tbody > tr > th, .pernod-gcd-type-311 .tableWrapper > table.sized > tbody > tr > td {
    padding-left: 40px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
  }
}
.pernod-gcd-type-311 .tableWrapper > table.sized > tbody > tr > th:first-child, .pernod-gcd-type-311 .tableWrapper > table.sized > tbody > tr > td:first-child {
  font-weight: 300;
}
.pernod-gcd-type-311 .tableWrapper > table.table-col-5 > thead > tr th:nth-of-type(4) {
  border-right: 4px solid #ffebac;
}
.pernod-gcd-type-311 .tableWrapper > table.table-col-2 > tbody > tr td:nth-of-type(2) {
  border-right: none;
}
.pernod-gcd-type-311 h2.node__title.node__title.node__title.node__title.node__title {
  color: #ff5b09 !important;
}
.pernod-gcd-type-311 h2.node__title.node__title.node__title.node__title.node__title a {
  color: #ff5b09;
}
.pernod-gcd-type-311 .node--contenus-dense-fichiers-module header h2.node__title {
  color: #ff5b09;
}
.pernod-gcd-type-311 .node--contenus-dense-fichiers-module header h2.node__title a {
  color: #ff5b09;
}
.pernod-gcd-type-311 .ui-tabs .ui-tabs-nav, .pernod-gcd-type-311 .ui-tabs, .pernod-gcd-type-311 .ui-tabs .ui-tabs-nav li.ui-state-active {
  border-color: #ff5b09;
}
.pernod-gcd-type-311 .ui-tabs .ui-tabs-nav li.ui-state-active a,
.pernod-gcd-type-311 .liste-actualites .view-content .views-row .bas-box-actus .views-field-title span {
  color: #ff5b09;
  text-decoration: none;
}
.pernod-gcd-type-311 .ui-tabs .ui-tabs-nav li.ui-state-active:after {
  background-color: #ff5b09;
}

.node--contenus-dense-fichiers-module .field--name-title-field {
  color: #ff5b09;
}
.node--contenus-dense-fichiers-module > .node__content > .field-collection-container > .field--name-field-fichier-telechargeable > .field__items > .field__item {
  float: left;
  width: 31.25%;
  margin-right: 3.125%;
}
.node--contenus-dense-fichiers-module > .node__content > .field-collection-container > .field--name-field-fichier-telechargeable > .field__items > .field__item:last-child {
  margin-right: 0;
}
.node--contenus-dense-fichiers-module > .node__content > .field-collection-container > .field--name-field-fichier-telechargeable > .field__items > .field__item .field--name-title-field {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 800;
  color: #ff5b09;
  margin-bottom: 10px;
}
.node--contenus-dense-fichiers-module > .node__content > .field-collection-container > .field--name-field-fichier-telechargeable > .field__items > .field__item .field--name-title-field a {
  color: #ff5b09;
}
.node--contenus-dense-fichiers-module > .node__content > .field-collection-container > .field--name-field-fichier-telechargeable > .field__items > .field__item .field--name-field-file-download .download-file > li {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #626262;
  margin-bottom: 0;
}
.node--contenus-dense-fichiers-module > .node__content > .field-collection-container > .field--name-field-fichier-telechargeable > .field__items > .field__item .field--name-field-file-download .download-file > li img, .node--contenus-dense-fichiers-module > .node__content > .field-collection-container > .field--name-field-fichier-telechargeable > .field__items > .field__item .field--name-field-file-download .download-file > li span.detail {
  display: none;
}
.node--contenus-dense-fichiers-module > .node__content > .field-collection-container > .field--name-field-fichier-telechargeable > .field__items > .field__item .field--name-field-file-download .download-file > li a {
  color: #626262;
}
@media (max-width: 720px) {
  .node--contenus-dense-fichiers-module > .node__content > .field-collection-container > .field--name-field-fichier-telechargeable > .field__items > .field__item {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.node--contenus-dense-onglet-module .field--name-body.field--type-text-with-summary, .node--contenus-dense-soufflet-module .field--name-body.field--type-text-with-summary {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}
.node--contenus-dense-onglet-module .field--name-body.field--type-text-with-summary p, .node--contenus-dense-soufflet-module .field--name-body.field--type-text-with-summary p {
  color: #626262;
}
.node--contenus-dense-onglet-module .field--name-field-lien, .node--contenus-dense-soufflet-module .field--name-field-lien {
  clear: both;
}
.node--contenus-dense-onglet-module .field--name-field-lien a, .node--contenus-dense-soufflet-module .field--name-field-lien a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 800;
  color: #023466;
  position: relative;
  padding-right: 0;
}
.node--contenus-dense-onglet-module .field--name-field-lien a:after, .node--contenus-dense-soufflet-module .field--name-field-lien a:after {
  content: " ";
  width: 18px;
  height: 16px;
  position: relative;
  top: 3px;
  background: url("../../images/link.png") no-repeat 0 0;
  display: inline-block;
  margin-left: 4px;
}
.node--contenus-dense-onglet-module .field--name-field-lien a:hover, .node--contenus-dense-soufflet-module .field--name-field-lien a:hover {
  text-decoration: underline;
}

.node--contenus-dense-text-module .assemblee-generale {
  border: 4px solid #ffebac;
  padding: 25px;
  display: inline-block;
  width: 100%;
}
.node--contenus-dense-text-module .assemblee-generale .box-left.box-left.box-left.box-left {
  width: 32.95669%;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #626262;
  padding: 0;
}
.node--contenus-dense-text-module .assemblee-generale .box-left.box-left.box-left.box-left p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #626262;
  margin-bottom: 15px;
}
@media (max-width: 720px) {
  .node--contenus-dense-text-module .assemblee-generale .box-left.box-left.box-left.box-left {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.node--contenus-dense-text-module .assemblee-generale .box-right.box-right.box-right.box-right {
  width: 65.91337%;
  margin: 0;
}
@media (max-width: 720px) {
  .node--contenus-dense-text-module .assemblee-generale .box-right.box-right.box-right.box-right {
    float: none;
    width: 100%;
  }
}
.node--contenus-dense-text-module .assemblee-generale .box-right.box-right.box-right.box-right > ul > li {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 800;
  color: #023466;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-bottom: 8px;
}
.node--contenus-dense-text-module .assemblee-generale .box-right.box-right.box-right.box-right > ul > li a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 800;
  color: #023466;
}
.node--contenus-dense-text-module .assemblee-generale .box-right.box-right.box-right.box-right > ul > li a:hover {
  text-decoration: underline;
}
.node--contenus-dense-text-module .assemblee-generale .box-right.box-right.box-right.box-right > ul > li:last-child {
  margin-bottom: 0;
}
.node--contenus-dense-text-module .assemblee-generale .box-right.box-right.box-right.box-right li.link_ddl a {
  display: inline-block;
}
.node--contenus-dense-text-module .assemblee-generale .box-right.box-right.box-right.box-right li.link_ddl a:after {
  display: inline-block;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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;
  content: "";
  margin-left: 5px;
  font-size: 1rem;
}
.node--contenus-dense-text-module .assemblee-generale .box-right.box-right.box-right.box-right li.link_ext a {
  display: inline-block;
}
.node--contenus-dense-text-module .assemblee-generale .box-right.box-right.box-right.box-right li.link_ext a:after {
  display: inline-block;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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;
  content: "";
  margin-left: 5px;
  font-size: 0.9rem;
}

.view-soufflet .views-row .views-field-field-titre {
  border: none;
  background: none;
  padding: 13px 60px 17px 26px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 800;
  border-top: 1px solid #eee;
  border-right: 4px solid #fff;
  border-left: 4px solid #fff;
  /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-border-radius: 0;
  /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-border-radius: 0;
  border-radius: 0;
}
.view-soufflet .views-row .views-field-field-titre a {
  color: #023466;
}
@media (max-width: 720px) {
  .view-soufflet .views-row .views-field-field-titre {
    padding: 13px 30px 10px 12px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
  }
}
.view-soufflet .views-row .views-field-field-titre a {
  font-family: "Roboto", sans-serif;
}
.view-soufflet .views-row .views-field-field-titre.ui-state-active {
  border-top: 4px solid #ffebac;
  border-right: 4px solid #ffebac;
  border-left: 4px solid #ffebac;
}
.view-soufflet .views-row .views-field-field-description-gamme {
  border-top: 1px solid #eee;
  border-bottom: 4px solid #ffebac;
  padding: 22px 26px;
}
.view-soufflet .views-row .views-field-body {
  color: #626262;
  word-break: break-all;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}
.view-soufflet .views-row .views-field-body p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}
@media (max-width: 720px) {
  .view-soufflet .views-row .views-field-body p {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
  }
}
.view-soufflet .ui-accordion .ui-accordion-content {
  padding: 0;
  border-right: 4px solid #fff;
  border-left: 4px solid #fff;
  border-bottom: 0;
  /* Capability border-radius is prefixed with -moz because 0.25036% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -moz context. */
  -moz-border-radius: 0;
  /* Capability border-radius is not prefixed with -ms because 0% of users are affected which is less than the threshold of 0.1. */
  /* Capability border-radius is prefixed with -webkit because 0.1583% of users need it which is more than the threshold of 0.1%. */
  /* Creating new -webkit context. */
  -webkit-border-radius: 0;
  border-radius: 0;
}
.view-soufflet .ui-accordion .ui-accordion-content.ui-accordion-content-active {
  border-right: 4px solid #ffebac;
  border-left: 4px solid #ffebac;
  margin-bottom: 20px;
}
.view-soufflet .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  right: 27px;
  left: inherit;
  width: 31px;
  height: 31px;
  top: 37%;
}
.view-soufflet .ui-accordion .ui-accordion-header.ui-state-default .ui-icon {
  background: url("../../images/faq-accordion-icon.png") no-repeat 0px -69px;
}
.view-soufflet .ui-accordion .ui-accordion-header.ui-state-active .ui-icon {
  background: url("../../images/faq-accordion-icon.png") no-repeat 0 16px;
}

.pernod-gcd-type-311.node-type-gabarit-contenu-dense .field--name-body.field--type-text-with-summary {
  float: none;
  width: 100%;
  margin-right: 0;
}

.node--gabarit-contenu-dense table {
  width: 100%;
}
.node--gabarit-contenu-dense .row > .col-md-6 {
  width: 48%;
  float: left;
}
.node--gabarit-contenu-dense .row > .col-md-6:first-child {
  margin-right: 3%;
}
@media (max-width: 720px) {
  .node--gabarit-contenu-dense .row > .col-md-6 {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
