<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  overflow-x: hidden;
}

div {
  box-sizing: border-box;
}

.button {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.2rem;
  font-weight: 200;
}
.button:hover {
  cursor: pointer;
  background: #5a5a5a;
  color: white;
}
.button.buttonlight {
  border: 1px solid rgba(0, 0, 0, 0);
}
.button.buttonlight:hover {
  background: none;
  border: 1px solid #41b3a3;
  color: #41b3a3;
}

.title, .title_left, .title_center {
  position: relative;
  text-align: right;
}
.title h1, .title_left h1, .title_center h1 {
  display: inline-block;
  font-weight: 200;
  background: white;
  padding-bottom: 10px;
  padding-left: 15px;
  z-index: 10;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .title h1, .title_left h1, .title_center h1 {
    background: transparent;
  }
}
.title .line, .title_left .line, .title_center .line {
  position: absolute;
  bottom: 39px;
  left: 0px;
  width: 100%;
  border-bottom: 2px solid black;
}
@media only screen and (max-width: 768px) {
  .title .line, .title_left .line, .title_center .line {
    border-bottom: 0px;
  }
}

.title_center {
  text-align: center;
}
.title_center h1 {
  padding-right: 15px;
}

.title_left {
  text-align: left;
}
.title_left h1 {
  padding-right: 15px;
  padding-left: 0px;
}

.maprel {
  position: relative;
}

.maprel .buttonchange {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1em;
  text-align: center;
}

.maprel .buttonchange a {
  color: white;
  background: #41b3a3;
  padding: 0.5em;
  border-radius: 0.3em;
}

.maprel .buttonchange a:hover {
  opacity: 0.8;
}

#headerbg {
  height: 550px;
  padding-top: 30px;
  position: relative;
}
#headerbg .logo {
  vertical-align: middle;
  color: white;
  padding-left: 20px;
  font-weight: 200;
}
#headerbg .logo img {
  max-width: 150px;
  padding-right: 10px;
  vertical-align: bottom;
}
#headerbg .logo img.nonhover {
  display: inline;
}
#headerbg .logo img.hover {
  display: none;
}
#headerbg .logo:hover {
  color: #41b3a3;
}
#headerbg .logo:hover img.nonhover {
  display: none;
}
#headerbg .logo:hover img.hover {
  display: inline;
}
#headerbg .logo span {
  font-size: 1.2em;
  vertical-align: bottom;
  line-height: 0.7em;
}
#headerbg #angle {
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  z-index: 100;
}
#headerbg #scrollDown {
  position: absolute;
  z-index: 101;
  bottom: 250px;
  width: 100%;
  text-align: center;
  left: 0px;
  color: white;
  font-size: 4em;
}

#homecontent {
  margin-top: -30px;
  z-index: 999;
}
#homecontent .content_home {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.8em;
  position: relative;
}
#homecontent .content_home:before, #homecontent .content_home:after {
  position: absolute;
  font-size: 3em;
}
#homecontent .content_home:before {
  content: "“";
  top: -10px;
  left: -20px;
}
#homecontent .content_home:after {
  content: "”";
  bottom: -10px;
  right: -20px;
}
#homecontent .moreinfos {
  font-size: 1.2em;
  font-weight: 300;
  text-transform: uppercase;
  text-align: right;
}

#slider1_responsive .item {
  border: 0px !important;
}
#slider1_responsive .item .title, #slider1_responsive .item .title_center, #slider1_responsive .item .title_left {
  display: none !important;
}

