@charset "UTF-8";
/*VARIABLES */
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; }

/* GALLERY */
.ngg-gallery-thumbnail-box {
  overflow: hidden;
  display: inline-block;
  float: left !important;
  position: relative !important;
  width: 33.333% !important;
  margin: 0px !important;
  border: 1px solid white;
  height: auto; }
  @media screen and (max-width: 680px) {
    .ngg-gallery-thumbnail-box {
      width: 33.3% !important; } }

.ngg-gallery-thumbnail {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 0;
  border: 0 !important;
  margin: 0 !important;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: white url("../images/button-open.png") no-repeat center center;
  background-size: 50px; }

.ngg-gallery-thumbnail:hover {
  background: white url("../images/button-open.png") no-repeat center center;
  background-size: 50px; }

.ngg-gallery-thumbnail a img {
  width: 100% !important;
  height: auto;
  margin: 0 !important;
  padding: 0;
  border: none;
  display: block;
  opacity: 1;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.ngg-gallery-thumbnail:hover a img {
  opacity: 0.1; }

#TB_prev {
  position: fixed !important;
  width: 80px !important;
  height: 100% !important;
  padding: 20px;
  top: 0px;
  left: 0px;
  text-indent: -9999px;
  background: transparent url("../images/bt-prev-green.png") no-repeat center center;
  background-size: 50px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s; }

#TB_next {
  position: fixed !important;
  width: 80px !important;
  height: 100% !important;
  padding: 20px;
  top: 0px;
  right: 0px;
  text-indent: -9999px;
  background: transparent url("../images/bt-next-green.png") no-repeat center center;
  background-size: 50px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s; }

#TB_next:hover {
  right: -10px;
  cursor: pointer; }

#TB_prev:hover {
  left: -10px;
  cursor: pointer; }

#TB_load img,
#TB_load {
  width: 16px !important;
  height: 16px !important;
  border: none !important;
  background: none !important;
  margin: 0px !important;
  padding: 0px !important; }

#TB_Image {
  border: none !important;
  vertical-align: top !important;
  display: inline-block !important;
  margin: 0px !important; }

#TB_closeWindow a {
  width: 40px !important;
  height: 40px !important;
  position: fixed !important;
  top: 20px !important;
  right: 20px !important;
  z-index: 100 !important;
  background: url("../images/bt-close.png") no-repeat center center;
  background-size: 50px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s; }

#TB_closeWindow a:hover {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

#TB_caption {
  width: 100%;
  height: auto !important;
  padding-top: 20px;
  text-align: center;
  padding: 20px 0px !important;
  background-color: transparent !important;
  text-transform: uppercase !important; }

#TB_overlay {
  background: white url(../images/marble.jpg) fixed repeat center center !important;
  background-size: 800px !important;
  opacity: 0.95 !important; }

#TB_window {
  box-shadow: none !important;
  border: none !important;
  background: transparent !important; }

#TB_Image {
  margin-left: 15px !important; }

.tb-close-icon {
  width: 16px !important;
  height: 16px !important;
  display: none !important; }

.ngg-navigation {
  display: none !important; }

.screen-reader-text {
  display: none; }

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

/* TYPO */
@font-face {
  font-family: "Karaboo";
  font-style: normal;
  font-weight: normal;
  src: local("Karaboo"), url("../fonts/Karaboo.otf") format("truetype"); }
html, body {
  width: 100%;
  height: 100%; }

body {
  font: normal 0.8em/1.6em "Roboto", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  color: #23232C;
  background-color: #f0f5ed; }
  @media screen and (max-width: 680px) {
    body {
      padding: 0px;
      font: normal 0.6em/1.6em "Roboto", Helvetica, Arial, sans-serif; } }

h1 {
  font: normal 2.8em/1.2em "Roboto Slab", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  padding: 50px 0px 60px 0px; }

h2 {
  font: normal 1.4em/1.2em "Roboto Slab", "Roboto", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  letter-spacing: 0;
  color: #23232C; }

h3 {
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 20px;
  text-transform: uppercase; }

h4 {
  font-size: 0.9em;
  line-height: 1.2em;
  margin-bottom: 10px;
  text-transform: uppercase; }

p {
  font: 1em/1.6em "Roboto", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  color: #23232C; }

a {
  color: #62AB1F; }
  a:hover {
    color: #23232C; }
  a:focus {
    outline: none; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

::selection {
  background-color: #F9E486; }

.edit-link {
  width: 100%;
  float: left; }

/* 16:9 VIDEOS */
.youtube {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  margin-bottom: 0px;
  float: left;
  height: 0; }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }

/* MAIN */
#page {
  width: 100%;
  float: left;
  margin: 0 auto;
  text-align: center;
  position: relative; }

.home #page,
.single.category-news #page,
.single.category-agenda #page,
.single.category-concours #page {
  height: 100%; }

#content {
  width: 100%;
  height: 100%;
  float: left; }

#primary {
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 1080px) {
    #primary {
      width: 100%; } }

#main {
  width: 100%;
  height: 100%;
  float: left;
  position: relative; }

/* HEADER */
@media screen and (max-width: 680px) {
  .home #masthead {
    background-color: transparent; } }
.home #masthead a.site-title {
  height: 150px; }
  @media screen and (max-width: 1080px) {
    .home #masthead a.site-title {
      height: 100px; } }

.page #masthead,
.archive #masthead,
.single-events #masthead {
  background-color: #62AB1F;
  border-bottom: 1px solid #56951b; }

#masthead:hover,
#masthead.sticky,
#masthead.sticky.hide {
  height: 100px;
  position: fixed;
  background-color: #62AB1F;
  border-bottom: 1px solid #56951b;
  opacity: 1 !important; }
  #masthead:hover a.site-title,
  #masthead.sticky a.site-title,
  #masthead.sticky.hide a.site-title {
    height: 100px; }

#masthead.hide {
  opacity: 0; }

#masthead {
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 10;
  top: 0px;
  left: 0px;
  background: transparent;
  padding: 0;
  -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: 680px) {
    #masthead {
      background-color: #62AB1F; } }
  #masthead:hover {
    background-color: #62AB1F; }
  #masthead a.site-title {
    height: 100px;
    width: auto;
    float: left;
    margin-left: 6px;
    position: relative;
    z-index: 2;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }
    @media screen and (max-width: 1080px) {
      #masthead a.site-title {
        height: 100px;
        margin-top: 0px; } }
    #masthead a.site-title img {
      float: left;
      height: 100%;
      auto: auto;
      vertical-align: top; }
  #masthead .nav-icons.visible {
    opacity: 1;
    top: 0; }
  #masthead .nav-icons {
    float: right;
    padding: 30px 0px;
    width: 160px;
    margin-right: 20px;
    position: relative;
    z-index: 20;
    -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: 680px) {
      #masthead .nav-icons {
        margin-right: 60px;
        opacity: 0;
        top: -80px; } }
    #masthead .nav-icons li {
      float: left; }
      #masthead .nav-icons li a {
        width: 36px;
        height: 36px;
        display: block;
        opacity: 0.75; }
        @media screen and (max-width: 680px) {
          #masthead .nav-icons li a {
            opacity: 1; } }
        #masthead .nav-icons li a:hover {
          opacity: 1; }
    #masthead .nav-icons .fb-icon a {
      background: transparent url("../images/icon-facebook-white.png") center left no-repeat;
      background-size: 36px; }
    #masthead .nav-icons .instagram-icon a {
      background: transparent url("../images/icon-instagram-white.png") center left no-repeat;
      background-size: 36px; }
    #masthead .nav-icons .twitter-icon a {
      background: transparent url("../images/icon-twitter-white.png") center left no-repeat;
      background-size: 36px; }
    #masthead .nav-icons .linkedin-icon a {
      background: transparent url("../images/icon-linkedin-white.png") center left no-repeat;
      background-size: 36px; }

/* MENU */
.menu-toggle {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 18px;
  right: 10px;
  z-index: 10;
  background: transparent url("../images/burger-white.png") center left no-repeat;
  background-size: 40px;
  display: none; }
  @media screen and (max-width: 680px) {
    .menu-toggle {
      display: block; } }
  .menu-toggle:hover {
    cursor: pointer; }

