@font-face {
  font-family: 'tattoo_museumregular';
  src: url('../fonts/tattoo_museum-webfont.eot');
  src: url('../fonts/tattoo_museum-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/tattoo_museum-webfont.woff') format('woff'), url('../fonts/tattoo_museum-webfont.ttf') format('truetype'), url('../fonts/tattoo_museum-webfont.svg#tattoo_museumregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'chunkfive_exregular';
  src: url('../fonts/chunkfive_ex-webfont.eot');
  src: url('../fonts/chunkfive_ex-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/chunkfive_ex-webfont.woff2') format('woff2'), url('../fonts/chunkfive_ex-webfont.woff') format('woff'), url('../fonts/chunkfive_ex-webfont.ttf') format('truetype'), url('../fonts/chunkfive_ex-webfont.svg#chunkfive_exregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'mardian_demoregular';
  src: url('../fonts/mardiandemo-webfont.eot');
  src: url('../fonts/mardiandemo-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/mardiandemo-webfont.woff2') format('woff2'), url('../fonts/mardiandemo-webfont.woff') format('woff'), url('../fonts/mardiandemo-webfont.ttf') format('truetype'), url('../fonts/mardiandemo-webfont.svg#mardian_demoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #2e2c2d;
  font-family: 'Barlow', Arial, Helvetica, sans-serif;
  color: #262626;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
body a,
body #texte-confidentialite a {
  color: #951a1d;
}
body a:hover,
body a:focus,
body #texte-confidentialite a:hover,
body #texte-confidentialite a:focus {
  color: #2e2c2d;
  text-decoration: underline;
}
body h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #000;
}
body h2 {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: #951a1d;
  font-family: 'mardian_demoregular';
}
body h3 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: #951a1d;
  text-transform: uppercase;
}
body h1.page-title,
body article.type-page h2.entry-title {
  margin-bottom: 46px;
}
body .single h1.page-title {
  margin-bottom: 46px;
}
body h3.entry-title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
body p,
body ul li,
body .entry-content {
  line-height: 1.15;
}
body .entry-content {
  text-align: justify;
}
body p,
body ul {
  margin-bottom: 20px;
}
body ::placeholder {
  color: #000;
}
body a.button-download {
  margin: 0 auto;
  display: block;
  width: 272px;
  max-width: 100%;
  white-space: nowrap;
  height: 55px;
  padding: 6px 35px 14px 35px;
  line-height: 35px;
  background: url(../img/button-download.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
body a.button-download:hover,
body a.button-download:focus {
  background: url(../img/button-download-h.png) no-repeat;
  background-size: contain;
}
body .entry-content + a.button-download {
  margin-top: 42px;
}
body .btn {
  padding: 5px 25px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 15px;
  -webkit-box-shadow: -2px 0px 5px 0px #9e9e9e;
  -moz-box-shadow: -2px 0px 5px 0px #9e9e9e;
  box-shadow: -2px 0px 5px 0px #9e9e9e;
}
body .btn:focus {
  box-shadow: 0 0 0 0.2rem #262626;
}
body .nf-form-content button,
body .nf-form-content input[type=button],
body .nf-form-content input[type=submit] {
  background: #fff;
  color: #2e2c2d;
}
body .nf-form-content button:hover,
body .nf-form-content button:focus,
body .nf-form-content button:active,
body .nf-form-content button:not(:disabled):not(.disabled):active,
body .nf-form-content button:not(:disabled):not(.disabled):active:focus,
body .nf-form-content input[type=button]:hover,
body .nf-form-content input[type=button]:focus,
body .nf-form-content input[type=button]:active,
body .nf-form-content input[type=button]:not(:disabled):not(.disabled):active,
body .nf-form-content input[type=button]:not(:disabled):not(.disabled):active:focus,
body .nf-form-content input[type=submit]:hover,
body .nf-form-content input[type=submit]:focus,
body .nf-form-content input[type=submit]:active,
body .nf-form-content input[type=submit]:not(:disabled):not(.disabled):active,
body .nf-form-content input[type=submit]:not(:disabled):not(.disabled):active:focus {
  background: #fff;
  color: #2e2c2d;
  border: none;
}
body .nf-form-content .list-select-wrap .nf-field-element>div:focus,
body .nf-form-content input:not([type=button]):focus,
body .nf-form-content textarea:focus {
  color: #2e2c2d;
}
body .nf-form-content .submit-container button,
body .nf-form-content .submit-container input[type=button],
body .nf-form-content .submit-container input[type=submit] {
  cursor: pointer;
  margin: 0;
  width: 202px;
  height: 56px;
  padding: 6px 35px 14px 35px;
  line-height: 35px;
  background: url(../img/button-form.png) no-repeat;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
body .nf-form-content .submit-container button:hover,
body .nf-form-content .submit-container input[type=button]:hover,
body .nf-form-content .submit-container input[type=submit]:hover {
  background: url(../img/button-form-h.png) no-repeat;
  color: #fff;
}
body .nf-form-content .file_upload-container .file_upload-wrap {
  height: auto;
}
body .nf-form-content .file_upload-container .file_upload-wrap .nf-field-label {
  height: auto;
  visibility: visible;
  width: auto;
  padding-right: 14px;
  line-height: 30px;
}
body .nf-form-content .file_upload-container .file_upload-wrap .nf-field-label i {
  margin-right: 4px;
}
body .nf-form-content .file_upload-container .file_upload-wrap .nf-field-label label {
  font-weight: 400;
}
body .nf-form-content .file_upload-container .file_upload-wrap .nf-field-element {
  width: auto;
}
body .nf-form-content {
  padding: 0;
  max-width: none;
}
body .nf-form-content .listselect-wrap .nf-field-element div,
body .nf-form-content .ninja-forms-field {
  font-size: 18px;
  padding: 22px;
}
body .nf-error.field-wrap .nf-field-element:after {
  background: #951a1d;
}
body .nf-error .ninja-forms-field {
  border-color: #951a1d !important;
}
body .nf-error-msg,
body .ninja-forms-req-symbol,
body .nf-error .nf-error-msg {
  color: #951a1d;
}
body .nf-form-fields-required {
  display: none;
}
body .nf-form-content .list-select-wrap .nf-field-element>div,
body .nf-form-content input:not([type=button]),
body .nf-form-content textarea {
  background-color: transparent;
  border: 1px solid #262626;
  color: #262626;
}
body .nf-form-content .listselect-wrap .nf-field-element div,
body .nf-form-content input.ninja-forms-field,
body .nf-form-content select.ninja-forms-field:not([multiple]),
body .nf-error.field-wrap .nf-field-element:after {
  height: 60px;
}
body .nf-error.field-wrap .nf-field-element:after {
  line-height: 60px;
  width: 50px;
}
body .nf-form-content textarea.ninja-forms-field {
  height: 230px;
}
body .nf-fu-progress {
  display: none;
}
body .container-fluid {
  padding-right: 13px;
  padding-left: 13px;
}
body .row,
body .nf-row {
  margin-right: -13px;
  margin-left: -13px;
}
body .nf-row {
  width: calc(100% + 26px);
}
body .col,
body .col-1,
body .col-10,
body .col-11,
body .col-12,
body .col-2,
body .col-3,
body .col-4,
body .col-5,
body .col-6,
body .col-7,
body .col-8,
body .col-9,
body .col-auto,
body .col-lg,
body .col-lg-1,
body .col-lg-10,
body .col-lg-11,
body .col-lg-12,
body .col-lg-2,
body .col-lg-3,
body .col-lg-4,
body .col-lg-5,
body .col-lg-6,
body .col-lg-7,
body .col-lg-8,
body .col-lg-9,
body .col-lg-auto,
body .col-md,
body .col-md-1,
body .col-md-10,
body .col-md-11,
body .col-md-12,
body .col-md-2,
body .col-md-3,
body .col-md-4,
body .col-md-5,
body .col-md-6,
body .col-md-7,
body .col-md-8,
body .col-md-9,
body .col-md-auto,
body .col-sm,
body .col-sm-1,
body .col-sm-10,
body .col-sm-11,
body .col-sm-12,
body .col-sm-2,
body .col-sm-3,
body .col-sm-4,
body .col-sm-5,
body .col-sm-6,
body .col-sm-7,
body .col-sm-8,
body .col-sm-9,
body .col-sm-auto,
body .col-xl,
body .col-xl-1,
body .col-xl-10,
body .col-xl-11,
body .col-xl-12,
body .col-xl-2,
body .col-xl-3,
body .col-xl-4,
body .col-xl-5,
body .col-xl-6,
body .col-xl-7,
body .col-xl-8,
body .col-xl-9,
body .col-xl-auto,
body .nf-multi-cell .nf-cell {
  padding-right: 13px;
  padding-left: 13px;
}
body .lightboxOverlay {
  filter: alpha(Opacity=90);
  opacity: .9;
  position: fixed !important;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
}
body .lightbox {
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%);
}
body .lightbox .lb-outerContainer {
  border-radius: 0;
  background-color: transparent;
}
body .lightbox .lb-container {
  padding-right: 28px;
  padding-left: 28px;
}
body .lightbox .lb-image {
  border-radius: 0;
  border: none;
}
body .lightbox .lb-nav a.lb-next {
  background: url(../img/next.png) no-repeat right 48%;
  filter: alpha(Opacity=1);
  opacity: 1;
}
body .lightbox .lb-nav a.lb-prev {
  background: url(../img/prev.png) no-repeat left 48%;
  filter: alpha(Opacity=1);
  opacity: 1;
}
body .lightbox .lb-data .lb-close {
  display: none;
}
.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
@-webkit-keyframes scroll {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(40px);
  }
}
@-moz-keyframes scroll {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(40px);
  }
}
@-ms-keyframes scroll {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(40px);
  }
}
@-o-keyframes scroll {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(40px);
  }
}
@keyframes scroll {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(40px);
  }
}
body {
  overflow-x: hidden;
}
body .animated-box {
  opacity: 0;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
body .animated-box.visible {
  opacity: 1;
}
body .animated-box.delay {
  transition-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
body header {
  background: #000;
  position: relative;
  text-align: center;
  color: #fff;
}
body header a,
body header a:hover,
body header a:focus {
  color: #fff;
  text-decoration: none;
}
body header .navbar {
  justify-content: center;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
}
body #site-logo {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  z-index: 2;
}
body #site-logo img {
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 38px;
}
body #menu-main {
  list-style: none;
  padding: 0 0 68px 0;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-content: stretch;
  align-items: center;
}
body #menu-main a {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 12px;
  letter-spacing: 1.8px;
  margin-bottom: 10px;
  z-index: 2;
  position: relative;
}
body #menu-main li {
  display: inline-block;
  position: relative;
}
body #menu-main li:not(.menu-button):after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../img/menu-hover.png) no-repeat center center;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
body #menu-main li:not(.menu-button):hover:after,
body #menu-main li:not(.menu-button).current-menu-item:after {
  opacity: 1;
}
body #menu-main li.menu-button a {
  background-color: #951a1d;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
