@font-face {
  font-family: 'Bianco Serif New';
  src: url("./fonts/BiancoSerifNew.woff2") format("woff2"), url("./fonts/BiancoSerifNew.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Bianco Serif New';
  src: url("./fonts/BiancoSerifNew-Italic.woff2") format("woff2"), url("./fonts/BiancoSerifNew-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
/*************** 1. Variable Margin and Fond size ***************/
/*****---------- 1.1 Font size ----------*****/
/*****---------- 1.2 Margin ----------*****/
/*************** 2. Basis ***************/
html {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  font-size: 15px; }

body {
  min-height: 100vh;
  width: 100%;
  padding-left: 15px;
  position: static;
  font-family: 'Bianco Serif New', serif;
  font-size: 15px;
  padding: 0;
  overflow-x: hidden;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: geometricPrecision;
  color: #1E4831;
  background-color: #f1f9f7;
  width: 100%;
  overflow-x: hidden; }
  body::-moz-selection {
    background-color: #1E4831;
    color: white; }
  body::selection {
    background-color: #1E4831;
    color: white; }

h1,
h2,
h3 {
  font-weight: normal; }

a {
  color: inherit;
  text-decoration: none; }

p a {
  text-decoration: underline;
  -webkit-transition: text-underline-offset 300ms;
  transition: text-underline-offset 300ms; }
  p a:hover {
    text-underline-offset: 0.15em;
    border-bottom: none; }

p {
  margin-top: 0;
  margin-bottom: 0; }

p + p {
  text-indent: 2em;
  margin-top: 1em; }

div#ascrail2000 {
  right: 20px !important;
  top: 20px !important;
  height: calc(100% - 40px) !important;
  width: 2px !important;
  background-color: #1E4831 !important; }

.nicescroll-cursors {
  height: 24px !important;
  width: 24px !important;
  background-color: transparent !important;
  border: 2px solid #1E4831 !important;
  border-radius: 50% !important;
  -webkit-transform: translateX(13px);
          transform: translateX(13px); }

body.with-scroll .main-content,
body.with-scroll header {
  padding-right: 22px; }

.symbol {
  font-family: 'Noto Sans Symbols', sans-serif;
  display: inline-block;
  font-style: normal !important;
  line-height: 1; }

/*************** 1. MENU ***************/
/*****---------- 1.1 Menu Desktop ----------*****/
header {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  z-index: 1001;
  top: 0; }
  header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1em; }
  header .title {
    padding: 11px 0 2px 20px; }
  header .title a:hover {
    font-style: italic; }
  header .menu-right {
    padding: 18px 20px;
    text-align: right; }
  header h1 {
    font-size: 3.8rem;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1em; }
  header.sticky_header {
    position: fixed;
    top: 0;
    left: 0; }

p a {
  text-decoration: underline; }

.menu-list {
  padding-left: 0;
  list-style: none;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0; }
  .menu-list li {
    display: inline-block;
    margin-left: 30px;
    text-transform: uppercase;
    font-size: 1.9rem;
    line-height: 1.15em;
    cursor: pointer;
    width: auto;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
       supported by Chrome, Edge, Opera and Firefox */ }
    .menu-list li a {
      text-decoration: none; }
    .menu-list li:last-of-type {
      margin-right: 0; }
    .menu-list li.active, .menu-list li:hover {
      font-style: italic; }
    .menu-list li.active-menu {
      font-style: italic; }
  .menu-list li:first-of-type {
    margin-left: 0; }

.menu-burger span,
.menu-burger:after,
.menu-burger:before {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #1E4831;
  width: 100%; }

.submenu {
  width: 100%;
  text-align: center;
  font-size: 1rem; }

ul.submenu {
  display: none; }

.row-submenu {
  margin-bottom: 20px;
  padding-top: 0; }

ul.submenu-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  font-size: 1.33rem;
  padding-left: 0;
  text-align: left;
  width: 80%;
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 40px;
  z-index: 50000000000;
  position: relative; }

.submenu li {
  width: 50%;
  cursor: pointer;
  margin-bottom: 4px;
  height: 25px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome, Edge, Opera and Firefox */ }
  .submenu li a {
    text-decoration: none;
    line-height: 1em; }
  .submenu li.active, .submenu li:hover {
    font-style: italic; }

body .main-content:after {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  content: ' ';
  width: 100%;
  height: 100vh;
  background-color: #f1f9f7;
  opacity: 0;
  z-index: -2;
  -webkit-transition: all .3s linear;
  transition: all .3s linear; }

body.sub-open .main-content:after {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  content: ' ';
  width: 100%;
  height: 100vh;
  background-color: #f1f9f7;
  opacity: 0.96;
  z-index: 2; }

body.sub-open {
  overflow: hidden; }
  body.sub-open canvas#proj {
    z-index: 3;
    opacity: 0.5; }
  body.sub-open .col-left {
    z-index: 100; }
  body.sub-open .col-left > * {
    mix-blend-mode: multiply;
    opacity: 0.05; }
  body.sub-open .col-left .submenu-active {
    opacity: 1;
    mix-blend-mode: normal; }