@media (max-width: 500px) {
  #homecontent {
    padding: 0px 20px;
  }
  #homecontent .content_home {
    font-size: 1em;
    line-height: 1.5em;
  }
}
#project_featured {
  margin-top: 30px;
  margin-bottom: 30px;
}
#project_featured .accordion .carousel_inner {
  padding-left: 0px;
}
#project_featured .accordion .item {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  transform: perspective(500px);
}
@media only screen and (min-width: 1700px) {
  #project_featured .accordion .item {
    height: 350px !important;
  }
}
#project_featured .accordion .item .hover {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.85);
}
#project_featured .accordion .item .hover span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 2em;
  color: #41b3a3;
}
#project_featured .accordion .item:hover {
  z-index: 100;
  transform: perspective(500px) translateZ(50px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#project_featured .accordion .item:hover .hover {
  opacity: 1;
  visibility: visible;
}
#project_featured .accordion .item .title, #project_featured .accordion .item .title_center, #project_featured .accordion .item .title_left {
  width: 100%;
  bottom: 0;
  left: 0;
  color: #41b3a3;
  text-align: center;
  padding: 10px;
  font-size: 0.9em;
  overflow: hidden;
  margin-top: 30px;
  font-weight: 200;
  text-transform: uppercase;
}
#project_featured .carousel {
  overflow: hidden;
}
#project_featured .carousel .item {
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.38);
  background-size: cover !important;
  background-position: 50% 50%;
}
#project_featured .carousel .item .title, #project_featured .carousel .item .title_center, #project_featured .carousel .item .title_left {
  letter-spacing: normal;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 10px;
  color: black;
  background: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  font-weight: 300;
  text-align: center;
}
#project_featured .carousel .item .hover {
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  right: 0;
  bottom: 0;
  padding: 15%;
  font-size: 3em;
  color: white;
}
#project_featured .carousel .item:hover .hover {
  visibility: visible;
  opacity: 1;
}
#project_featured .mainImg {
  display: none;
}
#project_featured .next, #project_featured .prev {
  background: transparent;
  border-radius: 0px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  padding: 8px 15px;
  font-size: 1.5em;
  z-index: 600;
}
#project_featured .next:hover, #project_featured .prev:hover {
  padding: 10px 20px;
}

#slider1_responsive {
  display: none;
}

.greyzone {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  background: #606060;
  padding-top: 80px;
  padding-bottom: 30px;
  margin-top: -150px;
}
.greyzone .viewmore {
  text-align: right;
  font-size: 1.2em;
  font-weight: 300;
  margin-top: 30px;
  text-transform: uppercase;
}
.greyzone .viewmore .button {
  color: white;
}

@media (max-width: 500px) {
  #slider1_responsive {
    display: block;
  }

  #slider1 {
    display: none;
  }
}
#homeTeam {
  background: #353535;
  padding: 30px 0;
  color: white;
}
#homeTeam .title_center h1 {
  color: white;
  background: #353535;
  text-transform: uppercase;
}
#homeTeam .title_center .line {
  border-bottom: 2px solid white;
}
#homeTeam .moreStudio {
  margin-top: 25px;
  text-align: right;
}
#homeTeam .moreStudio .button {
  color: white;
}
#homeTeam .moreStudio .button:hover {
  background: white;
  color: #353535;
}

.owl-stage {
  margin: 0 auto;
}

.teamItem, .teamItemResponsive {
  padding: 5px 15px;
  text-align: center;
}
.teamItem .image, .teamItemResponsive .image {
  position: relative;
  display: inline-block;
}
.teamItem .image .head, .teamItemResponsive .image .head {
  display: block;
  margin: 0 auto 0 auto;
  max-width: 100px;
  border: 3px solid white;
}
.teamItem .image:hover .hover, .teamItemResponsive .image:hover .hover {
  visibility: visible;
  opacity: 0.5;
  cursor: pointer;
}
.teamItem .image .hover, .teamItemResponsive .image .hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background: white;
  color: #353535;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.teamItem .image .hover .fa, .teamItem .image .hover .fal, .teamItemResponsive .image .hover .fa, .teamItemResponsive .image .hover .fal {
  position: absolute;
  top: 50%;
  display: block;
  left: 50%;
  font-size: 2em;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
