@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  width: 100%; }

body {
  font: 0.8em/1.8em "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #1A1A1A;
  letter-spacing: 0.05em;
  background-color: #1A1A1A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 720px) {
    body {
      font: 0.7em/1.6em "itc-avant-garde-gothic-pro", sans-serif; } }

h1 {
  font: normal 1.8em/1.2em "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase; }

h2 {
  font: normal 1.8em/1.2em "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase; }

h3 {
  font: normal 1.8em/1.2em "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 500;
  margin-bottom: 20px; }

p {
  font: 1em/1.8em "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  color: #1A1A1A; }

a {
  color: #1A1A1A; }
  a:hover {
    text-decoration: underline; }

h2 a,
h3 a {
  text-decoration: none; }

b, strong {
  font-weight: 700; }

i {
  font-style: italic; }

blockquote {
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0px 0px 0px 20px;
  margin-bottom: 20px;
  display: inline-block;
  border-left: 2px solid #1A1A1A; }
  blockquote p {
    font: 1.4em/1.6em "itc-avant-garde-gothic-pro", sans-serif;
    margin: 0; }
  blockquote cite {
    font: 0.9em/1.6em "itc-avant-garde-gothic-pro", sans-serif;
    color: #666; }

.post-edit {
  display: inline-block;
  margin-bottom: 20px; }
  .post-edit .meta-icon,
  .post-edit .screen-reader-text {
    display: none; }

.inner {
  width: 100%;
  max-width: 1280px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 80px 40px;
  position: relative; }
  @media screen and (max-width: 720px) {
    .inner {
      padding: 20px 30px; } }

section {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.col-2,
.col-3 {
  width: 50%;
  float: left; }

.col-3 {
  width: 33.333%; }

.date-wrapper {
  width: 100%;
  font: 300 1.8em/1.2em "itc-avant-garde-gothic-pro", sans-serif;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: top; }

a.more,
a.ticket {
  display: inline-block;
  vertical-align: top;
  height: auto;
  min-width: 120px;
  padding: 8px 24px;
  margin-top: 20px;
  border-radius: 0;
  border: 1px solid rgba(26, 26, 26, 0.25);
  text-decoration: none;
  text-align: center;
  color: #1A1A1A;
  background-color: transparent; }
  a.more:hover,
  a.ticket:hover {
    border: 1px solid #1A1A1A; }

a.ticket {
  background-color: #1A1A1A;
  color: white; }

.label {
  width: 100%;
  display: inline-block;
  font: 500 0.9em/1.2em "itc-avant-garde-gothic-pro", sans-serif;
  text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-decoration: none; }

.cover {
  float: left;
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .cover .cover-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    visibility: hidden;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: -moz-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease; }

a.cover:hover .cover-img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.title-wrapper.navigation .inner {
  z-index: 50; }
  @media screen and (max-width: 1024px) {
    .title-wrapper.navigation .inner .nav-wrapper {
      right: 0px; } }
  @media screen and (max-width: 1024px) {
    .title-wrapper.navigation .inner .nav-wrapper li {
      width: 100%;
      display: none !important; } }
  @media screen and (max-width: 1024px) {
    .title-wrapper.navigation .inner .nav-wrapper li a {
      padding: 4px 0px; } }
  @media screen and (max-width: 1024px) {
    .title-wrapper.navigation .inner .nav-wrapper li.current_page_item,
    .title-wrapper.navigation .inner .nav-wrapper li.current_page_ancestor {
      position: absolute;
      width: calc(100% - 60px) !important;
      top: 35px;
      right: 30px;
      z-index: 1;
      display: block !important; } }
  .title-wrapper.navigation .inner .nav-wrapper li.current_page_item a,
  .title-wrapper.navigation .inner .nav-wrapper li.current_page_ancestor a {
    color: #1A1A1A;
    vertical-align: top; }
    @media screen and (max-width: 1024px) {
      .title-wrapper.navigation .inner .nav-wrapper li.current_page_item a:after,
      .title-wrapper.navigation .inner .nav-wrapper li.current_page_ancestor a:after {
        content: "";
        width: 30px;
        height: 24px;
        float: right;
        vertical-align: top;
        background: url("../images/arrow.png") center center no-repeat;
        background-size: 24px;
        margin-top: -6px;
        margin-left: 4px;
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); } }
    @media screen and (max-width: 720px) {
      .title-wrapper.navigation .inner .nav-wrapper li.current_page_item a:after,
      .title-wrapper.navigation .inner .nav-wrapper li.current_page_ancestor a:after {
        margin-top: -8px; } }
  @media screen and (max-width: 1024px) {
    .title-wrapper.navigation .inner .nav-wrapper.show {
      background-color: #1A1A1A;
      padding: 56px 30px 30px 30px !important; } }
  @media screen and (max-width: 720px) {
    .title-wrapper.navigation .inner .nav-wrapper.show {
      padding: 40px; } }
  @media screen and (max-width: 1024px) {
    .title-wrapper.navigation .inner .nav-wrapper.show li.current_page_item a,
    .title-wrapper.navigation .inner .nav-wrapper.show li.current_page_ancestor a {
      color: white !important; } }
  @media screen and (max-width: 1024px) {
    .title-wrapper.navigation .inner .nav-wrapper.show li.current_page_item a:after,
    .title-wrapper.navigation .inner .nav-wrapper.show li.current_page_ancestor a:after {
      background: url("../images/arrow-white.png") center center no-repeat;
      background-size: 24px; } }
  @media screen and (max-width: 1024px) {
    .title-wrapper.navigation .inner .nav-wrapper.show li {
      display: block !important;
      text-align: left; } }
  @media screen and (max-width: 1024px) {
    .title-wrapper.navigation .inner .nav-wrapper.show li a {
      color: rgba(255, 255, 255, 0.5); } }
  @media screen and (max-width: 1024px) {
    .title-wrapper.navigation .inner .nav-wrapper.show li a:hover {
      color: white; } }

.title-wrapper {
  width: 100%;
  float: left;
  vertical-align: top;
  position: relative; }
  .title-wrapper .inner {
    padding: 10px 40px; }
    @media screen and (max-width: 720px) {
      .title-wrapper .inner {
        padding: 0px 30px; } }
    .title-wrapper .inner h1, .title-wrapper .inner h2 {
      float: left;
      margin: 35px 0px; }
    .title-wrapper .inner .nav-wrapper {
      float: right;
      text-align: right;
      position: relative; }
      @media screen and (max-width: 1024px) {
        .title-wrapper .inner .nav-wrapper {
          width: auto;
          width: 100%;
          position: absolute;
          right: 40px;
          top: 3px;
          z-index: 1; } }
      @media screen and (max-width: 720px) {
        .title-wrapper .inner .nav-wrapper {
          right: 30px; } }
      .title-wrapper .inner .nav-wrapper li {
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin-left: 20px; }
        @media screen and (max-width: 1024px) {
          .title-wrapper .inner .nav-wrapper li {
            margin: 0; } }
        .title-wrapper .inner .nav-wrapper li a {
          display: block;
          text-decoration: none;
          padding: 40px 0px;
          color: #999;
          font: 500 0.9em/1.2em "itc-avant-garde-gothic-pro", sans-serif;
          text-transform: uppercase; }
          .title-wrapper .inner .nav-wrapper li a:before {
            width: 0;
            height: 1px;
            background-color: #1A1A1A;
            content: "";
            position: absolute;
            bottom: 38px;
            left: 0;
            z-index: 1;
            -moz-transition: all 0.25s ease;
            -o-transition: all 0.25s ease;
            -webkit-transition: all 0.25s ease;
            transition: all 0.25s ease; }
            @media screen and (max-width: 1024px) {
              .title-wrapper .inner .nav-wrapper li a:before {
                content: none; } }
          .title-wrapper .inner .nav-wrapper li a:hover {
            color: #1A1A1A; }
            .title-wrapper .inner .nav-wrapper li a:hover:before {
              width: 100%; }
        .title-wrapper .inner .nav-wrapper li ul {
          display: none; }

#site-header {
  width: 100%;
  height: 100px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: white; }
  #site-header .burger.on li {
    background-color: #1A1A1A; }
  #site-header .burger.on li:nth-child(1) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 10px; }
  #site-header .burger.on li:nth-child(2) {
    background-color: transparent; }
  #site-header .burger.on li:nth-child(3) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -12px; }
  #site-header .burger {
    width: 50px;
    height: 50px;
    padding: 10px;
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 110;
    display: none; }
    @media screen and (max-width: 1024px) {
      #site-header .burger {
        display: block; } }
    #site-header .burger:hover {
      cursor: pointer; }
    #site-header .burger li {
      width: 100%;
      height: 2px;
      float: left;
      margin: 3px 0px;
      background-color: #1A1A1A;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease; }
  #site-header .inner {
    padding: 0px 30px; }
    @media screen and (max-width: 720px) {
      #site-header .inner {
        padding: 0px 30px; } }
  #site-header a.logo {
    width: 210px;
    height: 100px;
    float: left;
    text-align: left;
    padding: 29px 0px 32px 45px;
    text-decoration: none;
    background: transparent url("../images/mjb-logo.png") left 18px no-repeat;
    background-size: 32px; }
    @media screen and (max-width: 720px) {
      #site-header a.logo {
        width: 220px;
        padding: 32px 0px 20px 45px; } }
    #site-header a.logo h1 {
      margin: 0;
      font-weight: 500;
      font-size: 1.4em;
      text-transform: inherit; }
  @media screen and (max-width: 1024px) {
    #site-header ul.menu.show {
      height: auto;
      padding: 32px 40px; } }
  #site-header ul.menu {
    width: calc(100% - 460px);
    float: left;
    text-align: center; }
    @media screen and (max-width: 1024px) {
      #site-header ul.menu {
        width: calc(100% + 80px);
        background-color: #f7f7f7;
        margin-left: -40px;
        text-align: left;
        height: 0;
        overflow: hidden; } }
    #site-header ul.menu > li:last-child {
      position: absolute;
      right: 74px;
      top: 0px;
      z-index: 2; }
      @media screen and (max-width: 1024px) {
        #site-header ul.menu > li:last-child {
          position: relative;
          right: 0;
          vertical-align: top;
          float: left; } }
      #site-header ul.menu > li:last-child a {
        border: 1px solid #ddd;
        color: #1A1A1A;
        padding: 10px;
        margin-top: 34px; }
        @media screen and (max-width: 1024px) {
          #site-header ul.menu > li:last-child a {
            background-color: #1A1A1A;
            color: white !important;
            border: 0;
            margin-top: 10px;
            padding: 15px;
            border: 1px solid #1A1A1A; } }
        #site-header ul.menu > li:last-child a:hover {
          border: 1px solid #1A1A1A; }
    #site-header ul.menu > li.current-page-ancestor a,
    #site-header ul.menu > li.current_page_item a {
      color: #1A1A1A; }
    #site-header ul.menu > li:hover a {
      color: #1A1A1A; }
    #site-header ul.menu > li {
      display: inline-block;
      position: relative;
      vertical-align: top; }
      @media screen and (max-width: 1024px) {
        #site-header ul.menu > li {
          width: 100%; } }
      #site-header ul.menu > li > a {
        color: #999;
        display: block;
        padding: 44px 10px;
        text-decoration: none;
        font-weight: 500;
        font: 500 0.9em/1.2em "itc-avant-garde-gothic-pro", sans-serif;
        text-transform: uppercase; }
        @media screen and (max-width: 1024px) {
          #site-header ul.menu > li > a {
            padding: 5px 0px;
            font: 700 1.8em/1.2em "itc-avant-garde-gothic-pro", sans-serif; } }
      #site-header ul.menu > li:hover .sub-menu {
        display: block; }
        @media screen and (max-width: 1024px) {
          #site-header ul.menu > li:hover .sub-menu {
            display: inline-block; } }
      #site-header ul.menu > li .sub-menu {
        position: absolute;
        width: 260px;
        height: auto;
        display: none;
        top: 100px;
        left: 50%;
        z-index: 10;
        padding: 20px 30px;
        background-color: #1A1A1A;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
        @media screen and (max-width: 1024px) {
          #site-header ul.menu > li .sub-menu {
            width: 100%;
            position: relative;
            top: 0;
            padding: 20px;
            margin: 10px 0px;
            vertical-align: top; } }
        #site-header ul.menu > li .sub-menu:before {
          content: "";
          width: 12px;
          height: 12px;
          background-color: #1A1A1A;
          position: absolute;
          top: -5px;
          left: calc(50% - 6px);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
          @media screen and (max-width: 1024px) {
            #site-header ul.menu > li .sub-menu:before {
              left: 40px; } }
        #site-header ul.menu > li .sub-menu li:last-child a {
          border: 0; }
        #site-header ul.menu > li .sub-menu li {
          display: block; }
          @media screen and (max-width: 1024px) {
            #site-header ul.menu > li .sub-menu li {
              width: 100%;
              float: left; } }
          #site-header ul.menu > li .sub-menu li a {
            display: block;
            color: rgba(255, 255, 255, 0.7);
            background-color: #1A1A1A;
            padding: 10px 0px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.25);
            text-align: left;
            text-decoration: none;
            font: 500 0.9em/1.2em "itc-avant-garde-gothic-pro", sans-serif;
            text-transform: uppercase;
            -moz-transition: all 0.15s ease;
            -o-transition: all 0.15s ease;
            -webkit-transition: all 0.15s ease;
            transition: all 0.15s ease; }
            @media screen and (max-width: 1024px) {
              #site-header ul.menu > li .sub-menu li a {
                border: 0;
                padding: 5px 0px; } }
            #site-header ul.menu > li .sub-menu li a:hover {
              color: white; }

