@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; }

@keyframes bgColor {
  0% {
    background-color: #f8b6ba; }
  25% {
    background-color: #e16b34; }
  50% {
    background-color: #67bdb1; }
  75% {
    background-color: #f3b86e; }
  100% {
    background-color: #f8b6ba; } }
@keyframes Rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@font-face {
  font-family: "FuturaNow";
  src: url("../fonts/FuturaNowInline-Bd.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
body {
  font: 400 0.8em/1.6em "Times New Roman", Times, serif;
  color: #1D1D1B;
  text-align: center;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 640px) {
    body {
      font: 400 0.6em/1.5em "Times New Roman", Times, serif; } }

h1 {
  font: 400 2.4em/1.1em "FuturaNow", serif;
  margin-bottom: 30px; }
  @media screen and (max-width: 640px) {
    h1 {
      margin-bottom: 20px;
      font: 400 2em/1em "FuturaNow", serif; } }

h2 {
  font: 400 2.4em/1.2em "FuturaNow", Times, serif;
  margin-bottom: 30px; }
  @media screen and (max-width: 640px) {
    h2 {
      font: 400 2em/1.2em "FuturaNow", serif;
      margin-bottom: 20px; } }

h3 {
  font: 400 2.4em/1.2em "FuturaNow", serif;
  margin-bottom: 20px; }
  @media screen and (max-width: 640px) {
    h3 {
      font: 400 2em/1em "FuturaNow", serif; } }

h4 {
  font: 500 1.2em/1.2em "Times New Roman", Times, serif;
  margin-bottom: 0px; }

p {
  font: 400 1.4em/1.4em "Times New Roman", Times, serif;
  margin-bottom: 20px; }

a {
  color: #1D1D1B; }

strong, b {
  font-weight: 600; }

em {
  font-style: italic; }

.post-edit-link {
  width: 100%;
  display: inline-block;
  padding: 10px 0px;
  text-transform: uppercase; }

section,
#masthead {
  border-bottom: 1px solid #ccc; }

#primary {
  border-top: 1px solid #ccc; }

.inner {
  width: 100%;
  max-width: 1400px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  padding: 40px;
  position: relative; }
  @media screen and (max-width: 640px) {
    .inner {
      padding: 20px; } }

a.tags {
  float: none;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 5px; }

.separator {
  float: none;
  display: inline-block;
  margin: 0px 5px;
  color: #1D1D1B; }

.separator:last-of-type {
  display: none; }

.tags-wrapper {
  width: 100%;
  float: right;
  vertical-align: top;
  margin: 10px 0px 40px 0px; }
  @media screen and (max-width: 640px) {
    .tags-wrapper {
      margin: 0px 0px 20px 0px; } }
  .tags-wrapper .tags {
    width: 33.3%;
    float: left;
    color: rgba(29, 29, 27, 0.5);
    padding: 5px 5px 0px 0px;
    margin-bottom: 0; }
    @media screen and (max-width: 640px) {
      .tags-wrapper .tags {
        width: 33.3%; } }
    .tags-wrapper .tags:hover {
      color: #ed7d21; }

#masthead {
  position: relative;
  z-index: 100;
  margin-top: 0;
  padding: 0px;
  height: 130px; }
  @media screen and (max-width: 640px) {
    #masthead {
      width: 100%;
      height: auto;
      padding: 0px 20px;
      background-color: white;
      z-index: 200; } }
  #masthead .burger.on {
    background-color: #1D1D1B; }
    #masthead .burger.on li {
      background-color: white; }
  #masthead .burger {
    width: 50px;
    height: 50px;
    padding: 10px 15px;
    position: absolute;
    top: 20px;
    right: 0px;
    z-index: 100;
    display: none;
    border-radius: 50px; }
    @media screen and (max-width: 640px) {
      #masthead .burger {
        display: block; } }
    #masthead .burger li {
      width: 100%;
      height: 1px;
      background-color: #1D1D1B;
      margin: 7px 0px; }
    #masthead .burger:hover {
      cursor: pointer; }
  #masthead .inner {
    padding: 30px 40px; }
    @media screen and (max-width: 640px) {
      #masthead .inner {
        text-align: center;
        padding: 20px 0px 0px 0px; } }
  @media screen and (max-width: 640px) and (max-width: 640px) {
    #masthead .inner:after {
      content: none; } }

  #masthead .site-branding {
    width: 180px;
    float: left; }
    @media screen and (max-width: 640px) {
      #masthead .site-branding {
        width: 120px;
        margin-bottom: 10px; } }
    #masthead .site-branding a {
      display: block;
      width: 100%;
      height: 70px;
      text-decoration: none;
      background: url("../images/logo.svg") left top no-repeat;
      background-size: 100%;
      text-indent: -999px;
      overflow: hidden; }
      @media screen and (max-width: 640px) {
        #masthead .site-branding a {
          height: 50px; } }
  @media screen and (max-width: 640px) {
    #masthead #site-navigation.show {
      height: auto; } }
  #masthead #site-navigation {
    width: 66.6%;
    float: right;
    text-align: right;
    margin-top: -10px; }
    @media screen and (max-width: 640px) {
      #masthead #site-navigation {
        width: calc(100% + 40px);
        height: 0;
        float: left;
        margin-top: 0;
        margin-left: -20px;
        margin-bottom: -1px;
        text-align: center;
        overflow: hidden;
        background-color: #1D1D1B; } }
    @media screen and (max-width: 640px) {
      #masthead #site-navigation .second-nav {
        width: 34.3%;
        float: right;
        margin: 0; } }
    #masthead #site-navigation .second-nav ul.networks {
      display: inline-block;
      vertical-align: top;
      margin-left: 10px;
      top: -3px;
      position: relative;
      mix-blend-mode: multiply; }
      @media screen and (max-width: 640px) {
        #masthead #site-navigation .second-nav ul.networks {
          width: 100%;
          top: 0px;
          left: 0;
          margin: 0;
          float: left;
          vertical-align: top;
          mix-blend-mode: inherit; } }
      #masthead #site-navigation .second-nav ul.networks li {
        margin-left: 2px; }
        @media screen and (max-width: 640px) {
          #masthead #site-navigation .second-nav ul.networks li {
            width: 50%;
            margin: 0;
            margin-left: -1px;
            float: left; } }
        #masthead #site-navigation .second-nav ul.networks li a {
          width: 28px;
          height: 28px;
          overflow: hidden;
          display: block;
          border-radius: 28px;
          text-indent: 999px;
          background: #1D1D1B url("../images/icon-facebook.png") center center no-repeat;
          background-size: 18px; }
          @media screen and (max-width: 640px) {
            #masthead #site-navigation .second-nav ul.networks li a {
              width: 100%;
              height: 50px;
              border-radius: 0;
              border: 1px solid #333;
              border-bottom: 0;
              border-top: 0;
              background-size: 24px; } }
          #masthead #site-navigation .second-nav ul.networks li a:hover {
            background-color: #ed7d21; }
      #masthead #site-navigation .second-nav ul.networks li.instagram a {
        background: #1D1D1B url("../images/icon-instagram.png") center center no-repeat;
        background-size: 18px; }
        @media screen and (max-width: 640px) {
          #masthead #site-navigation .second-nav ul.networks li.instagram a {
            background-size: 24px;
            border-right: 0; } }
        #masthead #site-navigation .second-nav ul.networks li.instagram a:hover {
          background-color: #ed7d21; }
    #masthead #site-navigation .second-nav li {
      display: inline-block;
      margin-left: 10px; }
      @media screen and (max-width: 640px) {
        #masthead #site-navigation .second-nav li {
          float: left;
          width: 100%;
          margin: 0;
          border-bottom: 1px solid #333; } }
      #masthead #site-navigation .second-nav li a {
        display: block;
        font-size: 1.2em;
        line-height: 1.6em;
        font-weight: 500;
        text-decoration: none;
        padding: 0px; }
        @media screen and (max-width: 640px) {
          #masthead #site-navigation .second-nav li a {
            padding: 15px 20px;
            color: white;
            height: 50px;
            text-align: left; } }
    #masthead #site-navigation .menu-menu-container {
      width: 100%; }
      @media screen and (max-width: 640px) {
        #masthead #site-navigation .menu-menu-container {
          width: 65.6%;
          float: left;
          margin-bottom: -1px; } }
      #masthead #site-navigation .menu-menu-container ul {
        width: 100%; }
        #masthead #site-navigation .menu-menu-container ul li.current_page_item a,
        #masthead #site-navigation .menu-menu-container ul li.current_page_ancestor a {
          color: #ed7d21; }
          #masthead #site-navigation .menu-menu-container ul li.current_page_item a:after,
          #masthead #site-navigation .menu-menu-container ul li.current_page_ancestor a:after {
            background-color: #ed7d21; }
        #masthead #site-navigation .menu-menu-container ul li {
          display: inline-block;
          vertical-align: top;
          margin-left: 20px;
          position: relative; }
          @media screen and (max-width: 640px) {
            #masthead #site-navigation .menu-menu-container ul li {
              width: 100%;
              margin: 0;
              border-bottom: 1px solid #333; } }
          #masthead #site-navigation .menu-menu-container ul li a {
            display: block;
            position: relative;
            font: 400 1.6em/1.6em "Times New Roman", Times, serif;
            padding: 15px 0px;
            text-decoration: none; }
            @media screen and (max-width: 640px) {
              #masthead #site-navigation .menu-menu-container ul li a {
                text-align: left;
                color: white !important;
                height: 50px;
                padding: 14px 0px 15px 20px;
                border-right: 1px solid #333; } }
            #masthead #site-navigation .menu-menu-container ul li a:after {
              content: "";
              width: 0%;
              height: 1px;
              background-color: #1D1D1B;
              position: absolute;
              bottom: 20px;
              left: 0;
              -moz-transition: all 0.25s ease;
              -o-transition: all 0.25s ease;
              -webkit-transition: all 0.25s ease;
              transition: all 0.25s ease; }
            #masthead #site-navigation .menu-menu-container ul li a:hover:after {
              width: 100%; }
              @media screen and (max-width: 640px) {
                #masthead #site-navigation .menu-menu-container ul li a:hover:after {
                  width: 0; } }
          #masthead #site-navigation .menu-menu-container ul li:hover .sub-menu {
            display: block; }
          #masthead #site-navigation .menu-menu-container ul li .sub-menu {
            width: 240px;
            position: absolute;
            top: 60px;
            left: 50%;
            z-index: 1;
            text-align: left;
            background-color: #1D1D1B;
            color: white;
            display: none;
            z-index: 100;
            padding: 10px 20px;
            border-radius: 5px;
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
            @media screen and (max-width: 640px) {
              #masthead #site-navigation .menu-menu-container ul li .sub-menu {
                position: relative;
                width: 100%;
                border-radius: 0;
                border-right: 1px solid #333;
                top: 0;
                left: 0;
                padding: 0px 20px 20px 20px;
                -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                -webkit-transform: translateX(0);
                transform: translateX(0); } }
            #masthead #site-navigation .menu-menu-container ul li .sub-menu:before {
              content: "";
              width: 20px;
              height: 20px;
              position: absolute;
              top: -4px;
              left: 50%;
              margin-left: -10px;
              background-color: #1D1D1B;
              transform: rotate(45deg); }
              @media screen and (max-width: 640px) {
                #masthead #site-navigation .menu-menu-container ul li .sub-menu:before {
                  content: none; } }
            #masthead #site-navigation .menu-menu-container ul li .sub-menu li {
              width: 100%;
              display: inline-block;
              vertical-align: top;
              margin: 0; }
              @media screen and (max-width: 640px) {
                #masthead #site-navigation .menu-menu-container ul li .sub-menu li {
                  border-bottom: 0; } }
              #masthead #site-navigation .menu-menu-container ul li .sub-menu li a {
                display: block;
                padding: 3px 0px;
                color: white;
                font: 500 1.3em/1.2em "Times New Roman", Times, serif; }
                @media screen and (max-width: 640px) {
                  #masthead #site-navigation .menu-menu-container ul li .sub-menu li a {
                    border: none;
                    height: auto;
                    padding: 4px 0px; } }
                #masthead #site-navigation .menu-menu-container ul li .sub-menu li a:hover {
                  color: #ed7d21; }
                #masthead #site-navigation .menu-menu-container ul li .sub-menu li a:after {
                  content: none; }