.teamItem h2, .teamItemResponsive h2 {
  text-shadow: 0 0 3px black;
  font-weight: 300;
  font-size: 1.1em;
}
.teamItem h2 .nom, .teamItemResponsive h2 .nom {
  font-weight: 400;
  font-size: 0.9em;
}
.teamItem h2 .fonction, .teamItemResponsive h2 .fonction {
  font-size: 0.7em;
  margin-top: 8px;
}
.teamItem .description, .teamItemResponsive .description {
  text-align: left;
  display: none;
  background: #353535;
  color: white;
  padding: 20px;
  margin-top: 20px;
  position: relative;
}
.teamItem .description:before, .teamItemResponsive .description:before {
  position: absolute;
  left: 50%;
  top: -11px;
  content: "";
  padding: 10px;
  background: #353535;
  border-left: 1px solid white;
  border-top: 1px solid white;
  transform: translateX(-50%) rotate(45deg);
}
.teamItem .description a, .teamItemResponsive .description a {
  color: white !important;
  font-weight: bold;
}

.showResponsive {
  display: none;
}

@media (max-width: 700px) {
  .hideResponsive {
    display: none;
  }

  .showResponsive {
    display: block;
  }
  .showResponsive h2 {
    text-shadow: none !important;
  }
}
.thedescription {
  display: none;
  padding: 10px;
  font-weight: 300;
  max-width: 800px;
  margin: 0 auto 0 auto;
  border-top: 1px solid white;
  position: relative;
}
.thedescription a {
  color: white !important;
  font-weight: bold;
}
.thedescription:before {
  position: absolute;
  left: 50%;
  top: -11px;
  content: "";
  padding: 10px;
  background: #353535;
  border-left: 1px solid white;
  border-top: 1px solid white;
  transform: rotate(45deg);
}

@media (max-width: 500px) {
  .teamItem {
    padding: 5px 15px;
  }

  .owl-stage {
    width: 100% !important;
  }
  .owl-stage .owl-item {
    width: 50% !important;
  }

  .thedescription {
    padding: 0px 15px;
  }
}
.collabos {
  padding-top: 1em;
  padding-bottom: 3em;
}
.collabos ul {
  color: white;
  margin-left: 0;
  list-style: none;
}
.collabos ul li {
  display: block;
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 1em;
  font-weight: 200;
  font-size: 17.6px;
}

.teamparallax2 {
  height: 500px;
}

.teamv2wrapper {
  background: #353535;
}
.teamv2wrapper .title_center {
  color: white;
}
.teamv2wrapper .title_center h1 {
  background-color: #353535;
}
.teamv2wrapper .title_center .line {
  border-bottom-color: white;
}
.teamv2wrapper .person {
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}
.teamv2wrapper .person .image {
  position: relative;
  display: inline-block;
}
.teamv2wrapper .person .image .head {
  display: block;
  margin: 0 auto 0 auto;
  max-width: 200px;
  border: 3px solid white;
}
.teamv2wrapper .person .image:hover .hover {
  visibility: visible;
  opacity: 0.5;
  cursor: pointer;
}
.teamv2wrapper .person .image .hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background: white;
  color: #353535;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.teamv2wrapper .person .image .hover .fa, .teamv2wrapper .person .image .hover .fal {
  position: absolute;
  top: 50%;
  display: block;
  left: 50%;
  font-size: 2em;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
.teamv2wrapper .person h2 {
  text-shadow: 0 0 3px black;
  color: white;
  font-weight: 300;
  font-size: 1.1em;
}
.teamv2wrapper .person h2 .nom {
  font-weight: 400;
  font-size: 0.9em;
}
.teamv2wrapper .person h2 .fonction {
  font-size: 0.7em;
  margin-top: 8px;
}
.teamv2wrapper .person .description {
  display: flex;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  opacity: 0;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.86);
  z-index: 200999999990;
  overflow: auto;
  transition: 0.4s ease;
  font-size: 0.8em;
  color: white;
  text-align: left;
  padding: 20px;
}
.teamv2wrapper .person .description.visible {
  opacity: 1;
  visibility: visible;
}
.teamv2wrapper .person .description h2 {
  text-shadow: none;
}
.teamv2wrapper .person .description a {
  color: white;
}
.teamv2wrapper .person .description .inner {
  background: #4e4e4e;
  position: relative;
  padding: 15px;
  box-sizing: border-box;
  max-width: 95%;
  overflow: auto;
  max-height: 95%;
  width: 1024px;
}
.teamv2wrapper .person .description .inner img {
  max-width: 100%;
  height: auto;
  border: 3px solid white;
}
.teamv2wrapper .person .description .close {
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 100000000;
  font-size: 0.8em;
  cursor: pointer;
}
.teamv2wrapper .person .description .close:hover {
  opacity: 0.6;
}