.menu-language.show {
  display: block; }

.menu-language {
  width: 35px;
  height: 35px;
  overflow: hidden;
  position: absolute;
  right: 40px;
  top: 34px;
  z-index: 1;
  background-color: white;
  border: 1px solid #ddd;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  @media screen and (max-width: 1024px) {
    .menu-language {
      right: 30px;
      top: 130px;
      width: 72px;
      height: auto;
      display: none; } }
  .menu-language:hover {
    height: 69px;
    cursor: pointer; }
    @media screen and (max-width: 1024px) {
      .menu-language:hover {
        height: auto; } }
  @media screen and (max-width: 1024px) {
    .menu-language li.current a {
      color: white !important;
      background-color: black !important; } }
  .menu-language li {
    display: block;
    width: 35px;
    height: 34px;
    border-bottom: 1px solid #ddd; }
    @media screen and (max-width: 1024px) {
      .menu-language li {
        float: left;
        border: 0;
        height: auto;
        vertical-align: top; } }
    .menu-language li a {
      width: 35px;
      display: block;
      padding: 5px 0px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
      @media screen and (max-width: 720px) {
        .menu-language li a {
          padding: 9px 0px; } }
      .menu-language li a:hover {
        background-color: #FAFAFA; }

.page.has-post-thumbnail,
.single.category-avis {
  background-color: #f7f7f7; }
  .page.has-post-thumbnail .post-inner,
  .single.category-avis .post-inner {
    margin-top: -110px;
    padding: 40px 40px 20px 40px; }
    @media screen and (max-width: 720px) {
      .page.has-post-thumbnail .post-inner,
      .single.category-avis .post-inner {
        margin-top: 0;
        padding: 30px 30px 10px 30px; } }
  .page.has-post-thumbnail .cover-wrapper,
  .single.category-avis .cover-wrapper {
    max-width: 1200px;
    display: inline-block;
    float: none; }
    .page.has-post-thumbnail .cover-wrapper .cover,
    .single.category-avis .cover-wrapper .cover {
      width: 100% !important;
      padding-bottom: 56.25% !important; }

.cover-wrapper {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
  float: left;
  vertical-align: top; }
  .cover-wrapper iframe {
    width: 100% !important;
    margin: 0;
    float: left;
    vertical-align: top; }
    @media screen and (max-width: 720px) {
      .cover-wrapper iframe {
        height: 360px !important; } }
  .cover-wrapper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: auto;
    border: 0;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden; }
  .cover-wrapper .cover {
    width: 66.6%;
    height: 0;
    padding-bottom: 37.4%; }
    @media screen and (max-width: 1024px) {
      .cover-wrapper .cover {
        width: 50%;
        padding-bottom: 37.4%; } }
    @media screen and (max-width: 720px) {
      .cover-wrapper .cover {
        width: 100%;
        padding-bottom: 75%; } }
  .cover-wrapper .content {
    width: 33.3%;
    float: left;
    position: relative;
    padding: 40px;
    text-align: left; }
    @media screen and (max-width: 1024px) {
      .cover-wrapper .content {
        width: 50%; } }
    @media screen and (max-width: 720px) {
      .cover-wrapper .content {
        width: 100%;
        padding: 30px 30px 80px 30px;
        max-width: auto; } }
    .cover-wrapper .content h1, .cover-wrapper .content h3 {
      font: 700 2.4em/1.1em "itc-avant-garde-gothic-pro", sans-serif;
      text-transform: inherit;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .cover-wrapper .content .date-wrapper {
      font: 300 2.4em/1.1em "itc-avant-garde-gothic-pro", sans-serif; }
    .cover-wrapper .content p {
      font-size: 1em;
      margin-bottom: 10px; }
  .cover-wrapper .pagination {
    width: auto;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    text-align: right; }
    .cover-wrapper .pagination .swiper-pagination-bullet {
      width: 40px;
      height: 40px;
      border-radius: 40px;
      display: inline-block;
      margin: 0px 0px 0px 4px;
      background-color: rgba(26, 26, 26, 0.15);
      text-align: center;
      padding: 9px 0px;
      opacity: 1;
      color: white; }
      @media screen and (max-width: 720px) {
        .cover-wrapper .pagination .swiper-pagination-bullet {
          padding: 8px 0px;
          width: 32px;
          height: 32px; } }
      .cover-wrapper .pagination .swiper-pagination-bullet:hover {
        background-color: white;
        color: #1A1A1A;
        cursor: pointer; }
      .cover-wrapper .pagination .swiper-pagination-bullet:focus {
        outline: 0; }
    .cover-wrapper .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #1A1A1A;
      color: white; }

.cover-wrapper.dark h1, .cover-wrapper.dark h2, .cover-wrapper.dark h3, .cover-wrapper.dark h4, .cover-wrapper.dark p, .cover-wrapper.dark a, .cover-wrapper.dark .label, .cover-wrapper.dark .date-wrapper,
.swiper-slide.dark h1,
.swiper-slide.dark h2,
.swiper-slide.dark h3,
.swiper-slide.dark h4,
.swiper-slide.dark p,
.swiper-slide.dark a,
.swiper-slide.dark .label,
.swiper-slide.dark .date-wrapper {
  color: white; }
.cover-wrapper.dark a.ticket,
.swiper-slide.dark a.ticket {
  background-color: white;
  border: 1px solid white;
  color: #1A1A1A; }
.cover-wrapper.dark a.more,
.swiper-slide.dark a.more {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: white; }
  .cover-wrapper.dark a.more:hover,
  .swiper-slide.dark a.more:hover {
    border: 1px solid white; }

.posts {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding-top: 0; }
  .posts .post {
    width: 33.3%;
    background-color: #f7f7f7;
    height: auto;
    position: relative;
    float: left; }
    .posts .post .content {
      width: 100%;
      float: left;
      padding: 40px; }
      .posts .post .content h3 {
        font-weight: 700;
        text-transform: uppercase; }
      .posts .post .content p {
        font-size: 1em;
        margin-bottom: 0;
        color: #666; }

#site-content {
  background-color: #f7f7f7; }
  #site-content > .inner {
    padding: 0px 40px;
    margin-bottom: 10px; }
    @media screen and (max-width: 720px) {
      #site-content > .inner {
        padding: 0; } }

#site-content + .exhibitions {
  margin-bottom: 20px; }

.exhibitions {
  overflow: hidden;
  background-color: #f7f7f7; }
  .exhibitions #nav {
    width: 100%;
    height: 42px;
    position: absolute;
    top: calc(50% + 40px);
    left: 0;
    z-index: 10;
    pointer-events: none; }
    @media screen and (max-width: 720px) {
      .exhibitions #nav {
        width: 33.3%;
        display: none; } }
    .exhibitions #nav .swiper-button-disabled {
      opacity: 0.25; }
    .exhibitions #nav .next {
      background: url("../images/arrow.png") center center no-repeat;
      background-size: 24px; }
    .exhibitions #nav .prev {
      background: url("../images/arrow.png") center center no-repeat;
      background-size: 24px;
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .exhibitions #nav .next,
    .exhibitions #nav .prev {
      width: 40px;
      height: 40px;
      border-radius: 40px;
      position: absolute;
      background-color: white;
      top: 0;
      left: 20px;
      z-index: 10;
      pointer-events: auto; }
      @media screen and (max-width: 720px) {
        .exhibitions #nav .next,
        .exhibitions #nav .prev {
          width: 32px;
          height: 32px;
          left: 0px;
          top: auto;
          bottom: 12px; } }
      .exhibitions #nav .next:hover,
      .exhibitions #nav .prev:hover {
        cursor: pointer; }
      .exhibitions #nav .next:focus,
      .exhibitions #nav .prev:focus {
        outline: none; }
    .exhibitions #nav .next {
      left: auto;
      right: 20px; }
      @media screen and (max-width: 720px) {
        .exhibitions #nav .next {
          right: 0px; } }
  .exhibitions .inner {
    z-index: 1; }
  .exhibitions > .inner {
    padding-bottom: 0; }
  .exhibitions .exhibitions-container {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0px; }
    .exhibitions .exhibitions-container .swiper-slide {
      width: calc(50% - 10px);
      margin-right: 20px;
      display: inline-block;
      vertical-align: top;
      position: relative;
      -webkit-transform: translateZ(0);
      -webkit-backface-visibility: hidden; }
      .exhibitions .exhibitions-container .swiper-slide .content {
        width: 100%;
        height: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 10;
        padding: 120px 30px 20px 30px;
        pointer-events: none;
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%) !important;
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%) !important;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%) !important; }
        @media screen and (max-width: 720px) {
          .exhibitions .exhibitions-container .swiper-slide .content {
            padding: 80px 20px 10px 20px; } }
        .exhibitions .exhibitions-container .swiper-slide .content h1, .exhibitions .exhibitions-container .swiper-slide .content h2, .exhibitions .exhibitions-container .swiper-slide .content h3, .exhibitions .exhibitions-container .swiper-slide .content p, .exhibitions .exhibitions-container .swiper-slide .content a, .exhibitions .exhibitions-container .swiper-slide .content .label, .exhibitions .exhibitions-container .swiper-slide .content .date-wrapper {
          color: white;
          margin-bottom: 4px; }
        .exhibitions .exhibitions-container .swiper-slide .content h3 {
          font-weight: 700;
          text-transform: uppercase; }

