@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Work+Sans:300,400,700);
/* ==================================================== */
/* NORMALIZE
/* ==================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl,
menu,
ol,
ul {
  margin: 1em 0;
  padding: 0; }

dd {
  margin: 0; }

img {
  border: 0; }

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

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

/* ==================================================== */
/* BASE
/* ==================================================== */
p:first-child {
  margin-top: 0; }

dl,
menu,
ol,
ul {
  padding: 0; }

dd {
  margin: 0; }

a {
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: box-shadow 0.2s;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s; }

a:hover {
  -webkit-box-shadow: inset 0 -2em 0 rgba(0, 0, 0, 0.12);
          box-shadow: inset 0 -2em 0 rgba(0, 0, 0, 0.12); }

figure {
  margin-left: 0;
  margin-right: 0; }

.embedded-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.embedded-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

h1,
h2 {
  font-family: 'Times New Roman';
  font-weight: normal;
  line-height: 1; }

h1 {
  margin: 3em 0 0.5em;
  font-size: 3em;
  font-style: italic;
  text-align: center; }

section > h1:after,
article h1:after {
  content: '–';
  display: block; }

h2 {
  font-size: 1.75em;
  margin-bottom: 0;
  font-style: italic; }

/* ==================================================== */
/* MISE EN PAGE
/* ==================================================== */
html,
body {
  margin: 0; }

html {
  background: #f8f7f5;
  background: #fff;
  font: 0.875em/1.5 'Work Sans', sans-serif;
  color: #3a3a39; }

body {
  min-height: 100%;
  padding: 14.5em 5% 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  overflow-x: hidden; }

::-moz-selection {
  background: #e0a46e;
  color: #fff; }

.accueil > header {
  height: calc(100vh - 8.5em);
  overflow: hidden; }

.accueil nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100; }

.accueil main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#bgcontainer {
  position: fixed;
  top: -50%;
  left: -50%;
  z-index: -2;
  width: 200%;
  height: 200%;
  opacity: 0; }

#bgcontainer:after {
  content: '';
  display: block;
  z-index: 2;
  background: rgba(100, 100, 100, 0.3); }

#bgcontainer:after,
#background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

#background {
  margin: auto;
  min-width: 53%;
  min-height: 53%;
  height: auto;
  width: auto; }

body > header h1 {
  position: absolute;
  top: -100%; }

#site-title {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 5em;
  height: 3em;
  font: 300 6vw/1 'Work Sans', sans-serif;
  color: #fff;
  color: #f0f0f0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 15px 40px rgba(0, 0, 0, 0.2); }

#site-title small {
  display: block;
  margin-top: 0.8em;
  font-weight: normal;
  font-size: 0.2em;
  line-height: 1em;
  letter-spacing: 0.08em; }

[role="main"] {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

body.accueil {
  padding: 0 5% 0; }

body.accueil [role="main"] {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.intro {
  margin-bottom: 3.5em;
  font-size: 1.25em; }

.intro > * {
  width: 30em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1; }

.columns {
  overflow: hidden; }

.columns > * {
  float: left;
  margin-top: 0;
  margin-bottom: 0; }

.columns > * + * {
  margin-left: 2.5%; }

.columns-2 > * {
  width: 48.75%; }

.cols {
  margin-top: 1em;
  margin-bottom: 1em;
  -webkit-column-width: 27vw;
  -webkit-column-gap: 2.5vw;
  -moz-column-width: 27vw;
  -moz-column-gap: 2.5vw;
  -webkit-column-width: 27vw;
  column-width: 27vw;
  -webkit-column-gap: 2.5vw;
  column-gap: 2.5vw; }

.cols * {
  display: block;
  margin-top: 0;
  -webkit-column-break-inside: avoid;
          break-inside: avoid; }

.retour {
  display: block;
  position: fixed;
  z-index: 1000;
  opacity: 0.2;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background: url("../assets/images/retour.svg") no-repeat center;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  top: 8em;
  left: 0;
  right: unset;
  height: 80px;
  width: 20%;
  z-index: 10000; }

.next {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  opacity: 0.2;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background: url("../assets/images/next.svg") no-repeat center;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  top: 0;
  right: 0;
  height: 100%;
  width: 27px;
  left: unset;
  margin-top: 1px;
  margin-right: 27px;
  width: 20%;
  background-size: 27px; }

.prev {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  opacity: 0.2;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background: url("../assets/images/prev.svg") no-repeat center;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  top: 0;
  right: unset;
  height: 100%;
  width: 27px;
  left: 0;
  margin-top: 1px;
  margin-right: 27px;
  width: 20%;
  background-size: 27px; }

.next#ajax-next-project,
#ajax-view-close.retour,
.prev#ajax-prev-project {
  opacity: 0.5; }

.next#ajax-next-project:hover,
#ajax-view-close.retour:hover,
.prev#ajax-prev-project:hover {
  opacity: 1; }