body #menu-main li.menu-button a:hover {
  background-color: #2e2c2d;
  color: #fff;
}
body #menu-main li.menu-separator {
  display: none;
}
body #toggle-mobile {
  font-size: 30px;
  margin-bottom: 24px;
}
body #toggle-mobile span {
  font-size: 15px;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body #toggle-mobile:not(.collapsed) .fa-bars {
  display: none;
}
body #toggle-mobile.collapsed .fa-times {
  display: none;
}
body main {
  background: #000 url(../img/bg-main.jpg) repeat-y center bottom;
  background-size: 100%;
}
body .featured-image {
  position: relative;
  margin: 0 -13px;
  width: calc(100% + 26px);
  overflow: hidden;
  height: 23.5vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body .featured-image.big {
  height: 56.25vw;
}
body .featured-image#image-19 {
  height: 20vw;
}
body .featured-image a.scroll {
  position: absolute;
  left: 50%;
  z-index: 2;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  bottom: 20px;
  margin-top: -35px;
  box-shadow: inset 0 0 0 2px #000;
  border-radius: 15px;
}
body .featured-image a.scroll:before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: #951a1d;
  margin-left: 11px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
body #page-container {
  background-color: rgba(255,255,255,0.6);
  padding-left: 105px;
  padding-right: 105px;
}
body #page-container >.row:first-child {
  padding-top: 64px;
}
body #page-container >.row:last-child {
  padding-bottom: 92px;
}
body #page-container .entry-contact {
  padding-bottom: 64px;
  font-weight: 700;
}
body #page-container .entry-contact a:not(.button-download) {
  text-decoration: none;
  color: #262626;
}
body #page-container .entry-contact a:not(.button-download):hover,
body #page-container .entry-contact a:not(.button-download):focus {
  color: #951a1d;
}
body #page-container .entry-contact a.button-download {
  margin-top: 32px;
}
body #page-container .entry-contact i {
  color: #951a1d;
  margin-right: 8px;
}
body #page-container article.type-page {
  text-align: center;
}
body #page-container article.list {
  text-align: justify;
  margin-bottom: 42px;
}
body #page-container-full >.row:first-child {
  padding-top: 64px;
}
body #page-container-full >.row:last-child {
  padding-bottom: 92px;
}
body #page-container-full .col-xl-auto {
  max-width: 50%;
}
body #page-container-full article.type-page {
  text-align: left;
  padding: 48px 26px 48px 26px;
  position: relative;
}
body #page-container-full article.type-page img {
  position: absolute;
  right: 0;
  top: -8%;
}
body #page-container-fluid >.row:first-child {
  padding-top: 84px;
}
body #page-container-fluid >.row:last-child {
  padding-bottom: 92px;
}
body #page-container-fluid .blocks-wrapper {
  position: relative;
  color: #fff;
  text-align: center;
}
body #page-container-fluid .col-lg-6:nth-child(even) .blocks-wrapper {
  padding-left: 3%;
  padding-right: 10%;
}
body #page-container-fluid .col-lg-6:nth-child(odd) .blocks-wrapper {
  padding-left: 10%;
  padding-right: 3%;
}
body #page-container-fluid .block-image,
body #page-container-fluid .block-title,
body #page-container-fluid .block-content {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
body #page-container-fluid .block-image >.row:first-child {
  padding-top: 84px;
}
body #page-container-fluid .block-image >.row:last-child {
  padding-bottom: 92px;
}
body #page-container-fluid .blocks-wrapper:hover>.block-image {
  filter: grayscale(90%) brightness(85%);
  -webkit-filter: grayscale(90%) brightness(85%);
}
body #page-container-fluid .block-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 1;
  font-family: 'chunkfive_exregular';
  text-transform: uppercase;
  font-size: 48px;
}
body #page-container-fluid .blocks-wrapper:hover>.block-title {
  opacity: 0;
}
body #page-container-fluid .block-content {
  position: absolute;
  top: calc(50% + 5px);
  max-height: calc(100% - 26px);
  transform: translate(0,-50%);
  opacity: 0;
  overflow: hidden;
}
body #page-container-fluid .block-content p {
  margin-bottom: 10px;
  padding: 0 36px 0 24px;
}
body #page-container-fluid .block-content .title-content {
  font-family: 'chunkfive_exregular';
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}
body #page-container-fluid .block-content a {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
}
body #page-container-fluid .blocks-wrapper:hover>.block-content {
  opacity: 1;
}
body #page-container-fluid .col-lg-6:nth-child(even) .block-content {
  right: calc(10% + 26px);
  left: calc(3% + 26px);
}
body #page-container-fluid .col-lg-6:nth-child(odd) .block-content {
  right: calc(3% + 26px);
  left: calc(10% + 26px);
}
body #menu-social-container {
  display: none;
}
body.page-id-15 #menu-social-container,
body.page-id-17 #menu-social-container {
  display: block;
  position: fixed;
  background-color: #951a1d;
  z-index: 1000;
  right: 0;
  top: 310px;
  width: 54px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
