@import "_vendor/reboot";
/*!
 * www.KNACSS.com v7.0.4 (april, 4 2018) @author: Alsacreations, Raphael Goetter
 * Licence WTFPL http://www.wtfpl.net/
 */
/* ----------------------------- */
/* ==Base (basic styles)         */
/* ----------------------------- */
/* switching to border-box model for all elements */
html {
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
  /* avoid min-width: auto on flex and grid children */
  min-width: 0;
  min-height: 0;
}
html {
  /* set base font-size to equiv "10px", which is adapted to rem unit */
  font-size: 62.5%;
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  font-size: calc(1em * 0.625);
}
body {
  margin: 0;
  font-size: 1.4rem;
  background-color: #fff;
  color: #212529;
  font-family: "Heebo", "Helvetica Neue", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 0 !important;
  padding-top: 4rem !important;
}
@media (min-width: 576px) {
  body {
    font-size: 1.6rem;
  }
}
/* Links */
a {
  color: #333;
  text-decoration: underline;
}
a:focus, a:hover, a:active {
  color: #0d0d0d;
  text-decoration: underline;
}
/* Headings */
h1, .h1-like {
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
  font-weight: 400;
}
@media (min-width: 576px) {
  h1, .h1-like {
    font-size: 1.6rem;
  }
}
h2, .h2-like {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.3;
}
@media (min-width: 576px) {
  h2, .h2-like {
    font-size: 4.8rem;
  }
}
h3, .h3-like {
  font-size: 2rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  h3, .h3-like {
    font-size: 2.4rem;
  }
}
h4, .h4-like {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  h4, .h4-like {
    font-size: 2rem;
  }
}
h5, .h5-like {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  h5, .h5-like {
    font-size: 1.8rem;
  }
}
h6, .h6-like {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  h6, .h6-like {
    font-size: 1.6rem;
  }
}
/* Vertical rythm */
h2, h3, h4, h5, h6, dd {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p, address, ol, ul, dl, blockquote, pre {
  margin-top: 0;
  margin-bottom: 1rem;
}
/* Avoid margins on nested elements */
li p, li .p-like, li ul, li ol, ol ol, ul ul {
  margin-top: 0;
  margin-bottom: 0;
}
/* Max values */
img, table, td, blockquote, code, pre, textarea, input, video, svg {
  max-width: 100%;
}
img {
  height: auto;
}
/* Styling elements */
ul, ol {
  padding-left: 2em;
}
img {
  vertical-align: middle;
}
em, .italic, address, cite, i, var {
  font-style: italic;
}
code, kbd, mark {
  border-radius: 2px;
}
kbd {
  padding: 0 2px;
  border: 1px solid #999;
}
pre {
  tab-size: 2;
}
code {
  padding: 2px 4px;
  background: rgba(0, 0, 0, 0.04);
  color: #b11;
}
pre code {
  padding: 0;
  background: none;
  color: inherit;
  border-radius: 0;
}
mark {
  padding: 2px 4px;
}
sup, sub {
  vertical-align: 0;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
blockquote {
  position: relative;
  padding-left: 3em;
  min-height: 2em;
}
blockquote::before {
  content: "\201C";
  position: absolute;
  left: 0;
  top: 0;
  font-family: georgia, serif;
  font-size: 5em;
  height: 0.4em;
  line-height: 0.9;
  color: #e7e9ed;
}
blockquote > footer {
  margin-top: 0.75em;
  font-size: 0.9em;
  color: rgba(0, 0, 0, .7);
}
blockquote > footer::before {
  content: "\2014 \0020";
}
q {
  font-style: normal;
}
q, .q {
  quotes: "“" "”" "‘" "’";
}
q:lang(fr), .q:lang(fr) {
  quotes: "«\00a0" "\00a0»" "“" "”";
}
hr {
  display: block;
  clear: both;
  height: 1px;
  margin: 1em 0 2em;
  padding: 0;
  border: 0;
  color: #ccc;
  background-color: #ccc;
}
blockquote, figure {
  margin-left: 0;
  margin-right: 0;
}
code, pre, samp, kbd {
  white-space: pre-wrap;
  font-family: consolas, courier, monospace;
  line-height: normal;
}
/* ----------------------------- */
/* ==Print (quick print reset)   */
/* ----------------------------- */
@media print {
  /* no orphans, no widows */
  /* no breaks inside these elements */
  /* page break before main headers
   h1,
   .h1-like {
   page-break-before: always;
   }
   */
  /* no breaks after these elements */
  /* displaying URLs
   a[href]::after {
   content: " (" attr(href) ")";
   }
   */
  * {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    width: auto;
    margin: auto;
    font-family: serif;
    font-size: 12pt;
  }
  p, .p-like, h1, .h1-like, h2, .h2-like, h3, .h3-like, h4, .h4-like, h5, .h5-like, h6, .h6-like, blockquote, label, ul, ol {
    color: #000;
    margin: auto;
  }
  .print {
    display: block;
  }
  .no-print {
    display: none;
  }
  p, .p-like, blockquote {
    orphans: 3;
    widows: 3;
  }
  blockquote, ul, ol {
    page-break-inside: avoid;
  }
  h1, .h1-like, h2, .h2-like, h3, .h3-like, caption {
    page-break-after: avoid;
  }
  a {
    color: #000;
  }
  a[href^="javascript:"]::after, a[href^="#"]::after {
    content: "";
  }
}
/* ----------------------------- */
/* ==Global Micro Layout         */
/* ----------------------------- */
/* module, gains superpower "BFC" Block Formating Context */
.mod, .bfc {
  overflow: hidden;
}
/* blocks that needs to be placed under floats */
.clear {
  clear: both;
}
/* blocks that must contain floats */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
  border-collapse: collapse;
}
/* simple blocks alignment */
.left {
  margin-right: auto;
}
.right {
  margin-left: auto;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
/* text and contents alignment */
.txtleft {
  text-align: left;
}
.txtright {
  text-align: right;
}
.txtcenter {
  text-align: center;
}
/* floating elements */
.fl {
  float: left;
}
img.fl {
  margin-right: 1rem;
}
.fr {
  float: right;
}
img.fr {
  margin-left: 1rem;
}
img.fl, img.fr {
  margin-bottom: 0.5rem;
}
/* inline-block */
.inbl {
  display: inline-block;
  vertical-align: top;
}
/* flexbox layout
 http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
 */
.flex-container, .flex-container--row, .flex-row, .flex-container--column, .flex-column, .flex-container--row-reverse, .flex-row-reverse, .flex-container--column-reverse, .flex-column-reverse, .d-flex {
  display: flex;
  flex-wrap: wrap;
}
.flex-container--row, .flex-row {
  flex-direction: row;
}
.flex-container--column, .flex-column {
  flex-direction: column;
}
.flex-container--row-reverse, .flex-row-reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.flex-container--column-reverse, .flex-column-reverse {
  flex-direction: column-reverse;
  justify-content: flex-end;
}
.flex-item-fluid, .item-fluid {
  flex: 1 1 0%;
}
.flex-item-first, .item-first {
  order: -1;
}
.flex-item-medium, .item-medium {
  order: 0;
}
.flex-item-last, .item-last {
  order: 1;
}
.flex-item-center, .item-center, .mr-auto {
  margin: auto;
}
/* ---------------------------------- */
/* ==Helpers                          */
/* ---------------------------------- */
/* Typo Helpers  */
/* ------------- */
.u-bold {
  font-weight: 700;
}
.u-italic {
  font-style: italic;
}
.u-normal {
  font-weight: normal;
  font-style: normal;
}
.u-uppercase {
  text-transform: uppercase;
}
.u-lowercase {
  text-transform: lowercase;
}
.u-smaller {
  font-size: 0.6em;
}
.u-small {
  font-size: 0.8em;
}
.u-big {
  font-size: 1.2em;
}
.u-bigger {
  font-size: 1.5em;
}
.u-biggest {
  font-size: 2em;
}
.u-txt-wrap {
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
.u-txt-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* State Helpers */
/* ------------- */
/* invisible for all */
.is-hidden, .js-hidden, [hidden] {
  display: none;
}
/* hidden but not for an assistive technology like a screen reader, Yahoo! method */
.visually-hidden {
  position: absolute !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}
.is-disabled, .js-disabled, [disabled], .is-disabled ~ label, [disabled] ~ label {
  opacity: 0.5;
  cursor: not-allowed !important;
  filter: grayscale(1);
}
ul.is-unstyled, ul.unstyled {
  list-style: none;
  padding-left: 0;
}
.color--inverse {
  color: #fff;
}
/* Width Helpers */
/* ------------- */
/* blocks widths (percentage and pixels) */
.w100 {
  width: 100%;
}
.w95 {
  width: 95%;
}
.w90 {
  width: 90%;
}
.w85 {
  width: 85%;
}
.w80 {
  width: 80%;
}
.w75 {
  width: 75%;
}
.w70 {
  width: 70%;
}
.w65 {
  width: 65%;
}
.w60 {
  width: 60%;
}
.w55 {
  width: 55%;
}
.w50 {
  width: 50%;
}
.w45 {
  width: 45%;
}
.w40 {
  width: 40%;
}
.w35 {
  width: 35%;
}
.w30 {
  width: 30%;
}
.w25 {
  width: 25%;
}
.w20 {
  width: 20%;
}
.w15 {
  width: 15%;
}
.w10 {
  width: 10%;
}
.w5 {
  width: 5%;
}
.w66 {
  width: calc(100% / 3 * 2);
}
.w33 {
  width: calc(100% / 3);
}
.wauto {
  width: auto;
}
.w960p {
  width: 960px;
}
.mw960p {
  max-width: 960px;
}
.w1140p {
  width: 1140px;
}
.mw1140p {
  max-width: 1140px;
}
.w1000p {
  width: 1000px;
}
.w950p {
  width: 950px;
}
.w900p {
  width: 900px;
}
.w850p {
  width: 850px;
}
.w800p {
  width: 800px;
}
.w750p {
  width: 750px;
}
.w700p {
  width: 700px;
}
.w650p {
  width: 650px;
}
.w600p {
  width: 600px;
}
.w550p {
  width: 550px;
}
.w500p {
  width: 500px;
}
.w450p {
  width: 450px;
}
.w400p {
  width: 400px;
}
.w350p {
  width: 350px;
}
.w300p {
  width: 300px;
}
.w250p {
  width: 250px;
}
.w200p {
  width: 200px;
}
.w150p {
  width: 150px;
}
.w100p {
  width: 100px;
}
.w50p {
  width: 50px;
}
/* Spacing Helpers */
/* --------------- */
.man, .ma0 {
  margin: 0;
}
.pan, .pa0 {
  padding: 0;
}
.mas {
  margin: 1rem;
}
.mam {
  margin: 2rem;
}
.mal {
  margin: 4rem;
}
.pas {
  padding: 1rem;
}
.pam {
  padding: 2rem;
}
.pal {
  padding: 4rem;
}
.mtn, .mt0 {
  margin-top: 0;
}
.mts {
  margin-top: 1rem;
}
.mtm {
  margin-top: 2rem;
}
.mtl {
  margin-top: 4rem;
}
.mrn, .mr0 {
  margin-right: 0;
}
.mrs {
  margin-right: 1rem;
}
.mrm {
  margin-right: 2rem;
}
.mrl {
  margin-right: 4rem;
}
.mbn, .mb0 {
  margin-bottom: 0;
}
.mbs {
  margin-bottom: 1rem;
}
.mbm {
  margin-bottom: 2rem;
}
.mbl {
  margin-bottom: 4rem;
}
.mln, .ml0 {
  margin-left: 0;
}
.mls {
  margin-left: 1rem;
}
.mlm {
  margin-left: 2rem;
}
.mll {
  margin-left: 4rem;
}
.mauto {
  margin: auto;
}
.mtauto {
  margin-top: auto;
}
.mrauto {
  margin-right: auto;
}
.mbauto {
  margin-bottom: auto;
}
.mlauto {
  margin-left: auto;
}
.ptn, .pt0 {
  padding-top: 0;
}
.pts {
  padding-top: 1rem;
}
.ptm {
  padding-top: 2rem;
}
.ptl {
  padding-top: 4rem;
}
.prn, .pr0 {
  padding-right: 0;
}
.prs {
  padding-right: 1rem;
}
.prm {
  padding-right: 2rem;
}
.prl {
  padding-right: 4rem;
}
.pbn, .pb0 {
  padding-bottom: 0;
}
.pbs {
  padding-bottom: 1rem;
}
.pbm {
  padding-bottom: 2rem;
}
.pbl {
  padding-bottom: 4rem;
}
.pln, .pl0 {
  padding-left: 0;
}
.pls {
  padding-left: 1rem;
}
.plm {
  padding-left: 2rem;
}
.pll {
  padding-left: 4rem;
}
#page {
  position: relative;
  padding: 0 80px;
}
.main-navigation ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.main-navigation li.current-menu-item a, .single-post .main-navigation li.menu-projects a, .category .main-navigation li.menu-projects a {
  color: #000;
}
.main-navigation li.current-menu-item a:hover:before, .single-post .main-navigation li.menu-projects a:hover:before, .category .main-navigation li.menu-projects a:hover:before {
  background: #000;
}
.main-navigation a {
  text-transform: uppercase;
  color: #acb3c2;
  font-size: 1.6rem;
  margin-left: 2rem;
  text-decoration: none;
  letter-spacing: 0.1rem;
  outline: none;
  padding: 0.5em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.main-navigation a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #acb3c2;
  height: 3px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.main-navigation a:hover:before {
  right: 0;
}
.topnav a {
  float: left;
  display: block;
}
.topnav .icon {
  display: none;
}
.topnav .menu-menu-container {
  display: none;
}
.site-title {
  position: relative;
}
.site-title a {
  width: 110px;
  height: 140px;
  display: block;
  background: #fff url("/wp-content/uploads/2018/06/logo-pixmen.svg") 50% no-repeat;
  background-size: contain;
  opacity: 0.8;
  position: relative;
  z-index: 3;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLogo;
  animation-name: fadeOutLogo;
}
.site-title a:hover {
  -webkit-animation-name: fadeInLogo;
  animation-name: fadeInLogo;
}
@-webkit-keyframes fadeOutLogo {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.8;
  }
}
@keyframes fadeOutLogo {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.8;
  }
}
@-webkit-keyframes fadeInLogo {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInLogo {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.home .entry-content, .category .entry-content {
  display: none;
}
.page-title {
  max-width: 60%;
}
.edit-link {
  display: none;
}
h1, .main-navigation a, .scroll p span, .page-title span, .contact-wrapper p, .post-txt span a, .post-txt h2 a, h2 em, .excerpt, .top-page a, .article-intro em, #about p, p.intro strong {
  color: #81909a;
  font-style: normal;
}
.contact-wrapper p {
  font-weight: 300;
}
h1 {
  margin-top: 3rem;
}
.social-navigation {
  margin-top: 8rem;
}
h2 {
  margin-bottom: 8rem;
}
.scroll {
  margin-bottom: 3rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  font-size: 1.4rem;
  align-items: center;
}
.scroll p {
  margin-bottom: 0;
  color: #000 !important;
}
.scroll br {
  display: none;
}
.scroll .bottom-icon {
  position: relative;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.scroll .bottom-icon .icon {
  display: block;
  position: absolute;
  top: 6px;
  left: 11px;
  width: 10px;
  transform: translateZ(0);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.scroll .bottom-icon .icon.hover {
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transform: translate3d(0, -80%, 0);
  opacity: 0;
}
.scroll .bottom-icon .bottom-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #e7edf1;
}
.scroll:hover {
  text-decoration: none;
}
.scroll:hover .icon {
  opacity: 0;
  transform: translate3d(0, 80%, 0);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.scroll:hover .icon.hover {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  opacity: 1;
  transform: translateZ(0);
}
.social-navigation {
  position: absolute;
  right: 0;
  top: 0;
  height: 437px;
  width: 100px;
}
.social-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-navigation li {
  margin-bottom: 1rem;
}
.social-navigation svg {
  width: 25px;
  height: 25px;
  fill: #b4c5d0;
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.social-navigation svg:hover {
  fill: #1e2022;
}
.social-navigation span {
  position: absolute !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}
.contact-wrapper {
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: 32px;
  top: 350px;
  z-index: 2;
}
.contact-wrapper p {
  transform: rotate(90deg) translate3d(-61px, -9px, 0);
  transform-origin: 50% 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.contact-wrapper .line {
  display: block;
  width: 1px;
  height: 49px;
  background-color: #d9e2e9;
  position: relative;
  top: -20px;
}
.contact-wrapper .bottom-iconBtn {
  background-color: #212529;
  border-radius: 100%;
  border: 0;
  width: 63px;
  height: 63px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .43);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  outline: none;
}
.contact-wrapper .bottom-iconBtn .bottom-iconBtn svg {
  fill: #fff;
}
.contact-wrapper .bottom-iconBtn:hover {
  background-color: #454d5d;
  cursor: pointer;
}
.contact-wrapper .bottom-iconBtn .hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.contact-wrapper .bottom-iconBtn .hvr-wobble-vertical:hover {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.contact-wrapper .bottom-iconBtn .hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.contact-wrapper .bottom-iconBtn .hvr-wobble-vertical:hover {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
article.type-post {
  margin-bottom: 4%;
}
article.type-post .post-thumbnail {
  width: 60%;
  overflow: hidden;
  line-height: 0;
  position: relative;
  z-index: 1;
  max-height: 550px;
}
article.type-post .post-txt {
  padding-left: 5%;
  padding-bottom: 3%;
}
article.type-post .post-txt a {
  text-decoration: none;
}
article.type-post .post-txt h3 {
  line-height: 1.3;
}
article.type-post .post-txt span {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 1.3rem;
}
article.type-post .post-txt h3, article.type-post .post-txt span, article.type-post .post-txt .excerpt {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
article.type-post .post-txt h3 a {
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
article.type-post .post-txt p {
  margin-bottom: 0.5rem;
}
.home article.type-post .post-txt span {
  display: block;
}
article.type-post img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.2s ease-in-out;
}
article.type-post:hover h3, article.type-post:hover span, article.type-post:hover .excerpt {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
article.type-post:hover h3 a {
  color: #000;
}
article.type-post:hover .excerpt {
  opacity: 1;
  transition: all 0.3s;
}
article.type-post:hover img {
  transform: scale(1.1);
}
article.type-post .excerpt {
  font-size: 1.3rem;
  opacity: 0;
  margin-top: 1.5rem;
}
article.type-post:last-child {
  border-bottom: none;
}
.arrow-next {
  font-size: 1.6rem;
  margin-top: 1.5rem;
}
.arrow-next svg {
  transform: rotate(-90deg) translateX(1px);
  margin-left: 0.5rem;
}
.home .arrow-next, .category .arrow-next {
  font-size: 1.3rem;
}
.post-template-default .post-txt {
  width: 100%;
}
.site-footer {
  border-top: 1px #dee2e6 solid;
}
.site-footer .footer-wrapper {
  height: 100px;
  align-items: center;
}
.top-page .footer-icon-wrapper {
  display: block;
  width: 30px;
  height: 10px;
}
.top-page a {
  text-decoration: none;
}
.top-page p {
  margin-bottom: 0;
}
.top-page svg {
  margin-right: 20px;
}
.top-page .icon {
  display: block;
  position: absolute;
  transform: translateZ(0);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.top-page .icon.hover {
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transform: translate3d(0, 80%, 0);
  opacity: 0;
}
.top-page:hover .icon {
  opacity: 0;
  transform: translate3d(0, -80%, 0);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.top-page:hover .icon.icon.hover {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  opacity: 1;
  transform: translateZ(0);
}
.twitter-button {
  -ms-flex-align: center;
  align-items: center;
  height: 35px;
  line-height: 24px;
  padding: 0 10px;
  margin-left: 10px;
  background-color: #1b95e0;
  border-radius: 4px;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0;
  float: right;
  color: #fff;
  text-decoration: none;
}
.twitter-button .icon {
  height: 16px;
  line-height: 16px;
  margin-right: 5px;
}
.twitter-button .icon svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  margin-right: 0;
  transform: rotate(-90deg);
}
.twitter-button:hover {
  color: #fff;
  text-decoration: none;
}
.widget-area {
  padding: 12vw 0;
  justify-content: space-between;
}
.widget-area .widget {
  flex: 0 0 auto;
  width: calc(100% / 2 - 0.01px);
}
.widget-area .widget:first-child {
  padding-right: 4rem;
}
.widget-area .widget:last-child {
  padding-left: 4rem;
}
article.type-post .post-txt p.article-intro {
  font-size: 2rem;
  line-height: 1.7;
  max-width: 60%;
  min-height: 25rem;
  margin-bottom: 4rem;
}
@media (min-width: 576px) {
  article.type-post .post-txt p.article-intro {
    font-size: 2.4rem;
  }
}
article.type-post .post-txt p.article-intro a {
  text-decoration: underline;
}
article.type-post .post-txt p.article-intro em a {
  color: #81909a;
}
#post-366 p.baseline {
  text-align: center;
}
.single-post article .excerpt {
  display: none !important;
}
.single-post h2 {
  margin-bottom: 4rem;
  display: inline-block;
}
.single-post article:hover span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.single-post article:hover img {
  transform: scale(1);
}
.single-post article.type-post .post-txt {
  padding: 0;
}
.single-post .entry-header, .single-post span {
  display: inline-block;
  margin-right: 1rem;
}
.single-post article p.baseline {
  margin-top: 8rem;
  margin-bottom: 4rem;
  font-size: 1.8rem;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .single-post article p.baseline {
    font-size: 2rem;
  }
}
.post-navigation h2, .post-navigation .screen-reader-text {
  display: none;
}
.post-navigation {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}
.nav-links .nav-title-icon-wrapper {
  margin-right: 2rem;
  margin-left: 2rem;
  line-height: 0;
}
.nav-links a {
  text-decoration: none;
  color: #454d5d;
}
.nav-links svg {
  width: 50px;
  height: 50px;
  fill: #454d5d;
}
.nav-links .nav-next .nav-title {
  float: right;
}
.nav-links .nav-next .nav-title {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.nav-links .nav-next .nav-title:hover, .nav-links .nav-next .nav-title:focus {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.nav-links .nav-previous .nav-title {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.nav-links .nav-previous .nav-title:hover, .nav-links .nav-previous .nav-title:focus {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
.nav-links > div .nav-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 3rem;
}
.nav-links:hover svg {
  fill: #000;
}
.nav-links:hover a {
  color: #000;
}
.case-external-link .case-icon-wrapper {
  display: inline-block;
  width: 10px;
  height: 16px;
  margin-left: 3px;
}
.case-external-link .icon {
  display: block;
  position: absolute;
  transform: translateZ(0);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.case-external-link:hover .icon {
  opacity: 0;
  transform: translate3d(80%, 0, 0);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.case-external-link svg {
  transform: rotate(-90deg);
  position: relative;
  top: -1px;
}
.case-external-link .icon.hover {
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transform: translate3d(-80%, 0, 0);
  opacity: 0;
}
.case-external-link:hover .icon.icon.hover {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  opacity: 1;
  transform: translateZ(0);
}
.separator {
  border-bottom: 1px #e7e9ed solid;
  margin-bottom: 6rem;
  padding-bottom: 6rem;
}
#about .about-intro {
  position: relative;
  margin-bottom: 12rem;
  overflow: hidden;
}
#about .about-intro .title_about {
  z-index: 2;
  position: relative;
}
#about .about-intro img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 45%;
  z-index: 1;
  margin: 0;
  float: none;
  max-height: 300px;
  width: auto;
}
#about h3 {
  font-size: 3rem;
  line-height: 2.2rem;
}
#about .about-flex-container {
  flex: 1;
  padding-left: 10%;
}
#about .about-flex-container p {
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 300;
  padding-left: 1rem;
}
#about .about-flex-container-intro {
  flex: 1;
}
#about .about-flex-container-intro em {
  color: #000;
  font-style: normal;
}
#about .about-flex-container-intro p:first-child {
  font-size: 2.4rem;
  padding-right: 5%;
  line-height: 1.7;
}
#about .about-flex-container-intro P:last-child {
  font-size: 1.6rem;
  line-height: 1.5;
}
#about .linkin-link {
  margin-top: 12rem;
  margin-bottom: 12rem;
  text-align: center;
  font-size: 2rem;
}
.bloc-ref {
  margin-top: 4rem;
  margin-bottom: 8rem;
  border-bottom: 1px solid #e7e9ed;
  border-right: 1px solid #e7e9ed;
}
.bloc-ref p {
  width: 25%;
  border: 1px solid #e7e9ed;
  border-right: none;
  border-bottom: none;
  margin-bottom: 0;
  padding: 3rem;
  text-align: center;
}
.bloc-ref img {
  float: none;
  margin: 0;
  max-height: 80px;
  width: auto;
}
.contact-form p.intro {
  margin-bottom: 4rem;
  font-size: 2.5rem;
}
.contact-form > div {
  flex: 1;
  padding-right: 16rem;
}
.contact-form p.intro strong {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5;
  display: block;
}
.contact-form form {
  max-width: 550px;
}
.contact-form form span input, .contact-form form span textarea {
  background: #fff;
  width: 100%;
  line-height: 1em;
  border-radius: 3px;
  padding: 18px 15px;
  border: 1px solid #ced4da;
  font-size: 2rem;
  outline: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.contact-form form span input:active, .contact-form form span input:focus, .contact-form form span textarea:active, .contact-form form span textarea:focus {
  border-color: #000;
}
.contact-form form span input.wpcf7-not-valid, .contact-form form textarea input.wpcf7-not-valid, .contact-form form .wpcf7-validation-errors {
  border-color: #d9534f;
}
.contact-form form p {
  margin-top: 2rem;
}
.contact-form form input[type="submit"] {
  background-color: #dee2e6;
  color: #000;
  width: auto;
  cursor: pointer;
  margin-top: 2rem;
  border-radius: 4px;
  background-color: #dee2e6;
  padding: 1.5rem 3rem;
  font-size: 2rem;
  border: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.contact-form form input[type="submit"]:hover {
  background-color: #e7e9ed;
}
.contact-form label {
  width: 100%;
}
.error404 h2 {
  max-width: 100%;
  margin-bottom: 1em !important;
}
.error404 .page-content {
  margin-bottom: 10rem;
}
.error404 .contact-wrapper {
  display: none;
}
.single-post .baseline {
  font-weight: 300;
}
.single-post .baseline strong {
  font-weight: bold;
}
.video_outer_risk {
  background: url("/wp-content/uploads/2018/06/riflex-imac.png");
  width: 100%;
  padding-top: 85%;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 12rem;
}
.video_outer_risk video {
  width: 88.5%;
  position: absolute;
  top: -10.1%;
  left: 5.3%;
}
.video_outer_pixmen {
  background: url("/wp-content/uploads/2018/10/pixmen-video.jpg");
  width: 100%;
  padding-top: 60%;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 12rem;
}
.video_outer_pixmen video {
  width: 64%;
  position: absolute;
  top: -7.6%;
  left: 12%;
}
.grecaptcha-badge {
  display: none;
}
/* -------------------------- */
/* ==Responsive helpers       */
/* -------------------------- */
/* large screens 992px et plus */
/* ------------- */
@media (min-width: 992px) {
  /* layouts for large screens */
  /* widths for large screens */
  /* margins for large screens */
  .large-hidden {
    display: none !important;
  }
  .large-visible {
    display: block !important;
  }
  .large-no-float {
    float: none;
  }
  .large-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .large-w25 {
    width: 25% !important;
  }
  .large-w33 {
    width: 33.333333% !important;
  }
  .large-w50 {
    width: 50% !important;
  }
  .large-w66 {
    width: 66.666666% !important;
  }
  .large-w75 {
    width: 75% !important;
  }
  .large-w100, .large-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  .large-man, .large-ma0 {
    margin: 0 !important;
  }
}
/* large screens and below  : 991px et moins  */
/* ------------- */
@media (max-width: 991px) {
  .site-footer .flex-container, .site-footer .flex-container--row, .site-footer .flex-row, .site-footer .flex-container--column, .site-footer .flex-column, .site-footer .flex-container--row-reverse, .site-footer .flex-row-reverse, .site-footer .flex-container--column-reverse, .site-footer .flex-column-reverse {
    flex-direction: row;
  }
  .footer-wrapper {
    justify-content: space-between;
  }
  .nav-links > div .nav-title {
    font-size: 1.5rem;
  }
  .nav-links > div {
    flex-direction: column;
    position: relative;
  }
  .nav-links .nav-previous .nav-title {
    align-items: flex-start;
  }
  .nav-links .nav-next .nav-title {
    align-items: flex-end;
  }
  .nav-links .nav-title-icon-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
  .nav-links .nav-previous .nav-title:hover, .nav-links .nav-next .nav-title:hover {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .nav-links .nav-title {
    align-items: flex-end;
    position: relative;
    padding-top: 50px;
  }
  .nav-title-icon-wrapper {
    position: absolute;
    top: 0;
  }
  .nav-links .nav-next .nav-title-icon-wrapper {
    right: 0;
  }
  article .contact-form {
    flex-direction: column !important;
  }
  article .contact-form h2 {
    margin-bottom: 2rem;
  }
}
/* medium screens : Entre 768px et 991px */
/* -------------- */
@media (min-width: 768px) and (max-width: 991px) {
  /* layouts for medium screens */
  /* widths for medium screens */
  /* margins for medium screens */
  .medium-hidden {
    display: none !important;
  }
  .medium-visible {
    display: block !important;
  }
  .medium-no-float {
    float: none;
  }
  .medium-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .medium-w25 {
    width: 25% !important;
  }
  .medium-w33 {
    width: 33.333333% !important;
  }
  .medium-w50 {
    width: 50% !important;
  }
  .medium-w66 {
    width: 66.666666% !important;
  }
  .medium-w75 {
    width: 75% !important;
  }
  .medium-w100, .medium-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  .medium-man, .medium-ma0 {
    margin: 0 !important;
  }
  h2 {
    font-size: 3.4rem;
  }
  article.type-post h3 {
    font-size: 2.5rem;
    line-height: normal;
  }
  article.type-post .excerpt {
    font-size: 1.1rem;
    margin-top: 1rem;
  }
  #about .about-intro img {
    left: 35%;
    max-height: 500px;
  }
}
/* medium screens and below : 767px et moins */
/* -------------- */
@media (max-width: 767px) {
  /* Apparition menu responsive */
  #page {
    padding: 0 30px;
  }
  article.type-post .post-txt p.article-intro {
    max-width: 100%;
  }
  h1 {
    margin-top: 0.7rem;
  }
  article .flex-container, article .flex-container--row, article .flex-row, article .flex-container--column, article .flex-column, article .flex-container--row-reverse, article .flex-row-reverse, article .flex-container--column-reverse, article .flex-column-reverse {
    flex-direction: column;
  }
  article.type-post .post-thumbnail {
    width: 100%;
    max-height: 473px;
  }
  article.type-post .post-txt, .post-navigation {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1rem;
    margin-bottom: 2rem;
  }
  article.type-post:hover h3, article.type-post:hover span, article.type-post:hover .excerpt {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  article.type-post .excerpt {
    display: none !important;
  }
  article.type-post .post-txt h3 {
    font-size: 3rem;
  }
  .post-navigation {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .NavMobileActive .site-title a {
    z-index: 4;
    position: fixed;
    top: 20px;
  }
  .NavMobileActive .social-navigation {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    height: 50px;
    width: 100%;
    top: auto;
  }
  .NavMobileActive .contact-wrapper {
    display: flex;
    top: auto;
    bottom: 16px;
    right: 20px;
    position: fixed;
    align-items: center;
    z-index: 3;
  }
  .NavMobileActive .contact-wrapper p {
    transform: rotate(0deg) translate3d(0px, 0px, 0);
    transform-origin: 0;
  }
  .NavMobileActive .contact-wrapper .line {
    display: none;
  }
  .NavMobileActive .contact-wrapper .bottom-iconBtn {
    display: block;
    width: 40px;
    height: 40px;
  }
  .topnav li {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .topnav.responsive li {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  .page-id-118 .contact-wrapper {
    display: none;
  }
}
/* small screens : Entre 576px et 767px */
/* ------------- */
@media (min-width: 576px) and (max-width: 767px) {
  /* layouts for small screens */
  /* widths for small screens */
  /* margins for small screens */
  .small-hidden {
    display: none !important;
  }
  .small-visible {
    display: block !important;
  }
  .small-no-float {
    float: none;
  }
  .small-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .small-w25 {
    width: 25% !important;
  }
  .small-w33 {
    width: 33.333333% !important;
  }
  .small-w50 {
    width: 50% !important;
  }
  .small-w66 {
    width: 66.666666% !important;
  }
  .small-w75 {
    width: 75% !important;
  }
  .small-w100, .small-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  .small-man, .small-ma0 {
    margin: 0 !important;
  }
  .small-pan, .small-pa0 {
    padding: 0 !important;
  }
  h2 {
    font-size: 3rem;
  }
}
/* small screens and below : Moins de 768px */
/* -------------- */
@media (max-width: 767px) {
  body {
    padding-top: 2rem !important;
  }
  .scroll.flex-container, .flex-container--row.scroll, .flex-row.scroll, .flex-container--column.scroll, .flex-column.scroll, .flex-container--row-reverse.scroll, .flex-row-reverse.scroll, .flex-container--column-reverse.scroll, .flex-column-reverse.scroll {
    flex-direction: row;
  }
  aside#secondary {
    padding: 5vw 0;
  }
  aside#secondary section {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #site-navigation {
    display: none;
  }
  header.flex-container, header.flex-container--row, header.flex-row, header.flex-container--column, header.flex-column, header.flex-container--row-reverse, header.flex-row-reverse, header.flex-container--column-reverse, header.flex-column-reverse {
    flex-direction: row;
  }
  h2 {
    font-size: 2.4rem;
  }
  .topnav {
    flex: 0 0 auto;
    width: calc(100% / 3 * 2 - 0.01px);
  }
  .topnav ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }
  .topnav ul a {
    font-size: 4rem;
    line-height: 2;
    text-decoration: none;
    color: #81909a;
  }
  .topnav a.icon {
    float: right;
    display: block;
    text-decoration: none;
  }
  .topnav.responsive {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: #fff;
    padding: 0 30px;
    z-index: 3;
  }
  .topnav.responsive a.icon {
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 4;
    text-decoration: none;
  }
  .topnav.responsive .menu-menu-container {
    display: flex;
    ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    position: relative;
    z-index: 3;
  }
  .custom-header {
    flex: 0 0 auto;
    width: calc(100% / 3 - 0.01px);
  }
  .topnav .icon {
    display: block;
    height: 50px;
    width: 50px;
    color: #b5c5d0;
    line-height: 50px;
    cursor: pointer;
    position: relative;
    font-size: 10px;
    padding-top: 15px;
    text-align: center;
    padding-left: 0;
  }
  .topnav .icon span {
    position: absolute;
    height: 2px;
    width: 30px;
    top: 40%;
    left: 40%;
    -webkit-transition: background-color 0.3s 0.3s;
    -moz-transition: background-color 0.3s 0.3s;
    transition: background-color 0.3s 0.3s;
    background-color: #b5c5d0;
    margin: -1px 0 0 -10px;
  }
  .topnav .icon span::before, .topnav .icon span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #b5c5d0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    -moz-transition: -moz-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    left: 0;
  }
  .topnav .icon span::before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  .topnav .icon span::after {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  .topnav.responsive .icon span {
    background-color: rgba(255, 255, 255, 0);
  }
  .topnav.responsive .icon span::before {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
  .topnav.responsive .icon span::after {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  #top-menu {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
  }
  .topnav.responsive #top-menu {
    opacity: 1;
  }
  #top-menu-responsive li.current-menu-item a, .single-post #top-menu-responsive li.menu-projects a, .category #top-menu-responsive li.menu-projects a {
    color: #000;
  }
  .menu-social-container .social-links-menu {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: flex-end;
    padding-left: 20px;
    padding-bottom: 60px;
  }
  .menu-social-container .social-links-menu li {
    margin-right: 1rem;
  }
  .social-navigation, .contact-wrapper {
    display: none;
  }
  .page-title {
    margin-bottom: 6rem;
  }
  .page-title {
    max-width: 100%;
  }
  .site-title a {
    width: 65px;
    height: 65px;
  }
  #about .about-intro img {
    display: none;
  }
  .about-flex-container *, #about .about-flex-container-intro * {
    padding: 0;
    width: 100% !important;
    line-height: 1.5 !important;
  }
  #about .about-flex-container {
    padding-left: 0;
  }
  #about .about-flex-container p {
    padding-left: 0;
  }
  .separator {
    border-bottom: none;
    padding-bottom: 0;
  }
  p.separator {
    margin-bottom: 1rem;
  }
  #about h3 {
    margin-bottom: 4rem;
  }
  #about h4 {
    margin-bottom: 1rem;
  }
  #about .about-intro {
    margin-bottom: 1rem;
  }
  .bloc-ref {
    flex-direction: row !important;
  }
  .bloc-ref p {
    width: 50%;
  }
  .linkin-link {
    margin-top: 4rem;
    margin-bottom: 4rem;
    text-align: center;
    font-size: 2rem;
  }
  .contact-form h2 {
    margin-bottom: 2rem;
  }
  .contact-form p.intro strong {
    display: inline-block;
  }
  .contact-form p.intro strong br {
    display: none;
  }
  .contact-form > div {
    padding-right: 0;
  }
}
/* tiny screens : Moins de 480px*/
/* ------------ */
@media (max-width: 575px) {
  /* quick small resolution reset */
  /* layouts for tiny screens */
  /* widths for tiny screens */
  /* margins for tiny screens */
  .mod, .col, fieldset {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  .flex-container, .flex-container--row, .flex-row, .flex-container--column, .flex-column, .flex-container--row-reverse, .flex-row-reverse, .flex-container--column-reverse, .flex-column-reverse {
    flex-direction: column;
  }
  .tiny-hidden {
    display: none !important;
  }
  .tiny-visible {
    display: block !important;
  }
  .tiny-no-float {
    float: none;
  }
  .tiny-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .tiny-w25 {
    width: 25% !important;
  }
  .tiny-w33 {
    width: 33.333333% !important;
  }
  .tiny-w50 {
    width: 50% !important;
  }
  .tiny-w66 {
    width: 66.666666% !important;
  }
  .tiny-w75 {
    width: 75% !important;
  }
  .tiny-w100, .tiny-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  .tiny-man, .tiny-ma0 {
    margin: 0 !important;
  }
  .tiny-pan, .tiny-pa0 {
    padding: 0 !important;
  }
  .scroll {
    font-size: 1.2rem;
  }
  .contact-form input[type="submit"] {
    width: 100% !important;
  }
}
/* ----------------------------- */
/* ==WordPress reset             */
/* ----------------------------- */
/*
 Author: Geoffrey Crofte, Alsacréations
 Contributors: Automattic, Geoffrey Crofte
 Description: Reset styles for WordPress usage of KNACSS
 */
.comment-navigation, .paging-navigation, .post-navigation {
  overflow: hidden;
  margin: 0 0 1.5em;
}
.comment-navigation .nav-previous, .paging-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .paging-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  width: 50%;
  text-align: right;
}
.alignnone {
  margin: 0.25em 1.5em 1.5em 0;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 1.5em auto;
}
.alignleft {
  float: left;
  margin: 0 1.5em 0.25em 0;
}
.alignright {
  float: right;
  margin: 0 0 0.25em 1.5em;
}
.entry-content, .comment-content {
  clear: both;
}
.entry-content::after, .comment-content::after, .entry-content::before, .comment-content::before {
  content: "";
  display: table;
}
.widget select {
  max-width: 100%;
}
/* === 5.1 Posts - post_class === */
/* === 5.2 Pages - body_class === */
/* === 5.3 Posts and Pages - Contents === */
.hentry {
  margin: 0 0 1.5em;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
img.wp-smiley {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  border: none;
}
.wp-caption {
  max-width: 100%;
  margin-bottom: 1.5em;
}
.wp-caption img {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  margin: 1em 0;
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: top;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/* ---------------------------------- */
/* ==Grillade v6                      */
/* ---------------------------------- */
/* IMPORTANT : this is the KNACSS v6 old Grid System based on Flexbox */
/* You only need it for projects on older browsers (IE11-) */
@media (min-width: 576px) {
  [class*=" grid-"], [class^="grid-"] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  [class*=" grid-"] > *, [class^="grid-"] > * {
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
  }
}
@media (min-width: 576px) {
  .grid, .grid--reverse {
    display: flex;
  }
  .grid > *, .grid--reverse > * {
    flex: 1 1 0%;
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
  }
  .grid.has-gutter > * + *, .grid--reverse.has-gutter > * + * {
    margin-left: calc(1rem - 0.01px);
  }
  .grid.has-gutter-l > * + *, .grid--reverse.has-gutter-l > * + * {
    margin-left: calc(2rem - 0.01px);
  }
  .grid.has-gutter-xl > * + *, .grid--reverse.has-gutter-xl > * + * {
    margin-left: calc(4rem - 0.01px);
  }
}
@media (min-width: 576px) {
  [class*="grid-2"] > * {
    width: calc(100% / 2 - 0.01px);
  }
  [class*="grid-2"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*="grid-2"].has-gutter > * {
    width: calc(100% / 2 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*="grid-2"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-2"].has-gutter-l > * {
    width: calc(100% / 2 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*="grid-2"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*="grid-2"].has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*="grid-3"] > * {
    width: calc(100% / 3 - 0.01px);
  }
  [class*="grid-3"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*="grid-3"].has-gutter > * {
    width: calc(100% / 3 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*="grid-3"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-3"].has-gutter-l > * {
    width: calc(100% / 3 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*="grid-3"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*="grid-3"].has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*="grid-4"] > * {
    width: calc(100% / 4 - 0.01px);
  }
  [class*="grid-4"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*="grid-4"].has-gutter > * {
    width: calc(100% / 4 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*="grid-4"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-4"].has-gutter-l > * {
    width: calc(100% / 4 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*="grid-4"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*="grid-4"].has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*="grid-5"] > * {
    width: calc(100% / 5 - 0.01px);
  }
  [class*="grid-5"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*="grid-5"].has-gutter > * {
    width: calc(100% / 5 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*="grid-5"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-5"].has-gutter-l > * {
    width: calc(100% / 5 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*="grid-5"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*="grid-5"].has-gutter-xl > * {
    width: calc(100% / 5 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*="grid-6"] > * {
    width: calc(100% / 6 - 0.01px);
  }
  [class*="grid-6"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*="grid-6"].has-gutter > * {
    width: calc(100% / 6 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*="grid-6"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-6"].has-gutter-l > * {
    width: calc(100% / 6 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*="grid-6"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*="grid-6"].has-gutter-xl > * {
    width: calc(100% / 6 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*="grid-7"] > * {
    width: calc(100% / 7 - 0.01px);
  }
  [class*="grid-7"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*="grid-7"].has-gutter > * {
    width: calc(100% / 7 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*="grid-7"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-7"].has-gutter-l > * {
    width: calc(100% / 7 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*="grid-7"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*="grid-7"].has-gutter-xl > * {
    width: calc(100% / 7 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*="grid-8"] > * {
    width: calc(100% / 8 - 0.01px);
  }
  [class*="grid-8"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*="grid-8"].has-gutter > * {
    width: calc(100% / 8 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*="grid-8"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-8"].has-gutter-l > * {
    width: calc(100% / 8 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*="grid-8"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*="grid-8"].has-gutter-xl > * {
    width: calc(100% / 8 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*="grid-9"] > * {
    width: calc(100% / 9 - 0.01px);
  }
  [class*="grid-9"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*="grid-9"].has-gutter > * {
    width: calc(100% / 9 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*="grid-9"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-9"].has-gutter-l > * {
    width: calc(100% / 9 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*="grid-9"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*="grid-9"].has-gutter-xl > * {
    width: calc(100% / 9 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*="grid-10"] > * {
    width: calc(100% / 10 - 0.01px);
  }
  [class*="grid-10"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*="grid-10"].has-gutter > * {
    width: calc(100% / 10 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*="grid-10"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-10"].has-gutter-l > * {
    width: calc(100% / 10 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*="grid-10"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*="grid-10"].has-gutter-xl > * {
    width: calc(100% / 10 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*="grid-11"] > * {
    width: calc(100% / 11 - 0.01px);
  }
  [class*="grid-11"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*="grid-11"].has-gutter > * {
    width: calc(100% / 11 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*="grid-11"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-11"].has-gutter-l > * {
    width: calc(100% / 11 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*="grid-11"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*="grid-11"].has-gutter-xl > * {
    width: calc(100% / 11 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
  [class*="grid-12"] > * {
    width: calc(100% / 12 - 0.01px);
  }
  [class*="grid-12"].has-gutter {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*="grid-12"].has-gutter > * {
    width: calc(100% / 12 - 1rem - 0.01px);
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  [class*="grid-12"].has-gutter-l {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-12"].has-gutter-l > * {
    width: calc(100% / 12 - 2rem - 0.01px);
    margin-right: 1rem;
    margin-left: 1rem;
  }
  [class*="grid-12"].has-gutter-xl {
    margin-right: -2rem;
    margin-left: -2rem;
  }
  [class*="grid-12"].has-gutter-xl > * {
    width: calc(100% / 12 - 4rem - 0.01px);
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
.push {
  margin-left: auto !important;
}
.pull {
  margin-right: auto !important;
}
.item-first {
  order: -1;
}
.item-last {
  order: 1;
}
[class*="grid-"][class*="--reverse"] {
  flex-direction: row-reverse;
}
@media (min-width: 576px) {
  .full {
    flex: 0 0 auto;
    width: calc(100% / 1 - 0.01px);
  }
  .has-gutter > .full {
    width: calc(100% / 1 - 1rem - 0.01px);
  }
  .has-gutter-l > .full {
    width: calc(100% / 1 - 2rem - 0.01px);
  }
  .has-gutter-xl > .full {
    width: calc(100% / 1 - 4rem - 0.01px);
  }
  .one-half {
    flex: 0 0 auto;
    width: calc(100% / 2 - 0.01px);
  }
  .has-gutter > .one-half {
    width: calc(100% / 2 - 1rem - 0.01px);
  }
  .has-gutter-l > .one-half {
    width: calc(100% / 2 - 2rem - 0.01px);
  }
  .has-gutter-xl > .one-half {
    width: calc(100% / 2 - 4rem - 0.01px);
  }
  .one-third {
    flex: 0 0 auto;
    width: calc(100% / 3 - 0.01px);
  }
  .has-gutter > .one-third {
    width: calc(100% / 3 - 1rem - 0.01px);
  }
  .has-gutter-l > .one-third {
    width: calc(100% / 3 - 2rem - 0.01px);
  }
  .has-gutter-xl > .one-third {
    width: calc(100% / 3 - 4rem - 0.01px);
  }
  .one-quarter {
    flex: 0 0 auto;
    width: calc(100% / 4 - 0.01px);
  }
  .has-gutter > .one-quarter {
    width: calc(100% / 4 - 1rem - 0.01px);
  }
  .has-gutter-l > .one-quarter {
    width: calc(100% / 4 - 2rem - 0.01px);
  }
  .has-gutter-xl > .one-quarter {
    width: calc(100% / 4 - 4rem - 0.01px);
  }
  .one-fifth {
    flex: 0 0 auto;
    width: calc(100% / 5 - 0.01px);
  }
  .has-gutter > .one-fifth {
    width: calc(100% / 5 - 1rem - 0.01px);
  }
  .has-gutter-l > .one-fifth {
    width: calc(100% / 5 - 2rem - 0.01px);
  }
  .has-gutter-xl > .one-fifth {
    width: calc(100% / 5 - 4rem - 0.01px);
  }
  .one-sixth {
    flex: 0 0 auto;
    width: calc(100% / 6 - 0.01px);
  }
  .has-gutter > .one-sixth {
    width: calc(100% / 6 - 1rem - 0.01px);
  }
  .has-gutter-l > .one-sixth {
    width: calc(100% / 6 - 2rem - 0.01px);
  }
  .has-gutter-xl > .one-sixth {
    width: calc(100% / 6 - 4rem - 0.01px);
  }
  .two-thirds {
    flex: 0 0 auto;
    width: calc(100% / 3 * 2 - 0.01px);
  }
  .has-gutter > .two-thirds {
    width: calc(100% / 3 * 2 - 1rem - 0.01px);
  }
  .has-gutter-l > .two-thirds {
    width: calc(100% / 3 * 2 - 2rem - 0.01px);
  }
  .has-gutter-xl > .two-thirds {
    width: calc(100% / 3 * 2 - 4rem - 0.01px);
  }
  .three-quarters {
    flex: 0 0 auto;
    width: calc(100% / 4 * 3 - 0.01px);
  }
  .has-gutter > .three-quarters {
    width: calc(100% / 4 * 3 - 1rem - 0.01px);
  }
  .has-gutter-l > .three-quarters {
    width: calc(100% / 4 * 3 - 2rem - 0.01px);
  }
  .has-gutter-xl > .three-quarters {
    width: calc(100% / 4 * 3 - 4rem - 0.01px);
  }
  .five-sixths {
    flex: 0 0 auto;
    width: calc(100% / 6 * 5 - 0.01px);
  }
  .has-gutter > .five-sixths {
    width: calc(100% / 6 * 5 - 1rem - 0.01px);
  }
  .has-gutter-l > .five-sixths {
    width: calc(100% / 6 * 5 - 2rem - 0.01px);
  }
  .has-gutter-xl > .five-sixths {
    width: calc(100% / 6 * 5 - 4rem - 0.01px);
  }
}
/* Responsive Small Breakpoint */
@media (min-width: 576px) and (max-width: 767px) {
  [class*="-small-1"] > * {
    width: calc(100% / 1 - 0.01px);
  }
  [class*="-small-1"].has-gutter > * {
    width: calc(100% / 1 - 1rem - 0.01px);
  }
  [class*="-small-1"].has-gutter-l > * {
    width: calc(100% / 1 - 2rem - 0.01px);
  }
  [class*="-small-1"].has-gutter-xl > * {
    width: calc(100% / 1 - 4rem - 0.01px);
  }
  [class*="-small-2"] > * {
    width: calc(100% / 2 - 0.01px);
  }
  [class*="-small-2"].has-gutter > * {
    width: calc(100% / 2 - 1rem - 0.01px);
  }
  [class*="-small-2"].has-gutter-l > * {
    width: calc(100% / 2 - 2rem - 0.01px);
  }
  [class*="-small-2"].has-gutter-xl > * {
    width: calc(100% / 2 - 4rem - 0.01px);
  }
  [class*="-small-3"] > * {
    width: calc(100% / 3 - 0.01px);
  }
  [class*="-small-3"].has-gutter > * {
    width: calc(100% / 3 - 1rem - 0.01px);
  }
  [class*="-small-3"].has-gutter-l > * {
    width: calc(100% / 3 - 2rem - 0.01px);
  }
  [class*="-small-3"].has-gutter-xl > * {
    width: calc(100% / 3 - 4rem - 0.01px);
  }
  [class*="-small-4"] > * {
    width: calc(100% / 4 - 0.01px);
  }
  [class*="-small-4"].has-gutter > * {
    width: calc(100% / 4 - 1rem - 0.01px);
  }
  [class*="-small-4"].has-gutter-l > * {
    width: calc(100% / 4 - 2rem - 0.01px);
  }
  [class*="-small-4"].has-gutter-xl > * {
    width: calc(100% / 4 - 4rem - 0.01px);
  }
}
/* ----------------------------- */
/* ==Media object                */
/* ----------------------------- */
/* recommanded HTML : <div class="media"><img class="media-figure"><div class="media-content"></div></div> */
/* see http://codepen.io/raphaelgoetter/pen/KMWWwj */
@media (min-width: 480px) {
  .media {
    display: flex;
    align-items: flex-start;
  }
  .media-content {
    flex: 1 1 0%;
  }
  .media-figure--center {
    align-self: center;
  }
  .media--reverse {
    flex-direction: row-reverse;
  }
}