#ajax-view-container #next-project {
  display: none; }

.next:hover,
.retour:hover {
  opacity: 1; }

.metaInfo {
  color: #999;
  margin: 1em 0; }

.projets {
  overflow: hidden;
  clear: both;
  margin: 0; }

.projets li {
  position: relative;
  display: block;
  float: left; }

.projets a {
  display: block;
  background: #646464;
  color: #fff;
  line-height: 1;
  -webkit-box-shadow: none;
          box-shadow: none; }

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

.liste-realisations li {
  margin-top: 4em; }

.liste-realisations li:first-child,
.liste-realisations li:first-child + li {
  margin-top: 0; }

body.single > header,
body.single [role="main"] {
  padding-left: 20%;
  padding-right: 20%; }

.filter {
  padding: 1em 0 0;
  margin: 0 0 4em; }

.filter li {
  display: inline-block; }

.filter li:first-child {
  display: block;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border: 1px solid #999;
  border-width: 0 0 1px;
  font: italic normal 1.75em/1 'Times'; }

.filter button {
  padding: 0;
  margin: 0;
  border: none;
  background: none; }

.filter button,
a.tag {
  color: #999;
  -webkit-box-shadow: none;
          box-shadow: none; }

.filter button {
  margin: 0 1em 0 0; }

.filter button:hover,
.filter button.active,
.tag:hover {
  color: inherit; }

.maintenance {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 99vh; }

.svg-link {
  width: 2.5em;
  height: 2.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .svg-link path {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .svg-link:hover path {
    stroke: #888; }

/* ==================================================== */
/* NAVIGATION
/* ==================================================== */
#pages-menu {
  width: 90%;
  display: table;
  table-layout: fixed;
  padding: 2.5em 5%;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  /*font-size: 0.85em;*/
  font-family: 'Work Sans'; }

.accueil #pages-menu {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff; }

.home-link {
  width: 100%;
  text-align: center;
  text-underline-offset: 0.2em;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative; }
  .home-link a {
    letter-spacing: 0.02em;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-transform: uppercase; }
    .home-link a .text-link {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .home-link a:hover .circle {
      background-color: black; }
    .home-link a:hover .text-link {
      text-decoration: underline; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
.circle {
  display: inline-block;
  -webkit-animation: pulse 4s infinite ease-in-out;
          animation: pulse 4s infinite ease-in-out;
  border: 1px solid black;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  position: absolute;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  left: -2em;
  top: 0.02em; }

#pages-menu.sticky {
  position: fixed;
  top: 0;
  bottom: auto;
  padding-bottom: 0; }

#pages-menu li {
  display: table-cell;
  padding: 0 1.5%; }

#pages-menu li:first-child {
  padding-left: 0; }

#pages-menu li:last-child {
  padding-right: 0; }

#pages-menu a,
#pages-menu .with-children span {
  position: relative;
  display: block;
  padding: 0.5em 0 0.4em;
  /*border-style: solid;*/
  /*border-width: 0 0 1px 0;*/
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  text-decoration: none;
  line-height: 1; }

#pages-menu a:before,
#pages-menu a:after,
#pages-menu .with-children span:before,
#pages-menu .with-children span:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  border: 2px solid;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0; }