body.page-id-15 #menu-social-container:hover,
body.page-id-17 #menu-social-container:hover {
  background-color: #2e2c2d;
  color: #fff;
}
body.page-id-15 #menu-social-container ul,
body.page-id-15 #menu-social-container ul li,
body.page-id-17 #menu-social-container ul,
body.page-id-17 #menu-social-container ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.page-id-15 #menu-social-container a,
body.page-id-17 #menu-social-container a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  color: white;
  text-align: center;
  font-size: 35px;
  line-height: 44px;
}
body footer {
  background-color: #2e2c2d;
  color: #fff;
  position: relative;
  text-align: center;
  padding: 0 26px;
}
body footer a {
  color: #fff;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
body footer a:hover,
body footer a:focus {
  color: #24adad;
  text-decoration: none;
}
body footer .w-416 {
  width: 416px;
}
body #footer-logo {
  position: relative;
  z-index: 1;
}
body #footer-logo .col {
  flex-shrink: 0;
  min-width: 416px;
}
body #footer-logo img {
  margin-top: -90px;
  margin-bottom: -76px;
  max-width: 100%;
}
body #footer-logo .footer-title {
  position: absolute;
  z-index: 2;
  width: 360px;
  left: calc(50% - 180px);
  top: 90px;
  font-family: 'tattoo_museumregular';
  font-size: 22px;
}
body .footer-infos {
  font-size: 11px;
  margin-top: 60px;
  margin-bottom: 30px;
}
body .footer-infos span {
  display: inline-block;
  vertical-align: middle;
}
body .footer-infos img {
  width: 36px;
  margin-left: 10px;
}
body .footer-infos .separator {
  border-right: 1px solid #24adad;
  height: 11px;
  margin-left: 3px;
  margin-right: 4px;
}
body #grdp_barre_maxi,
body #grdp_barre_mini {
  background-color: #262626;
}
body #grdp_barre_mini:hover {
  background-color: #951a1d;
}
body.home main {
  background: #fff none;
  background-size: 100%;
}
body.home #page-container-big {
  text-align: center;
}
body.home #page-container-big >.row:first-child {
  padding-top: 104px;
}
body.home #page-container-big >.row:last-child {
  padding-bottom: 64px;
}
body.home #page-container-big article {
  background: #000;
  border: 16px solid #fff;
  margin-top: -168px;
  margin-bottom: 84px;
  padding: 42px;
  color: #fff;
}
body.home #page-container-big article .entry-content {
  text-align: center;
  font-size: 18px;
  letter-spacing: 1.8px;
}
body.home #page-container-big article .entry-content a {
  color: #fff;
  display: block;
}
body.home #page-container-big .home-title {
  font-family: 'mardian_demoregular';
  font-size: 95px;
  letter-spacing: 1.8px;
  color: #000;
  margin-bottom: 42px;
}
body.home #page-container-big .home-title img + span {
  white-space: nowrap;
}
body.home #page-container-big .home-title img {
  margin: -42px 20px 0 -5px;
}
body.home #page-container-big .front-image-container {
  margin-bottom: 24px;
  position: relative;
}
body.home #page-container-big .front-image-container .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/front-mask1.png) no-repeat left top;
  background-size: cover;
}
body.home #page-container-big .col-6:nth-child(even) .front-image-container .mask {
  background: url(../img/front-mask2.png) no-repeat left top;
  background-size: cover;
}
body.page-studio main {
  background: #fff none;
  background-size: 100%;
}
body.page-studio main .secondary-image {
  margin: 0 -13px 0 0;
  width: calc(100% + 13px);
  position: relative;
}
body.page-studio main .secondary-image .studio-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/studio-mask.png) no-repeat center center;
  background-size: cover;
}
body.page-studio #page-container-full >.row {
  background: url(../img/bg-studio.png) no-repeat -100px center;
  background-size: 100%;
}
body.page-template-page-portfolio main {
  background-attachment: fixed;
}
body.page-template-page-portfolio main .secondary-image {
  margin: 0;
  padding: 0 33% 64px 26px;
  background: url(../img/portfolio-bio.png) no-repeat right 42px bottom;
  background-size: calc(100% - 68px);
}
body.page-template-page-portfolio #page-container-full >.row {
  background: #000;
}
body.page-template-page-portfolio #page-container-full >.row:last-child {
  padding-bottom: 42px;
}
body.page-template-page-portfolio #page-container-full .entry-content {
  color: #fff;
}
body.page-template-page-portfolio #page-container-big >.row:first-child {
  padding-top: 84px;
}
body.page-template-page-portfolio #page-container-big >.row:last-child {
  padding-bottom: 92px;
}
body.page-template-page-portfolio #page-container-big article {
  text-align: center;
  background-color: #FFF;
  padding: 5.777777777777778% 5.777777777777778% 22.22222222222222% 5.777777777777778%;
  margin: 0 13px 72px 13px;
  -webkit-box-shadow: 3px 0px 27px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 3px 0px 27px 0px rgba(0,0,0,0.25);
  box-shadow: 3px 0px 27px 0px rgba(0,0,0,0.25);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