.menu-menu-principale-container {
  width: calc(100% - 190px);
  position: absolute;
  background: transparent;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 0; }
  @media screen and (max-width: 680px) {
    .menu-menu-principale-container {
      width: 100%;
      left: 0;
      padding: 30px 0px; } }
  @media screen and (max-width: 680px) {
    .menu-menu-principale-container #menu-menu-principale.visible {
      margin-top: 70px;
      display: block; } }
  .menu-menu-principale-container #menu-menu-principale {
    width: 100%;
    text-align: right; }
    @media screen and (max-width: 680px) {
      .menu-menu-principale-container #menu-menu-principale {
        text-align: center !important;
        display: none; } }
    .menu-menu-principale-container #menu-menu-principale > li.current-menu-item a {
      color: white; }
    .menu-menu-principale-container #menu-menu-principale > li.menu-item.current-menu-item a {
      border-top: 5px solid white !important; }
      @media screen and (max-width: 680px) {
        .menu-menu-principale-container #menu-menu-principale > li.menu-item.current-menu-item a {
          border-top: 1px solid #6ec123 !important; } }
    .menu-menu-principale-container #menu-menu-principale > li {
      vertical-align: top;
      margin-right: -3px;
      display: inline-block; }
      @media screen and (max-width: 680px) {
        .menu-menu-principale-container #menu-menu-principale > li {
          width: 100%;
          float: left; } }
      .menu-menu-principale-container #menu-menu-principale > li > a {
        height: auto;
        display: block;
        font-size: 0.9em;
        padding: 35px 8px 38px 8px;
        text-decoration: none;
        text-transform: uppercase;
        color: white;
        background-color: transparent;
        border-top: 5px solid transparent;
        text-transform: uppercase; }
        @media screen and (max-width: 680px) {
          .menu-menu-principale-container #menu-menu-principale > li > a {
            padding: 15px 20px;
            font-size: 1.2em;
            text-align: left;
            border-top: 1px solid #6ec123;
            border-bottom: 1px solid #56951b;
            background-color: #62AB1F; } }
        .menu-menu-principale-container #menu-menu-principale > li > a:hover {
          background: #68b621 !important;
          border-top: 5px solid white !important;
          color: white; }
          @media screen and (max-width: 680px) {
            .menu-menu-principale-container #menu-menu-principale > li > a:hover {
              border-top: 1px solid #6ec123 !important;
              background-color: #68b621 !important; } }

/* GRID */
#grid {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  float: left;
  text-align: left;
  background-color: #23232C; }
  #grid .post-link {
    text-decoration: none; }
    #grid .post-link:hover {
      text-decoration: underline; }
  #grid .events,
  #grid .post {
    float: left;
    width: 25%;
    height: auto;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    background-color: black; }
    @media screen and (max-width: 1280px) {
      #grid .events,
      #grid .post {
        width: 33.333%; } }
    @media screen and (max-width: 1080px) {
      #grid .events,
      #grid .post {
        width: 50%; } }
    @media screen and (max-width: 680px) {
      #grid .events,
      #grid .post {
        width: 100%;
        border-bottom: 1px solid #ddd; } }
    #grid .events .cover,
    #grid .post .cover {
      width: 100%;
      height: auto;
      float: left;
      opacity: 0.75;
      vertical-align: top;
      -moz-transition: opacity 0.25s ease;
      -o-transition: opacity 0.25s ease;
      -webkit-transition: opacity 0.25s ease;
      transition: opacity 0.25s ease; }
      @media screen and (max-width: 680px) {
        #grid .events .cover,
        #grid .post .cover {
          width: 50%;
          opacity: 1; } }
    #grid .events .entry-content,
    #grid .post .entry-content {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 20;
      width: 50%;
      height: 50%;
      padding: 5px 15px;
      background-color: white;
      color: #23232C;
      border: 0; }
      @media screen and (max-width: 680px) {
        #grid .events .entry-content,
        #grid .post .entry-content {
          height: 100%;
          top: 0;
          opacity: 1; } }
      #grid .events .entry-content h2,
      #grid .post .entry-content h2 {
        font-size: 1.3em; }
  #grid .events:hover .cover,
  #grid .post:hover .cover {
    opacity: 1; }
  #grid #infinite-handle {
    float: left;
    width: 25%;
    position: relative;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 1280px) {
      #grid #infinite-handle {
        width: 33.333%; } }
    @media screen and (max-width: 1080px) {
      #grid #infinite-handle {
        width: 50%; } }
    @media screen and (max-width: 680px) {
      #grid #infinite-handle {
        width: 100%; } }
    #grid #infinite-handle span {
      position: relative;
      float: left;
      width: 100%;
      height: auto;
      padding: 0 !important;
      overflow: hidden;
      background: none !important; }
      #grid #infinite-handle span:hover {
        background: #62AB1F !important; }
      #grid #infinite-handle span button {
        width: 100%;
        height: 100%;
        display: block;
        background: transparent url("../images/bt-more-news.png") center center no-repeat;
        background-size: 200px;
        text-indent: -999px; }

/* CONTENT */
.entry-title {
  text-align: center;
  width: 100%;
  float: left;
  color: #23232C;
  font-size: 2.4em;
  margin: 0; }
  @media screen and (max-width: 680px) {
    .entry-title {
      padding: 40px 0px; } }

.wrapper {
  width: 100%;
  float: left;
  padding-left: 25%;
  padding-right: 25%;
  padding-bottom: 40px;
  position: relative;
  text-align: left !important; }
  @media screen and (max-width: 1080px) {
    .wrapper {
      padding-left: 10%;
      padding-right: 10%; } }
  @media screen and (max-width: 680px) {
    .wrapper {
      padding-left: 20px;
      padding-right: 20px; } }

.entry-content {
  background-color: white;
  border: 1px solid #ddd;
  padding: 40px; }
  @media screen and (max-width: 680px) {
    .entry-content {
      padding: 20px; } }
  .entry-content .alignleft {
    float: left;
    margin: 6px 30px 20px 0px; }
  .entry-content .aligncenter {
    max-width: 100%;
    height: auto;
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center; }

/* COVERS */
.category-news .cover-wrapper:after,
.category-concours .cover-wrapper:after,
.category-agenda .cover-wrapper:after,
#swiper .swiper-slide:after {
  content: "";
  background-color: black;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  opacity: 0.25; }

.cover-wrapper {
  width: 100%;
  height: calc(100% - 130px);
  min-height: 480px;
  float: left;
  overflow: hidden;
  background-color: black;
  position: relative; }
  @media screen and (max-width: 680px) {
    .cover-wrapper {
      height: calc(100% - 190px);
      min-height: 260px;
      margin-top: 100px; } }
  .cover-wrapper .cover {
    width: 100%;
    height: auto;
    float: left;
    vertical-align: top;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.youtube-wrapper {
  width: 100%;
  position: relative;
  float: left;
  height: calc(100% - 130px);
  min-height: 480px;
  background-color: black;
  overflow: hidden;
  -moz-transition: height 0.5s;
  -o-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  transition: height 0.5s; }
  @media screen and (max-width: 680px) {
    .youtube-wrapper {
      height: calc(100% - 190px);
      margin-top: 100px;
      min-height: 260px; } }
  .youtube-wrapper iframe {
    width: 100%;
    height: 100%;
    opacity: 0.75;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    @media screen and (max-width: 680px) {
      .youtube-wrapper iframe {
        width: 200%;
        margin-left: -50%; } }

.youtube-wrapper.hide {
  height: 100%; }
  .youtube-wrapper.hide iframe {
    opacity: 1; }

.single .header.hide {
  display: none; }
.single .header {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0px;
  padding-left: 25%;
  padding-right: 40%;
  margin-bottom: 60px;
  text-align: left;
  color: white; }
  @media screen and (max-width: 1080px) {
    .single .header {
      padding-left: 10%;
      padding-right: 10%; } }
  @media screen and (max-width: 680px) {
    .single .header {
      width: 100%;
      margin-bottom: 20px;
      padding-left: 20px;
      padding-right: 20px; } }
  .single .header .cat-link a {
    color: white; }
  .single .header h1 {
    color: white;
    margin-bottom: 0;
    padding: 0px;
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5); }
@media screen and (max-width: 1280px) {
  .single #grid li:nth-child(4) {
    display: none; } }
@media screen and (max-width: 1080px) {
  .single #grid li:nth-child(4) {
    display: block; } }

.cat-link a {
  font-size: 0.8em;
  text-transform: uppercase;
  text-decoration: none; }
  .cat-link a:hover {
    text-decoration: underline; }

/* ADS */
#bottomAd {
  font-size: 0px !important; }

.ad-wrapper {
  float: left;
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 20px; }
  @media screen and (max-width: 680px) {
    .ad-wrapper {
      padding: 0; } }

.single .ad-wrapper,
.single-events .ad-wrapper,
.home .ad-wrapper {
  margin: 20px 0px; }

/* COMMENTS */
.fb_iframe_widget_fluid span {
  width: 50% !important;
  margin-bottom: 20px;
  margin-right: 25%;
  margin-left: 25%; }
  @media screen and (max-width: 1080px) {
    .fb_iframe_widget_fluid span {
      width: 80% !important;
      margin-left: 10%;
      margin-right: 10%; } }
  @media screen and (max-width: 680px) {
    .fb_iframe_widget_fluid span {
      width: 90% !important;
      margin-left: 5%;
      margin-right: 5%; } }
  .fb_iframe_widget_fluid span iframe {
    width: 100% !important; }