#contact {
  background: #353535;
  color: white;
  height: 100px;
  position: relative;
}
#contact:after {
  content: "";
  clear: both;
}
#contact h3 {
  font-size: 1.6em;
}
#contact .title_left h1 {
  color: white;
  background: #353535;
  text-transform: uppercase;
}
#contact .title_left .line {
  border-bottom: 2px solid white;
}
#contact .contactbox {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.36);
  position: absolute;
  top: 0px;
  z-index: 100;
  width: 100%;
  left: 10px;
}
#contact .contactbox .infos {
  padding: 20px;
  padding-bottom: 30px;
  background: #606060;
}
#contact .contactbox .infos h3 {
  color: white;
  font-weight: 200;
  padding-left: 20px;
}
#contact .contactbox .infos .row {
  margin-top: 20px;
}
#contact .contactbox .infos .icon {
  font-size: 2em;
  text-align: center;
}
#contact .contactbox .infos .icon img {
  width: 32px;
}
#contact .contactbox .infos .text {
  margin-top: 4px;
  line-height: 1.6em;
  font-weight: 300;
}
#contact .contactbox .form {
  position: relative;
  padding: 20px;
  padding-bottom: 30px;
  background: white;
  color: black;
}
#contact .contactbox .form h3 {
  color: black;
  font-weight: 200;
}
#contact .contactbox .form .row {
  margin-top: 20px;
}
#contact .contactbox .form .files_uploaded .delete {
  color: red;
}
#contact .contactbox .form .nf-cell .nf-error-msg {
  font-size: 0.7em !important;
  position: absolute;
  bottom: 0em;
  left: 0em;
  white-space: nowrap;
}
#contact .contactbox .form .nf-error-msg {
  font-size: 0.7em !important;
  position: absolute;
  bottom: 1em;
  left: 2em;
  white-space: nowrap;
}
#contact .contactbox .form label {
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  color: #606060;
  font-size: 1.1em;
  margin-top: 10px;
  margin-bottom: 0px !important;
}
#contact .contactbox .form .nf-fu-fileinput-button {
  background-color: transparent;
  color: #41b3a3;
  padding: 0;
  outline: none;
  margin: 1em 0;
}
#contact .contactbox .form .nf-error.field-wrap .nf-field-element:after {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  font-size: 15px;
  line-height: 30px;
  top: 20px;
  right: 5px;
  display: none;
}
#contact .contactbox .form .nf-pass.field-wrap .nf-field-element:after {
  display: none;
}
#contact .contactbox .form .nf-field-label {
  margin-bottom: 0px !important;
}
#contact .contactbox .form .nf-fu-progress {
  display: none;
}
#contact .contactbox .form .nf-field-container {
  margin-bottom: 0px !important;
}
#contact .contactbox .form .nf-form-fields-required {
  display: none;
}
#contact .contactbox .form input[type=text],
#contact .contactbox .form input[type=email],
#contact .contactbox .form input[type=tel],
#contact .contactbox .form textarea {
  display: block;
  border: 0;
  font-weight: 300;
  margin-top: 10px;
  background: white;
  padding-left: 0 !important;
}
#contact .contactbox .form input[type=text]:focus,
#contact .contactbox .form input[type=email]:focus,
#contact .contactbox .form input[type=tel]:focus,
#contact .contactbox .form textarea:focus {
  outline-width: 0;
}
#contact .contactbox .form .nf-form-content textarea.ninja-forms-field {
  height: 100px;
  background: white;
}
#contact .contactbox .form textarea {
  width: 100%;
  min-height: 100px !important;
  background: white;
}
#contact .contactbox .form #sendMessage {
  background: #353535;
  display: block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: white;
  border: 0;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 1.5em;
  font-weight: 300;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