#pages-menu a:before {
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
  border-width: 0 2px; }

#pages-menu a:hover:before {
  top: 0;
  bottom: 0; }

#pages-menu a:after {
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  border-width: 2px 0; }

#pages-menu a:hover:after {
  left: 0;
  right: 0; }

#pages-menu a:hover:before,
#pages-menu a:hover:after,
#pages-menu a.active:before,
#pages-menu a.active:after {
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

#pages-menu .with-children span:before {
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
  border-width: 0 2px; }

#pages-menu .with-children span:after {
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  border-width: 2px 0; }

#pages-menu .with-children:hover span:after {
  left: 0;
  right: 0; }

#pages-menu .with-children span.active:before, #pages-menu .with-children span.active:after, #pages-menu .with-children span.open:before, #pages-menu .with-children span.open:after, #pages-menu .with-children span:hover:before, #pages-menu .with-children span:hover:after {
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

#pages-menu li {
  position: relative;
  overflow: visible; }

/* Style de base pour masquer les enfants */
#pages-menu li ul {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  z-index: 100;
  width: 300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#pages-menu li:hover > ul {
  opacity: 1;
  visibility: visible; }

#pages-menu li ul li {
  padding: 5px 10px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px; }

#pages-menu li ul li a:before,
#pages-menu li ul li a:after {
  display: none; }

#pages-menu li ul li a:hover:before,
#pages-menu li ul li a:hover:after {
  display: none; }

#pages-menu li ul li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

#pages-menu li ul li a:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 0.2em; }

#pages-menu li ul li :first-of-type {
  margin-left: 0px;
  padding-right: 0px; }

#pages-menu li ul li:last-of-type {
  padding-left: 0; }

#pages-menu li ul li {
  padding: 0 1.5%;
  padding-right: 0; }

#pages-menu li ul li a {
  text-decoration: none;
  display: block;
  opacity: 0.7; }

#pages-menu.inverse {
  color: #000; }

/* ==================================================== */
/* AJAX VIEWER
/* ==================================================== */
body.ajax-view {
  overflow: hidden; }

/* body.ajax-view [role="main"] {
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
      transform: translateX(-20%);
} */
#ajax-view-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  background: rgba(249, 248, 246, 0.95) no-repeat center;
  background: rgba(255, 255, 255, 0.95) no-repeat center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

#ajax-view-overlay.visible {
  visibility: visible;
  opacity: 1; }

#ajax-view-overlay.loading {
  background-image: url("images/spinner.gif"); }

#ajax-view-container {
  overflow: scroll;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 300;
  padding: 4em 20%;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

#ajax-view-overlay.visible #ajax-view-container {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

#ajax-view-close,
.retour.close {
  background-image: url("../assets/images/fermer.svg"); }

/* ==================================================== */
/* CRÉATIONS
/* ==================================================== */
.accueil .filter {
  float: left;
  width: 48%;
  float: left; }

.accueil .filter + .filter {
  float: right; }

.projets {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3em;
  margin-bottom: 4em; }

ul.liste-realisations.projets {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4em 10%;
  padding-left: 5%;
  padding-right: 5%; }

ul.liste-realisations.projets li {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0; }

.projets .filtered a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #f0f0f0;
  opacity: 0.8; }

