@charset "UTF-8";
/*!
Theme Name: ratp
Theme URI: https://ratp.blueingreen.fr/
Author: Fruit du dragon
Author URI: http://fruitdudragon.com
Description: 
Version: 1.0.0
License: GNU General Public License v3 or Later
Text Domain: ratp
Tags: 
*/
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: white;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

button {
  outline: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea, input[type=text], input[type=button], input[type=submit], input[type=reset], input[type=search], input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

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

th, td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small, sup, sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd, tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del, strike, s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address, cite, var {
  font-style: italic;
}

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

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* GRID */
/*

css grid equivalent to bootstrap 4
https://hacks.mozilla.org/2017/04/replace-bootstrap-layouts-with-css-grid/

usage :

<div class="container">
      <div class="row">
        <div class="col-xs-12 hero">
        ...
*/
/* CONTAINER */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
/* ROW */
.row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}

.col-xs-12 {
  grid-column: span 12;
}

.col-xs-11 {
  grid-column: span 11;
}

.col-xs-10 {
  grid-column: span 10;
}

.col-xs-9 {
  grid-column: span 9;
}

.col-xs-8 {
  grid-column: span 8;
}

.col-xs-7 {
  grid-column: span 7;
}

.col-xs-6 {
  grid-column: span 6;
}

.col-xs-5 {
  grid-column: span 5;
}

.col-xs-4 {
  grid-column: span 4;
}

.col-xs-3 {
  grid-column: span 3;
}

.col-xs-2 {
  grid-column: span 2;
}

.col-xs-1 {
  grid-column: span 1;
}

@media (min-width: 768px) {
  .col-sm-12 {
    grid-column: span 12;
  }
  .col-sm-11 {
    grid-column: span 11;
  }
  .col-sm-10 {
    grid-column: span 10;
  }
  .col-sm-9 {
    grid-column: span 9;
  }
  .col-sm-8 {
    grid-column: span 8;
  }
  .col-sm-7 {
    grid-column: span 7;
  }
  .col-sm-6 {
    grid-column: span 6;
  }
  .col-sm-5 {
    grid-column: span 5;
  }
  .col-sm-4 {
    grid-column: span 4;
  }
  .col-sm-3 {
    grid-column: span 3;
  }
  .col-sm-2 {
    grid-column: span 2;
  }
  .col-sm-1 {
    grid-column: span 1;
  }
}
@media (min-width: 992px) {
  .col-md-12 {
    grid-column: span 12;
  }
  .col-md-11 {
    grid-column: span 11;
  }
  .col-md-10 {
    grid-column: span 10;
  }
  .col-md-9 {
    grid-column: span 9;
  }
  .col-md-8 {
    grid-column: span 8;
  }
  .col-md-7 {
    grid-column: span 7;
  }
  .col-md-6 {
    grid-column: span 6;
  }
  .col-md-5 {
    grid-column: span 5;
  }
  .col-md-4 {
    grid-column: span 4;
  }
  .col-md-3 {
    grid-column: span 3;
  }
  .col-md-2 {
    grid-column: span 2;
  }
  .col-md-1 {
    grid-column: span 1;
  }
}
@media (min-width: 1200px) {
  .col-lg-12 {
    grid-column: span 12;
  }
  .col-lg-11 {
    grid-column: span 11;
  }
  .col-lg-10 {
    grid-column: span 10;
  }
  .col-lg-9 {
    grid-column: span 9;
  }
  .col-lg-8 {
    grid-column: span 8;
  }
  .col-lg-7 {
    grid-column: span 7;
  }
  .col-lg-6 {
    grid-column: span 6;
  }
  .col-lg-5 {
    grid-column: span 5;
  }
  .col-lg-4 {
    grid-column: span 4;
  }
  .col-lg-3 {
    grid-column: span 3;
  }
  .col-lg-2 {
    grid-column: span 2;
  }
  .col-lg-1 {
    grid-column: span 1;
  }
}
body {
  font-family: "Raleway", sans-serif;
  line-height: 20px;
  height: 100vh;
  overflow: hidden;
}

.intro {
  font-size: 18px;
}

