@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: 'Onlysans';
  src: url("font/Onlysans-Medium.woff2") format("woff2"), url("font/Onlysans-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
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;
  /* Maud Laronze Architecte */
  font-family: 'Onlysans';
  background-color: #F9F8F4;
  color: #2D2D2C;
}
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;
}

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;
}

.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;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 39px;
  background-color: #F9F8F4;
  font-size: 20px;
  line-height: 39px;
  z-index: 999;
}
header h1 .descr {
  color: #D1D0D0;
}
header ul {
  color: #D1D0D0;
}
header ul .current_page_item {
  color: #2D2D2C;
}
header ul a:hover {
  color: #2D2D2C;
}
header .last {
  display: flex;
  justify-content: center;
}
header .last ul {
  float: right;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px;
  display: inline-block;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: #000;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.grid {
  display: none;
  position: fixed;
  left: 5px;
  right: 5px;
  top: 30px;
  bottom: 20px;
  z-index: -1;
  opacity: 0.2;
  overflow: hidden;
}
.grid .col {
  position: relative;
  float: left;
  width: calc(8.33% - 10px);
  margin: 0 5px;
  background-color: #ddd;
  height: 100vh;
}

.col-1 {
  width: calc( 8.33% - 10px );
  margin: 0 5px;
  position: relative;
  float: left;
}

.col-2 {
  width: calc( 16.66% - 10px );
  margin: 0 5px;
  position: relative;
  float: left;
}

.col-3 {
  width: calc( 24.99% - 10px );
  margin: 0 5px;
  position: relative;
  float: left;
}

.col-4 {
  width: calc( 33.32% - 10px );
  margin: 0 5px;
  position: relative;
  float: left;
}

.col-5 {
  width: calc( 41.65% - 10px );
  margin: 0 5px;
  position: relative;
  float: left;
}

.col-6 {
  width: calc( 49.98% - 10px );
  margin: 0 5px;
  position: relative;
  float: left;
}

.col-7 {
  width: calc( 58.31% - 10px );
  margin: 0 5px;
  position: relative;
  float: left;
}

.col-8 {
  width: calc( 66.64% - 10px );
  margin: 0 5px;
  position: relative;
  float: left;
}

.col-9 {
  width: calc( 74.97% - 10px );
  margin: 0 5px;
  position: relative;
  float: left;
}

.col-10 {
  width: calc( 83.3% - 10px );
  margin: 0 5px;
  position: relative;
  float: left;
}

.col-11 {
  width: calc( 91.63% - 10px );
  margin: 0 5px;
  position: relative;
  float: left;
}

.col-12 {
  width: calc( 99.96% - 10px );
  margin: 0 5px;
  position: relative;
  float: left;
}

.prep-1 {
  margin-left: calc(8.33% + 5px);
}

.content {
  position: relative;
  float: left;
  width: calc(100% - 10px);
  margin: 0 5px;
}

.strate {
  position: relative;
  float: left;
  width: 100%;
}

