:root {
  font-size: 62.5%;
}

/* Reset box-model
========================================================================== */
* {
  box-sizing: border-box;
  font-size: 1em;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
========================================================================== */
/**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   * 3. Remove gray overlay on links for iOS.
   */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/* Vertical rhythm
========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
  vertical-align: bottom;
  width: 100%;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
========================================================================== */
/**
   * Reset form fields to make them styleable
   * 1. Reset radio and checkbox to preserve their look in iOS.
   */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  /* setting for custom cursor */
  /*cursor: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
  /* setting for custom cursor */
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Reset to invisible
   */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  padding: 0;
  /* 1 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the outline style in Safari.
   */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
   * Clickable labels
   */
label[for] {
  cursor: none;
}

/* Interactive
========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Table
========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/* CLEARFIX
===============================================================================*/
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* GLOBAL VARS
===============================================================================*/
/* Colors
----------------------*/
/* Fonts
----------------------*/
/*$font2: ganache,
serif;*/
/* Letter spacing */
/* Easings
----------------------*/
/* POSITIONNING CLASSES
===============================================================================*/
.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

/* TITLES
===============================================================================*/
.title-big {
  font-size: 3.6rem;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 1em;
  max-width: 440px;
}

/* TEXT
===============================================================================*/
.text-std {
  font-size: 1.2rem;
  line-height: 1.5;
  padding-bottom: 1em;
  max-width: 500px;
}

.small-text {
  font-size: 1.2rem;
}

/* LISTS
===============================================================================*/
.list-std {
  margin-bottom: 20px;
}
.list-std .list-title {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 0.5em;
}
.list-std .list-item {
  font-size: 1.3rem;
  margin-bottom: 0.5em;
}

.list-std:last-of-type {
  margin-bottom: 0;
}

/* BUTTONS
===============================================================================*/
.btn-seemore-container {
  height: 120px;
  width: 120px;
}

.btn-std {
  font-size: 1.6rem;
}

.btn-circle {
  background-color: #101010;
  line-height: 120px;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  display: block;
  font-size: 1.6rem;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.635, 0.035, 0.345, 1);
  color: #fff;
}

.btn-circle:hover {
  background-color: #ea5b0c;
}

/* HTML & BODY
===============================================================================*/
html {
  height: 100%;
  overflow-y: scroll;
  font-size: 1.6rem;
  color: #101010;
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
}

html.nav-open {
  overflow: hidden;
}

body {
  min-height: 100vh;
}

#app {
  min-height: 100vh;
}

.site-content {
  padding-top: 100px;
  overflow: hidden;
  opacity: 1;
}

.site-content.no-padd {
  padding-top: 0;
}