body.page-template-page-portfolio #page-container-big article .hover-container {
  position: relative;
}
body.page-template-page-portfolio #page-container-big article .hover-red {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/zoom.png) no-repeat center center rgba(149,26,29,0.7);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
body.page-template-page-portfolio #page-container-big article:hover .hover-red {
  opacity: 1;
}
body.page-template-page-portfolio #page-container-big article .hover-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body.page-template-page-portfolio #page-container-big #portfolio-filters {
  margin-top: -36px;
  margin-bottom: 46px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
body.page-template-page-portfolio #page-container-big #portfolio-filters .list-group-item {
  border: none;
  background-color: transparent;
  padding: .5rem;
}
body.page-template-page-portfolio #page-container-big #portfolio-filters li span {
  text-transform: uppercase;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1.8px;
  font-weight: 700;
}
body.page-template-page-portfolio #page-container-big #portfolio-filters li span:hover {
  color: #951a1d;
}
body.page-template-page-portfolio #page-container-big #portfolio-filters li span.mixitup-control-active {
  color: #951a1d;
  font-weight: 700;
}
body.page-template-page-portfolio #page-container-big .titre {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: #951a1d;
  font-family: 'mardian_demoregular';
  text-align: center;
}
body.tax-piercing main {
  background: #000 url(../img/bg-main-piercing.jpg) repeat-y center bottom;
}
body.page-id-30 main {
  padding-bottom: 90px;
}
body.page-id-30 .item {
  border: 15px solid #fff;
  box-shadow: 3px 0px 27px 0px rgba(0,0,0,0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  position: relative;
  min-height: 280px;
}
body.page-id-30 .item img {
  object-fit: cover;
  z-index: 100;
  width: 100%;
  position: relative;
  filter: grayscale(100%);
  transition: all 0.5s;
}
body.page-id-30 .item .overlay {
  position: absolute;
  z-index: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.5s;
  padding: 5rem;
}
body.page-id-30 .item .overlay span.button-download {
  transition: all 0.5s;
  display: flex;
  margin: 0 auto;
  display: block;
  width: 272px;
  max-width: 100%;
  white-space: nowrap;
  height: 55px;
  padding: 6px 35px 14px 35px;
  line-height: 35px;
  background: url(../img/button-download.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
body.page-id-30 .item .overlay .titre {
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: 'Barlow', Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
body.page-id-30 .item .overlay .sous-titre {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
body.page-id-30 .item:hover img {
  filter: grayscale(0%) !important;
}
body.page-id-30 .item:hover .overlay {
  background: rgba(0,0,0,0.75);
}
@media (min-width: 1200px) {
  body #site-logo {
    position: absolute;
    top: 0;
    left: calc(50% - 9.375vw);
    max-width: 18.75vw;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
  }
  body #menu-main a {
    margin: 0;
  }
  body #menu-main {
    list-style: none;
    padding: 76px 0 68px 0;
    margin: 0;
    width: 100%;
    flex-direction: row;
  }
  body #menu-main li {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
  }
  body #menu-main li.menu-separator {
    display: block;
    text-indent: -9999px;
    max-width: none;
    order: 0;
    flex: 0 0 23.333333vw;
    align-self: auto;
  }
  body #menu-main li.menu-button {
    position: absolute;
    width: 224px;
    top: 0;
    right: -31px;
  }
  body #menu-main li a {
    max-width: 224px;
  }
  body #page-container-big {
    max-width: 1470px;
  }
  body #portfolio-filters li span {
    font-size: 20px !important;
  }
  body #portfolio-filters .list-group-item {
    padding: .75rem 1.25rem !important;
  }
  body .nf-form-content .submit-container button,
  body .nf-form-content .submit-container input[type=button],
  body .nf-form-content .submit-container input[type=submit] {
    margin-bottom: -64px;
  }
  body .nf-form-content .file_upload-container label {
    display: none;
  }
  body .footer-infos {
    margin-top: 5px;
    text-align: right;
  }
  body.page-template-page-portfolio .secondary-image img {
    max-height: 80vh;
  }
}
@media (min-width: 1400px) {
  body .container {
    max-width: 1238px;
  }
  body #page-container-full article.type-page {
    padding: 140px 126px 140px 126px;
  }
  body #page-container-full article.type-page.has-secondary-image {
    padding-right: 100px;
    max-width: 726px;
  }
}
@media (min-width: 1800px) {
  body #menu-main a {
    padding: 12px 30px;
  }
  body #menu-main {
    padding: 76px 210px 68px 210px;
    justify-content: center;
  }
  body #menu-main li.menu-button {
    top: auto;
  }
}
@media (max-width: 767.98px) {
  body #toggle-mobile {
    display: flex;
    flex-direction: column;
  }
  body #page-container-fluid .col-lg-6:nth-child(even) .blocks-wrapper,
  body #page-container-fluid .col-lg-6:nth-child(odd) .blocks-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  body #page-container-fluid .col-lg-6:nth-child(even) .block-content,
  body #page-container-fluid .col-lg-6:nth-child(odd) .block-content {
    right: 13px;
    left: 13px;
  }
  body #footer-logo img {
    margin-bottom: 42px;
  }
  body.page-studio main {
    background: #fff url(../img/bg-studio.png) no-repeat -100px 42%;
    background-size: auto 25%;
  }
  body.page-studio main #page-container-full {
    padding-left: 26px;
    padding-right: 26px;
  }
  body.page-studio main #page-container-full >.row {
    background: none;
  }
  body.page-studio main #page-container-full .col-xl-auto {
    max-width: none;
  }
  body.page-studio main #page-container-full article.type-page.has-secondary-image {
    margin-bottom: 24px;
    padding: 0;
  }
  body.page-studio main .secondary-image {
    margin-right: -39px;
    margin-left: 13px;
    margin-bottom: 42px;
    width: calc(100% + 26px);
  }
  body.page-studio main .secondary-image .studio-mask {
    background: url(../img/studio-mask-mobile.png) no-repeat center center;
    background-size: cover;
  }
  body.page-id-30 .item {
    margin: 1rem 0;
  }
  body.page-id-30 .item .titre {
    font-size: 1rem;
  }
  body.page-id-30 .item .sous-titre {
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  body .container {
    max-width: 100%;
  }
  body .featured-image,
  body .featured-image.big,
  body #image-19 {
    height: 76.5vw;
  }
  body #main-container {
    padding-left: 0;
    padding-right: 0;
  }
  body #page-container {
    padding-left: 26px;
    padding-right: 26px;
  }
  body #page-container-fluid .block-title {
    font-size: 36px;
  }
  body .block-content p {
    margin-bottom: 2px !important;
    font-size: 13px;
  }
  body.home .home-title img {
    margin: -50% 0 !important;
  }
  body.page-studio main #page-container-full {
    padding-left: 0;
    padding-right: 0;
  }
  body.page-studio main .secondary-image {
    margin-right: 0;
    width: calc(100% - 13px);
  }
  body.page-id-30 .item {
    margin: 1rem 0;
  }
  body.page-id-30 .item .titre {
    font-size: 1rem;
  }
  body.page-id-30 .item .sous-titre {
    font-size: 0.9rem;
  }
  body.page-id-30 .item .overlay {
    padding: 1rem;
  }
  body #page-container-fluid .block-title {
    opacity: 0;
  }
  body #page-container-fluid .block-content {
    opacity: 1;
  }
  body #page-container-fluid .blocks-wrapper >.block-image {
    filter: grayscale(90%) brightness(85%);
    -webkit-filter: grayscale(90%) brightness(85%);
  }
  body #page-container-fluid .block-content p {
    font-size: 18px;
    line-height: 22px;
  }
  body #page-container-fluid .block-content a {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 992px) {
  body #toggle-mobile {
    display: flex;
    flex-direction: column;
  }
  body header.sticky-top {
    position: relative;
  }
  body #page-container-fluid .blocks-wrapper {
    margin-bottom: 48px;
  }
  body footer span.logo {
    display: block;
    margin-top: 20px;
  }
  body .footer-infos {
    margin-top: 50px;
  }
}
@media (min-width: 575.98px) and (max-width: 991.98px) {
  body .featured-image {
    height: 56.25vw;
  }
  body #page-container {
    padding-left: 56px;
    padding-right: 56px;
  }
  body #page-container-fluid .col-lg-6:nth-child(even) .blocks-wrapper,
  body #page-container-fluid .col-lg-6:nth-child(odd) .blocks-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }
  body #page-container-fluid .col-lg-6:nth-child(even) .block-content,
  body #page-container-fluid .col-lg-6:nth-child(odd) .block-content {
    right: calc(10% + 26px);
    left: calc(10% + 26px);
  }
  body #page-container-fluid .block-title {
    opacity: 0;
  }
  body #page-container-fluid .block-content {
    opacity: 1;
  }
  body #page-container-fluid .blocks-wrapper >.block-image {
    filter: grayscale(90%) brightness(85%);
    -webkit-filter: grayscale(90%) brightness(85%);
  }
  body #page-container-fluid .block-content p {
    font-size: 18px;
    line-height: 22px;
  }
  body #page-container-fluid .block-content a {
    font-size: 18px;
    line-height: 22px;
  }
}
