/* CSS Document */
@font-face {
  font-family: 'basic';
  src: url("type/BasicCommercialLTStd-Bold.otf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'basic';
  src: url("type/BasicCommercialLTStd-BoldIt.otf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
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;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  font-family: 'basic', sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}
body ::selection {
  background: rgba(0, 0, 0, 0.99);
  /* WebKit/Blink Browsers */
  color: #fff;
  opacity: 1;
}
body ::-moz-selection {
  background: rgba(0, 0, 0, 0.99);
  /* Gecko Browsers */
  color: #fff;
  opacity: 1;
}

p {
  margin-bottom: 20px;
}
p strong {
  color: #c4c4c4;
}
p em {
  font-style: italic;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a, a:active, a:visited, a:hover, svg path {
  color: inherit;
  text-decoration: none;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

a:hover {
  color: #c4c4c4;
}
a:hover svg path {
  stroke: #c4c4c4;
}

.big {
  font-size: 54px;
  line-height: 54px;
  letter-spacing: -1px;
}

.gris {
  color: #c4c4c4;
}

.list-title {
  margin-bottom: 4px;
}

.sous-titre {
  margin-top: -49px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px;
  width: 100%;
  color: #FDFFB3;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.legende {
  color: #c4c4c4;
  position: relative;
  float: left;
  margin-top: 30px;
  margin-left: 20px;
}

.right .legende {
  margin-left: 0px;
}

.jackpot .sous-titre {
  position: absolute;
  bottom: 0px;
  z-index: 99;
  padding-bottom: 25px;
}
.jackpot .legende {
  position: absolute;
  bottom: -24px;
}

.jackpot:hover .sous-titre, .imgcap:hover .sous-titre {
  opacity: 1;
}

.layout {
  display: table;
  height: 100%;
  text-align: center;
  width: 100%;
}

.layout-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.layout-content {
  display: inline-block;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
}
header h1 {
  margin: 20px 0 0 20px;
}
header nav {
  position: relative;
  float: left;
  margin-left: 10px;
  margin-top: 20px;
  display: block;
}
header nav ul li {
  position: relative;
  float: left;
  margin-right: 40px;
}
header nav ul .social {
  display: none;
}

header.up {
  background-color: #fff;
  padding-bottom: 20px;
}

.current_page_item, .post-type-archive-tribe_events .page-item-14, .single-comite .page-item-21, .single-creation .page-item-19 {
  color: #c4c4c4;
}

.hamburger {
  display: none;
  padding: 20px;
  position: fixed;
  right: -1px;
  top: 0px;
  z-index: 9999999;
  background-color: transparent;
  border: none;
}
.hamburger svg {
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hamburger .hamburger-box {
  width: 28px;
  height: 20px;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
  width: 28px;
  height: 3px;
}
.hamburger .hamburger-inner::before {
  top: -8px;
}
.hamburger .hamburger-inner::after {
  bottom: -8px;
}

.hamburger:hover {
  cursor: pointer;
}

.hamburger:focus {
  outline: none;
}

footer {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 220px;
}
footer ul {
  position: relative;
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
footer ul li {
  position: relative;
  float: left;
  margin-right: 40px;
}

ul.dropdown {
  position: relative;
  float: left;
  width: auto;
}
ul.dropdown li .btn-arr {
  margin-left: 16px;
}
ul.dropdown li:hover {
  color: #c4c4c4;
  cursor: pointer;
}
ul.dropdown li:hover svg path {
  stroke: #c4c4c4;
}
ul.dropdown li:hover li {
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  color: #000;
}
ul.dropdown li:hover li:hover {
  color: #c4c4c4;
  cursor: pointer;
}
ul.dropdown .btn-arr {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
ul.dropdown li.btn-first:hover {
  cursor: pointer;
}
ul.dropdown li.suite, ul.dropdown li.tous {
  display: none;
}

.selected {
  color: #c4c4c4;
}

.first, #tribe-events-pg-template, .tribe-events-pg-template, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  margin-top: 200px;
  padding-top: 0px;
}

.half, .strate {
  position: relative;
  float: left;
}

.strate {
  width: 100%;
}

.screen {
  height: 100vh;
}

.half {
  width: 50%;
}

.txt-left {
  margin-left: 20px;
  margin-right: 10px;
}

.txt-right {
  margin-left: 10px;
  margin-right: 20px;
}

.left {
  margin-right: 10px;
}

.right {
  margin-left: 10px;
}

.gut, div .gut {
  margin: 0 10px;
}

.tug {
  margin: -10px;
}

.full-height {
  min-height: 100%;
}

.flex {
  display: flex;
}

.btm {
  position: absolute;
  bottom: 0px;
}

.home .intro {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  font-size: 90px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.home p {
  max-width: 800px;
}
.home .vid {
  margin-top: 200px;
  height: 56.25vw;
}
.home .vid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .txt-img {
  margin-top: 200px;
}
.home .double-img {
  margin-top: 20px;
}
.home .last {
  margin-top: 200px;
}
.home .last .left {
  margin-left: 20px;
}

.jackpot {
  width: 100%;
  height: 57vw;
  position: relative;
}
.jackpot .slide {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.jackpot .showing {
  opacity: 1;
  z-index: 2;
}

.page-template-page-creations .bloc-creas {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.page-template-page-comite .txt-left {
  position: fixed;
  top: 200px;
  bottom: 0px;
}
.page-template-page-comite .txt-left ul.dropdown {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.page-template-page-comite .txt-left ul.dropdown::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.single-creation .strate {
  margin-bottom: 200px;
}
.single-creation .strate:last-child, .single-creation .strate:last-of-type {
  margin-bottom: 0px;
}
.single-creation .strate.textes .left {
  margin-left: 20px;
}
.single-creation .strate.textes .right {
  margin-right: 20px;
}
.single-creation .strate.textes .right.avec {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.single-creation .txt-intro-tab {
  display: none;
}

.close-single {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 99999;
}
.close-single svg {
  width: 20px;
  height: 20px;
}

.single-comite .no-pict {
  position: relative;
  float: left;
  width: 100%;
  height: 200px;
}
.single-comite .half .left {
  margin-top: -200px;
}
.single-comite .half .left .close {
  position: absolute;
  padding-top: 24px;
  right: 10px;
  padding-right: 24px;
  z-index: 999999;
}
.single-comite .half .left .close svg {
  width: 20px;
  height: 20px;
}
.single-comite .half .left p {
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 20px;
}
.single-comite .half .txt-right {
  color: #c4c4c4;
}
.single-comite .half .txt-right .ok {
  color: #000;
}
.single-comite .half.ml {
  margin-left: 50%;
}
.single-comite .fixed-scroll {
  position: fixed;
  top: 0px;
  width: 50%;
  height: 100%;
  background-color: #fff;
}
.single-comite .fixed-scroll .wrap {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.single-comite .fixed-scroll .wrap::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.single-comite .close-single {
  right: calc(50% + 20px);
}

.page-template-page-informations .txt-right img {
  margin-right: -20px;
  width: calc(100% + 20px);
}

.post-type-archive-tribe_events {
  /*
  .tribe-events-month-event-title, .tribe-events-calendar-month__calendar-event-details{
      opacity: 0;
      @include transition-property(all);
      @include transition-duration(0.2s);
      @include transition-timing-function(ease);
      .tribe-events-event-image{
              display: none !important;
              opacity: 0 !important;
          }
  }
  */
}
.post-type-archive-tribe_events h3.tribe-events-calendar-month__day-date.tribe-common-h4 {
  padding: 0px;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-month__calendar-event:last-child {
  padding-left: 0px;
  padding-right: 0px;
}
.post-type-archive-tribe_events .tribe-events-calendar-month__header, .post-type-archive-tribe_events thead, .post-type-archive-tribe_events .tribe-events-notices, .post-type-archive-tribe_events .tribe-bar-disabled, .post-type-archive-tribe_events .tribe-events-title-bar, .post-type-archive-tribe_events .tribe-events-ical.tribe-events-button, .post-type-archive-tribe_events #tribe-events-footer, .post-type-archive-tribe_events .tribe-events-header__events-bar.tribe-events-c-events-bar, .post-type-archive-tribe_events .tribe-events-c-subscribe-dropdown__container {
  display: none !important;
}
.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container, .post-type-archive-tribe_events #tribe-events-content {
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
}
.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__week, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__body, .post-type-archive-tribe_events .tribe-events-calendar {
  border: none;
}
.post-type-archive-tribe_events #tribe-events-content .tribe-events-calendar td, .post-type-archive-tribe_events #tribe-events-content table.tribe-events-calendar {
  border: none;
}
.post-type-archive-tribe_events .tribe-events-calendar {
  width: 100%;
  position: relative;
  float: left;
}
.post-type-archive-tribe_events #tribe-events-content ul.tribe-events-sub-nav {
  text-align: left;
}
.post-type-archive-tribe_events .events-archive.events-gridview #tribe-events-content table .tribe-events-last {
  padding-left: 0px;
}
.post-type-archive-tribe_events .tribe-events-tooltip {
  display: none !important;
}
.post-type-archive-tribe_events .jour {
  text-transform: capitalize;
}
.post-type-archive-tribe_events .lieu, .post-type-archive-tribe_events .tribe-events-thismonth, .post-type-archive-tribe_events .tribe-events-past, .post-type-archive-tribe_events .tribe-events-calendar-month__day-date-daynum, .post-type-archive-tribe_events time {
  color: #c4c4c4;
}
.post-type-archive-tribe_events .tribe-events-has-events, .post-type-archive-tribe_events .un-event .tribe-events-calendar-month__day-date-daynum, .post-type-archive-tribe_events time.tribe-events-c-top-bar__datepicker-time {
  color: #000;
}
.post-type-archive-tribe_events .tribe-events-calendar-month__calendar-event, .post-type-archive-tribe_events .tribe-events-calendar-month__events {
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.post-type-archive-tribe_events .current-month:hover .tribe-events-calendar-month__calendar-event, .post-type-archive-tribe_events .current-month:hover .tribe-events-calendar-month__events {
  opacity: 1;
}
.post-type-archive-tribe_events .current-month .tribe-events-calendar-month__calendar-event-tooltip-description {
  display: none;
}
.post-type-archive-tribe_events div.tribe-events-has-events:hover .tribe-events-month-event-title, .post-type-archive-tribe_events div.tribe-events-has-events:hover .tribe-events-calendar-month__calendar-event-details, .post-type-archive-tribe_events .tribe-events-calendar-month__day:hover .tribe-events-month-event-title, .post-type-archive-tribe_events .tribe-events-calendar-month__day:hover .tribe-events-calendar-month__calendar-event-details {
  opacity: 1;
}
.post-type-archive-tribe_events div.tribe-events-has-events:hover .tribe_events, .post-type-archive-tribe_events .tribe-events-calendar-month__day:hover .tribe_events {
  display: block !important;
}
.post-type-archive-tribe_events div .tribe_events:hover {
  cursor: pointer;
}
.post-type-archive-tribe_events .tribe-events-nav-next {
  float: right;
}
.post-type-archive-tribe_events .tribe-events-nav-previous {
  float: left;
}
.post-type-archive-tribe_events #tribe-events-content ul.tribe-events-sub-nav li {
  position: relative;
  float: left;
  width: 16.66%;
}
.post-type-archive-tribe_events .one-day, .post-type-archive-tribe_events .tribe-events-calendar-month__day {
  position: relative;
  float: left;
  width: 16.66%;
  height: 16.66vw;
}
.post-type-archive-tribe_events .one-day .tribe-events-event-image, .post-type-archive-tribe_events .tribe-events-calendar-month__day .tribe-events-event-image {
  display: none;
}
.post-type-archive-tribe_events div.previous-month, .post-type-archive-tribe_events div.next-month {
  display: none;
}
.post-type-archive-tribe_events nav.tribe-events-nav-pagination {
  font-family: 'basic', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.post-type-archive-tribe_events #tribe-events-header, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-header {
  margin-left: 10px;
  margin-right: 10px;
}
.post-type-archive-tribe_events #event-cont {
  position: fixed;
  top: 0px;
  width: 50%;
  height: 100%;
  display: none;
  font-size: 54px;
  line-height: 54px;
  letter-spacing: -1px;
  background-color: #fff;
  z-index: 9999;
}
.post-type-archive-tribe_events #event-cont video {
  width: 100%;
}
.post-type-archive-tribe_events #event-cont video, .post-type-archive-tribe_events #event-cont img {
  margin-bottom: 8px;
}
.post-type-archive-tribe_events #event-cont .wrap {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.post-type-archive-tribe_events #event-cont .wrap::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.post-type-archive-tribe_events #event-cont .titre {
  margin-bottom: 54px;
  margin-top: 12px;
}
.post-type-archive-tribe_events .close-event {
  position: fixed;
  top: 24px;
  z-index: 999999;
  display: none;
}
.post-type-archive-tribe_events .close-event svg {
  width: 20px;
  height: 20px;
}
.post-type-archive-tribe_events .close-event:hover {
  cursor: pointer;
}
.post-type-archive-tribe_events .close-event.left {
  right: calc(50% + 24px);
  left: auto;
}
.post-type-archive-tribe_events #event-cont.left .titre, .post-type-archive-tribe_events #event-cont.left .texte {
  margin-left: 20px;
}
.post-type-archive-tribe_events .close-event.right {
  right: 24px;
  left: auto;
}
.post-type-archive-tribe_events #event-cont.right {
  right: 0px;
  left: auto;
}
.post-type-archive-tribe_events #event-cont.left {
  left: 0px;
  right: auto;
}
.post-type-archive-tribe_events .hidden-pict, .post-type-archive-tribe_events .hidden-vid {
  display: none;
}
.post-type-archive-tribe_events .tribe-events .tribe-events-c-ical, .post-type-archive-tribe_events .tribe-common button[disabled] {
  display: none;
}

.tribe-events-view {
  width: 100%;
  position: relative;
  float: left;
}

.post-type-archive-tribe_events #tribe-events-content .tribe-events-calendar td, .post-type-archive-tribe_events #tribe-events-content table.tribe-events-calendar, .post-type-archive-tribe_events .tribe-events-calendar div[id*=tribe-events-daynum-], .post-type-archive-tribe_events .tribe-events-calendar div[id*=tribe-events-daynum-] a, .post-type-archive-tribe_events .tribe-events-calendar td a, .tribe-events-calendar td div[id*=tribe-events-daynum-], .events-archive.events-gridview #tribe-events-content table .tribe-events-last, .events-archive.events-gridview #tribe-events-content table .type-tribe_events {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 0px;
}

