/*
Theme Name: Anonymous
Theme URI: http://www.anonymous.paris
Author: anonymous
Author URI: http://www.anonymous.paris
Description: 
Version: 1.0
License: 
License URI: 
*/
/*@import "../js/lib/plyr/plyr";*/
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: #f1f1f1; }

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

ol,
ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

fieldset {
  min-width: inherit; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none; }

a:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3); }

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

a img {
  border: 0; }

/*@import "imports/videoplayer";*/
header {
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 999;
  top: 0;
  left: 0;
  pointer-events: none; }
  header .logo {
    position: absolute;
    left: 70px;
    top: 70px;
    pointer-events: all; }
  header #burger, header #close {
    position: absolute;
    top: 70px;
    right: 70px;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    cursor: pointer;
    display: block;
    pointer-events: all; }
    header #burger .line, header #close .line {
      width: 28px;
      height: 2px;
      margin-bottom: 7px;
      display: block;
      background-color: #fff; }
  header #burger-black {
    position: absolute;
    top: 70px;
    right: 70px;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    cursor: pointer;
    display: block;
    pointer-events: all; }
    header #burger-black .line {
      width: 28px;
      height: 2px;
      margin-bottom: 7px;
      display: block;
      background-color: #000; }
  header #nav-black, header #nav-white {
    clip: rect(10px, auto, auto, 0px);
    width: 100%;
    height: 110px;
    position: absolute;
    z-index: -1; }
  header nav {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100vh;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    visibility: hidden;
    pointer-events: none; }
    header nav .menu-item a {
      opacity: 0;
      -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
      clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    header nav .menu-main-menu-container {
      padding: 70px 12.5%; }
      header nav .menu-main-menu-container > ul {
        font-size: 0;
        margin-top: 30px; }
        header nav .menu-main-menu-container > ul > li {
          font-size: 40px;
          display: inline-block;
          width: 33.333%;
          vertical-align: top; }
          header nav .menu-main-menu-container > ul > li > a {
            color: #fff;
            display: block;
            margin: 47px 0; }
      header nav .menu-main-menu-container .sub-menu li {
        font-size: 25px;
        margin: 10px 0;
        display: block; }
        header nav .menu-main-menu-container .sub-menu li a {
          color: #fff;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          display: block; }
          header nav .menu-main-menu-container .sub-menu li a::after {
            content: "";
            display: block;
            width: 100%;
            height: 1px;
            background-color: #fff;
            margin-top: 4px;
            opacity: 0;
            -webkit-transition: opacity 0.5s;
            -o-transition: opacity 0.5s;
            transition: opacity 0.5s; }
        header nav .menu-main-menu-container .sub-menu li a:hover::after {
          opacity: 1; }

.projects-homepage {
  margin: 60px;
  font-size: 0;
  position: relative;
  z-index: 1; }
  .projects-homepage::after {
    background-color: #fff;
    content: '';
    display: block;
    position: absolute;
    top: -60px;
    left: -60px;
    right: -60px;
    bottom: -60px;
    z-index: -1; }
  .projects-homepage p {
    width: 75%;
    font-size: 30px;
    line-height: 55px;
    /*font-style: italic;*/
    opacity: 0.9;
    margin: 0 auto;
    padding: 140px 10px; }
  .projects-homepage li {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden; }
    .projects-homepage li video {
      position: absolute;
      opacity: 0; }
    .projects-homepage li .project-infos {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0; }
      .projects-homepage li .project-infos h2 {
        font-size: 25px;
        color: #fff; }
      .projects-homepage li .project-infos span, .projects-homepage li .project-infos span a {
        font-size: 16px;
        color: #fff;
        /*font-style: italic;*/ }
      .projects-homepage li .project-infos::before {
        content: "";
        width: 0;
        height: 100%;
        display: inline-block;
        vertical-align: bottom; }
      .projects-homepage li .project-infos .project-infos-container {
        display: inline-block;
        width: 100%;
        padding: 40px;
        vertical-align: middle; }

.projects-category {
  margin: 60px;
  font-size: 0;
  background-color: #fff;
  position: relative;
  z-index: 1; }
  .projects-category::after {
    background-color: #fff;
    content: '';
    display: block;
    position: absolute;
    top: -60px;
    left: -60px;
    right: -60px;
    bottom: -60px;
    z-index: -1; }
  .projects-category p {
    width: 75%;
    font-size: 30px;
    line-height: 55px;
    /*font-style: italic;*/
    opacity: 0.9;
    margin: 0 auto;
    padding: 140px 10px; }
  .projects-category .office-filter {
    text-align: center;
    font-size: 25px;
    padding: 0 0 120px 0;
    width: 75%;
    margin: 0 auto; }
    .projects-category .office-filter li {
      display: inline-block;
      margin: 0 20px 10px 20px; }
      .projects-category .office-filter li a {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: block;
        opacity: 0.35;
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
        margin: 0 auto;
        cursor: pointer; }
        .projects-category .office-filter li a::after {
          content: "";
          display: block;
          width: 100%;
          height: 1px;
          background-color: #000;
          margin-top: 4px;
          opacity: 0;
          -webkit-transition: opacity 0.5s;
          -o-transition: opacity 0.5s;
          transition: opacity 0.5s; }
      .projects-category .office-filter li a:hover {
        opacity: 1; }
        .projects-category .office-filter li a:hover::after {
          opacity: 1; }
  .projects-category li {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden; }
    .projects-category li video {
      position: absolute;
      opacity: 0; }
    .projects-category li .project-infos {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0; }
      .projects-category li .project-infos h2 {
        font-size: 25px;
        color: #fff; }
      .projects-category li .project-infos span, .projects-category li .project-infos span a {
        font-size: 16px;
        color: #fff;
        /*font-style: italic;*/ }
      .projects-category li .project-infos::before {
        content: "";
        width: 0;
        height: 100%;
        display: inline-block;
        vertical-align: bottom; }
      .projects-category li .project-infos .project-infos-container {
        display: inline-block;
        width: 100%;
        padding: 40px;
        vertical-align: middle; }

footer {
  font-size: 0;
  background-color: #0d0d0d; }
  footer .menu-main-menu-container {
    padding: 70px 0 117px 12.5%;
    width: 75%;
    display: inline-block; }
    footer .menu-main-menu-container > ul {
      font-size: 0; }
      footer .menu-main-menu-container > ul > li {
        font-size: 20px;
        display: inline-block;
        width: 33.333%;
        vertical-align: top; }
        footer .menu-main-menu-container > ul > li > a {
          display: block;
          margin: 47px 0;
          color: #fff; }
    footer .menu-main-menu-container .sub-menu li {
      font-size: 16px;
      margin: 10px 0;
      display: block; }
      footer .menu-main-menu-container .sub-menu li a {
        color: #fff;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: block;
        /*font-style: italic;*/
        opacity: 0.33;
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s; }
      footer .menu-main-menu-container .sub-menu li a:hover {
        opacity: 1; }
  footer .menu-follow-us-container {
    padding: 70px 12.5% 70px 0;
    width: 25%;
    display: inline-block; }
    footer .menu-follow-us-container > ul {
      font-size: 0; }
      footer .menu-follow-us-container > ul > li {
        font-size: 20px;
        display: inline-block;
        vertical-align: top; }
        footer .menu-follow-us-container > ul > li > a {
          color: #fff;
          display: block;
          margin: 47px 0; }
    footer .menu-follow-us-container .sub-menu li {
      font-size: 16px;
      margin: 10px 0;
      display: block; }
      footer .menu-follow-us-container .sub-menu li a {
        color: #fff;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: block;
        /*font-style: italic;*/
        opacity: 0.33;
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s; }
      footer .menu-follow-us-container .sub-menu li a:hover {
        opacity: 1; }

#single {
  background-color: #0d0d0d;
  text-align: center; }
  #single .project-infos {
    margin: 60px; }
    #single .project-infos h1 {
      font-size: 60px;
      color: #fff;
      margin: 80px; }
    #single .project-infos .credits {
      color: #fff;
      font-size: 18px;
      font-weight: 400;
      /*font-style: italic;*/
      margin: 0 auto; }
      #single .project-infos .credits li {
        display: inline-block;
        margin: 0 10px; }
    #single .project-infos .description {
      margin: 80px auto; }
    #single .project-infos p {
      color: #fff;
      font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-size: 14px;
      line-height: 30px;
      letter-spacing: 1px; }
  #single .spacer {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #191919; }
  #single .additional-contents {
    margin: 60px; }
    #single .additional-contents h2 {
      font-size: 28px;
      color: #fff;
      margin: 70px; }
    #single .additional-contents .plyr {
      margin: 10px; }
    #single .additional-contents .full-width img {
      width: 100%;
      height: auto; }
    #single .additional-contents .gallery {
      font-size: 0;
      text-align: left; }
      #single .additional-contents .gallery li {
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px; }
        #single .additional-contents .gallery li img {
          width: 100%;
          height: auto; }