#contact .contactbox .form #sendMessage:focus {
  outline-width: 0;
}
#contact .contactbox .form #sendMessage:hover {
  opacity: 0.8;
}

#map {
  height: 900px;
}

.gm-style-iw &gt; div {
  max-width: 100% !important;
  display: block !important;
  width: 150px;
  margin: 0 auto;
}
.gm-style-iw .image {
  position: relative;
  margin: 0 auto 0 auto;
}
.gm-style-iw .image img {
  width: 100%;
}
.gm-style-iw .image:hover .hover {
  opacity: 1;
  visibility: visible;
}
.gm-style-iw .image .hover {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.84);
}
.gm-style-iw .image .hover .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2.5em;
  color: #41b3a3;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 500px) {
  #contact {
    height: auto;
  }
  #contact .contactbox {
    position: relative;
  }
  #map {
    height: 500px;
  }
}
.footerUp {
  background: #8c8c8c;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .footerUp {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .footerUp .title, .footerUp .title_center, .footerUp .title_left {
    text-align: center;
  }
}
.footerUp .logo_footer img {
  max-width: 50px;
}
.footerUp .logo_footer img.hover {
  display: none;
}
.footerUp .logo_footer img.nonhover {
  display: inline;
}
.footerUp .logo_footer:hover img.hover {
  display: inline !important;
}
.footerUp .logo_footer:hover img.nonhover {
  display: none !important;
}
.footerUp .socials {
  text-align: center;
  color: white;
  font-size: 2em;
}
@media only screen and (max-width: 768px) {
  .footerUp .socials {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.footerUp .socials a {
  color: white;
}
.footerUp .socials .fa {
  font-size: 2em;
  display: inline-block;
  padding: 0px 5px;
}
.footerUp .menu {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .footerUp .menu {
    text-align: center;
  }
}
.footerUp .menu .title, .footerUp .menu .title_center, .footerUp .menu .title_left {
  text-transform: uppercase;
  font-size: 1.3em;
}
.footerUp .menu ul {
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .footerUp .menu ul {
    padding-left: 0px;
  }
}
.footerUp .menu ul li a {
  font-size: 0.9em;
  font-weight: 200;
  color: white;
}

.footerDown {
  text-align: right;
  background: #6b6b6b;
  color: #8c8c8c;
  padding: 15px 0px;
  font-size: 0.8em;
}
@media only screen and (max-width: 768px) {
  .footerDown {
    text-align: center;
  }
}
.footerDown a {
  color: #9e9e9e;
}
.footerDown .text {
  display: inline-block;
  margin-left: 15px;
}

#scrollTopFooter {
  position: fixed;
  visibility: hidden;
  bottom: 1em;
  right: 1em;
  font-size: 2em;
  color: #41b3a3;
}

.porfolio_single .title_left {
  text-transform: uppercase;
}
.porfolio_single .title_left h1 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.porfolio_single .title_left .line {
  bottom: 18px;
}
.porfolio_single .back {
  margin-bottom: 0.3em;
}
.porfolio_single .back a {
  color: #41b3a3;
}
.porfolio_single .fancybox-skin {
  padding: 0px !important;
}
.porfolio_single .cover {
  padding-left: 0.8em;
  padding-right: 0.8em;
}
.porfolio_single .cover .coverzone {
  height: 500px;
  background-size: cover;
  background-position: 50% 50%;
}
.porfolio_single .sliderprojects {
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0px;
}
.porfolio_single .sliderprojects .slides li:hover .inner {
  visibility: visible;
  opacity: 1;
}
.porfolio_single .sliderprojects .slides li .watermark {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 64px;
}
.porfolio_single .sliderprojects .slides li .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  letter-shadow: 0 0 5px rgba(0, 0, 0, 0.36);
}
@media only screen and (max-width: 768px) {
  .porfolio_single .sliderprojects .slides li .inner {
    visibility: visible;
    opacity: 1;
  }
}
.porfolio_single .sliderprojects .slides li .inner span.fa, .porfolio_single .sliderprojects .slides li .inner span.fal {
  position: absolute;
  left: 50%;
  color: white;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 2em;
}
.porfolio_single .sliderprojects.retracted .slides li {
  height: 200px;
  height: 15vw;
  position: relative;
}
.porfolio_single .sliderprojects .flex-next, .porfolio_single .sliderprojects .flex-prev {
  color: white;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.37);
  opacity: 1;
}
.porfolio_single .sliderprojects .flex-prev:before {
  font-family: FontAwesome;
  content: "";
  color: white;
}
.porfolio_single .sliderprojects .flex-next:before {
  font-family: FontAwesome;
  content: "";
  color: white;
}
.porfolio_single .sliderprojects .flex-control-nav {
  z-index: 100;
  text-align: right;
  right: 20px;
}
.porfolio_single .sliderprojects .flex-control-nav li a {
  font-size: 0px;
  background: transparent;
  background-image: url("../images/trianglegriq.png");
  background-size: 100%;
  border-radius: 0px;
  box-shadow: none;
}
.porfolio_single .sliderprojects .flex-control-nav li a.flex-active {
  background-image: url("../images/trianglecouleur.png");
}
.porfolio_single .sliderprojects .slides li {
  height: 350px;
  height: 50vh;
  transition: height 0.3s;
  -webkit-transition: height 0.3s;
  background-size: cover;
  background-position: 50% 50%;
}
@media only screen and (max-width: 768px) {
  .porfolio_single .sliderprojects .slides li {
    height: 350px;
    height: 100vw;
  }
}
.porfolio_single .buttons {
  text-align: center;
  margin-bottom: 30px;
}
.porfolio_single #more {
  display: none;
  font-weight: 300;
  text-align: justify;
  line-height: 1.6em;
  margin-bottom: 60px;
}
.porfolio_single #more h1, .porfolio_single #more h2, .porfolio_single #more h3, .porfolio_single #more h4, .porfolio_single #more h5, .porfolio_single #more h6 {
  text-transform: uppercase;
  margin-top: 0px;
}
.porfolio_single #more p {
  margin-top: 0px;
}
.porfolio_single #more .grid {
  margin-top: 3em;
}
.porfolio_single #more .grid .grid-item {
  width: 33.33%;
  padding: 0.3em;
}
@media all and (max-width: 600px) {
  .porfolio_single #more .grid .grid-item {
    width: 50%;
  }
}
.porfolio_single #more .grid .grid-item a {
  display: block;
}
.porfolio_single #more .grid .grid-item a img {
  display: block;
  width: 100%;
  height: auto;
}
.porfolio_single #more .documents {
  list-style: none;
  padding-left: 0px;
}
.porfolio_single #more .documents li {
  padding-bottom: 5px;
}
.porfolio_single #more .documents a:hover {
  color: #41b3a3;
}