.posts.exhibitions {
  padding: 0; }
  .posts.exhibitions .post:first-of-type {
    width: 66.666%;
    margin-bottom: -1px; }
    @media screen and (max-width: 720px) {
      .posts.exhibitions .post:first-of-type {
        width: 100%;
        margin-bottom: 0; } }
  .posts.exhibitions .post {
    width: 33.333%;
    float: left;
    position: relative;
    vertical-align: top;
    background-color: #1A1A1A;
    text-align: left;
    margin: 0; }
    @media screen and (max-width: 1024px) {
      .posts.exhibitions .post {
        width: 50% !important; } }
    @media screen and (max-width: 720px) {
      .posts.exhibitions .post {
        width: 100% !important; } }
    .posts.exhibitions .post .content {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 10;
      padding: 90px 40px 40px 40px;
      pointer-events: none;
      background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%) !important;
      background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%) !important;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%) !important; }
      @media screen and (max-width: 720px) {
        .posts.exhibitions .post .content {
          padding: 30px; } }
      .posts.exhibitions .post .content h1, .posts.exhibitions .post .content h2, .posts.exhibitions .post .content h3, .posts.exhibitions .post .content p, .posts.exhibitions .post .content a, .posts.exhibitions .post .content .label, .posts.exhibitions .post .content .date-wrapper {
        color: white;
        margin-bottom: 0px; }