#loader {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  background-color: black;
  z-index: 200;
}

p strong, p b {
  font-weight: 700;
}

/* alignwide */
.alignwide {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.alignwide img {
  width: 100%;
  height: auto;
}
.alignwide.align-l-wide {
  margin: 0 40px;
}

@media (min-width: 768px) {
  .alignwide {
    width: 750px;
  }
  .alignwide.align-l-wide {
    width: 668px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .alignwide {
    width: 970px;
  }
  .alignwide.align-l-wide {
    width: 873px;
  }
}
@media (min-width: 1200px) {
  .alignwide {
    width: 1170px;
  }
  .alignwide.align-l-wide {
    width: 1067px;
  }
  .alignwide.align-m-wide {
    width: 970px;
  }
}
.alignwide-video {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.alignwide-video img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .alignwide-video {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .alignwide-video {
    width: 970px;
  }
}

/*

@mixin button($bcolor,
    $url,
    $x1,
    $y1,
    $bor,
    $col) {
    background: $bcolor;
    -webkit-mask: url($url);
    mask: url($url);
    -webkit-mask-size: $x1 $y1;
    mask-size: $x1 $y1;
    border: $bor;
    color: $col;
}


@-webkit-keyframes ani {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@keyframes ani {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
}

@-webkit-keyframes ani2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}

@keyframes ani2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }

    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}


.behind {
    position: absolute;
    border-radius: 60px;
    // background-color: white;
    color: white;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 12px;
    // margin-top: 1px;
    overflow: hidden;
    font-weight: bold;
    // border: 1px solid $ORANGE;
}

.btn-more {
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: 0.5s;
    border-radius: 60px;
    line-height: 30px;
    color: white;
    border: none;
    margin-top: 20px;

    button {
        position: relative;
        margin: 0;
        padding: 10px 20px;
        width: 100%;
        height: 100%;
        font-size: 12px;
        font-weight: bold;
        text-align: center;

    }
}
.btn-center {
    text-align: center;
    line-height: 0;
}
*/
#loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
#loader .loader-train {
  position: relative;
  margin-left: 16px;
}
#loader .track {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 100px;
  border-left: 3px solid white;
  transform: skew(-10deg) rotateX(45deg);
}
#loader .track:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 50px;
  background-color: white;
  top: 90px;
  box-shadow: 0 0 white, 0 -10px white, 0 -20px white, 0 -30px white, 0 -40px white, 0 -50px white, 0 -50px white, 0 -60px white, 0 -70px white, 0 -80px white, 0 -90px white, 0 -100px white, 0 -110px white, 0 -120px white, 0 -130px white, 0 -140px white;
  animation: track 1s linear infinite;
}
#loader .track:after {
  content: "";
  position: absolute;
  transform: rotate(-15deg);
  width: 50px;
  height: 120px;
  background-color: black;
  border-left: 3px solid white;
  left: 30px;
  top: -10px;
}
#loader .train {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 15px;
  top: 0;
  left: -13px;
  transform-origin: bottom;
  animation: rotate 1s linear infinite;
}
#loader .train:before {
  content: "";
  position: absolute;
  background-color: #7e7e7e;
  width: 20px;
  height: 15px;
  left: 9px;
  top: 15px;
  box-shadow: 22px 0 #7e7e7e;
}
#loader .train:after {
  content: "";
  position: absolute;
  background-color: #7e7e7e;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  top: 45px;
  left: 10px;
  box-shadow: 30px 0px #7e7e7e;
}
@keyframes track {
  0% {
    transform: translateY(70px) rotateX(45deg);
  }
  100% {
    transform: translateY(0px) rotateX(45deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0);
  }
}

.oxypharm-grid-col-4 {
  min-height: 430px !important;
}
.oxypharm-grid-col-4 .vc_column-inner {
  justify-content: flex-end;
}

