@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

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

a img {
  border: none; }

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

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%; }

body {
  font: 400 0.8em/1.6em "Raleway", "Helvetica Neue", "Arial", sans-serif;
  text-align: center;
  background-color: white;
  color: #0A0C51; }
  @media screen and (max-width: 640px) {
    body {
      font: 400 0.75em/1.6em "Raleway", "Helvetica Neue", "Arial", sans-serif; } }

h1 {
  font: 700 2.8em/1.1em "Playfair Display", "Georgia,", serif;
  letter-spacing: 0.01em;
  margin-bottom: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 640px) {
    h1 {
      font: 700 2em/1.1em "Playfair Display", "Georgia,", serif; } }

h2 {
  font: 700 0.9em/1.6em "Raleway", "Helvetica Neue", "Arial", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #008482;
  letter-spacing: 0.05em; }

h3 {
  font: 700 1.8em/1.1em "Playfair Display", "Georgia,", serif;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h4 {
  font: 700 1.6em/1.4em "Raleway", "Helvetica Neue", "Arial", monospace;
  margin-bottom: 20px; }

h5 {
  font: 700 0.85em/1.8em "Raleway", "Helvetica Neue", "Arial", monospace;
  margin-bottom: 20px;
  text-transform: uppercase; }

p {
  font: 400 1.1em/1.6em "Raleway", "Helvetica Neue", "Arial", monospace;
  margin-bottom: 20px;
  color: #0A0C51;
  letter-spacing: 0.05em; }

p.intro {
  font: 700 2.8em/1.1em "Playfair Display", "Georgia,", serif;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 640px) {
    p.intro {
      font: 700 2em/1.1em "Playfair Display", "Georgia,", serif; } }

a {
  color: #0A0C51; }

a:hover {
  text-decoration: underline;
  color: #008482; }

em {
  font-style: normal; }

strong,
b {
  font-weight: 700;
  color: #0A0C51; }

sup {
  vertical-align: super;
  color: #008482; }

blockquote,
.emphasized {
  display: block;
  font: 700 1.8em/1.1em "Playfair Display", "Georgia,", serif;
  letter-spacing: 0.01em;
  margin-bottom: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ref {
  width: 100%;
  display: inline-block;
  border-top: 1px solid #0A0C51;
  padding-top: 20px;
  margin-top: 10px; }

.section {
  width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: -100px;
  padding-top: 100px;
  background-color: white; }
  .section:nth-child(1) {
    z-index: 9; }
  .section:nth-child(2) {
    z-index: 8; }
  .section:nth-child(3) {
    z-index: 7; }
  .section:nth-child(4) {
    z-index: 6; }
  .section:nth-child(5) {
    z-index: 5; }
  .section:nth-child(6) {
    z-index: 4; }
  .section:nth-child(7) {
    z-index: 3; }
  .section:nth-child(8) {
    z-index: 2; }
  .section:nth-child(9) {
    z-index: 1; }
  .section:nth-child(10) {
    z-index: 0; }

.section.single {
  background-color: #E5F2F2; }

.wrapper {
  width: 100%;
  max-width: 1024px;
  padding: 60px 30px 40px 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #0A0C51;
  text-align: left; }
  @media screen and (max-width: 640px) {
    .wrapper {
      padding: 30px 30px 20px 30px; } }

.title-wrapper {
  width: 33.3%;
  float: left;
  padding-right: 30px; }
  @media screen and (max-width: 640px) {
    .title-wrapper {
      width: calc(100% + 60px);
      margin-left: -30px;
      margin-top: -20px;
      padding: 30px; } }
  @media screen and (max-width: 640px) {
    .title-wrapper h2, .title-wrapper h1 {
      margin: 0; } }
  .title-wrapper img {
    width: 120px;
    height: auto;
    border-radius: 60px;
    mix-blend-mode: multiply;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
    @media screen and (max-width: 640px) {
      .title-wrapper img {
        display: none; } }

@media screen and (max-width: 640px) {
  .title-wrapper.is_stuck {
    width: 100% !important;
    background-color: #E5F2F2;
    box-shadow: 0px -3px 9px rgba(0, 0, 0, 0.25); } }

.col {
  width: 66.6%;
  float: left; }
  @media screen and (max-width: 640px) {
    .col {
      width: 100%; } }
  .col > ul,
  .col > ol {
    margin-bottom: 20px; }
    .col > ul > li,
    .col > ol > li {
      display: block;
      vertical-align: top;
      padding-left: 15px;
      letter-spacing: 0.05em;
      margin-bottom: 0;
      position: relative;
      font: 400 1.1em/1.8em "Raleway", "Helvetica Neue", "Arial", monospace; }
      .col > ul > li:before,
      .col > ol > li:before {
        content: "–";
        position: absolute;
        top: 0px;
        left: 0;
        z-index: 10;
        color: #008482; }
  .col > ol > li {
    list-style: decimal !important; }
  .col h3:first-of-type {
    margin-top: 0; }
  .col h3 {
    margin-top: 30px; }

.col-3 {
  width: 33.3%;
  float: left; }

a.button {
  display: inline-block;
  margin: 0 auto;
  color: #008482;
  min-width: 180px;
  padding: 10px 24px;
  font-size: 0.85em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 80px;
  border: 1px solid rgba(0, 132, 130, 0.25); }
  @media screen and (max-width: 640px) {
    a.button {
      min-width: 120px; } }
  a.button:hover {
    background-color: #008482;
    color: white; }

@media screen and (max-width: 640px) {
  #header.open {
    height: auto; } }

#header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: white;
  overflow: hidden;
  box-shadow: 0px -3px 9px rgba(0, 0, 0, 0.25); }
  #header .wrapper {
    padding: 37px 30px;
    text-align: right; }
    @media screen and (max-width: 640px) {
      #header .wrapper {
        padding: 25px 30px; } }
  #header .burger.on li:nth-child(1) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 8px; }
  #header .burger.on li:nth-child(2) {
    background-color: transparent !important; }
  #header .burger.on li:nth-child(3) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -10px; }
  #header .burger {
    width: 45px;
    height: 50px;
    padding: 15px 10px;
    border-radius: 50px;
    display: inline-block;
    display: none;
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 10; }
    @media screen and (max-width: 640px) {
      #header .burger {
        display: block; } }
    #header .burger:hover {
      cursor: pointer; }
    #header .burger li {
      width: 100%;
      height: 2px;
      float: left;
      margin: 2px 0px;
      background-color: #008482;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease; }
  #header .language,
  #header .menu {
    display: inline-block;
    vertical-align: top;
    z-index: 10; }
    @media screen and (max-width: 640px) {
      #header .language,
      #header .menu {
        width: 100%;
        position: relative; } }
    #header .language li,
    #header .menu li {
      display: inline-block;
      vertical-align: top;
      margin-left: 20px; }
      #header .language li a,
      #header .menu li a {
        display: block;
        padding: 3px 0px;
        text-decoration: none;
        font-size: 0.85em;
        font-weight: 700;
        color: #0A0C51;
        text-align: left; }
    #header .language li.current a,
    #header .menu li.current a {
      color: #008482; }
  #header .menu li:nth-child(1) {
    width: 210px;
    height: 60px;
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 1;
    margin-left: 0;
    background: transparent url("../images/leysa-logo.png") top left no-repeat;
    background-size: 210px;
    text-indent: -999px;
    overflow: hidden; }
    @media screen and (max-width: 640px) {
      #header .menu li:nth-child(1) {
        width: 100%;
        height: 75px;
        position: relative;
        display: inline-block;
        vertical-align: top;
        top: 0;
        left: 0; } }
    #header .menu li:nth-child(1) a {
      width: 210px;
      height: 50px; }
      @media screen and (max-width: 640px) {
        #header .menu li:nth-child(1) a {
          width: 100%;
          height: 80px;
          border-top: 0; } }
  @media screen and (max-width: 640px) {
    #header .menu li {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      margin-left: 0; } }
  #header .menu li a {
    padding: 0px;
    position: relative;
    font: 700 1.8em/1.1em "Playfair Display", "Georgia,", serif;
    letter-spacing: 0.01em;
    text-transform: lowercase; }
    @media screen and (max-width: 640px) {
      #header .menu li a {
        padding: 20px 0px;
        border-top: 1px solid #E5F2F2;
        font: 700 1.8em/1.1em "Playfair Display", "Georgia,", serif;
        letter-spacing: 0.01em; } }
    #header .menu li a:hover {
      color: #008482; }
  #header .language {
    margin-left: 30px; }
    @media screen and (max-width: 640px) {
      #header .language {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        text-align: center; } }
    #header .language li.current a {
      background-color: #008482;
      border: 1px solid #008482;
      color: white; }
    #header .language li {
      margin-left: 0px; }
      #header .language li a {
        width: 28px;
        height: 28px;
        padding: 4px 6px;
        color: #008482;
        border-radius: 30px;
        background-color: white;
        border: 1px solid #E5F2F2;
        text-align: center; }
        @media screen and (max-width: 640px) {
          #header .language li a {
            padding: 3px 7px; } }
        #header .language li a:hover {
          background-color: #008482;
          border: 1px solid #008482;
          color: white; }

