@charset "UTF-8";
section.autres-parcours .title-part:before {
  content: ' ';
  background: white;
  background-size: contain;
  display: block;
  width: 1px;
  height: 30px;
  line-height: 100%; }
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}


.btn {
  background-color: white;
  height: 40px;
  max-width: 238px;
  margin: auto;
  display: inline-block;
  width: 100%;
  color: #011037;
  font-size: 1.25rem;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.18rem; }
  .btn:hover {
    box-shadow: 0 0 40px rgba(255, 255, 255, .7);
    text-decoration: none; }
  .btn.disabled {
    opacity: .9;
    cursor: no-drop;
    pointer-events: none; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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: #ff0;
  color: #000; }

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"] {
  -webkit-appearance: button;
  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"] {
  -webkit-appearance: textfield;
  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; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Poppins",-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #fff;
  background-color: #a6a6a6; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #fff;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }


h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }


p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

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


ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

.container, .group-btn > div {
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px; }
  .container:before, .group-btn > div:before, .container:after, .group-btn > div:after {
    content: " ";
    display: table; }
  .container:after, .group-btn > div:after {
    clear: both; }
  @media (min-width: 992px) {
    .container, .group-btn > div {
      margin-right: auto;
      margin-left: auto;
      padding-left: 15px;
      padding-right: 15px;
      width: 970px; }
      .container:before, .group-btn > div:before, .container:after, .group-btn > div:after {
        content: " ";
        display: table; }
      .container:after, .group-btn > div:after {
        clear: both; } }
  @media (min-width: 1200px) {
    .container, .group-btn > div {
      width: 1000px; } }


.row {
  margin-left: -40px;
  margin-right: -40px; }
  .row:before, .group-btn .container-btn:before, .row:after, .group-btn .container-btn:after {
    content: " ";
    display: table; }
  .row:after, .group-btn .container-btn:after {
    clear: both; }
  @media (min-width: 992px) {
    .row, .group-btn .container-btn {
      margin-left: -15px;
      margin-right: -15px; }
      .row:before, .group-btn .container-btn:before, .row:after, .group-btn .container-btn:after {
        content: " ";
        display: table; }
      .row:after, .group-btn .container-btn:after {
        clear: both; } }

.col-xs-1, .col-sm-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 40px;
  padding-right: 40px; }
  @media (min-width: 1200px) {
    .col-xs-1, .col-sm-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
      padding-left: 15px;
      padding-right: 15px; } }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }


.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #fff; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.navbar {
  position: relative;
  min-height: 30px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }


.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-nav {
  margin: 0 -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }

.navbar-nav li a span {
    display: block;
}
.nav-li-en {
    padding-left: 14px;
    padding-right: 14px;
}

  @media (min-width: 992px) and (max-width: 1191px) {
.nav-li-story a {
    width: 110px;
}
.nav-li-tickets a {
    width: 90px;
}
.nav-li-contact a {
    width: 130px;
}
.nav-li-info a {
    width: 160px;
}
.nav-li-access a {
    width: 90px;
}
}
  @media (min-width: 1192px) {
.nav-li-story a {
    width: 120px;
}
.nav-li-tickets a {
    width: 100px;
}
.nav-li-contact a {
    width: 140px;
}
.nav-li-info a {
    width: 170px;
}
.nav-li-access a {
    width: 100px;
}
}

  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; } }


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

.clearfix:after {
  clear: both; }


.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.transition20, section.module#histoire .guide-btn a, section.module#story .guide-btn a, section.autres-parcours a.link_discover, a.btn-guide {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.transition25 {
  -webkit-transition: all 0.250s ease-in-out;
  transition: all 0.250s ease-in-out; }

.transition50 {
  -webkit-transition: all 0.500s ease-in-out;
  transition: all 0.500s ease-in-out; }

.transition75 {
  -webkit-transition: all 0.750s ease-in-out;
  transition: all 0.750s ease-in-out; }

.transition100 {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

section.module#histoire .fleche-droite, section.module#story .fleche-droite, .slick-next {
  background-image: url("../images/arrow_right.png"); }

section.module#histoire .fleche-gauche, section.module#story .fleche-gauche, .slick-prev {
  background-image: url("../images/arrow_left.png"); }

.slick-loading .slick-list {
  background-image: url("data:image/gif;base64,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"); }

.slick-next:hover, .fancybox-next span {
  background-image: url("../images/arrow_right_hover.png"); }

.slick-prev:hover, .fancybox-prev span {
  background-image: url("../images/arrow_left_hover.png"); }