.poi {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.points {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  transition: opacity 1s ease-out;
  opacity: 0;
  z-index: 10;
}

.points.active {
  opacity: 1;
}

.point {
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  opacity: 0;
}
.point.visible {
  opacity: 1;
}
.point .label {
  height: 18px;
  width: 18px;
  background: #3274b5;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.point.point-ligne-4 {
  pointer-events: all;
}
.point.point-ligne-4 .dot {
  display: none;
}
.point.point-ligne-4 .label {
  opacity: 0;
  height: 36px;
  width: 36px;
}
.point.point-pp .label {
  background: #da3b26;
}
.point.point-pp .txt {
  background: #da3b26;
  transform: none;
}
.point.point-metiers .label {
  background: #00a892;
}
.point.point-metiers .txt {
  background: #00a892;
}
.point.point-info .label {
  background: white;
  border: 2px solid #353535;
}
.point.point-info .label:after {
  position: absolute;
  content: "i";
  font-family: "Courier New", Courier, monospace;
  color: #353535;
  position: relative;
  top: -4px;
  left: 3px;
  font-weight: 700;
  font-size: 14px;
}
.point .dot {
  position: absolute;
  height: 30px;
  width: 30px;
  border: 2px solid #ffffff;
  display: inline-block;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: scale 2s ease-out infinite;
  transform-origin: center;
  pointer-events: all;
}
.point .dot:nth-child(2) {
  height: 40px;
  width: 40px;
  border: 1px solid #ffffff;
  /* animation: scale 2s ease-out infinite;
  transform-origin: center; */
  animation-delay: 1000ms;
}
.point .txt {
  /* display: none; */
  /* pointer-events: none; */
  padding: 8px 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 16px;
  background: #3274b5;
  border-radius: 10px;
  border: 2px solid #ffffff;
  color: white;
  text-align: center;
  font-size: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease-out;
}
.point.active .txt, .point.hover .txt {
  opacity: 1;
  pointer-events: all;
}

.panels {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  pointer-events: none;
  height: 100vh;
}
.panels.active {
  pointer-events: all;
}
.panels .panel {
  position: relative;
  height: 100vh;
  opacity: 0;
}
.panels .panel .inner-panel {
  position: absolute;
  top: 0;
  width: 300px;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}
.panels .panel .inner-panel.active {
  display: flex;
}
.panels .panel .inner-panel .side-menu {
  margin-top: 48px;
}
.panels .panel .inner-panel .side-menu h2.link-title {
  font-size: 28px;
  color: #00a892;
  line-height: 32px;
  margin-bottom: 30px;
  padding: 0 15px;
}
.panels .panel .inner-panel .side-menu .menu-title .link, .panels .panel .inner-panel .side-menu .menu-title.parent {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  color: #284593;
  font-weight: 700;
  margin: 30px 0 10px;
}
.panels .panel .inner-panel .side-menu .menu-title .link:after, .panels .panel .inner-panel .side-menu .menu-title.parent:after {
  position: absolute;
  content: "";
  height: 8px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
  width: 67px;
  background-color: #00a892;
}
.panels .panel .inner-panel .side-menu ul {
  margin-top: 30px;
}
.panels .panel .inner-panel .side-menu .item a {
  color: #00a892;
  padding: 10px 0;
  display: block;
  text-decoration: none;
}
.panels .panel .inner-panel .side-menu .item a:hover {
  opacity: 0.6;
}
.panels .panel .close-btn {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #3274b5;
  border-radius: 50px;
  transition: transform 0.1s linear;
  cursor: pointer;
}
.panels .panel .close-btn:after {
  display: inline-block;
  content: "×";
  /* This will render the 'X' */
  color: white;
  position: relative;
  top: -1px;
  left: 6px;
}
.panels .panel .close-btn:hover {
  transform: scale(1.2);
}
.panels .panel-content {
  width: 60vw;
  background-color: rgba(41, 81, 141, 0.8784313725);
  /*

  .item {
      display: none;
      // opacity: 0;
      // transition: opacity .5s ease-out;
      // &.active {
      //     opacity: 1;
      // }
  }

  .item img {
      width: 60%;
      height: auto;
      margin: auto;
      display: block;
  }

  .item-txt {
      color: white;
      display: none;
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-start;
      // padding-top: 200px;

      .side-menu {
          margin-right: 30px;
          position: relative;
          top: -10px;
          min-width: 200px;

          ul {
              list-style: none;

              li {
                  color: #7992b3;

                  &.active {
                      color: white;
                  }
              }
          }
      }

      .inner-item-txt {
          max-width: 60%;

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

          .title {
              font-size: 22px;
              font-weight: 600;
          }

          .txt {
              height: 80vh;
              overflow: auto;
              .inner-txt {
              }

          }
      }
  }
  */
}
.panels .panel-content .inner-panel {
  width: 100%;
}
.panels .panel-content .inner-panel.active {
  display: block;
}
.panels .panel-content .content {
  position: relative;
}
.panels .panel-content .content .sub-content {
  position: absolute;
  top: 135px;
  width: 100%;
  padding: 0 60px 0 30px;
  color: white;
  display: none;
}
.panels .panel-content .content .sub-content.active {
  display: block;
}
.panels .panel-content .content .sub-content .s-scrollbar {
  height: calc(100vh - 150px);
  width: calc(60vw - 90px);
  overflow: auto;
  padding-right: 30px;
}
.panels .panel-content .content .sub-content h2 {
  font-size: 24px;
  color: #00a892;
  margin-bottom: 15px;
}
.panels .panel-menu {
  width: 300px;
  background-color: rgba(255, 255, 255, 0.8509803922);
}
.panels .panel-menu .inner-panel {
  justify-content: space-between;
  text-align: center;
  background-color: white;
}
.panels .panel-menu .title {
  display: inline-block;
  padding: 10px 15px;
  font-family: Arial, Helvetica, sans-serif;
  background: rgb(49, 107, 193);
  background: linear-gradient(0deg, rgb(49, 107, 193) 0%, rgb(97, 159, 237) 100%, rgb(0, 212, 255) 100%);
  border-radius: 50px;
  border: 2px solid #ffffff;
  color: white;
  text-align: center;
  font-size: 12px;
  justify-content: flex-start;
  margin-top: 30px;
}
.panels .panel-menu .content {
  position: relative;
  width: 100%;
  /*
  ul {
      margin: 0;
      padding: 0;
      list-style: none;

      li {
          display: block;

          a {
              padding: 10px 0;
              display: block;
              color: #3a4d6a;
              text-decoration: none;
              &:hover {
                  font-weight: 600;
                  // background-color: white;
              }
          }
          .link {
              &.active {
                 font-weight: 600;
                 background-color: white;
              }
          }

      }
  }
  */
}
.panels .panel-menu .content .arrow {
  position: absolute;
  left: -16px;
}
.panels .panel-menu .content .arrow-left {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 16px solid white;
}

#menu ul li {
  display: inline-block;
}