#offices .office-content {
  margin: 60px;
  font-size: 0;
  position: relative;
  z-index: 1; }
  #offices .office-content::after {
    background-color: #fff;
    content: '';
    display: block;
    position: absolute;
    top: -60px;
    left: -60px;
    right: -60px;
    bottom: -60px;
    z-index: -1; }
  #offices .office-content .office-intro p {
    width: 75%;
    font-size: 30px;
    line-height: 55px;
    /*font-style: italic;*/
    opacity: 0.9;
    margin: 0px auto 140px auto;
    padding: 0 10px; }
  #offices .office-content .offices-menu {
    text-align: center;
    font-size: 25px;
    padding: 140px 0 120px 0;
    width: 75%;
    margin: 0 auto; }
    #offices .office-content .offices-menu li {
      display: inline-block;
      margin: 0 20px 10px 20px; }
      #offices .office-content .offices-menu li a {
        cursor: pointer;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: block;
        opacity: 0.35;
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
        margin: 0 auto; }
        #offices .office-content .offices-menu li a::after {
          content: "";
          display: block;
          width: 100%;
          height: 1px;
          background-color: #000;
          margin-top: 4px;
          opacity: 0;
          -webkit-transition: opacity 0.5s;
          -o-transition: opacity 0.5s;
          transition: opacity 0.5s; }
      #offices .office-content .offices-menu li a:hover {
        opacity: 1; }
        #offices .office-content .offices-menu li a:hover::after {
          opacity: 1; }

