/* Generated by less 2.5.1 */
@import url('https://fonts.googleapis.com/css?family=Muli:200,400,900');
p,
span,
a,
div,
li,
h1,
h2,
h3,
h4,
h5,
input,
textarea {
  font-family: "Muli", sans-serif;
  color: #202020;
}
a,
a:hover {
  text-decoration: none;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
#neatFooter {
  padding: 15px;
  font-size: 12px;
}
#neatFooter p {
  font-size: 12px;
}
#mainLoader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #202020;
  z-index: 99;
}
#mainLoader .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: none;
}
#mainLoader .content .circle {
  height: 120px;
  width: 120px;
  transition: 0.2s;
}
#mainLoader .content .circle .triangle {
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 0%;
  width: 6px;
  border-radius: 999px;
  background: #202020;
}
@keyframes t {
  0% {
    height: 0;
  }
  20% {
    height: 80%;
  }
  100% {
    height: 5px;
  }
}
#mainLoader .content .circle .t1 {
  background: #a09678;
  animation: t 1.2s 0.1s infinite;
  left: -2px;
}
#mainLoader .content .circle .t2 {
  background: #9a8c70;
  animation: t 1.2s 0.2s infinite;
  left: 22px;
}
#mainLoader .content .circle .t3 {
  background: #948168;
  animation: t 1.2s 0.3s infinite;
  left: 46px;
}
#mainLoader .content .circle .t4 {
  background: #846654;
  animation: t 1.2s 0.4s infinite;
  left: 70px;
}
#mainLoader .content .circle .t5 {
  background: #7b5648;
  animation: t 1.2s 0.5s infinite;
  left: 94px;
}
#mainLoader .content .circle .t6 {
  background: #72463c;
  animation: t 1.2s 0.6s infinite;
  left: 118px;
}
#mainLoader.loaded {
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: 0.6s;
}
#mainLoader.loaded .content {
  top: -50%;
}
body {
  width: 100%;
  overflow-x: hidden;
}
body #cookiesBanner p.button {
  background: #202020;
}
body #popupWrapper {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.9);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
body #popupWrapper #popupContent {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  min-height: 360px;
  width: 80%;
  transition: 0.2s;
}
body #popupWrapper #popupContent #popupClose {
  position: absolute;
  right: -30px;
  top: 0;
  color: #ffffff;
  font-size: 22px;
}
body #popupWrapper #popupContent #popupClose:hover {
  cursor: pointer;
  color: #9b9b9b;
}
body #popupWrapper #popupContent iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: none;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
body #popupWrapper.open {
  visibility: hidden;
  z-index: 99;
  opacity: 1;
}
body .mainWrapper {
  position: relative;
  display: block;
  box-sizing: border-box;
  transition: 0.2s;
}
body .mainWrapper #menu {
  visibility: hidden;
  position: fixed;
  overflow-y: scroll;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 31;
  padding: 30px;
  padding-top: 90px;
  background: #ffffff;
  transition: 0.3s;
}
body .mainWrapper #menu:before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: -75px;
  width: 100%;
  height: 75px;
  background: #eeeeee;
}
body .mainWrapper #menu h3 {
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 18px;
  color: #9b9b9b;
}
body .mainWrapper #menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body .mainWrapper #menu ul li {
  font-size: 32px;
  line-height: 42px;
  font-weight: bolder;
}
body .mainWrapper #menu ul li:hover {
  opacity: 0.8;
  cursor: pointer;
}
body .mainWrapper #menu.open {
  visibility: visible;
  bottom: 0;
}
body .mainWrapper #burger {
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 40;
}
body .mainWrapper #burger i {
  font-size: 18px;
  color: #ffffff;
}
body .mainWrapper #burger i:hover {
  cursor: pointer;
}
body .mainWrapper #burger.open {
  z-index: 99;
}
body .mainWrapper #burger.open i {
  color: #202020;
}
body .mainWrapper #burger.open i:before {
  content: "\f00d";
}
body .mainWrapper header {
  position: fixed;
  z-index: 30;
  background: none;
  padding: 30px;
  margin: 0;
  text-align: center;
}
body .mainWrapper header #socials {
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 30;
}
body .mainWrapper header #socials i {
  font-size: 18px;
  display: inline-block;
  margin-left: 30px;
  color: #ffffff;
}
body .mainWrapper header #socials i:hover {
  cursor: pointer;
}
body .mainWrapper header h1 {
  display: inline-block;
  position: relative;
  width: auto;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-weight: bolder;
  z-index: 1;
}
body .mainWrapper header h1 span {
  padding-left: 10px;
  color: #ffffff;
  font-weight: lighter;
}
body .mainWrapper header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background: #202020;
  z-index: 0;
  transition: 0.4s;
}
body .mainWrapper header.nothome {
  background: #202020;
  border-bottom: solid 2px #ffffff;
  height: 80px;
}
body .mainWrapper header.nothome h1 {
  display: inline-block;
  position: relative;
  width: auto;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bolder;
}
body .mainWrapper header.nothome h1 span {
  padding-left: 10px;
  color: #ffffff;
  font-weight: lighter;
}
body .mainWrapper header.scrolled,
body .mainWrapper header.nothome {
  z-index: 10;
}
body .mainWrapper header.scrolled:after,
body .mainWrapper header.nothome:after {
  height: 100%;
}
body .mainWrapper header.scrolled h1,
body .mainWrapper header.nothome h1 {
  display: inline-block;
  position: relative;
  width: auto;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bolder;
}
body .mainWrapper header.scrolled h1 span,
body .mainWrapper header.nothome h1 span {
  padding-left: 10px;
  color: #ffffff;
  font-weight: lighter;
}
body .mainWrapper header.open {
  z-index: 90;
}
body .mainWrapper header.open:after {
  background: #eeeeee;
}
body .mainWrapper header.open h1 {
  color: #202020;
}
body .mainWrapper header.open h1 span {
  color: #202020;
}
body .mainWrapper header.open #socials i {
  color: #202020;
}
body .mainWrapper main {
  padding: 0;
  padding-bottom: 60px;
  padding-top: 120px;
  margin: 0;
  background: #ffffff;
  min-height: 100vh;
}
body .mainWrapper main .button {
  border: solid 2px #202020;
  color: #202020;
  text-transform: uppercase;
  text-decoration: none;
  background: none;
  text-align: center;
  width: auto;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 30px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: bolder;
}
body .mainWrapper main .button:hover {
  opacity: 0.8;
}
body .mainWrapper main #homeBg {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
  background: #202020;
  overflow: hidden;
}
body .mainWrapper main #homeBg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #202020 100%);
}
body .mainWrapper main #homeBg:after {
  position: absolute;
  content: "";
  bottom: -100%;
  height: 100%;
  width: 100%;
  background: #FFF;
}
body .mainWrapper main #homeBg .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height: 0;
  width: 0;
  z-index: 1;
  transition: 0.8s;
}
body .mainWrapper main #homeBg .logo img {
  width: 100%;
  height: 100%;
}
body .mainWrapper main #homeBg .logo.loaded {
  height: 180px;
  width: 180px;
}
body .mainWrapper main #homeBg img {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
body .mainWrapper main #homeBg.portrait img {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
}
body .mainWrapper main #homeBg #mainTitle {
  z-index: 1;
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  padding: 30px;
  margin: 0;
  background: none;
  opacity: 0;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  line-height: 28px;
  -moz-transition: padding 0.8s, scale 1s;
  -webkit-transition: padding 0.8s ease-out, bottom 0.6s, opacity 1s;
  -o-transition: padding 0.8s ease-out, bottom 0.6s, opacity 1s;
  -ms-transition: padding 0.8s ease-out, bottom 0.6s, opacity 1s;
  transition: padding 0.8s ease-out, bottom 0.6s, opacity 1s;
  animation: normalwidth 0.8s;
}
body .mainWrapper main #homeBg #mainTitle p {
  color: #ffffff;
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0;
  margin-bottom: 30px;
  margin-right: 15px;
  padding: 0;
  text-align: center;
}
body .mainWrapper main #homeBg #mainTitle span.scroll {
  position: relative;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bolder;
  line-height: 12px;
  padding: 10px 30px;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  animation: scrollButton 1s infinite;
}
body .mainWrapper main #homeBg #mainTitle span.scroll:hover {
  cursor: pointer;
  animation: scrollButton 1s infinite;
}
@keyframes scrollButton {
  0% {
    opacity: 0;
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(10px);
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
  }
}
body .mainWrapper main #homeBg #mainTitle.loaded {
  bottom: 0;
  opacity: 1;
}
@keyframes normalwidth {
  from {
    width: 100%;
    background: #202020;
  }
  to {
    width: 540px;
    background: #ffffff;
  }
}
body .mainWrapper main #homeBg #mainTitle.fixed {
  position: fixed;
  top: 0;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 12px;
  padding: 25px;
  line-height: 30px;
  color: #ffffff;
  z-index: 10;
  animation: fullwidth 0.8s;
  width: 100%;
  background: #202020;
}
body .mainWrapper main #homeBg #mainTitle.fixed span {
  break-after: auto;
  break-before: auto;
  clear: none;
  display: inline-block;
  width: auto;
  color: #ffffff;
  font-weight: 200;
  margin-left: 5px;
}
@keyframes fullwidth {
  from {
    width: 540px;
    background: #ffffff;
  }
  to {
    width: 100%;
    background: #202020;
  }
}
body .mainWrapper main h2 {
  padding: 30px;
  padding-bottom: 10px;
  margin: 0;
  margin-top: 15px;
  font-weight: lighter;
  font-size: 42px;
  color: #202020;
}
body .mainWrapper main h3 {
  padding: 30px;
  padding-bottom: 10px;
  margin: 0;
  margin-top: 15px;
  font-weight: bold;
  font-size: 22px;
  color: #202020;
}
body .mainWrapper main p.desc,
body .mainWrapper main .textWrapper {
  position: relative;
  padding: 30px 30px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: lighter;
  line-height: 22px;
  text-align: justify;
  color: #202020;
  width: 100%;
  letter-spacing: 1px;
}
body .mainWrapper main p.desc.center,
body .mainWrapper main .textWrapper.center {
  text-align: center;
}
body .mainWrapper main p.desc ul,
body .mainWrapper main .textWrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
body .mainWrapper main p.desc ul li,
body .mainWrapper main .textWrapper ul li {
  margin: 0;
  padding: 0;
}
body .mainWrapper main p.desc ul li.fill,
body .mainWrapper main .textWrapper ul li.fill {
  color: #ffffff;
}
body .mainWrapper main#contact {
  color: #202020;
}
body .mainWrapper main#contact form {
  padding: 0;
}
body .mainWrapper main#contact form [class^="form-"] label {
  color: #202020;
}
body .mainWrapper main#contact form .form-checkbox {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
}
body .mainWrapper main#contact form .form-checkbox label {
  line-height: 22px;
  width: calc(100% - 65px);
  float: right;
}
body .mainWrapper main#contact form .form-checkbox label .link {
  color: #49d68a;
}
body .mainWrapper main#contact form .form-checkbox .box {
  position: relative;
  background: #9b9b9b;
  height: 30px;
  width: 50px;
  margin: 0;
  margin-top: 3px;
  padding: 0;
  border: solid 1px #9b9b9b;
  border-radius: 999px;
  float: left;
}
body .mainWrapper main#contact form .form-checkbox .box:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f00d";
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  height: 28px;
  width: 28px;
  left: 0px;
  top: 0px;
  color: #9b9b9b;
  background: #ffffff;
  border: solid 1px #ffffff;
  border-radius: 999px;
  transition: 0.2s;
}
body .mainWrapper main#contact form .form-checkbox .box:hover {
  cursor: pointer;
}
body .mainWrapper main#contact form .form-checkbox.checked .box {
  background: #49d68a;
  border-color: #49d68a;
}
body .mainWrapper main#contact form .form-checkbox.checked .box:before {
  left: 20px;
  content: "\f00c";
  color: #49d68a;
}
body .mainWrapper main#contact form .form-checkbox.blocked {
  opacity: 0.4;
}
body .mainWrapper main#contact form .form-button button {
  border: solid 1px #ffffff;
}
body .mainWrapper main#contact .iframe {
  margin-top: 25px;
  height: 410px;
}
body .mainWrapper main#contact .iframe iframe {
  width: 100%;
  height: 100%;
  border: solid 1px #202020 !important;
  border-radius: 4px;
}
body .mainWrapper main#contact .iframe p {
  font-size: 12px;
  margin: 0;
  margin-top: 15px;
  text-align: center;
}
body .mainWrapper main #legals {
  width: 100%;
  max-width: 75%;
  margin: 0 auto;
}
body .mainWrapper main #legals h1,
body .mainWrapper main #legals h2,
body .mainWrapper main #legals h3,
body .mainWrapper main #legals h4,
body .mainWrapper main #legals h5,
body .mainWrapper main #legals span,
body .mainWrapper main #legals a,
body .mainWrapper main #legals p,
body .mainWrapper main #legals li {
  color: #202020;
}
body .mainWrapper main#p404 {
  text-align: center;
  min-height: 0;
}
body .mainWrapper main#p404 h2 {
  font-size: 102px;
  font-weight: bolder;
}
body .mainWrapper main#gallery .back {
  margin: 0;
  width: 100%;
  text-align: center;
}
body .mainWrapper form {
  padding: 0 15px;
}
body .mainWrapper form [class^="form-"] {
  width: 100%;
  margin-bottom: 15px;
}
body .mainWrapper form [class^="form-"] input,
body .mainWrapper form [class^="form-"] textarea {
  width: 100%;
  border: solid 1px #202020;
  border-radius: 3px;
  padding: 10px;
  font-size: 16px;
  outline: none;
}
body .mainWrapper form .form-button {
  padding: 0;
}
body .mainWrapper form .form-button button {
  background: #202020;
  border-radius: 3px;
  border: none;
  padding: 10px 30px;
  font-size: 16px;
  color: #ffffff;
}
body .mainWrapper .galleryContainer {
  margin-bottom: 30px;
}
body .mainWrapper .galleryContainer .gallery {
  padding: 50px 0;
  text-align: center;
  border: solid 1px #202020;
}
body .mainWrapper .galleryContainer .gallery h2 {
  font-size: 22px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
body .mainWrapper .galleryContainer .gallery:hover {
  background: #ffffff;
  cursor: pointer;
}
body .mainWrapper .galleryContainer .gallery:hover h2 {
  color: #202020;
}
body .mainWrapper .galleryItems {
  position: relative;
}
body .mainWrapper .galleryItems .galleryItem {
  z-index: 1;
  margin-bottom: 20px;
}
body .mainWrapper .galleryItems .galleryItem .content {
  position: relative;
  background: #eeeeee;
  width: 100%;
  height: 220px;
  overflow: hidden;
}
body .mainWrapper .galleryItems .galleryItem .content:before {
  content: "";
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body .mainWrapper .galleryItems .galleryItem .content img {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-height: 100%;
  width: auto;
}
body .mainWrapper .galleryItems .galleryItem .content iframe {
  border: none;
  height: 220px;
}
body .mainWrapper .galleryItems .galleryItem .content p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
}
body .mainWrapper .galleryItems .galleryItem .content p.spotify {
  font-size: 18px;
  text-align: center;
  width: auto;
  border-radius: 999px;
  padding: 10px 30px;
  background: #1db954;
}
body .mainWrapper .galleryItems .galleryItem .content p.spotify i {
  font-size: 18px;
}
body .mainWrapper .galleryItems .galleryItem .content:hover {
  cursor: pointer;
  opacity: 0.8;
}
body .mainWrapper .galleryItems .galleryItem .infos,
body .mainWrapper .galleryItems .galleryItem .close {
  display: none;
}
body .mainWrapper .galleryItems .galleryItem.expanded {
  position: fixed;
  left: 50%;
  top: 75px;
  border-top: solid 1px #ffffff;
  bottom: -20px;
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  width: 100%;
  background: #202020;
  overflow-y: scroll;
  z-index: 3;
}
body .mainWrapper .galleryItems .galleryItem.expanded .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 100%;
  min-height: 100% !important;
  background: none;
  padding: 50px;
  opacity: 1;
  overflow: hidden;
}
body .mainWrapper .galleryItems .galleryItem.expanded .content:before {
  display: none;
}
body .mainWrapper .galleryItems .galleryItem.expanded .content img {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  width: auto;
  max-width: 100%;
}
body .mainWrapper .galleryItems .galleryItem.expanded .content iframe {
  height: 100%;
}
body .mainWrapper .galleryItems .galleryItem.expanded .content:hover {
  cursor: default;
}
body .mainWrapper .galleryItems .galleryItem.expanded .close {
  display: block;
  position: absolute;
  right: 25px;
  top: 50px;
  width: auto;
  height: auto;
  background: none;
  padding: 0;
  z-index: 10;
}
body .mainWrapper .galleryItems .galleryItem.expanded .close i {
  font-size: 22px;
  color: #ffffff;
  opacity: 1;
}
body .mainWrapper .galleryItems .galleryItem.expanded .infos {
  display: block;
  position: absolute;
  left: 75%;
  top: 0;
  width: 25%;
  height: 100%;
  background: none;
  padding: 50px;
  padding-left: 0;
}
body .mainWrapper .galleryItems .galleryItem.expanded .infos h4 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bolder;
}
body .mainWrapper .galleryItems .galleryItem.expanded .infos p {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
}
body .mainWrapper .galleryItems .galleryItem.expanded .infos p.date {
  font-size: 12px;
  margin-bottom: 10px;
}
body .mainWrapper .galleryItems .galleryItem.expanded .infos p.gallery {
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
}
body .mainWrapper .blockItems {
  position: relative;
  padding-top: 15px;
}
body .mainWrapper .blockItems .blockItem {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
body .mainWrapper .blockItems .blockItem img {
  position: relative;
  max-width: 100%;
}
body .mainWrapper .blockItems .blockItem p {
  color: #ffffff;
}
body .mainWrapper .blockItems .blockItem .name {
  margin: 0;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
  background: #202020;
  width: 100%;
  height: 100%;
  color: #ffffff;
  position: relative;
  line-height: normal;
  font-size: 16px;
}
body .mainWrapper .blockItems .blockItem div.content {
  background: #9b9b9b;
  padding: 30px;
}
body .mainWrapper .blockItems .blockItem div.content p {
  color: #ffffff;
  font-size: 14px !important;
  line-height: 16px !important;
}
body .mainWrapper .blockItems .blockItem.slideable {
  overflow: hidden;
}
body .mainWrapper .blockItems .blockItem.slideable div.content {
  display: none;
}
body .mainWrapper .blockItems .blockItem.slideable:hover {
  cursor: pointer;
  opacity: 0.9;
}
body .mainWrapper #neatFooter p {
  color: #202020;
}
body .mainWrapper #neatFooter a {
  color: #ff7b7b;
}
body .mainWrapper footer {
  background: #eeeeee;
  padding-bottom: 60px;
}
body .mainWrapper footer h2 {
  margin: 0;
  padding: 60px 0;
  font-size: 22px;
  font-weight: lighter;
}
body .mainWrapper footer h3 {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  font-size: 12px;
  font-weight: bolder;
  text-transform: uppercase;
}
body .mainWrapper footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
body .mainWrapper footer ul li {
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 18px;
}
body .mainWrapper footer ul li:hover {
  cursor: pointer;
  color: #ff7b7b;
}
body .mainWrapper footer ul li.sep {
  border-bottom: solid 1px #aaa;
  width: 60px;
  height: 0px;
  margin: 15px 0;
}
@media screen and (min-width: 1281px) {
  body .mainWrapper main .mainContenu {
    padding: 0 12.5%;
  }
}
@media screen and (max-width: 768px), screen and (max-device-width: 768px) {
  body .mainWrapper header #socials i {
    margin-left: 10px;
  }
  body .mainWrapper main .mainContenu {
    padding: 0;
  }
  body .mainWrapper main p.desc ul li.fill,
  body .mainWrapper main .textWrapper ul li.fill {
    display: none;
  }
  body .mainWrapper main#contact {
    max-width: 100%;
    margin: 0;
  }
  body .mainWrapper main#contact form {
    width: 100%;
  }
  body .mainWrapper main#contact .iframe {
    height: auto;
    width: 100%;
    padding: 0 15px;
  }
  body .mainWrapper main#contact .iframe iframe {
    height: 320px;
  }
  body .mainWrapper main .galleryItems .galleryItem.expanded .content,
  body .mainWrapper main .galleryItems .galleryItem.expanded .infos {
    width: 100%;
    position: relative;
    left: 0;
    top: auto;
    padding: 30px;
  }
  body .mainWrapper main .galleryItems .galleryItem.expanded .close {
    right: 15px;
    top: 30px;
  }
}