/* HERO
===============================================================================*/
.hero {
  padding: 0;
  width: 100vw;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .hero-media {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hero .hero-media.hero-media-alt {
  left: 5%;
  width: 90%;
}
.hero .hero-title {
  max-width: 90%;
  text-align: center;
  z-index: 1;
  position: relative;
}
.hero .hero-title h1 {
  font-size: 3.6rem;
  font-weight: 800;
  margin-bottom: 0.5em;
}
.hero .hero-title .hero-subtitle {
  font-size: 2rem;
}

/* SECTIONS
===============================================================================*/
.section {
  width: 100%;
  padding: 100px 0 100px 0;
  position: relative;
}

.section.f-h-w {
  height: 100vh;
  width: 100vw;
}

.section.no-padd {
  padding: 0;
}

.section-inner {
  padding: 0 30px;
  width: 100%;
  max-width: 1200px;
}

/* WRAPPERS
===============================================================================*/
.wrapper {
  padding: 0 30px;
}

/* ROWS
===============================================================================*/
.row {
  height: 100%;
  width: 100%;
}

.row.flex {
  display: flex;
}

/* COLUMNS
===============================================================================*/
/* Mobile */
[class*=col-] {
  width: 100%;
  float: none;
}

[class*=col-gutter] {
  padding: 0;
}

/* Tablet */
@media only screen and (min-width: 768px) {
  .col-m-25 {
    width: 25%;
  }
  .col-m-33 {
    width: 33.33%;
  }
  .col-m-40 {
    width: 40%;
  }
  .col-m-50 {
    width: 50%;
  }
  .col-m-60 {
    width: 60%;
  }
  .col-m-66 {
    width: 66.66%;
  }
  .col-m-75 {
    width: 75%;
  }
  .col-m-100 {
    width: 100%;
  }
  .col-gutter-m-right {
    padding-right: 20px;
  }
  .col-gutter-m-left {
    padding-left: 20px;
  }
}
/* Desktop */
@media only screen and (min-width: 992px) {
  .col-25, .col-33, .col-40, .col-50, .col-60, .col-66, .col-75 {
    float: left;
  }
  .col-25 {
    width: 25%;
  }
  .col-33 {
    width: 33.33%;
  }
  .col-40 {
    width: 40%;
  }
  .col-50 {
    width: 50%;
  }
  .col-60 {
    width: 60%;
  }
  .col-66 {
    width: 66.66%;
  }
  .col-75 {
    width: 75%;
  }
  .col-100 {
    width: 100%;
  }
  .col-gutter-right {
    padding-right: 20px;
  }
  .col-gutter-left {
    padding-left: 20px;
  }
}
/* HEADER
===============================================================================*/
/* App header
----------------------*/
.app-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 25px 30px 15px;
  z-index: 1000;
}

/* App logo
----------------------*/
.app-logo-wrap {
  height: 60px;
  width: 60px;
  position: relative;
  overflow: hidden;
}
.app-logo-wrap .app-logo {
  display: inline-block;
  background-image: url(../medias/images/theme/heros/logo-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
}

/* Burger button
----------------------*/
.nav-btn-wrap {
  display: flex;
  align-items: center;
}

#navBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  position: relative;
  width: 30px;
}
#navBtn .navBtn__line {
  background-color: #101010;
  height: 3px;
  position: absolute;
  right: 0;
  width: 24px;
  transition: all 0.5s cubic-bezier(0.635, 0.035, 0.345, 1);
  border-radius: 3px;
}
#navBtn .navBtn__line--1 {
  width: 24px;
  transform: translateY(-3px) rotate(0);
}
#navBtn .navBtn__line--2 {
  transform: translateY(3px) rotate(0);
}

#navBtn:hover .navBtn__line--1 {
  width: 30px;
}

#navBtn.active .navBtn__line--1 {
  transform: translateY(0) rotate(-45deg);
  width: 24px;
}
#navBtn.active .navBtn__line--2 {
  transform: translateY(0) rotate(45deg);
}

/* NAV
===============================================================================*/
/* App navigation
----------------------*/
.app-nav-wrap {
  position: fixed;
  top: -110vh;
  left: 0;
  padding: 100px 30px;
  height: 100vh;
  width: 100vw;
  background-color: #fff;
  z-index: 900;
  transition: all 0.8s cubic-bezier(0.635, 0.035, 0.345, 1);
  transform-origin: bottom right;
}
.app-nav-wrap .app-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.app-nav-wrap .app-nav .app-nav-list {
  text-align: center;
}
.app-nav-wrap .app-nav .app-nav-list .app-nav-link {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.5;
}

.app-nav-wrap.is-open {
  top: 0;
}

/* App nav bottom block
----------------------*/
.nav-bottom-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.nav-bottom-block .nav-bottom-block__content .address, .nav-bottom-block .nav-bottom-block__content a {
  display: block;
  line-height: 1.5;
  opacity: 0.75;
}

/* PARALLAX SECTION
===============================================================================*/
.section-parallax {
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-parallax .col-static {
  width: 100%;
  margin-bottom: 50px;
}
.section-parallax .col-parallax {
  width: 100%;
}
.section-parallax .col-parallax .col-parallax__content {
  position: relative;
}
.section-parallax .col-parallax .col-parallax__content .col-parallax__img {
  width: 80%;
  position: absolute;
  right: 0;
  max-width: 370px;
}
.section-parallax .col-parallax .col-parallax__content .col-parallax__img img {
  position: relative;
  z-index: 2;
}
.section-parallax .col-parallax .col-parallax__content .col-parallax__img.land {
  width: 100%;
}
.section-parallax .col-parallax .col-parallax__content .col-parallax__img::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  left: -10%;
  top: 15%;
  background-color: #fceee6;
  z-index: 1;
}

/* PROJECTS PAGE
===============================================================================*/
.projects-page .site-content {
  padding-top: 10%;
}

.project-top {
  margin-bottom: 60px;
}
.project-top .project-top__text {
  padding: 0 30px;
}
.project-top .project-top__text .title-big {
  margin-top: 1.5em;
  margin-bottom: 0.2em;
}
.project-top .project-top__text .project-top__date {
  font-style: italic;
  display: block;
  margin-bottom: 1.5em;
}

