@charset "UTF-8";
body {
  font-size: 14px;
  line-height: 1;
  font-family: roboto, sans-serif, tahoma;
  font-weight: 400;
  padding: 60px 0 0 0;
  overflow-x: hidden;
}

/* é &#233;     É &#201;        ç &#231;        Ç &#199;        à &#224;
À &#192;    ê &#234;    Ê &#202;    â &#226;        Â &#194; */
.button, .danslepre + #contactPage .gaman-wp-btn {
  font-family: roboto, sans-serif, tahoma;
  color: #F7F7F7;
  padding: 9px 0 10px;
  border-radius: 50px;
  border: 0.5px solid #F7F7F7;
  background-color: #FFAA0D;
  text-align: center;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 900;
  width: 300px;
  box-sizing: border-box;
  line-height: 1;
  -webkit-box-shadow: inset 0 0 3px 0 #eee;
  box-shadow: inset 0 0 3px 0 #eee;
}
.button:hover, .danslepre + #contactPage .gaman-wp-btn:hover {
  text-decoration: none;
  color: #FFAA0D;
  background-color: #F7F7F7;
  text-shadow: 0 0 1px white;
}

/* ***** HAMBURGER MENUS ***** */
.hamburger {
  padding: 4px 5px 3px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  margin: 0;
  overflow: visible;
  background: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 1.25em;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #F7F7F7;
  border-radius: 5px;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #F7F7F7;
}

.hamburger-box {
  width: 20px;
  height: 15px;
  display: inline-block;
  position: relative;
  background-color: #A3AF49;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 3px;
  background-color: #F7F7F7;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#mainMenu {
  position: absolute;
  top: 30px;
  right: 0;
  background-color: #758509;
  z-index: -1;
  width: 100%;
  max-width: 320px;
  overflow: hidden;
  padding: 2.25em 1em;
  font-size: 1.6em;
  display: none;
  height: auto;
  max-height: 450px;
}
#mainMenu ul {
  padding: 0;
}
#mainMenu ul li {
  list-style-type: none;
  margin-top: 0.4em;
}
#mainMenu ul li a {
  display: block;
  padding: 0.5em 0;
  color: #F7F7F7;
  text-transform: uppercase;
  font-weight: 700;
}
#mainMenu ul li a:first-child {
  margin-top: 0;
}
@media screen and (max-width: 576px) {
  #mainMenu {
    height: calc(100vh - 60px);
    max-width: unset;
    max-height: unset;
    padding-left: 2em;
    font-size: 2em;
    z-index: 1200;
  }
}
@media screen and (max-width: 360px) {
  #mainMenu {
    padding-left: 2.25em;
    font-size: 1.5em;
  }
}

/* ----- checkBox ----- */
#cgu {
  cursor: pointer;
  width: 40px;
  height: 20px;
  border-radius: 50px;
  position: absolute;
  -webkit-appearance: none;
  margin: 0 0 0 -50px;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4);
  border: 1px solid #F7F7F7;
}
#cgu:focus {
  outline: none;
}
#cgu:checked {
  background-color: #F7F7F7;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.4);
}
#cgu:checked:before {
  left: 20px;
  background: #f1f1f1;
}
#cgu:before {
  content: " ";
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.15);
  font-size: 0.75em;
  width: 16px;
  height: 14px;
  padding: 0.5em;
  top: 2px;
  left: 3px;
  position: absolute;
  border-radius: 3em;
  background: #999;
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.2), -1px 1px 2px rgba(0, 0, 0, 0.3), inset 1px 1px 1px #ffffff;
  -webkit-transition: all 0.5s;
}

.overlay {
  display: none;
}
.overlay .spinner-border-sm {
  width: 1.1em;
  height: 1.1em;
  border-width: 0.2em;
}