body {
  padding-top: 2rem;
  background-color: black; }
  body.page-template-template-landing-pub {
    background-color: #111e52; }


.navbar {
  min-height: 4rem;
  max-width: 100vw; }
  .navbar > .container, .group-btn.navbar > div {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #000;}
    .navbar > .container .row, .group-btn.navbar > div .row, .navbar > .container .group-btn .container-btn, .group-btn .navbar > .container .container-btn, .group-btn.navbar > div .container-btn {
      margin-left: -10px;
      margin-right: -10px; }
      .navbar > .container .row .col-xs-1, .group-btn.navbar > div .row .col-xs-1, .navbar > .container .group-btn .container-btn .col-xs-1, .group-btn .navbar > .container .container-btn .col-xs-1, .group-btn.navbar > div .container-btn .col-xs-1, .navbar > .container .row .col-sm-1, .group-btn.navbar > div .row .col-sm-1, .navbar > .container .group-btn .container-btn .col-sm-1, .group-btn .navbar > .container .container-btn .col-sm-1, .group-btn.navbar > div .container-btn .col-sm-1,
      .navbar > .container .row .col-xs-2,
      .group-btn.navbar > div .row .col-xs-2,
      .navbar > .container .group-btn .container-btn .col-xs-2, .group-btn
      .navbar > .container .container-btn .col-xs-2, .group-btn.navbar > div .container-btn .col-xs-2, .navbar > .container .row .col-sm-2, .group-btn.navbar > div .row .col-sm-2, .navbar > .container .group-btn .container-btn .col-sm-2, .group-btn .navbar > .container .container-btn .col-sm-2, .group-btn.navbar > div .container-btn .col-sm-2,
      .navbar > .container .row .col-xs-3,
      .group-btn.navbar > div .row .col-xs-3,
      .navbar > .container .group-btn .container-btn .col-xs-3, .group-btn
      .navbar > .container .container-btn .col-xs-3, .group-btn.navbar > div .container-btn .col-xs-3, .navbar > .container .row .col-sm-3, .group-btn.navbar > div .row .col-sm-3, .navbar > .container .group-btn .container-btn .col-sm-3, .group-btn .navbar > .container .container-btn .col-sm-3, .group-btn.navbar > div .container-btn .col-sm-3,
      .navbar > .container .row .col-xs-4,
      .group-btn.navbar > div .row .col-xs-4,
      .navbar > .container .group-btn .container-btn .col-xs-4, .group-btn
      .navbar > .container .container-btn .col-xs-4, .group-btn.navbar > div .container-btn .col-xs-4, .navbar > .container .row .col-sm-4, .group-btn.navbar > div .row .col-sm-4, .navbar > .container .group-btn .container-btn .col-sm-4, .group-btn .navbar > .container .container-btn .col-sm-4, .group-btn.navbar > div .container-btn .col-sm-4,
      .navbar > .container .row .col-xs-5,
      .group-btn.navbar > div .row .col-xs-5,
      .navbar > .container .group-btn .container-btn .col-xs-5, .group-btn
      .navbar > .container .container-btn .col-xs-5, .group-btn.navbar > div .container-btn .col-xs-5, .navbar > .container .row .col-sm-5, .group-btn.navbar > div .row .col-sm-5, .navbar > .container .group-btn .container-btn .col-sm-5, .group-btn .navbar > .container .container-btn .col-sm-5, .group-btn.navbar > div .container-btn .col-sm-5,
      .navbar > .container .row .col-xs-6,
      .group-btn.navbar > div .row .col-xs-6,
      .navbar > .container .group-btn .container-btn .col-xs-6, .group-btn
      .navbar > .container .container-btn .col-xs-6, .group-btn.navbar > div .container-btn .col-xs-6, .navbar > .container .row .col-sm-6, .group-btn.navbar > div .row .col-sm-6, .navbar > .container .group-btn .container-btn .col-sm-6, .group-btn .navbar > .container .container-btn .col-sm-6, .group-btn.navbar > div .container-btn .col-sm-6,
      .navbar > .container .row .col-xs-7,
      .group-btn.navbar > div .row .col-xs-7,
      .navbar > .container .group-btn .container-btn .col-xs-7, .group-btn
      .navbar > .container .container-btn .col-xs-7, .group-btn.navbar > div .container-btn .col-xs-7, .navbar > .container .row .col-sm-7, .group-btn.navbar > div .row .col-sm-7, .navbar > .container .group-btn .container-btn .col-sm-7, .group-btn .navbar > .container .container-btn .col-sm-7, .group-btn.navbar > div .container-btn .col-sm-7,
      .navbar > .container .row .col-xs-8,
      .group-btn.navbar > div .row .col-xs-8,
      .navbar > .container .group-btn .container-btn .col-xs-8, .group-btn
      .navbar > .container .container-btn .col-xs-8, .group-btn.navbar > div .container-btn .col-xs-8, .navbar > .container .row .col-sm-8, .group-btn.navbar > div .row .col-sm-8, .navbar > .container .group-btn .container-btn .col-sm-8, .group-btn .navbar > .container .container-btn .col-sm-8, .group-btn.navbar > div .container-btn .col-sm-8,
      .navbar > .container .row .col-xs-9,
      .group-btn.navbar > div .row .col-xs-9,
      .navbar > .container .group-btn .container-btn .col-xs-9, .group-btn
      .navbar > .container .container-btn .col-xs-9, .group-btn.navbar > div .container-btn .col-xs-9, .navbar > .container .row .col-sm-9, .group-btn.navbar > div .row .col-sm-9, .navbar > .container .group-btn .container-btn .col-sm-9, .group-btn .navbar > .container .container-btn .col-sm-9, .group-btn.navbar > div .container-btn .col-sm-9,
      .navbar > .container .row .col-xs-10,
      .group-btn.navbar > div .row .col-xs-10,
      .navbar > .container .group-btn .container-btn .col-xs-10, .group-btn
      .navbar > .container .container-btn .col-xs-10, .group-btn.navbar > div .container-btn .col-xs-10, .navbar > .container .row .col-sm-10, .group-btn.navbar > div .row .col-sm-10, .navbar > .container .group-btn .container-btn .col-sm-10, .group-btn .navbar > .container .container-btn .col-sm-10, .group-btn.navbar > div .container-btn .col-sm-10,
      .navbar > .container .row .col-xs-11,
      .group-btn.navbar > div .row .col-xs-11,
      .navbar > .container .group-btn .container-btn .col-xs-11, .group-btn
      .navbar > .container .container-btn .col-xs-11, .group-btn.navbar > div .container-btn .col-xs-11, .navbar > .container .row .col-sm-11, .group-btn.navbar > div .row .col-sm-11, .navbar > .container .group-btn .container-btn .col-sm-11, .group-btn .navbar > .container .container-btn .col-sm-11, .group-btn.navbar > div .container-btn .col-sm-11,
      .navbar > .container .row .col-xs-12,
      .group-btn.navbar > div .row .col-xs-12,
      .navbar > .container .group-btn .container-btn .col-xs-12, .group-btn
      .navbar > .container .container-btn .col-xs-12, .group-btn.navbar > div .container-btn .col-xs-12, .navbar > .container .row .col-sm-12, .group-btn.navbar > div .row .col-sm-12, .navbar > .container .group-btn .container-btn .col-sm-12, .group-btn .navbar > .container .container-btn .col-sm-12, .group-btn.navbar > div .container-btn .col-sm-12 {
        padding-left: 10px;
        padding-right: 10px; }
  .navbar .top-bar-menu {
/*    height: auto;*/
    background-color: black;
/*    min-height: 4rem;*/
}

.navbar-nav {
  margin: 0; }
  .navbar-nav > li {
    background-color: rgba(0, 0, 0, 0.85); }
    .navbar-nav > li > a {
      font-family: "Poppins", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-weight: 300;
      font-size: 1.25rem;
      letter-spacing: 0.2rem;
      text-align: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
      .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
        background: none;
        color: #fc05dc; }

.navbar-nav > li:last-child > a {
  border-bottom: none; }

.hamburger-open img {
  padding-top: 1.2rem; }
  .hamburger-open img.opened {
    padding-top: 0.5rem; }

.menu-mobile-holder {
  display: none;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.logo-holder {
  text-align: center;
  height: 4rem; }
  .logo-holder span {
    line-height: 4rem; }
    .logo-holder span .logo {
      max-width: 100%;
      max-height: 100%;
      max-width: 165px; }

.title-part {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.3rem;}
  .title-part:before {
    margin: 30px auto; }
section.top-home {
  min-height: calc(100vh - 4rem); }
  section.top-home .container, section.top-home .group-btn > div {
    min-height: calc(100vh - 4rem); }
    section.top-home .container .row, section.top-home .group-btn > div .row, section.top-home .container .group-btn .container-btn, .group-btn section.top-home .container .container-btn, section.top-home .group-btn > div .container-btn {
      min-height: calc(100vh - 4rem); }
  section.top-home .logo-chandler, section.top-home .crae-moment, section.top-home .island-place {
    bottom: 60px;
    position: absolute; }
    
    .logo-chandler img, .crae-moment img {
      margin: auto;
      max-width: 120px; }
section.bottom-home .contenu {
  margin-bottom: 60px; }
  section.bottom-home .contenu:before {
    margin: 30px auto; }
  section.bottom-home .contenu p {
    margin-bottom: 23px; }
    section.bottom-home .contenu p:last-child {
      margin-bottom: 0; }



section.module.parallax {
  background: no-repeat fixed 50% 50%;
  background-size: cover; }
  section.module.parallax:first-child {
    background-attachment: scroll; }

section .contenu {
  text-align: center;
  margin-bottom: 40px; }
  section .contenu p {
    margin-bottom: 30px;
    line-height: 2.1rem;
    font-weight: 300;
    color: #FFFFFF;
    text-shadow: none;
    letter-spacing: 0.2rem; }
  .message-frais {
      font-size: 1.2rem;
    line-height: 1.75rem;
    letter-spacing: 0.03rem;
    font-weight: 600;
    margin-bottom: 30px; }
.message-sales {
    font-size: 1.2rem;
}
  section .contenu .calendrier p {
    text-align: center; }
  section .contenu b, section .contenu strong {
    font-weight: 700; }

.logo-top {
  margin-top: 20px;
  text-align: center; }
  .logo-top img {
    max-width: 100%; }

.top-losange {
  margin-top: 20px;
  height: 100vh;
  background: url("../images/losange.png") no-repeat scroll;
  background-size: contain;
  background-position-x: 50%; }

.tarifs {
  margin-bottom: 30px;
  margin-top: 20px; }
    .tarifs .tarif .inner-tarif {
      margin-top: 5px;
      margin-bottom: 5px; }
    .tarifs .tarif .nom-tarif {
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      text-align: center;
      line-height: 1;
      margin-bottom: 5px; }
    .tarifs .tarif .age-tarif {
      font-weight: 300;
      text-align: center;
      margin-bottom: 5px;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 0.12rem; }
    .tarifs .tarif .prix-tarif {
      font-size: 1rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      text-align: center;
      margin-bottom: 0;
      line-height: 1; }
@media only screen and (max-width: 599px) {
  .tarifs {
    border: 1px solid #dee2e6;
    box-shadow: 1px 1px 50px 10px rgba(255,255,255,.75);
    margin-left: 40px;
    margin-right: 40px;
  }
  
  .tarifs .tarif:first-child {
    border-bottom : 1px solid #dee2e6;
  }
  .tarifs .tarif:last-child {
    border-top : 1px solid #dee2e6;
  }
}
@media only screen and (min-width: 600px) {
  .tarifs {
    border: 1px solid #dee2e6;
    box-shadow: 1px 1px 50px 10px rgba(255,255,255,.75);
    display: flex;
    margin-left: 40px;
    margin-right: 40px;
  }
  .tarifs .tarif {
    width: 33.33%;
  }
  
  .tarifs .tarif:first-child .inner-tarif {
    border-right : 1px solid #dee2e6;
  }
  .tarifs .tarif:last-child .inner-tarif {
    border-left : 1px solid #dee2e6;
  }
}

.tarif {
  padding: 10px;
}

.u_fwB {
  font-weight: bold;
}


section.module#histoire, section.module#story {
  background-position: 50% bottom;
  background-size: cover; }
  section.module#histoire h3.titre, section.module#story h3.titre {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2.5rem;
    margin-bottom: 24px;
    letter-spacing: 0.28rem;
    padding-right: 3px; }
    section.module#histoire h3.titre:before, section.module#story h3.titre:before {
      margin: 30px auto; }
  section.module#histoire .carrousel-parcours, section.module#story .carrousel-parcours {
    display: none;
    margin: auto; }
    section.module#histoire .carrousel-parcours.actif, section.module#story .carrousel-parcours.actif {
      display: block; }
  section.module#histoire h2.title-parcours, .title-parcours {
    font-size: 2.8rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 2.5rem;
    letter-spacing: 0.14rem;
    margin-bottom: 4px;}
  section.module#histoire .carte-parcours, section.module#story .carte-parcours {
    position: relative;
    padding: 0;
    z-index: 0;
    margin-top: -180px; }
    section.module#histoire .carte-parcours *::-moz-selection, section.module#story .carte-parcours *::-moz-selection {
      background: none; }
    section.module#histoire .carte-parcours *::selection, section.module#story .carte-parcours *::selection {
      background: none; }
    section.module#histoire .carte-parcours img, section.module#story .carte-parcours img {
      margin: auto; }
  section.module#histoire .pointeur-carte, section.module#story .pointeur-carte {
    background-image: url("../images/pointeur-carte@2x.png");
    width: 283px;
    height: 283px;
    background-size: contain;
    display: none;
    position: absolute;
    background-repeat: no-repeat; }
    section.module#histoire .pointeur-carte.actif, section.module#story .pointeur-carte.actif {
      display: block; }
  section.module#histoire .fleche-gauche, section.module#story .fleche-gauche {
    position: absolute;
    width: 50px;
    height: 50px;
    background-size: contain;
    margin-left: 10px;
    top: 16%;
    z-index: 100;
    cursor: pointer; }
  section.module#histoire .fleche-droite, section.module#story .fleche-droite {
    position: absolute;
    width: 50px;
    height: 50px;
    background-size: contain;
    margin-right: 10px;
    top: 16%;
    right: 0;
    z-index: 101;
    cursor: pointer; }
  section.module#histoire .fleche-gauche:hover, section.module#story .fleche-gauche:hover {
    background: url("../images/arrow_left-hover.png");
    background-repeat: no-repeat;
    background-size: cover; }
  section.module#histoire .fleche-droite:hover, section.module#story .fleche-droite:hover {
    background: url("../images/arrow_right-hover.png");
    background-repeat: no-repeat;
    background-size: cover; }
  section.module#histoire .points-parcours, section.module#story .points-parcours {
    position: relative;
    min-height: 360px;
    padding-top: 80px;
    z-index: 1; }
  section.module#histoire .guide-btn a, section.module#story .guide-btn a {
    background-color: white;
    height: 40px;
    max-width: 238px;
    margin: auto;
    display: inline-block;
    width: 100%;
    color: #011037;
    font-size: 1.25rem;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.18rem; }
    section.module#histoire .guide-btn a:hover, section.module#story .guide-btn a:hover {
      background: #ffd200;
      color: #241e00;
      text-decoration: none; }