.projets picture {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.projets a:hover picture {
  opacity: 0.25; }

.projets a span {
  display: block;
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  left: 0.5em;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.projets a:hover span {
  opacity: 1; }

.accueil footer {
  float: left;
  width: 100%;
  position: fixed;
  bottom: 0;
  color: white; }

article.projet {
  padding: 4em 0; }

.projet header {
  margin-bottom: 4em; }

.projet header h1 {
  position: static;
  margin: 0;
  text-align: left; }

.projet picture,
article picture {
  display: block;
  width: 100%;
  height: auto;
  margin: 0; }

.projet picture:first-child,
article picture + picture {
  margin-top: 0; }

.projet picture + picture,
article picture + picture {
  margin-top: 2em; }

.projet picture img,
.projet video,
article img {
  display: block;
  max-width: 100%;
  max-height: 90vh; }

.projet img,
article img {
  max-width: 100%;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
  display: inline-block;
  width: 100%;
  background: transparent;
  -o-object-position: left center;
     object-position: left center; }

.projet picture:last-of-type {
  margin-bottom: 4em; }

.projet figcaption p:first-child {
  margin-top: 0; }

/* ==================================================== */
/* ATELIER
/* ==================================================== */
.atelier .projets li {
  width: 40%;
  margin-left: 5%;
  margin-right: 5%; }

.atelier .projets img {
  opacity: 0.5; }

.atelier .projets h2 {
  margin: 0.5em;
  position: absolute;
  left: 0;
  bottom: 0; }

.atelier-projet {
  overflow: hidden; }

.atelier-projet img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1em; }

/* ==================================================== */
/* ÉCRITS
/* ==================================================== */
/*.liste-ecrits { margin: 0; }*/
.liste-ecrits li {
  display: inline-block;
  float: none;
  width: 40%;
  margin-left: 4.8%;
  margin-right: 4.8%;
  vertical-align: top; }

.liste-ecrits h2 a {
  position: relative; }

.liste-ecrits h2 a:after {
  bottom: 0.1em; }

.liste-ecrits li h2 + p {
  margin: 0; }

.liste-ecrits li p:last-child {
  margin-bottom: 0; }

.liste-ecrits li p:last-child a + a {
  margin-left: 0.25em; }

.text-view img {
  max-width: 100%; }

/* ==================================================== */
/* BLOGUE
/* ==================================================== */
.blogue .filter {
  margin-left: 18%;
  margin-right: 18%; }

.blogue .rss {
  float: right;
  margin: 0.3em 0 0 0;
  font-size: 0.75em; }

.blogue .rss svg {
  width: 0.6em;
  height: 0.6em; }

.blogue article {
  position: relative;
  padding: 0 18%;
  max-width: 40em;
  margin: 0 auto 4em;
  font-size: 1.25em;
  max-height: 60em;
  overflow: hidden;
  -webkit-transition: max-height .3s ease-out;
  transition: max-height .3s ease-out; }

.blogue article:after {
  width: 100%;
  height: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  content: ' ';
  background-color: white;
  -webkit-box-shadow: 0px 0px 60px 120px white;
          box-shadow: 0px 0px 60px 120px white; }

.blogue.article article {
  max-height: none; }

.blogue.article article:after {
  display: none; }

.blogue article header {
  position: relative;
  font-size: 0.8em; }

.blogue article h1 {
  margin-top: 1em; }

.arrow-more {
  position: absolute;
  bottom: 1.5em;
  width: auto;
  z-index: 1000;
  color: black;
  cursor: pointer;
  max-width: 35em;
  left: 50%;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }

.arrow-more svg {
  width: 20px;
  display: inline-block;
  height: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.arrow-more:hover {
  opacity: 0.5; }

.blogue article.full-height {
  max-height: 10000vh;
  padding-bottom: 2em; }

.blogue article.full-height:after {
  display: none; }

.blogue article.full-height .arrow-more {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  bottom: 0em; }

.blogue article h1 a {
  -webkit-box-shadow: none;
          box-shadow: none; }

.blogue article .metaInfo {
  position: absolute;
  top: 100%;
  right: 100%;
  margin: 1.8em 4.5% 0 0;
  width: 24%;
  text-align: right;
  color: inherit; }

.blogue article .metaInfo time {
  display: block; }

.blogue article .tag:after {
  content: '';
  display: block; }

.blogue article figure {
  margin: 1em auto; }

.blogue article img {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 1em 0;
  width: 80%; }

.blogue article picture img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em 0;
  width: 100%; }

/* iPads (portrait and landscape) ----------- */
@media only screen and (aspect-ratio: portrait) {
  /* Styles */ }
.blogue article figure img {
  margin: 0; }

.prevnext {
  padding: 0 18%;
  position: relative;
  text-align: center; }

.prevnext.pager {
  font: italic normal 1.75em/1 'Times', 'Times New Roman', serif; }

.prevnext:after {
  content: '';
  display: block;
  clear: both; }

.prevnext.articles > * + *:before {
  content: '—';
  display: block;
  margin: 1em 0; }

.prevnext.articles time:after {
  content: ' — '; }

.prevnext a {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none; }

.prevnext.pager .prev,
.prevnext.pager .next {
  max-width: 48.5%; }

.prevnext.pager .prev:before,
.prevnext.pager .next:after {
  display: inline-block;
  position: absolute;
  margin: 0 1em; }

.prevnext.pager .prev {
  float: left;
  text-align: left; }

.prevnext .prev:before {
  content: '← ';
  right: 100%; }

.prevnext.pager .next {
  float: right;
  text-align: right; }

.prevnext .next:after {
  content: ' →';
  left: 100%; }

/* ==================================================== */
/* INFOS
/* ==================================================== */
body.infos {
  padding-top: 0; }

.infos > header {
  color: #fff; }

.infos .intro {
  position: relative;
  width: auto;
  min-width: none;
  max-width: none;
  margin: 0 -5.6%;
  padding: 13em 0 10em;
  background: no-repeat center;
  background-size: cover;
  color: #fff; }

.infos .intro:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: rgba(100, 100, 100, 0.6); }

.infos [role="main"] > section.small {
  max-width: 50%;
  margin: auto; }

.infos [role="main"] > section.list {
  text-align: center; }

.infos [role="main"] > section.list li {
  display: block; }

.infos [role="main"] > section.list li + li {
  margin-top: 1em; }

.align-center {
  text-align: center; }

.block-type-text.align-left {
  text-align: left; }

.block-type-text.align-right {
  text-align: right; }

.infos h1:after {
  content: "–";
  display: block; }

.list-press {
  max-width: 45em;
  margin: 0 auto;
  padding: 0; }

.list-press li {
  display: block;
  overflow: hidden; }

.list-press li > * {
  float: left; }

.list-press li > time {
  width: 5em;
  color: #999; }

.list-press li > p {
  width: 40em;
  margin: 0; }

.infos [role="main"] > section.thanks {
  text-align: center; }

.infos [role="main"] > section.thanks li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 15em;
  margin: 3em 1em 1em; }

.infos [role="main"] > section.thanks li strong {
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0;
  left: 0;
  text-align: center; }

.infos [role="main"] > section.thanks li a {
  border-bottom: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.infos [role="main"] > section.thanks li img {
  max-height: 2em;
  max-width: 100%;
  height: auto;
  width: auto; }

/* ==================================================== */
/* FOOTER
/* ==================================================== */
footer {
  padding: 14em 0 4em; }

footer > * {
  margin: 0;
  float: left;
  width: 31.333%;
  /*border-top: 1px solid;*/
  padding-top: 0.25em;
  /*font-size: 0.83em;*/
  text-align: center; }

footer > * + * {
  margin-left: 3%; }

footer > *:first-child {
  text-align: left; }

footer > *:last-child {
  text-align: center; }

footer a {
  -webkit-box-shadow: none;
          box-shadow: none; }

footer .credits img {
  width: 4em;
  height: auto;
  vertical-align: middle;
  opacity: 0.8; }

/* ==================================================== */
/* audiojs
/* ==================================================== */
.audiojs {
  background: #3a3a39;
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff; }

.audiojs audio {
  position: absolute;
  left: -1px; }

.audiojs > div {
  display: table-cell;
  vertical-align: middle; }

.audiojs .play-pause {
  width: 2em;
  padding-right: 1.5em;
  cursor: pointer; }

.audiojs .play-pause span {
  display: none;
  width: 2em;
  height: 2em;
  cursor: pointer;
  background: no-repeat center center; }

.audiojs .play-pause .play {
  display: block;
  background-image: url("images/jouer.svg"); }

.audiojs .play-pause .pause {
  background-image: url("images/pause.svg"); }

.audiojs .play-pause .loading {
  background-image: url("images/loading.svg"); }

.audiojs .scrubber {
  height: 22px;
  position: relative;
  overflow: hidden;
  cursor: ew-resize; }

.audiojs .progress {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 0px;
  background: currentcolor;
  z-index: 1; }

.audiojs .loaded {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 0;
  background: currentcolor;
  opacity: 0.25; }

.audiojs .time {
  padding: 0 0 0 2.5em;
  width: 5em;
  font-size: 0.75em;
  text-align: center;
  line-height: 1em; }

.audiojs .time span {
  display: block; }

.audiojs .time .played {
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
  margin-bottom: 2px; }

.audiojs .time .separator {
  display: none; }

.audiojs .error-message {
  display: none; }

.audiojs.playing .pause {
  display: block; }

.audiojs.playing .play,
.audiojs.playing .loading,
.audiojs.playing .error {
  display: none; }

.audiojs.loading .loading {
  display: block; }

.audiojs.loading .play,
.audiojs.loading .pause,
.audiojs.loading .error {
  display: none; }

#art .projets {
  width: 100%;
  margin: auto;
  clear: none; }

#art .projets li {
  width: 100%; }

#art .projets-col {
  float: left;
  width: 48%;
  margin-top: 0; }