#offices .office-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 140px; }
  #offices .office-address .office-address-image img {
    width: 100%;
    height: auto; }
  #offices .office-address .office-address-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #offices .office-address .office-address-detail h2 {
      font-size: 25px;
      line-height: 40px; }
    #offices .office-address .office-address-detail p {
      font-size: 20px;
      line-height: 40px; }
    #offices .office-address .office-address-detail a {
      font-size: 20px;
      line-height: 40px; }

#offices .office-gallery {
  margin: 0 auto 140px auto; }
  #offices .office-gallery .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: 50px; }
    #offices .office-gallery .owl-dots .owl-dot span {
      background-color: #fff;
      opacity: 0.2;
      margin: 0 10px; }
    #offices .office-gallery .owl-dots .active span {
      opacity: 1; }
  #offices .office-gallery img {
    height: auto; }

#offices .office-contacts {
  padding-bottom: 0px;
  margin-bottom: 100px;
  border-bottom: 1px solid #f3f3f3; }
  #offices .office-contacts h4 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 140px; }
  #offices .office-contacts .contacts li {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
    margin-bottom: 100px; }
  #offices .office-contacts .contacts h3 {
    font-size: 20px;
    line-height: 30px; }
  #offices .office-contacts .contacts span {
    font-size: 16px;
    line-height: 30px;
    opacity: 0.5; }

#offices .last-posts h4 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 140px; }