.section {
  color: #30461D;
  position: relative;
}
.section .container {
  padding-top: 3em;
  padding-bottom: 3em;
}
.section h2 {
  font-weight: bold;
  font-size: 1.9em;
}
.section p {
  font-size: 1em;
  line-height: 1.25;
}
.section.intro .container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
.section.intro .container .row {
  height: 100%;
}
.section.intro .container .row .play-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media all and (max-width: 576px) {
  .section.intro .container .row .play-video-btn svg {
    width: 100px;
    height: 100px;
  }
}
.section.intro .container .row .col-12 {
  height: 100%;
}
@media all and (max-width: 576px) {
  .section.intro .container .row .col-12 {
    margin-top: 70px;
  }
}
.section.intro .container .row .col-12 .inscript-button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media all and (min-width: 576px) {
  .section.intro .container .row .col-12 .inscript-button .button, .section.intro .container .row .col-12 .inscript-button .danslepre + #contactPage .gaman-wp-btn, .danslepre + #contactPage .section.intro .container .row .col-12 .inscript-button .gaman-wp-btn {
    width: 100%;
  }
}
.section.intro .container .row .col-12 .inscript-button a {
  color: #F7F7F7;
  text-decoration: underline;
}
.section.intro .container .row .col-12 #inscript {
  width: 100%;
  background-color: #FFAA0D;
  color: #F7F7F7;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1.25em;
  display: none;
}
@media all and (max-width: 576px) {
  .section.intro .container .row .col-12 #inscript {
    width: 95%;
  }
}
@media all and (max-width: 576px) and (max-height: 650px) and (orientation: portrait) {
  .section.intro .container .row .col-12 #inscript {
    bottom: unset;
    top: -35px;
  }
}
@media all and (max-width: 576px) and (max-height: 650px) and (orientation: landscape) {
  .section.intro .container .row .col-12 #inscript {
    bottom: unset;
    top: -35px;
  }
}
.section.intro .container .row .col-12 #inscript p {
  font-size: 1.8em;
  font-weight: bold;
}
.section.intro .container .row .col-12 #inscript .close {
  position: absolute;
  top: 0.75em;
  right: 0.75em;
  color: #111111;
}
.section.intro .container .row .col-12 #inscript form .form-group .cgu-text {
  font-size: 1.1em;
  text-align: left;
  font-weight: normal;
  margin-left: 50px;
}
.section.intro .container .row .col-12 #inscript form .form-group .cgu-text a {
  color: white;
  text-decoration: underline;
}
.section.intro .container .row .col-12 #inscript form .form-group .checkbox {
  text-align: left !important;
}
.section.intro .container .row .col-12 #inscript form .form-group .checkbox label {
  margin-left: 50px;
}
.section.intro .container .row .col-12 #inscript form .form-group .error-container {
  background-color: #ff640a;
  padding: 4px 3px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.section.intro .container .row .col-12 #inscript form button[type=submit] {
  width: 100%;
}
.section.intro .video-intro {
  position: relative;
  height: 720px;
  overflow: hidden;
  background-image: url("../img/video.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media all and (max-width: 768px) {
  .section.intro .video-intro {
    height: calc(100vh - 60px);
  }
}
.section.intro .video-intro video {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 100%;
}
@media all and (max-width: 1024px) and (orientation: portrait) {
  .section.intro .video-intro video {
    height: calc(100vh - 60px);
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media all and (max-width: 992px) and (orientation: landscape) {
  .section.intro .video-intro video {
    min-height: 100%;
    width: auto;
    min-width: 100%;
  }
}
.section.advatages {
  background-color: #E4EBCF;
  position: relative;
  z-index: -1;
  background-image: url("../img/bk2.png"), url("../img/bk1.png");
  background-position: right top, left top;
  background-repeat: no-repeat;
}
@media all and (max-width: 768px) {
  .section.advatages {
    background-size: 35% auto;
    background-position: right top, left 12.5%;
  }
}
@media all and (max-width: 576px) {
  .section.advatages {
    background-size: 45% auto;
    background-position: right top, left 19%;
  }
}
@media all and (max-width: 320px) {
  .section.advatages {
    background-position: right top, left 17.5%;
  }
}
@media all and (max-width: 576px) {
  .section.advatages .d-1 {
    width: 70%;
    float: left;
  }
}
@media all and (max-width: 576px) {
  .section.advatages .d-2 {
    float: right;
    width: 65%;
  }
}
.section.advatages h2 {
  text-align: center;
}
@media all and (max-width: 576px) {
  .section.advatages h2 {
    font-size: 1.6em;
    text-align: left;
  }
}
.section.advatages ul {
  display: table;
  margin: 3.5em auto 6em;
}
@media all and (max-width: 576px) {
  .section.advatages ul {
    padding-left: 10px;
    margin-top: 3em;
  }
}
.section.advatages ul li {
  list-style-type: none;
  font-size: 1.4em;
  margin-bottom: 0.75em;
  font-weight: 300;
}
@media all and (max-width: 576px) {
  .section.advatages ul li {
    font-size: 1.1em;
  }
}
.section.advatages p {
  line-height: 1.4;
  font-size: 1.25em;
  text-align: center;
  margin-top: 1.5em;
  font-weight: 300;
}
@media all and (max-width: 576px) {
  .section.advatages p {
    font-size: 1.1em;
    text-align: right;
  }
}
.section.advatages .spacer-bottom {
  height: 700px;
  overflow: hidden;
}
.section.advatages .spacer-bottom img {
  width: 100%;
}
@media all and (max-width: 1500px) {
  .section.advatages .spacer-bottom {
    height: 600px;
  }
}
@media all and (max-width: 1366px) {
  .section.advatages .spacer-bottom {
    height: 500px;
  }
}
@media all and (max-width: 1024px) {
  .section.advatages .spacer-bottom {
    height: 400px;
  }
}
@media all and (max-width: 576px) {
  .section.advatages .spacer-bottom {
    height: auto;
  }
}

/* ----- HEADER ---------------------------------- */
nav.navbar {
  height: 60px;
  background-color: #A3AF49;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  bottom: unset;
  z-index: 1000;
}
nav .container {
  position: relative;
  color: #F7F7F7;
  display: block;
}
nav .container .logo {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
nav .container .logo img {
  height: 20px;
}

/* ----- FOOTER ---------------------------------- */
footer {
  background-color: #7E835A;
  font-size: 1.15em;
  line-height: 1.15;
  position: relative;
}
@media screen and (max-width: 576px) {
  footer {
    font-size: 0.8em;
  }
}
footer .container {
  color: #F7F7F7;
}
footer .container a {
  color: #F7F7F7;
  margin: 0;
}
footer .container a:hover {
  color: #F7F7F7;
  text-decoration: underline;
}
footer .container span {
  margin: 0 5px 0 9px;
}

/* ----- CONTACT ---------------------------------- */
.danslepre + #contactPage {
  min-height: calc(100vh - 175px);
  background-color: #F7F7F7;
  margin-bottom: 0 !important;
}
.danslepre + #contactPage .gaman-wp-btn {
  margin: 0;
}
.danslepre + #contactPage form {
  box-shadow: none;
  border-radius: 1rem;
  padding: 2rem 1rem 0.5rem;
  margin: 0 auto;
}
@media all and (max-width: 1024px) and (min-width: 576px) {
  .danslepre + #contactPage form {
    width: 70%;
  }
}
.danslepre + #contactPage form .gaman-wp-form-row input, .danslepre + #contactPage form .gaman-wp-form-row textarea {
  width: 100%;
}
.danslepre + #contactPage form .gaman-wp-form-row label > span {
  float: unset;
}
.danslepre + #contactPage form label {
  color: #111111;
  margin-bottom: 5px;
}
.danslepre + #contactPage form input, .danslepre + #contactPage form textarea {
  background-color: #EEEEEE;
  border: 1px solid #BBBBBB;
  color: #111111;
}
.danslepre + #contactPage form h3 {
  color: #111111;
  font-size: 1.75rem;
}
.danslepre + #contactPage form .gaman-wp-input-error > span {
  color: red;
  font-weight: 700;
}
.danslepre + #contactPage .gaman-wp-intro-before-login {
  color: #F7F7F7;
}