section.autres-parcours {
  padding-bottom: 40px; }
  section.autres-parcours a.link_discover {
    background-color: white;
    height: 40px;
    max-width: 238px;
    margin: auto;
    display: inline-block;
    width: 100%;
    color: #011037;
    font-size: 1.25rem;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.18rem; }
    section.autres-parcours a.link_discover:hover {
      box-shadow: 0 0 40px rgba(255, 255, 255, .7);
      text-decoration: none; }
  section.autres-parcours img {
    margin-top: 0px;
    margin-bottom: 10px; }


@media only screen and (min-width: 768px) {
  .navbar-nav {
    width: 100%;
    text-align: center; }
    .navbar-nav > li {
      float: none; }
  .logo-holder span .logo {
    max-width: 60%; }
  section.module#histoire h3.titre, section.module#story h3.titre {
    padding-right: 3px;
    letter-spacing: inherit;
    margin-bottom: 30px; }
  section.autres-parcours img {
    margin-top: 37px;
    margin-bottom: 61px; } }

@media only screen and (min-width: 992px) {
  .logo-holder span .logo {
    max-width: 100%; } }

@media only screen and (min-width: 768px) {
  .adresse p {
    text-align: left; } }
.navbar .row {
    margin-top: 5px;
    margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  section.module#histoire h3.titre:before,
  section.module#story h3.titre:before {
    content: ' ';
    background: white;
    background-size: contain;
    display: block;
    width: 1px;
    height: 60px;
    line-height: 100%;
    margin: auto;
  }

  body {
    padding-top: 4rem;
  }

  .navbar {
    min-height: 6rem;
    background-color: black;
  }

  .navbar-nav {
    float: right;
    width: auto;
  }

  .navbar-nav > li {
    float: left;
    margin-top: 2.0rem;
  }

  .navbar-nav > li:last-child {
    border-right: none;
  }

  .navbar-nav > li > a {
    font-size: 1.23rem;
    border-bottom: none;
    font-weight: 600;
    line-height: 1.6rem;
  }

  .navbar-nav > li:after {
    content: "|";
    display: block;
    position: absolute;
    top: 0;
    right: 2px;
    height: 16px;
    overflow: hidden;
    font-weight: 300;
  }

  .navbar-nav > li:last-child:after {
    display: none;
  }

  .logo-holder {
    height: 5rem;
    text-align: left;
  }

  .logo-holder span {
    line-height: 5rem;
  }

  .menu-container {
    text-align: right;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-nav > li:last-child > a {
    padding-right: 0px;
    padding-left: 16px;
  }

  .social-menu {
    float: right;
    padding-top: 1.8rem;
    margin-right: 21px;
  }

  .social-menu a {
    font-size: 1.3rem;
    border-right: 1px solid white;
    padding-right: 10px;
    margin-right: 6px;
    line-height: 1.6rem;
    height: 16px;
  }

  .hamburger-open img {
    padding-top: 1.9rem;
  }

  .title-part {
    font-size: 3rem;
    letter-spacing: 0.2rem;
  }

  .title-part:before {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  section .contenu {
    padding: 0;
  }

  section.top-home {
    min-height: 1080px;
  }

  section.top-home .container, section.top-home .group-btn > div, section.top-home .container .row, section.top-home .group-btn > div .row, section.top-home .container .group-btn .container-btn, .group-btn section.top-home .container .container-btn, section.top-home .group-btn > div .container-btn {
    min-height: 1080px;
  }

  section.top-home .logo-top {
    margin-bottom: 27px;
  }
}
    section.top-home .contenu p {
      text-align: center;
      letter-spacing: 0.14rem; }
      section.top-home .contenu p:last-child {
        margin-top: 26px; }
    section.top-home .logo-chandler,
    section.top-home .crae-moment {
      text-align: center; }
      section.top-home .logo-chandler img,
      section.top-home .crae-moment img {
        margin: auto;
        max-width: 120px; }
    section.top-home .crae-moment {
      bottom: 70px; }
    section.top-home .logo-chandler {
      bottom: 70px; }
    section.top-home .island-place {
      bottom: 100px; }
  .arrow-bottom {
      bottom: 20px; }

    section.module#histoire h2.title-parcours,
    .title-parcours {
      font-size: 2.89rem;
      line-height: 2.75rem;
      font-weight: 600;
      margin-bottom: 8px;
      letter-spacing: 0.3rem; }
    .desc-histoire p {
      font-weight: 300;
      font-size: 1.4rem;
      text-align: center;
      margin-bottom: 40px;
      letter-spacing: 0.12rem; }
      .desc-histoire p:last-child {
        margin-bottom: 60px; }
        .desc-histoire p:last-child:after {
          margin-bottom: 71px;
          margin-top: 55px; }
    section.module#histoire .fleche-gauche,
    section.module#story .fleche-gauche {
      position: absolute;
      width: 60px;
      height: 60px;
      background-size: contain;
      left: 20px;
      top: 19%;
      z-index: 100;
      cursor: pointer; }
    section.module#histoire .fleche-droite,
    section.module#story .fleche-droite {
      position: absolute;
      width: 60px;
      height: 60px;
      background-size: contain;
      right: 20px;
      top: 19%;
      cursor: pointer; }
