/* ==========================================================================
	Imports
/* ========================================================================== */
/* ==========================================================================
	Variables
/* ========================================================================== */
/* Directories */
/* Colors */
/* Font Sizes */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section, article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 2.5em;
}

dfn {
  font-style: italic;
}

mark {
  background: white;
  color: #444444;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

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

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/* ==========================================================================
	Print styles.
	Inlined to avoid required HTTP connection: h5bp.com/r
/* ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #444444;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
	Variables
/* ========================================================================== */
/* Directories */
/* Colors */
/* Font Sizes */
@font-face {
  font-family: 'PlainBold';
  src: url("../fonts/PlainBold.eot");
  src: url("../fonts/PlainBold.eot") format("embedded-opentype"), url("../fonts/PlainBold.woff2") format("woff2"), url("../fonts/PlainBold.woff") format("woff"), url("../fonts/PlainBold.ttf") format("truetype"), url("../fonts/PlainBold.svg#PlainBold") format("svg");
}
@font-face {
  font-family: 'PlainBoldItalic';
  src: url("../fonts/plain-bolditalic.eot");
  src: url("../fonts/plain-bolditalic.eot") format("embedded-opentype"), url("../fonts/plain-bolditalic.woff2") format("woff2"), url("../fonts/plain-bolditalic.woff") format("woff"), url("../fonts/plain-bolditalic.ttf") format("truetype"), url("../fonts/plain-bolditalic.svg#PlainBoldItalic") format("svg");
}
/* ==========================================================================
	Base
/* ========================================================================== */
html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: Arial, sans-serif;
  color: #444444;
}

body {
  height: 100%;
  margin: 0;
  font-size: 1em;
  line-height: 1;
  background: #fff;
  letter-spacing: 0.01em;
  letter-spacing: 0.01em !important;
}

/*	Apply to all elements. In a responsive design, this is almost always a good idea */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
  outline: none;
}

/* ==========================================================================
	Links
/* ========================================================================== */
a {
  color: #26527c;
  text-decoration: underline;
}

a:focus,
a:hover {
  color: #08111a;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
	Typography
/* ========================================================================== */
/* Headers */
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
}

/* Content Block Elements */
dl,
menu,
ol,
ul,
p,
pre {
  margin: 0;
  padding: 0;
}

/* Paragraphs */
/* Lists */
menu,
ol,
ul {
  padding: 0 0 0 2em;
}

/* Selection Colors */
::-moz-selection {
  background: #444444;
  color: white;
  text-shadow: none;
}

::selection {
  background: #444444;
  color: white;
  text-shadow: none;
}

/* =============================================================================
	Helper Classes
/* ========================================================================== */
/* Prefixed with tags to override default tag styling for these elemets if .button is added */
button,
.button,
a.button,
input.button {
  display: inline-block;
}

/* Responsive Media Styles */
.media {
  /* Set width on this selector based on design and needs */
}

.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

/* Clear Fix */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* Floats */
.floatleft {
  float: left;
}

.floatright {
  float: right;
}

/* SPECIFIC COLOR */
body.fond-noir {
  background-color: #000000;
}
body.fond-noir #page-header {
  background-color: #000000;
}

body.fond-gris {
  background-color: #d0d0d0;
}
body.fond-gris #page-header {
  background-color: #d0d0d0;
}

body.fond-blanc {
  background-color: #FFFFFF;
}
body.fond-blanc #page-header {
  background-color: #FFFFFF;
}

body.typo-blanc h1, body.typo-blanc h2, body.typo-blanc h3, body.typo-blanc h4, body.typo-blanc h5, body.typo-blanc a, body.typo-blanc p, body.typo-blanc span, body.typo-blanc div {
  color: #ffffff !important;
}

body.typo-noir h1, body.typo-noir h2, body.typo-noir h3, body.typo-noir h4, body.typo-noir h5, body.typo-noir a, body.typo-noir p, body.typo-noir span, body.typo-noir div {
  color: #000000 !important;
}

/* MAIN CONTAINER */
#content-wrap, #page-header .container {
  max-width: 1900px;
  margin: auto;
}

.post-type-archive-project #content-wrap, .post-type-archive-project #page-header .container, .single-project #content-wrap, .single-project #page-header .container {
  max-width: 2100px;
  margin: auto;
}

#main-container.single-project {
  left: 0;
}