.tribe-events .tribe-events-c-top-bar__nav-link--next {
  padding-left: 15px;
}
.tribe-events .tribe-events-c-top-bar__datepicker-button {
  border: none;
  background-color: transparent;
  font-family: 'basic', sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
}
.tribe-events .tribe-events-c-top-bar__nav-list {
  display: flex;
  align-items: center;
}
.tribe-events .tribe-events-calendar-month__body {
  width: 100%;
  position: relative;
  float: left;
}

.tribe-events .tribe-events-c-top-bar__nav-list-item {
  padding-right: 13px;
}

.tribe-events .tribe-events-c-top-bar__nav-link--next {
  padding-left: 14px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header {
  margin-top: -8px;
  margin-bottom: 8px;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
  padding: 0px;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
  white-space: normal;
}

.tribe-events .tribe-events-calendar-month__calendar-event {
  padding: 0px;
}

.wrap .tribe-common-a11y-hidden .tribe-events-calendar-month__calendar-event-tooltip-datetime, .wrap .tribe-common-a11y-hidden h3 {
  display: none;
}

.wrap .tribe-events-calendar-month__calendar-event-tooltip-template, .wrap .tribe-events-calendar-month__calendar-event-tooltip-description {
  margin-top: 54px;
}

.test-jour {
  text-transform: capitalize;
}

.tec-no-upcoming-events .tribe-events-c-top-bar__nav-link--next {
  display: none !important;
}

.tribe-events-c-messages__message-list {
  margin-left: 10px !important;
}

@media only screen and (max-width: 1200px) {
  .txt-intro.btm {
    display: none;
  }

  .single-creation .txt-intro-tab {
    display: block;
    position: relative;
    float: left;
    width: calc(100% - 20px);
    margin-right: 20px;
    margin-top: 200px;
  }
}
@media only screen and (max-width: 1024px) {
  .big, .post-type-archive-tribe_events #event-cont {
    font-size: 44px;
    line-height: 46px;
  }

  footer .half {
    width: 100%;
  }
}
@media only screen and (max-width: 925px) {
  .hamburger svg {
    width: 16px;
    height: 16px;
    margin-top: 2px;
  }

  .close-single svg, .post-type-archive-tribe_events .close-event svg {
    width: 16px;
    height: 16px;
    margin-top: 2px;
  }

  body {
    overflow-x: hidden;
  }

  .txt-left {
    margin-left: 16px;
    margin-right: 16px;
  }

  .sous-titre {
    display: none;
  }

  .home .intro {
    display: none !important;
  }
  .home .jackpot {
    height: 114vw;
  }
  .home .half {
    width: 100%;
  }
  .home .half .right {
    margin-left: 0px;
  }
  .home .half .left {
    margin-right: 0px;
  }
  .home .vid, .home .txt-img, .home .double-img {
    margin-top: 8px;
  }
  .home .double-img .half:last-child, .home .double-img .half:last-of-type {
    margin-top: 8px;
  }
  .home .last {
    margin-bottom: 40px;
    margin-top: 120px;
  }
  .home .last .left {
    margin-left: 16px;
  }

  .first {
    margin-top: 152px;
  }

  #tribe-events-pg-template, .tribe-events-pg-template {
    margin-top: 60px;
    border-top: solid 1px;
  }

  .post-type-archive-tribe_events #tribe-events-header {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
  }

  .post-type-archive-tribe_events header.tribe-events-header {
    margin-left: -10px;
    width: 100vw;
    margin-bottom: 70px;
  }
  .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    margin-top: 60px;
  }
  .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav {
    position: relative;
  }
  .post-type-archive-tribe_events .tribe-events .tribe-events-c-top-bar__nav-list-item, .post-type-archive-tribe_events .tribe-events .tribe-events-c-top-bar__datepicker {
    position: relative;
    float: left;
    width: auto;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .post-type-archive-tribe_events .tribe-events .tribe-events-c-top-bar__nav-list {
    display: block;
    margin-left: 20px;
  }
  .post-type-archive-tribe_events #event-cont.left .titre {
    margin-right: 16px;
    margin-left: 16px;
  }
  .post-type-archive-tribe_events .tribe-events-calendar-month__events, .post-type-archive-tribe_events .tribe-events-calendar-month__calendar-event {
    opacity: 1;
  }
  .post-type-archive-tribe_events #tribe-events-content, .post-type-archive-tribe_events .tribe-events-calendar-month__body, .post-type-archive-tribe_events header.tribe-events-header, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav {
    padding: 0px;
    overflow: visible;
    max-height: 40px;
    border-bottom: solid 1px;
    margin-top: 0px;
  }
  .post-type-archive-tribe_events #tribe-events-content .tug, .post-type-archive-tribe_events .tribe-events-calendar-month__body .tug, .post-type-archive-tribe_events header.tribe-events-header .tug, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav .tug {
    margin: 0px;
  }
  .post-type-archive-tribe_events #tribe-events-content ul.tribe-events-sub-nav li, .post-type-archive-tribe_events #tribe-events-content .one-day, .post-type-archive-tribe_events #tribe-events-content .current-month, .post-type-archive-tribe_events .tribe-events-calendar-month__body ul.tribe-events-sub-nav li, .post-type-archive-tribe_events .tribe-events-calendar-month__body .one-day, .post-type-archive-tribe_events .tribe-events-calendar-month__body .current-month, .post-type-archive-tribe_events header.tribe-events-header ul.tribe-events-sub-nav li, .post-type-archive-tribe_events header.tribe-events-header .one-day, .post-type-archive-tribe_events header.tribe-events-header .current-month, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav ul.tribe-events-sub-nav li, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav .one-day, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav .current-month {
    width: 100%;
    height: auto;
  }
  .post-type-archive-tribe_events #tribe-events-content ul.tribe-events-sub-nav, .post-type-archive-tribe_events .tribe-events-calendar-month__body ul.tribe-events-sub-nav, .post-type-archive-tribe_events header.tribe-events-header ul.tribe-events-sub-nav, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav ul.tribe-events-sub-nav {
    line-height: 60px;
  }
  .post-type-archive-tribe_events #tribe-events-content ul.tribe-events-sub-nav li, .post-type-archive-tribe_events .tribe-events-calendar-month__body ul.tribe-events-sub-nav li, .post-type-archive-tribe_events header.tribe-events-header ul.tribe-events-sub-nav li, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav ul.tribe-events-sub-nav li {
    margin-left: 16px;
  }
  .post-type-archive-tribe_events #tribe-events-content .one-day, .post-type-archive-tribe_events #tribe-events-content .current-month, .post-type-archive-tribe_events .tribe-events-calendar-month__body .one-day, .post-type-archive-tribe_events .tribe-events-calendar-month__body .current-month, .post-type-archive-tribe_events header.tribe-events-header .one-day, .post-type-archive-tribe_events header.tribe-events-header .current-month, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav .one-day, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav .current-month {
    padding-bottom: 20px;
    border-bottom: solid 1px #c4c4c4 !important;
    margin-bottom: 20px;
    min-height: 0px;
  }
  .post-type-archive-tribe_events #tribe-events-content .one-day .le-num, .post-type-archive-tribe_events #tribe-events-content .current-month .le-num, .post-type-archive-tribe_events .tribe-events-calendar-month__body .one-day .le-num, .post-type-archive-tribe_events .tribe-events-calendar-month__body .current-month .le-num, .post-type-archive-tribe_events header.tribe-events-header .one-day .le-num, .post-type-archive-tribe_events header.tribe-events-header .current-month .le-num, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav .one-day .le-num, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav .current-month .le-num {
    display: none;
  }
  .post-type-archive-tribe_events #tribe-events-content .one-day .gut, .post-type-archive-tribe_events #tribe-events-content .current-month .gut, .post-type-archive-tribe_events .tribe-events-calendar-month__body .one-day .gut, .post-type-archive-tribe_events .tribe-events-calendar-month__body .current-month .gut, .post-type-archive-tribe_events header.tribe-events-header .one-day .gut, .post-type-archive-tribe_events header.tribe-events-header .current-month .gut, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav .one-day .gut, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav .current-month .gut {
    margin-left: 16px;
    margin-right: 16px;
  }
  .post-type-archive-tribe_events #tribe-events-content .one-day .jour, .post-type-archive-tribe_events #tribe-events-content .one-day .suite, .post-type-archive-tribe_events #tribe-events-content .one-day .lieu, .post-type-archive-tribe_events #tribe-events-content .one-day .test-jour, .post-type-archive-tribe_events #tribe-events-content .current-month .jour, .post-type-archive-tribe_events #tribe-events-content .current-month .suite, .post-type-archive-tribe_events #tribe-events-content .current-month .lieu, .post-type-archive-tribe_events #tribe-events-content .current-month .test-jour, .post-type-archive-tribe_events .tribe-events-calendar-month__body .one-day .jour, .post-type-archive-tribe_events .tribe-events-calendar-month__body .one-day .suite, .post-type-archive-tribe_events .tribe-events-calendar-month__body .one-day .lieu, .post-type-archive-tribe_events .tribe-events-calendar-month__body .one-day .test-jour, .post-type-archive-tribe_events .tribe-events-calendar-month__body .current-month .jour, .post-type-archive-tribe_events .tribe-events-calendar-month__body .current-month .suite, .post-type-archive-tribe_events .tribe-events-calendar-month__body .current-month .lieu, .post-type-archive-tribe_events .tribe-events-calendar-month__body .current-month .test-jour, .post-type-archive-tribe_events header.tribe-events-header .one-day .jour, .post-type-archive-tribe_events header.tribe-events-header .one-day .suite, .post-type-archive-tribe_events header.tribe-events-header .one-day .lieu, .post-type-archive-tribe_events header.tribe-events-header .one-day .test-jour, .post-type-archive-tribe_events header.tribe-events-header .current-month .jour, .post-type-archive-tribe_events header.tribe-events-header .current-month .suite, .post-type-archive-tribe_events header.tribe-events-header .current-month .lieu, .post-type-archive-tribe_events header.tribe-events-header .current-month .test-jour, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav .one-day .jour, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav .one-day .suite, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav .one-day .lieu, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav .one-day .test-jour, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav .current-month .jour, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav .current-month .suite, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav .current-month .lieu, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav .current-month .test-jour {
    display: block;
    position: relative;
    float: left;
    width: 50%;
  }
  .post-type-archive-tribe_events #tribe-events-content .one-day .suite, .post-type-archive-tribe_events #tribe-events-content .current-month .suite, .post-type-archive-tribe_events .tribe-events-calendar-month__body .one-day .suite, .post-type-archive-tribe_events .tribe-events-calendar-month__body .current-month .suite, .post-type-archive-tribe_events header.tribe-events-header .one-day .suite, .post-type-archive-tribe_events header.tribe-events-header .current-month .suite, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav .one-day .suite, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav .current-month .suite {
    margin-left: 8px;
    width: calc(50% - 8px);
  }
  .post-type-archive-tribe_events #tribe-events-content .one-day .lieu, .post-type-archive-tribe_events #tribe-events-content .current-month .lieu, .post-type-archive-tribe_events .tribe-events-calendar-month__body .one-day .lieu, .post-type-archive-tribe_events .tribe-events-calendar-month__body .current-month .lieu, .post-type-archive-tribe_events header.tribe-events-header .one-day .lieu, .post-type-archive-tribe_events header.tribe-events-header .current-month .lieu, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav .one-day .lieu, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav .current-month .lieu {
    margin-left: calc(50% + 8px);
    width: calc(50% - 8px);
  }
  .post-type-archive-tribe_events #tribe-events-content .one-day h3.tribe-events-month-event-title br, .post-type-archive-tribe_events #tribe-events-content .current-month h3.tribe-events-month-event-title br, .post-type-archive-tribe_events .tribe-events-calendar-month__body .one-day h3.tribe-events-month-event-title br, .post-type-archive-tribe_events .tribe-events-calendar-month__body .current-month h3.tribe-events-month-event-title br, .post-type-archive-tribe_events header.tribe-events-header .one-day h3.tribe-events-month-event-title br, .post-type-archive-tribe_events header.tribe-events-header .current-month h3.tribe-events-month-event-title br, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav .one-day h3.tribe-events-month-event-title br, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav .current-month h3.tribe-events-month-event-title br {
    display: none;
  }
  .post-type-archive-tribe_events .tribe-events .tribe-events-calendar-month__calendar-event-title, .post-type-archive-tribe_events .tribe-events .tribe-events-calendar-month__calendar-event-datetime > * {
    position: relative;
    float: left;
    margin-left: 8px;
    width: calc(50% - 8px);
  }
  .post-type-archive-tribe_events .tribe-events .tribe-events-calendar-month__calendar-event-datetime > * {
    margin-left: calc(50% + 8px);
    width: calc(50% - 8px);
  }
  .post-type-archive-tribe_events #event-cont {
    width: 100%;
    margin-left: 0px;
    z-index: 99999999;
  }
  .post-type-archive-tribe_events .close-event.right {
    z-index: 99999999;
    left: 16px;
    right: auto;
    top: 20px;
  }
  .post-type-archive-tribe_events .close-event.left {
    left: 16px;
    right: auto;
    z-index: 99999999;
    margin-right: 0px;
    top: 20px;
  }
  .post-type-archive-tribe_events .tribe-events-month-event-title {
    opacity: 1;
  }
  .post-type-archive-tribe_events .one-day, .post-type-archive-tribe_events .current-month.no-events {
    display: none;
  }
  .post-type-archive-tribe_events .one-day.tribe-events-has-events {
    display: block;
  }
  .post-type-archive-tribe_events .one-day.tribe-events-has-events .tribe_events {
    display: block !important;
  }

  .hamburger {
    display: block;
    padding-right: 16px;
  }

  .hamburger.is-active svg {
    transform: rotate(0deg);
  }

  header .half {
    width: 100%;
  }
  header h1 {
    margin-left: 16px;
  }
  header nav {
    display: none;
    margin: 0px;
    position: fixed;
    top: 0px;
    background-color: #fff;
    top: 60px;
    width: 100%;
    height: 100vh;
  }
  header nav ul {
    border-top: solid 1px;
  }
  header nav ul .social {
    display: initial;
  }
  header nav ul li {
    width: 100%;
    margin: 0px;
    line-height: 60px;
    border-bottom: solid 1px;
    text-indent: 16px;
  }

  header.up {
    z-index: 9999;
  }
  header.up .logo {
    display: block;
    z-index: 99;
  }

  footer {
    display: none;
  }

  .close-single {
    left: 16px;
    right: auto;
  }

  .single-creation .txt-intro-tab {
    display: none;
  }
  .single-creation .txt-intro.btm {
    display: block;
    position: relative;
    margin-top: 20px;
  }
  .single-creation .hamburger {
    display: none;
  }
  .single-creation header {
    z-index: 0;
  }
  .single-creation header .logo {
    z-index: 999;
    display: none;
  }
  .single-creation header.up {
    z-index: 9999;
  }
  .single-creation header.up .logo {
    display: block;
  }
  .single-creation .first {
    flex-direction: column-reverse;
    margin-top: 0px;
  }
  .single-creation .first .half {
    display: flex;
    width: 100%;
  }
  .single-creation .first .half .right {
    margin-left: 0px;
    width: -moz-available;
    /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;
    /* Mozilla-based browsers will ignore this. */
    width: fill-available;
  }
  .single-creation .first .half .txt-left {
    margin-top: 20px;
  }
  .single-creation .strate:not(.first) {
    margin-bottom: 120px;
  }
  .single-creation .strate:not(.first) .half .left {
    margin-right: 4px;
  }
  .single-creation .strate:not(.first) .half .right {
    margin-left: 4px;
  }
  .single-creation .strate.textes .half .left, .single-creation .strate.textes .half .right.avec, .single-creation .strate.textes .half .right.sans {
    margin-left: 16px;
    margin-right: 16px;
  }

  .strate.textes .half {
    width: 100%;
  }
  .strate.textes .half .right {
    margin-left: 20px;
  }
  .strate.textes .half h4.big {
    margin-bottom: 20px;
  }

  .jackpot {
    height: 149vw;
  }

  .page-template-page-creations .half:last-child, .page-template-page-creations .half:last-of-type {
    display: none;
  }
  .page-template-page-creations header .half:last-child, .page-template-page-creations header .half:last-of-type {
    display: block;
  }
  .page-template-page-creations .half {
    width: 100%;
  }

  .page-template-page-comite header {
    background-color: #fff;
    padding-bottom: 20px;
    display: block !important;
    opacity: 1 !important;
  }
  .page-template-page-comite .scrolled-down {
    transform: translateY(0) !important;
    transition: all 0.3s ease-in-out;
  }
  .page-template-page-comite .scrolled-up {
    transform: translateY(0) !important;
    transition: all 0.3s ease-in-out;
  }
  .page-template-page-comite .strate.first {
    margin-top: 120px;
  }
  .page-template-page-comite .strate.first .half {
    width: 100%;
  }
  .page-template-page-comite .strate.first .half .txt-right {
    margin-left: 16px;
    margin-right: 16px;
  }
  .page-template-page-comite .strate.first .half:first-child, .page-template-page-comite .strate.first .half:first-of-type {
    width: 100%;
  }
  .page-template-page-comite .strate.first .half:first-child .txt-left, .page-template-page-comite .strate.first .half:first-of-type .txt-left {
    top: 60px;
    bottom: auto;
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px;
    border-bottom: solid 1px;
    width: 100%;
    border-top: solid 1px;
    text-indent: 16px;
    margin-bottom: 60px;
    z-index: 999;
    background-color: #fff;
  }
  .page-template-page-comite .strate.first .half:first-child .txt-left ul li, .page-template-page-comite .strate.first .half:first-of-type .txt-left ul li {
    line-height: 20px;
  }

  .single-comite .hamburger {
    display: none;
  }
  .single-comite .half:last-child, .single-comite .half:last-of-type {
    display: none;
  }
  .single-comite .half.ml {
    margin-left: 0px;
  }
  .single-comite header {
    z-index: 0;
  }
  .single-comite header .half:last-child, .single-comite header .half:last-of-type {
    display: block;
  }
  .single-comite header.up {
    z-index: 99;
    background-color: #fff;
    padding-bottom: 20px;
  }
  .single-comite .half {
    width: 100%;
  }
  .single-comite .half .left p {
    margin-right: 16px;
    margin-left: 16px;
  }
  .single-comite .left {
    margin-right: 0px;
  }
  .single-comite .fixed-scroll {
    width: 100%;
  }

  .single-creation .strate:last-child, .single-creation .strate:last-of-type {
    margin-bottom: 50px;
  }

  .page-template-page-informations .half {
    width: 100%;
  }
  .page-template-page-informations .half .txt-right {
    margin-left: 16px;
    margin-right: 16px;
  }
  .page-template-page-informations .half .txt-right img {
    margin-right: -20px;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .page-template-page-informations .half h2 {
    margin-bottom: 20px;
  }

  .legende {
    margin-top: 6px;
    margin-left: 16px;
    font-size: 12px;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    line-height: 14px;
  }

  .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month {
    margin-left: -10px;
    width: calc(100% + 20px);
    margin-top: 80px;
  }

  .post-type-archive-tribe_events #tribe-events-header, .post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-header {
    margin-left: -10px;
    margin-top: -39px;
    z-index: 0;
  }

  .post-type-archive-tribe_events .tribe-events .tribe-events-c-top-bar__nav-list {
    margin-left: 16px;
  }

  .post-type-archive-tribe_events .un-event .tribe-events-calendar-month__day-date-daynum {
    display: none;
  }

  .post-type-archive-tribe_events #event-cont .titre {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .big, .post-type-archive-tribe_events #event-cont {
    font-size: 36px;
    line-height: 36px;
  }

  .single-creation .strate.textes .right.avec {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