#comments-wrapper {
  float: left;
  width: 50%;
  margin: 40px 0px;
  margin-left: 25%; }
  @media screen and (max-width: 1080px) {
    #comments-wrapper {
      margin-left: 10%;
      width: 80%; } }
  @media screen and (max-width: 680px) {
    #comments-wrapper {
      margin-left: 5%;
      width: 90%; } }
  #comments-wrapper .accordionButton {
    padding: 20px;
    border: 1px solid #ccc;
    color: #ccc;
    overflow: hidden;
    font-size: 0.85em; }
    #comments-wrapper .accordionButton h3 {
      display: none; }
    #comments-wrapper .accordionButton:hover {
      border: 1px solid #62AB1F;
      color: white;
      background-color: #62AB1F;
      cursor: pointer; }
  #comments-wrapper .on {
    border: 1px solid #62AB1F;
    color: white;
    background-color: #62AB1F; }
  #comments-wrapper .accordionButton span:after {
    content: "Laisser un commentaire";
    display: inline-block;
    text-transform: uppercase;
    width: 100%; }
  #comments-wrapper .accordionButton.on span:after {
    content: "Cacher les commentaires";
    display: inline-block;
    text-transform: uppercase;
    width: 100%; }

#comments .comment-reply-title,
#comments .comments-title,
#comments .vcard img {
  display: none; }
#comments .comment {
  text-align: left;
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  padding: 20px;
  margin-top: 20px; }
#comments .depth-2,
#comments .depth-3 {
  border: none;
  border: 1px dashed #ddd; }
#comments .children {
  margin-top: 20px;
  float: left;
  width: 100%; }
#comments .comment-metadata,
#comments .vcard {
  float: left;
  width: 50%;
  margin-bottom: 10px;
  color: #ccc; }
  #comments .comment-metadata a,
  #comments .vcard a {
    color: #ccc; }
#comments .comment-content {
  float: left;
  width: 100%; }
  #comments .comment-content p {
    color: #23232C;
    font-size: 1.4em; }
#comments .comment-reply-link {
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 0.8em;
  background-color: #62AB1F;
  color: white;
  float: left; }
#comments .comment-awaiting-moderation {
  color: #62AB1F; }

#commentform {
  width: 100%;
  float: left;
  margin-top: 40px;
  border: none;
  text-align: left; }
  #commentform p {
    float: left;
    width: 100%;
    margin-bottom: 10px; }
  #commentform input,
  #commentform textarea {
    width: 100%;
    float: left;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 1.2em; }
  #commentform .comment-form-url {
    display: none; }
  #commentform input.submit {
    background-color: #62AB1F;
    color: white;
    padding: 20px 10px;
    border: none;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.2em; }
    #commentform input.submit:hover {
      cursor: pointer;
      background-color: #23232C; }

/* ARTICLE NAVIGATION */
#nav-below {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  z-index: 2;
  border-top: 1px solid #ddd;
  background-color: white; }
  @media screen and (max-width: 1080px) {
    #nav-below {
      width: 100%;
      border-bottom: 1px solid #ddd; } }
  #nav-below .nav-previous,
  #nav-below .nav-next {
    width: 50%;
    position: relative;
    float: left;
    text-align: right; }
    #nav-below .nav-previous a,
    #nav-below .nav-next a {
      font-family: "Roboto Slab", "Roboto", Helvetica, Arial, sans-serif;
      border-right: 1px solid #ddd;
      padding: 30px 20px;
      display: block;
      text-decoration: none;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      color: #23232C; }
      @media screen and (max-width: 680px) {
        #nav-below .nav-previous a,
        #nav-below .nav-next a {
          padding: 20px 10px; } }
    #nav-below .nav-previous a:hover,
    #nav-below .nav-next a:hover {
      color: white;
      background-color: #62AB1F; }
  #nav-below .nav-next {
    text-align: left;
    float: right; }

/* LIVE */
#live {
  width: 100%;
  text-align: center;
  float: left;
  z-index: 5;
  position: relative;
  padding-top: 120px;
  padding-bottom: 20px;
  padding-left: 25%;
  padding-right: 25%;
  background-color: #5da21d; }
  @media screen and (max-width: 1080px) {
    #live {
      left: 0;
      height: auto;
      width: 100%;
      padding-left: 10%;
      padding-right: 10%; } }
  @media screen and (max-width: 680px) {
    #live {
      padding: 10px 20px 20px 20px !important; } }
  #live .description {
    width: 66.6%;
    float: left;
    text-align: left;
    padding-right: 20px; }
    @media screen and (max-width: 680px) {
      #live .description {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center; } }
    #live .description h2 {
      color: white;
      margin: 4px 0px;
      white-space: nowrap; }
    #live .description p {
      margin-bottom: 0;
      color: white !important;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media screen and (max-width: 680px) {
        #live .description p {
          display: none; } }
    #live .description a {
      text-decoration: none; }
      #live .description a:hover h2 {
        text-decoration: underline; }
  #live .listen {
    width: 50px;
    float: right;
    width: calc(33.3% - 50px);
    margin-right: 49px; }
    @media screen and (max-width: 680px) {
      #live .listen {
        width: calc(100% - 50px);
        margin-top: 15px; } }
    #live .listen a {
      display: block;
      color: white;
      padding: 14px;
      height: 50px;
      text-decoration: none;
      text-transform: uppercase;
      background: transparent url("../images/listen.png") no-repeat right center;
      background-size: 50px;
      text-align: left;
      border: 1px solid white; }
      @media screen and (max-width: 680px) {
        #live .listen a {
          padding: 16px; } }
      #live .listen a:hover {
        cursor: pointer;
        background: white url("../images/listen-green.png") no-repeat right center;
        background-size: 50px;
        color: #62AB1F;
        border: 1px solid white; }
  #live .frequences {
    width: 25%;
    position: absolute;
    right: 25%;
    bottom: 100px;
    z-index: 0; }
    @media screen and (max-width: 1080px) {
      #live .frequences {
        right: 10%;
        width: 80%; } }
    @media screen and (max-width: 680px) {
      #live .frequences {
        right: 0;
        width: 100%;
        bottom: 120px; } }
    #live .frequences .accordionButton {
      width: 50px;
      height: 50px;
      padding: 15px 0px;
      position: absolute;
      z-index: 0;
      right: 0px;
      bottom: -75px;
      color: white;
      overflow: hidden;
      background: transparent url("../images/icon-antenna.png") center center no-repeat;
      background-size: 50px;
      text-indent: -999px;
      border: 1px solid white; }
      @media screen and (max-width: 680px) {
        #live .frequences .accordionButton {
          right: 20px;
          bottom: -99px; } }
      #live .frequences .accordionButton:hover {
        background: white url("../images/icon-antenna-green.png") center center no-repeat;
        background-size: 50px;
        color: #62AB1F;
        cursor: pointer;
        border: 1px solid white; }
    #live .frequences .accordionButton.on {
      background: white url("../images/icon-antenna-green.png") center center no-repeat;
      background-size: 50px;
      border: 1px solid white;
      color: #62AB1F; }
    #live .frequences .accordionContent {
      display: none;
      float: left;
      width: 100%;
      z-index: 0;
      position: relative;
      background-color: #23232C;
      border: 1px solid #3a3a48;
      -moz-border-radius-topleft: 6px;
      -webkit-border-top-left-radius: 6px;
      border-top-left-radius: 6px;
      -moz-border-radius-topright: 6px;
      -webkit-border-top-right-radius: 6px;
      border-top-right-radius: 6px; }
      #live .frequences .accordionContent a {
        width: 100%;
        float: left;
        padding: 10px 20px;
        border-bottom: 1px solid #3a3a48;
        text-align: right;
        text-decoration: none;
        color: white; }
        #live .frequences .accordionContent a:hover {
          background: #3a3a48; }
      #live .frequences .accordionContent .regions {
        float: left; }

.category-concours #agenda li a .entry-content {
  margin-left: 0px;
  width: 50%; }

.single.category-news #live.top,
.single.category-agenda #live.top,
.single.category-concours #live.top {
  display: none; }
.single.category-news #live,
.single.category-agenda #live,
.single.category-concours #live {
  padding-top: 20px; }
  .single.category-news #live .frequences,
  .single.category-agenda #live .frequences,
  .single.category-concours #live .frequences {
    top: 20px !important; }
    @media screen and (max-width: 680px) {
      .single.category-news #live .frequences,
      .single.category-agenda #live .frequences,
      .single.category-concours #live .frequences {
        top: 49px !important; } }

.home #live,
.blog #live {
  height: 100px;
  padding-top: 25px; }
  @media screen and (max-width: 680px) {
    .home #live,
    .blog #live {
      height: 120px; } }
  .home #live .live,
  .blog #live .live {
    margin-top: 0px; }