/*****---------- 1.2 Menu mobile ----------*****/
.menu-mobile {
  z-index: 100002; }

.menu-burger {
  position: fixed;
  z-index: 100002;
  right: 15px;
  top: 16px;
  width: 30px;
  height: 13px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.menu-burger span {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  overflow: hidden;
  text-indent: -100%;
  top: 0px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.menu-burger::after {
  top: 12px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.menu-burger::before {
  top: 6px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.menu-mobile-modal {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 100%;
  top: 0;
  bottom: 100%;
  overflow: hidden;
  overflow-y: auto;
  background-color: #f1f9f7;
  opacity: 0;
  display: none;
  color: inherit;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  height: auto;
  padding-bottom: 10px; }

.menu-mobile-holder {
  margin-top: 0;
  padding-top: 0px;
  text-align: center;
  display: block; }

.menu-list-mobile {
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 6px; }

.menu-list-mobile {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 27px; }
  .menu-list-mobile li {
    display: block;
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
    line-height: 1;
    font-size: 40px;
    margin-left: 0; }
  .menu-list-mobile li.small-link:first-of-type {
    margin-top: 10px; }
  .menu-list-mobile .sub-mobile {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    margin-left: 0; }
    .menu-list-mobile .sub-mobile li {
      width: auto;
      font-size: 14px;
      height: auto;
      margin-right: 0;
      margin-bottom: 4px;
      font-style: normal; }
      .menu-list-mobile .sub-mobile li.active {
        font-style: italic; }

.site-title-mobile {
  text-transform: uppercase;
  font-size: 21px;
  margin-bottom: 0px;
  text-align: left; }

.center-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.page-link-mobile {
  font-size: 1.6em;
  line-height: 2.2em;
  margin-top: 0; }

.menu-mobile-modal.active {
  right: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  z-index: 100000; }

.m-active .menu {
  position: fixed;
  z-index: 100;
  background-color: transparent; }
  .m-active .menu .hide-active {
    display: none; }
  .m-active .menu .menu-large {
    padding-left: 15px; }

footer.is-desktop {
  position: absolute;
  bottom: 20px; }

.footer-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.social {
  width: 25px;
  height: 25px;
  border: 2px solid #1E4831;
  border-radius: 50%;
  padding: 4px;
  padding-top: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 5px;
  position: relative; }
  .social svg {
    width: 100%;
    height: 100%;
    fill: #1E4831;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in; }
  .social::before {
    border-radius: 50%;
    bottom: 0;
    content: '';
    display: block;
    height: 0;
    left: -2px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: -1;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    background: #1E4831; }
  .social:hover svg {
    fill: #f1f9f7; }
  .social:hover::before {
    width: 25px;
    height: 25px; }

.footer-link {
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 1rem;
  letter-spacing: 0.01em;
  margin-left: 10px;
  margin-right: 5px;
  height: 1em; }
  .footer-link.internal-link:hover {
    font-style: italic; }
  .footer-link.external-link:hover {
    text-decoration: underline; }

.project-page .footer-mobile .footer-holder {
  margin-top: 0; }

.footer-mobile {
  margin-left: 15px;
  margin-bottom: 15px;
  margin-top: 40px; }

.main-content {
  padding-top: 70px; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.col-left {
  max-width: 580px;
  min-width: 400px;
  width: 33.333%;
  padding: 20px;
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  min-height: calc(100vh - 70px);
  padding-bottom: 100px; }

.col-right {
  width: 66.666%;
  padding-left: 30px;
  padding-top: 5px;
  max-width: calc(100% - 500px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px; }

.col-left.fixed-col {
  position: fixed;
  left: 0;
  z-index: 10000; }

.col-right.fixed-col {
  position: fixed;
  right: 0; }

.with-scroll .col-right.fixed-col {
  padding-right: 42px; }

.col-left.fixed-col + .col-right {
  margin-left: 33.33333%; }

.projects-table .image-project.imgp-1 {
  top: 408%;
  left: 83%; }

.projects-table .image-project.imgp-2 {
  top: 17%;
  left: 33%; }

.projects-table .image-project.imgp-3 {
  top: 207%;
  left: 55%; }

.projects-table .image-project.imgp-4 {
  top: 32%;
  left: 27%; }

.projects-table .image-project.imgp-5 {
  top: 269%;
  left: 69%; }

.projects-table .image-project.imgp-6 {
  top: 255%;
  left: 85%; }

.projects-table .image-project.imgp-7 {
  top: 100%;
  left: 63%; }

.projects-table .image-project.imgp-8 {
  top: 226%;
  left: 67%; }

.projects-table .image-project.imgp-9 {
  top: 441%;
  left: 72%; }

.projects-table .image-project.imgp-10 {
  top: 482%;
  left: 33%; }

.projects-table .image-project.imgp-11 {
  top: 121%;
  left: 90%; }

.projects-table .image-project.imgp-12 {
  top: 51%;
  left: 62%; }

.mactive.menu-burger:before {
  -webkit-transform: rotate(-37deg);
  transform: rotate(-37deg); }

.mactive.menu-burger:after {
  -webkit-transform: rotate(37deg);
  transform: rotate(37deg);
  top: 6px; }

.mactive.menu-burger span {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.is-mobile {
  display: none; }

.is-desktop {
  display: block; }

@media screen and (max-width: 1490px) and (min-width: 1181px) and (orientation: Landscape) {
  html {
    font-size: 14px; }

  body {
    font-size: 15px; }

  header h1 {
    font-size: 3rem; }

  .menu-list li {
    font-size: 1.8rem;
    margin-left: 1em; }

  .main-content {
    padding-top: 64px; } }
@media screen and (max-width: 1180px) and (orientation: Landscape) {
  header h1 {
    font-size: 2.8rem; }

  .menu-list li {
    margin-left: 15px;
    font-size: 1.4rem; }

  .col-left {
    min-width: 0;
    width: 45%; }

  .col-right {
    width: 55%; }

  .col-left.fixed-col + .col-right {
    margin-left: 45%; }

  div#ascrail2000 {
    right: 20px !important;
    top: 40px !important;
    height: calc(100% - 60px) !important;
    width: 2px !important;
    background-color: #1E4831 !important; } }
@media screen and (max-width: 1080px) and (orientation: Landscape) {
  ul.submenu-active {
    display: none; }

  .menu-mobile.is-mobile {
    display: block; }

  .menu-right.is-desktop {
    display: none; }

  .col-left {
    min-width: 0;
    width: 45%; }

  .col-right {
    width: 55%; }

  .col-left.fixed-col + .col-right {
    margin-left: 45%; }

  .row-title-index.row-project.is-mobile {
    display: block; }
    .row-title-index.row-project.is-mobile h2 {
      margin-top: 0; }

  .site-title-mobile {
    font-size: 40px; }

  .active-parent ul.submenu {
    display: block;
    -webkit-column-count: 2;
            column-count: 2;
    padding-left: 0; }

  div#ascrail2000 {
    right: 20px !important;
    top: 40px !important;
    height: calc(100% - 60px) !important;
    width: 2px !important;
    background-color: #1E4831 !important; } }
@media screen and (max-width: 780px), screen and (orientation: portrait) {
  header .title {
    padding: 7px 15px;
    z-index: 10; }

  .is-mobile {
    display: block; }

  .is-desktop {
    display: none; }

  html {
    font-size: 14px; }

  header,
  .project-page header,
  .projects-list-page header {
    position: static; }

  body,
  html {
    overflow: auto; }

  .title h1 {
    font-size: 2.66rem; }

  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .col-left,
  .col-right {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: auto;
    height: auto;
    min-height: 0; }

  .col-left {
    padding-bottom: 0;
    height: auto;
    min-height: 0; }

  .col-left.fixed-col, .col-right.fixed-col {
    position: relative; }

  .col-left.fixed-col + .col-right {
    margin-left: 0; }

  .col-right {
    margin-top: 15px; }

  .main-content {
    margin-top: 7px;
    padding-top: 0; }

  .menu-list-mobile .sub-mobile {
    margin-top: 10px;
    margin-bottom: 15px; }

  ul.submenu {
    -webkit-column-count: 2;
            column-count: 2;
    padding-left: 0; }
    ul.submenu li {
      margin-bottom: 15px; }

  .menu-list {
    margin-left: 0; }

  .active-parent ul.submenu {
    display: block; }

  ul.submenu-active {
    display: none; }

  .main-content {
    padding-left: 15px;
    padding-right: 15px; }

  .footer-mobile {
    margin-left: 0px;
    margin-bottom: 15px;
    margin-top: 40px; }

  .row-title-index.row-project.is-mobile {
    display: block; }
    .row-title-index.row-project.is-mobile h2 {
      margin-top: 0; } }
body#home-page {
  padding-top: 35px;
  position: relative; }
  body#home-page header {
    position: relative;
    top: 0;
    left: 0; }
    body#home-page header .title {
      background-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }
  body#home-page footer.is-desktop {
    left: 20px; }
  body#home-page canvas {
    opacity: 0.85; }
  body#home-page .main-content {
    padding-top: 0; }

/*************** 1. Introduction ***************/
.logo-hp {
  width: 70%;
  height: 53vh;
  left: 15%;
  position: absolute;
  top: 20vh;
  z-index: 1;
  mix-blend-mode: multiply; }
  .logo-hp .logo-hp-svg {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
       object-fit: contain; }

#arrow-down {
  width: 40px;
  height: auto;
  stroke: #3a602a;
  stroke-width: 5;
  fill: none;
  display: inline-block;
  margin-top: 13px; }

.scroll-down {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #f1f9f76b;
  -webkit-box-shadow: 0px 0px 6px 7px #f1f9f76b;
          box-shadow: 0px 0px 6px 7px #f1f9f76b;
  display: inline-block; }
  .scroll-down svg {
    height: 100%;
    fill: #1E4831; }

.arrow-scroll {
  display: block;
  position: absolute;
  width: 100px;
  text-align: center;
  top: calc(100vh - 40px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear; }
  .arrow-scroll .scroll-legend {
    opacity: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    position: absolute;
    top: -30px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    left: 0; }
  .arrow-scroll:hover {
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%); }
    .arrow-scroll:hover .scroll-legend {
      opacity: 1; }

.content-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

canvas {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0.5; }

/*************** 2. Content ***************/
.content-home {
  margin-top: 100vh;
  min-height: 100vh;
  padding-bottom: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 40px;
  position: relative;
  padding-right: 0px; }

.box-actus {
  margin-left: 20px;
  padding-top: 20px;
  width: 33.333%;
  min-width: 300px; }

/*****---------- 2.1 Grid ----------*****/
.grid-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin-left: auto; }

.grid-sizer {
  width: 20%; }

.item-home {
  width: 20%; }

.item-home {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .item-home p {
    margin: 0; }

.item-home.pres {
  width: 45%; }

.item-home.with-link,
.item-home.landscape {
  width: 30%; }

.item-home.img-rounded .img-holder {
  background-color: #1E4831;
  border-radius: 15px;
  line-height: 0; }
.item-home.img-rounded img {
  width: 100%;
  border-radius: 15px;
  height: auto; }

.item-home .pres-holder {
  background-color: white;
  padding: 1em;
  border: 2px solid #1E4831;
  border-radius: 15px;
  font-size: 1.8rem;
  line-height: 1.1em;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.item-home.with-link {
  border: none; }
  .item-home.with-link a {
    display: block;
    line-height: 1;
    position: relative; }
    .item-home.with-link a:after {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #1E4831;
      content: " ";
      display: block;
      opacity: 0;
      mix-blend-mode: screen;
      border-radius: 15px;
      -webkit-transition: all .2s linear;
      transition: all .2s linear; }
    .item-home.with-link a img {
      -webkit-transition: all .2s linear;
      transition: all .2s linear; }
  .item-home.with-link:hover a:after {
    opacity: 1; }
  .item-home.with-link:hover img {
    -webkit-filter: saturate(0);
            filter: saturate(0); }

.item-home.img-rounded.with-link img {
  border: none; }

.actu {
  margin-top: 35px; }

.actu ul {
  list-style: none;
  padding-left: 0;
  -webkit-column-count: 2;
          column-count: 2;
  width: 100%;
  max-width: 500px; }
  .actu ul h3 {
    margin-bottom: 0;
    margin-top: 0; }
  .actu ul p {
    margin-top: 0; }
  .actu ul li {
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
    margin-bottom: 1em; }
    .actu ul li a {
      text-decoration: underline; }
      .actu ul li a:hover {
        font-style: italic; }

@media screen and (max-width: 1180px) {
  .col-right {
    max-width: 100%; }

  .grid-sizer {
    width: 25%; }

  .item-home {
    width: 25%; }

  .item-home.pres {
    width: 100%; }

  .item-home.with-link,
  .item-home.landscape {
    width: 50%; } }
@media screen and (max-width: 780px), screen and (orientation: portrait) {
  .home-header .title {
    padding: 0; }

  .actu {
    margin-bottom: 0; }

  .actu ul {
    list-style: none;
    padding-left: 0;
    -webkit-column-count: 1;
    column-count: 1;
    width: 100%;
    margin-bottom: 0; }

  .content-home {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 88px; }
    .content-home .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .content-home .row .col-right {
        margin-top: 15px; }

  .actu ul li {
    margin-bottom: 15px; }

  .item-home .pres-holder {
    font-size: 1.33rem; }

  .grid-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    margin-left: 0; }

  .item-home {
    margin-top: 0;
    margin-left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

  .item-home.img-rounded {
    width: 50%;
    background-color: transparent; }

  .item-home.pres {
    width: 100%;
    font-size: 18px;
    line-height: 1.2em; } }
/*************** 1. List View ***************/
.projects-list-page .row-presentation {
  border-bottom: none;
  margin-top: 0; }
  .projects-list-page .row-presentation p {
    margin-top: 0;
    margin-bottom: 0; }
  .projects-list-page .row-presentation p + p {
    text-indent: 2em; }
.projects-list-page footer {
  position: absolute;
  bottom: 15px;
  left: 15px; }
.projects-list-page .col-left {
  position: fixed;
  height: calc(100% - 70px); }
.projects-list-page .col-right {
  margin-left: 33.3333%; }

.projects-table {
  width: 100%;
  margin-top: 5px;
  letter-spacing: -0.01em; }
  .projects-table .table-row {
    width: 100%;
    border-bottom: 1px solid; }
  .projects-table .table-row a,
  .projects-table .row-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
  .projects-table .table-row div {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    border-collapse: collapse;
    text-transform: uppercase;
    cursor: pointer;
    text-align: left;
    line-height: 1.1em; }
    .projects-table .table-row div:hover {
      font-style: italic; }
  .projects-table .table-row:not(.row-header):hover {
    border-bottom: 2px solid;
    position: relative; }
    .projects-table .table-row:not(.row-header):hover:after {
      position: absolute;
      bottom: -10.5px;
      left: 0;
      content: ' ';
      width: 15px;
      height: 15px;
      border-radius: 50%;
      border: 2px solid; }
    .projects-table .table-row:not(.row-header):hover div {
      padding-bottom: 14px; }
  .projects-table .table-row.row-header div {
    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 7px;
    padding-top: 0;
    cursor: pointer;
    width: 100%; }
    .projects-table .table-row.row-header div:hover {
      font-style: italic; }
  .projects-table .date-td {
    width: 10%; }
  .projects-table .table-row div:nth-of-type(2),
  .projects-table .row-header div:nth-of-type(2) {
    width: 60px; }
  .projects-table .table-row div:nth-of-type(3),
  .projects-table .row-header div:nth-of-type(3) {
    width: 30%; }
  .projects-table .table-row div:nth-of-type(4),
  .projects-table .row-header div:nth-of-type(4) {
    width: 35%; }
  .projects-table .table-row div:nth-of-type(5),
  .projects-table .row-header div:nth-of-type(5) {
    width: 20%; }
  .projects-table .placeholder {
    display: none; }
  .projects-table .image-project {
    display: none;
    position: fixed;
    width: 20%;
    z-index: 10000; }
    .projects-table .image-project img {
      width: 100%;
      height: auto;
      border-radius: 15px; }
  .projects-table .table-row:hover .image-project {
    display: block; }

.sort-button .arrow {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  display: inline-block; }

.sort-button.active-sort .arrow {
  opacity: 1; }

.sort-button.active-sort.reverse .arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.projects-table .image-project.imgp-1 {
  top: 159%;
  left: 28%; }

.projects-table .image-project.imgp-2 {
  top: 163%;
  left: 27%; }

.projects-table .image-project.imgp-3 {
  top: 161%;
  left: 84%; }

.projects-table .image-project.imgp-4 {
  top: 253%;
  left: 77%; }

.projects-table .image-project.imgp-5 {
  top: 276%;
  left: 46%; }

.projects-table .image-project.imgp-6 {
  top: 351%;
  left: 33%; }

.projects-table .image-project.imgp-7 {
  top: 431%;
  left: 32%; }

.projects-table .image-project.imgp-8 {
  top: 57%;
  left: 68%; }

.projects-table .image-project.imgp-9 {
  top: 253%;
  left: 34%; }

.projects-table .image-project.imgp-10 {
  top: 45%;
  left: 14%; }

.projects-table .image-project.imgp-11 {
  top: 303%;
  left: 9%; }

.projects-table .image-project.imgp-12 {
  top: 497%;
  left: 16%; }

/*************** 2. GRID VIEW ***************/
.projects-grid-page .row-presentation {
  border-bottom: none;
  margin-top: 0; }
  .projects-grid-page .row-presentation p {
    margin-top: 0;
    margin-bottom: 0; }
  .projects-grid-page .row-presentation p + p {
    text-indent: 2em; }
.projects-grid-page footer {
  position: absolute;
  bottom: 15px;
  left: 15px; }
.projects-grid-page .col-left {
  position: fixed;
  height: calc(100% - 70px);
  z-index: 10000; }
.projects-grid-page .col-right {
  margin-left: 33.3333%; }

.projects-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end; }

.project-item {
  width: 33.333%;
  height: auto;
  padding: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .project-item img {
    border-radius: 25px;
    width: 100%;
    height: auto;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out; }
  .project-item:hover .cover-project:after {
    opacity: 1; }
  .project-item:hover .cover-project img {
    -webkit-filter: saturate(0);
            filter: saturate(0); }

.cover-project {
  position: relative;
  line-height: 0; }
  .cover-project:after {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    display: block;
    opacity: 0;
    mix-blend-mode: screen;
    border-radius: 25px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out; }

.infos-project {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px; }
  .infos-project .title {
    margin-bottom: 0.4em; }

.shop-page .row-presentation {
  border-bottom: none;
  margin-top: 0;
  padding-top: 0; }

.grid-images img, .grid-home img {
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }
.grid-images.loaded img, .grid-home.loaded img {
  opacity: 1;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

@media screen and (max-width: 1180px) and (orientation: Landscape) {
  .projects-grid-page .col-right {
    margin-left: 45%;
    width: 55%; }

  .project-item {
    width: 45%; } }
@media screen and (max-width: 780px), screen and (orientation: portrait) {
  header,
  .project-page header,
  .projects-list-page header {
    position: static; }

  .projects-grid-page .col-left, .projects-list-page .col-left {
    position: relative;
    height: auto;
    z-index: 10000;
    min-height: 0; }

  .projects-grid {
    margin-left: -7px;
    margin-right: -7px; }

  .project-item {
    width: 50%;
    height: auto;
    padding: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .projects-grid-page footer, .projects-list-page footer {
    position: static; }

  .projects-table .table-row div,
  .row-header div {
    padding-right: 10px;
    font-size: 0.9em; }
  .projects-table .table-row div:nth-of-type(2),
  .row-header div:nth-of-type(2) {
    width: 70px; }
  .projects-table .table-row div:nth-of-type(3),
  .row-header div:nth-of-type(3) {
    width: 50%; }
  .projects-table .table-row div:nth-of-type(4),
  .row-header div:nth-of-type(4) {
    width: 40%; }
  .projects-table .table-row div:nth-of-type(5),
  .row-header div:nth-of-type(5) {
    width: 30%;
    display: none; } }
/*************** 1. About sections***************/
.about-page .row-about, .about-sections-page .row-about {
  border-bottom: none;
  margin-top: 0; }
.about-page .section-title, .about-sections-page .section-title {
  width: 100%;
  border-bottom: 1px solid #1E4831;
  text-align: left;
  padding-bottom: 3px;
  text-transform: uppercase;
  font-size: 1.33rem; }
.about-page .sub-content, .about-sections-page .sub-content {
  font-size: 1rem;
  -webkit-column-count: 2;
          column-count: 2;
  margin-top: 1.1em; }
.about-page .about-section, .about-sections-page .about-section {
  margin-bottom: 20px; }
.about-page footer, .about-sections-page footer {
  position: absolute;
  bottom: 15px;
  left: 15px; }
.about-page .col-right, .about-sections-page .col-right {
  height: calc(100% - 70px); }

.about-content {
  font-size: 1.33rem;
  line-height: 1.2em; }

.about-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.item-about {
  width: 33.333%;
  max-width: 350px;
  height: auto;
  padding: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .item-about img {
    border-radius: 25px;
    width: 100%;
    height: auto;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out; }

.info-item {
  text-align: center;
  margin-top: 7px; }
  .info-item p {
    margin-top: 0;
    text-indent: 0em;
    word-break: break-word; }

/*************** 2. About Principal ***************/
.about-illustration {
  text-align: right; }
  .about-illustration img {
    width: auto;
    height: 70vh;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .about-illustration .img-holder {
    border-radius: 15px;
    position: relative;
    display: inline-block;
    line-height: 0; }
  .about-illustration .img-holder:after {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1E4831;
    content: " ";
    display: block;
    opacity: 1;
    mix-blend-mode: screen;
    border-radius: 15px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    display: none; }

.contact-page p + p {
  margin-top: 1em;
  text-indent: 0; }
.contact-page .row-about {
  margin-top: 0em; }
.contact-page .footer-holder .social {
  display: none; }
.contact-page .footer-link:first-of-type {
  margin-left: 0px; }

.social-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  margin-top: 1em; }
  .social-contact .social-link {
    margin-right: 10px;
    border: 2px solid #1E4831;
    border-radius: 50%;
    padding: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 35px;
    height: 35px;
    position: relative; }
    .social-contact .social-link a {
      width: 100%;
      height: 100%;
      display: block; }
    .social-contact .social-link svg {
      width: 100%;
      height: 100%;
      fill: #1E4831;
      -webkit-transition: all .3s ease-in;
      transition: all .3s ease-in; }
    .social-contact .social-link::before {
      border-radius: 50%;
      bottom: 0;
      content: '';
      display: block;
      height: 0;
      left: -2px;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      width: 0;
      z-index: -1;
      -webkit-transition: all .3s ease-in;
      transition: all .3s ease-in;
      background: #1E4831; }
    .social-contact .social-link:hover svg {
      fill: #f1f9f7; }
    .social-contact .social-link:hover::before {
      width: 35px;
      height: 35px; }

@media screen and (max-width: 1280px) {
  .col-right {
    max-width: 100%; } }
@media screen and (max-width: 780px), screen and (orientation: portrait) {
  .about-page .col-right, .about-sections-page .col-right {
    height: auto; }

  .about-page footer, .about-sections-page footer {
    position: static; }

  .about-illustration img, .about-illustration .img-holder {
    width: 100%;
    height: auto; }

  .about-page .sub-content, .about-sections-page .sub-content {
    -webkit-column-count: 1;
            column-count: 1; }

  .item-about {
    width: 50%;
    max-width: 350px;
    height: auto;
    padding: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }
/*************** 1. Grid ***************/
.grid-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.project-page .grid-sizer, .about-page .grid-sizer {
  width: 15%; }
.project-page .item-project.size-m, .about-page .item-project.size-m {
  width: 30%; }
.project-page .item-project.size-p, .about-page .item-project.size-p {
  width: 15%; }
.project-page .item-project.size-g, .about-page .item-project.size-g {
  width: 45%; }

.item-project img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  position: relative;
  line-height: 0;
  vertical-align: bottom; }

.item-project {
  position: absolute;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  position: relative; }
  .item-project .img-holder {
    border-radius: 15px;
    position: relative;
    line-height: 0; }
    .item-project .img-holder:after {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      content: " ";
      display: block;
      opacity: 0;
      mix-blend-mode: screen;
      border-radius: 15px;
      -webkit-transition: all .2s linear;
      transition: all .2s linear; }
  .item-project:hover .img-holder:after {
    opacity: 1; }
  .item-project:hover img {
    -webkit-filter: saturate(0);
            filter: saturate(0); }

#proj {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
  opacity: 0.5; }

body.l-autre-lieu-id {
  background-color: white; }

/*************** 3. Informations Column ***************/
.row-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
  border-bottom: 1px solid #1E4831;
  padding-bottom: 5px; }
  .row-title .date-project {
    padding-right: 15px; }
  .row-title h2 {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.9rem;
    line-height: 1.03em; }

.row-credits {
  border-bottom: 2px solid;
  line-height: 1.26em;
  letter-spacing: 0.01em; }
  .row-credits .sub-row {
    border-bottom: 1px solid;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase; }
    .row-credits .sub-row p {
      margin-top: 0;
      margin-bottom: 0; }
    .row-credits .sub-row:last-of-type {
      border-bottom: none; }

.row-presentation {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid; }
  .row-presentation p {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.33rem;
    line-height: 1.15em; }
  .row-presentation p + p {
    text-indent: 2em;
    margin-top: 0.6em; }
  .row-presentation ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0; }
    .row-presentation ol li {
      width: 100%;
      height: 5em;
      max-width: 120px;
      max-width: 120px;
      max-height: 5em;
      position: relative; }
      .row-presentation ol li a {
        display: block;
        height: 100%;
        width: 100%; }
      .row-presentation ol li figure {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        position: relative;
        background-blend-mode: unset;
        background-color: white;
        mix-blend-mode: multiply; }
        .row-presentation ol li figure:before {
          height: 100%;
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          content: " ";
          display: block;
          opacity: 1;
          mix-blend-mode: screen; }
        .row-presentation ol li figure img {
          width: 100%;
          height: 100%;
          -webkit-filter: saturate(0) brightness(0);
                  filter: saturate(0) brightness(0);
          -o-object-fit: contain;
             object-fit: contain;
          -o-object-position: center;
             object-position: center; }

.row-more {
  padding-bottom: 1em;
  padding-top: 1em; }
  .row-more a {
    display: block;
    text-decoration: none; }
  .row-more .more-button {
    text-transform: uppercase; }
  .row-more .less {
    display: none; }
  .row-more .more-info-holder .more-button {
    cursor: pointer; }
    .row-more .more-info-holder .more-button .more-text {
      height: 1rem;
      display: inline-block; }
    .row-more .more-info-holder .more-button:hover .more-text {
      font-style: italic; }
    .row-more .more-info-holder .more-button:hover .more {
      font-style: normal; }
    .row-more .more-info-holder .more-button.active .more {
      display: none; }
    .row-more .more-info-holder .more-button.active .less {
      display: inline-block; }
  .row-more a.more-button:hover .more-text {
    text-decoration: underline; }

.row-link-projects {
  margin-top: 15px; }
  .row-link-projects h3 {
    width: 100%;
    text-transform: uppercase;
    font-size: 1rem;
    border-bottom: 1px solid;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 10px; }
  .row-link-projects .projects-table {
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 0.9em; }
  .row-link-projects .title-td {
    font-style: italic; }

.more-info-content {
  font-size: 1rem;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .more-info-content .col-50 {
    width: 50%; }
  .more-info-content .col-50:first-of-type {
    padding-right: 0.5em; }
  .more-info-content .col-50:nth-of-type(2) {
    padding-left: 0.5em; }
  .more-info-content p + p {
    text-indent: 0;
    margin-top: 1em; }

.precedent-nav {
  text-transform: uppercase;
  position: fixed;
  right: 15px;
  bottom: 15px; }
  .precedent-nav a:hover {
    font-style: italic; }

.with-scroll .precedent-nav {
  right: 30px; }

/*************** 4. Swipebox ***************/
#swipebox-prev,
#swipebox-next {
  padding: 5px 15px 2px 15px;
  border-radius: 15px;
  border: 2px solid !important;
  height: auto; }
  #swipebox-prev svg,
  #swipebox-next svg {
    fill: #1E4831;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear; }

#swipebox-prev {
  float: left;
  position: fixed;
  top: 50%;
  left: 36px;
  margin-top: -20px;
  background-image: none !important; }
  #swipebox-prev:hover svg {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px); }

#swipebox-next {
  float: left;
  position: fixed;
  top: 50%;
  right: 36px;
  margin-top: -20px;
  background-image: none !important; }
  #swipebox-next:hover svg {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); }

#swipebox-close {
  background: none;
  top: 15px;
  right: 15px; }
  #swipebox-close svg {
    stroke: #1E4831;
    stroke-width: 2;
    width: auto;
    height: 41px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

#swipebox-overlay {
  background: #f1f9f7fa;
  -webkit-transition: all .3s;
  transition: all .3s; }

#swipebox-container {
  -webkit-transition: all .3s;
  transition: all .3s; }

#swipebox-bottom-bar {
  bottom: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
  background: transparent;
  text-shadow: none;
  height: 38px; }

#swipebox-top-bar {
  bottom: 7px !important;
  top: unset;
  text-align: left;
  -webkit-transform: none !important;
          transform: none !important;
  background: transparent;
  text-shadow: none;
  height: 45px;
  font-family: 'Bianco Serif New';
  font-size: 1.33rem;
  color: #1E4831 !important; }

#swipebox-overlay {
  z-index: 9999999999999 !important; }

/*****---------- 4.1 Animation swipebox ----------*****/
@-webkit-keyframes pulse {
  from {
    opacity: 0.7; }
  to {
    opacity: 1; } }
@keyframes pulse {
  from {
    opacity: 0.7; }
  to {
    opacity: 1; } }
.background-slide {
  display: inline-block;
  -webkit-transform: scale(0.99) translate(-50%, -50%);
          transform: scale(0.99) translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border-radius: 15px;
  max-height: 60vh;
  max-width: 60vw;
  height: 100%;
  width: 100%;
  opacity: 1; }

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
  padding: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative; }
  #swipebox-slider .slide img {
    -webkit-filter: saturate(1);
            filter: saturate(1);
    opacity: 1;
    border-radius: 0;
    max-height: calc(100vh - 120px);
    max-width: calc(100vw - 120px); }