.gridder {
  width: 100% !important;
  padding: 20px 0px;
  list-style-type: none !important;
  text-align: left !important; }

.gridder-list.off img {
  opacity: 1 !important; }

.gridder-list {
  width: 28.3%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin-right: calc(5% - 3px);
  margin-bottom: 20px;
  text-align: center;
  background-color: #E5F2F2; }
  @media screen and (max-width: 640px) {
    .gridder-list {
      margin-bottom: 40px; } }
  .gridder-list:hover {
    cursor: pointer; }
    .gridder-list:hover .img-hover-zoom img {
      transform: scale(1.1);
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }
    .gridder-list:hover .content h2 {
      color: #008482; }
  .gridder-list .content {
    width: 100%;
    position: relative; }
    .gridder-list .content h2 {
      padding: 0;
      color: #0A0C51; }
    .gridder-list .content p {
      font-size: 1em;
      line-height: 1.5em;
      margin: 0; }
  .gridder-list .img-hover-zoom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 200px;
    z-index: 10;
    mix-blend-mode: multiply; }
    @media screen and (max-width: 640px) {
      .gridder-list .img-hover-zoom {
        margin-bottom: 10px; } }
    .gridder-list .img-hover-zoom img {
      width: 100%;
      height: auto;
      display: inline-block;
      vertical-align: top;
      z-index: -1;
      opacity: 1;
      margin: auto;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease; }

.hasSelectedItem .gridder-list.selectedItem img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); }
.hasSelectedItem .gridder-list.selectedItem h2 {
  color: #008482; }
.hasSelectedItem .gridder-list.selectedItem .button {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }
.hasSelectedItem .gridder-list.selectedItem .img-hover-zoom {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); }