@media only screen and (min-width: 992px) and (max-width: 1191px) {
    section.module#story .fleche-gauche {
      left: 8%;}
    section.module#story .fleche-droite {
      right: 8%;}
    .nav > li > a {
        font-size: 1.2rem;
        padding: 0 14px 0 10px; }
}
@media only screen and (min-width: 1192px) {
    section.module#story .fleche-gauche {
      left: 16%;
      top: 10%;}
    section.module#story .fleche-droite {
      right: 16%;
      top: 10%;}
    .nav > li > a {
        padding: 0 10px 0 5px; }
}
@media only screen and (max-width: 600px) {
    section.module#story .fleche-gauche {
      left: 0;
      top: 19%;        
    }
    section.module#story .fleche-droite {
      right: 0;
      top: 19%;        
    }
}
    section.module#histoire .points-parcours,
    section.module#story .points-parcours {
      min-height: 340px; }
    section.module#histoire .carte-parcours,
    section.module#story .carte-parcours {
      margin-top: -192px; }
    section.module#histoire .contenu,
    section.module#story .contenu {
      margin-bottom: 60px; }
  section.module#billetterie .contenu p,
  section.module#tickets .contenu p {
    font-weight: 300;
    letter-spacing: 0.115rem; }
@media (min-width: 992px) {
  section.module#tickets .contenu p {
    padding: 0 30px; }
}
  section.module#billetterie .tarifs,
  section.module#tickets .tarifs {
    margin-top: 20px; }
      section.module#billetterie .tarifs .tarif span,
      section.module#tickets .tarifs .tarif span {
        display: inline-block; }
      section.module#billetterie .tarifs .tarif .prix-tarif,
      section.module#tickets .tarifs .tarif .prix-tarif {
        text-align: left; }
  section.module#nous-joindre .acf-map,
  section.module#contact-us .acf-map {
    height: 430px;
    margin-bottom: 21px; }
  section.module#nous-joindre .container, section.module#nous-joindre .group-btn > div,
  section.module#contact-us .container,
  section.module#contact-us .group-btn > div {
    padding: 0; }
  section.module#nous-joindre .contenu .text-contact p,
  section.module#contact-us .contenu .text-contact p {
    font-size: 1.19rem;
    bottom: 0;
    position: relative;
    font-weight: 500;
    line-height: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 0.15rem; }
  section.module#nous-joindre .contenu .text-contact .footer-social .link-bottom,
  section.module#contact-us .contenu .text-contact .footer-social .link-bottom {
    display: inline-block;
    margin-bottom: 0; }
    section.module#nous-joindre .contenu .text-contact .footer-social .link-bottom .link-privacy,
    section.module#contact-us .contenu .text-contact .footer-social .link-bottom .link-privacy {
      margin: 0;
      padding-left: 10px;
      font-size: 1.15rem;
      letter-spacing: 0.16rem; }
      section.module#nous-joindre .contenu .text-contact .footer-social .link-bottom .link-privacy:last-of-type,
      section.module#contact-us .contenu .text-contact .footer-social .link-bottom .link-privacy:last-of-type {
        padding-right: 0;
        border: none; }
  section.module#nous-joindre .contenu .text-contact .logo-bottom,
  section.module#contact-us .contenu .text-contact .logo-bottom {
    text-align: center;
    margin-top: 53px; }
    section.module#nous-joindre .contenu .text-contact .logo-bottom img,
    section.module#contact-us .contenu .text-contact .logo-bottom img {
      max-width: 105px;
      display: inline-block; }
      section.module#nous-joindre .contenu .text-contact .logo-bottom img:first-child,
      section.module#contact-us .contenu .text-contact .logo-bottom img:first-child {
        margin-right: 22px;
        max-width: 110px;
        margin-top: 16px; }
      section.module#nous-joindre .contenu .text-contact .logo-bottom img:last-child,
      section.module#contact-us .contenu .text-contact .logo-bottom img:last-child {
        margin-left: 22px; }
  section.module#nous-joindre .col-md-6,
  section.module#contact-us .col-md-6 {
    padding: 0; }
  section.module#nous-joindre #nosCommanditaires,
  section.module#contact-us #nosCommanditaires {
    border-right: 1px solid white;
    height: 180px;
    margin-top: 80px; }
  section.module#nous-joindre .bloc-membre,
  section.module#contact-us .bloc-membre {
    border-left: 1px solid white;
    height: 180px;
    margin-top: 80px; } 