/* Project item with vertical name */
.projects-list__item {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.projects-list__item .project-thumb {
  width: 94%;
}
.projects-list__item .project-name {
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  transform: rotate(-180deg);
}
.projects-list__item .project-name b {
  text-transform: uppercase;
}

.project-item-container {
  top: 15px;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.635, 0.035, 0.345, 1);
}
.project-item-container .project-item-roll {
  display: none;
}

.project-item-container.show {
  top: 0;
  opacity: 1;
}

/* Project item with block text */
.project-item-container-text .projects-list__item {
  display: block;
}
.project-item-container-text .projects-list__item .project-thumb {
  width: 100%;
}
.project-item-container-text .projects-list__item .project-text-block {
  margin-top: 30px;
}
.project-item-container-text .projects-list__item .project-text-block .project-title {
  font-size: 2.1rem;
  margin-bottom: 5px;
}

/* CONTACT PAGE
===============================================================================*/
section#contact {
  background-color: #fceee6;
  display: flex;
  justify-content: center;
}
section#contact .section-inner {
  justify-content: center;
  align-items: center;
}
section#contact .section-inner .contact-infos-container {
  width: 100%;
}
section#contact .section-inner .contact-infos-container .contact-infos a {
  font-size: 1.6rem;
  display: block;
  padding: 0.25em 0;
}
section#contact .section-inner .contact-infos-container .contact-infos span {
  display: inline-block;
  padding: 0.125em 0;
  font-size: 1.6rem;
}
section#contact .section-inner .contact-infos-container .contact-address-block {
  margin: 1.5em 0;
}
section#contact .section-inner .contact-infos-container .contact-address-block span {
  display: block;
  padding: 0.125em 0;
  font-size: 1.6rem;
}
section#contact .section-inner .contact-infos-container .send-mail-container {
  height: 120px;
  width: 120px;
  margin: 3em 0;
}
section#contact .section-inner .contact-infos-container .send-mail-container .send-mail-btn {
  background-color: #fff;
  line-height: 120px;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  display: block;
  font-size: 1.6rem;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.635, 0.035, 0.345, 1);
  color: #101010;
}
section#contact .section-inner .contact-infos-container .send-mail-container .send-mail-btn:hover {
  background-color: #ea5b0c;
  color: #fff;
}
section#contact .section-inner .contact-infos-container .map-container {
  height: 250px;
  width: 250px;
  opacity: 0.5;
}
section#contact .section-inner .contact-infos-container .map-container iframe {
  position: relative;
  top: -50%;
  height: 200%;
}
section#contact .section-inner .contact-infos-container .map-container iframe .gm-style .place-card, section#contact .section-inner .contact-infos-container .map-container iframe .gm-style .place-card-large {
  display: none;
}

/* JS ACTIONS
===============================================================================*/
/* JS skew bg elements to 100%
----------------------*/
.js-skew-bg {
  background-size: 105%;
  transition: 1.7s cubic-bezier(0.635, 0.035, 0.345, 1);
}

.js-skew-bg.skewed {
  background-size: 100%;
}

/* JS reveal items
----------------------*/
.js-reveal, .js-reveal-nav, .js-reveal-onload {
  /*opacity: 0;
  top: -5px;
  */
  opacity: 1;
  top: 0;
}

.js-reveal-nav {
  position: relative;
}

.js-reveal.reaveled, .js-reveal-nav.revealed, .js-reveal-onload.revealed {
  opacity: 1;
  top: 0;
}

/* Reveal for onload */
.js-reveal-onload.reveal-1 {
  transition: 0.5s cubic-bezier(0.635, 0.035, 0.345, 1) 0.7s;
}

.js-reveal-onload.reveal-2 {
  transition: 0.5s cubic-bezier(0.635, 0.035, 0.345, 1) 1s;
}

.js-reveal-onload.reveal-3 {
  transition: 0.5s cubic-bezier(0.635, 0.035, 0.345, 1) 1.2s;
}

/* Reveal for navigation */
.js-reveal-nav.reveal-1 {
  transition: 0.5s cubic-bezier(0.635, 0.035, 0.345, 1) 0.6s;
}

.js-reveal-nav.reveal-2 {
  transition: 0.5s cubic-bezier(0.635, 0.035, 0.345, 1) 0.7s;
}

.js-reveal-nav.reveal-3 {
  transition: 0.5s cubic-bezier(0.635, 0.035, 0.345, 1) 0.8s;
}