/* ----- CGU ---------------------------------- */
.danslepre + .public-content {
  min-height: calc(100vh - 160px);
  padding: 2rem 1.25rem;
  color: #111111;
  background-color: #E4EBCF;
}
@media screen and (max-width: 576px) {
  .danslepre + .public-content .button, .danslepre + .public-content .danslepre + #contactPage .gaman-wp-btn, .danslepre + #contactPage .danslepre + .public-content .gaman-wp-btn {
    width: 100%;
  }
}
.danslepre + .public-content h1, .danslepre + .public-content h2, .danslepre + .public-content h3 {
  font-family: roboto, sans-serif, tahoma;
  text-align: left;
}
.danslepre + .public-content h1 {
  font-size: 1.7rem;
  margin-top: 0.2rem;
  color: #7E835A;
}
@media screen and (max-width: 1024px) {
  .danslepre + .public-content h1 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .danslepre + .public-content h1 {
    font-size: 1.3rem;
  }
}
.danslepre + .public-content h2 {
  font-size: 1.1rem;
  margin-bottom: 0.15rem;
  font-weight: bold;
  color: #30461D;
}
@media screen and (max-width: 576px) {
  .danslepre + .public-content h2 {
    font-size: 1rem;
  }
}
.danslepre + .public-content h3 {
  font-size: 1.4rem;
  color: #30461D;
}
.danslepre + .public-content p, .danslepre + .public-content ul {
  line-height: 1.2;
  font-size: 0.95rem;
  font-weight: 300;
}
@media screen and (max-width: 576px) {
  .danslepre + .public-content p, .danslepre + .public-content ul {
    font-size: 0.85rem;
  }
}
.danslepre + .public-content p li, .danslepre + .public-content ul li {
  margin-bottom: 0.2rem;
}
.danslepre + .public-content a {
  color: #111111;
  text-decoration: underline;
}

