@charset "UTF-8";
/* CSS Document */
.reg {
  font-family: "miller-text", serif;
  font-weight: 400;
  font-style: normal;
}

.ita {
  font-family: "miller-text", serif;
  font-weight: 400;
  font-style: italic;
}

.bld {
  font-family: "miller-text", serif;
  font-weight: 700;
  font-style: normal;
}

.bld-ita {
  font-family: "miller-text", serif;
  font-weight: 700;
  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;
  margin: 0 100px;
  font-family: "miller-text", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
}
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;
}

b, strong {
  font-weight: 600;
}

u {
  text-decoration: none;
  border-bottom: solid 1px;
}

/*

font-family: "miller-display", serif;
font-weight: 700;
font-style: normal;

*/
h2 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  border-bottom: solid 1px;
  padding-bottom: 15px;
  margin-bottom: 16px;
}

h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 16px;
  letter-spacing: 0.7px;
  border-bottom: solid 1px;
  padding-bottom: 15px;
  border-top: solid 1px;
  padding-top: 15px;
}

.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 {
  top: 0px;
  position: fixed;
  width: calc(100% - 200px);
  left: 100px;
  z-index: 9999;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
header .logo {
  width: 134px;
  height: auto;
  display: block;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
header nav {
  width: 33.33%;
  position: relative;
  float: left;
  height: 40px;
  display: block;
}
header nav ul {
  display: flex;
  align-items: end;
  justify-content: end;
  height: 40px;
}
header nav ul li {
  position: relative;
  float: left;
  width: calc(25% - 40px);
  margin: 0 20px;
}
header nav ul li.current_page_item a {
  border-bottom: solid 1px;
}
header nav ul li.hide {
  display: none;
}
header .hamburger {
  display: none;
}

header.compact {
  padding-top: 10px;
  padding-bottom: 10px;
}
header.compact .container {
  min-height: 0px;
}
header.compact .logo {
  width: 67px;
}
header.compact nav {
  height: 20px;
}
header.compact nav ul {
  height: 20px;
}

.credits {
  position: fixed;
  left: 100px;
  right: 100px;
  bottom: 0px;
  display: none;
}

/*!
 * 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;
  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);
}

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

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

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

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

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

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

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

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

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

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

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

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

.container {
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
  min-height: 40px;
}

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

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

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

.single .col-8.droite {
  float: right;
}
.single .col-8.deux {
  column-count: 2;
  column-gap: 40px;
}
.single .col-12.trois {
  column-count: 3;
  column-gap: 40px;
}
.single h1 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
}
.single h2 {
  font-weight: 400;
}
.single .col-8.deux h1 {
  break-after: avoid;
  break-inside: avoid;
}
.single .col-8.deux h2 {
  break-before: avoid;
  break-inside: avoid;
}
.single p {
  margin-bottom: 16px;
}
.single .lgd {
  position: absolute;
  right: -40px;
  width: 40px;
  bottom: 0px;
}
.single .legendes {
  margin-top: 160px;
  margin-bottom: 60px;
}
.single .legendes ul {
  width: 100%;
  position: relative;
  float: left;
  column-count: 6;
  column-gap: 40px;
}
.single .legendes ul li {
  list-style: none;
  margin-bottom: 16px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  position: relative;
}
.single .legendes ul li .num {
  width: 40px;
  margin-left: -42px;
  top: 0px;
  text-align: right;
  display: block;
  position: absolute;
}

.page-template-page-agence p {
  margin-bottom: 16px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.page-template-page-agence p.cut {
  -webkit-column-break-inside: auto;
  page-break-inside: auto;
  break-inside: auto;
}
.page-template-page-agence .deux, .page-template-page-agence .trois {
  column-gap: 40px;
}
.page-template-page-agence .deux {
  column-count: 2;
}
.page-template-page-agence .mb-40 {
  margin-bottom: 32px;
}
.page-template-page-agence .trois ul {
  column-count: 3;
}
.page-template-page-agence .trois ul li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 12px;
  font-size: 11px;
  line-height: 12px;
  position: relative;
}
.page-template-page-agence .trois ul li::before {
  content: '· ';
  position: absolute;
  left: -6px;
}
.page-template-page-agence img.nolgd {
  margin-bottom: 20px;
}
.page-template-page-agence .lgd {
  font-size: 11px;
  line-height: 12px;
  margin-top: 4px;
  margin-bottom: 16px;
}
.page-template-page-agence .nolgd {
  margin-bottom: 0px;
}
.page-template-page-agence .strate-in {
  display: inline-block;
}

.page-template-page-index .colonnes-index, .page-template-page-contact .colonnes-index, .page-template-page-index-test .colonnes-index {
  column-count: 4;
  column-gap: 40px;
}
.page-template-page-index .col-3 .strate, .page-template-page-index .colonnes-index .strate, .page-template-page-contact .col-3 .strate, .page-template-page-contact .colonnes-index .strate, .page-template-page-index-test .col-3 .strate, .page-template-page-index-test .colonnes-index .strate {
  margin-bottom: 16px;
  break-inside: avoid-column;
}
.page-template-page-index .col-3 .strate img, .page-template-page-index .colonnes-index .strate img, .page-template-page-contact .col-3 .strate img, .page-template-page-contact .colonnes-index .strate img, .page-template-page-index-test .col-3 .strate img, .page-template-page-index-test .colonnes-index .strate img {
  margin-bottom: 10px;
}
.page-template-page-index .col-3 .strate a, .page-template-page-index .colonnes-index .strate a, .page-template-page-contact .col-3 .strate a, .page-template-page-contact .colonnes-index .strate a, .page-template-page-index-test .col-3 .strate a, .page-template-page-index-test .colonnes-index .strate a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.page-template-page-index .col-3 .strate.filet, .page-template-page-index .colonnes-index .strate.filet, .page-template-page-contact .col-3 .strate.filet, .page-template-page-contact .colonnes-index .strate.filet, .page-template-page-index-test .col-3 .strate.filet, .page-template-page-index-test .colonnes-index .strate.filet {
  border-top: solid 1px;
  padding-top: 15px;
}
.page-template-page-index .col-3 .strate:first-child.filet, .page-template-page-index .col-3 .strate:first-of-type.filet, .page-template-page-index .colonnes-index .strate:first-child.filet, .page-template-page-index .colonnes-index .strate:first-of-type.filet, .page-template-page-contact .col-3 .strate:first-child.filet, .page-template-page-contact .col-3 .strate:first-of-type.filet, .page-template-page-contact .colonnes-index .strate:first-child.filet, .page-template-page-contact .colonnes-index .strate:first-of-type.filet, .page-template-page-index-test .col-3 .strate:first-child.filet, .page-template-page-index-test .col-3 .strate:first-of-type.filet, .page-template-page-index-test .colonnes-index .strate:first-child.filet, .page-template-page-index-test .colonnes-index .strate:first-of-type.filet {
  border-top: none;
}
.page-template-page-index h2, .page-template-page-contact h2, .page-template-page-index-test h2 {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.page-template-page-index .accroche h2, .page-template-page-contact .accroche h2, .page-template-page-index-test .accroche h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
}

.page-template-page-index-test {
  /* 1) S'assurer que le conteneur EST en multi-colonnes et reste un bloc normal */
  /* 2) Les items doivent être des enfants directs, dans le flux normal */
  /* 3) Ta classe "break" => rupture APRÈS l’item courant */
}
.page-template-page-index-test .container.mt-120 {
  max-width: 1560px;
}
.page-template-page-index-test .colonnes-index {
  column-count: 4;
  /* ou column-width */
  column-gap: 40px;
  display: block !important;
  /* au cas où .container impose flex/grid */
  overflow: visible !important;
  /* les breaks sautent si hidden/auto/scroll */
}
.page-template-page-index-test .colonnes-index > .item {
  display: block;
  position: relative !important;
  /* si Isotope/Masonry les passait en absolute */
  float: none !important;
  /* pas de float */
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
.page-template-page-index-test .colonnes-index > .item.break {
  break-after: column;
  -webkit-column-break-after: always;
  /* Safari/WebKit */
}
.page-template-page-index-test .colonnes-index .strate.filet {
  border-bottom: solid 1px;
  padding-bottom: 15px;
  border-top: none;
  padding-top: 0px;
}
.page-template-page-index-test .colonnes-index .strate:first-child.filet, .page-template-page-index-test .colonnes-index .strate:first-of-type.filet {
  border-top: none;
}
.page-template-page-index-test .colonnes-index .strate.filet.break {
  border-bottom: none;
}

.page-id-15 .credits {
  display: block;
}

@media only screen and (max-width: 1815px) {
  .page-template-page-index-test .container.mt-120 {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 1250px) {
  .grid .col {
    width: calc(8.33% - 30px);
    margin: 0 15px;
  }

  body {
    margin: 0 60px;
  }

  header {
    top: 0px;
    position: fixed;
    width: calc(100% - 120px);
    left: 60px;
    z-index: 9999;
  }
  header nav ul li {
    width: calc(25% - 30px);
    margin: 0 15px;
  }

  .col-1 {
    width: calc( 8.33% - 30px );
    margin: 0 15px;
  }

  .col-2 {
    width: calc( 16.66% - 30px );
    margin: 0 15px;
  }

  .col-3 {
    width: calc( 24.99% - 30px );
    margin: 0 15px;
  }

  .col-4 {
    width: calc( 33.32% - 30px );
    margin: 0 15px;
  }

  .col-5 {
    width: calc( 41.65% - 30px );
    margin: 0 15px;
  }

  .col-6 {
    width: calc( 49.98% - 30px );
    margin: 0 15px;
  }

  .col-7 {
    width: calc( 58.31% - 30px );
    margin: 0 15px;
  }

  .col-8 {
    width: calc( 66.64% - 30px );
    margin: 0 15px;
  }

  .col-9 {
    width: calc( 74.97% - 30px );
    margin: 0 15px;
  }

  .col-10 {
    width: calc( 83.3% - 30px );
    margin: 0 15px;
  }

  .col-11 {
    width: calc( 91.63% - 30px );
    margin: 0 15px;
  }

  .col-12 {
    width: calc( 99.96% - 30px );
    margin: 0 15px;
  }

  .single .lgd {
    width: 30px;
    right: -30px;
  }
  .single .col-12.trois, .single .col-8.deux, .single .legendes ul {
    column-gap: 30px;
  }
  .single .legendes ul li .num {
    width: 30px;
    margin-left: -30px;
  }

  .page-template-page-index-test .container.mt-120 {
    width: calc(100% - 30px);
  }
  .page-template-page-index-test .colonnes-index {
    column-gap: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  header .container {
    min-height: 20px;
  }
  header .container .col-8 {
    width: calc( 33.33% - 30px );
  }
  header .logo {
    width: 67px;
  }
  header nav {
    height: 20px;
    width: 66.66%;
  }
  header nav ul {
    height: 20px;
  }

  .single .col-8.deux {
    width: calc(100% - 30px);
    column-gap: 30px;
  }
  .single .col-12.trois {
    column-count: 2;
    column-gap: 30px;
  }
  .single .legendes ul {
    column-count: 4;
    column-gap: 30px;
  }

  .page-template-page-index .container.mt-120 {
    column-count: 2;
    column-gap: 0px;
  }
  .page-template-page-index .container.mt-120 .col-3 {
    width: calc( 100% - 30px );
  }

  .page-template-page-index-test .colonnes-index {
    column-count: 2;
  }
  .page-template-page-index-test .colonnes-index > .item.break {
    break-after: avoid;
    -webkit-column-break-after: disabled;
    /* Safari/WebKit */
  }
  .page-template-page-index-test .colonnes-index .strate.filet.break {
    border-bottom: solid 1px;
  }

  .page-template-page-agence .deux {
    column-gap: 30px;
  }
  .page-template-page-agence .container.mt-120 .col-6 {
    width: calc( 100% - 30px );
  }
}
@media only screen and (max-width: 620px) {
  .grid .col {
    width: calc(8.33% - 20px);
    margin: 0 10px;
  }

  body {
    margin: 0 10px;
  }

  header {
    top: 0px;
    width: calc(100% - 20px);
    left: 10px;
    z-index: 9999;
    padding-top: 20px;
  }
  header .container .col-8 {
    width: calc( 33.33% - 20px );
  }
  header nav ul li {
    width: calc(25% - 20px);
    margin: 0 10px;
  }

  .col-1 {
    width: calc( 8.33% - 20px );
    margin: 0 10px;
  }

  .col-2 {
    width: calc( 16.66% - 20px );
    margin: 0 10px;
  }

  .col-3 {
    width: calc( 24.99% - 20px );
    margin: 0 10px;
  }

  .col-4 {
    width: calc( 33.32% - 20px );
    margin: 0 10px;
  }

  .col-5 {
    width: calc( 41.65% - 20px );
    margin: 0 10px;
  }

  .col-6 {
    width: calc( 49.98% - 20px );
    margin: 0 10px;
  }

  .col-7 {
    width: calc( 58.31% - 20px );
    margin: 0 10px;
  }

  .col-8 {
    width: calc( 66.64% - 20px );
    margin: 0 10px;
  }

  .col-9 {
    width: calc( 74.97% - 20px );
    margin: 0 10px;
  }

  .col-10 {
    width: calc( 83.3% - 20px );
    margin: 0 10px;
  }

  .col-11 {
    width: calc( 91.63% - 20px );
    margin: 0 10px;
  }

  .col-12 {
    width: calc( 99.96% - 20px );
    margin: 0 10px;
  }

  .single .lgd {
    right: auto;
    left: 0px;
    width: auto;
    padding-right: 0px;
    bottom: -18px;
  }
  .single .col-12.trois, .single .col-8.deux {
    width: calc(100% - 20px);
    column-gap: 20px;
  }
  .single .legendes ul {
    column-count: 2;
    column-gap: 20px;
  }
  .single .legendes ul li .num {
    width: auto;
    margin-left: 0px;
    display: inline-block;
    position: relative;
  }

  .page-template-page-agence .container.mt-120 .col-6 {
    width: calc(100% - 20px);
  }
  .page-template-page-agence .container.mt-120 .half:first-child img, .page-template-page-agence .container.mt-120 .half:first-of-type img {
    margin-bottom: 16px;
  }

  .page-template-page-index-test .container.mt-120 {
    width: calc(100% - 20px);
    margin-top: 60px;
  }
  .page-template-page-index-test .container.mt-120 .colonnes-index {
    column-gap: 20px;
  }

  .page-id-15 .col-3 {
    width: calc(50% - 20px);
  }
  .page-id-15 .credits {
    display: block;
    left: 10px;
    right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .mt-120 {
    margin-top: 60px;
  }

  header .col-8 {
    z-index: 999;
  }
  header nav {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    padding-top: 60px;
    padding-left: 10px;
    right: 0px;
    background-color: #fff;
    width: auto;
    z-index: 998;
    padding-bottom: 20px;
    bottom: 0px;
    height: auto;
    padding-right: 10px;
    font-family: "miller-display", serif;
    font-weight: 300;
    font-style: normal;
  }
  header nav ul {
    display: block;
    height: auto;
  }
  header nav ul li {
    width: calc(100% - 20px);
    margin: 0 10px;
    clear: left;
    font-size: 28px;
    line-height: 32px;
  }
  header nav ul li u {
    text-decoration: none;
    border-bottom: solid 1px;
  }
  header .hamburger {
    z-index: 999;
    display: block;
    position: absolute;
    right: 10px;
  }
  header .hamburger .hamburger-inner, header .hamburger .hamburger-inner::before, header .hamburger .hamburger-inner::after {
    height: 1px;
  }

  header.compact nav {
    height: auto;
  }

  .home .vide {
    display: none;
  }
  .home .strate.mb-40 {
    margin-bottom: 0px;
  }
  .home .strate.mb-40 .col-4, .home .strate.mb-40 .col-8 {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .home .strate.mb-40 img {
    margin-bottom: 20px;
  }

  .single .col-12.trois, .single .col-8.deux {
    column-count: 1;
  }
  .single .strate.mb-40 {
    margin-bottom: 0px;
  }
  .single .strate.mb-40 .col-8, .single .strate.mb-40 .col-4, .single .strate.mb-40 .col-12 {
    width: calc(100% - 20px);
    margin-bottom: 40px;
  }
  .single .strate.mb-40 .col-4.vide, .single .strate.mb-40 .col-8.vide {
    display: none;
  }

  .page-template-page-index .container.mt-120 {
    column-count: 1;
  }
  .page-template-page-index .container.mt-120 .col-3 {
    width: calc( 100% - 20px );
  }

  .page-template-page-index-test .container.mt-120 .colonnes-index {
    column-count: 1;
  }

  .page-template-page-agence .deux {
    column-count: 1;
  }
  .page-template-page-agence .trois ul {
    column-count: 2;
  }
}
