html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
* {
  outline: none;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.post, .page {
  margin: 0;
}
/*VARIABLES SCSS*/
/*COULEURS*/
/*TAILLES DE BREAKPOINTS RESPONSIVE*/
/*TABLEAU DES TAILLES DE BREAKPOINTS RESPONSIVE*/
/*MARGINS DE BASE*/
/*PADDINGS DE BASE*/
/*TABLEAU DES TAILLES DE MARGES VERTICALES*/
/*TABLEAU DES TAILLES DE MARGES HORIZONTALES*/
/*TABLEAU DES TAILLES DE PADDINGS VERTICALES*/
/*TABLEAU DES TAILLES DE PADDINGS HORIZONTALES*/
/*VARIABLES SCSS*/
:root {
  /*COLORS*/
  --color-primary: #504642;
  --color-primary-faded: #504642;
  --color-secondary: #ECECEC;
  --color-secondary-faded: #ECECEC;
  --color-ternary: #CC2920;
  --color-ternary-faded: #CC2920;
  --color-quaternary: #A6B29D;
  --color-quaternary-faded: #A6B29D;
  /*SIZES*/
  --size-padding-x: 10px;
  --size-padding-y: 10px;
  --size-site-padding-x: 25px;
  --size-site-padding-y: 25px;
  --size-site: 100vw;
}
@media screen and (min-width: 1200px) {
  :root {
    --size-site: 1360px;
  }
}
.has-circo-primary-background-color {
  background-color: var(--color-primary) !important;
}
.has-circo-primary-faded-background-color {
  background-color: var(--color-primary-faded) !important;
}
.has-circo-primary-color {
  color: var(--color-primary) !important;
}
.has-circo-primary-faded-color {
  color: var(--color-primary-faded) !important;
}
.has-circo-secondary-background-color {
  background-color: var(--color-secondary) !important;
}
.has-circo-secondary-faded-background-color {
  background-color: var(--color-secondary-faded) !important;
}
.has-circo-secondary-color {
  color: var(--color-secondary) !important;
}
.has-circo-secondary-faded-color {
  color: var(--color-secondary-faded) !important;
}
.has-circo-ternary-background-color {
  background-color: var(--color-ternary) !important;
}
.has-circo-ternary-faded-background-color {
  background-color: var(--color-ternary-faded) !important;
}
.has-circo-ternary-color {
  color: var(--color-ternary) !important;
}
.has-circo-ternary-faded-color {
  color: var(--color-ternary-faded) !important;
}
.has-circo-gray-light-background-color {
  background-color: var(--color-background-light-gray) !important;
}
.has-circo-gray-light-color {
  color: var(--color-background-light-gray) !important;
}
.has-circo-gray-background-color {
  background-color: var(--color-background-gray) !important;
}
.has-circo-gray-color {
  color: var(--color-background-gray) !important;
}
.has-circo-gray-strong-background-color {
  background-color: var(--color-background-strong-gray) !important;
}
.has-circo-gray-strong-color {
  color: var(--color-background-strong-gray) !important;
}
.has-circo-white-background-color {
  background-color: #FFF !important;
}
.has-circo-white-color {
  color: #FFF !important;
}
@font-face {
  font-family: "Anomique";
  src: url("../font/Anomique-Maigre.woff") format("woff"), url("../font/Anomique-Maigre.woff2") format("woff2"), url("../font/Anomique-Maigre.eot") format("eot");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Anomique";
  src: url("../font/Anomique-Demi.woff") format("woff"), url("../font/Anomique-Demi.woff2") format("woff2"), url("../font/Anomique-Demi.eot") format("eot");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Anomique";
  src: url("../font/Anomique-Gras.woff") format("woff"), url("../font/Anomique-Gras.woff2") format("woff2"), url("../font/Anomique-Gras.eot") format("eot");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Span Condensed";
  src: url("../font/Jamie Clarke Type - Span Condensed Thin.otf");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
h1 {
  font-family: "Anomique";
  font-weight: 300;
  font-size: 70px;
  line-height: 90px;
}
h1, h1span {
  font-family: "Anomique";
}
h2 {
  font-family: "Anomique";
  font-weight: 300;
  font-size: 50px;
  line-height: 60px;
}
h3 {
  font-family: "Anomique";
  font-weight: 300;
  font-size: 28px;
  line-height: 36px;
}
h4 {
  font-family: "Anomique";
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
}
h4 strong {
  font-family: "Anomique";
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
h5 {
  font-family: "Anomique";
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
}
h6 {
  font-family: "Anomique";
  font-weight: 200;
  font-size: 18px;
  line-height: 28px;
}
p {
  font-family: "Span Condensed";
  font-weight: 200;
  font-size: 16px;
  line-height: 22px;
}
p strong {
  font-family: "Span Condensed";
  font-weight: 200;
  font-size: 22px;
  line-height: 32px;
}
a {
  text-decoration: none;
}
* {
  color: var(--color-primary);
}
.circo-table-container {
  padding-bottom: 100px !important;
}
.circo-table {
  width: 100%;
}
.circo-table tbody tr td {
  display: none;
  position: relative;
  border-top: 1px solid rgba(80, 70, 66, 0.25);
  border-bottom: 1px solid rgba(80, 70, 66, 0.25);
  padding: 35px 15px;
  vertical-align: middle;
}
.circo-table tbody tr td:first-of-type {
  display: table-cell;
  width: 100%;
  border-left: 1px solid rgba(80, 70, 66, 0.25);
}
.circo-table tbody tr td:last-of-type {
  display: table-cell;
  border-right: 1px solid rgba(80, 70, 66, 0.25);
  padding: 35px 25px;
}
.circo-table tbody tr td:last-of-type a {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.circo-table tbody tr td h3 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.circo-table tbody tr td p span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 200;
}
.circo-table tbody tr td p span:first-of-type {
  font-weight: 300;
  text-transform: uppercase;
}
.circo-table tbody tr td p span:last-of-type {
  font-family: "Span Condensed";
}
@media screen and (min-width: 1200px) {
  .circo-table tbody tr td {
    display: table-cell;
  }
  .circo-table tbody tr td:first-of-type {
    width: 400px;
  }
  .circo-table tbody tr td:first-of-type p {
    display: none;
  }
  .circo-table tbody tr td:nth-child(2) p {
    text-transform: uppercase;
  }
  .circo-table tbody tr td h3 {
    margin-bottom: 0;
  }
}
.app_header {
  position: fixed;
  top: 30px;
  left: 30px;
  right: 30px;
  z-index: 99;
  transition: 250ms all;
}
.app_header .app_header_container {
  height: 60px;
}
.app_header .app_header_container .app_logo img {
  width: 140px;
  height: auto;
}
.app_header .app_header_container .app_menu_toggle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: var(--color-primary);
}
.app_header:before {
  content: "";
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  background-color: transparent;
  height: 110px;
  z-index: -1;
}
.app_header.app_header_active .app_menu_toggle {
  color: var(--color-primary) !important;
}
.app_menu_toggle {
  font-family: "Anomique";
  font-weight: 200;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}
.home .app_header:not(.app_header_active) .app_menu_toggle {
  color: #fff !important;
}
.home .app_header:not(.app_header_active) .app_menu_close {
  color: #fff !important;
}
.home .app_header.app_header_active .app_menu_toggle {
  color: var(--color-primary) !important;
}
.home .app_header.app_header_active .app_menu_close {
  color: var(--color-primary) !important;
}
.app_menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: var(--color-quaternary);
  display: none;
}
.app_menu .app_menu_toggle {
  position: absolute;
  top: 50px;
  right: 25px;
  z-index: 10;
}
.app_menu .menu {
  position: fixed;
  top: 50%;
  left: 80px;
  right: 80px;
  transform: translateY(-50%);
}
.app_menu .menu li {
  padding: 10px 0;
  opacity: 0;
  transform: translateY(25px);
  transition: all 250ms;
}
.app_menu .menu li a {
  font-family: "Anomique";
  font-size: 40px;
  line-height: 60px;
  text-decoration: none;
}
.app_menu .menu li:last-of-type {
  margin-top: 75px;
}
.app_menu .menu li:last-of-type a {
  font-size: 18px;
  line-height: 1;
}
.app_menu img {
  display: none;
}
@media screen and (min-width: 1200px) {
  .app_menu .menu {
    width: var(--size-site);
    margin: 0 auto;
  }
  .app_menu img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    display: block;
  }
}
.site-main {
  background-color: var(--color-secondary);
  padding-bottom: 140px;
}
.circo-container {
  padding: 0 25px;
}
@media screen and (min-width: 1200px) {
  .circo-container .circo-container-wrapper {
    width: var(--size-site);
    max-width: 100%;
    margin: 0 auto;
  }
}
.app_footer {
  width: 100vw;
  overflow: hidden;
  background-color: var(--color-secondary);
}
.app_footer .app_footer_wrapper {
  padding: 100px 25px 60px 25px;
  position: relative;
}
.app_footer .app_footer_wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100vw - 50px);
  border-top: 1px solid var(--color-primary);
  max-width: var(--size-site);
}
.app_footer .app_footer_wrapper .app_footer_col {
  margin: 0 0 70px 0;
}
.app_footer .app_footer_wrapper .app_footer_col .app_logo img {
  width: 140px;
  height: auto;
}
.app_footer .app_footer_wrapper .app_footer_col h4 {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.app_footer .app_footer_wrapper .app_footer_col p {
  font-size: 16px;
  line-height: 22px;
}
.app_footer .app_footer_wrapper .app_footer_col p strong {
  font-family: "Anomique";
  font-weight: 200;
  font-size: 16px;
  line-height: 22px;
  display: block;
  margin-top: 50px;
}
.app_footer .app_footer_wrapper .app_footer_col ul li {
  padding: 3px 0;
}
.app_footer .app_footer_wrapper .app_footer_col ul li a {
  font-family: "Span Condensed";
  font-weight: 200;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}
.app_footer .app_footer_copyright {
  padding: 0 25px 25px 25px;
}
@media screen and (min-width: 1200px) {
  .app_footer .app_footer_wrapper {
    width: var(--size-site);
    margin: 0 auto;
    display: flex;
  }
  .app_footer .app_footer_wrapper .app_footer_col:nth-child(1) {
    width: 33.33%;
  }
  .app_footer .app_footer_wrapper .app_footer_col:nth-child(2), .app_footer .app_footer_wrapper .app_footer_col:nth-child(3) {
    width: 25%;
  }
  .app_footer .app_footer_wrapper .app_footer_col:nth-child(4) {
    width: 16.66%;
  }
  .app_footer .app_footer_copyright {
    padding: 0 25px 100px 25px;
  }
  .app_footer .app_footer_copyright .textwidget {
    width: var(--size-site);
    max-width: 100%;
    margin: 0 auto;
    display: flex;
  }
  .app_footer .app_footer_copyright .textwidget p:first-of-type {
    flex: 0 0 75%;
    width: 75%;
    align-items: flex-start;
  }
  .app_footer .app_footer_copyright .textwidget p:last-of-type {
    flex: 0 0 25%;
    width: 25%;
    align-items: flex-end;
    text-align: right;
  }
}
#scrolltotop {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  z-index: 75;
}
#scrolltotop img {
  object-fit: contains;
}
.single-career .circo-brush-header .circo-brush-header-wrapper {
  min-height: 50vh;
  align-items: flex-end;
}
.single-career .circo-columns-2_3 {
  padding: 75px 25px 60px 25px;
}
.single-career .circo-columns-2_3 .circo-columns-2_3-wrapper .circo-column h2 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 200;
  margin-bottom: 100px;
}
.single-career .circo-columns-2_3 .circo-columns-2_3-wrapper .circo-column .circo-btn {
  margin-top: 125px;
}
.page-template-tpl-contact, .page-template-tpl-contact .site-main, .page-template-tpl-contact .app_footer {
  background-color: var(--color-quaternary);
}
.page-template-tpl-contact .contact_cols {
  padding: 0 25px 150px 25px;
  margin: 50px 0 0 0;
}
.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper h2 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 50px;
  margin-top: 75px;
  text-transform: uppercase;
}
.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper p {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 15px;
}
.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form p {
  margin: 0;
}
.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form br {
  display: none;
}
.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form span.wpcf7-form-control-wrap {
  display: inline-flex;
  margin: 0 0 15px;
}
.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form span.wpcf7-form-control-wrap textarea {
  border: 1px solid var(--color-primary);
  background-color: transparent;
  padding: 10px 15px;
  resize: unset;
  width: 100%;
  margin: 0;
  font-family: "Span Condensed";
  font-size: 16px;
  line-height: 22px;
}
.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form span.wpcf7-form-control-wrap textarea::placeholder {
  font-size: 16px;
  line-height: 22px;
}
.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form span.wpcf7-form-control-wrap input[type="text"], .page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form span.wpcf7-form-control-wrap input[type="email"] {
  border: none;
  border-bottom: 1px solid var(--color-primary);
  background-color: transparent;
  display: block;
  padding: 15px 0;
  width: 100%;
  margin: 0;
  font-family: "Span Condensed";
  font-size: 16px;
  line-height: 22px;
}
.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form span.wpcf7-form-control-wrap input[type="text"]::placeholder, .page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form span.wpcf7-form-control-wrap input[type="email"]::placeholder {
  font-size: 16px;
  line-height: 22px;
}
.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form span.wpcf7-form-control-wrap input[type="text"]::placeholder, .page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form span.wpcf7-form-control-wrap input[type="email"]::placeholder, .page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form span.wpcf7-form-control-wrap textarea::placeholder {
  font-family: "Span Condensed";
  font-size: 16px;
  line-height: 22px;
}
.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form span.wpcf7-form-control-wrap:first-of-type {
  width: 100%;
}
.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form span.wpcf7-form-control-wrap:not(.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form span.wpcf7-form-control-wrap:first-of-type) {
  width: calc(50% - 10px);
}
.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form span.wpcf7-form-control-wrap:nth-child(3n) {
  margin-right: 16px;
}
.page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper form input[type="submit"] {
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .page-template-tpl-contact .contact_cols .contact_cols_wrapper {
    width: var(--size-site);
    max-width: 100%;
    margin: 0 auto;
    display: flex;
  }
  .page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col {
    flex: 1;
  }
  .page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper h2 {
    padding-right: 100px;
  }
  .page-template-tpl-contact .contact_cols .contact_cols_wrapper .contact_col .contact_col_wrapper p {
    padding-right: 100px;
  }
}
.post-type-archive-awards {
  background-color: var(--color-quaternary);
}
.post-type-archive-awards .circo-brush-header {
  background-color: var(--color-quaternary);
}
.post-type-archive-awards .circo-brush-header .circo-brush-header-wrapper {
  min-height: 50vh;
  align-items: flex-end;
}
.post-type-archive-awards .app_footer, .post-type-archive-awards .site-main {
  background-color: var(--color-quaternary);
}
.post-type-archive-awards .circo-awards {
  padding: 100px 25px 60px 25px;
  background-color: var(--color-quaternary);
}
.post-type-archive-awards .circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item {
  margin: 100px 0 0 0;
}
.post-type-archive-awards .circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item > div {
  position: relative;
}
.post-type-archive-awards .circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item > div .hover_img {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  max-width: 200px;
  display: block;
  overflow: hidden;
}
.post-type-archive-awards .circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item > div .hover_img img {
  transform: translateX(-100%);
  transition: all 250ms;
}
.post-type-archive-awards .circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item > div .hover_img.image_appears img {
  transform: translateX(0);
}
.post-type-archive-awards .circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item > div .hover_img.image_disappears img {
  transform: translateX(100%);
}
.post-type-archive-awards .circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item h3 {
  margin-top: 0;
}
.post-type-archive-awards .circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item h4 {
  margin-top: 10px;
}
.post-type-archive-awards .circo-awards .circo-awards-wrapper .circo-awards-items .circo-awards-item p {
  margin-top: 0;
}
.post-type-archive-projects .circo-works-filters {
  padding: 50px 25px;
}
.post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper {
  display: flex;
  align-items: flex-end;
}
.post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper .circo-works-filter {
  flex: 1;
  width: 100%;
}
.post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper .circo-works-filter:last-of-type {
  text-align: right;
  flex: 0 0 100px;
}
.post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper .circo-works-filter #works_filters {
  font-size: 20px;
  font-weight: 300;
  cursor: pointer;
}
.post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper .circo-works-filter p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}
.post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper .circo-works-filter input {
  -webkit-appearance: none;
  padding: 0;
  font: inherit;
  color: var(--color-primary);
  background: var(--color-primary);
  box-sizing: border-box;
  transition: all 0.5s;
  cursor: pointer;
  height: 2px;
  /** FF*/
  /* IE*/
}
.post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper .circo-works-filter input::-webkit-slider-runnable-track {
  color: var(--color-primary);
}
.post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper .circo-works-filter input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: var(--color-primary);
}
.post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper .circo-works-filter input::-moz-range-progress {
  background-color: var(--color-primary);
}
.post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper .circo-works-filter input::-moz-range-track {
  background-color: var(--color-primary);
}
.post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper .circo-works-filter input::-ms-fill-lower {
  background-color: var(--color-primary);
}
.post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper .circo-works-filter input::-ms-fill-upper {
  background-color: var(--color-primary);
}
.post-type-archive-projects .works_filters {
  display: none;
  background-color: var(--color-quaternary);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.post-type-archive-projects .works_filters ul {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 25px;
  width: 100%;
}
.post-type-archive-projects .works_filters ul li a {
  font-family: "Anomique";
  font-size: 20px;
  line-height: 30px;
  font-weight: 200;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.post-type-archive-projects .works_filters ul li a.active {
  font-weight: 300;
}
.post-type-archive-projects .works_filters ul #works_filters_clear, .post-type-archive-projects .works_filters ul #works_filters_clear a, .post-type-archive-projects .works_filters ul #works_filters_close {
  font-family: "Anomique";
  font-size: 20px;
  line-height: 30px;
  font-weight: 200;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.post-type-archive-projects .works_filters ul #works_filters_clear {
  margin-top: 50px;
}
.post-type-archive-projects .circo-works {
  min-height: 50vh;
}
@media screen and (min-width: 1200px) {
  .post-type-archive-projects #works_filters {
    display: none;
  }
  .post-type-archive-projects .circo-works-filters .circo-works-filters-wrapper {
    width: var(--size-site);
    max-width: 100%;
    margin: 0 auto;
  }
  .post-type-archive-projects .works_filters {
    display: block;
    position: relative;
    background-color: transparent;
  }
  .post-type-archive-projects .works_filters ul {
    position: relative;
    display: flex;
    gap: 40px;
    justify-content: center;
    margin: 50px 0 100px;
  }
  .post-type-archive-projects .works_filters ul #works_filters_close {
    display: none;
  }
  .post-type-archive-projects .works_filters ul #works_filters_clear {
    margin: 0;
  }
}
.single-projects .site-main {
  padding-bottom: 0;
}
.single-projects .circo-columns-2_3 .circo-columns-2_3-wrapper .circo-column h3 {
  font-family: "Anomique";
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}
.single-projects .circo-columns-2_3 .circo-columns-2_3-wrapper .circo-column ul {
  padding: 0 0 0 15px;
  list-style: disc;
}
.single-projects .circo-columns-2_3 .circo-columns-2_3-wrapper .circo-column ul li {
  font-family: "Span Condensed";
  font-size: 22px;
  line-height: 32px;
}
.single-projects .circo-columns-2_3 .circo-columns-2_3-wrapper .circo-column ul li:last-of-type {
  margin-bottom: 100px;
}
.single-projects .circo-columns-2_3 .circo-columns-2_3-wrapper .circo-column.circo-column-categories {
  display: flex;
  flex-wrap: wrap;
  padding-top: 110px;
}
.single-projects .circo-columns-2_3 .circo-columns-2_3-wrapper .circo-column.circo-column-categories div {
  flex: 0 0 50%;
}
.single-projects .circo-column-categories div {
  margin: 0 0 25px 0;
}
.single-projects .circo-column-categories div p:first-of-type {
  font-family: "Anomique";
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.single-projects .circo-column-categories div p:last-of-type {
  font-family: "Span Condensed";
  font-size: 22px;
  line-height: 32px;
  margin: 0;
}
.single-projects .circo-project-photos .circo-project-photos-wrapper {
  width: var(--size-site);
  margin: 0 auto;
}
.single-projects .circo-project-photos .circo-project-photos-wrapper .circo-project-photo {
  padding: 25px 25px 0 25px;
}
.single-projects .circo-project-photos .circo-project-photos-wrapper .circo-project-photo img {
  width: 100%;
}
.single-projects .circo-project-video {
  width: 100%;
  margin-top: 100px;
}
.single-projects .circo-project-video .circo-project-video-wrapper {
  width: 100%;
}
.single-projects .circo-project-video .circo-project-video-wrapper video, .single-projects .circo-project-video .circo-project-video-wrapper img {
  width: 100%;
}
.single-projects .circo-project-nav {
  margin-top: 100px;
}
.single-projects .circo-project-nav .circo-project-nav-wrapper {
  position: relative;
  width: var(--size-site);
  margin: 0 auto;
  display: flex;
}
.single-projects .circo-project-nav .circo-project-nav-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  width: calc(100vw - 50px);
  border-top: 1px solid var(--color-quaternary);
  max-width: var(--size-site);
}
.single-projects .circo-project-nav .circo-project-nav-wrapper a {
  flex: 1;
  padding: 50px 0;
}
.single-projects .circo-project-nav .circo-project-nav-wrapper a:nth-child(2) {
  text-align: center;
}
.single-projects .circo-project-nav .circo-project-nav-wrapper a:nth-child(3) {
  text-align: right;
}
.single-projects .circo-project-nav .circo-project-nav-wrapper a p {
  display: none;
  font-family: "Anomique";
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.single-projects .circo-project-nav .circo-project-nav-wrapper a p:first-of-type {
  text-transform: uppercase;
  font-weight: 300;
}
@media screen and (min-width: 1200px) {
  .single-projects .circo-columns-2_3 .circo-columns-2_3-wrapper {
    display: flex;
  }
  .single-projects .circo-columns-2_3 .circo-columns-2_3-wrapper .circo-column {
    flex: 0 0 70%;
    width: 70%;
  }
  .single-projects .circo-columns-2_3 .circo-columns-2_3-wrapper .circo-column p {
    padding: 0 calc(var(--size-site) / 5) 0 0;
  }
  .single-projects .circo-columns-2_3 .circo-columns-2_3-wrapper .circo-column.circo-column-categories {
    display: flex;
    flex: 0 0 30%;
    width: 30%;
    align-content: flex-start;
    padding-top: 35px;
  }
  .single-projects .circo-columns-2_3 .circo-columns-2_3-wrapper .circo-column.circo-column-categories div {
    width: 50% !important;
    flex: 50%;
  }
  .single-projects .circo-columns-2_3 .circo-columns-2_3-wrapper .circo-column.circo-column-categories p {
    padding: 0 !important;
  }
  .single-projects .circo-project-photos .circo-project-photo {
    width: 100%;
    display: flex;
    padding: 0;
  }
  .single-projects .circo-project-photos .circo-project-photo img {
    height: 600px;
    width: auto !important;
  }
  .single-projects .circo-project-photos .circo-project-photo:not(.single-projects .circo-project-photos .circo-project-photo:first-of-type) {
    padding: 0 !important;
  }
  .single-projects .circo-project-photos .circo-project-photo:nth-child(3n-2) {
    margin: 150px auto 200px 0;
    justify-content: flex-start;
  }
  .single-projects .circo-project-photos .circo-project-photo:nth-child(3n-1) {
    margin: 0 0 0 auto;
    justify-content: flex-end;
  }
  .single-projects .circo-project-photos .circo-project-photo:nth-child(3n) {
    margin: 150px auto 0 auto;
    justify-content: center;
  }
  .single-projects .circo-project-photos .circo-project-photo:last-of-type {
    margin-bottom: 0 !important;
  }
  .single-projects .circo-project-nav .circo-project-nav-wrapper:before {
    left: 0;
  }
  .single-projects .circo-project-nav .circo-project-nav-wrapper a img {
    margin-bottom: 25px;
  }
  .single-projects .circo-project-nav .circo-project-nav-wrapper a p {
    display: block;
  }
}
html {
  scroll-behavior: smooth;
}
.page-id-592 .circo-btn {
  margin-top: 30px;
}
.circo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid var(--color-primary);
  border-radius: 50px;
  padding: 15px 35px;
  font-family: "Anomique";
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  position: relative;
  overflow: hidden;
  transition: 250ms all;
}
.circo-btn span {
  z-index: 1;
}
.circo-btn:after {
  content: "";
  background-color: var(--color-primary);
  transition: 250ms all;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 100%;
  z-index: 0;
}
.circo-btn:hover span {
  color: #fff;
}
.circo-btn:hover:after {
  right: 0;
}
.circo-btn input[type="submit"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}
.circo-btn .wpcf7-spinner {
  display: none !important;
}
.circo_loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-quaternary);
}
.circo_loader .circo_loader_wrapper {
  overflow: hidden;
  padding: 100px 0;
  /*img {
      transform: translateY(50vh);
      transition: transform 500ms;
      opacity: 0;
      width: 200px;
      height: auto;
    }*/
}
.circo_loader .circo_loader_wrapper .reveal {
  margin: 0 20px;
  overflow: hidden;
  text-align: center;
  font-family: "Anomique";
}
.circo_loader .circo_loader_wrapper .reveal__content {
  transform: translateY(100%);
  animation: reveal 1.7s cubic-bezier(1, 0, 0.3, 0.9) forwards, unreveal 1.7s cubic-bezier(1, 0, 0.3, 0.9) 3.5s forwards;
}
.circo_loader .circo_loader_wrapper .studio {
  font-size: 52px;
  line-height: 52px;
  font-weight: 200;
  text-transform: uppercase;
}
.circo_loader .circo_loader_wrapper .bakuza {
  font-size: 78px;
  line-height: 78px;
  font-weight: 300;
  text-transform: uppercase;
  animation: reveal 1.7s cubic-bezier(1, 0, 0.3, 0.9) 0.6s forwards, unreveal 1.7s cubic-bezier(1, 0, 0.3, 0.9) 3s forwards;
}
@keyframes reveal {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes unreveal {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
    opacity: 0;
  }
}
#cursor {
  background-color: transparent;
  border: 3px solid var(--color-ternary);
  width: 35px;
  height: 35px;
  position: absolute;
  border-radius: 100%;
  transition: all 0.2s ease;
  z-index: 20;
  pointer-events: none;
  z-index: 10000;
}
@media screen and (max-width: 900px) {
  #cursor {
    display: none;
  }
}
#container {
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
}
.circo-works-item-img img:first-child {
  opacity: 0;
}
body {
  background: var(--color-secondary);
}
.site-main {
  background-color: unset;
}
.app_menu {
  height: 100vh;
}
.app_menu #primary-menu {
  position: absolute !important;
}
body:not(.home) div.circo_loader {
  display: none !important;
}
.circo-video-header {
  clip-path: inset(0);
}