section.evenements {
  background-color: #f7f7f7; }

.evenements .posts.large .post .cover {
  width: calc(66.6% - 40px);
  padding-bottom: 37.4%; }
.evenements .posts.large .post .content {
  width: 33.3%;
  padding: 40px 40px 40px 0px; }
  .evenements .posts.large .post .content .date-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    top: 0;
    left: 0;
    text-align: left; }
.evenements .posts {
  display: inline-flex;
  align-items: stretch;
  flex-wrap: wrap; }
  .evenements .posts .post {
    width: 100%;
    background-color: white;
    margin-bottom: 10px; }
    .evenements .posts .post .cover {
      width: calc(33.3% - 40px);
      padding-bottom: 18.7%;
      margin-right: 40px; }
      @media screen and (max-width: 720px) {
        .evenements .posts .post .cover {
          width: 100% !important;
          padding-bottom: 56.25% !important; } }
    .evenements .posts .post .content {
      width: 33.3%;
      float: left;
      padding: 20px 0px; }
      @media screen and (max-width: 720px) {
        .evenements .posts .post .content {
          width: 100% !important;
          padding: 20px !important; } }
      .evenements .posts .post .content h3 {
        margin-bottom: 10px; }
        @media screen and (max-width: 720px) {
          .evenements .posts .post .content h3 {
            margin-bottom: 5px; } }
      .evenements .posts .post .content p, .evenements .posts .post .content a {
        display: inline; }
      .evenements .posts .post .content .date-wrapper {
        width: 33.3%;
        margin-bottom: 20px;
        position: absolute;
        top: 30px;
        right: 40px;
        z-index: 1;
        text-align: right; }
        @media screen and (max-width: 720px) {
          .evenements .posts .post .content .date-wrapper {
            width: 100%;
            position: relative;
            margin-bottom: 10px;
            top: 0;
            left: 0;
            text-align: left; } }