@media only screen and (min-width: 992px) and (max-height: 740px) {
  .back-text-home .contenu {
    margin-bottom: 180px; } }

@media only screen and (min-width: 992px) {
  .sub-menu {
    display: none; }
  .menu-item-has-children {
    position: relative; }
    .menu-item-has-children:hover .sub-menu {
      display: inline-block;
      position: absolute;
      left: 0;
      list-style: none;
      text-align: left;
      text-transform: uppercase;
      font-size: 1.15rem;
      font-weight: 600;
      background: #000;
      width: 100%;
      padding: 10px; }
      .menu-item-has-children:hover .sub-menu li {
        padding: 5px 0;
        display: inline;
        text-align: left;
        background: none; }
      .menu-item-has-children:hover .sub-menu a {
        font-weight: 600;
        text-align: left;
        border: none;
        padding: 5px 10px;
        line-height: inherit;
        font-size: 1.13rem; }
    .menu-item-has-children a {
      color: white; }
      .menu-item-has-children a:hover, .menu-item-has-children a:focus, .menu-item-has-children a:active {
        color: #fc05dc;
        text-decoration: none; }
    .menu-item-has-children > a::after {
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAOCAYAAAAxDQxDAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAATFJREFUOI2tk0tKA0EURW+nM2/iFtrgLgwasxJ/wUHAjahEXIv4Q3CmiA4VPwM3oHFqJ30c+FrLSptUTB4UFN338+rVrQjoSJqXtC1poNlWLGlH0ouAc77qGEgAzWglwJFpX1Qc9xVJV3a6aSuVdCmpVXyoSLr1ANeSlqYwaZiG2/BNccxNIAMGQN/2G/8Y15px+6aVAW1ALmgZ6Bkot9nuAXGAQQzsGic3jR7QLDA+oQ48OEbYhY4KSQIcOvgceDStb1wZsWYJdIn3QFqCTYE7r7ET0/iF/avLKrDvjeINaDiYReDVG/WBcYc0x82+zc/FFiFZB1aBD+/f1iitkCQ1GQ4JjsE70BqnExrbOvBUYvQMLIRoTPJGasCpY3QGzIXyI2CSV1+V1JUUSepIykKJn2pUauYaYQb9AAAAAElFTkSuQmCC");
      width: 13px;
      height: 7px;
      display: block;
      content: ' ';
      position: absolute;
      top: 3px;
      right: 13px;
      background-size: contain; }
  .nav > li.menu-item-has-children > a {
    display: block;
    padding-right: 30px; } }

/*
@media (min-width: 992px) and (max-width: 1199px) {
  .nav > li > a {
    padding: 0 30px 0 20px; }
  .navbar-nav > li:last-child > a {
    padding-right: 0; } }
*/

/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1200px) {
  .navbar-nav {
    width: auto; }
  .navbar > .container, .group-btn.navbar > div {
    width: 1200px; }
  .tarifs .tarif > .inner-tarif {
    text-align: left; }
  .faq .contenu-wrapper {
    padding-left: 7px;
    padding-right: 7px; }
  .nav > li.menu-item-has-children > a {
    padding-right: 40px; }
  .menu-item-has-children > a::after {
    right: 22px; }
  section.module#billetterie .contenu .tarif p, section.module#tickets .contenu .tarif p {
    padding: 0 20px; } }


.to-cart-btn {
  margin-top: 30px;
  display: none; }

.ui-billet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px; }

.ui-billet {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-around; }

.btn-cert {
  width: 280px; }
.btn-cert.btn-large .to-cart-btn {
    font-size: 1.4rem;
    padding: 15px 0;
    height: auto;
    line-height: 1.5;
	margin-bottom: 0; }
  @media only screen and (max-width: 991px) {
      .btn-cert.btn-large {
		margin: 0 auto;
    	width: 100%; }}
  @media only screen and (min-width: 992px) {
    .btn-cert {
      width: auto; } }
  .btn-cert .to-cart-btn {
    text-align: center;
    padding: 0 5px;
    max-width: none;
    cursor: pointer;
    width: 280px;
    display: inline-block;
    width: 100%;
    font-size: 1.1rem;
    margin: 0 0 20px; }
    @media only screen and (min-width: 992px) {
      .btn-cert .to-cart-btn {
        padding: 0 30px;
        width: auto;
        font-size: 1.4rem;
        margin: 0; }
		.btn-cert.btn-large .to-cart-btn {
		font-size: 1.8rem; }}
	@media screen and (min-width: 992px) and (max-width: 1199px)  {
		.btn-cert.btn-large .to-cart-btn {
		    width: 790px ;}}
    @media only screen and (min-width: 1200px) {
		.btn-cert.btn-large .to-cart-btn {
		    width: 830px;}}