a.more {
  display: block;
  line-height: 1.2em;
  position: relative;
  padding: 0;
  text-decoration: none; }
  a.more:after {
    content: "";
    width: 0%;
    height: 1px;
    background-color: #1D1D1B;
    position: absolute;
    bottom: 3px;
    left: 0;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  a.more:hover:after {
    width: 100%; }
    @media screen and (max-width: 640px) {
      a.more:hover:after {
        width: 0; } }

.dates.scrolled {
  background-color: #1D1D1B;
  color: white;
  border: none !important; }
  .dates.scrolled .menu-menu-container li:before {
    color: white; }
  .dates.scrolled .menu-menu-container li a {
    color: white; }

.dates {
  position: relative;
  z-index: 90;
  background-color: white; }
  .dates .menu-menu-container {
    width: 100%;
    max-width: 1400px;
    display: inline-block;
    vertical-align: top;
    padding: 0px 40px;
    position: relative; }
    @media screen and (max-width: 640px) {
      .dates .menu-menu-container {
        padding: 0px 20px; } }
    .dates .menu-menu-container li:before {
      font: 500 1.2em/1.2em "Times New Roman", Times, serif;
      color: #ed7d21;
      position: absolute;
      left: 0px;
      top: 15px;
      z-index: 10;
      text-align: left; }
    .dates .menu-menu-container li:nth-child(1):before {
      content: "Vendredi"; }
    .dates .menu-menu-container li:nth-child(2):before {
      content: "Samedi"; }
    .dates .menu-menu-container li:nth-child(3):before {
      content: "Dimanche"; }
    .dates .menu-menu-container li:first-child a {
      border-left: 0; }
      @media screen and (max-width: 640px) {
        .dates .menu-menu-container li:first-child a {
          border-left: 0; } }
    .dates .menu-menu-container li.current_page_item:before {
      text-decoration: underline; }
    .dates .menu-menu-container li {
      width: 33.3%;
      float: left;
      margin-right: 0;
      position: relative; }
      .dates .menu-menu-container li a {
        display: block;
        text-decoration: none;
        text-align: left;
        padding: 35px 0px 20px 0px;
        font: 400 2.4em/1em "FuturaNow", serif;
        text-transform: lowercase;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
        @media screen and (max-width: 640px) {
          .dates .menu-menu-container li a {
            font: 400 2em/1em "FuturaNow", serif; } }
        .dates .menu-menu-container li a .day {
          color: #ed7d21;
          margin-bottom: 2px; }
    .dates .menu-menu-container li:hover:before {
      text-decoration: underline; }

#content {
  width: 100%;
  min-height: calc(100vh - 298px);
  display: inline-block;
  vertical-align: top; }

section {
  width: 100%; }
  section .header {
    width: 100%;
    display: inline-block;
    vertical-align: top; }
    section .header h1, section .header h2 {
      width: 50%;
      float: left; }
      @media screen and (max-width: 640px) {
        section .header h1, section .header h2 {
          margin-bottom: 20px; } }
    section .header a {
      float: right;
      padding-bottom: 4px;
      margin-top: -4px; }
      section .header a h4 {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        white-space: nowrap; }
      section .header a:before {
        content: "➝";
        float: right;
        margin-left: 5px;
        margin-top: 2px;
        vertical-align: top; }

.content {
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: left; }
  @media screen and (max-width: 640px) {
    .content {
      width: 66.666% !important;
      position: absolute;
      top: 50%;
      right: 0;
      text-align: left;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); } }
  .content p {
    font-size: 1.2em;
    margin-bottom: 10px; }
  .content h3 {
    margin-bottom: 10px; }
  .content a {
    text-decoration: none; }
    .content a:hover {
      color: #ed7d21; }

.col-2,
.col-3 {
  width: 50%;
  float: left;
  padding: 20px 0px;
  padding-right: 40px;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 640px) {
    .col-2,
    .col-3 {
      width: 100% !important;
      padding: 0;
      text-align: left; } }

.col-3 {
  width: 33.3%;
  float: left; }
  @media screen and (max-width: 640px) {
    .col-3 {
      width: 100%; } }

.posts {
  width: 100%;
  float: right;
  display: inline-flex;
  align-items: stretch;
  flex-wrap: wrap;
  vertical-align: top; }
  .posts .col-3:last-of-type:after {
    content: none; }
  @media screen and (max-width: 640px) {
    .posts .col-3:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: -20px;
      width: calc(100% + 40px);
      height: 1px;
      background: rgba(29, 29, 27, 0.25); } }