.musee .col-3 {
  background-color: #1A1A1A;
  color: white;
  position: relative; }
  @media screen and (max-width: 720px) {
    .musee .col-3 {
      width: 100%; } }
  .musee .col-3 .cover {
    position: relative;
    z-index: 0;
    opacity: 0.4;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
    .musee .col-3 .cover:hover {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }
  .musee .col-3 .content {
    width: 100%;
    padding: 10% 20% 0% 20%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    pointer-events: none;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .musee .col-3 p {
    font: 0.9em/1.6em "itc-avant-garde-gothic-pro", sans-serif;
    color: white; }

.sponsors {
  width: 100%;
  background-color: white; }
  .sponsors ul.inner {
    width: 100%;
    text-align: center;
    padding: 20px; }
    .sponsors ul.inner li {
      display: inline-block;
      height: 40px;
      margin: 0px 10px;
      width: auto;
      position: relative;
      mix-blend-mode: multiply; }
      .sponsors ul.inner li a {
        display: block;
        width: auto;
        height: 100%; }
      .sponsors ul.inner li img {
        width: auto;
        height: 100%;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease; }
        .sponsors ul.inner li img:hover {
          -webkit-filter: grayscale(0%);
          filter: grayscale(0%); }

.avis {
  background-color: #FFF8C0; }
  .avis .inner {
    padding: 30px 40px; }
    @media screen and (max-width: 720px) {
      .avis .inner {
        padding: 20px; } }
    .avis .inner p {
      width: 100%;
      float: left;
      font-size: 1em;
      margin: 0; }
      @media screen and (max-width: 720px) {
        .avis .inner p {
          width: 100%; } }

.parent-pageid-71 .sidenav ul.nav-wrapper > li,
.parent-pageid-942 .sidenav ul.nav-wrapper > li {
  display: none; }
.parent-pageid-71 .sidenav ul.nav-wrapper > li.current_page_ancestor,
.parent-pageid-942 .sidenav ul.nav-wrapper > li.current_page_ancestor {
  display: block;
  background: none;
  padding: 0; }
  .parent-pageid-71 .sidenav ul.nav-wrapper > li.current_page_ancestor > a,
  .parent-pageid-942 .sidenav ul.nav-wrapper > li.current_page_ancestor > a {
    display: none; }

.sidebar,
.sidenav {
  width: calc(33.3% - 40px);
  float: left;
  vertical-align: top;
  padding: 40px 40px 0px 0px; }
  @media screen and (max-width: 720px) {
    .sidebar,
    .sidenav {
      width: 100%;
      position: relative !important;
      top: 0 !important;
      margin-top: 0;
      padding: 20px 30px 0px 30px;
      background-color: #f7f7f7; } }
  .sidebar img,
  .sidenav img {
    width: 100%;
    height: auto; }

.sidebar > ul {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px; }
  .sidebar > ul li {
    position: relative;
    padding-left: 20px;
    font: 1em/1.8em "itc-avant-garde-gothic-pro", sans-serif; }
    .sidebar > ul li:before {
      content: "→";
      position: absolute;
      left: 0;
      top: 0px;
      z-index: 1; }

@media screen and (max-width: 720px) {
  .sidenav {
    width: 100% !important;
    float: right;
    z-index: 10;
    position: relative !important;
    top: -40px !important;
    margin: 0px 0px -40px 0px !important;
    padding: 0px !important;
    background-color: white !important; } }
.sidenav ul {
  margin: 0; }
  @media screen and (max-width: 720px) {
    .sidenav ul {
      width: 100%;
      float: left;
      vertical-align: top;
      margin: 0; } }
  .sidenav ul li.current_page_item a {
    color: black; }
    @media screen and (max-width: 720px) {
      .sidenav ul li.current_page_item a {
        border-top: 5px solid black !important; } }
  .sidenav ul li.page_item_has_children {
    border-bottom: 0; }
    @media screen and (max-width: 720px) {
      .sidenav ul li.page_item_has_children {
        width: 100% !important; } }
  .sidenav ul li {
    border-bottom: 1px solid #ddd; }
    @media screen and (max-width: 720px) {
      .sidenav ul li {
        width: 25% !important;
        float: left !important;
        vertical-align: top;
        font-size: 1em;
        background: none;
        padding: 0;
        border-bottom: 0; } }
    .sidenav ul li a {
      display: block;
      text-transform: uppercase;
      text-decoration: none;
      color: #999;
      padding: 8px 0px 8px 20px;
      font-size: 0.9em;
      background: url("../images/arrow.png") -5px center no-repeat;
      background-size: 18px; }
      @media screen and (max-width: 720px) {
        .sidenav ul li a {
          display: block;
          line-height: 1.3em;
          border-top: 5px solid transparent !important;
          padding: 20px 20px 20px 30px;
          background: none; } }
      .sidenav ul li a:hover {
        color: black; }
  .sidenav ul li:last-child {
    border-bottom: 0 !important; }

.post-inner {
  width: calc(66.6% + 40px);
  float: right;
  margin-left: -40px;
  padding: 40px 40px 20px 40px;
  background-color: white;
  z-index: 10;
  position: relative; }
  @media screen and (max-width: 720px) {
    .post-inner {
      width: 100%;
      margin: 0;
      padding: 30px 30px 10px 30px; } }
  .post-inner .wp-block-table.is-style-stripes {
    margin-bottom: 20px; }
    .post-inner .wp-block-table.is-style-stripes figcaption {
      padding: 20px 0px;
      font-size: 0.9em; }
    .post-inner .wp-block-table.is-style-stripes td {
      padding: 10px !important; }
  .post-inner .wp-block-table.is-style-regular td {
    padding-bottom: 30px;
    vertical-align: top; }
    @media screen and (max-width: 720px) {
      .post-inner .wp-block-table.is-style-regular td {
        padding-bottom: 20px; } }
  @media screen and (max-width: 720px) {
    .post-inner .wp-block-table.is-style-regular.about td {
      display: block;
      width: 99.9%;
      clear: both;
      text-align: center; } }

.share {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 1; }
  .share .addthis_toolbox {
    width: 100%; }
    .share .addthis_toolbox a {
      width: 40px !important;
      height: 40px;
      float: none;
      display: inline-block;
      position: relative;
      border-radius: 50px; }
      @media screen and (max-width: 720px) {
        .share .addthis_toolbox a {
          width: 32px !important;
          height: 32px; } }
      .share .addthis_toolbox a span.at-icon-wrapper {
        display: none; }
      .share .addthis_toolbox a:hover {
        background-color: black; }
    .share .addthis_toolbox .addthis_button_facebook {
      background: rgba(0, 0, 0, 0.15) url("../images/icon-facebook.png") no-repeat center center;
      background-size: 24px; }
    .share .addthis_toolbox .addthis_button_twitter {
      background: rgba(0, 0, 0, 0.15) url("../images/icon-twitter.png") no-repeat center center;
      background-size: 24px; }
    .share .addthis_toolbox .addthis_button_email {
      background: rgba(0, 0, 0, 0.15) url("../images/icon-mail.png") no-repeat center center;
      background-size: 24px; }

.entry-content p + h2,
.entry-content ul + h2,
.entry-content figure + h2,
.entry-content blockquote + h2,
.entry-content .wp-block-table + h2,
.accordionContent p + h2,
.accordionContent ul + h2,
.accordionContent figure + h2,
.accordionContent blockquote + h2,
.accordionContent .wp-block-table + h2 {
  margin-top: 40px; }
.entry-content h1,
.accordionContent h1 {
  margin-bottom: 30px; }
.entry-content td > img,
.entry-content p > img,
.accordionContent td > img,
.accordionContent p > img {
  width: 33.3% !important;
  height: auto;
  float: left;
  clear: left;
  vertical-align: top;
  position: relative;
  top: 5px;
  margin-right: 30px;
  margin-bottom: 20px; }
.entry-content iframe,
.entry-content figure,
.accordionContent iframe,
.accordionContent figure {
  width: 100%;
  margin: 10px 0px 20px 0px;
  display: inline-block;
  vertical-align: top; }
.entry-content > ul,
.accordionContent > ul {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px; }
  .entry-content > ul li,
  .accordionContent > ul li {
    position: relative;
    padding-left: 20px;
    font: 1em/1.8em "itc-avant-garde-gothic-pro", sans-serif; }
    .entry-content > ul li:before,
    .accordionContent > ul li:before {
      content: "→";
      position: absolute;
      left: 0;
      top: 0px;
      z-index: 1; }
.entry-content .mosaic li:nth-child(even),
.accordionContent .mosaic li:nth-child(even) {
  float: right; }
.entry-content .mosaic li,
.accordionContent .mosaic li {
  width: calc(50% - 10px);
  float: left;
  padding-left: 0; }
  .entry-content .mosaic li .cover,
  .accordionContent .mosaic li .cover {
    background-size: cover !important;
    margin-bottom: 20px; }
  .entry-content .mosaic li a,
  .accordionContent .mosaic li a {
    text-decoration: none; }
.entry-content .mosaic li:before,
.accordionContent .mosaic li:before {
  content: none; }

.accordionContent {
  padding-top: 20px; }

.accordionButton {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  position: relative; }
  .accordionButton:after {
    content: "";
    width: 40px;
    height: 40px;
    background: url("../images/arrow.png") center right no-repeat;
    background-size: 24px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .accordionButton:hover {
    cursor: pointer; }

.entry-content + .post .accordionButton {
  border-top: 0; }

.wp-block-image figcaption {
  font-size: 0.9em;
  margin-bottom: 0 !important; }

.wp-block-image.is-resized {
  width: 22%;
  float: left;
  margin-right: 30px;
  position: relative;
  top: 5px; }

.wp-block-image.is-resized img,
.wp-block-image img {
  width: 100%;
  height: auto;
  float: left;
  vertical-align: top; }

.blocks-gallery-grid {
  margin: 0px 0px 40px 0px !important; }
  .blocks-gallery-grid .blocks-gallery-item__caption {
    pointer-events: none;
    padding: 20px !important;
    text-align: left !important;
    background-color: rgba(26, 26, 26, 0.7) !important; }
  .blocks-gallery-grid .blocks-gallery-item {
    width: calc(33.3% - 20px) !important;
    margin: 0 !important;
    margin-right: 10px !important;
    margin-top: 10px !important; }
    @media screen and (max-width: 720px) {
      .blocks-gallery-grid .blocks-gallery-item {
        width: calc(50% - 20px) !important; } }
    .blocks-gallery-grid .blocks-gallery-item figcaption {
      font-size: 0.9em !important;
      line-height: 1.8em !important;
      display: none; }
    .blocks-gallery-grid .blocks-gallery-item:hover figcaption {
      display: block; }

#fancybox-title #fancybox-title-outside {
  font: 0.9em/1.8em "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 500; }

#fancybox-outer,
#fancybox-wrap {
  box-shadow: 0 !important; }

#site-footer {
  background-color: #1A1A1A;
  color: white; }
  #site-footer p, #site-footer a {
    color: white; }
  #site-footer > .inner {
    padding: 0px 40px; }
    @media screen and (max-width: 720px) {
      #site-footer > .inner {
        padding: 0px 30px; } }

.widget-wrapper {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
  padding-top: 60px; }
  @media screen and (max-width: 720px) {
    .widget-wrapper {
      margin-bottom: 20px;
      padding-top: 40px; } }
  .widget-wrapper .widget {
    width: 33.3%;
    float: left; }
    @media screen and (max-width: 720px) {
      .widget-wrapper .widget {
        width: 100%; } }
    .widget-wrapper .widget h3 {
      font-weight: 700;
      text-transform: uppercase; }
    .widget-wrapper .widget p, .widget-wrapper .widget li {
      font-size: 0.9em;
      line-height: 1.8em; }

.legals,
.credits {
  width: 50%;
  float: left;
  font-size: 0.9em;
  padding: 40px 0px;
  color: #666;
  border-top: 1px solid #333; }
  .legals div, .legals p,
  .credits div,
  .credits p {
    display: inline-block; }
  .legals a,
  .credits a {
    color: #666 !important; }
    .legals a:hover,
    .credits a:hover {
      color: white !important; }

.credits {
  float: right;
  text-align: right; }

.ajax-loader {
  position: absolute !important;
  width: 16px !important;
  height: 16px !important;
  background: url("../images/loader.gif") center right no-repeat !important;
  background-size: 16px !important;
  top: 10px !important;
  right: 10px !important;
  z-index: 10 !important; }

.follow {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 40px 0px;
  border-top: 1px solid #333;
  position: relative; }
  .follow .newsletter {
    width: 50%; }
    @media screen and (max-width: 720px) {
      .follow .newsletter {
        width: 100%; } }
    .follow .newsletter form {
      width: 100%;
      display: inline-block;
      vertical-align: top; }
      .follow .newsletter form .row {
        width: 100%;
        float: left;
        clear: both; }
        .follow .newsletter form .row .col {
          width: 33.3%;
          float: left;
          padding-right: 5px;
          margin: 0;
          vertical-align: top;
          position: relative; }
          .follow .newsletter form .row .col .wpcf7-list-item input,
          .follow .newsletter form .row .col .wpcf7-list-item .wpcf7-list-item-label {
            width: auto;
            margin-right: 5px !important;
            display: inline-block; }
          .follow .newsletter form .row .col .wpcf7-list-item .wpcf7-list-item-label {
            font: 500 0.9em/1.2em "itc-avant-garde-gothic-pro", sans-serif;
            display: inline-block;
            color: #999; }
          .follow .newsletter form .row .col input {
            width: 100%;
            padding: 10px;
            background-color: rgba(255, 255, 255, 0.1);
            border: 1px solid transparent;
            border-radius: 0;
            color: white;
            margin: 0px 0px 15px 0px !important;
            font: 500 0.9em/1.2em "itc-avant-garde-gothic-pro", sans-serif; }
            .follow .newsletter form .row .col input:focus {
              outline: none; }
          .follow .newsletter form .row .col input.wpcf7-submit {
            background-color: #1A1A1A;
            border: 1px solid #333;
            color: white;
            padding: 11px;
            font: 500 0.9em/1.2em "itc-avant-garde-gothic-pro", sans-serif;
            text-transform: uppercase;
            -webkit-appearance: none;
            -webkit-border-radius: 0; }
            @media screen and (max-width: 720px) {
              .follow .newsletter form .row .col input.wpcf7-submit {
                font: 500 0.8em/1.4em "itc-avant-garde-gothic-pro", sans-serif;
                margin-top: 0px; } }
            .follow .newsletter form .row .col input.wpcf7-submit:hover {
              cursor: pointer;
              border: 1px solid white; }
  .follow .networks {
    position: absolute;
    bottom: 40px;
    right: 0px;
    text-align: right; }
    @media screen and (max-width: 720px) {
      .follow .networks {
        position: relative;
        bottom: 0;
        display: inline-block;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        margin-top: 40px; } }
    .follow .networks li.facebook a {
      background: #1A1A1A url("../images/icon-facebook.png") center center no-repeat;
      background-size: 24px; }
    .follow .networks li.instagram a {
      background: #1A1A1A url("../images/icon-instagram.png") center center no-repeat;
      background-size: 24px; }
    .follow .networks li.twitter a {
      background: #1A1A1A url("../images/icon-twitter.png") center center no-repeat;
      background-size: 24px; }
    .follow .networks li {
      display: inline-block; }
      .follow .networks li a {
        display: block;
        width: 40px;
        height: 40px;
        padding: 10px 0px;
        text-align: center;
        background-color: #1A1A1A;
        color: white;
        border-radius: 40px;
        text-decoration: none;
        text-indent: -999px;
        overflow: hidden; }

.wpcf7 {
  width: 100%;
  float: left;
  margin-top: 20px; }
  .wpcf7 input.wpcf7-not-valid,
  .wpcf7 select.wpcf7-not-valid {
    border: 1px solid #fd6e66 !important; }
  .wpcf7 span.wpcf7-not-valid .wpcf7-list-item-label {
    color: #fd6e66 !important; }
  .wpcf7 .wpcf7-not-valid-tip {
    color: #fd6e66;
    line-height: 1.2em;
    margin-bottom: 10px;
    display: none; }
  .wpcf7 .sent .wpcf7-response-output {
    background: #4ace6f; }
  .wpcf7 .wpcf7-response-output {
    float: left;
    width: 100%;
    border: 0;
    background: #fd6e66;
    border: 0 !important;
    color: white;
    padding: 15px !important;
    margin: 0px !important;
    text-align: left; }
  .wpcf7 .wpcf7-list-item {
    margin: 0px; }
  .wpcf7 .wpcf7-form {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    text-align: left; }
    .wpcf7 .wpcf7-form > p:nth-child(2),
    .wpcf7 .wpcf7-form > p:nth-child(3),
    .wpcf7 .wpcf7-form > p:nth-child(6),
    .wpcf7 .wpcf7-form > p:nth-child(7) {
      width: 49%;
      float: left; }
    .wpcf7 .wpcf7-form > p:nth-child(3),
    .wpcf7 .wpcf7-form > p:nth-child(7) {
      float: right; }
    .wpcf7 .wpcf7-form > p:nth-child(11) {
      margin: 0; }
  .wpcf7 input[type="text"],
  .wpcf7 input[type="number"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="password"],
  .wpcf7 input[type="url"],
  .wpcf7 input[type="submit"],
  .wpcf7 select,
  .wpcf7 textarea {
    width: 100%;
    border: none;
    border: 1px solid transparent;
    background-color: #f7f7f7;
    border-radius: 0;
    padding: 15px;
    margin: 4px 0px !important;
    font-size: 1.2em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none; }
    .wpcf7 input[type="text"]:focus,
    .wpcf7 input[type="number"]:focus,
    .wpcf7 input[type="tel"]:focus,
    .wpcf7 input[type="email"]:focus,
    .wpcf7 input[type="password"]:focus,
    .wpcf7 input[type="url"]:focus,
    .wpcf7 input[type="submit"]:focus,
    .wpcf7 select:focus,
    .wpcf7 textarea:focus {
      outline: none; }
    .wpcf7 input[type="text"]:-webkit-autofill, .wpcf7 input[type="text"]:-webkit-autofill:hover, .wpcf7 input[type="text"]:-webkit-autofill:focus, .wpcf7 input[type="text"]:-webkit-autofill:active,
    .wpcf7 input[type="number"]:-webkit-autofill,
    .wpcf7 input[type="number"]:-webkit-autofill:hover,
    .wpcf7 input[type="number"]:-webkit-autofill:focus,
    .wpcf7 input[type="number"]:-webkit-autofill:active,
    .wpcf7 input[type="tel"]:-webkit-autofill,
    .wpcf7 input[type="tel"]:-webkit-autofill:hover,
    .wpcf7 input[type="tel"]:-webkit-autofill:focus,
    .wpcf7 input[type="tel"]:-webkit-autofill:active,
    .wpcf7 input[type="email"]:-webkit-autofill,
    .wpcf7 input[type="email"]:-webkit-autofill:hover,
    .wpcf7 input[type="email"]:-webkit-autofill:focus,
    .wpcf7 input[type="email"]:-webkit-autofill:active,
    .wpcf7 input[type="password"]:-webkit-autofill,
    .wpcf7 input[type="password"]:-webkit-autofill:hover,
    .wpcf7 input[type="password"]:-webkit-autofill:focus,
    .wpcf7 input[type="password"]:-webkit-autofill:active,
    .wpcf7 input[type="url"]:-webkit-autofill,
    .wpcf7 input[type="url"]:-webkit-autofill:hover,
    .wpcf7 input[type="url"]:-webkit-autofill:focus,
    .wpcf7 input[type="url"]:-webkit-autofill:active,
    .wpcf7 input[type="submit"]:-webkit-autofill,
    .wpcf7 input[type="submit"]:-webkit-autofill:hover,
    .wpcf7 input[type="submit"]:-webkit-autofill:focus,
    .wpcf7 input[type="submit"]:-webkit-autofill:active,
    .wpcf7 select:-webkit-autofill,
    .wpcf7 select:-webkit-autofill:hover,
    .wpcf7 select:-webkit-autofill:focus,
    .wpcf7 select:-webkit-autofill:active,
    .wpcf7 textarea:-webkit-autofill,
    .wpcf7 textarea:-webkit-autofill:hover,
    .wpcf7 textarea:-webkit-autofill:focus,
    .wpcf7 textarea:-webkit-autofill:active {
      -webkit-box-shadow: 0 0 0 30px white inset !important; }
  .wpcf7 textarea,
  .wpcf7 select {
    margin-top: 5px;
    padding: 20px; }
  .wpcf7 select {
    background: #f7f7f7 url("../images/arrow.png") 98% center no-repeat;
    background-size: 16px; }
  .wpcf7 label {
    font: 0.9em/1.8em "itc-avant-garde-gothic-pro", sans-serif;
    font-weight: 500; }
  .wpcf7 input[type="checkbox"] {
    margin-right: 10px;
    border: 1px solid #333 !important;
    border-radius: 3px !important;
    background-color: transparent !important; }
    @media screen and (max-width: 720px) {
      .wpcf7 input[type="checkbox"] {
        top: 2px;
        position: relative; } }
  .wpcf7 input[type="submit"] {
    float: left !important;
    width: 100% !important;
    margin: 0px !important;
    border: 1px solid white;
    background-color: #1A1A1A;
    color: white;
    font: 0.9em/1.8em "itc-avant-garde-gothic-pro", sans-serif;
    font-weight: 500;
    text-transform: uppercase; }
    .wpcf7 input[type="submit"]:hover {
      cursor: pointer; }
  .wpcf7 input[type="submit"]:disabled {
    opacity: 0.25; }

#cookie-law-info-bar {
  box-shadow: none !important;
  padding: 25px 0px !important;
  border-top: 1px solid #333; }
  #cookie-law-info-bar span {
    font: 0.8em/1.4em "itc-avant-garde-gothic-pro", sans-serif;
    font-weight: 500; }
    #cookie-law-info-bar span a.cli-plugin-button {
      border-radius: 3px;
      border: 1px solid rgba(255, 255, 255, 0.25); }
      #cookie-law-info-bar span a.cli-plugin-button:hover {
        border: 1px solid white; }