.porfolio_archive .projects {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 60px;
}
.porfolio_archive .projects .image {
  margin-top: 0.5em;
  position: relative;
}
.porfolio_archive .projects .image .background {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
}
.porfolio_archive .projects .image .background span.fa, .porfolio_archive .projects .image .background span.fal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 2em;
}
.porfolio_archive .projects .project:hover a {
  color: #41b3a3;
}
.porfolio_archive .projects .project:hover .image .background {
  opacity: 1;
}
.porfolio_archive .projects h3 {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 0.9em;
  overflow: hidden;
  padding: 10px;
  text-align: center;
}
.porfolio_archive .projects img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
}
.porfolio_archive .filters {
  padding-left: 0px;
}
.porfolio_archive .filters li {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #dddddd;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.2s;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 300;
}
.porfolio_archive .filters li.active, .porfolio_archive .filters li:hover {
  border-color: #41b3a3;
  color: #41b3a3;
  cursor: pointer;
}

.prevProject {
  position: fixed;
  transform: translateY(-50%);
  top: 50%;
  left: -150px;
  background: #353535;
  z-index: 500;
  height: 200px;
  white-space: nowrap;
  width: 200px;
  transition: left 0.3s;
}
@media only screen and (max-width: 768px) {
  .prevProject {
    display: none;
  }
}
.prevProject:hover {
  left: 0px;
  background: #41b3a3;
}
.prevProject .img {
  display: inline-block;
  width: 150px;
  height: 100%;
  vertical-align: middle;
  background-size: cover;
}
.prevProject .title, .prevProject .title_center, .prevProject .title_left {
  position: relative;
  left: -60px;
  text-transform: uppercase;
  display: inline-block;
  transform: rotate(90deg);
  vertical-align: middle;
  color: white;
}