.slide-loading .background-slide {
  opacity: 0.2;
  -webkit-animation: 1.8s linear infinite alternate pulse;
          animation: 1.8s linear infinite alternate pulse; }

#swipebox-slider .slide.loaded img {
  -webkit-animation: 0.8s ease-out imgchange forwards;
          animation: 0.8s ease-out imgchange forwards; }
#swipebox-slider .slide.loaded .background-slide {
  -webkit-animation: 0.8s ease-out bgchange forwards;
          animation: 0.8s ease-out bgchange forwards;
  -webkit-transform: scale(0.99) translate(-50%, -50%);
          transform: scale(0.99) translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: calc(100vw - 120px);
  max-height: calc(100vh - 120px);
  opacity: 0; }

#swipebox-overlay {
  opacity: 0;
  -webkit-animation: .3s ease-out show forwards;
          animation: .3s ease-out show forwards;
  overflow: hidden; }

@-webkit-keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes bgchange {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.99) translate(-50%, -50%);
            transform: scale(0.99) translate(-50%, -50%); }
  60% {
    opacity: 1;
    border-radius: 28px;
    -webkit-transform: scale(0.99) translate(-50%, -50%);
            transform: scale(0.99) translate(-50%, -50%); }
  100% {
    background-color: transparent;
    border-radius: 0px;
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%); } }
@keyframes bgchange {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.99) translate(-50%, -50%);
            transform: scale(0.99) translate(-50%, -50%); }
  60% {
    opacity: 1;
    border-radius: 28px;
    -webkit-transform: scale(0.99) translate(-50%, -50%);
            transform: scale(0.99) translate(-50%, -50%); }
  100% {
    background-color: transparent;
    border-radius: 0px;
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%); } }
@-webkit-keyframes imgchange {
  0% {
    border-radius: 28px; }
  60% {
    border-radius: 28px; }
  100% {
    border-radius: 0px; } }