#offices .last-posts .view-all {
  font-size: 25px;
  text-align: center;
  margin: 140px 0;
  /*font-style: italic;*/ }

#offices .last-posts li {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }
  #offices .last-posts li video {
    position: absolute;
    opacity: 0; }
  #offices .last-posts li .project-infos {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; }
    #offices .last-posts li .project-infos h2 {
      font-size: 25px;
      color: #fff; }
    #offices .last-posts li .project-infos span, #offices .last-posts li .project-infos span a {
      font-size: 16px;
      color: #fff;
      /*font-style: italic;*/ }
    #offices .last-posts li .project-infos::before {
      content: "";
      width: 0;
      height: 100%;
      display: inline-block;
      vertical-align: bottom; }
    #offices .last-posts li .project-infos .project-infos-container {
      display: inline-block;
      width: 100%;
      padding: 40px;
      vertical-align: middle; }

#skills .skills-content {
  margin: 60px;
  font-size: 0;
  position: relative;
  z-index: 1; }
  #skills .skills-content::after {
    background-color: #fff;
    content: '';
    display: block;
    position: absolute;
    top: -60px;
    left: -60px;
    right: -60px;
    bottom: -60px;
    z-index: -1; }
  #skills .skills-content .skills-menu {
    text-align: center;
    font-size: 25px;
    padding: 140px 0 120px 0;
    width: 75%;
    margin: 0 auto; }
    #skills .skills-content .skills-menu li {
      display: inline-block;
      margin: 0 20px 10px 20px; }
      #skills .skills-content .skills-menu li a {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: block;
        opacity: 0.35;
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
        margin: 0 auto;
        cursor: pointer; }
        #skills .skills-content .skills-menu li a::after {
          content: "";
          display: block;
          width: 100%;
          height: 1px;
          background-color: #000;
          margin-top: 4px;
          opacity: 0;
          -webkit-transition: opacity 0.5s;
          -o-transition: opacity 0.5s;
          transition: opacity 0.5s; }
      #skills .skills-content .skills-menu li a:hover {
        opacity: 1; }
        #skills .skills-content .skills-menu li a:hover::after {
          opacity: 1; }

#skills .skill {
  padding-bottom: 120px;
  margin-bottom: 120px;
  border-bottom: 1px solid #f3f3f3; }
  #skills .skill h2 {
    font-size: 60px;
    text-align: center;
    margin-bottom: 140px; }
  #skills .skill .description {
    display: block;
    width: 75%;
    font-size: 30px;
    line-height: 55px;
    /*font-style: italic;*/
    opacity: 0.9;
    margin: 0 auto;
    padding: 0 10px 140px 10px; }
  #skills .skill p {
    font-size: 16px;
    letter-spacing: 1.5px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 35px; }
  #skills .skill .skill-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #skills .skill .skill-details .skill-full-description {
      display: block;
      font-size: 0; }
      #skills .skill .skill-details .skill-full-description a {
        font-size: 25px;
        /*font-style: italic; */
        margin-top: 70px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: block;
        opacity: 1;
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s; }
        #skills .skill .skill-details .skill-full-description a::after {
          content: "";
          display: block;
          width: 100%;
          height: 1px;
          background-color: #000;
          margin-top: 4px;
          opacity: 0;
          -webkit-transition: opacity 0.5s;
          -o-transition: opacity 0.5s;
          transition: opacity 0.5s; }
      #skills .skill .skill-details .skill-full-description a:hover {
        opacity: 1; }
        #skills .skill .skill-details .skill-full-description a:hover::after {
          opacity: 1; }
    #skills .skill .skill-details .skill-image img {
      width: 100%;
      height: auto; }
  #skills .skill:nth-child(2n+1) .skill-details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

body {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased; }

a, a:visited, a:active, a:focus {
  color: #000;
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0; }

.col1 {
  width: calc(8.333% - 20px);
  margin-left: 10px;
  margin-right: 10px; }

.col3 {
  width: calc(25% - 20px);
  margin-left: 10px;
  margin-right: 10px; }