@media screen and (max-width: 680px) {
  .archive #page,
  .page #page {
    top: 100px; } }

.archive .entry-content,
.page .entry-content,
.single .entry-content,
.error404 .entry-content {
  width: 100%;
  float: left;
  overflow: hidden; }
  .archive .entry-content > h1,
  .page .entry-content > h1,
  .single .entry-content > h1,
  .error404 .entry-content > h1 {
    padding: 0px 0px 40px 0px; }
  .archive .entry-content > h2,
  .page .entry-content > h2,
  .single .entry-content > h2,
  .error404 .entry-content > h2 {
    margin: 40px 0px 30px 0px; }
  .archive .entry-content > p,
  .page .entry-content > p,
  .single .entry-content > p,
  .error404 .entry-content > p {
    font-size: 1.2em; }
  .archive .entry-content > ul,
  .page .entry-content > ul,
  .single .entry-content > ul,
  .error404 .entry-content > ul {
    margin-bottom: 20px; }
    .archive .entry-content > ul li,
    .page .entry-content > ul li,
    .single .entry-content > ul li,
    .error404 .entry-content > ul li {
      list-style: disc;
      margin-left: 15px; }
  .archive .entry-content > ol,
  .page .entry-content > ol,
  .single .entry-content > ol,
  .error404 .entry-content > ol {
    margin-bottom: 20px; }
    .archive .entry-content > ol li,
    .page .entry-content > ol li,
    .single .entry-content > ol li,
    .error404 .entry-content > ol li {
      list-style-type: lower-alpha;
      margin-left: 20px; }
  .archive .entry-content iframe,
  .page .entry-content iframe,
  .single .entry-content iframe,
  .error404 .entry-content iframe {
    width: 100%;
    margin-bottom: 20px; }
.archive #live .frequences,
.page #live .frequences,
.single #live .frequences,
.error404 #live .frequences {
  top: 120px;
  bottom: auto; }
  @media screen and (max-width: 680px) {
    .archive #live .frequences,
    .page #live .frequences,
    .single #live .frequences,
    .error404 #live .frequences {
      top: 49px; } }
.archive #live .accordionButton,
.page #live .accordionButton,
.single #live .accordionButton,
.error404 #live .accordionButton {
  bottom: 0;
  top: 0; }
.archive #live .accordionContent,
.page #live .accordionContent,
.single #live .accordionContent,
.error404 #live .accordionContent {
  top: 70px;
  overflow: hidden;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.archive .cat-list {
  width: 25%;
  width: calc(25% - 40px);
  position: absolute;
  top: 50px;
  right: 40px;
  z-index: 3;
  border: 1px solid #ddd;
  background-color: white; }
  @media screen and (max-width: 1280px) {
    .archive .cat-list {
      width: calc(33.333% - 40px); } }
  @media screen and (max-width: 680px) {
    .archive .cat-list {
      width: 90%;
      position: relative;
      top: 0;
      left: 5%;
      margin-bottom: 20px;
      float: left; } }
  .archive .cat-list .accordionButton {
    padding: 15px 20px;
    text-transform: uppercase;
    color: #888;
    font-size: 0.9em;
    text-align: left;
    background: transparent url("../images/button-open.png") no-repeat right center;
    background-size: 50px; }
    .archive .cat-list .accordionButton:hover {
      cursor: pointer;
      color: #23232C; }
  .archive .cat-list .on {
    background: transparent url("../images/button-close.png") no-repeat right center;
    background-size: 50px; }
  .archive .cat-list .accordionContent {
    display: none; }
    .archive .cat-list .accordionContent li.cat-item {
      float: left;
      width: 100%; }
      .archive .cat-list .accordionContent li.cat-item a {
        display: block;
        width: 100%;
        border-top: 1px solid #ddd;
        padding: 15px 20px;
        color: #888;
        text-decoration: none;
        text-transform: uppercase;
        text-align: left !important;
        font-size: 0.9em; }
        .archive .cat-list .accordionContent li.cat-item a:hover {
          background-color: #62AB1F;
          color: white; }

/* FREQUENCES */
.page-template-frequences #main {
  width: 100%;
  float: left; }
  .page-template-frequences #main h1 {
    text-align: center; }
  .page-template-frequences #main .ui-tabs-nav li {
    width: 25%;
    text-align: left !important; }
    .page-template-frequences #main .ui-tabs-nav li a {
      padding: 20px !important;
      line-height: 1em !important; }
  .page-template-frequences #main .ui-tabs-nav li.ui-state-active a {
    color: #62AB1F;
    border-top: 5px solid #62AB1F;
    border-bottom: 1px solid white;
    padding: 16px 20px 20px 20px !important; }

.table-responsive {
  border: none !important; }
  .table-responsive thead {
    border-bottom: 1px solid #ddd; }
  .table-responsive td {
    border: none !important; }
  .table-responsive tr:hover td {
    background-color: white !important; }
  .table-responsive tr:nth-child(even) {
    background-color: #f0f5ed; }
    .table-responsive tr:nth-child(even) td {
      background-color: #f0f5ed !important; }
  .table-responsive th {
    width: 50%; }
  .table-responsive a {
    color: #23232C; }

/* CATEGORIES */
#categories {
  width: 100%;
  float: left;
  z-index: 2;
  position: relative;
  text-align: center; }
  #categories li {
    width: 25%;
    float: left; }
    #categories li a {
      display: block;
      padding: 17px;
      text-decoration: none;
      text-transform: uppercase;
      background-color: white;
      color: #62AB1F;
      border-right: 1px solid #ddd;
      white-space: nowrap;
      font-size: 0.8em; }
  #categories li:hover a {
    background-color: #62AB1F;
    color: white; }
  #categories li:last-child a {
    border: none; }
  #categories li.cat-item-5 a {
    border-top: 5px solid #2D619C;
    color: #2D619C;
    text-align: left; }
    #categories li.cat-item-5 a:hover {
      color: white;
      background-color: #2D619C; }
  #categories li.cat-item-5.current-cat a {
    background-color: #2D619C;
    color: white; }
  #categories li.cat-item-6 a {
    border-top: 5px solid #FBDE7F;
    color: #FBDE7F;
    text-align: left; }
    #categories li.cat-item-6 a:hover {
      color: white;
      background-color: #FBDE7F; }
  #categories li.cat-item-6.current-cat a {
    background-color: #FBDE7F;
    color: white; }
  #categories li.cat-item-7 a {
    border-top: 5px solid #DBA2BD;
    color: #DBA2BD;
    text-align: left; }
    #categories li.cat-item-7 a:hover {
      color: white;
      background-color: #DBA2BD; }
  #categories li.cat-item-7.current-cat a {
    background-color: #DBA2BD;
    color: white; }
  #categories li.cat-item-8 a {
    border-top: 5px solid #9FDECC;
    color: #9FDECC;
    text-align: left; }
    #categories li.cat-item-8 a:hover {
      color: white;
      background-color: #9FDECC; }
  #categories li.cat-item-8.current-cat a {
    background-color: #9FDECC;
    color: white; }
  #categories li.cat-item-9 a {
    border-top: 5px solid #A4C8ED;
    color: #A4C8ED;
    text-align: left; }
    #categories li.cat-item-9 a:hover {
      color: white;
      background-color: #A4C8ED; }
  #categories li.cat-item-9.current-cat a {
    background-color: #A4C8ED;
    color: white; }