#art .projets-col.projet-col-2 {
  float: right;
  margin-right: 0; }

#art .row-projets {
  width: 100%;
  margin: auto;
  clear: none;
  float: left;
  padding-bottom: 3em; }

#art .row-projets h1 {
  margin: 0em 0 0.5em; }

/* ==================================================== */
/* MEDIA QUERIES
/* ==================================================== */
@media screen and (min-width: 75em) {
  #site-title {
    font-size: 8vh; }

  #art #filters {
    padding-top: 2em;
    margin-top: -2em;
    -webkit-transition: top 0.2s;
    transition: top 0.2s;
    position: absolute;
    top: 2em;
    right: 0;
    width: 18%; }

  #art #filters.fixed {
    position: fixed;
    top: 2em;
    right: 5%;
    width: 16.25%; }

  #art .filter {
    width: 100%;
    margin: 0.3% 0 0; }

  #art .filter + .filter + .filter {
    margin-top: 2em; }

  #art .filter:nth-child(1) {
    float: right;
    clear: right; }

  #art .filter + .filter {
    float: right;
    clear: right;
    margin-top: 2em; }

  #art .filter li {
    display: block; }

  #art {
    position: relative;
    margin-top: 1.5em; }

  .accueil .projets li {
    margin: 5px; }

  #art .projets {
    width: 100%;
    margin: auto;
    clear: none; }

  #art .projets li {
    width: 100%; }

  #art .projets-col {
    float: left;
    width: 52%;
    margin-top: -1.5em; }

  #art .projets-col.projet-col-1 li {
    width: calc(32.3% - 10px); }

  #art .projets-col.projet-col-2 {
    float: right;
    margin-right: 0;
    width: 35%; }

  #art .row-projets {
    width: 100%;
    margin: auto;
    clear: none;
    padding-left: 5%;
    padding-right: 24.5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

  #art .row-projets h1 {
    margin: 0em 0 0.5em; } }