#header {
  position: fixed;
  z-index: 100;
}
#header .brand {
  display: none;
}
#header .logo {
  width: 150px;
}

/*
.footer-newsletter {

    // background-color: $ORANGE;
    position: relative;
    overflow: visible !important;
    margin-top: 160px;

    .newsletter-form {
        padding-top: 30px;
        padding-bottom: 60px;

        .form {
            margin-top: 30px;
            input[type="text"] {
                border-radius: 60px;
                width: 500px;
                font-size: 14px;
                padding: 15px;
                border: none;
                display: inline-block;
            }

            input[type="submit"] {
                display: inline-block;
                border-radius: 60px;
                font-size: 24px;
                // background-color: $ORANGE;
                color: white;
                border: none;
                position: relative;
                right: 135px;
                top: 3px;
                padding: 5px 10px;
            }
        }
    }

    .newsletter-girl {
        position: absolute;
        bottom: 0px;
        right: 0px;
        margin: 0px;
        padding: 0px;
        height: 515px;
        width: auto;
    }

}
.footer-brands {
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 40px;

    .wpb_content_element {
        height: 55.61px;
        margin-bottom: 0 !important;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .wpb_column {
        .wpb_content_element {
            padding-top: 20px;
        }
    }
    .wpb_column:first-of-type {
        .wpb_content_element {
            padding-top: 0px;
        }
    }
}
.footer-copyright {
    padding-top: 30px;
    padding-bottom: 30px;
    .copyright-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    ul {
        li {
            display: inline-block;
            margin-left: 15px;
        }
    }
}

.footer-sitemap {
    padding-top: 80px;
    padding-bottom: 20px;
    font-size: 14px;
    h6 {
        margin-bottom: 20px;

    }

}
*/
.home #container {
  height: 100vh;
  border: 5px solid #284593;
  overflow: hidden;
}
.home .home-columns {
  color: #284593;
}
.home .home-columns .home-column-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding: 30px 0 30px 30px;
}
.home .home-columns .home-column-right {
  height: 99vh;
}
.home .home-columns .home-column-right .cover-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .home-columns-btns {
  width: 100%;
}
.home h1 {
  line-height: 48px;
  font-size: 38px;
  font-weight: 700;
  margin: 10px 0px;
}
.home p {
  margin: 10px 0px;
}
.home .btn-go a {
  color: #284593;
  text-decoration: none;
}