.category-musique .cat-link a,
.category-musique .cat-link a:hover {
  color: #2D619C; }

.category-evenement .cat-link a,
.category-evenement .cat-link a:hover {
  color: #FBDE7F; }

.category-actualite .cat-link a,
.category-actualite .cat-link a:hover {
  color: #DBA2BD; }

.category-mint .cat-link a,
.category-mint .cat-link a:hover {
  color: #9FDECC; }

/* SWIPER */
#swiper,
#actions {
  width: 100%;
  height: calc(100% - 100px);
  min-height: 480px;
  float: left;
  position: relative;
  z-index: 0; }
  @media screen and (max-width: 680px) {
    #swiper,
    #actions {
      height: calc(100% - 120px);
      min-height: 370px; } }
  #swiper .swiper-container,
  #swiper .actions-swiper-container,
  #actions .swiper-container,
  #actions .actions-swiper-container {
    width: 100%;
    height: 100% !important;
    background-color: black;
    position: relative; }
    #swiper .swiper-container .swiper-wrapper,
    #swiper .actions-swiper-container .swiper-wrapper,
    #actions .swiper-container .swiper-wrapper,
    #actions .actions-swiper-container .swiper-wrapper {
      width: 100%;
      height: 100% !important;
      position: relative; }
      #swiper .swiper-container .swiper-wrapper .swiper-slide,
      #swiper .actions-swiper-container .swiper-wrapper .swiper-slide,
      #actions .swiper-container .swiper-wrapper .swiper-slide,
      #actions .actions-swiper-container .swiper-wrapper .swiper-slide {
        width: 100%;
        height: 100% !important;
        position: relative;
        float: left;
        color: white;
        text-align: left; }
        #swiper .swiper-container .swiper-wrapper .swiper-slide .wp-post-image,
        #swiper .actions-swiper-container .swiper-wrapper .swiper-slide .wp-post-image,
        #actions .swiper-container .swiper-wrapper .swiper-slide .wp-post-image,
        #actions .actions-swiper-container .swiper-wrapper .swiper-slide .wp-post-image {
          width: 100%;
          height: auto;
          float: left;
          vertical-align: top; }
        #swiper .swiper-container .swiper-wrapper .swiper-slide .slide-infos.hide,
        #swiper .actions-swiper-container .swiper-wrapper .swiper-slide .slide-infos.hide,
        #actions .swiper-container .swiper-wrapper .swiper-slide .slide-infos.hide,
        #actions .actions-swiper-container .swiper-wrapper .swiper-slide .slide-infos.hide {
          display: none; }
        #swiper .swiper-container .swiper-wrapper .swiper-slide .slide-infos,
        #swiper .actions-swiper-container .swiper-wrapper .swiper-slide .slide-infos,
        #actions .swiper-container .swiper-wrapper .swiper-slide .slide-infos,
        #actions .actions-swiper-container .swiper-wrapper .swiper-slide .slide-infos {
          width: 100%;
          position: absolute;
          bottom: 0px;
          padding: 40px;
          padding-left: 25%;
          padding-right: 40%;
          z-index: 1;
          display: block;
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transform: translate3d(0, 0, 0);
          -o-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
          @media screen and (max-width: 1080px) {
            #swiper .swiper-container .swiper-wrapper .swiper-slide .slide-infos,
            #swiper .actions-swiper-container .swiper-wrapper .swiper-slide .slide-infos,
            #actions .swiper-container .swiper-wrapper .swiper-slide .slide-infos,
            #actions .actions-swiper-container .swiper-wrapper .swiper-slide .slide-infos {
              padding: 40px;
              padding-right: 40%;
              padding-left: 10%; } }
          @media screen and (max-width: 680px) {
            #swiper .swiper-container .swiper-wrapper .swiper-slide .slide-infos,
            #swiper .actions-swiper-container .swiper-wrapper .swiper-slide .slide-infos,
            #actions .swiper-container .swiper-wrapper .swiper-slide .slide-infos,
            #actions .actions-swiper-container .swiper-wrapper .swiper-slide .slide-infos {
              padding: 20px;
              padding-right: 20px;
              padding-left: 20px; } }
          #swiper .swiper-container .swiper-wrapper .swiper-slide .slide-infos h1,
          #swiper .actions-swiper-container .swiper-wrapper .swiper-slide .slide-infos h1,
          #actions .swiper-container .swiper-wrapper .swiper-slide .slide-infos h1,
          #actions .actions-swiper-container .swiper-wrapper .swiper-slide .slide-infos h1 {
            color: white;
            padding: 0px;
            margin-bottom: 10px;
            line-height: 1.1em;
            text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5); }
            @media screen and (max-width: 680px) {
              #swiper .swiper-container .swiper-wrapper .swiper-slide .slide-infos h1,
              #swiper .actions-swiper-container .swiper-wrapper .swiper-slide .slide-infos h1,
              #actions .swiper-container .swiper-wrapper .swiper-slide .slide-infos h1,
              #actions .actions-swiper-container .swiper-wrapper .swiper-slide .slide-infos h1 {
                margin-bottom: 10px; } }
          #swiper .swiper-container .swiper-wrapper .swiper-slide .slide-infos a,
          #swiper .actions-swiper-container .swiper-wrapper .swiper-slide .slide-infos a,
          #actions .swiper-container .swiper-wrapper .swiper-slide .slide-infos a,
          #actions .actions-swiper-container .swiper-wrapper .swiper-slide .slide-infos a {
            text-decoration: none;
            color: white !important; }
            #swiper .swiper-container .swiper-wrapper .swiper-slide .slide-infos a:hover,
            #swiper .actions-swiper-container .swiper-wrapper .swiper-slide .slide-infos a:hover,
            #actions .swiper-container .swiper-wrapper .swiper-slide .slide-infos a:hover,
            #actions .actions-swiper-container .swiper-wrapper .swiper-slide .slide-infos a:hover {
              text-decoration: underline; }
          #swiper .swiper-container .swiper-wrapper .swiper-slide .slide-infos p,
          #swiper .actions-swiper-container .swiper-wrapper .swiper-slide .slide-infos p,
          #actions .swiper-container .swiper-wrapper .swiper-slide .slide-infos p,
          #actions .actions-swiper-container .swiper-wrapper .swiper-slide .slide-infos p {
            width: 100%;
            float: left;
            color: white;
            text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5); }
            @media screen and (max-width: 680px) {
              #swiper .swiper-container .swiper-wrapper .swiper-slide .slide-infos p,
              #swiper .actions-swiper-container .swiper-wrapper .swiper-slide .slide-infos p,
              #actions .swiper-container .swiper-wrapper .swiper-slide .slide-infos p,
              #actions .actions-swiper-container .swiper-wrapper .swiper-slide .slide-infos p {
                font-size: 12px;
                line-height: 16px; } }
          #swiper .swiper-container .swiper-wrapper .swiper-slide .slide-infos .more-bt,
          #swiper .actions-swiper-container .swiper-wrapper .swiper-slide .slide-infos .more-bt,
          #actions .swiper-container .swiper-wrapper .swiper-slide .slide-infos .more-bt,
          #actions .actions-swiper-container .swiper-wrapper .swiper-slide .slide-infos .more-bt {
            width: 40%;
            padding: 15px 20px;
            border: none; }
            @media screen and (max-width: 680px) {
              #swiper .swiper-container .swiper-wrapper .swiper-slide .slide-infos .more-bt,
              #swiper .actions-swiper-container .swiper-wrapper .swiper-slide .slide-infos .more-bt,
              #actions .swiper-container .swiper-wrapper .swiper-slide .slide-infos .more-bt,
              #actions .actions-swiper-container .swiper-wrapper .swiper-slide .slide-infos .more-bt {
                width: 33.3%; } }
            #swiper .swiper-container .swiper-wrapper .swiper-slide .slide-infos .more-bt:hover,
            #swiper .actions-swiper-container .swiper-wrapper .swiper-slide .slide-infos .more-bt:hover,
            #actions .swiper-container .swiper-wrapper .swiper-slide .slide-infos .more-bt:hover,
            #actions .actions-swiper-container .swiper-wrapper .swiper-slide .slide-infos .more-bt:hover {
              border: none;
              text-decoration: none;
              color: #62AB1F !important; }

#pagination.hide {
  display: none; }

#pagination,
#actions-pagination {
  width: 100%;
  padding: 0px 20px 20px 0px;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 10;
  text-align: right;
  display: block; }
  @media screen and (max-width: 680px) {
    #pagination,
    #actions-pagination {
      padding: 0px 15px 15px 0px; } }
  #pagination .swiper-pagination-switch,
  #actions-pagination .swiper-pagination-switch {
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    margin-left: 10px;
    border-radius: 50%;
    cursor: pointer;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    transition: background 0.2s; }
    @media screen and (max-width: 680px) {
      #pagination .swiper-pagination-switch,
      #actions-pagination .swiper-pagination-switch {
        width: 10px;
        height: 10px;
        margin-left: 5px; } }
    #pagination .swiper-pagination-switch:first-child,
    #actions-pagination .swiper-pagination-switch:first-child {
      margin-left: 0; }
  #pagination .swiper-active-switch,
  #actions-pagination .swiper-active-switch {
    background: white; }

#navigation span {
  width: 10%;
  height: 100%;
  top: 0;
  color: white;
  display: block;
  position: absolute;
  padding: 15px;
  z-index: 2;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  @media screen and (max-width: 680px) {
    #navigation span {
      display: none !important; } }
  #navigation span:hover {
    cursor: pointer; }
#navigation span.prev {
  display: none;
  left: 0px;
  background: transparent url("../images/bt-prev.png") no-repeat center center;
  background-size: 50px; }
  #navigation span.prev:hover {
    background: rgba(0, 0, 0, 0.25) url("../images/bt-prev.png") no-repeat center center;
    background-size: 50px; }
#navigation span.next {
  right: 0px;
  background: transparent url("../images/bt-next.png") no-repeat center center;
  background-size: 50px; }
  #navigation span.next:hover {
    background: rgba(0, 0, 0, 0.25) url("../images/bt-next.png") no-repeat center center;
    background-size: 50px; }