.cover-wrapper {
  width: 80%;
  height: 0;
  display: inline-block;
  position: relative;
  padding-bottom: 80%;
  margin-bottom: 20px;
  border-radius: 100%;
  overflow: hidden;
  z-index: 10; }
  @media screen and (max-width: 640px) {
    .cover-wrapper {
      width: 30.3% !important;
      padding-bottom: 30.3% !important;
      margin: 30px 0px;
      margin-right: 3%; } }
  .cover-wrapper .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
    background-size: cover !important;
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .cover-wrapper .cover:hover {
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
      .cover-wrapper .cover:hover:after {
        opacity: 1; }
    .cover-wrapper .cover:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -10;
      opacity: 0;
      border-radius: 100%;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease; }

.metas.dates {
  margin-top: -20px;
  margin-bottom: 20px; }
  @media screen and (max-width: 640px) {
    .metas.dates {
      margin-top: -10px; } }

.metas {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  .metas p, .metas a {
    font-size: 1.2em;
    margin: 0;
    padding: 2px 6px;
    display: inline-block;
    margin-bottom: 2px !important;
    background-color: #1D1D1B;
    color: white;
    text-decoration: none; }
  .metas a:hover {
    background-color: white;
    color: #1D1D1B; }

.adresse {
  font-size: 1em;
  display: inline-block;
  background: url("../images/marker.png") left 7px no-repeat;
  background-size: 32px;
  padding: 5px 5px 5px 40px;
  text-decoration: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.lieux {
  width: 100%;
  display: inline-flex;
  align-items: stretch;
  flex-wrap: wrap;
  vertical-align: top; }
  .lieux li {
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
    padding: 0px 20px 120px 20px;
    text-align: center; }
    @media screen and (max-width: 640px) {
      .lieux li {
        padding-bottom: 0px; } }
  .lieux h3 {
    margin-bottom: 0px; }
  .lieux .cover {
    display: inline-block;
    width: 80%;
    height: 0px;
    padding-bottom: 80%;
    z-index: 0;
    margin: 0 auto;
    margin-bottom: 40px;
    border-radius: 100%;
    background-size: cover !important;
    background-position: center center !important;
    position: relative; }
  .lieux .links {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10; }
    @media screen and (max-width: 640px) {
      .lieux .links {
        position: relative; } }
    .lieux .links a.book {
      background: transparent;
      border: 1px solid rgba(29, 29, 27, 0.25);
      color: #1D1D1B;
      max-width: 180px; }
      @media screen and (max-width: 640px) {
        .lieux .links a.book {
          max-width: 180px; } }
      .lieux .links a.book:hover {
        border: 1px solid #1D1D1B; }

.agenda-navigation {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 40px 0px 0px 0px; }
  .agenda-navigation .next,
  .agenda-navigation .prev {
    width: 50%;
    float: left;
    color: #1D1D1B;
    padding: 20px 0px;
    font: 400 2.4em/1.2em "FuturaNow", serif;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    @media screen and (max-width: 640px) {
      .agenda-navigation .next,
      .agenda-navigation .prev {
        font: 400 2em/1.2em "FuturaNow", serif; } }
  .agenda-navigation .next {
    text-align: right;
    border-left: 1px solid rgba(29, 29, 27, 0.25); }
    .agenda-navigation .next a:after {
      content: "→";
      display: inline-block;
      font-size: 1em;
      position: relative;
      vertical-align: top;
      top: 0px;
      margin-left: 10px; }
  .agenda-navigation .prev a:before {
    content: "←";
    display: inline-block;
    font-size: 1em;
    position: relative;
    vertical-align: top;
    top: 0px;
    margin-right: 10px; }
  .agenda-navigation a {
    color: #1D1D1B !important;
    text-decoration: none; }

.swiper-container {
  text-align: center; }
  .swiper-container .swiper-wrapper .swiper-slide .cover-wrapper {
    width: 50%;
    padding-bottom: 50%;
    float: left;
    visibility: visible; }
    @media screen and (max-width: 640px) {
      .swiper-container .swiper-wrapper .swiper-slide .cover-wrapper {
        width: 80% !important;
        padding-bottom: 80% !important;
        margin-bottom: 20px;
        margin-left: 10%; } }
  .swiper-container .swiper-wrapper .swiper-slide .content {
    width: 50%;
    position: absolute;
    padding: 40px;
    top: 50%;
    right: 0;
    text-align: left;
    -moz-transform: translateY(-52%);
    -ms-transform: translateY(-52%);
    -webkit-transform: translateY(-52%);
    transform: translateY(-52%); }
    @media screen and (max-width: 640px) {
      .swiper-container .swiper-wrapper .swiper-slide .content {
        width: 100% !important;
        position: relative;
        padding: 0;
        top: 0;
        float: right;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0); } }
    .swiper-container .swiper-wrapper .swiper-slide .content h4:hover,
    .swiper-container .swiper-wrapper .swiper-slide .content h3:hover {
      color: #1D1D1B; }

#pagination {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 20px 0px; }
  #pagination .swiper-pagination-bullet-active {
    background: #1D1D1B; }

#nav {
  width: 33.3%;
  display: inline-block;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 640px) {
    #nav {
      width: 33.3%;
      display: none; } }
  #nav .swiper-button-disabled {
    opacity: 0.25; }
  #nav .next {
    background: url("../images/arrow.png") center center no-repeat;
    background-size: 24px; }
  #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); }
  #nav .next,
  #nav .prev {
    width: 60px;
    height: 50px;
    border-radius: 60px;
    position: absolute;
    bottom: 25px;
    left: 0px;
    z-index: 110;
    border: 1px solid rgba(29, 29, 27, 0.25); }
    @media screen and (max-width: 640px) {
      #nav .next,
      #nav .prev {
        width: 32px;
        height: 32px;
        left: 0px;
        top: auto;
        bottom: 12px; } }
    #nav .next:hover,
    #nav .prev:hover {
      cursor: pointer;
      border: 1px solid #1D1D1B; }
    #nav .next:focus,
    #nav .prev:focus {
      outline: none;
      border: 1px solid #1D1D1B; }
  #nav .next {
    left: auto;
    right: 0px; }
    @media screen and (max-width: 640px) {
      #nav .next {
        right: 0px; } }