#burger-menu {
  display: none; }

.liste-ecrits {
  padding-bottom: 10em; }

@media screen and (orientation: portrait), (max-width: 960px) {
  body {
    padding: 5em 5% 0; }

  h1 {
    margin: 3em 0 0.5em;
    font-size: 2.2em;
    font-style: italic;
    text-align: center; }

  #pages-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: white;
    padding: 20px;
    list-style: none;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    /* Pour éviter l'interaction lorsqu'il est caché */
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

  #pages-menu li {
    display: block;
    padding: 0;
    color: black;
    margin-top: 15px;
    margin-bottom: 15px; }

  .accueil #burger-menu span,
  .accueil #burger-menu::before,
  .accueil #burger-menu::after,
  .infos #burger-menu span,
  .infos #burger-menu::before,
  .infos #burger-menu::after {
    background: var(--burger-color, white);
    /* Blanc par défaut */
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; }
  .accueil #burger-menu.open span,
  .accueil #burger-menu.open::before,
  .accueil #burger-menu.open::after,
  .infos #burger-menu.open span,
  .infos #burger-menu.open::before,
  .infos #burger-menu.open::after {
    background: black; }

  .liste-ecrits li {
    display: inline-block;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    vertical-align: top; }

  body.ecrits {
    padding-top: 10em; }

  .intro {
    margin-bottom: 5.5em; }

  #site-title {
    width: 90%;
    height: 40vw;
    font: 300 14vw / 1 'Work Sans', sans-serif; }

  #site-title small {
    display: block;
    margin-top: 0.9em;
    font-weight: normal;
    font-size: 0.23em;
    line-height: 1em;
    letter-spacing: 0.08em; }

  #burger-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 200;
    display: block; }

  #burger-menu span,
  #burger-menu::before,
  #burger-menu::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: black;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute; }

  /* Barre du milieu */
  #burger-menu span {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

  /* Barre du haut */
  #burger-menu::before {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }

  /* Barre du bas */
  #burger-menu::after {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }

  /* Animation menu ouvert */
  #burger-menu.open span {
    background: transparent !important; }

  #burger-menu.open::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

  #burger-menu.open::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

  .menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 250px;
    height: 100vh;
    background: white;
    -webkit-box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
    padding: 20px;
    list-style: none;
    z-index: 100; }

  .menu.open {
    right: 0; }

  .intro > * {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1; }

  .projets,
  ul.liste-realisations.projets {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5em;
    padding-left: 0;
    padding-right: 0; }

  ul.liste-realisations.projets {
    margin-bottom: 4em; }

  #art .projets li {
    width: 100%; }

  .infos .intro {
    position: relative;
    width: auto;
    min-width: none;
    max-width: none;
    margin: 0 -5.6%;
    background: no-repeat center;
    background-size: cover;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

  .cols {
    margin-top: 1em;
    -webkit-column-count: 1;
            column-count: 1; }

  .infos [role=main] > section.small {
    max-width: 100%;
    margin: auto; }

  .blogue article {
    position: relative;
    padding: 0;
    max-width: 40em;
    margin: 0;
    font-size: 1.15em;
    max-height: 60em;
    overflow: hidden;
    margin-bottom: 4em;
    -webkit-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out; }
    .blogue article h1 {
      margin-bottom: 0; }

  .blogue .filter {
    margin-left: 0;
    margin-right: 0; }

  .blogue article .metaInfo {
    position: static;
    top: 100%;
    right: 100%;
    margin: 0;
    width: 100%;
    padding: 20px 0;
    padding-top: 0;
    text-align: center;
    color: inherit; }
    .blogue article .metaInfo a {
      display: inline-block; }

  .blogue article img {
    max-width: 100%;
    width: 100%; }

  .thanks ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2em; }

  .infos [role=main] > section.thanks li {
    max-width: 50%;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 1.5em; }
    .infos [role=main] > section.thanks li a {
      display: block; }

  .infos [role=main] > section.thanks li strong {
    position: static; }

  #pages-menu li ul {
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    transition: none;
    width: auto;
    -webkit-transform: none;
            transform: none; }

  #pages-menu li ul li {
    padding: 0px 10px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 0; }

  #pages-menu .with-children:after {
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    border-width: 2px 0; }

  #ajax-view-container {
    padding: 4em 20px; }

  .next#ajax-next-project,
  .next,
  .prev#ajax-prev-project,
  .prev {
    opacity: 0.5;
    display: none; }

  #ajax-view-close.retour,
  .retour {
    display: block;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
    left: unset;
    opacity: 1; }

  body.single .retour {
    top: 23px;
    right: unset;
    left: 20px; }

  body.single > header,
  body.single [role=main] {
    padding-left: 0px;
    padding-right: 0px; }

  .projet picture + picture,
  article picture + picture {
    margin-top: 20px; }

  body.single {
    min-height: 100%;
    padding: 10em 5% 0;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    overflow-x: hidden; }

  .accueil > header {
    height: calc(100dvh - 5.5em);
    overflow: hidden; } }

/*# sourceMappingURL=styles.css.map */