/* CSS Document */
@font-face {
  font-family: 'Open Sans Condensed';
  src: url("type/OpenSans-CondLight.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "GT Alpina Standard";
  src: url("type/GT-Alpina-Standard-Light.woff2") format("woff2"), url("type/GT-Alpina-Standard-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "GT Alpina Standard";
  src: url("type/GT-Alpina-Standard-Light-Italic.woff2") format("woff2"), url("type/GT-Alpina-Standard-Light-Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

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

a img {
  border: none;
}

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  font-feature-settings: "kern", "liga", "onum", "ss01", "ss02", "ss03", "ss04", "ss05", "ss06", "ss07", "ss08", "ss09";
}
body ::selection {
  background: rgba(0, 0, 0, 0.99);
  /* WebKit/Blink Browsers */
  color: #fff;
  opacity: 1;
}
body ::-moz-selection {
  background: rgba(0, 0, 0, 0.99);
  /* Gecko Browsers */
  color: #fff;
  opacity: 1;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #000000 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 0px;
  border: 0px solid #ffffff;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a, a:active, a:visited, a:hover {
  color: inherit;
  text-decoration: none;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

a:hover {
  opacity: 0.5;
}

em {
  font-style: italic;
}

p {
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}

.layout {
  display: table;
  height: 100%;
  text-align: center;
  width: 100%;
}

.layout-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.layout-content {
  display: inline-block;
}

header {
  position: fixed;
  left: 36px;
  top: 36px;
  z-index: 99999;
  width: calc(100% - 72px);
}
header h1 {
  font-family: "GT Alpina Standard", serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 21px;
  margin-bottom: 24px;
  position: relative;
  float: left;
}
header h1 .photo {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 22px;
  margin-left: 15px;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: 0.5px;
}
header nav {
  position: fixed;
  width: 33.33%;
  top: 36px;
  left: 33.33%;
  font-family: "GT Alpina Standard", serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 21px;
}
header nav ul {
  margin-left: 36px;
}
header nav ul li {
  position: relative;
  float: left;
  margin-right: 15px;
}

.current_page_item {
  opacity: 0.5;
}

.line, .tiers, .deuxtiers, .full, .half, .container {
  position: relative;
  float: left;
  background-color: #fff;
}

.line, .full, .container {
  width: 100%;
}
.line .tiers, .line .deuxtiers, .line .half, .line .full, .full .tiers, .full .deuxtiers, .full .half, .full .full, .container .tiers, .container .deuxtiers, .container .half, .container .full {
  height: 100%;
}
.line img, .full img, .container img {
  object-position: center;
}

.container {
  display: none;
}

.line.flex {
  display: flex;
  justify-content: center;
}
.line.flex .tiers, .line.flex .deuxtiers {
  height: auto;
}

.line.une {
  height: calc(50vw - 5px);
}

.line.deux {
  height: 40vw;
}

.line.trois {
  height: 30vw;
}

.deuxtiers {
  width: 66.66%;
}

.half {
  width: 50%;
}

.tiers {
  width: 33.33%;
}

.line.cropp, .line.marges {
  height: 100vh;
}

.line.marges .deuxtiers {
  display: flex;
  justify-content: center;
}
.line.marges .deuxtiers img {
  object-position: center;
  object-fit: contain;
  width: calc(100% - 100px);
  max-height: calc(100vh - 100px);
  margin-top: 50px;
}

.line.cropp.fullscreen .full {
  height: 100vh;
}
.line.cropp.fullscreen .full img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fullscreenmarges .full {
  display: flex;
  justify-content: center;
}
.fullscreenmarges .full img {
  object-position: center;
  object-fit: contain;
  width: calc(100% - 100px);
  max-height: calc(100vh - 200px);
  margin-top: 100px;
  margin-bottom: 100px;
}

.fullscreenmarges, .fullscreen {
  z-index: 9999;
}

.cropp.fullwidth img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fond-blanc {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}

.single header nav ul {
  margin-right: 21px;
  float: right;
}
.single .hide, .single .photo {
  display: none;
}
.single h2 {
  font-family: "GT Alpina Standard", serif;
  font-weight: 300;
  font-size: 20px;
  z-index: 999999;
  margin-right: 36px;
  font-variant: small-caps;
  text-transform: lowercase;
}
.single h2 .year {
  float: right;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 15px;
  font-variant-numeric: oldstyle-nums;
  -moz-font-feature-settings: 'onum';
  -webkit-font-feature-settings: 'onum';
  font-feature-settings: 'onum' on;
}
.single p {
  font-family: "GT Alpina Standard", serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
  margin-left: 72px;
  margin-right: 72px;
}
.single p a {
  border-bottom: solid 1px;
}
.single p:first-child, .single p:first-of-type {
  margin-top: 90px;
}
.single .text-fix {
  position: fixed;
  right: 0px;
  width: calc(33.33% - 36px);
  top: 36px;
  z-index: 9999;
}
.single .nav-proj {
  position: fixed;
  bottom: 36px;
  z-index: 99;
  right: 0px;
  width: 33.33%;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 22px;
  font-variant: small-caps;
  letter-spacing: 0.5px;
}
.single .nav-proj .prev {
  margin-left: 36px;
}
.single .nav-proj .next {
  float: right;
  margin-right: 36px;
}

.home {
  /*
  .grad{
          position: absolute;
          left: 0px;
          top: 0px;
          width: 100%;
          height: 100%;
          background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
          opacity: 0;
          @include transition-property(all);
          @include transition-duration(0.2s);
          @include transition-timing-function(ease);
      }
  
  .line .tiers:hover, .line .half:hover, .line .full:hover{
      .grad{
          opacity: 1;
      }
  }
  */
}
.home .intro.int {
  transform: translateY(0vh);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.home .intro {
  width: 100%;
  height: 200vh;
  background: linear-gradient(180deg, #ffff00 50%, rgba(255, 255, 255, 0) 100%);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  transform: translateY(-200vh);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.home header h1 {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.home header nav {
  left: auto;
  right: 21px;
  width: auto;
  opacity: 1;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.home header.int h1 {
  transform: translateY(50vh);
  margin-top: -36px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.home header.int nav {
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.home a {
  position: relative;
  height: 100%;
}
.home a img {
  height: 100%;
  width: auto;
  object-fit: cover;
  max-width: 100%;
}
.home a .grad {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.home a h2 {
  position: absolute;
  bottom: 0px;
  width: calc(100% - 40px);
  margin: 15px 20px;
  font-size: 14px;
  font-family: "GT Alpina Standard", serif;
  font-weight: 300;
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.home a h2 .year {
  float: right;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 17px;
  font-variant-numeric: oldstyle-nums;
  -moz-font-feature-settings: 'onum';
  -webkit-font-feature-settings: 'onum';
  font-feature-settings: 'onum' on;
}
.home a:hover .grad {
  opacity: 1;
}
.home a:hover h2 {
  opacity: 1;
}
.home .right a {
  float: right;
}
.home .left a {
  float: left;
}

.page-template-page-projets {
  overflow-x: hidden;
  /* clear fix */
  /* ---- .grid-item ---- */
}
.page-template-page-projets header nav {
  left: auto;
  right: 21px;
  width: auto;
}
.page-template-page-projets .hide, .page-template-page-projets .photo {
  display: none;
}
.page-template-page-projets .container {
  background-color: transparent;
  margin-left: -30px;
  margin-right: -30px;
  width: calc(100% + 60px);
}
.page-template-page-projets .container:after {
  content: '';
  display: block;
  clear: both;
}
.page-template-page-projets .item {
  width: calc(16.66% - 60px);
  margin: 0 30px 60px 30px;
  float: left;
  position: relative;
}
.page-template-page-projets .item a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}
.page-template-page-projets .item a img {
  display: block;
  max-width: 100%;
}
.page-template-page-projets .item a .grad {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, #ffffff 84%);
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.page-template-page-projets .item a h2 {
  position: absolute;
  bottom: 0px;
  width: calc(100% - 30px);
  margin: 15px;
  font-size: 14px;
  font-family: "GT Alpina Standard", serif;
  font-weight: 300;
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.page-template-page-projets .item a h2 .year {
  float: right;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-variant-numeric: oldstyle-nums;
  -moz-font-feature-settings: 'onum';
  -webkit-font-feature-settings: 'onum';
  font-feature-settings: 'onum' on;
}
.page-template-page-projets .item a:hover .grad {
  opacity: 1;
}
.page-template-page-projets .item a:hover h2 {
  opacity: 1;
}
.page-template-page-projets .line {
  position: relative;
  float: left;
  width: 100%;
  display: flex;
}
.page-template-page-projets .line .image, .page-template-page-projets .line .texte {
  position: relative;
  float: left;
  align-self: center;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.page-template-page-projets .line .image {
  width: 20%;
  min-width: 240px;
}
.page-template-page-projets .line .texte h2 {
  font-family: "GT Alpina Standard", serif;
  font-weight: 300;
  font-size: 4.5vw;
  line-height: auto;
  text-transform: uppercase;
  margin-left: 36px;
  min-width: 400px;
  max-width: 40vw;
  margin-bottom: 22px;
}
.page-template-page-projets .line .texte h3, .page-template-page-projets .line .texte h4 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 22px;
  font-variant: small-caps;
  letter-spacing: 0.5px;
  margin-left: 36px;
}
.page-template-page-projets .line .texte h4 {
  margin-top: -22px;
  margin-left: 200px;
}
.page-template-page-projets .line a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.page-template-page-projets .line:hover .image, .page-template-page-projets .line:hover .texte {
  opacity: 0.5;
}
.page-template-page-projets .item.land {
  height: calc(16.66vw - 60px);
  width: auto;
}
.page-template-page-projets .item.land img {
  height: 100%;
  width: auto;
}

.page-template-page-about header nav {
  left: auto;
  right: 21px;
  width: auto;
}
.page-template-page-about .container {
  font-family: "GT Alpina Standard", serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  background: linear-gradient(90deg, #ffff00 0%, #ffffff 100%);
}
.page-template-page-about .container .un, .page-template-page-about .container .deux, .page-template-page-about .container .trois {
  min-height: 100vh;
}
.page-template-page-about .container .tiers {
  background-color: transparent;
}
.page-template-page-about .container .tiers p:first-child, .page-template-page-about .container .tiers .p:first-of-type, .page-template-page-about .container .tiers h3:first-child, .page-template-page-about .container .tiers h3:first-of-type {
  margin-top: 100px;
}
.page-template-page-about .container .tiers p, .page-template-page-about .container .tiers h3 {
  margin-bottom: 24px;
  margin-left: 36px;
  margin-right: 36px;
}
.page-template-page-about .container .tiers h3 {
  margin-bottom: 0px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 24px;
  font-variant: small-caps;
  letter-spacing: 0.5px;
}
.page-template-page-about .credits {
  position: fixed;
  left: 36px;
  bottom: 36px;
  font-family: "GT Alpina Standard", serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
}

@media only screen and (max-width: 1900px) {
  .page-template-page-projets .item {
    width: calc(20% - 60px);
  }
  .page-template-page-projets .item.land {
    height: calc(20vw - 60px);
  }
}
@media only screen and (max-width: 1500px) {
  .page-template-page-projets .item {
    width: calc(25% - 60px);
  }
  .page-template-page-projets .item.land {
    height: calc(25vw - 60px);
  }
}
@media only screen and (max-width: 1100px) {
  .page-template-page-projets .item {
    width: calc(33.33% - 60px);
  }
  .page-template-page-projets .item.land {
    height: calc(33.33vw - 60px);
  }

  .single header nav {
    position: relative;
    width: auto;
    float: left;
    top: 0px;
    left: auto;
  }
  .single .line .deuxtiers, .single .line .tiers {
    width: 50%;
  }
  .single .line .deuxtiers img {
    width: calc(100% - 72px);
  }
  .single .line.fullwidth .deuxtiers img {
    width: 100%;
  }
  .single .text-fix {
    width: calc(50% - 36px);
  }
  .single .nav-proj {
    width: 50%;
  }
  .single p {
    margin-left: 36px;
    margin-right: 36px;
  }
  .single h2 .year {
    float: none;
  }
  .single h2 .year::before {
    content: "\a";
    white-space: pre;
  }
  .single p:first-child, .single p:first-of-type {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 940px) {
  .page-template-page-about .container {
    min-height: 100vh;
  }
  .page-template-page-about .container .tiers {
    width: 100%;
    min-height: auto !important;
  }
  .page-template-page-about .container .tiers h3:first-child {
    margin-top: 0px;
  }
  .page-template-page-about .credits {
    position: relative;
    float: left;
    left: auto;
    bottom: auto;
    margin-top: 48px;
    margin-left: 36px;
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 740px) {
  .page-template-page-projets .container {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    margin-top: 96px;
  }
  .page-template-page-projets .container .item {
    width: calc(50% - 60px);
  }
  .page-template-page-projets .container .item.land {
    height: calc(50vw - 60px);
  }
  .page-template-page-projets .container .line {
    display: block;
  }
  .page-template-page-projets .container .line .image {
    width: calc(100% - 72px);
    margin: 36px 36px 0px 36px;
  }
  .page-template-page-projets .container .line .texte {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .page-template-page-projets .container .line .texte h2, .page-template-page-projets .container .line .texte h3 {
    margin-left: 36px;
    margin-right: 36px;
  }
  .page-template-page-projets .container .line .texte h2 {
    font-size: 6.5vw;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    min-width: 0px;
    max-width: 100%;
  }

  .home {
    margin-top: 90px;
  }
  .home .line, .home .full, .home a, .home img, .home .grad, .home .half, .home .tiers {
    height: auto !important;
    display: block;
    width: 100% !important;
  }
  .home a h2 {
    opacity: 1;
    margin: 36px;
    width: calc(100% - 72px);
    font-size: 16px;
    position: relative;
  }

  .single .line.flex, .single .line {
    display: block;
  }
  .single .line.flex .deuxtiers, .single .line.flex .tiers, .single .line .deuxtiers, .single .line .tiers {
    width: 100%;
  }
  .single .line.flex .deuxtiers img, .single .line.flex .tiers img, .single .line .deuxtiers img, .single .line .tiers img {
    height: auto !important;
  }
  .single .line.flex .tiers, .single .line .tiers {
    min-height: 90px;
  }
  .single .line.first.marges .deuxtiers {
    display: block;
    height: auto !important;
  }
  .single .line.first .deuxtiers img, .single .line.first .tiers img {
    width: 100%;
    margin: 0px !important;
  }
  .single .line.cropp, .single .line.marges {
    height: auto !important;
  }
  .single .line.cropp.fullscreen .full img, .single .line.cropp.fullscreen .full {
    object-fit: contain;
    height: auto;
  }
  .single .line.marges .deuxtiers img {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .single .nav-proj {
    width: 100%;
  }
  .single p:first-child, .single p:first-of-type {
    margin-top: 36px;
  }
  .single p:last-child, .single p:last-of-type {
    margin-bottom: 36px;
  }
  .single .text-fix {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    top: auto;
    right: auto;
  }
  .single .text-fix h2 {
    padding-left: 36px;
    margin-bottom: 36px;
    margin-top: 90px;
    margin-right: 0px;
    padding-right: 36px;
    border-top: solid 1px lightgrey;
    padding-top: 36px;
  }
  .single header nav {
    float: right;
  }
  .single header nav ul {
    margin-right: 0px;
  }
  .single header nav ul li:last-child, .single header nav ul li:last-of-type {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .page-template-page-projets .item {
    width: calc(100% - 60px);
  }
  .page-template-page-projets .item.land {
    height: auto;
    width: 100%;
  }

  .hide {
    display: none;
  }

  .home a h2 .year {
    float: none;
  }
  .home a h2 .year::before {
    content: "\a";
    white-space: pre;
  }
}
@media only screen and (max-width: 380px) {
  .photo {
    display: none;
  }
}