a.book {
  width: 100%;
  max-width: 240px;
  text-decoration: none;
  padding: 12px 24px;
  background-color: #ed7d21;
  color: white;
  display: inline-block;
  margin: 0 auto;
  border-radius: 3px;
  font-size: 1.2em;
  font-weight: 500;
  text-align: center; }
  @media screen and (max-width: 640px) {
    a.book {
      max-width: calc(100% - 40px); } }
  a.book:hover {
    background-color: #1D1D1B; }

.pass-wrapper,
.site-footer {
  width: 100%; }

.pass-wrapper {
  background-color: #ed7d21;
  border: 0; }
  .pass-wrapper .inner {
    text-align: center;
    padding: 0;
    border: 0; }
  .pass-wrapper h3 {
    margin: 0; }
  .pass-wrapper p {
    font-size: 1em;
    margin-bottom: 20px; }
  .pass-wrapper .lectures {
    border-bottom: 1px solid rgba(29, 29, 27, 0.25); }
    .pass-wrapper .lectures .col-2 {
      padding: 40px 0px;
      width: 66.6%;
      margin: 0; }
      @media screen and (max-width: 640px) {
        .pass-wrapper .lectures .col-2 {
          width: 100%;
          padding: 0px 0px 20px 0px;
          text-align: center; } }
      .pass-wrapper .lectures .col-2 .select-wrapper {
        width: 50%;
        float: left;
        text-align: left; }
        @media screen and (max-width: 640px) {
          .pass-wrapper .lectures .col-2 .select-wrapper {
            width: calc(100% - 40px);
            float: none;
            margin: 0 auto;
            display: inline-block;
            text-align: center; } }
        .pass-wrapper .lectures .col-2 .select-wrapper select {
          width: 100%;
          margin-bottom: 10px;
          border: none;
          border: 1px solid rgba(29, 29, 27, 0.25);
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          -ms-appearance: none;
          padding: 16px 24px;
          font-size: 1em;
          font-weight: 500;
          text-align: center;
          background: url("../images/arrow-down.png") 98% center no-repeat;
          background-size: 24px;
          border-radius: 3px; }
          @media screen and (max-width: 640px) {
            .pass-wrapper .lectures .col-2 .select-wrapper select {
              padding: 12px 24px; } }
          .pass-wrapper .lectures .col-2 .select-wrapper select:hover {
            cursor: pointer;
            border: 1px solid #1d1d1b; }
          .pass-wrapper .lectures .col-2 .select-wrapper select:focus {
            outline: none; }
        .pass-wrapper .lectures .col-2 .select-wrapper label {
          width: 100%;
          display: inline-block;
          vertical-align: top;
          margin-bottom: 12px;
          font-size: 1em;
          line-height: 1em; }
    .pass-wrapper .lectures h3, .pass-wrapper .lectures p {
      display: inline-block;
      vertical-align: top;
      margin: 0 !important; }
  .pass-wrapper .col-3 {
    padding: 40px 0px;
    border-left: 1px solid rgba(29, 29, 27, 0.25);
    margin: 0; }
    @media screen and (max-width: 640px) {
      .pass-wrapper .col-3 {
        width: 100%;
        margion: 0;
        border: 0;
        padding: 20px 0px;
        text-align: center;
        border-top: 1px solid rgba(29, 29, 27, 0.25); } }
    .pass-wrapper .col-3:first-of-type {
      border: 0; }
  @media screen and (max-width: 640px) {
    .pass-wrapper .pass .col-3:nth-child(1),
    .pass-wrapper .pass .col-3:nth-child(2) {
      width: 50% !important;
      border-top: 0; } }
  @media screen and (max-width: 640px) {
    .pass-wrapper .pass .col-3:nth-child(1) {
      border-right: 1px solid rgba(29, 29, 27, 0.25); } }
  .pass-wrapper a.book {
    color: #ed7d21;
    background-color: #1D1D1B; }
    .pass-wrapper a.book:hover {
      color: white; }
  .pass-wrapper p.prix {
    margin-bottom: 20px; }
    .pass-wrapper p.prix span {
      color: #1D1D1B;
      font-size: 1.2em;
      font-weight: 500;
      display: inline-block;
      vertical-align: top;
      margin: 0; }

body.home {
  background-color: white; }
  body.home .dates {
    border-bottom: 1px solid #ccc; }
  body.home #content {
    margin-top: calc(100vh - 200px); }
    @media screen and (max-width: 640px) {
      body.home #content {
        margin-top: calc(100vh - 160px); } }
  body.home #scene-container {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    background-color: white;
    border-bottom: 1px solid #ccc; }
  body.home .stripe-colors {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    mix-blend-mode: screen;
    animation: bgColor 5s infinite; }
  body.home canvas {
    width: 100%;
    height: 100%;
    animation: Rotate 120s infinite; }
  body.home section.edito .inner {
    border: 0; }
    body.home section.edito .inner p, body.home section.edito .inner h3, body.home section.edito .inner ul {
      padding-left: 33.3%; }
    body.home section.edito .inner ul {
      margin-bottom: 20px; }
    body.home section.edito .inner ul li {
      font: 400 1.2em/1.8em "Times New Roman", Times, serif; }
      body.home section.edito .inner ul li:before {
        content: "—";
        display: inline-block;
        margin-right: 10px;
        color: #ed7d21; }
  body.home .sponsors .inner {
    text-align: center;
    mix-blend-mode: multiply; }
    body.home .sponsors .inner p {
      display: inline-block;
      margin: 0px 8px; }
      body.home .sponsors .inner p img {
        display: inline-block;
        height: 24px;
        width: auto; }

@media screen and (max-width: 640px) {
  .single header.header {
    padding-bottom: 20px !important;
    border-bottom: 1px solid #1D1D1B; } }

.page-template-default .type-post,
.post-template-default .type-post,
.archive .type-post {
  width: 100%;
  float: left; }
.page-template-default header.header,
.post-template-default header.header,
.archive header.header {
  width: 33.3%;
  float: left;
  padding-right: 40px;
  z-index: 10; }
  @media screen and (max-width: 640px) {
    .page-template-default header.header,
    .post-template-default header.header,
    .archive header.header {
      width: 100%;
      float: right;
      padding: 0;
      margin-bottom: 20px;
      position: relative !important;
      top: auto !important; } }
  .page-template-default header.header h1,
  .post-template-default header.header h1,
  .archive header.header h1 {
    display: block;
    margin-bottom: 30px; }
    @media screen and (max-width: 640px) {
      .page-template-default header.header h1,
      .post-template-default header.header h1,
      .archive header.header h1 {
        margin-bottom: 20px; } }
  .page-template-default header.header .main-content,
  .post-template-default header.header .main-content,
  .archive header.header .main-content {
    width: 100%;
    float: left; }
    @media screen and (max-width: 640px) {
      .page-template-default header.header .main-content,
      .post-template-default header.header .main-content,
      .archive header.header .main-content {
        width: 66.6%; } }
    .page-template-default header.header .main-content h1,
    .post-template-default header.header .main-content h1,
    .archive header.header .main-content h1 {
      margin-bottom: 0; }
    .page-template-default header.header .main-content p,
    .post-template-default header.header .main-content p,
    .archive header.header .main-content p {
      font-size: 1.2em;
      margin-bottom: 10px; }
    .page-template-default header.header .main-content .book,
    .post-template-default header.header .main-content .book,
    .archive header.header .main-content .book {
      margin-top: 20px;
      float: left; }
  .page-template-default header.header .share,
  .post-template-default header.header .share,
  .archive header.header .share {
    width: 100%;
    display: inline-block;
    margin: 20px 0px 0px 0px; }
    @media screen and (max-width: 640px) {
      .page-template-default header.header .share,
      .post-template-default header.header .share,
      .archive header.header .share {
        width: 33.3%;
        float: left;
        text-align: right;
        margin: 0px 0px 20px 0px; } }
    .page-template-default header.header .share .addthis_toolbox,
    .post-template-default header.header .share .addthis_toolbox,
    .archive header.header .share .addthis_toolbox {
      width: 100%;
      margin-bottom: 20px; }
      .page-template-default header.header .share .addthis_toolbox a,
      .post-template-default header.header .share .addthis_toolbox a,
      .archive header.header .share .addthis_toolbox a {
        width: 40px !important;
        height: 40px;
        float: none;
        display: inline-block;
        margin-right: 3px;
        position: relative;
        border: 1px solid rgba(29, 29, 27, 0.25);
        border-radius: 50px; }
        @media screen and (max-width: 640px) {
          .page-template-default header.header .share .addthis_toolbox a,
          .post-template-default header.header .share .addthis_toolbox a,
          .archive header.header .share .addthis_toolbox a {
            width: 32px !important;
            height: 32px; } }
        .page-template-default header.header .share .addthis_toolbox a span.at-icon-wrapper,
        .post-template-default header.header .share .addthis_toolbox a span.at-icon-wrapper,
        .archive header.header .share .addthis_toolbox a span.at-icon-wrapper {
          display: none; }
        .page-template-default header.header .share .addthis_toolbox a:hover,
        .post-template-default header.header .share .addthis_toolbox a:hover,
        .archive header.header .share .addthis_toolbox a:hover {
          border: 1px solid #1d1d1b; }
      .page-template-default header.header .share .addthis_toolbox .addthis_button_facebook,
      .post-template-default header.header .share .addthis_toolbox .addthis_button_facebook,
      .archive header.header .share .addthis_toolbox .addthis_button_facebook {
        background: transparent url("../images/share-facebook.png") no-repeat center center;
        background-size: 24px; }
      .page-template-default header.header .share .addthis_toolbox .addthis_button_twitter,
      .post-template-default header.header .share .addthis_toolbox .addthis_button_twitter,
      .archive header.header .share .addthis_toolbox .addthis_button_twitter {
        background: transparent url("../images/share-twitter.png") no-repeat center center;
        background-size: 24px; }
      .page-template-default header.header .share .addthis_toolbox .addthis_button_email,
      .post-template-default header.header .share .addthis_toolbox .addthis_button_email,
      .archive header.header .share .addthis_toolbox .addthis_button_email {
        background: transparent url("../images/share-mail.png") no-repeat center center;
        background-size: 24px; }
.page-template-default .post-thumbnail,
.post-template-default .post-thumbnail,
.archive .post-thumbnail {
  width: 66.6%;
  height: auto;
  float: right;
  vertical-align: top;
  margin-bottom: 30px; }
  @media screen and (max-width: 640px) {
    .page-template-default .post-thumbnail,
    .post-template-default .post-thumbnail,
    .archive .post-thumbnail {
      width: calc(100% + 40px);
      margin-top: -20px;
      margin-right: -20px;
      margin-bottom: 20px; } }
  .page-template-default .post-thumbnail img,
  .post-template-default .post-thumbnail img,
  .archive .post-thumbnail img {
    width: 100%;
    height: auto;
    vertical-align: top;
    margin-bottom: 10px; }
  .page-template-default .post-thumbnail .caption,
  .post-template-default .post-thumbnail .caption,
  .archive .post-thumbnail .caption {
    color: #1D1D1B;
    text-transform: uppercase;
    font-size: 1em; }
    @media screen and (max-width: 640px) {
      .page-template-default .post-thumbnail .caption,
      .post-template-default .post-thumbnail .caption,
      .archive .post-thumbnail .caption {
        margin-left: 20px; } }
.page-template-default .entry-content,
.post-template-default .entry-content,
.archive .entry-content {
  width: 66.6%;
  float: right; }
  @media screen and (max-width: 640px) {
    .page-template-default .entry-content,
    .post-template-default .entry-content,
    .archive .entry-content {
      width: 100%; } }
  .page-template-default .entry-content ul,
  .post-template-default .entry-content ul,
  .archive .entry-content ul {
    display: block;
    margin-bottom: 20px; }
    .page-template-default .entry-content ul li,
    .post-template-default .entry-content ul li,
    .archive .entry-content ul li {
      font: 400 1.2em/1.6em "Times New Roman", Times, serif;
      text-transform: uppercase;
      padding-left: 25px;
      position: relative; }
      @media screen and (max-width: 640px) {
        .page-template-default .entry-content ul li,
        .post-template-default .entry-content ul li,
        .archive .entry-content ul li {
          padding-left: 20px; } }
      .page-template-default .entry-content ul li:before,
      .post-template-default .entry-content ul li:before,
      .archive .entry-content ul li:before {
        content: "—";
        position: absolute;
        top: -2px;
        left: 0;
        z-index: 1;
        margin-right: 10px;
        color: #ed7d21;
        font-weight: bold; }
  .page-template-default .entry-content h2:first-of-type,
  .post-template-default .entry-content h2:first-of-type,
  .archive .entry-content h2:first-of-type {
    margin-top: 0; }
  .page-template-default .entry-content h2,
  .post-template-default .entry-content h2,
  .archive .entry-content h2 {
    margin-top: 40px; }

.mentions {
  background-color: #1D1D1B;
  color: white;
  mix-blend-mode: multiply; }
  .mentions .inner {
    padding: 20px; }
    .mentions .inner li:first-child a {
      border: 0;
      padding-left: 0; }
    .mentions .inner li {
      display: inline-block;
      margin-right: 15px; }
    .mentions .inner a {
      color: white;
      font-size: 1.2em;
      display: inline-block;
      color: white;
      border-left: 1px solid #1D1D1B;
      padding-left: 15px;
      text-decoration: none; }
      .mentions .inner a:hover {
        color: white;
        text-decoration: underline; }
  .mentions .links {
    width: 50%;
    float: left; }
  .mentions .credits {
    width: 50%;
    float: right;
    text-align: right; }

.njt-gdpr {
  padding: 20px 20px 15px 20px !important; }
  .njt-gdpr .njt-gdpr-content {
    display: inline-block;
    vertical-align: top; }
    .njt-gdpr .njt-gdpr-content p {
      margin: 0;
      font-size: 1.2em;
      margin-bottom: 0px; }
      @media screen and (max-width: 640px) {
        .njt-gdpr .njt-gdpr-content p {
          margin-bottom: 10px; } }
  .njt-gdpr .njt-gdpr-btns {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px !important; }
    .njt-gdpr .njt-gdpr-btns div {
      display: inline-block !important;
      vertical-align: top !important;
      padding: 0 !important;
      margin: 0px 2px !important;
      margin-top: -3px !important;
      border-radius: 3px !important; }
    .njt-gdpr .njt-gdpr-btns .decline-btn,
    .njt-gdpr .njt-gdpr-btns .custom-btn {
      background-color: #1D1D1B !important;
      border: 1px solid rgba(255, 255, 255, 0.15); }
    .njt-gdpr .njt-gdpr-btns p, .njt-gdpr .njt-gdpr-btns a {
      display: inline-block !important;
      vertical-align: top !important;
      padding: 8px 16px !important;
      margin: 0 !important;
      font: 500 1.2em/1.2em "Times New Roman", Times, serif; }

.acf-map {
  width: 100%;
  height: 600px;
  position: relative;
  z-index: 10;
  margin: -1px 0px -1px 0px; }
  @media screen and (max-width: 640px) {
    .acf-map {
      height: 500px; } }
  .acf-map .marker {
    visibility: hidden; }
  .acf-map .gm-ui-hover-effect {
    top: 5px !important;
    right: 5px !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1 !important;
    border-radius: 100% !important; }
    .acf-map .gm-ui-hover-effect:hover {
      background-color: white !important; }
  .acf-map .gm-style-iw-chr {
    display: none; }
  .acf-map .gm-style-iw {
    width: 320px !important;
    min-width: 180px !important;
    left: 0 !important;
    top: 0 !important;
    padding: 20px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: left !important; }
    @media screen and (max-width: 640px) {
      .acf-map .gm-style-iw {
        width: 240px !important; } }
    .acf-map .gm-style-iw > div {
      padding: 0px !important;
      width: 100% !important;
      max-width: 100% !important;
      overflow: visible !important; }
    .acf-map .gm-style-iw img {
      width: calc(100% + 40px);
      height: auto;
      display: inline-block;
      position: relative;
      margin-left: -20px;
      margin-top: -20px;
      margin-bottom: 20px; }
    .acf-map .gm-style-iw h3 {
      margin: 0px 0px 5px 0px;
      font-size: 1.6em;
      line-height: 1.2em;
      color: #1D1D1B !important; }
    .acf-map .gm-style-iw a {
      text-decoration: none;
      max-width: 100% !important; }
    .acf-map .gm-style-iw p {
      font-size: 1em !important; }