/*SHARE */
.share {
  width: 50%;
  margin-left: 25%;
  margin-bottom: 20px;
  padding: 0;
  float: left;
  text-align: left;
  background-color: white; }
  @media screen and (max-width: 1080px) {
    .share {
      width: 80%;
      margin-left: 10%; } }
  @media screen and (max-width: 680px) {
    .share {
      width: 100%;
      margin: 0;
      margin-bottom: 40px;
      padding: 0; } }
  .share h3 {
    float: left;
    margin-top: 22px;
    margin-bottom: 0px;
    color: #888 !important; }
  .share .addthis_toolbox {
    width: 100%;
    min-width: 250px;
    float: right;
    padding: 0px; }
    @media screen and (max-width: 680px) {
      .share .addthis_toolbox {
        padding: 0; } }
    .share .addthis_toolbox a {
      float: left;
      width: 50% !important;
      font-size: 0.85em;
      line-height: 1em;
      color: #ddd;
      text-decoration: none;
      padding: 20px 60px 20px 20px;
      white-space: nowrap;
      overflow: hidden;
      text-transform: uppercase;
      margin-bottom: 0px !important;
      text-align: left; }
      .share .addthis_toolbox a:hover {
        background-color: #62AB1F !important; }
    .share .addthis_toolbox .at-icon-wrapper {
      display: none !important; }
    .share .addthis_toolbox a.addthis_button_facebook {
      background: #3866A3 url("../images/icon-facebook-white.png") 98% center no-repeat;
      background-size: 40px;
      color: white; }
    .share .addthis_toolbox a.addthis_button_twitter {
      background: #39A1CE url("../images/icon-twitter-white.png") 98% center no-repeat;
      background-size: 40px;
      color: white; }
    .share .addthis_toolbox a:hover {
      cursor: pointer; }
    .share .addthis_toolbox a.addthis_button_facebook:hover {
      background: #23232C url("../images/icon-facebook-white.png") 98% center no-repeat !important;
      background-size: 40px !important;
      color: white; }
    .share .addthis_toolbox a.addthis_button_twitter:hover {
      background: #23232C url("../images/icon-twitter-white.png") 98% center no-repeat !important;
      background-size: 40px !important;
      color: white; }
    .share .addthis_toolbox img {
      width: 24px;
      height: auto;
      vertical-align: top;
      margin-top: -8px;
      margin-left: 3px; }

/* FOOTER */
.site-footer {
  position: relative;
  width: 100%;
  float: left;
  background-color: white;
  border-top: 1px solid #ddd; }
  .site-footer .menu-menu-footer-container {
    width: 100%;
    float: left;
    padding-left: 25%;
    padding-right: 25%;
    padding-bottom: 100px;
    text-align: left; }
    @media screen and (max-width: 1080px) {
      .site-footer .menu-menu-footer-container {
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 0px; } }
    @media screen and (max-width: 680px) {
      .site-footer .menu-menu-footer-container {
        padding-left: 20px;
        padding-right: 20px; } }
    .site-footer .menu-menu-footer-container .menu-item-has-children {
      width: 33.3%;
      float: left;
      padding: 40px 20px 40px 0px; }
      @media screen and (max-width: 1080px) {
        .site-footer .menu-menu-footer-container .menu-item-has-children {
          width: 50%; } }
      @media screen and (max-width: 680px) {
        .site-footer .menu-menu-footer-container .menu-item-has-children {
          text-align: left; } }
      .site-footer .menu-menu-footer-container .menu-item-has-children > a {
        font-family: "Roboto Slab", "Roboto", Helvetica, Arial, sans-serif;
        color: #23232C;
        font-size: 1.4em;
        line-height: 1.2em;
        letter-spacing: 0;
        margin-bottom: 10px;
        text-decoration: none; }
      .site-footer .menu-menu-footer-container .menu-item-has-children .sub-menu {
        width: 100%;
        float: left;
        margin-top: 20px; }
        .site-footer .menu-menu-footer-container .menu-item-has-children .sub-menu a {
          display: block;
          line-height: 1.2em;
          padding: 3px 0px;
          text-decoration: none;
          color: #888; }
          .site-footer .menu-menu-footer-container .menu-item-has-children .sub-menu a:hover {
            text-decoration: underline;
            color: #23232C; }
  .site-footer .footnote {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    padding: 40px 40px 30px 40px;
    background-color: white;
    color: #ccc;
    font: normal 0.8em/1.6em "Roboto", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border-top: 1px solid #ddd; }
    @media screen and (max-width: 680px) {
      .site-footer .footnote {
        padding: 20px; } }
  .site-footer .cim {
    float: right;
    width: 90px;
    margin-top: -10px; }
    @media screen and (max-width: 680px) {
      .site-footer .cim {
        width: 100%;
        margin-top: 20px; } }

/*NEWSLETTER */
#mc_embed_signup {
  width: 16.666%;
  position: absolute;
  z-index: 0;
  top: 40px;
  right: 25%;
  text-align: left; }
  @media screen and (max-width: 1080px) {
    #mc_embed_signup {
      width: 80%;
      position: relative;
      float: left;
      right: 0;
      left: 10%;
      top: 0;
      margin: 0px 0px 80px 0px; } }
  @media screen and (max-width: 680px) {
    #mc_embed_signup {
      width: 100%;
      margin: 0px 0px 20px 0px;
      left: 0;
      padding: 0px 20px; } }
  #mc_embed_signup h2 {
    padding: 0px 20px 0px 0px; }
    @media screen and (max-width: 680px) {
      #mc_embed_signup h2 {
        text-align: left; } }

#newsletter {
  color: #ccc; }

#mc_embed_signup input {
  width: 100%;
  border: none;
  padding: 15px 20px 15px 0px;
  float: left;
  margin: 0px;
  box-sizing: border-box;
  font-size: 0.9em;
  background-color: transparent;
  border-bottom: 1px solid #ccc;
  -webkit-appearance: none;
  border-radius: 0px;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  #mc_embed_signup input:hover {
    background: white;
    padding-left: 15px; }

#mc_embed_signup input.email {
  border-bottom: none; }

input#mc-embedded-subscribe {
  width: 100%;
  float: left;
  background-color: #62AB1F;
  padding: 15px;
  letter-spacing: 0.1em;
  position: relative;
  color: white;
  border: none;
  text-transform: uppercase;
  font-family: "Roboto", Helvetica, Arial, sans-serif; }

input#mc-embedded-subscribe:hover {
  cursor: pointer;
  padding: 15px;
  background-color: #23232C;
  color: white; }