.col4 {
  width: calc(33.333% - 20px);
  margin-left: 10px;
  margin-right: 10px; }

.col5 {
  width: calc(41.666% - 20px);
  margin-left: 10px;
  margin-right: 10px; }

.col6 {
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px; }

.col8 {
  width: calc(66.666% - 20px);
  margin-left: 10px;
  margin-right: 10px; }

.col10 {
  width: calc(83.333% - 20px);
  margin-left: 10px;
  margin-right: 10px; }

.col12, .m12 {
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px; }

.container {
  width: 100%; }

.content {
  overflow: auto; }

.lazy-container img {
  width: 100%;
  height: auto; }

.page-header {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  /*z-index: -1;*/
  background-color: #0d0d0d;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .page-header .background {
    width: 100%;
    position: absolute; }
    .page-header .background video, .page-header .background img {
      width: 100%; }
    .page-header .background img {
      height: auto; }
  .page-header .header-title {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .page-header .header-title h1 {
      font-size: 60px;
      color: #fff; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out; }

.faded {
  opacity: 1 !important; }

.slide {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.slided {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important; }

.project-mask {
  background-color: #7E92A0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.color-slided {
  -webkit-transform: translate3d(100%, 0, 0) !important;
  transform: translate3d(100%, 0, 0) !important; }

.elm-button {
  background-color: transparent !important;
  color: #000 !important;
  font-size: 25px !important;
  font-family: 'Barlow Condensed', sans-serif;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 80px 0 140px 0; }

.plyr .plyr__volume {
  width: 32px !important;
  max-width: 32px !important; }

.plyr .plyr__tooltip {
  display: none; }

.plyr__control svg {
  height: 12px !important;
  width: 12px !important; }

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: transparent !important; }

.plyr--full-ui input[type=range] {
  color: #fff !important; }

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  height: 10px !important;
  width: 10px !important;
  margin-top: -3px !important; }

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  height: 4px !important; }

.plyr__progress__buffer {
  height: 4px !important; }

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  height: 4px !important; }

.plyr__control--overlaid {
  background: transparent;
  border: 2px solid white;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0; }

@media (max-width: 640px) {
  .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
    width: calc(100% - 20px); }
  .no-mobile {
    display: none; }
  .page-header {
    padding-bottom: 100%; }
    .page-header .background {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .page-header .background img {
        height: 100%;
        width: auto;
        -o-object-fit: cover;
        object-fit: cover; } }

@media (max-width: 640px) {
  .projects-homepage {
    margin: 10px; }
    .projects-homepage::after {
      top: -10px;
      left: -10px;
      right: -10px;
      bottom: -10px; }
    .projects-homepage p {
      width: 75%;
      font-size: 22px;
      line-height: 40px;
      padding: 80px 10px; }
    .projects-homepage li .project-infos .project-infos-container {
      padding: 20px; } }