.gridder-show {
  float: left;
  width: 100%;
  position: relative; }

.gridder-content {
  display: none; }

.gridder-expanded-content {
  vertical-align: top;
  padding: 40px 0px; }
  @media screen and (max-width: 640px) {
    .gridder-expanded-content {
      padding: 30px 0px; } }
  @media screen and (max-width: 640px) {
    .gridder-expanded-content .title-wrapper {
      margin-bottom: 0; } }
  @media screen and (max-width: 640px) {
    .gridder-expanded-content .title-wrapper h3, .gridder-expanded-content .title-wrapper p {
      float: left;
      width: 50%; } }
  @media screen and (max-width: 640px) {
    .gridder-expanded-content .title-wrapper h3 {
      padding-right: 20px; } }
  .gridder-expanded-content .title-wrapper .button {
    width: auto;
    display: inline-block;
    margin-top: 0px; }
    @media screen and (max-width: 640px) {
      .gridder-expanded-content .title-wrapper .button {
        width: 100%; } }

.gridder-navigation {
  display: none; }

.accordions {
  margin-top: 10px;
  width: 100%;
  display: inline-block;
  vertical-align: top; }

.accordionButton {
  border-top: 1px solid rgba(0, 132, 130, 0.25);
  padding: 20px 0px;
  font: 400 1.4em/1.4em "Raleway", "Helvetica Neue", "Arial", monospace;
  letter-spacing: 0;
  position: relative;
  color: #008482; }
  .accordionButton:after {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    width: 24px;
    height: 24px;
    background: url("../images/arrow-down.png") center center no-repeat;
    background-size: 100%;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .accordionButton:hover {
    cursor: pointer; }

.accordionButton.on:after {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.first {
  margin-top: 0; }

.cover-wrapper {
  width: 100%;
  height: auto;
  background-color: #008482; }
  .cover-wrapper .cover {
    width: 100%;
    height: 0;
    padding-bottom: 640px;
    margin: 0 !important; }

.accueil,
.cover {
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  margin-top: 100px;
  overflow: hidden;
  background: url("../images/cover.jpg") center center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 640px) {
    .accueil,
    .cover {
      padding-bottom: 100%; } }
  .accueil .content,
  .cover .content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.25); }
    .accueil .content .wrapper,
    .cover .content .wrapper {
      text-align: center;
      max-width: 720px;
      top: 50%;
      transform: translateY(-40%) !important; }
      .accueil .content .wrapper p,
      .cover .content .wrapper p {
        color: white; }
      .accueil .content .wrapper .button,
      .cover .content .wrapper .button {
        background-color: #008482;
        border: none;
        color: white; }
        .accueil .content .wrapper .button:hover,
        .cover .content .wrapper .button:hover {
          background-color: white;
          color: #008482; }

.associes {
  background-color: #E5F2F2; }

.contact {
  background-color: #008482; }
  .contact h2, .contact p {
    color: white; }
  .contact #map {
    width: 100%;
    height: 600px;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 640px) {
      .contact #map {
        height: 400px; } }
    .contact #map .gm-style-iw-c:focus {
      outline: none; }
    .contact #map .content {
      padding: 20px; }
      .contact #map .content a {
        color: #008482; }
      .contact #map .content li {
        font: 700 0.9em/1.4em "Raleway", "Helvetica Neue", "Arial", sans-serif;
        text-transform: uppercase;
        color: #008482;
        margin: 0px; }