.mc-field-group input[type="text"]:-moz-placeholder,
.mc-field-group input[type="email"]:-moz-placeholder {
  color: #888; }
.mc-field-group input[type="text"]::-moz-placeholder,
.mc-field-group input[type="email"]::-moz-placeholder {
  color: #888; }
.mc-field-group input[type="text"]:-ms-input-placeholder,
.mc-field-group input[type="email"]:-ms-input-placeholder {
  color: #888; }
.mc-field-group input[type="text"]::-webkit-input-placeholder,
.mc-field-group input[type="email"]::-webkit-input-placeholder {
  color: #888; }

/*PROGRAMME */
.timetable_sidebar_box {
  margin: 0 !important; }

.tt_upcoming_events li,
.tt_upcoming_events_event_container {
  border: none !important; }

.page-id-5 .page,
.page-id-2668 .page {
  padding-left: 10%;
  padding-right: 10%; }
.page-id-5 .entry-content,
.page-id-2668 .entry-content {
  border: 0;
  background-color: white;
  border: 1px solid #ddd;
  padding: 40px 40px 0px 0px; }
  @media screen and (max-width: 680px) {
    .page-id-5 .entry-content,
    .page-id-2668 .entry-content {
      padding: 20px; } }
.page-id-5 #tabs .ui-tabs-panel,
.page-id-2668 #tabs .ui-tabs-panel {
  padding-left: 0px; }
.page-id-5 table.tt_timetable,
.page-id-2668 table.tt_timetable {
  margin-top: 0px;
  border-spacing: 0px !important; }
  .page-id-5 table.tt_timetable th,
  .page-id-2668 table.tt_timetable th {
    text-align: left !important;
    padding: 10px 0px !important;
    text-transform: uppercase !important;
    border-left: 20px solid white !important; }
  .page-id-5 table.tt_timetable td,
  .page-id-2668 table.tt_timetable td {
    width: 25%;
    background-color: transparent !important; }
  .page-id-5 table.tt_timetable td.tt_hours_column,
  .page-id-2668 table.tt_timetable td.tt_hours_column {
    width: 70px !important;
    color: #ddd !important;
    text-align: left !important;
    border-top: 1px solid #ddd !important;
    padding-left: 20px !important; }
  .page-id-5 table.tt_timetable span.event_header,
  .page-id-2668 table.tt_timetable span.event_header {
    font-family: "Roboto Slab", "Roboto", Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    line-height: 1.2em;
    color: #888 !important; }
  .page-id-5 table.tt_timetable a.event_header,
  .page-id-2668 table.tt_timetable a.event_header {
    font-family: "Roboto Slab", "Roboto", Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    line-height: 1.2em;
    color: black; }
  .page-id-5 table.tt_timetable .event_container,
  .page-id-2668 table.tt_timetable .event_container {
    padding: 20px !important;
    padding-left: 0px !important;
    border-top: 1px solid #23232C !important; }
  .page-id-5 table.tt_timetable .event,
  .page-id-2668 table.tt_timetable .event {
    border-left: 20px solid white !important; }
    .page-id-5 table.tt_timetable .event .after_hour_text,
    .page-id-2668 table.tt_timetable .event .after_hour_text {
      color: #888; }

.events_filter,
#live .box_header {
  display: none; }

.page_margin_top {
  padding: 30px 0px; }

.page_margin_top {
  margin: 0 !important; }

.single.single-events .cover-wrapper {
  width: 100%;
  height: auto;
  min-height: 100px;
  padding: 0;
  margin: 0;
  text-align: center;
  position: relative;
  background-color: transparent; }
  .single.single-events .cover-wrapper .cover {
    width: 50%;
    height: auto;
    float: none;
    display: inline-block;
    margin: 0 auto;
    z-index: 1; }
    @media screen and (max-width: 1080px) {
      .single.single-events .cover-wrapper .cover {
        width: 80%; } }
    @media screen and (max-width: 680px) {
      .single.single-events .cover-wrapper .cover {
        width: 100%;
        float: left; } }
.single.single-events .entry-content {
  padding: 40px 60px;
  background-color: white;
  border: 1px solid #ddd; }
  @media screen and (max-width: 680px) {
    .single.single-events .entry-content {
      border: 0;
      width: 100%;
      padding: 40px 20px; } }
  .single.single-events .entry-content img {
    width: 100%;
    height: auto; }
.single.single-events h1 {
  padding: 0;
  text-align: center;
  margin-bottom: 5px; }
@media screen and (max-width: 680px) {
  .single.single-events #live {
    padding-top: 120px !important; } }
@media screen and (max-width: 680px) {
  .single.single-events #live .frequences {
    top: 159px; } }
.single.single-events .event-excerpt p {
  margin-bottom: 40px;
  text-align: center; }
.single.single-events .grid {
  height: auto !important; }

/*TABS */
.category-agenda #tabs > .ui-tabs-panel,
.category-concours #tabs > .ui-tabs-panel {
  padding: 0px; }
.category-agenda #tabs .ui-tabs-nav li,
.category-concours #tabs .ui-tabs-nav li {
  width: 50%;
  text-align: left !important; }
  .category-agenda #tabs .ui-tabs-nav li a,
  .category-concours #tabs .ui-tabs-nav li a {
    padding: 20px !important;
    line-height: 1em !important; }
.category-agenda #tabs .ui-tabs-nav li.ui-state-active a,
.category-concours #tabs .ui-tabs-nav li.ui-state-active a {
  color: #62AB1F;
  border-top: 5px solid #62AB1F;
  border-bottom: 1px solid white;
  padding: 16px 20px 20px 20px !important; }

#tabs {
  display: inline-block;
  width: 100%;
  height: calc(100% - 160px);
  position: relative;
  text-align: center; }
  #tabs > .ui-tabs-panel {
    width: 100%;
    height: auto;
    float: left;
    padding: 40px 20px 20px 20px;
    border: 1px solid #ddd;
    position: relative;
    z-index: 0;
    background-color: white;
    text-align: left; }
  #tabs .ui-tabs-nav {
    width: 100%;
    float: left;
    margin-bottom: -1px;
    position: relative;
    z-index: 1; }
    #tabs .ui-tabs-nav li:last-child a {
      border-right: 1px solid #ddd; }
    #tabs .ui-tabs-nav li {
      width: 50%;
      float: left;
      text-align: center;
      vertical-align: top;
      list-style: none;
      margin: 0; }
      #tabs .ui-tabs-nav li a {
        display: block;
        padding: 15px 10px 15px 10px;
        text-decoration: none;
        text-transform: uppercase;
        border: 1px solid #ddd;
        border-right: none;
        outline: none;
        color: #23232C;
        font-size: 0.95em;
        line-height: 1em !important;
        letter-spacing: 0.05em;
        background-color: white; }
        #tabs .ui-tabs-nav li a:hover {
          color: #62AB1F; }
        #tabs .ui-tabs-nav li a:focus {
          outline: none; }
        #tabs .ui-tabs-nav li a h4 {
          margin: 0;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
    #tabs .ui-tabs-nav li.ui-state-default:focus {
      outline: none; }
    #tabs .ui-tabs-nav li.ui-state-active a {
      outline: none;
      color: #62AB1F;
      border-bottom: 1px solid white;
      background-color: white; }
    #tabs .ui-tabs-nav li.ui-state-active:focus {
      outline: none; }

/* NOUS SUIVRE */
#nous-suivre {
  float: left;
  width: 100%;
  background: #23232C url("https://mint.be/wp-content/uploads/2016/01/follow.jpg") top center no-repeat;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: 40px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 1080px) {
    #nous-suivre {
      margin-top: 0px; } }
  #nous-suivre .entry-title {
    color: white; }
  #nous-suivre #tabs {
    background-color: transparent; }
    #nous-suivre #tabs li:first-child a {
      -moz-border-radius-topleft: 6px;
      -webkit-border-top-left-radius: 6px;
      border-top-left-radius: 6px; }
    #nous-suivre #tabs li:last-child a {
      border-right: 1px solid #5e5e75;
      -moz-border-radius-topright: 6px;
      -webkit-border-top-right-radius: 6px;
      border-top-right-radius: 6px; }
    #nous-suivre #tabs li {
      width: 20%;
      overflow: hidden; }
      #nous-suivre #tabs li a {
        color: white;
        padding: 40px 0px;
        display: block;
        text-indent: -999px;
        border: 1px solid #5e5e75;
        border-right: none; }
        @media screen and (max-width: 680px) {
          #nous-suivre #tabs li a {
            padding: 20px 0px; } }
    #nous-suivre #tabs li.youtube-tab a {
      background: transparent url("../images/icon-youtube.png") center center no-repeat;
      background-size: 80px;
      -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: 680px) {
        #nous-suivre #tabs li.youtube-tab a {
          background-size: 50px; } }
    #nous-suivre #tabs li.deezer-tab a {
      background: transparent url("../images/icon-deezer.png") center center no-repeat;
      background-size: 80px;
      -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: 680px) {
        #nous-suivre #tabs li.deezer-tab a {
          background-size: 50px; } }
    #nous-suivre #tabs li.instagram-tab a {
      background: transparent url("../images/icon-instagram-big.png") center center no-repeat;
      background-size: 80px;
      -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: 680px) {
        #nous-suivre #tabs li.instagram-tab a {
          background-size: 50px; } }
    #nous-suivre #tabs li.facebook-tab a {
      background: transparent url("../images/icon-facebook-big.png") center center no-repeat;
      background-size: 80px;
      -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: 680px) {
        #nous-suivre #tabs li.facebook-tab a {
          background-size: 50px; } }
    #nous-suivre #tabs li.twitter-tab a {
      background: transparent url("../images/icon-twitter-big.png") center center no-repeat;
      background-size: 80px;
      -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: 680px) {
        #nous-suivre #tabs li.twitter-tab a {
          background-size: 50px; } }
    #nous-suivre #tabs li:hover a {
      opacity: 1;
      background-size: 90px !important; }
      @media screen and (max-width: 1080px) {
        #nous-suivre #tabs li:hover a {
          background-size: 60px !important; } }
    #nous-suivre #tabs li.ui-state-active a {
      opacity: 1;
      border-bottom: 1px solid #23232C;
      background-color: #23232C; }
    #nous-suivre #tabs .ui-tabs-panel {
      width: 100%;
      position: relative;
      border: 1px solid #5e5e75;
      padding: 20px 0px;
      text-align: center;
      background-color: #23232C;
      overflow: hidden; }
      #nous-suivre #tabs .ui-tabs-panel iframe {
        width: calc(100% - 40px); }
    #nous-suivre #tabs #facebook .fb-page {
      width: calc(100% - 40px) !important;
      text-align: center;
      position: relative; }
    #nous-suivre #tabs #facebook iframe {
      width: calc(100% - 40px); }
    #nous-suivre #tabs #youtube {
      width: 100%;
      position: relative;
      padding-bottom: 56%;
      float: left;
      height: 0; }
      #nous-suivre #tabs #youtube iframe {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 100%;
        width: calc(100% - 40px) !important;
        height: calc(100% - 40px);
        max-width: 100%;
        z-index: 0; }