/* ticket-list custom style*/
.danslepre + #contactPage {
  background-color: #E4EBCF;
}
@media screen and (max-width: 576px) {
  .danslepre + #contactPage {
    padding-left: 0;
    padding-right: 0;
  }
  .danslepre + #contactPage .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.danslepre + #contactPage .gaman-wp-form-row.gaman-wp-input-error {
  color: #30461D;
  font-family: roboto, sans-serif, tahoma;
}
.danslepre + #contactPage form label {
  color: #30461D;
}
.danslepre + #contactPage form input, .danslepre + #contactPage form textarea {
  border: 0.5px solid #30461D;
  text-align: center;
  color: #777777;
}
.danslepre + #contactPage .gaman-wp-intro-before-login {
  color: #30461D;
  font-weight: 300;
  font-size: 0.9em;
}
.danslepre + #contactPage .gaman-wp-form-title {
  color: #7E835A;
}
.danslepre + #contactPage .gaman-wp-view-title,
.danslepre + #contactPage .ticket-title,
.danslepre + #contactPage .ticket-info {
  color: #30461D;
}

/* ----- LOGIN --------------------------- */
.danslepre-login {
  min-height: calc(100vh - 175px);
  background-color: #E4EBCF;
}
.danslepre-login h3 {
  color: #7E835A;
}
.danslepre-login form label {
  font-size: 1.2em;
  text-align: center;
  display: block;
  color: #30461D;
}
.danslepre-login form input {
  border: 0.5px solid #30461D;
  text-align: center;
  color: #777777;
}
.danslepre-login form a {
  color: #30461D;
  text-decoration: underline;
}
.danslepre-login form .button, .danslepre-login form .danslepre + #contactPage .gaman-wp-btn, .danslepre + #contactPage .danslepre-login form .gaman-wp-btn {
  width: 100%;
}
@media all and (max-width: 576px) {
  .danslepre-login #profilesOnline div:nth-child(n+9) {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