.js-reveal-nav.reveal-4 {
  transition: 0.5s cubic-bezier(0.635, 0.035, 0.345, 1) 0.9s;
}

.js-reveal-nav.reveal-5 {
  transition: 0.5s cubic-bezier(0.635, 0.035, 0.345, 1) 1s;
}

/* unrevealed for navigation */
.js-reveal-nav.unrevealed.reveal-1 {
  transition: 0.2s cubic-bezier(0.635, 0.035, 0.345, 1) 0.1s;
}

.js-reveal-nav.unrevealed.reveal-2 {
  transition: 0.2s cubic-bezier(0.635, 0.035, 0.345, 1) 0.15s;
}

.js-reveal-nav.unrevealed.reveal-3 {
  transition: 0.2s cubic-bezier(0.635, 0.035, 0.345, 1) 0.2s;
}

.js-reveal-nav.unrevealed.reveal-4 {
  transition: 0.2s cubic-bezier(0.635, 0.035, 0.345, 1) 0.25s;
}

.js-reveal-nav.unrevealed.reveal-5 {
  transition: 0.2s cubic-bezier(0.635, 0.035, 0.345, 1) 0.3s;
}

/* ANIMATIONS
===============================================================================*/
@-webkit-keyframes scroll-left {
  0% {
    transform: translateX(-25vw);
  }
  100% {
    transform: translateX(-200vw);
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(-25vw);
  }
  100% {
    transform: translateX(-200vw);
  }
}
/* TRAILER
===============================================================================*/
#trailer {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#trailer .trailer-logo {
  display: block;
  width: 60%;
}
#trailer h1 {
  font-size: 150%;
  margin-top: 50px;
}