.nextProject {
  position: fixed;
  transform: translateY(-50%);
  top: 50%;
  right: -150px;
  background: #353535;
  z-index: 500;
  height: 200px;
  white-space: nowrap;
  width: 200px;
  transition: right 0.3s;
}
@media only screen and (max-width: 768px) {
  .nextProject {
    display: none;
  }
}
.nextProject:hover {
  right: 0px;
  background: #41b3a3;
}
.nextProject .img {
  display: inline-block;
  width: 150px;
  height: 100%;
  left: -90px;
  vertical-align: middle;
  background-size: cover;
  position: relative;
}
.nextProject .title, .nextProject .title_center, .nextProject .title_left {
  position: relative;
  left: -45px;
  text-transform: uppercase;
  display: inline-block;
  transform: rotate(-90deg);
  vertical-align: middle;
  color: white;
}

.slides-thumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: left;
}
@media all and (max-width: 600px) {
  .slides-thumbs {
    text-align: center;
    display: none;
  }
}
.slides-thumbs li {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: 50% 50%;
  margin: 0.4em;
  transition: 0.4s;
  cursor: pointer;
}
.slides-thumbs li:hover {
  opacity: 0.8;
}

.studio #quote {
  font-weight: 200;
  font-size: 2.3em;
  line-height: 1.5em;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 80px;
}
.studio .studiocontent {
  font-size: 1.1em;
  font-weight: 200;
  line-height: 1.5em;
}
.studio .description_wrapper {
  background: #353535;
  color: white;
  box-sizing: border-box;
  padding-top: 20px;
  margin-top: -10px;
  position: relative;
}
.studio .description_wrapper .thedescription &gt; div {
  padding-bottom: 25px;
  padding-top: 10px;
}
.studio .description_wrapper .thedescription p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

.studiowrapper {
  background: #353535;
  color: white;
  padding-bottom: 50px;
}
.studiowrapper .title_center h1 {
  background: #353535;
  color: white;
}
.studiowrapper .title_center .line {
  border-bottom-color: white;
}

.teamwrapper {
  background-color: #353535;
}
.teamwrapper #teamCarousel {
  top: -40px;
  z-index: 1000;
  color: white;
}

#partners_carousel .partner {
  text-align: center;
  padding: 15px;
}
#partners_carousel .partner img {
  display: inline-block;
  width: 150px;
  max-width: 100%;
}

@media (max-width: 500px) {
  .studio #quote {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1.7em;
  }
}
.news_archive h1 {
  text-transform: uppercase;
}
.news_archive .news {
  list-style: none;
  padding-left: 0px;
}
.news_archive .news .article {
  font-weight: 200;
  margin-bottom: 30px;
}
.news_archive .news .article h1, .news_archive .news .article h2, .news_archive .news .article h3 {
  margin-top: 0px;
  text-transform: uppercase;
}
.news_archive .news .article .date {
  font-size: 0.9em;
}
.news_archive .news .article .button {
  border: 1px solid #dddddd;
}
.news_archive .news .article .button:hover {
  border-color: #41b3a3;
  color: #41b3a3;
  background: white;
}

.menu {
  text-align: right;
}
.menu #menubar {
  color: white;
  display: none;
}
.menu nav {
  padding-top: 22px;
}
.menu nav ul {
  margin-top: 0px;
}
.menu nav ul li {
  padding: 5px 25px;
  display: inline-block;
}
.menu nav ul li a {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  text-align: center;
  display: inline-block;
  color: white;
  text-decoration: none;
  font-weight: 300;
  text-transform: uppercase;
}
.menu nav ul li a.lang {
  margin-left: 30px;
  color: #41b3a3;
  font-weight: normal;
}
.menu nav ul li a.active, .menu nav ul li a:hover {
  text-decoration: none;
  color: white;
  font-weight: normal;
}
.menu nav ul li a.active:before, .menu nav ul li a.active:after, .menu nav ul li a:hover:before, .menu nav ul li a:hover:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.menu nav ul li a:after {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  content: "";
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: white;
  opacity: 0;
}