/* HEADER */
#page-header {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  background-color: white;
  position: fixed;
  top: 0;
  z-index: 9999;
  height: 60px;
}
#page-header h1, #page-header h1 a, #page-header ul li a, #page-header .lang_sel_other span {
  font-size: 22px;
  font-family: "PlainBold";
  line-height: 24px;
  color: black;
  text-decoration: none;
  font-weight: normal;
}
#page-header .lang_sel_sel span {
  text-transform: uppercase;
  color: black;
}
#page-header ul li {
  display: inline-block;
  float: none;
  margin-left: 10px;
}
#page-header ul li:first-child {
  margin-left: 0;
}
#page-header #lang_sel_list {
  height: auto;
  margin: 0;
}
#page-header #lang_sel_list ul li {
  margin-left: 10px !important;
}
#page-header #lang_sel_list ul li:first-child {
  margin-left: 0 !important;
}
#page-header #lang_sel_list li:before {
  display: none;
}
#page-header #lang_sel_list a, #page-header #lang_sel_list a:visited {
  background: none;
  display: inline;
  padding: 0;
  margin: 0;
}

/* PROJECTS */
.projects {
  text-align: center;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
}
.projects .project {
  width: 33%;
  display: inline-block;
  text-align: center;
  padding-bottom: 83px;
  vertical-align: top;
  padding-left: 38px;
  padding-right: 38px;
}
.projects .project img {
  width: 80%;
  margin-bottom: 19px;
  vertical-align: top;
}
.projects .project a {
  font-size: 22px;
  font-family: "PlainBold";
  line-height: 24px;
  color: black;
  text-decoration: none;
  font-weight: normal;
}
.projects .project h2, .projects .project h3, .projects .project h4 {
  display: inline-block;
}