/* MEDIA QUERIES TABLETS            ############# 768px
==========================================================================================================================
========================================================================================================================*/
/* Tablet */
@media only screen and (min-width: 768px) {
  /* SECTIONS
  ===============================================================================*/
  /* PARALLAX SECTION
  ===============================================================================*/
  .section-parallax {
    min-height: inherit;
  }
  .section-parallax .parallax-wrapper {
    display: flex;
    align-items: center;
  }
  .section-parallax .col-static {
    width: 50%;
    float: left;
    margin-bottom: 0;
    padding-left: 20px;
  }
  .section-parallax .col-parallax {
    width: 50%;
    float: right;
  }
  .section-parallax.reverse .col-static {
    float: right;
    order: 2;
  }
  .section-parallax.reverse .col-parallax {
    order: 1;
    float: left;
  }
  .section-parallax.reverse .col-parallax .col-parallax__img {
    left: 0;
    right: inherit;
  }
  .section-parallax.reverse .col-parallax .col-parallax__img::before {
    left: 60%;
  }
  /* PROJECTS PAGE
  ===============================================================================*/
  .project-top__wrapper {
    display: flex;
    align-items: center;
  }
}
/* MEDIA QUERIES DESKTOP            ############# 992px
==========================================================================================================================
========================================================================================================================*/
/* Desktop */
@media only screen and (min-width: 992px) {
  /* TITLES
  ===============================================================================*/
  .title-big {
    font-size: 4.6rem;
    max-width: 540px;
  }
  /* TEXT
  ===============================================================================*/
  .text-std {
    font-size: 1.4rem;
  }
  .small-text {
    font-size: 1.2rem;
  }
  /* LINKS
  ===============================================================================*/
  .link.underlined {
    position: relative;
  }
  .link.underlined::after {
    content: "";
    position: absolute;
    left: 0;
    top: 1.3em;
    width: 0;
    height: 0.05em;
    background-color: #101010;
    transition: all 0.3s cubic-bezier(0.635, 0.035, 0.345, 1);
  }
  .link.underlined:hover::after {
    width: 100%;
  }
  /* App logo
  ----------------------*/
  .app-logo-wrap {
    height: 60px;
    width: 230px;
  }
  .app-logo-wrap .app-logo {
    background-image: url(../medias/images/theme/logos/logo-classic-horizontal.svg);
  }
  /* HERO
  ===============================================================================*/
  .hero .hero-title {
    max-width: 80%;
  }
  .hero .hero-title h1 {
    font-size: 4.8rem;
  }
  .hero .hero-title .hero-subtitle {
    font-size: 2.6rem;
  }
  /* PARALLAX SECTION
  ===============================================================================*/
  .section-parallax {
    /* for section projects on homepage */
  }
  .section-parallax .col-static {
    width: 60%;
    padding-left: 0;
  }
  .section-parallax .col-parallax {
    width: 40%;
  }
  .section-parallax .col-parallax .col-parallax__content {
    position: relative;
  }
  .section-parallax .col-parallax .col-parallax__content .col-parallax__img {
    width: 80%;
    position: absolute;
    right: 0;
    top: 50px;
    max-width: 450px;
  }
  .section-parallax .col-parallax .col-parallax__content .col-parallax__img img {
    position: relative;
    z-index: 2;
  }
  .section-parallax .col-parallax .col-parallax__content .col-parallax__img::before {
    height: 100%;
    width: 50%;
  }
  .section-parallax .project-item-container {
    max-width: inherit;
    width: 100%;
  }
  .section-parallax.reverse .col-static {
    width: 40%;
  }
  .section-parallax.reverse .col-parallax {
    width: 60%;
  }
  .section-parallax.reverse .col-parallax .col-parallax__img {
    max-width: 450px;
  }
  .section-parallax.reverse .col-parallax .col-parallax__img::before {
    left: 60%;
  }
  /* PROJECTS PAGE
  ===============================================================================*/
  .project-top__wrapper {
    max-height: 100vh;
    overflow: hidden;
  }
  .project-item-container {
    width: 90%;
    display: flex;
    justify-content: end;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
  }
  .project-item-container .projects-list__item {
    max-width: 500px;
    z-index: 1;
  }
  .project-item-container .project-item-roll {
    width: 400vw;
    height: 100px;
    position: absolute;
    left: -25vw;
    top: 35px;
    font-size: 72px;
    text-transform: uppercase;
    white-space: nowrap;
    display: block;
    opacity: 0;
    transition: all 0.1s cubic-bezier(0.635, 0.035, 0.345, 1);
    visibility: hidden;
  }
  .project-item-container .project-item-roll .marquee-type {
    color: #ccc;
  }
  .rolled .project-item-roll {
    -webkit-animation: scroll-left 40s linear infinite;
            animation: scroll-left 40s linear infinite;
    visibility: visible;
    transition: all 0.3s cubic-bezier(0.635, 0.035, 0.345, 1);
    opacity: 1;
  }
  .project-item-container:nth-child(even) {
    justify-content: start;
  }
  /* Project item with block text */
  .project-item-container-text .projects-list__item {
    display: flex;
    max-width: 900px;
  }
  .project-item-container-text .projects-list__item .project-thumb {
    width: 60%;
  }
  .project-item-container-text .projects-list__item .project-text-block {
    margin-top: 0;
    padding-top: 15%;
    padding-right: 10px;
    max-width: 380px;
  }
  .project-item-container-text .projects-list__item .project-text-block .project-title {
    font-size: 2.1rem;
    margin-bottom: 5px;
  }
  .project-item-container-text:nth-child(odd) .project-thumb {
    order: 2;
  }
  /* CONTACT PAGE
  ===============================================================================*/
  section#contact .section-inner .contact-infos-container {
    height: 100%;
  }
  section#contact .section-inner .contact-infos-container .col-50 {
    height: 100%;
  }
  section#contact .section-inner .contact-infos-container .contact-infos a {
    font-size: 1.8rem;
  }
  section#contact .section-inner .contact-infos-container .contact-address-block span {
    font-size: 1.8rem;
  }
  section#contact .section-inner .contact-infos-container .send-mail-container {
    height: 120px;
    width: 120px;
  }
  section#contact .section-inner .contact-infos-container .send-mail-container .send-mail-btn {
    background-color: #fff;
    line-height: 120px;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    display: block;
    font-size: 1.6rem;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.635, 0.035, 0.345, 1);
  }
  section#contact .section-inner .contact-infos-container .send-mail-container .send-mail-btn:hover {
    background-color: #ea5b0c;
  }
  section#contact .section-inner .contact-infos-container .map-container {
    height: 300px;
    max-width: 300px;
  }
  section#contact .section-inner .contact-infos-container .map-container iframe {
    top: -50%;
    height: 200%;
  }
}
/* MEDIA QUERIES LARGE DEVICE      ############# 1200px
==========================================================================================================================
========================================================================================================================*/
/* LARGE DEVICES */
@media only screen and (min-width: 1200px) {
  /* TITLES
  ===============================================================================*/
  .title-big {
    font-size: 5.6rem;
    max-width: 650px;
  }
}/*# sourceMappingURL=style.css.map */