@media (max-width: 768px) {
  .atmos-logo-text {
    display: block !important;
    padding-top: 10px;
  }

  .logo {
    text-align: center;
    padding-top: 50px;
  }
  .logo img {
    max-width: 80px !important;
  }

  .menu {
    position: relative;
  }
  .menu #menubar {
    font-size: 2em;
    display: block;
    position: fixed;
    right: 10px;
    top: 20px;
    z-index: 9001;
  }
  .menu #menubar:hover {
    cursor: pointer;
  }
  .menu #menubar.active {
    color: white !important;
  }
  .menu nav {
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: 0.4s;
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9000 !important;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .menu nav.active {
    visibility: visible;
    opacity: 1;
  }
  .menu nav ul {
    padding-left: 0;
  }
  .menu nav ul li {
    display: block;
    padding: 15px;
  }
  .menu nav ul li a {
    color: white !important;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    border-bottom-color: white;
  }
  .menu nav ul li a:after {
    background: white !important;
  }
  .menu nav ul li a:active {
    color: #41b3a3;
  }
  .menu nav ul li a.active, .menu nav ul li a:hover {
    text-decoration: none;
    color: white;
    font-weight: normal;
  }
  .menu nav ul li a.active:before, .menu nav ul li a.active:after, .menu nav ul li a:hover:before, .menu nav ul li a:hover:after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  .menu nav ul li a:after {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    content: "";
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: white;
    opacity: 0;
  }

  #menumain {
    display: flex;
  }
}
@media all and (max-width: 500px) {
  .logo img {
    max-width: 150px !important;
  }
}
#menu {
  background: white;
  padding-top: 20px;
  padding-bottom: 30px;
}
#menu .logo {
  padding-left: 20px;
  margin-top: 1px;
  vertical-align: bottom;
  color: black;
  font-weight: 200;
}
#menu .logo img {
  max-width: 150px;
  padding-right: 10px;
  vertical-align: bottom;
}
#menu .logo img.nonhover {
  display: inline;
}
#menu .logo img.hover {
  display: none;
}
#menu .logo:hover {
  font-weight: normal;
}
#menu .logo:hover a {
  color: #41b3a3;
}
#menu .logo:hover img.nonhover {
  display: none;
}
#menu .logo:hover img.hover {
  display: inline;
}
#menu .logo span {
  vertical-align: bottom;
  font-size: 1.2em;
  line-height: 0.7em;
}
#menu .menu #menubar {
  color: black;
}
#menu .menu nav ul li a {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  color: black;
}
#menu .menu nav ul li a.lang {
  margin-left: 30px;
  color: #41b3a3;
  font-weight: normal;
}
#menu .menu nav ul li a.active, #menu .menu nav ul li a:hover {
  text-decoration: none;
  color: black;
  font-weight: normal;
}
#menu .menu nav ul li a.active:before, #menu .menu nav ul li a.active:after, #menu .menu nav ul li a:hover:before, #menu .menu nav ul li a:hover:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
#menu .menu nav ul li a:after {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  content: "";
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: black;
  opacity: 0;
}

html {
  overflow-x: hidden;
}

section {
  padding-top: 0;
}

a {
  color: black;
  text-decoration: none;
}

.container {
  max-width: 1100px;
  margin: 0 auto 0 auto;
  box-sizing: border-box;
  padding: 0px 15px;
  position: relative;
}

.container-full {
  padding: 0px 20px;
}

#msg {
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
  background: #41b3a3;
  color: white;
  padding: 20px;
  display: none;
  z-index: 10;
}

/*# sourceMappingURL=styles.css.map */
</pre></body></html>