/* SINGLE PROJECT */
.single-project {
  width: 100%;
  height: calc(100%);
  position: absolute;
  text-align: center;
  padding-top: 131px;
  padding-bottom: 172px;
  top: 0;
  overflow: hidden;
}
.single-project .leftzone {
  height: calc(100% - 298px);
  position: absolute;
  background-color: transparent;
  width: 10%;
  cursor: url("../images/prev-fr-big.png") 60 50, auto;
  z-index: 2;
}
.single-project .rightzone {
  height: calc(100% - 298px);
  position: absolute;
  right: 0;
  background-color: transparent;
  width: 10%;
  cursor: url("../images/next-fr-big.png") 60 50, auto;
  z-index: 2;
}
.single-project.arrow-blanc .visuels.left {
  cursor: url("../images/white-arrow-left-22-26.png") 60 50, auto;
}
.single-project.arrow-blanc .visuels.right {
  cursor: url("../images/white-arrow-right-22-26.png") 60 50, auto;
}
.single-project.arrow-noir .visuels.left {
  cursor: url("../images/black-arrow-left-22-26.png") 60 50, auto;
}
.single-project.arrow-noir .visuels.right {
  cursor: url("../images/black-arrow-right-22-26.png") 60 50, auto;
}
.single-project.arrow-gris .visuels.left {
  cursor: url("../images/grey-arrow-left-22-26.png") 60 50, auto;
}
.single-project.arrow-gris .visuels.right {
  cursor: url("../images/grey-arrow-right-22-26.png") 60 50, auto;
}
.single-project .visuels {
  height: 100%;
  width: 100%;
  position: relative;
  display: none;
  margin: auto;
}
.single-project .visuels.left {
  cursor: url("../images/arrow-left-22-26.png") 60 50, auto;
}
.single-project .visuels.right {
  cursor: url("../images/arrow-right-22-26.png") 60 50, auto;
}
.single-project .visuels img, .single-project .visuels iframe {
  height: 100% !important;
  display: inline !important;
}
.single-project .visuels iframe {
  width: 70%;
  position: relative;
  z-index: 9999;
}
.single-project .visuels .visuel {
  height: 100%;
  width: 100%;
  opacity: 1;
  position: absolute;
  text-align: center;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.single-project .visuels .visuel.video {
  display: block;
}
.single-project .visuels .visuel.active {
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.single-project .visuels .visuel.active.video {
  display: block;
}
.single-project .visuels.active {
  display: block;
}
.single-project .informations {
  top: 170px;
  left: 50%;
  margin-left: -15%;
  position: absolute;
  width: 30%;
  max-width: 550px;
  text-align: center;
  font-size: 22px;
  font-family: "PlainBold";
  line-height: 26px;
  color: black;
  display: none;
}
.single-project .informations a {
  color: black;
  text-decoration: none;
}
.single-project .informations.active {
  display: block;
}
.single-project .details {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding-bottom: 25px;
  height: 172px;
  padding-top: 47px;
}
.single-project .details .container {
  width: 100%;
  margin: auto;
}
.single-project .details a, .single-project .details h2, .single-project .details .arrows {
  font-size: 22px;
  font-family: "PlainBold";
  line-height: 26px;
  color: black;
  text-decoration: none;
  font-weight: normal;
  display: block;
}
.single-project .details a .prev, .single-project .details a .next, .single-project .details h2 .prev, .single-project .details h2 .next, .single-project .details .arrows .prev, .single-project .details .arrows .next {
  cursor: pointer;
}
.single-project .details a {
  display: inline-block;
}
.single-project .arrow {
  top: 0;
  left: 0;
  width: 45px;
  height: 35px;
  display: block;
  position: absolute;
  background: url("../images/arrow-left.png") top left no-repeat transparent;
  z-index: 9999;
}

/* SINGLE PROJECT ARROWS */
.lang-en .single-project.arrow-blanc .leftzone {
  cursor: url("../images/previous-en-22-26-white.png") 60 50, auto;
}

.lang-en .single-project.arrow-blanc .rightzone {
  cursor: url("../images/next-en-22-26-white.png") 60 50, auto;
}

.lang-en .single-project.arrow-noir .leftzone {
  cursor: url("../images/previous-en-22-26-black.png") 60 50, auto;
}

.lang-en .single-project.arrow-noir .rightzone {
  cursor: url("../images/next-en-22-26-black.png") 60 50, auto;
}

.lang-en .single-project.arrow-gris .leftzone {
  cursor: url("../images/previous-en-22-26-grey.png") 60 50, auto;
}

.lang-en .single-project.arrow-gris .rightzone {
  cursor: url("../images/next-en-22-26-grey.png") 60 50, auto;
}

.lang-fr .single-project.arrow-blanc .leftzone {
  cursor: url("../images/previous-fr-22-26-white.png") 60 50, auto;
}

.lang-fr .single-project.arrow-blanc .rightzone {
  cursor: url("../images/next-fr-22-26-white.png") 60 50, auto;
}

.lang-fr .single-project.arrow-noir .leftzone {
  cursor: url("../images/previous-fr-22-26-black.png") 60 50, auto;
}

.lang-fr .single-project.arrow-noir .rightzone {
  cursor: url("../images/next-fr-22-26-black.png") 60 50, auto;
}

.lang-fr .single-project.arrow-gris .leftzone {
  cursor: url("../images/previous-fr-22-26-grey.png") 60 50, auto;
}

.lang-fr .single-project.arrow-gris .rightzone {
  cursor: url("../images/next-fr-22-26-grey.png") 60 50, auto;
}

/* ABOUT & ARCHIVE */
.about {
  text-align: center;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
}
.about h2 {
  font-size: 22px;
  font-family: "PlainBold";
  line-height: 24px;
  color: black;
  margin-bottom: 18px;
}
.about .description {
  text-align: center;
  width: 70%;
  margin: auto;
  font-size: 32px;
  font-family: "PlainBold";
  line-height: 36px;
  color: black;
  margin-bottom: 80px;
}
.about .col {
  width: 33%;
  display: inline-block;
  text-align: center;
  padding-bottom: 75px;
  vertical-align: top;
  padding-left: 38px;
  padding-right: 38px;
  margin: auto;
  font-size: 22px;
  font-family: "PlainBold";
  line-height: 26px;
  color: black;
}

.about .col p b {
  font-weight: normal;
}
.about .col p i {
  font-family: "PlainBoldItalic";
  font-style: normal;
}
.about .col a {
  color: black;
  text-decoration: none;
}

/* JOURNAL */
.post-type-archive-journal {
  background-color: black;
}
.post-type-archive-journal #page-header {
  background-color: black;
}
.post-type-archive-journal #page-header a {
  color: #FFF;
}
.post-type-archive-journal #page-header h1, .post-type-archive-journal #page-header ul li a, .post-type-archive-journal #page-header ul li span {
  color: white;
  border-color: white;
}
.post-type-archive-journal .journal h2, .post-type-archive-journal .journal h3 {
  display: none;
}
.post-type-archive-journal .journal img {
  margin-bottom: 0;
}
.post-type-archive-journal .journal .project {
  overflow: hidden;
  height: 260px;
  padding: 0;
  padding-bottom: 90px;
  margin-left: 38px;
  margin-right: 38px;
  width: calc(33% - 76px);
  opacity: 1;
}
.post-type-archive-journal .journal .project a {
  position: relative;
  width: 100%;
  vertical-align: bottom;
}
.post-type-archive-journal .journal .project div {
  vertical-align: bottom;
  height: 100%;
}
.post-type-archive-journal .journal .project img {
  width: auto;
  height: 100% !important;
}
.post-type-archive-journal .journal .project.new.active {
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.post-type-archive-journal .single-journal {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: black;
  top: 0;
  left: 0;
  z-index: 9999;
  margin: 0;
  padding: 0;
  text-align: center;
  display: none;
}
.post-type-archive-journal .single-journal.active {
  display: block;
}
.post-type-archive-journal .single-journal .close {
  display: block;
  width: 28px;
  height: 28px;
  background: url("../images/icon-close.png") top left no-repeat transparent;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.post-type-archive-journal .single-journal .title {
  padding-top: 20px;
  display: block;
  height: 100px;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 22px;
  line-height: 24px;
  color: white;
  font-family: "PlainBold";
}
.post-type-archive-journal .single-journal img {
  width: auto;
  height: calc(100% - 210px);
}
.post-type-archive-journal .single-journal .subtitle {
  margin-top: 40px;
  font-size: 22px;
  line-height: 26px;
  color: white;
  font-family: "PlainBold";
}
.post-type-archive-journal .single-journal .subsubtitle {
  font-size: 22px;
  line-height: 26px;
  color: white;
  font-family: "PlainBold";
}

.error404 h2 {
  font-family: "PlainBold";
  font-size: 22px;
  line-height: 26px;
  width: 100%;
  color: black;
  text-align: center;
}

#main-container {
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#main-container.loaded {
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#main-container.home {
  opacity: 1 !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
#main-container.home .untitled {
  font-size: 128px;
  color: white;
  font-family: "PlainBold";
  position: absolute;
  top: 0px;
  left: 44px;
  line-height: 1;
}
#main-container.home .paris {
  font-size: 128px;
  color: white;
  font-family: "PlainBold";
  position: absolute;
  bottom: 30px;
  right: 44px;
  line-height: 1;
}

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  line-height: 1;
  z-index: 99999;
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover;
}
#overlay .untitled {
  font-size: 128px;
  color: white;
  font-family: "PlainBold";
  position: absolute;
  top: 30px;
  left: 44px;
  line-height: 1;
}
#overlay .paris {
  font-size: 128px;
  color: white;
  font-family: "PlainBold";
  position: absolute;
  bottom: 30px;
  right: 44px;
  line-height: 1;
}