/* EVENEMENTS */
.home #agenda {
  width: 49.8%;
  padding: 0px 40px 0px 20px;
  float: none;
  display: inline-block;
  vertical-align: top; }
  @media screen and (max-width: 1080px) {
    .home #agenda {
      padding: 0;
      width: 80%;
      float: left;
      margin-left: 10%;
      margin-bottom: 40px; } }
  @media screen and (max-width: 680px) {
    .home #agenda {
      width: 100%;
      margin-left: 0; } }
  .home #agenda li {
    margin-bottom: -1px; }
  .home #agenda li a,
  .home #agenda li:last-child a {
    border: 1px solid #ddd; }

#agenda {
  float: right;
  width: 100%;
  text-align: left;
  padding: 0; }
  #agenda li:last-child a {
    border-bottom: none; }
  #agenda li {
    width: 100%;
    float: left; }
    #agenda li a {
      text-decoration: none;
      color: #888;
      float: left;
      width: 100%;
      position: relative;
      padding: 20px;
      z-index: 0;
      border-bottom: 1px solid #ddd;
      background-color: white; }
      #agenda li a:hover {
        z-index: 1;
        position: relative; }
      #agenda li a .cover {
        width: 25%;
        height: auto;
        float: right; }
        @media screen and (max-width: 680px) {
          #agenda li a .cover {
            width: 100%; } }
      #agenda li a .entry-content {
        width: 50%;
        margin-left: 25%;
        float: left;
        position: relative;
        padding: 0px;
        padding-right: 20px;
        border: 0;
        background-color: transparent; }
        @media screen and (max-width: 680px) {
          #agenda li a .entry-content {
            width: 50%;
            margin-left: 50%;
            margin-bottom: 20px; } }
        #agenda li a .entry-content h2 {
          margin-top: 0px;
          margin-bottom: 10px; }
  #agenda .more-bt {
    width: 50%;
    margin-top: 40px;
    margin-left: 25%; }
  #agenda .no-item {
    text-align: center;
    margin: 40px 0px; }

.more-bt {
  float: left;
  padding: 20px 10px;
  color: white;
  font-size: 0.85em;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #62AB1F;
  border: 1px solid #62AB1F; }
  @media screen and (max-width: 680px) {
    .more-bt {
      padding: 15px 10px; } }
  .more-bt:hover {
    background-color: white;
    text-decoration: none;
    color: #62AB1F !important; }

.metas {
  width: 100%;
  float: left;
  position: relative; }
  .metas .address {
    width: 75%;
    float: left;
    padding-left: 25%;
    padding-right: 16.666%; }
    @media screen and (max-width: 680px) {
      .metas .address {
        width: 100%;
        padding-left: 60%;
        padding-right: 0;
        margin-bottom: 40px; } }
  .metas div {
    float: left;
    width: 25%;
    border: none;
    margin: 0; }
    @media screen and (max-width: 680px) {
      .metas div {
        width: 100%; } }
    .metas div a.more-bt {
      width: 100%;
      float: right; }

.acf-map {
  float: left;
  width: 100%;
  height: 200px;
  margin: 40px 0px;
  border: #ccc solid 1px; }
  @media screen and (max-width: 680px) {
    .acf-map {
      margin-top: 10px; } }

/* DATES */
.date {
  position: absolute;
  z-index: 1;
  width: 60px !important;
  float: left;
  top: 20px;
  left: 20px;
  margin: 0 !important; }
  .date h1 {
    font-size: 2.8em;
    padding: 0px;
    margin-top: -6px;
    margin-bottom: 2px;
    color: #23232C; }
  .date h4 {
    font-size: 0.7em;
    letter-spacing: 0; }

.date.end {
  left: 90px; }
  @media screen and (max-width: 680px) {
    .date.end {
      left: 85px; } }
  .date.end:before {
    content: "→";
    width: 20px;
    position: absolute;
    z-index: 0;
    top: 5px;
    left: -25px;
    font-size: 18px;
    color: black; }

.single .date {
  top: 0px;
  left: 0px; }
.single .date.end {
  left: 70px; }

/*ACTIONS */
#actions {
  width: 49.8%;
  height: auto !important;
  min-height: inherit !important;
  float: none !important;
  display: inline-block !important;
  padding: 0px 20px 0px 40px;
  margin: 0 auto;
  vertical-align: top; }
  @media screen and (max-width: 1080px) {
    #actions {
      padding: 0;
      width: 80%; } }
  @media screen and (max-width: 680px) {
    #actions {
      width: 90%;
      float: left !important;
      margin-left: 5%; } }
  #actions .actions-swiper-container {
    overflow: hidden;
    background-color: #62AB1F !important; }
    #actions .actions-swiper-container .entry-content {
      position: relative;
      float: left;
      width: 100%;
      padding: 20px 80px 20px 20px !important;
      color: white;
      background-color: transparent;
      border: 0; }
      #actions .actions-swiper-container .entry-content h2 {
        color: white;
        margin-bottom: 5px; }
      #actions .actions-swiper-container .entry-content p {
        color: white;
        margin-bottom: 0; }
    #actions .actions-swiper-container img {
      opacity: 1 !important; }

/* INSTAGRAM */
#sb_instagram .sb_instagram_header h3, #sb_instagram .sb_instagram_header h3:hover {
  color: white !important; }

.sbi_bio {
  color: white !important; }

/* COOKIE NOTICE */
#cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.85);
  height: 100px;
  border-top: 1px solid #2e2e3a;
  padding: 40px; }
  @media screen and (max-width: 680px) {
    #cookie-bar {
      height: 120px !important;
      font-size: 10px !important;
      padding: 15px 10px;
      text-align: center; } }
  #cookie-bar p {
    color: white; }
  #cookie-bar a:hover {
    color: white; }
  #cookie-bar a.cb-enable {
    width: 20%;
    max-width: 180px;
    float: right;
    vertical-align: top;
    text-decoration: none;
    text-align: center;
    background-color: #62AB1F;
    color: white;
    margin: 0;
    padding: 15px;
    margin-top: -16px;
    margin-right: -16px;
    text-transform: uppercase;
    border: 1px solid #62AB1F; }
    @media screen and (max-width: 680px) {
      #cookie-bar a.cb-enable {
        width: 100%;
        max-width: 100%;
        margin: 0;
        margin-top: 20px;
        margin-bottom: 0px; } }
    #cookie-bar a.cb-enable:hover {
      background-color: white !important;
      border: 1px solid white !important;
      color: #62AB1F !important; }
  #cookie-bar a.cb-policy {
    margin-left: 5px; }

/* CONTACT FORM */
.wpcf7-form {
  float: left;
  width: 100%;
  background-color: #62AB1F;
  padding: 40px; }
  @media screen and (max-width: 680px) {
    .wpcf7-form {
      padding: 20px; } }
  .wpcf7-form > p {
    width: 96%;
    float: left;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 15px !important;
    color: white !important; }
    @media screen and (max-width: 680px) {
      .wpcf7-form > p {
        margin: 0;
        width: 100%; } }
  .wpcf7-form > p:nth-child(2),
  .wpcf7-form > p:nth-child(3),
  .wpcf7-form > p:nth-child(4),
  .wpcf7-form > p:nth-child(5) {
    float: left;
    width: 46%; }
    @media screen and (max-width: 680px) {
      .wpcf7-form > p:nth-child(2),
      .wpcf7-form > p:nth-child(3),
      .wpcf7-form > p:nth-child(4),
      .wpcf7-form > p:nth-child(5) {
        width: 100%; } }
  .wpcf7-form .wpcf7-submit {
    width: 100%;
    float: left;
    position: relative;
    border: 2px solid white;
    background-color: #62AB1F;
    padding: 20px; }
    .wpcf7-form .wpcf7-submit:hover {
      background-color: white;
      cursor: pointer;
      color: #62AB1F; }

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng,
div.wpcf7-mail-sent-ok {
  border: none !important;
  float: left;
  width: 100%;
  text-align: center;
  color: white; }

form {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px; }

form input[type=text],
form input[type=email],
form textarea {
  padding: 10px 110px 10px 10px;
  width: 100%;
  border: none;
  border-radius: 0 !important;
  outline: 0; }

form select {
  width: 100%;
  height: 35px;
  padding: 5px 20px;
  border: none;
  border-radius: 0px;
  -webkit-appearance: none;
  background: white url("../images/bt-down-green.png") no-repeat 98% center;
  background-size: 20px; }
  form select:hover {
    cursor: pointer; }

form input[type=submit] {
  position: absolute;
  background-color: #62AB1F;
  border: 0;
  color: #fff;
  padding: 11px 20px;
  text-transform: uppercase;
  -webkit-appearance: none; }

form input[type=submit]:hover {
  background-color: #7c6244;
  cursor: pointer; }

.ajax-loader {
  position: absolute;
  bottom: 20px;
  left: 48%; }

.wpcf7-not-valid-tip {
  color: yellow !important;
  font-size: 0.85em !important;
  text-transform: uppercase; }