@keyframes imgchange {
  0% {
    border-radius: 28px; }
  60% {
    border-radius: 28px; }
  100% {
    border-radius: 0px; } }
.title-lightbox {
  display: none;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  position: fixed;
  z-index: 100000;
  top: 7px;
  margin: 0;
  left: 15px; }

.swipebox-html .title-lightbox {
  display: block; }

/*************** 5. ITEM SHOP ***************/
.row-shop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
  font-size: 1.2em; }
  .row-shop button {
    background-color: transparent;
    border: none;
    color: #1E4831;
    padding: 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: inherit;
    font-size: 1.2em;
    text-transform: uppercase;
    cursor: pointer; }
    .row-shop button:hover {
      text-decoration: underline;
      text-decoration-thickness: 1px;
      text-underline-offset: 2px; }

.pp-button {
  cursor: pointer; }
  .pp-button:hover {
    text-decoration: underline; }

.hidden-form {
  display: none; }

@media screen and (max-width: 1280px) {
  .col-right {
    max-width: 100%; } }
@media screen and (max-width: 780px), screen and (orientation: portrait) {
  header,
  .project-page header,
  .projects-list-page header {
    position: static; }

  .project-page,
  .projects-list-page {
    padding-right: 0;
    padding-top: 0px; }

  .grid-sizer {
    width: 25%; }

  .item-project.size-m {
    width: 50%; }

  .item-project.size-p {
    width: 50%; }

  .item-project.size-g {
    width: 100%; }

  .item-project.big-img {
    width: 100%; }

  .projects-list-page .col-right, .projects-grid-page .col-right {
    margin-left: 0; }

  .precedent-nav {
    text-transform: uppercase;
    right: 15px;
    bottom: 15px;
    width: 100%;
    position: static;
    margin-top: 40px; } }

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