body {
  background-color: white;
}
body.toBlack {
  background-color: black;
  -webkit-transition: background-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body.toBlack #page-header {
  background-color: black;
  -webkit-transition: background-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body.toBlack #page-header h1, body.toBlack #page-header ul li a, body.toBlack #page-header ul li span {
  color: white;
  border-color: white;
  -webkit-transition: color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body.toWhite {
  background-color: white;
  -webkit-transition: background-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body.toWhite #page-header {
  background-color: white;
  -webkit-transition: background-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body.toWhite #page-header h1, body.toWhite #page-header ul li a, body.toWhite #page-header ul li span {
  color: black;
  border-color: black;
  -webkit-transition: color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* CARROUSEL */
.owl-carousel {
  height: 100%;
}
.owl-carousel .owl-stage-outer {
  height: 100%;
}
.owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.owl-carousel .owl-stage-outer .owl-stage .owl-item img {
  width: auto;
}

/* =============================================================================
	Structural Styles, Media Queries & Page Styling
/* ========================================================================== */
/* 320px to 479px */
/* 480px to 639px */
/* 320px to 767px */
@media only screen and (max-width: 767px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  #page-header {
    padding-top: 15px;
    height: 60px;
  }
  #page-header.scrolled {
    height: 40px;
    overflow: hidden;
  }

  .single-project .details a {
    display: block;
  }

  #page-header h1, #page-header h1 a, #page-header ul li a, #page-header .lang_sel_other span {
    font-size: 20px;
    line-height: 24px;
  }

  #content-wrap {
    padding-top: 90px;
  }

  .projects {
    padding-left: 30px;
    padding-right: 30px;
  }
  .projects .project {
    display: block;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .projects .project a h2, .projects .project a h3, .projects .project a h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .single-project {
    height: auto;
    overflow: visible;
    padding-top: 90px;
    padding-bottom: 35px;
  }
  .single-project .visuel {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    position: relative !important;
    opacity: 1 !important;
    height: auto;
  }
  .single-project .visuel img {
    width: 100% !important;
    height: auto !important;
    opacity: 1 !important;
  }
  .single-project .visuel.video {
    display: block !important;
  }
  .single-project .visuel iframe {
    width: 100%;
    height: 200px !important;
  }
  .single-project .informations {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 30px;
    margin: 0 !important;
  }

  .single-project .details a, .single-project .details h2, .single-project .details .arrows, .single-project .informations {
    font-size: 20px !important;
    line-height: 24px !important;
  }

  .post-type-archive-journal .single-journal .subtitle, .post-type-archive-journal .single-journal .subsubtitle {
    font-size: 20px !important;
    line-height: 24px !important;
  }

  .details.mobile {
    height: auto;
    margin-top: 0;
    padding-bottom: 40px;
    padding-top: 0;
    position: relative;
  }
  .details.mobile .arrows, .details.mobile h2 {
    display: none;
  }

  .about {
    padding: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .about .description, .about .col {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 40px;
    padding-bottom: 0;
  }
  .about .col {
    margin-bottom: 60px;
  }
  .about .col{
    width: 50%;
  }

  .journal {
    padding-bottom: 35px;
  }

  .post-type-archive-journal .journal .project {
    width: 100%;
    margin: 0;
    height: auto !important;
    padding-bottom: 20px;
  }
  .post-type-archive-journal .journal .project img {
    width: 100%;
  }

  .post-type-archive-journal .top {
    color: white;
  }
  .post-type-archive-journal .project {
    margin: 0;
    height: auto !important;
    width: 100%;
  }
  .post-type-archive-journal .close {
    right: 10px;
    top: 10px;
  }

  .post-type-archive-journal .single-journal .title {
    padding-top: 15px;
    font-size: 20px;
    line-height: 24px;
  }

  .top {
    text-decoration: none;
    margin-top: 15px;
    font-size: 20px;
    line-height: 24px;
    color: black;
    font-family: "PlainBold";
    display: none;
    width: 100%;
    text-align: center;
  }
  .top.active {
    display: block;
  }
}
@media only screen and (max-width: 769px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  #page-header {
    padding-top: 15px;
    height: 90px;
  }
  #page-header.scrolled {
    height: 40px;
    overflow: hidden;
  }

  .single-project .details a {
    display: block;
  }

  #page-header h1, #page-header h1 a, #page-header ul li a, #page-header .lang_sel_other span {
    font-size: 20px;
    line-height: 24px;
  }

  #content-wrap {
    padding-top: 90px;
  }

  .projects {
    padding-left: 30px;
    padding-right: 30px;
  }
  .projects .project {
    display: block;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .projects .project a h2, .projects .project a h3, .projects .project a h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .post-type-archive-journal .single-journal .subtitle, .post-type-archive-journal .single-journal .subsubtitle {
    font-size: 20px !important;
    line-height: 24px !important;
  }

  .details.mobile {
    height: auto;
    margin-top: 0;
    padding-bottom: 40px;
    padding-top: 0;
    position: relative;
  }
  .details.mobile .arrows, .details.mobile h2 {
    display: none;
  }

  .about {
    padding: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .about .description, .about .col {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 40px;
    padding-bottom: 0;
  }
  .about .col{
    width: 50%;
    float: left;
    font-size: 11px;
    line-height: 1.4;
  }
  .about .col {
    margin-bottom: 60px;
  }

  .journal {
    padding-bottom: 35px;
  }

  .post-type-archive-journal .journal .project {
    width: 100%;
    margin: 0;
    height: auto !important;
    padding-bottom: 20px;
  }
  .post-type-archive-journal .journal .project img {
    width: 100%;
  }

  .post-type-archive-journal .top {
    color: white;
  }
  .post-type-archive-journal .project {
    margin: 0;
    height: auto !important;
    width: 100%;
  }
  .post-type-archive-journal .close {
    right: 10px;
    top: 10px;
  }

  .post-type-archive-journal .single-journal .title {
    padding-top: 15px;
    font-size: 20px;
    line-height: 24px;
  }

  .top {
    text-decoration: none;
    margin-top: 15px;
    font-size: 20px;
    line-height: 24px;
    color: black;
    font-family: "PlainBold";
    display: none;
    width: 100%;
    text-align: center;
  }
  .top.active {
    display: block;
  }

  .post-type-archive-journal .single-journal img {
    width: 90%;
    height: auto;
  }

  .owl-stage {
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
  }

  .owl-item {
    display: block !important;
    height: auto !important;
    float: none !important;
  }

  .single-project .visuels .visuel {
    height: auto !important;
    position: relative !important;
    margin-bottom: 20px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .single-project .visuels .visuel img {
    width: 100% !important;
    height: auto !important;
  }

  .single-project {
    height: auto;
    overflow: visible;
  }
  .single-project .informations {
    margin-top: 0px !important;
  }
}
/* LOADER */
.home.lang-fr .pace-activity:before, .post-type-archive-project.lang-fr .pace-activity:before, .page.lang-fr .pace-activity:before {
  content: " ";
  background: url("../images/loader-fr-black.gif");
  width: 180px;
  height: 80px;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  margin-top: -40px;
}

.post-type-archive-journal.lang-fr .pace-activity:before {
  content: " ";
  background: url("../images/loader-fr-white.gif");
  width: 180px;
  height: 80px;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  margin-top: -40px;
}

.single-project.lang-fr.fond-noir .pace-activity:before {
  content: " ";
  background: url("../images/loader-fr-white.gif");
  width: 180px;
  height: 80px;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  margin-top: -40px;
}

.single-project.lang-fr.fond-gris .pace-activity:before {
  content: " ";
  background: url("../images/loader-fr-grey.gif");
  width: 180px;
  height: 80px;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  margin-top: -40px;
}

.single-project.lang-fr.fond-blanc .pace-activity:before {
  content: " ";
  background: url("../images/loader-fr-black.gif");
  width: 180px;
  height: 80px;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  margin-top: -40px;
}

.home.lang-en .pace-activity:before, .post-type-archive-project.lang-en .pace-activity:before, .page.lang-en .pace-activity:before {
  content: " ";
  background: url("../images/loader-en-black.gif");
  width: 180px;
  height: 80px;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  margin-top: -40px;
}

.single-project.lang-en.fond-noir .pace-activity:before {
  content: " ";
  background: url("../images/loader-en-black.gif");
  width: 180px;
  height: 80px;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  margin-top: -40px;
}

.post-type-archive-journal.lang-en .pace-activity:before {
  content: " ";
  background: url("../images/loader-en-white.gif");
  width: 180px;
  height: 80px;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  margin-top: -40px;
}

.single-project.lang-en.fond-noir .pace-activity:before {
  content: " ";
  background: url("../images/loader-en-white.gif");
  width: 180px;
  height: 80px;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  margin-top: -40px;
}

.single-project.lang-en.fond-gris .pace-activity:before {
  content: " ";
  background: url("../images/loader-en-grey.gif");
  width: 180px;
  height: 80px;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  margin-top: -40px;
}

.single-project.lang-en.fond-blanc .pace-activity:before {
  content: " ";
  background: url("../images/loader-en-black.gif");
  width: 180px;
  height: 80px;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  margin-top: -40px;
}

/* 1024px to 1534px */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .projects, .about {
    padding-left: 60px;
    padding-right: 60px;
  }

  .single-project .details {
    margin-top: -15px !important;
    padding-top: 0 !important;
  }
}
@media only screen and (min-width: 769px) {
  .desktop {
    display: block;
  }

  .mobile {
    display: none;
  }

  #content-wrap {
    padding-top: 92px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .single-project {
    padding-bottom: 148px !important;
  }

  .single-project .details {
    height: 113px !important;
  }

  .single-project .informations {
    margin-top: 30px !important;
  }

  .projects, .about {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .single-project .details {
    margin-top: -23px !important;
    padding-top: 0 !important;
    height: 123px !important;
  }

  .single-project .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    position: absolute;
    opacity: 0;
  }
  .single-project .owl-carousel .owl-stage-outer .owl-stage .owl-item.active {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .single-project .details {
    margin-top: -33px !important;
    padding-top: 0 !important;
    height: 119px !important;
  }
  .about .col{
      font-size: 18px !important;
      line-height: 22px !important;
  }
}


@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  #page-header h1, #page-header h1 a, #page-header ul li a, #page-header .lang_sel_other span {
    font-size: 20px !important;
    line-height: 22px !important;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: 20px !important;
    line-height: 22px !important;
  }

  .single-project .details a, .single-project .details h2, .single-project .details .arrows, .single-project .informations, .about .col, .post-type-archive-journal .single-journal .subtitle, .post-type-archive-journal .single-journal .subsubtitle, .post-type-archive-journal .single-journal .title {
    font-size: 20px !important;
    line-height: 22px !important;
  }

  .about .description {
    font-size: 30px !important;
    line-height: 34px !important;
  }

  /* SINGLE PROJECT ARROWS */
  .lang-en .single-project.arrow-blanc .leftzone {
    cursor: url("../images/previous-en-20-24-white.png") 60 50, auto;
  }

  .lang-en .single-project.arrow-blanc .rightzone {
    cursor: url("../images/next-en-20-24-white.png") 60 50, auto;
  }

  .lang-en .single-project.arrow-noir .leftzone {
    cursor: url("../images/previous-en-20-24-black.png") 60 50, auto;
  }

  .lang-en .single-project.arrow-noir .rightzone {
    cursor: url("../images/next-en-20-24-black.png") 60 50, auto;
  }

  .lang-fr .single-project.arrow-blanc .leftzone {
    cursor: url("../images/previous-fr-20-24-white.png") 60 50, auto;
  }

  .lang-fr .single-project.arrow-blanc .rightzone {
    cursor: url("../images/next-fr-20-24-white.png") 60 50, auto;
  }

  .lang-fr .single-project.arrow-noir .leftzone {
    cursor: url("../images/previous-fr-20-24-black.png") 60 50, auto;
  }

  .lang-fr .single-project.arrow-noir .rightzone {
    cursor: url("../images/next-fr-20-24-black.png") 60 50, auto;
  }

  /* SINGLE PROJECT ARROWS */
  .single-project.arrow-noir.left {
    cursor: url("../images/black-arrow-left-20-24.png") 60 50, auto;
  }

  .single-project.arrow-noir.right {
    cursor: url("../images/black-arrow-right-20-24.png") 60 50, auto;
  }

  .single-project.arrow-blanc.left {
    cursor: url("../images/white-arrow-left-20-24.png") 60 50, auto;
  }

  .single-project.arrow-blanc.right {
    cursor: url("../images/white-arrow-right-20-24.png") 60 50, auto;
  }

  .single-project.arrow-gris.left {
    cursor: url("../images/grey-arrow-left-20-24.png") 60 50, auto;
  }

  .single-project.arrow-gris.right {
    cursor: url("../images/grey-arrow-right-20-24.png") 60 50, auto;
  }

  /* Reduce Margin */
  #page-header {
    height: 60px;
  }

  #content-wrap, .single-project {
    padding-top: 92px;
    padding-bottom: 158px;
  }

  .single-project .details {
    height: 158px;
  }
}
/* Desktop only */
@media only screen and (min-width: 1025px) {
  .owl-stage {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -ms-transform: translate3d(0px, 0px, 0px) !important;
    -o-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }

  .owl-carousel .owl-item {
    position: absolute;
    float: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .owl-carousel .owl-item.active {
    opacity: 1;
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
@media only screen and (max-width: 768px) {
  .visuels.left {
    cursor: default !important;
  }
  .visuels.right {
    cursor: default !important;
  }
}
@media only screen and (max-width: 1023px) {
  .owl-stage {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -ms-transform: translate3d(0px, 0px, 0px) !important;
    -o-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
/* IPAD PORTRAIT ONLY */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .post-type-archive-journal .journal .project {
    width: 65%;
    margin: auto;
  }

  .post-type-archive-journal .single-journal {
    overflow: scroll;
    padding-bottom: 30px;
  }

  body .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    opacity: 1 !important;
  }

  .single-project .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    position: relative;
  }
}
/* IPAD PORTRAIT ONLY */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .single-project .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    position: relative;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
  .post-type-archive-journal .single-journal {
    overflow: scroll;
    padding-bottom: 30px;
  }

  .post-type-archive-journal .single-journal img {
    width: 90%;
  }
}
/* High PX Density */

@media only screen and (min-width: 1900px) {
  .single-project .informations{
    margin-left: 0px;
    margin-left: -275px !important;
  }
}