section.module.parallax#billetterie,
section.module.parallax#tickets {
  position: relative; }


/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media only screen and (min-width: 768px) {

      .slick-prev {
        left: 10px; }
      .slick-next {
        right: 10px; }
    }
    @media only screen and (max-width: 767px) {

      .slick-prev {
        left: -20px; }
      .slick-next {
        right: -20px; }
    }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
max-width: 1200px;
margin: 0 auto; }

.slick-dots {
  position: absolute;
  bottom: -70px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

@media only screen and (min-width: 768px) {
  .image-video .container, .image-video .group-btn > div {
    width: 100%; } }


.col-image-video {
  padding-left: 20px;
  padding-right: 20px; }
  .col-image-video .video-line:before {
    margin: 30px auto; }
    @media only screen and (min-width: 992px) {
      .col-image-video .video-line:before {
        margin-top: 60px;
        margin-bottom: 60px; } }
  .col-image-video .video-wrapper {
    max-width: 700px;
    margin: auto; }
    .col-image-video .video-wrapper .video {
      border: 1px solid #00cce4; }

.slick-loading .slick-list {
  background: #fff center center no-repeat; }

.slick-list {
  box-shadow: 1px 1px 30px 10px rgba(255,255,255,.75);
  width: 70vw;
max-width: 960px;
margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .slick-list {
      border: none; } }

@media only screen and (min-width: 768px) {
  .slick-slide {
    box-shadow: 0 15px 26px 0 rgba(0, 0, 0, 0.6);
    margin: 0;
    background: black;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; } }

.slick-slide img {
  width: 100%;
  height: auto; }
  @media only screen and (min-width: 768px) {
    .slick-slide img {
      /* opacity: 0.5; */
      -webkit-transition: all 0.5s;
      transition: all 0.5s; } }

  .slick-slide.slick-current.slick-active.slick-center img {
    opacity: 1; }

.slick-dots li {
  width: 10px;
  height: 10px; }
  .slick-dots li button {
    /* border: white 1px solid; */
    background: #d6d6d6;
    border-radius: 50%;
    height: 10px;
    width: 10px; }
    .slick-dots li button:before {
      content: '';}
  .slick-dots li.slick-active button {
    background: #869791; }
    .slick-dots li.slick-active button:before {
      content: ''; }
  @media only screen and (min-width: 768px) {

    .slick-next {
      width: 60px;
      height: 60px;
      background-size: contain; }
    
    .slick-prev {
      width: 60px;
      height: 60px;
      background-size: contain; }
  }
  @media only screen and (max-width: 767px) {

    .slick-next {
      width: 40px;
      height: 40px;
      background-size: contain; }
    
    .slick-prev {
      width: 40px;
      height: 40px;
      background-size: contain; }
  }

.slick-next, .slick-prev {
  background-color: transparent;
  z-index: 200; }

.slick-next:before, .slick-prev:before {
  content: ''; }



h1.kv {
  width: 40vw;
  text-align: center;
  margin: 0 auto;
  min-width: 180px;
/*  max-width: 50%;*/
  padding-top: 40px;
}
.island-place {
  left: 0;
  right: 0;
    letter-spacing: 2px;
}
.kv-prologue img {
  width: 40%;
  max-width: 160px;
  margin-bottom: 20px;
}
.kv-photo img,
.kv-tickets img,
.kv-contact img {
  width: 80px;
  max-width: 160px;
  margin-bottom: 20px;
}
.desc-histoire {
  margin-bottom: 60px;
}


.title-sub-parcours {
  font-size: 2rem;
  margin-bottom: 20px;
}
.texte-parcours {
  font-size: 1.4rem;
  line-height: 1.7;
    text-align: center;
}

.arrow-down {
  background-size: contain;
  height: 23px;
  background-repeat: no-repeat;
  background-position: 50%;
  text-align: center;
  position: absolute;
  left: 0;
right: 0;
  bottom: 20px; }

.youtube img {
  max-width:100%;
  height: auto;
  margin-bottom: 100px;
  box-shadow: 1px 1px 50px 10px rgba(255,255,255,.75);
}
.carrousel-parcours {
  position: relative;
}
.story-base {
  position: absolute;
  left: 0;
  right: 0;
}
.story-img-base {
  position: absolute;
  z-index: -1;
  width: 100%;
  max-width: 1300px;
  height: auto;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.image-parcours {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.parcours-text {
  width: 65%;
  margin: 0 auto;
  height: 200px;
  z-index: 1;
}

.parcours-text-en {
  height: 280px;
}

@media only screen and (max-width: 991px) {
  .tarif p {
      font-size: 1.2rem;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .parcours-text {
    height: 150px;
  }
  .parcours-text-en {
    height: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .parcours-text {
    height: 120px;
  }
  .parcours-text-en {
    height: 100px;
  }
}
@media only screen and (min-width: 992px)  {
  .parcours-text {
    width: 600px;
    height: 120px;
  }
  .parcours-text-en {
    width: 800px;
    height: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1192px)  {
  .image-parcours {
    width: 900px;
  }
  .story-img-base {
    width: 900px;
  }
}

.map {
    max-width: 962px;
  height: 540px;
  border: 1px solid #fff;
}
.title-part {
  margin-top: 0;
  margin-bottom: 10px;
}

.title-discover {
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 8px;
    text-align: center;
    letter-spacing: 2px;
}
.flex {
  display: flex;
  -webkit-justify-content: center; /* Safari */
  justify-content:         center;
}
.footer-logo-left img {
  width: 130px;
}
.footer-logo-right img {
  margin-right: 20px;
  width: 130px;
}
.crae-moment {
  left: calc(50% - 130px);
}

.logo-chandler {
  right: calc(50% - 110px);
}
.desc-histoire p {
    line-height: 1.7;
    margin-bottom: 30px;
}
.adresse {
    letter-spacing: 2px;
}
.lumina-logo {
    width: 60vw;
    max-width: 295px;
    min-width: 180px;
}

.kv-sub-en {
    font-size: 1.8rem;
    letter-spacing: 2px;
    padding-left: 20px;
    padding-right: 20px;
}
.title-en {
    font-weight: bold;
}
.texte-parcours-en {
    line-height: 2;
    letter-spacing: 2px;
}
.btn-cert .to-cart-btn-en {
    height: 42px;
    padding-top: 2px;
}

.adress-code-en {
    font-size: 1.2rem;
}

.footer-link li {
    list-style: none;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 1.2rem;
}

.footer-link li a:hover {
    text-decoration: none;
    color: #fc05dc;
}

.footer-social a {
    padding: 0 10px;
}


.scnd {
    padding-left: 20px;
    padding-right: 20px;
}
.title-scnd00 {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2px;
}

.title-scnd01 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    font-weight: bold;
    color: #fc05dc;
    padding-top: 10px;
}

.title-line:before {
    content: ' ';
    background: #fff;
    background-size: contain;
    display: block;
    width: 1px;
    height: 60px;
    margin: 0 auto;
    line-height: 100%;
}

.title-scnd02 {
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.title-scnd03 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.contenu p.title-scnd04 {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.title-scnd05 {
    font-size: 2.0rem;
    margin-bottom: 16px;
    font-weight: bold;
}

.list-scnd {
    list-style: none;
    padding-left: 0;
}
.list-scnd-short li {
    margin-bottom: 10px;
}
.list-scnd-heigh li {
    margin-bottom: 20px;
}

.access p {
    line-height: 1.7;
}

.img-map-access img {
    width: 100%;
    max-width: 1441px;
    height: auto;
}
.img-flow img {
    width: 100%;
    max-width: 1160px;
    height: auto;
}
@media only screen and (min-width: 1192px) {
    .img-car-access {
        display: flex;
        max-width: 1160px;
        justify-content:space-between;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1192px) {
    .img-car-access1 img {
        width: 100%;
        height: auto;
        max-width: 661px;
    }
    .img-car-access2 img {
        width: 100%;
        height: auto;
        max-width: 462px;
    }
    .img-car-access div {
        text-align: center;
    }
    .img-car-access div:first-child {
        margin-bottom: 40px;
    }
}

a.under-line {
    text-decoration: underline;
}

.access-tab {
    display: flex;
    justify-content: center;
    border-bottom: 2px solid rgba(255,255,255,0.5);
}
.access-tab a {
    display: block;
    border-top: 2px solid rgba(255,255,255,0.5);
    border-left: 2px solid rgba(255,255,255,0.5);
}
.access-tab a:hover {
    background-color: #152aa3;
}
.access-tab a img {
    width: 50vw;
    max-width: 234px;
}
.access-tab div:last-child a {
    border-right: 2px solid rgba(255,255,255,0.5);
}

.btn-bus-pdf img {
    width: 80vw;
    max-width: 380px;
}
.btn-bus-pdf a:hover {
    filter: brightness(150%);
}

.title-access01 img {
    width: 40vw;
    height: auto;
    max-width: 249px;
}

#nav-li-info a {
    color: #fc05dc;
}
.title-access {
/*
    display: flex;
    align-items: center;
    justify-content: center;
*/
    font-size: 2.2rem;
    margin-bottom: 50px;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
}

@media only screen and (min-width: 1192px) {
    .title-scnd00 {
        font-size: 3.6rem;
    }
    .title-access {
        font-size: 2.6rem;
    }
}
/*
.title-access:before,
.title-access:after {
border-top: 1px solid;
content: "";
    flex-basis: 20px;
}
.title-access:before {
margin-right: 1rem;
}
.title-access:after {
margin-left: 1rem;
}
*/

.line-access {
    border-top: 1px solid #fff;
}
.wrap-info {
    max-width: 640px;
    margin: 0 auto;
}
.wrap-privacypolicy {
    max-width: 768px;
    margin: 0 auto;
}
section .scnd p,
section .scnd li {
    line-height: 1.7;
    text-align: left;
}
section .scnd p.text-center {
    text-align: center;
}
section .scnd li:before {
    content: " ";
    width: 8px;
    height: 1px;
    margin-right: 10px;
    background: #fff;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}
section .scnd li {
    text-indent: -20px;
    margin-left: 20px;
}

/*ここから*/
/*ここから*/
/*ここから*/
/*ここから*/

.news__wrap {
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9990;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
}
.news__tit {
    margin-bottom: 0;
    font-weight: 600;
}
.news {
    max-width: 1080px;
    padding-left: 20px;
    padding-right: 20px;
	position: absolute;
	left: 0;
    right: 0;
	bottom: 0;
}
 
@media only screen and (max-width: 991px) {
    .news__tit {
        font-size: 1.4rem;
    }
    .news li {
        font-size: 1.2rem;
    }
    .news__wrap {
        height: 60px;
    }
}
@media only screen and (min-width: 992px) {
    .news__tit {
        font-size: 1.6rem;
    }
    .news li {
        font-size: 1.4rem;
    }
    .news {
        display: flex;
        margin: 0 auto;
        margin-bottom: 6px;
    }
    .news__tit {
        width: 400px;
        padding-right: 40px;
    }
    .news__wrap {
        height: 50px;
    }
}

.ticker__wrap {
	overflow: hidden;
    height: 28px;
	width: 100%;
}

.ticker__container {
  position: relative;
  list-style: none;
    padding-left: 0;
    text-align: left;
    top: 1px;
}
.ticker__item {
    display: none;
    text-align: left;
}
.ticker__item:first-child,
.ticker__item[aria-hidden] {
    position: relative;
    left: 0;
    display: block;
}

.ticker__item p {
    display: inline-block;
}

.ticker__item[aria-hidden="false"] {
  top: auto;
  animation-duration: 12s;
  animation-name: slidein;
  white-space: nowrap;
  overflow: hidden;
  display: inline;
  text-align: left;
  left: 0;
}

.ticker__text__wrap {
    overflow: hidden;
    position: absolute;
  display: inline-block;
}

.active .ticker__item__text {
  position: relative;
  left: auto;
  animation-duration: 12s;
  animation-name: slidemarquee;
  white-space: nowrap;
  animation-timing-function: linear;
  display: inline;
  text-align: left;

}
.active.onlyone .ticker__item__text {
  animation-iteration-count: infinite;
}
.active .ticker__item__text:hover {
    animation-play-state: paused;
  cursor: default;
}

.ticker__item[aria-hidden="true"] {
  position: absolute;
  top: 200%;
  left: 0;
  width: 100%;
  animation-duration: 1s;
  animation-name: slideout;
}
@media only screen and (max-width: 991px) {
    .ticker__item__data {
        width: 100px;
    }
    .ticker__text__wrap {
        margin-top: 2px;
    }
}

@media only screen and (min-width: 992px) {
    .ticker__item__data {
        width: 120px;
    }
    .ticker__item {
        margin-top: 2px;
    }
}

@keyframes slidein {
    from {    top: 100%;}
    to {  top: 0%;}
}
@keyframes slideout {
    from {    bottom: 0%;  }  to {    bottom: 100%;  }
}

@keyframes slidemarquee {
    from {    left: 0%;}
    25% {
        left: 0%;
    }
    to {
    left: -200%;}
}


@media only screen and (max-width: 991px) {
    .news__wrap--en {
        height: 58px;
    }
    .news__tit--en {
        font-size: 1.4rem;
        font-weight: 600;
    }
    .ticker__item__data--en {
        width: 140px;
    }
    .ticker__item--en p {
        font-size: 1.3rem;
    }
}

@media only screen and (min-width: 992px) {
    .news__tit--en {
        font-size: 1.4rem;
        padding-top: 2px;
    }
    .ticker__item__data--en {
        width: 140px;
    }
    .ticker__item--en p {
        font-size: 1.3rem;
    }
}



@media only screen and (max-width: 1192px) {
    .access-wrap {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 992px) {
    section .scnd p,
    section .scnd li{
        font-size: 1.5rem;
    }
}
@media only screen and (max-width: 479px) {
    .footer-link {
        padding: 0;
        margin-bottom: 30px;
    }
    .footer-link li {
        margin-bottom: 8px;
    }
    .footer-link li a {
        display: block;
    }

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    
    .footer-link{
        display: flex;
        padding: 0;
        margin-bottom: 20px;
        justify-content: center;
    }
    .footer-link li {
        position: relative;
    }
    .footer-link li:after {
        content: "｜";
        display: block;
        position: absolute;
        top: 0;
        right: -8px;
        height: 80px;
        overflow: hidden;
        font-weight: 300;
    }
    .footer-link li:last-child:after {
        content: "";
    }
    .footer-link li a {
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media only screen and (min-width: 768px) {

    .footer {
        display: flex;
        align-items: center;
    }
    .footer-link{
        display: flex;
        padding: 0;
        margin-bottom: 0;
    }
    .footer-link li {
        position: relative;
    }
    .footer-link li:after {
        content: "｜";
        display: block;
        position: absolute;
        top: 0;
        right: -8px;
        height: 80px;
        overflow: hidden;
        font-weight: 300;
    }
    .footer-link li:last-child:after {
        content: "";
    }
    .footer-link li a {
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer-link li:first-child a {
        padding-left: 0;
    }


}

@media only screen and (max-width: 480px) {
    .title-parcours-en {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 991px) {
    .kv-sub-en {
        font-size: 1.4rem;
    }
    .u_fs11_under991 {
        font-size: 1.1rem;
    }
}

@media only screen and (min-width: 992px) {
  .title {
      font-size: 3.6rem;
    }
  .title-en {
      font-size: 3.4rem;
    }
  .title-part {
      font-size: 3.6rem;
    }
    .title-parcours {
        font-size: 4rem;
    }
    .title-sub-parcours {
      font-size: 3rem;
    }
    .title-discover {
      font-size: 2.2rem;        
    }
    .u_fs14_over992 {
        font-size: 1.4rem;
    }
    .u_fs16_over992 {
        font-size: 1.6rem;
    }
    .u_fs17_over992 {
        font-size: 1.7rem;
    }
    .desc-histoire p {
        font-size: 1.7rem;
    }
    .desc-histoire-en p {
        font-size: 1.9rem;
    }
    .texte-parcours-en {
        font-size: 1.6rem;
    }
}


.title-part-2_6-en {
    font-size: 2.6rem;
}
.title-part-2_8-en {
    font-size: 2.8rem;
}

.u_pT30 {
  padding-top:30px !important;
}
.u_pT60 {
  padding-top:60px !important;
}
.u_pT80 {
  padding-top:80px !important;
}
.u_pT100 {
  padding-top:100px !important;
}
.u_pB30 {
  padding-bottom:30px !important;
}
.u_pB60 {
  padding-bottom:60px !important;
}
.u_pB160 {
  padding-bottom:160px !important;
}
.u_pB240 {
  padding-bottom:240px !important;
}

.u_mB10 {
  margin-bottom: 10px !important;
}
.u_mB20 {
  margin-bottom: 20px !important;
}
.u_mB30 {
  margin-bottom: 30px !important;
}
.u_mB40 {
  margin-bottom: 40px !important;
}
.u_mB50 {
  margin-bottom: 50px !important;
}
.u_mB60 {
  margin-bottom: 60px !important;
}
.u_mB80 {
  margin-bottom: 80px !important;
}
.u_mB100 {
  margin-bottom: 100px !important;
}
.u_mB160 {
  margin-bottom: 160px !important;
}
.u_mB200 {
  margin-bottom: 200px !important;
}
.u_mB240 {
  margin-bottom: 240px !important;
}

.mincho {
/*  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
  font-family: "ＭＳ Ｐ明朝",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/*お知らせ用の文字装飾*/
p.ticker__item__text .pink {
  color: #fc05dc;
}
p.ticker__item__text .yellow {
  color: #ff0;
}
p.ticker__item__text .bold {
  font-weight: 700;
}
p.ticker__item__text .underline {
  text-decoration: underline;
}

.u_bgC--black {
  background-color: #000;
}
.hide-animate{
  visibility: hidden;
}
#home{
  position: relative;
  overflow: hidden;
}
.spark {
  width: 100%;
  height: 100vh;
  z-index: 2
}
.container.absolute{
  position: absolute;
  z-index: 10;
  width: 100%;
}
#slide{
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}



/*言語変更*/
/*言語変更*/
/*言語変更*/
/*言語変更*/

/*モバイル表示*/
/*モバイル表示*/
.menu__second {
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: space-around;
}

.menu__second li {
  list-style: none;
}
.menu__second li a {
  padding-top: 20px;
  padding-bottom: 16px;
  line-height: 20px;
  display: block;
  font-size: 1.2rem;
}

/*デスクトップ表示*/
/*デスクトップ表示*/
.nav {
  position: relative;
}
ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.nav > li:hover {
}

.menu__second-level li {
  border-top: 1px solid #111;
}

.menu__second-level li a:hover {
  text-decoration: none;
  color: #fc05dc;
}

/* 下矢印 */
.init-bottom:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 3px 5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.init-bottom:hover:after {
  border-right: 2px solid #fc05dc;
  border-bottom: 2px solid #fc05dc;
}

li.menu__single {
  position: relative;
}

li.menu__single ul.menu__second-level {
  position: absolute;
  top: 30px;
  width: 100%;
  background: #000;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 15px;
  padding-bottom: 10px;
}

li.menu__single ul.menu__second-level li {
  list-style: none;
  padding: 10px 8px;
}

li.menu__single ul.menu__second-level li:nth-last-child(n+2) {
  border-bottom: 1px solid #444;
}

li.menu__single:hover ul.menu__second-level {
  top: 14px;
  visibility: visible;
  opacity: 1;
}

/* TOPお知らせ表示 */
.top_info_bg {
	background-color: #000;
｝
	
#top_info {
    font-size: 0;
    color: #000;
    background-color: #fff;
    padding: 10px;
    border: 3px solid #191970;
    position: relative;
    width: calc(100% - 80px);
    margin: 0 auto;
    /* text-align: center; */
    box-sizing: border-box;
    max-width: 1120px;
}