.global {
  margin-top: 39px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-38 {
  margin-bottom: 38px;
}

.mt-20 {
  margin-top: 20px;
}

.filet-btm {
  border-bottom: solid 1px;
}

.filet-top {
  border-top: solid 1px;
}

.home .strate.mb-10 img, .page-template-page-projets .strate.mb-10 img {
  object-fit: cover;
  -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 .strate.mb-10 img.hover, .page-template-page-projets .strate.mb-10 img.hover {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}
.home .strate.mb-10 .en-cours, .page-template-page-projets .strate.mb-10 .en-cours {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 25px;
  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 .strate.mb-10 .wrap:hover img:not(.hover), .page-template-page-projets .strate.mb-10 .wrap:hover img:not(.hover) {
  opacity: 0;
}
.home .strate.mb-10 .wrap:hover .titre, .page-template-page-projets .strate.mb-10 .wrap:hover .titre {
  opacity: 1;
}
.home .strate.mb-10 .wrap:hover .en-cours, .page-template-page-projets .strate.mb-10 .wrap:hover .en-cours {
  opacity: 1;
}
.home .strate.mb-10 .col-12.recadre img, .page-template-page-projets .strate.mb-10 .col-12.recadre img {
  aspect-ratio: 25 / 14;
  object-fit: cover;
}
.home .strate.mb-10 .col-6.recadre img, .page-template-page-projets .strate.mb-10 .col-6.recadre img {
  aspect-ratio: 25 / 28;
  object-fit: cover;
}
.home .strate.mb-10 .col-4.recadre img, .page-template-page-projets .strate.mb-10 .col-4.recadre img {
  aspect-ratio: 25 / 42;
  object-fit: cover;
}
.home .strate.mb-10 .wrap a, .page-template-page-projets .strate.mb-10 .wrap a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.home .strate.mb-10 .titre, .page-template-page-projets .strate.mb-10 .titre {
  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;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #F9F8F4;
  padding: 11px 14px;
  width: calc(100% - 20px);
  font-family: "hagrid-text", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.home .strate.mb-10 .titre b, .page-template-page-projets .strate.mb-10 .titre b {
  font-family: 'Onlysans';
  font-size: 15px;
}
.home .strate.mb-10 .titre sup, .page-template-page-projets .strate.mb-10 .titre sup {
  vertical-align: super;
  font-size: 9px;
}

.single header {
  border-bottom: solid 1px;
}
.single h2 {
  font-size: 50px;
  padding: 15px 0;
}
.single .nav-proj {
  height: 80px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  text-align: center;
  align-items: center;
  font-size: 30px;
  color: #D1D0D0;
}
.single .nav-proj a {
  margin: 0 18px;
}
.single .nav-proj a:hover {
  color: #2D2D2C;
}
.single .infos {
  font-family: "hagrid-text", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 40px;
}
.single .infos p {
  margin-bottom: 18px;
}
.single .infos .tech {
  font-size: 12px;
}
.single .infos .tech .intit, .single .infos .tech .contenu {
  position: relative;
  float: left;
}
.single .infos .tech .intit {
  width: calc(25% - 0px);
  margin-right: 0px;
  font-weight: 400;
}
.single .infos .tech .contenu {
  width: calc(75% - 3px);
  margin-left: 3px;
}
.single .infos .tech sup {
  font-size: 10px;
  vertical-align: super;
  line-height: 0px;
}
.single .infos .plan {
  font-size: 12px;
  font-weight: 400;
}
.single .infos .plan u {
  text-underline-offset: 4px;
}
.single .infos .plan .secret {
  position: relative;
}
.single .infos .plan .off, .single .infos .plan .on {
  position: absolute;
  left: 0px;
  top: 0px;
}
.single .infos .plan .off:hover, .single .infos .plan .on:hover {
  cursor: pointer;
}
.single .infos .plan .on {
  display: none;
}
.single .images .une, .single .images .deux, .single .images .trois {
  position: relative;
  float: left;
}
.single .images .une {
  width: 100%;
}
.single .images .deux {
  width: calc(50% - 5px);
}
.single .images .deux:first-child, .single .images .deux:first-of-type {
  margin-right: 5px;
}
.single .images .deux:last-child, .single .images .deux:last-of-type {
  margin-left: 5px;
}
.single .images .trois {
  width: calc(33.33% - 7px);
}
.single .images .trois.mid {
  margin: 0 10px;
}
.single .images .strate {
  margin-bottom: 10px;
}
.single .images .une.recadre img {
  aspect-ratio: 25 / 14;
  object-fit: cover;
}
.single .images .deuxrecadre img {
  aspect-ratio: 25 / 28;
  object-fit: cover;
}
.single .images .trois.recadre img {
  aspect-ratio: 25 / 42;
  object-fit: cover;
}
.single .plans {
  display: none;
}
.single .plans img {
  mix-blend-mode: darken;
}

.page-template-page-expe {
  /* Marquee (ruban) pour .strate.big-word */
  /* On laisse ton svg gérer sa hauteur en % de la hauteur dispo */
}
.page-template-page-expe .big-word {
  overflow: hidden;
  flex: 1;
  /* occupe tout l’espace restant */
  padding-bottom: 20px;
  padding-top: 20px;
}
.page-template-page-expe .big-word svg {
  height: 100%;
  width: auto;
}
.page-template-page-expe .global {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 39px);
  /* ou toute autre hauteur totale que tu veux */
}
.page-template-page-expe .strate.big-word {
  position: relative;
  overflow: hidden;
  /* masque le ruban */
}
.page-template-page-expe .strate.big-word .marquee__track {
  display: inline-flex;
  align-items: center;
  gap: 0;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  /* compositing GPU */
  height: 100%;
}
.page-template-page-expe .strate.big-word svg {
  flex: 0 0 auto;
  height: 100%;
  width: auto;
  /* déjà présent chez toi */
  margin-right: 8vh;
}
.page-template-page-expe .experimentations .une-expe {
  border-top: solid 0.5px;
}
.page-template-page-expe .experimentations .une-expe .col-1 {
  text-align: center;
}
.page-template-page-expe .experimentations .une-expe a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.page-template-page-expe .experimentations .une-expe:hover {
  color: #D1D0D0;
  border-color: #2D2D2C;
}
.page-template-page-expe .experimentations .strate .content {
  display: flex;
  align-items: center;
}
.page-template-page-expe .experimentations h2 {
  font-size: 20px;
  line-height: 20px;
  padding: 18px 0;
}
.page-template-page-expe .experimentations h3, .page-template-page-expe .experimentations h4 {
  padding: 18px 0;
  font-size: 12px;
  line-height: 14px;
  font-family: "hagrid-text", sans-serif;
  font-weight: 300;
}
.page-template-page-expe .experimentations .thumb {
  display: none;
}
.page-template-page-expe .thumb-disp {
  position: absolute;
  left: calc(50% + 5px);
  bottom: 0px;
  top: 0px;
  transition: opacity .2s ease;
  display: flex;
  align-items: center;
}
.page-template-page-expe .thumb-disp.has-image {
  opacity: 1;
}
.page-template-page-expe .thumb-disp:not(.has-image) {
  opacity: 0;
}
.page-template-page-expe .thumb-disp img {
  max-width: calc(83.33% - 10px);
}

.single-experimentation .strate .txt {
  font-family: "hagrid-text", sans-serif;
  font-weight: 300;
}
.single-experimentation .strate .txt h3 {
  font-family: "hagrid-text", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 21px;
}
.single-experimentation .strate .txt h4 {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 60px;
}
.single-experimentation .strate .txt h4 b, .single-experimentation .strate .txt h4 strong {
  font-weight: 600;
}
.single-experimentation .strate .txt p {
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 21px;
}
.single-experimentation .strate .txt p b, .single-experimentation .strate .txt p strong {
  font-weight: 400;
}
.single-experimentation .strate .txt p sup {
  vertical-align: top;
  font-size: 12px;
  font-weight: 600;
}
.single-experimentation .strate .notes p {
  font-family: "hagrid-text", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 14px;
}
.single-experimentation .strate .notes p b, .single-experimentation .strate .notes p strong {
  font-weight: 600;
}
.single-experimentation .strate .illus img {
  position: absolute;
  top: 0px;
  mix-blend-mode: darken;
  max-width: 200px;
}
.single-experimentation .strate .img-txt p {
  font-family: "hagrid-text", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
}
.single-experimentation .strate .img-txt img {
  margin-bottom: 21px;
  max-width: 500px;
}
.single-experimentation .strate .wp-caption {
  width: 100% !important;
  margin-bottom: 21px;
  max-width: 500px;
}
.single-experimentation .strate .wp-caption img {
  margin-bottom: 9px;
}
.single-experimentation .strate .wp-caption p.wp-caption-text {
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
}

.page-template-page-contact header {
  border-bottom: solid 1px;
}
.page-template-page-contact .global {
  margin-top: 72px;
  min-height: calc(100svh - 72px);
}
.page-template-page-contact .global .flx-top-btm {
  height: calc(100svh - 72px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-template-page-contact .global .flx-top-btm .flx-btm {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 40px;
}
.page-template-page-contact .global .flx-top-btm .flx-btm b, .page-template-page-contact .global .flx-top-btm .flx-btm strong {
  font-weight: 400;
}
.page-template-page-contact .global h2 {
  font-family: "hagrid-text", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 36px;
  text-decoration-skip: none;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}
.page-template-page-contact .global h3 {
  font-family: "hagrid-text", sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 36px;
  font-weight: 300;
}
.page-template-page-contact .global h3 b, .page-template-page-contact .global h3 strong {
  font-weight: 400;
}
.page-template-page-contact .global p {
  font-family: "hagrid-text", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 18px;
}
.page-template-page-contact .global p sup {
  font-size: 10px;
  vertical-align: super;
  line-height: 0px;
}
.page-template-page-contact .global p:has(+ h2) {
  margin-bottom: 36px;
}
.page-template-page-contact .global .col-txt p b, .page-template-page-contact .global .col-txt p strong {
  font-weight: 400;
}
.page-template-page-contact .global .col-ctc .attachment-post-thumbnail {
  position: absolute;
  left: 0px;
  top: 56px;
  display: none;
}
.page-template-page-contact .global .col-ctc p b, .page-template-page-contact .global .col-ctc p strong {
  font-weight: 600;
}
.page-template-page-contact .global .last p b, .page-template-page-contact .global .last p strong {
  font-weight: 400;
}

@media (hover: none) and (pointer: coarse) {
  .home .strate.mb-10 .titre, .page-template-page-projets .strate.mb-10 .titre {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (max-width: 1024px) {
  .single .titre-nav .nav-proj a {
    margin: 0 5px;
  }
  .single .infos .content .col-4, .single .infos .content .col-5, .single .infos .content .col-2 {
    width: calc(100% - 10px);
  }
  .single .infos .content .col-5.prep-1.tech {
    margin-left: -5px;
    width: calc(100% - 0px);
    margin-bottom: 18px;
    border-top: solid 1px;
    border-bottom: solid 1px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .single .infos .content .col-5.prep-1.tech .intit, .single .infos .content .col-5.prep-1.tech .contenu {
    margin: 0 5px;
  }
  .single .infos .content .col-5.prep-1.tech .intit {
    width: calc(25% - 10px);
  }
  .single .infos .content .col-5.prep-1.tech .contenu {
    width: calc(75% - 10px);
  }

  .single-experimentation .col-4.txt, .single-experimentation .col-4.img-txt {
    width: calc(75% - 10px);
  }
  .single-experimentation .col-1.prep-1.notes {
    width: calc(25% - 10px);
    margin-left: 5px;
  }
  .single-experimentation .col-2.illus {
    display: none;
  }
  .single-experimentation .img-txt p {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 850px) {
  header .content .col-1, header .content .col-4 {
    width: auto;
  }

  .home .global .strate.mb-10, .page-template-page-projets .global .strate.mb-10 {
    margin-bottom: 0px;
  }
  .home .global .strate.mb-10 .col-4, .home .global .strate.mb-10 .col-6, .home .global .strate.mb-10 .col-12, .page-template-page-projets .global .strate.mb-10 .col-4, .page-template-page-projets .global .strate.mb-10 .col-6, .page-template-page-projets .global .strate.mb-10 .col-12 {
    width: calc(100% - 10px);
    margin-bottom: 10px;
  }
  .home .global .strate.mb-10 img, .page-template-page-projets .global .strate.mb-10 img {
    object-fit: contain;
    height: auto;
  }

  .single .titre-nav .col-11 {
    width: calc(83.34% - 10px);
  }
  .single .titre-nav .col-1 {
    width: calc(16.66% - 10px);
  }

  .page-template-page-contact .col-4.col-txt {
    width: calc(41.66% - 10px);
    margin-bottom: 18px;
  }
  .page-template-page-contact .col-3.last {
    clear: left;
    width: calc(41.66% - 10px);
  }
  .page-template-page-contact .global .col-ctc .attachment-post-thumbnail {
    display: block !important;
    opacity: 1 !important;
    position: relative;
    margin-bottom: 18px;
    top: auto;
  }
  .page-template-page-contact .global .flx-top-btm .flx-btm .col-4:not(.prep-1), .page-template-page-contact .global .flx-top-btm .flx-btm .col-3 {
    display: none;
  }
  .page-template-page-contact .global .flx-top-btm .flx-btm .col-4.prep-1 {
    margin-left: 5px;
    margin-top: 36px;
  }
}
@media only screen and (max-width: 630px) {
  header .content nav {
    display: none;
    background-color: #F9F8F4;
    width: 100%;
    position: relative;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-left: -5px;
    width: calc(100% + 10px);
    border-top: solid 1px;
    border-bottom: solid 1px;
  }
  header .content nav .col-1, header .content nav .col-4 {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  header .content nav ul li {
    line-height: normal;
  }
  header .content .col-6 {
    width: calc(100% - 10px);
  }
  header .content .last {
    display: block;
  }
  header .content .last ul {
    float: left;
  }

  .hamburger {
    display: block;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 999999;
  }

  .page-template-page-expe .experimentations h2, .page-template-page-expe .experimentations h3 {
    padding-bottom: 0px;
  }
  .page-template-page-expe .experimentations h3 {
    padding-top: 0px;
  }
  .page-template-page-expe .experimentations h4 {
    text-align: left;
    padding-top: 0px;
    color: #D1D0D0;
  }
  .page-template-page-expe .experimentations .strate .content {
    display: block;
  }
  .page-template-page-expe .experimentations .une-expe .col-3, .page-template-page-expe .experimentations .une-expe .col-8, .page-template-page-expe .experimentations .une-expe .col-1 {
    width: calc(100% - 10px);
  }

  .single .images .strate {
    margin-bottom: 0px;
  }
  .single .images .trois, .single .images .deux, .single .images .une {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .single .images .trois.mid {
    margin: 0;
    margin-bottom: 10px;
  }
  .single .images .deux:first-child, .single .images .deux:first-of-type {
    margin-right: 0px;
  }
  .single .images .deux:last-child, .single .images .deux:last-of-type {
    margin-left: 0px;
  }

  .page-template-page-contact .col-4.col-txt, .page-template-page-contact .col-3.last, .page-template-page-contact .col-4.prep-1.col-ctc {
    width: calc(100% - 10px);
    margin-left: 5px;
  }
  .page-template-page-contact .col-4.col-txt {
    column-count: 2;
    column-gap: 10px;
  }
  .page-template-page-contact .col-4.col-txt h2 {
    column-span: all;
  }
  .page-template-page-contact .global .col-ctc {
    column-count: 2;
    column-gap: 10px;
  }
  .page-template-page-contact .global .content.flx-top-btm .strate {
    display: flex;
    flex-direction: column;
  }
  .page-template-page-contact .global .content.flx-top-btm .strate .col-4.col-txt {
    order: 2;
    margin-bottom: 18px;
  }
  .page-template-page-contact .global .content.flx-top-btm .strate .col-4.prep-1.col-ctc {
    order: 1;
    margin-bottom: 18px;
  }
  .page-template-page-contact .global .content.flx-top-btm .strate .col-3.last {
    order: 3;
    column-count: 2;
    column-gap: 10px;
  }
  .page-template-page-contact .global .content.flx-top-btm .strate .col-3.last h2 {
    column-span: all;
    margin-top: 18px;
  }
  .page-template-page-contact .global .content.flx-top-btm .col-4.prep-1 {
    width: calc(100% - 10px);
  }
}
@media only screen and (max-width: 460px) {
  .page-template-page-contact .col-4.col-txt, .page-template-page-contact .global .col-ctc, .page-template-page-contact .global .content.flx-top-btm .strate .col-3.last {
    column-count: 1;
  }
}