@media (max-width: 640px) {
  .header-title h1 {
    font-size: 40px !important; }
  header .logo {
    left: 20px;
    top: 20px;
    z-index: 999; }
  header #burger, header #close {
    top: 20px;
    right: 20px;
    z-index: 999; }
  header #burger-black {
    top: 20px;
    right: 20px;
    z-index: 999; }
  header nav::before {
    background-color: rgba(0, 0, 0, 0.8);
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
    height: 70px;
    pointer-events: all; }
  header nav .menu-main-menu-container {
    padding: 15px;
    height: calc(100vh - 70px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    margin-top: 70px;
    padding-bottom: 70px;
    pointer-events: all; }
    header nav .menu-main-menu-container > ul {
      margin-top: 0;
      text-align: center; }
      header nav .menu-main-menu-container > ul > li {
        /*font-size: 30px;*/
        width: 100%; }
        header nav .menu-main-menu-container > ul > li > a {
          margin: 27px 0; }
    header nav .menu-main-menu-container .sub-menu li {
      /*font-size: 20px;*/
      margin: 5px auto;
      display: block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      header nav .menu-main-menu-container .sub-menu li a {
        display: unset; } }

@media (max-width: 640px) {
  footer .menu-follow-us-container {
    padding: 0px 12.5% 0px 12.5%;
    width: 100%; }
    footer .menu-follow-us-container > ul {
      text-align: center; }
      footer .menu-follow-us-container > ul > li > a {
        color: #fff;
        display: inline-block; }
    footer .menu-follow-us-container .sub-menu {
      display: inline-block; }
      footer .menu-follow-us-container .sub-menu li {
        display: inline-block;
        margin-left: 10px; } }

@media (max-width: 640px) {
  .projects-category {
    margin: 10px; }
    .projects-category::after {
      top: -10px;
      left: -10px;
      right: -10px;
      bottom: -10px; }
    .projects-category p {
      width: 75%;
      font-size: 22px;
      line-height: 40px;
      padding: 80px 10px; }
    .projects-category li .project-infos .project-infos-container {
      padding: 20px; }
  .elm-button {
    margin: 80px 0 !important; } }

@media (max-width: 640px) {
  #offices .office-content {
    margin: 10px; }
    #offices .office-content::after {
      top: -10px;
      left: -10px;
      right: -10px;
      bottom: -10px; }
    #offices .office-content .offices-menu {
      padding: 80px 0 80px 0; }
      #offices .office-content .offices-menu li {
        margin: 0;
        width: 100%; }
    #offices .office-content .office-intro p {
      width: 75%;
      font-size: 22px;
      line-height: 40px;
      margin: 0px auto 80px auto; }
    #offices .office-content .office-address {
      display: block;
      margin-bottom: 80px; }
      #offices .office-content .office-address .office-address-detail {
        width: 75%;
        margin: 80px auto 0 auto; }
    #offices .office-content .office-gallery {
      margin-bottom: 80px; }
      #offices .office-content .office-gallery .owl-dots {
        margin-bottom: 20px; }
    #offices .office-content .office-contacts {
      padding-bottom: 80px;
      margin-bottom: 80px; }
      #offices .office-content .office-contacts h4 {
        margin-bottom: 80px; }
      #offices .office-content .office-contacts .contacts li {
        width: 75%;
        margin: 0 auto 40px auto;
        display: block; }
    #offices .office-content .last-posts h4 {
      margin-bottom: 80px; }
    #offices .office-content .last-posts li .project-infos .project-infos-container {
      padding: 20px; }
    #offices .office-content .last-posts .view-all {
      margin: 80px 0; } }

@media (max-width: 640px) {
  #skills .skills-content {
    margin: 10px; }
    #skills .skills-content::after {
      top: -10px;
      left: -10px;
      right: -10px;
      bottom: -10px; }
    #skills .skills-content .skills-menu {
      padding: 80px 0; }
      #skills .skills-content .skills-menu li {
        margin: 0;
        width: 100%; }
  #skills .skill {
    padding-bottom: 80px;
    margin-bottom: 80px; }
    #skills .skill .description {
      padding: 80px 10px;
      font-size: 22px;
      line-height: 40px; }
    #skills .skill .skill-details {
      display: block; }
      #skills .skill .skill-details .skill-image {
        margin-bottom: 80px; }
      #skills .skill .skill-details .skill-full-description {
        width: 75%;
        margin: 0 auto; }
        #skills .skill .skill-details .skill-full-description a {
          margin: 70px auto 0 auto; } }

@media (max-width: 640px) {
  #single {
    padding-top: 100px; }
    #single #mobile-player {
      width: 100%;
      height: 0;
      padding-bottom: 56.25%;
      position: relative; }
      #single #mobile-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      #single #mobile-player img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        pointer-events: none;
        z-index: 1; }
      #single #mobile-player .plyr__control {
        z-index: 2;
        display: block;
        pointer-events: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
    #single .project-infos {
      margin: 10px; }
      #single .project-infos h1 {
        font-size: 40px;
        margin: 80px 0; }
    #single .additional-contents {
      margin: 60px 0; } }
