@charset "UTF-8";
@font-face {
  font-family: "Montserrat-Black";
  src: url("../fonts/Montserrat-Black.eot");
  src: local("☺"), url("../fonts/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-Black.ttf") format("truetype"), url("../fonts/Montserrat-Black.svg") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.eot");
  src: local("☺"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.eot");
  src: local("☺"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.eot");
  src: local("☺"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

body {
  padding: 0 !important;
  margin: 0 !important;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: rgb(255, 200, 0);
  color: rgb(20, 20, 20);
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

::-moz-selection {
  background: rgb(255, 200, 0);
}

::selection {
  background: rgb(255, 200, 0);
}

::-moz-selection {
  background: rgb(255, 200, 0);
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

body {
  -webkit-tap-highlight-color: rgb(255, 200, 0);
}

body {
  background-color: rgb(20, 20, 20);
  font-size: 14px;
  line-height: 1.6;
  font-family: "Montserrat-Regular", sans-serif;
  color: rgb(245, 245, 245);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

.l-viewport {
  position: relative;
  width: 100%;
  height: 100vh;
  box-shadow: 0 0 45px 5px rgba(0, 0, 0, 0.85);
  overflow: hidden;
}

.l-wrapper {
  position: relative;
  width: 1440px;
  max-width: 90%;
  height: 100%;
  margin: 0 auto;
}

.l-side-nav {
  position: absolute;
  left: 0;
  display: flex;
  height: 100%;
  align-items: center;
}
.l-side-nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 70%;
  max-height: 750px;
  background-color: #555;
  opacity: 0.35;
  z-index: 10;
}
@media (max-width: 1180px) {
  .l-side-nav {
    display: none;
  }
}

.l-main-content {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.l-section {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

.device-notification {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(20, 20, 20);
  z-index: 12;
}
.device-notification--logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: rgb(245, 245, 245);
}
.device-notification--logo p {
  margin: 0 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.device-notification--message {
  width: 70%;
  margin: 30px 0 0 0;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) and (min-width: 601px) and (max-height: 680px) {
  .device-notification {
    display: flex;
  }
}
@media (max-width: 600px) and (min-width: 480px) and (max-height: 580px) {
  .device-notification {
    display: flex;
  }
}
@media (max-width: 736px) and (min-width: 360px) and (orientation: landscape) {
  .device-notification {
    display: flex;
  }
}
@media (max-width: 359px) {
  .device-notification {
    display: flex;
  }
}

.section {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0s 0.4s;
}
.section--is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition: opacity 0.4s ease-in-out 0.4s;
}
.section--next {
  transform: translateY(-45px);
  transition: transform 0.4s ease-in-out;
}
.section--prev {
  transform: translateY(45px);
  transition: transform 0.4s ease-in-out;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 80px;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
}
.header--logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: rgb(245, 245, 245);
}
.header--logo p {
  margin: 0 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.header--nav-toggle {
  display: flex;
  width: 50px;
  height: 50px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header--nav-toggle span, .header--nav-toggle::before, .header--nav-toggle::after {
  content: "";
  position: relative;
  width: 16px;
  height: 2px;
  background-color: rgb(255, 200, 0);
}
.header--nav-toggle::before {
  bottom: 5px;
  width: 23px;
}
.header--nav-toggle::after {
  top: 5px;
  width: 23px;
}
.header--cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 20px;
  line-height: 30px;
  text-decoration: none;
  color: rgb(245, 245, 245);
  font-weight: 700;
  text-transform: uppercase;
  background-color: rgb(255, 200, 0);
  border: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0s 0.4s;
}
.header--cta:focus {
  outline: none;
}
.header--cta.is-active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease-in-out 0.4s;
}
@media (max-width: 767px) {
  .header--cta {
    display: none;
  }
}

.side-nav {
  position: relative;
  display: flex;
  width: 100px;
  height: 70%;
  max-height: 750px;
  flex-direction: column;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  list-style-position: inside;
  z-index: 10;
}
.side-nav > li {
  position: relative;
  top: -5px;
  color: rgb(245, 245, 245);
  font-size: 6px;
  cursor: pointer;
}
.side-nav > li span {
  position: relative;
  top: 3px;
  left: 10px;
  color: rgb(245, 245, 245);
  font-size: 14px;
  font-weight: 300;
  opacity: 0;
  visibility: hidden;
}
.side-nav > li::before {
  position: absolute;
  top: 3px;
  left: 10px;
  color: #555;
  font-size: 14px;
  font-weight: 300;
}
.side-nav li:nth-child(1)::before {
  content: "01";
}
.side-nav li:nth-child(2)::before {
  content: "02";
}
.side-nav li:nth-child(3)::before {
  content: "03";
}
.side-nav li:nth-child(4)::before {
  content: "04";
}
.side-nav li:nth-child(5)::before {
  content: "05";
}
.side-nav li.is-active {
  color: rgb(255, 200, 0);
  transition: color 0.4s ease-in-out;
}
.side-nav li.is-active span {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease-in-out;
}
.side-nav li.is-active::before {
  left: -33px;
  color: rgb(245, 245, 245);
}

.intro {
  position: relative;
  display: flex;
  width: 900px;
  max-width: 75%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .intro {
    max-width: 100%;
  }
}
.intro--banner {
  position: relative;
  height: 450px;
}
@media (max-height: 768px) {
  .intro--banner {
    height: 350px;
  }
}
.intro--banner::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: -15px;
  right: 0;
  height: 2px;
  background-color: rgb(120, 120, 120);
}
.intro--banner::after {
  content: "";
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 30px;
  height: 4px;
  background-color: rgb(255, 200, 0);
}
.intro--banner h1 {
  position: relative;
  font-size: 68px;
  font-weight: 900;
  line-height: 1;
  z-index: 1;
}
.intro--banner button {
  position: relative;
  padding: 5px 17px 5px 12px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
}
.intro--banner button .btn-background {
  position: absolute;
  top: 0;
  left: 23px;
  right: 0;
  height: 100%;
  background-color: rgb(255, 200, 0);
  z-index: -1;
  transition: left 0.2s ease-in-out;
}
.intro--banner button:hover .btn-background {
  left: 0;
}
.intro--banner button:focus {
  outline: none;
}
.intro--banner img {
  position: absolute;
  bottom: 21px;
  right: -12px;
}
.intro--options {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.intro--options > a {
  max-width: 250px;
  text-decoration: none;
  color: rgb(120, 120, 120);
  transition: color 0.2s ease-in-out;
}
.intro--options > a:hover {
  color: rgb(245, 245, 245);
}
.intro--options h3 {
  margin-bottom: 5px;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
.intro--options p {
  margin: 0;
  font-family: "Montserrat-Light", sans-serif;
  font-size: 11pt;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .intro--banner {
    height: 380px;
  }
  .intro--banner h1 {
    font-size: 55px;
  }
  .intro--banner img {
    width: 430px;
  }
  .intro--options > a {
    margin-right: 30px;
  }
  .intro--options > a:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .intro--banner {
    height: 250px;
  }
  .intro--banner h1 {
    font-size: 44px;
  }
  .intro--banner img {
    width: 330px;
  }
  .intro--options {
    display: block;
  }
  .intro--options > a {
    display: block;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
  .intro--options > a:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .intro--banner {
    height: 250px;
  }
  .intro--banner h1 {
    font-size: 55px;
  }
  .intro--banner img {
    display: none;
  }
}
@media (max-width: 600px) and (max-height: 750px) {
  .intro--banner {
    height: auto;
  }
  .intro--banner::before, .intro--banner::after {
    display: none;
  }
  .intro--banner h1 {
    margin-top: 0;
  }
  .intro--options {
    display: none;
  }
}
.carousel {
  width: 100%;
  height: 90%;
  margin: 0px;
  padding: 0px;
  background-color: rgb(20, 20, 20);
}
.carousel .carousel-cell {
  width: 100vw;
  height: 100%;
  margin: 0;
  padding: 0;
  counter-increment: carousel-cell;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.flickity-prev-next-button {
  padding: 20px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: rgba(200, 200, 200, 0.4);
  transition: all 400ms ease;
}

.flickity-prev-next-button:hover {
  background-color: rgb(0, 160, 220);
  padding: 20px;
}

.flickity-prev-next-button .arrow {
  fill: rgb(250, 250, 250);
}

.flickity-prev-next-button.no-svg {
  color: rgb(250, 250, 250);
}

.flickity-prev-next-button.previous {
  left: 40px;
}

.flickity-prev-next-button.next {
  right: 40px;
}

.flickity-page-dots {
  height: 20px;
  left: 0px;
  top: -30px;
}

.flickity-page-dots .dot,
.flickity-enabled.is-fullscreen .flickity-page-dots .dot {
  width: 10px;
  height: 2px;
  margin: auto 5px;
  border-radius: 0;
  background-color: rgb(120, 120, 120);
  opacity: 1;
  transition: all 400ms ease;
}

.flickity-page-dots .dot:hover,
.flickity-enabled.is-fullscreen .flickity-page-dots .dot:hover {
  background-color: rgb(255, 200, 0);
}

.flickity-page-dots .dot.is-selected,
.flickity-enabled.is-fullscreen .dot.is-selected {
  width: 30px;
  background-color: rgb(255, 200, 0);
}

.about {
  position: relative;
  display: flex;
  width: 900px;
  max-width: 75%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .about {
    max-width: 100%;
  }
}
.about--banner {
  position: relative;
  height: 475px;
}
@media (max-height: 768px) {
  .about--banner {
    height: 400px;
  }
}
.about--banner::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 200px;
  transform: rotate(-25deg);
  border: 5px solid rgb(255, 200, 0);
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.about--banner::after {
  content: "";
  position: absolute;
  top: 75px;
  left: 400px;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: rgb(255, 200, 0);
}
.about--banner h2 {
  position: relative;
  max-width: 500px;
  font-family: "Montserrat-Black", sans-serif;
  font-size: 60px;
  line-height: 1.1;
  color: rgb(245, 245, 245);
  z-index: 1;
}
.about--banner h2 span {
  display: block;
  margin: 0 0 12px 0;
  font-size: 100px;
  line-height: 1;
}
.about--banner h2::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 268px;
  width: 30px;
  height: 30px;
  background-color: rgb(255, 200, 0);
  border-radius: 50%;
}
.about--banner h2::after {
  content: "";
  position: absolute;
  top: 255px;
  left: 255px;
  width: 10px;
  height: 10px;
  background-color: rgb(255, 200, 0);
}
.about--banner a {
  padding: 5px 17px 5px 0;
  text-decoration: none;
  color: rgb(245, 245, 245);
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
}
.about--banner img {
  position: absolute;
  top: 0px;
  right: -12px;
}
.about--options {
  display: flex;
  flex-flow: row wrap;
  width: 900px;
  max-width: 100%;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.about--options > a {
  position: relative;
  width: 150px;
  max-width: 150px;
  min-width: 150px;
  height: 75px;
  margin: 0 0 30px 0;
  text-decoration: none;
  color: rgb(245, 245, 245);
  border: 7px solid rgb(255, 200, 0);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 400ms ease;
  cursor: pointer;
}
.about--options > a:hover h3 {
  bottom: -55px;
  color: rgb(255, 200, 0);
}
.about--options h3 {
  position: absolute;
  bottom: -45px;
  left: 10px;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  transition: bottom 0.2s ease-in-out, left 0.2s ease-in-out;
}

@media (max-width: 767px) {
  .about--banner {
    height: 305px;
  }
  .about--banner::before {
    display: none;
    top: 0;
    left: 125px;
  }
  .about--banner::after {
    display: none;
    top: 35px;
    left: 260px;
  }
  .about--banner h2 {
    margin-top: 10px;
    font-size: 44px;
  }
  .about--banner h2::before {
    display: none;
    top: 28px;
    left: 168px;
  }
  .about--banner h2::after {
    display: none;
    top: 163px;
    left: 163px;
  }
  .about--banner img {
    width: 315px;
  }
}
@media (max-width: 600px) {
  .about--banner {
    height: auto;
    text-align: center;
  }
  .about--banner::before {
    left: 155px;
  }
  .about--banner::after {
    left: 310px;
  }
  .about--banner h2 {
    margin-top: 0;
    font-size: 30px;
  }
  .about--banner h2 span {
    display: inline-block;
    margin: auto;
    font-size: 40px;
  }
  .about--banner h2::before {
    display: none;
    top: 43px;
    left: 214px;
  }
  .about--banner h2::after {
    display: none;
    top: 205px;
    left: 205px;
  }
  .about--banner img {
    position: relative;
    margin-bottom: 10px;
  }
}
.contact {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/zindala_adresse.png?v1");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .contact {
    background-image: url("../img/zindala_adresse_mobile.png?v1");
  }
}
.contact--lockup {
  position: relative;
  display: flex;
  width: 900px;
  max-width: 75%;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .contact--lockup {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .contact--lockup {
    justify-content: center;
  }
}
.contact--lockup .modal {
  width: 300px;
  max-width: 300px;
  padding: 40px 30px;
  text-align: center;
  background-color: rgba(30, 30, 30, 0.95);
  box-shadow: 0 0 40px 0 rgb(0, 0, 0);
}
.contact--lockup .modal--information h3 {
  margin: 30px 0 5px 0;
  font-family: "Montserrat-Bold", sans-serif;
  color: rgb(120, 120, 120);
}
.contact--lockup .modal--information p {
  margin: 10px 0 0 0;
  font-family: "Montserrat-Light", sans-serif;
  line-height: 1.1;
  color: rgb(120, 120, 120);
}
.contact--lockup .modal--information a {
  margin: 0;
  text-decoration: none;
  font-family: "Montserrat-Light", sans-serif;
  line-height: 1.1;
  color: rgb(245, 245, 245);
  transition: all 400ms ease;
}
.contact--lockup .modal--information a:hover {
  color: rgb(255, 200, 0);
}
.contact--lockup .modal--information span {
  margin: 0 10px;
  color: rgb(120, 120, 120);
}
.contact--lockup .modal--information .resaux {
  margin: 0 15px;
  transition: all 400ms ease;
}
.contact--lockup .modal--information .resaux:hover {
  opacity: 0.5;
}
.contact--lockup .modal--options {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact--lockup .modal--options > li {
  width: 130px;
  margin: 0 auto 25px auto;
}
.contact--lockup .modal--options li:nth-child(1) {
  background-color: #1769ff;
}
.contact--lockup .modal--options li:nth-child(2) {
  background-color: #ea4c89;
}
.contact--lockup .modal--options li:nth-child(3) {
  margin-bottom: 0;
  background-color: rgb(255, 200, 0);
  text-transform: uppercase;
}
.contact--lockup .modal--options a {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-decoration: none;
  color: rgb(245, 245, 245);
  font-weight: 700;
}

.perspective {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.perspective--modalview {
  position: fixed;
  perspective: 1500px;
}

.container {
  position: relative;
  transform: translateZ(0) translateX(0) rotateY(0deg);
  min-height: 100%;
  outline: 30px solid rgb(255, 200, 0);
  transition: transform 0.4s;
}

.modalview .container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  backface-visibility: hidden;
}

.effect-rotate-left .container {
  transform-origin: 0% 50%;
  transition: transform 0.4s;
}
.effect-rotate-left--animate .container {
  transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
  outline: 30px solid rgb(255, 200, 0);
}

.outer-nav {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translateY(-50%);
  transform-style: preserve-3d;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  visibility: hidden;
  transition: visibility 0s 0.2s;
}
.outer-nav.is-vis {
  visibility: visible;
}
.outer-nav--return {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  cursor: pointer;
  z-index: 11;
}
.outer-nav--return.is-vis {
  display: block;
}
.outer-nav > li {
  transform-style: preserve-3d;
  transform: translateX(350px) translateZ(-1000px);
  font-size: 55px;
  font-weight: 900;
  opacity: 0;
  cursor: pointer;
  transition: transform 0.2s, opacity 0.2s;
}
.outer-nav > li.is-vis {
  transform: translateX(0) translateZ(0);
  opacity: 1;
  transition: transform 0.4s, opacity 0.4s;
}
.outer-nav > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -25%);
  width: 110%;
  height: 15px;
  opacity: 0;
  background-color: rgb(255, 200, 0);
}
.outer-nav > li.is-active::before {
  opacity: 1;
}
@media (max-width: 767px) {
  .outer-nav > li {
    font-size: 44px;
  }
}
@media (max-width: 600px) {
  .outer-nav > li {
    font-size: 34px;
  }
}
.outer-nav li.is-vis:nth-child(2) {
  transition-delay: 0.04s;
}
.outer-nav li.is-vis:nth-child(3) {
  transition-delay: 0.08s;
}
.outer-nav li.is-vis:nth-child(4) {
  transition-delay: 0.12s;
}
.outer-nav li.is-vis:nth-child(5) {
  transition-delay: 0.16s;
}

.page-fullscreen {
  display: flex;
  width: 900px;
  height: 100vh;
  max-height: 100vh;
  position: absolute;
  top: 2000px;
  left: 50%;
  margin-left: -450px;
  padding: 0;
  z-index: 99;
}
.page-fullscreen .page {
  position: relative;
  width: 850px;
  margin: auto;
  padding: 0 25px 20px 25px;
  border: 10px solid rgb(255, 200, 0);
  background-color: rgba(20, 20, 20, 0.98);
}
.page-fullscreen .page .cover {
  float: right;
  width: 250px;
  margin: 0 0 20px 20px;
}
.page-fullscreen .page h1 {
  margin: 0 0 15px 0;
  font-family: "Montserrat-Black", sans-serif;
  font-size: 30pt;
  color: rgb(255, 200, 0);
}
.page-fullscreen .page h3 {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 12pt;
  text-transform: uppercase;
  color: rgb(120, 120, 120);
  margin: 15px 0 0 0;
}
.page-fullscreen .page div,
.page-fullscreen .page p {
  font-family: "Montserrat-Light", sans-serif;
  font-size: 11pt;
  line-height: 1.4;
  color: rgb(245, 245, 245);
  margin: 0 0 10px 0;
}
.page-fullscreen .page ul li {
  font-family: "Montserrat-Light", sans-serif;
  font-size: 11pt;
}
.page-fullscreen .page .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: "Montserrat-Black", sans-serif;
  font-size: 30pt;
  color: rgb(255, 200, 0);
  cursor: pointer;
}

@media (max-width: 899px) {
  .page-fullscreen {
    width: 90vw;
    max-width: 90vw;
    left: 0;
    margin-left: 0;
  }
  .page-fullscreen .page {
    position: relative;
    width: 100%;
    height: 75%;
    margin: auto 0;
    padding: 0 5%;
    overflow-y: auto;
  }
  .page-fullscreen .page .cover {
    width: 120px;
  }
}
.carousel-produits .carousel-main {
  width: 100%;
  overflow: hidden;
}
.carousel-produits .carousel-main .carousel-cell {
  display: flex;
  width: 100%;
  height: 50vh;
}
.carousel-produits .carousel-main .carousel-cell a {
  display: flex;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.carousel-produits .carousel-main .carousel-cell a img {
  margin: auto;
  height: 100%;
}
.carousel-produits .carousel-main .carousel-cell a .details {
  width: 50%;
  margin: auto;
  padding: 0 20px;
}
.carousel-produits .carousel-main .carousel-cell a .details::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 100px;
  transform: rotate(-25deg);
  border: 5px solid rgb(255, 200, 0);
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.carousel-produits .carousel-main .carousel-cell a .details::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 220px;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: rgb(255, 200, 0);
}
.carousel-produits .carousel-main .carousel-cell a .details h2 {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0;
  font-family: "Montserrat-Black", sans-serif;
  font-size: 40pt;
  text-transform: uppercase;
  line-height: 1.1;
  color: rgb(245, 245, 245);
}
.carousel-produits .carousel-main .carousel-cell a .details h2::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 300px;
  width: 30px;
  height: 30px;
  background-color: rgb(255, 200, 0);
  border-radius: 50%;
}
.carousel-produits .carousel-main .carousel-cell a .details h2::after {
  content: "";
  position: absolute;
  top: 200px;
  left: 250px;
  width: 10px;
  height: 10px;
  background-color: rgb(255, 200, 0);
}
.carousel-produits .carousel-main .carousel-cell a .details p {
  margin: 10px 0 0 0;
  font-family: "Montserrat-Regular", sans-serif;
  line-height: 1.2;
  color: rgb(120, 120, 120);
}
.carousel-produits .carousel-nav {
  display: block;
  width: 100%;
  padding: 5px;
  margin-top: 20px;
}
.carousel-produits .carousel-nav .carousel-cell {
  display: block !important;
  height: 100px;
  border: 4px solid rgb(255, 200, 0);
  margin-right: 25px;
  cursor: pointer;
}
.carousel-produits .carousel-nav .carousel-cell img {
  height: 100px;
  opacity: 1;
  transition: all 400ms ease;
}
.carousel-produits .carousel-nav .carousel-cell img:hover {
  opacity: 1;
}
.carousel-produits .carousel-nav .carousel-cell.is-selected img {
  opacity: 0.2;
}
.carousel-produits .flickity-prev-next-button {
  padding: 20px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 400ms ease;
}
.carousel-produits .flickity-prev-next-button:hover {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
}
.carousel-produits .flickity-prev-next-button .arrow {
  fill: rgba(255, 255, 255, 0.8);
}
.carousel-produits .flickity-prev-next-button.no-svg {
  color: rgba(255, 255, 255, 0.8);
}
.carousel-produits .flickity-prev-next-button.previous {
  left: 20px;
}
.carousel-produits .flickity-prev-next-button.next {
  right: 20px;
}

@media (max-width: 700px) {
  .carousel-produits .carousel-main .carousel-cell {
    height: 65vh;
  }
  .carousel-produits .carousel-main .carousel-cell a {
    display: block;
    text-align: center;
  }
  .carousel-produits .carousel-main .carousel-cell a img {
    margin: 20px auto 0 auto;
    width: auto;
    height: 70%;
  }
  .carousel-produits .carousel-main .carousel-cell a .details {
    width: 100% !important;
  }
  .carousel-produits .carousel-main .carousel-cell a .details::before {
    display: none;
  }
  .carousel-produits .carousel-main .carousel-cell a .details::after {
    display: none;
  }
  .carousel-produits .carousel-main .carousel-cell a .details h2 {
    width: 100%;
    max-width: 100%;
    font-size: 30pt;
  }
  .carousel-produits .carousel-main .carousel-cell a .details h2::before {
    display: none;
  }
  .carousel-produits .carousel-main .carousel-cell a .details h2::after {
    display: none;
  }
  .carousel-produits .carousel-nav {
    display: block;
    width: 100%;
    padding: 5px;
    margin-top: 20px;
  }
  .carousel-produits .carousel-nav .carousel-cell {
    display: block !important;
    height: 50px;
    border: 2px solid rgb(255, 200, 0);
    margin-right: 25px;
    cursor: pointer;
  }
  .carousel-produits .carousel-nav .carousel-cell img {
    height: 50px;
    opacity: 1;
    transition: all 400ms ease;
  }
  .carousel-produits .carousel-nav .carousel-cell img:hover {
    opacity: 1;
  }
  .carousel-produits .carousel-nav .carousel-cell.is-selected img {
    opacity: 0.2;
  }
}
.page-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgb(20, 20, 20);
  background-image: url("../img/zindala_apropos_marque.png");
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: center;
  z-index: 9999;
}

.spinner-page {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0px 0px -60px;
  border-radius: 50%;
  background-image: url("../img/loading.png");
  background-repeat: no-repeat;
  background-size: 120px;
  background-position: center;
  animation: spin-anim2 1.2s ease-in-out infinite;
}

.spinner1,
.spinner2 {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0px 0px -20px;
  border-radius: 50%;
}

.spinner1 {
  animation: spin-anim1 1.2s ease-in-out infinite;
}

.spinner2 {
  animation: spin-anim2 1.2s infinite;
}
@keyframes spin-anim1 {
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-anim2 {
  100% {
    transform: rotate(360deg);
  }
}
.copy {
  width: 300px;
  position: fixed;
  bottom: 15px;
  left: 50%;
  margin-left: -150px;
  padding: 0;
  z-index: 99;
  text-align: center;
}
.copy span,
.copy a {
  font-family: "Montserrat-Light", sans-serif;
  font-size: 9pt;
  color: rgb(120, 120, 120);
  text-decoration: none;
  transition: all 400ms ease;
}
.copy a:hover {
  color: rgb(245, 245, 245);
}/*# sourceMappingURL=styles.css.map */