.footer .wrapper,
.links .wrapper {
  padding: 40px 30px; }
@media screen and (max-width: 640px) {
  .footer .col-3,
  .links .col-3 {
    width: 50%; } }
@media screen and (max-width: 640px) {
  .footer .col-3:first-of-type,
  .links .col-3:first-of-type {
    width: 100%;
    margin-bottom: 30px; } }
.footer p,
.links p {
  font: 700 0.9em/1.6em "Raleway", "Helvetica Neue", "Arial", sans-serif;
  text-transform: uppercase;
  color: #008482;
  margin: 0; }
.footer a,
.links a {
  color: #008482; }

.footer {
  border-bottom: 1px solid #E5F2F2; }

.links a {
  padding: 0px 15px;
  text-decoration: none;
  border-left: 1px solid #008482; }
  @media screen and (max-width: 640px) {
    .links a {
      width: 50%;
      float: left;
      border-left: 0;
      padding: 1px 20px 1px 0px; } }
  .links a:hover {
    text-decoration: underline; }
.links a:first-of-type {
  border: 0;
  padding-left: 0; }

p.logo {
  width: 210px;
  height: 60px;
  background: transparent url("../images/leysa-logo.png") top left no-repeat;
  background-size: 100%;
  text-indent: -999px;
  overflow: hidden; }

.swiper-container {
  width: 100%;
  position: relative;
  float: left; }
  .swiper-container .navigation {
    width: 160px;
    position: relative;
    left: 50%;
    margin-left: -80px;
    margin-bottom: 40px;
    border-radius: 80px;
    overflow: hidden; }
    .swiper-container .navigation .prev,
    .swiper-container .navigation .next {
      width: 40px;
      float: left;
      vertical-align: top;
      padding: 10px 0px;
      text-align: center;
      color: rgba(0, 0, 0, 0.25);
      border-right: 1px solid rgba(0, 0, 0, 0.25); }
      .swiper-container .navigation .prev:hover,
      .swiper-container .navigation .next:hover {
        cursor: pointer;
        color: #008482; }
    .swiper-container .navigation .next {
      float: right;
      border: 0;
      border-left: 1px solid rgba(0, 0, 0, 0.25); }
    .swiper-container .navigation .pagination {
      float: left;
      width: 76px;
      vertical-align: top;
      padding: 10px 0px;
      text-align: center; }
      .swiper-container .navigation .pagination .swiper-pagination-bullet {
        background-color: #0A0C51;
        float: none;
        display: inline-block;
        margin: 0 auto;
        margin-left: 5px;
        margin-right: 5px; }
      .swiper-container .navigation .pagination .swiper-pagination-bullet-active {
        background-color: #008482; }
  .swiper-container .swiper-wrapper {
    width: 100%;
    float: left;
    margin-bottom: 40px; }
    .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
      opacity: 1; }
    .swiper-container .swiper-wrapper .swiper-slide {
      width: 100%;
      max-width: 1024px;
      padding: 0px 30px;
      position: relative;
      text-align: left;
      opacity: 0.25; }
      .swiper-container .swiper-wrapper .swiper-slide:hover {
        cursor: pointer; }