.page-template-page-city .city {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: url(assets/img/Ville_v07.jpg) center center;
}

.page-template-page-ligne4 canvas {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
.page-template-page-ligne4 .main-ligne-4 .entry-content {
  height: 100vh;
}
.page-template-page-ligne4 .main-ligne-4 article {
  position: relative;
  z-index: 10;
}
.page-template-page-ligne4 .main-ligne-4 .caption-keyboard {
  position: absolute;
  bottom: 30px;
  left: 30px;
  pointer-events: none;
}
.page-template-page-ligne4 .main-ligne-4 .caption-keyboard .key-command {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.page-template-page-ligne4 .main-ligne-4 .caption-keyboard .key-command .icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 10px;
}
.page-template-page-ligne4 .main-ligne-4 .caption-keyboard .key-command .icons .icon-command {
  width: 20px;
}
.page-template-page-ligne4 .main-ligne-4 .caption-keyboard .key-command .icons .icon-plus {
  width: 10px;
  margin: 0 10px;
}
.page-template-page-ligne4 .main-ligne-4 .caption-keyboard .key-command .icons .icon-mouse {
  width: 15px;
}
.page-template-page-ligne4 .main-ligne-4 .caption-keyboard .key-command .key-caption {
  font-size: 14px;
  line-height: 18px;
  color: #284593;
  margin-left: 15px;
}
.page-template-page-ligne4 .main-ligne-4 .captions {
  position: absolute;
  bottom: 15px;
  right: 0px;
  width: 300px;
  height: 150px;
  pointer-events: none;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
}
.page-template-page-ligne4 .main-ligne-4 .captions .caption {
  pointer-events: all;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #284593;
  font-size: 14px;
  margin-bottom: 0px;
}
.page-template-page-ligne4 .main-ligne-4 .captions .caption .dot {
  height: 14px;
  width: 14px;
  display: flex;
  border-radius: 50%;
  flex: 0 0 14px;
  border: 2px solid white;
  position: relative;
}
.page-template-page-ligne4 .main-ligne-4 .captions .caption .txt {
  padding-left: 15px;
}
.page-template-page-ligne4 .main-ligne-4 .captions .caption.caption-0 {
  margin-top: 15px;
}
.page-template-page-ligne4 .main-ligne-4 .captions .caption.caption-0 .dot {
  background-color: #3274b5;
}
.page-template-page-ligne4 .main-ligne-4 .captions .caption.caption-1 .dot {
  background-color: #00a892;
}
.page-template-page-ligne4 .main-ligne-4 .captions .caption.caption-2 .dot {
  background-color: #da3b26;
}
.page-template-page-ligne4 .main-ligne-4 .captions .caption.caption-presentation .dot {
  border: 2px solid #353535;
  background-color: white;
  position: relative;
}
.page-template-page-ligne4 .main-ligne-4 .captions .caption.caption-presentation .dot:after {
  position: absolute;
  content: "i";
  font-family: "Courier New", Courier, monospace;
  color: #353535;
  position: relative;
  top: -4px;
  left: 2px;
  font-weight: 700;
  font-size: 11px;
}
@keyframes scale {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.15);
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */