/* Generated by less 3.11.1 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgWxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}
p,
span,
a,
div,
li,
h1,
h2,
h3,
h4,
h5,
input,
textarea {
  font-family: "Roboto", sans-serif;
  color: #606060;
}
a,
a:hover {
  text-decoration: none;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
a {
  color: #8BD8EB;
}
a:hover {
  color: #61D8B6;
}
.filtered {
  position: relative;
}
.filtered:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8BD8EB;
  background: linear-gradient(169deg, #8BD8EB 0%, #6febcb 100%);
  opacity: 0.1;
}
.filtered img {
  filter: contrast(0.9) brightness(1.1);
  -webkit-filter: contrast(0.9) brightness(1.1);
}
#neatFooter {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #606060;
  padding: 0;
  font-size: 12px;
  height: 30px;
}
#neatFooter p {
  padding: 0;
  margin: 0;
  vertical-align: middle;
  font-size: 12px;
  line-height: 30px;
  color: #FFF;
}
#mainLoader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  display: block;
  z-index: 99;
  opacity: 1;
}
#mainLoader .content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#mainLoader .content .t1,
#mainLoader .content .t2,
#mainLoader .content .t3,
#mainLoader .content .t4,
#mainLoader .content .t5 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #8BD8EB;
  margin: 0;
  padding: 0;
  line-height: 0;
}
#mainLoader .content .t1 {
  animation: 1.6s pulse infinite;
}
#mainLoader .content .t2 {
  animation: 1.6s pulse infinite 0.8s;
  background: #61D8B6;
}
#mainLoader .content .t3 {
  animation: 1.6s pulse infinite 1.6s;
  background: #97E0DA;
}
#mainLoader .content .t4 {
  animation: 1.6s pulse infinite 2.4s;
  background: #91CCDB;
}
#mainLoader .content .t5 {
  background: #8BD8EB;
  height: 150px;
  width: 150px;
}
#mainLoader .content .t5 img {
  width: 150px;
  padding: 30px;
  padding-top: 40px;
}
#mainLoader .content:after {
  content: "Chargement...";
  position: absolute;
  left: 50%;
  top: 220px;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #8BD8EB;
}
@keyframes pulse {
  0% {
    height: 150px;
    width: 150px;
    opacity: 0.1;
  }
  50% {
    height: 250px;
    width: 250px;
    opacity: 0.3;
  }
  100% {
    height: 2000px;
    width: 2000px;
    opacity: 0.1;
  }
}
#mainLoader.loaded {
  opacity: 0;
  transition: 0.8s;
  visibility: hidden;
}
#mainLoader.loaded .content {
  top: 150%;
  transition: 0.4s;
}
html {
  position: relative;
  display: block;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}
body {
  width: 100%;
  min-height: 100%;
  position: relative;
  background: #606060;
}
body #cookiesBanner {
  background: #606060;
}
body #cookiesBanner p {
  color: #FFF;
}
body #cookiesBanner p.button {
  background: #FFF;
  color: #606060;
}
body #popupWrapper {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(96, 96, 96, 0.9);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
body #popupWrapper #popupClose {
  position: absolute;
  right: 50px;
  top: 50px;
  color: #FFF;
  font-size: 22px;
  z-index: 99;
}
body #popupWrapper #popupClose:hover {
  cursor: pointer;
  color: #E0E0E0;
}
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: 100%;
  max-height: 100%;
  min-height: 360px;
  width: 100%;
  transition: 0.2s;
  padding: 50px;
}
body #popupWrapper #popupContent iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  max-height: calc(100vh - 150px) !important;
  border: none;
  background: #FFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  margin-top: 50px;
}
body #popupWrapper #popupContent h2 {
  position: absolute;
  left: 50px;
  top: 50px;
  font-weight: bolder;
  font-size: 12px;
  color: #FFF;
  text-transform: uppercase;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
body #popupWrapper #popupContent h2 a,
body #popupWrapper #popupContent h2 span,
body #popupWrapper #popupContent h2 i {
  color: #FFF;
}
body #popupWrapper #popupContent .owl-carousel {
  position: relative;
  width: 100%;
  display: block;
  box-sizing: border-box;
  max-width: 750px;
  margin: 0 auto;
  margin-top: 50px;
}
body #popupWrapper #popupContent .owl-carousel .owl-stage-outer {
  overflow: hidden;
}
body #popupWrapper #popupContent .owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
  align-items: top;
}
body #popupWrapper #popupContent .owl-carousel .item {
  position: relative;
  padding: 50px;
  height: 80vh;
  width: 100%;
}
body #popupWrapper #popupContent .owl-carousel .item img {
  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%);
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
body #popupWrapper #popupContent .owl-carousel .owl-nav {
  position: absolute;
  left: calc(0vw - (100vw - 750px) / 2);
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100vw;
  padding: 0 50px;
  pointer-events: none;
}
body #popupWrapper #popupContent .owl-carousel .owl-nav .owl-prev,
body #popupWrapper #popupContent .owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #FFF;
  outline: none;
  pointer-events: all;
}
body #popupWrapper #popupContent .owl-carousel .owl-nav .owl-prev:before,
body #popupWrapper #popupContent .owl-carousel .owl-nav .owl-next:before {
  font-size: 22px;
}
body #popupWrapper #popupContent .owl-carousel .owl-nav .owl-prev {
  float: left;
}
body #popupWrapper #popupContent .owl-carousel .owl-nav .owl-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
}
body #popupWrapper #popupContent .owl-carousel .owl-nav .owl-next {
  float: right;
}
body #popupWrapper #popupContent .owl-carousel .owl-nav .owl-next:before {
  font-family: "FontAwesome";
  content: "\f105";
}
body #popupWrapper.open {
  visibility: visible;
  z-index: 99;
  opacity: 1;
  top: 0;
}
body .mainWrapper .owl-carousel .owl-stage-outer {
  overflow: hidden;
}
body .mainWrapper .owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
  align-items: top;
}
body .mainWrapper .button {
  background: #8E8E8E;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 15px;
  margin: 0;
  border-radius: 999px;
  width: auto;
  display: inline-block;
}
body .mainWrapper .button.big {
  padding: 10px 20px;
  font-size: 16px;
}
body .mainWrapper .button.small {
  padding: 3px 10px;
  font-size: 12px;
}
body .mainWrapper .button.blue {
  background: #8BD8EB;
}
body .mainWrapper .button.white {
  background: #FFF;
  color: #606060;
}
body .mainWrapper .button:hover {
  cursor: pointer;
  background: #606060;
}
body .mainWrapper .button:hover.white,
body .mainWrapper .button:hover.blue {
  color: #FFF;
}
body .mainWrapper .seeAllButton {
  padding: 50px 35px;
  text-align: center;
}
body .mainWrapper .seeAllButton .button {
  margin: 0 10px;
}
body .mainWrapper header {
  position: relative;
  width: 100%;
  background: #FFF;
  height: 320px;
  z-index: 10;
  text-align: center;
}
body .mainWrapper header h1 {
  position: relative;
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0;
  margin-top: 40px;
}
body .mainWrapper header h1 img {
  width: 320px;
}
body .mainWrapper header h2 {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  margin-top: 5px;
}
body .mainWrapper header .logo-mobile {
  display: none;
}
body .mainWrapper header #socials {
  position: absolute;
  right: 35px;
  bottom: 0;
}
body .mainWrapper header #socials i {
  line-height: 40px;
  padding: 0 5px;
  margin: 0;
  color: #8E8E8E;
  font-size: 18px;
}
body .mainWrapper header #burger {
  display: none;
}
body .mainWrapper header ul {
  position: absolute;
  bottom: 0;
  text-align: center;
  max-width: 620px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  padding: 0 25px;
  background: #EFEFEF;
}
body .mainWrapper header ul li {
  position: relative;
  display: inline-block;
  line-height: 40px;
  padding: 0 5px;
  font-weight: normal;
}
body .mainWrapper header ul li a {
  width: 100%;
  color: #8E8E8E;
  opacity: 0.6;
}
body .mainWrapper header ul li a:hover {
  opacity: 1;
}
body .mainWrapper header ul li.active a {
  opacity: 1;
}
body .mainWrapper header ul li:hover ul.submenu {
  visibility: visible;
}
body .mainWrapper header ul li ul.submenu {
  visibility: hidden;
  margin: 0;
  padding: 0;
  padding-left: 5px;
  background: none;
  position: absolute;
  top: 40px;
  left: 0;
  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  transition: 0.6s;
  min-width: 180px;
}
body .mainWrapper header ul li ul.submenu li {
  display: block;
  width: 100%;
  vertical-align: top;
  padding: 0 20px;
  line-height: 30px;
  height: 30px;
  background: #8E8E8E;
  text-align: left;
}
body .mainWrapper header ul li ul.submenu li a {
  color: #FFF;
}
body .mainWrapper header ul li ul.submenu li:hover {
  cursor: pointer;
  background: #7C7B7B;
}
body .mainWrapper header.nothome {
  position: fixed;
  height: 100px;
  background: #EFEFEF;
  padding: 0;
  z-index: 10;
  text-align: left;
}
body .mainWrapper header.nothome h1,
body .mainWrapper header.nothome ul {
  display: inline-block;
  vertical-align: top;
}
body .mainWrapper header.nothome h1 {
  margin: 0;
  padding: 0 35px;
  padding-top: 7px;
  width: auto;
  height: 100px;
}
body .mainWrapper header.nothome h1 img {
  width: auto;
  height: 80px;
  vertical-align: middle;
}
body .mainWrapper header.nothome h2 {
  display: none;
}
body .mainWrapper header.nothome ul {
  position: relative;
  left: auto;
  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  background: none;
}
body .mainWrapper header.nothome ul li {
  line-height: 100px;
}
body .mainWrapper header.nothome ul li ul.submenu {
  top: 80px;
}
body .mainWrapper header.nothome #socials {
  top: 0;
}
body .mainWrapper header.nothome #socials i {
  line-height: 100px;
}
body .mainWrapper main {
  height: 100%;
}
body .mainWrapper main .mobile-title {
  display: none;
}
body .mainWrapper main .imgCtnr {
  position: relative;
  text-align: center;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
body .mainWrapper main .imgCtnr .filtered {
  width: 100%;
  height: 100%;
}
body .mainWrapper main .imgCtnr .filtered img {
  position: relative;
  width: 100%;
  margin: 0 auto;
  left: auto;
  top: auto;
  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
body .mainWrapper main .mainContenu {
  height: 100%;
  min-height: 100%;
  padding: 0;
  background: #FFF;
}
body .mainWrapper main .mainContenu .homeImage {
  height: auto;
  width: 100%;
  background: #E0E0E0;
}
body .mainWrapper main .mainContenu h2 {
  margin: 0;
  padding: 0;
  color: #8BD8EB;
  font-size: 62px;
}
body .mainWrapper main .mainContenu h2.homeTitle {
  text-align: inherit;
  font-size: 18px;
  font-weight: 700;
  padding: 0 35px;
  width: 100%;
  text-transform: uppercase;
}
body .mainWrapper main .mainContenu h2.homeTitle span {
  float: right;
  font-weight: lighter;
}
body .mainWrapper main .mainContenu #about-preview-ctnr {
  position: relative;
  background: #EFEFEF;
}
body .mainWrapper main .mainContenu #about-preview-ctnr:after {
  content: "";
  background: #8E8E8E;
  height: 250px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
body .mainWrapper main .mainContenu #about-preview-ctnr #about-preview {
  position: relative;
  padding: 50px;
  background: #EFEFEF;
}
body .mainWrapper main .mainContenu #about-preview-ctnr #about-preview .sidetext {
  background: #FFF;
  padding: 50px;
  height: 440px;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 1;
}
body .mainWrapper main .mainContenu #about-preview-ctnr #about-preview .sidetext p {
  padding: 0;
  margin: 0;
  font-size: 22px;
  line-height: 26px;
  font-weight: lighter;
  margin-bottom: 10px;
}
body .mainWrapper main .mainContenu #about-preview-ctnr #about-preview .sidetext a {
  font-size: 14px;
}
body .mainWrapper main .mainContenu #about-preview-ctnr #about-preview .sideimage {
  height: 440px;
  background: #E0E0E0;
  z-index: 1;
  padding: 0;
  overflow: hidden;
  text-align: center;
}
body .mainWrapper main .mainContenu #about-preview-ctnr #about-preview .sideimage .filtered {
  height: 100%;
  width: 100%;
}
body .mainWrapper main .mainContenu #about-preview-ctnr #about-preview .sideimage .filtered img {
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  width: auto;
}
body .mainWrapper main .mainContenu #discover-work {
  background: #EFEFEF;
  height: 540px;
  padding: 100px 0;
  padding-top: 150px;
}
body .mainWrapper main .mainContenu #discover-work .content {
  position: relative;
  display: block;
  z-index: 1;
}
body .mainWrapper main .mainContenu #discover-work .content p:not(.button) {
  padding: 0;
  margin: 0;
  font-size: 22px;
  color: #8E8E8E;
  font-weight: lighter;
  margin-bottom: 10px;
}
body .mainWrapper main .mainContenu #discover-work .content p:not(.button) b {
  color: #8BD8EB;
  font-size: 62px;
  font-weight: 900;
  -moz-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
body .mainWrapper main .mainContenu #discover-work:after {
  content: "";
  background: #8E8E8E;
  height: 250px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
body .mainWrapper main .mainContenu #prestas,
body .mainWrapper main .mainContenu #prestas-single {
  z-index: 0;
  background: #8E8E8E;
}
body .mainWrapper main .mainContenu #prestas .prestasCarousel,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel {
  padding: 0 35px;
  padding-top: 20px;
}
body .mainWrapper main .mainContenu #prestas .prestasCarousel .item,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item {
  position: relative;
  height: auto;
  text-align: center;
  padding-bottom: 20px;
  vertical-align: top;
  margin-left: 2px;
}
body .mainWrapper main .mainContenu #prestas .prestasCarousel .item .backImage,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item .backImage {
  position: relative;
  height: 420px;
  width: 100%;
  background: #4E4E4E;
  overflow: hidden;
  text-align: center;
}
body .mainWrapper main .mainContenu #prestas .prestasCarousel .item .backImage .filtered,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item .backImage .filtered {
  height: 100%;
  width: 100%;
  z-index: 1;
}
body .mainWrapper main .mainContenu #prestas .prestasCarousel .item .backImage .filtered img,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item .backImage .filtered img {
  position: absolute;
  left: 50%;
  top: 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%);
}
body .mainWrapper main .mainContenu #prestas .prestasCarousel .item .backImage p.title,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item .backImage p.title {
  position: absolute;
  top: 380px;
  background: #FFF;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  text-align: center;
  color: #606060;
  text-transform: uppercase;
  font-weight: 900;
  padding: 2px 5px;
  margin: 0;
  z-index: 3;
  transition: 0.4s;
}
body .mainWrapper main .mainContenu #prestas .prestasCarousel .item .backImage:after,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item .backImage:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: 2;
  transition: 0.4s;
  opacity: 0.8;
}
body .mainWrapper main .mainContenu #prestas .prestasCarousel .item .backImage:hover,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item .backImage:hover,
body .mainWrapper main .mainContenu #prestas .prestasCarousel .item .backImage.open,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item .backImage.open {
  cursor: pointer;
}
body .mainWrapper main .mainContenu #prestas .prestasCarousel .item .backImage:hover:after,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item .backImage:hover:after,
body .mainWrapper main .mainContenu #prestas .prestasCarousel .item .backImage.open:after,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item .backImage.open:after {
  height: 100%;
}
body .mainWrapper main .mainContenu #prestas .prestasCarousel .item .backImage:hover.color1:after,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item .backImage:hover.color1:after,
body .mainWrapper main .mainContenu #prestas .prestasCarousel .item .backImage.open.color1:after,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item .backImage.open.color1:after {
  background: #8BD8EB;
}
body .mainWrapper main .mainContenu #prestas .prestasCarousel .item .backImage:hover.color2:after,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item .backImage:hover.color2:after,
body .mainWrapper main .mainContenu #prestas .prestasCarousel .item .backImage.open.color2:after,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item .backImage.open.color2:after {
  background: #61D8B6;
}
body .mainWrapper main .mainContenu #prestas .prestasCarousel .item .backImage:hover.color3:after,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item .backImage:hover.color3:after,
body .mainWrapper main .mainContenu #prestas .prestasCarousel .item .backImage.open.color3:after,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item .backImage.open.color3:after {
  background: #97E0DA;
}
body .mainWrapper main .mainContenu #prestas .prestasCarousel .item .backImage:hover.color4:after,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item .backImage:hover.color4:after,
body .mainWrapper main .mainContenu #prestas .prestasCarousel .item .backImage.open.color4:after,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item .backImage.open.color4:after {
  background: #91CCDB;
}
body .mainWrapper main .mainContenu #prestas .prestasCarousel .item .backImage:hover i,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item .backImage:hover i,
body .mainWrapper main .mainContenu #prestas .prestasCarousel .item .backImage.open i,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item .backImage.open i {
  bottom: 10px;
  opacity: 1;
}
body .mainWrapper main .mainContenu #prestas .prestasCarousel .item .backImage:hover p.title,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item .backImage:hover p.title,
body .mainWrapper main .mainContenu #prestas .prestasCarousel .item .backImage.open p.title,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item .backImage.open p.title {
  top: 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%);
}
body .mainWrapper main .mainContenu #prestas .prestasCarousel .item p.content,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item p.content {
  padding: 0;
  margin: 20px 0;
  position: relative;
  display: block;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 16px;
}
body .mainWrapper main .mainContenu #prestas .prestasCarousel .owl-nav,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .owl-nav {
  position: absolute;
  z-index: 10;
  top: 190px;
  pointer-events: none;
}
body .mainWrapper main .mainContenu #prestas .prestasCarousel .owl-nav .owl-prev,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .owl-nav .owl-prev,
body .mainWrapper main .mainContenu #prestas .prestasCarousel .owl-nav .owl-next,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .owl-nav .owl-next {
  height: 50px;
  width: 50px;
  border: none;
  border-radius: 0;
  outline: none;
  background: #FFF;
  pointer-events: all;
}
body .mainWrapper main .mainContenu #prestas .prestasCarousel .owl-nav .owl-prev i,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .owl-nav .owl-prev i,
body .mainWrapper main .mainContenu #prestas .prestasCarousel .owl-nav .owl-next i,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .owl-nav .owl-next i {
  font-size: 32px;
  vertical-align: middle;
  color: #606060;
}
body .mainWrapper main .mainContenu #prestas .prestasCarousel .owl-nav .owl-prev:hover,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .owl-nav .owl-prev:hover,
body .mainWrapper main .mainContenu #prestas .prestasCarousel .owl-nav .owl-next:hover,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .owl-nav .owl-next:hover {
  cursor: pointer;
  background: #606060;
}
body .mainWrapper main .mainContenu #prestas .prestasCarousel .owl-nav .owl-prev:hover i,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .owl-nav .owl-prev:hover i,
body .mainWrapper main .mainContenu #prestas .prestasCarousel .owl-nav .owl-next:hover i,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .owl-nav .owl-next:hover i {
  color: #FFF;
}
body .mainWrapper main .mainContenu #prestas .prestasCarousel .owl-nav .owl-prev,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .owl-nav .owl-prev {
  float: left;
  margin-left: -25px;
}
body .mainWrapper main .mainContenu #prestas .prestasCarousel .owl-nav .owl-next,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .owl-nav .owl-next {
  float: right;
  margin-right: -25px;
}
body .mainWrapper main .mainContenu #prestas h2 {
  color: #FFF;
}
body .mainWrapper main .mainContenu #prestas h2 span {
  color: #FFF;
}
body .mainWrapper main .mainContenu #prestas-single {
  padding-top: 50px;
  background: #FFF;
}
body .mainWrapper main .mainContenu #prestas-single h2 {
  margin: 0;
  font-size: 62px;
  font-weight: lighter;
  text-align: center;
}
body .mainWrapper main .mainContenu #prestas-single h3 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: lighter;
  margin-bottom: 20px;
  text-align: center;
}
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item {
  padding: 0;
  margin-left: 0;
  margin-bottom: 50px;
  z-index: 2;
  padding: 0 15px;
}
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item i.rollService {
  position: absolute;
  bottom: -35px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  border-radius: 100%;
  background: #FFF;
  color: #606060;
  font-size: 22px;
  opacity: 0;
  transition: 0.3s;
  z-index: 10;
}
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item .backImage {
  height: 320px;
  border-radius: 10px;
}
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item .backImage p.title {
  z-index: 5;
  top: 260px;
}
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item .subitem {
  display: none;
}
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item.open i {
  line-height: 28px;
}
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item.open i:before {
  content: "\f106";
}
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .itemView {
  padding: 0 15px;
  margin-top: -35px;
  margin-bottom: 50px;
  z-index: 0;
  overflow: hidden;
  border-radius: 10px;
}
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .itemView .content,
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .itemView .image {
  display: inline-block;
  width: 50%;
  float: left;
}
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .itemView .content {
  border-radius: 10px 0 0 10px;
  background: #E6E6E6;
  padding: 50px;
}
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .itemView .content p {
  font-weight: 700;
  margin: 0;
  font-size: 16px;
  margin-bottom: 15px;
}
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .itemView .content strong {
  font-size: 28px;
  font-weight: bolder;
}
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .itemView .content ul {
  margin: 0;
  padding-left: 15px;
}
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .itemView .content ul li p {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .itemView .image {
  border-radius: 0 10px 10px 0;
  background-color: #606060;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  position: relative;
}
body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .itemView .image img {
  position: absolute;
  left: 50%;
  top: 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%);
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
}
body .mainWrapper main .mainContenu .gallery {
  padding: 0 35px;
}
body .mainWrapper main .mainContenu .gallery .galleryItem {
  position: relative;
  display: inline-block;
  float: left;
  width: 20%;
  height: 220px;
  overflow: hidden;
  margin: 0;
  margin-bottom: -5px;
  border: solid 1px #FFF;
}
body .mainWrapper main .mainContenu .gallery .galleryItem.col2 {
  width: 40%;
}
body .mainWrapper main .mainContenu .gallery .galleryItem .image {
  height: 100%;
  width: 100%;
}
body .mainWrapper main .mainContenu .gallery .galleryItem .image .filtered {
  width: 100%;
  height: 100%;
}
body .mainWrapper main .mainContenu .gallery .galleryItem .image .filtered img {
  position: absolute;
  left: 50%;
  top: 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%);
  min-width: 100%;
  min-height: 100%;
  max-width: 150%;
  transition: 0.4s;
}
body .mainWrapper main .mainContenu .gallery .galleryItem .infos {
  position: absolute;
  top: 100%;
  visibility: hidden;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(96, 96, 96, 0.9);
  padding: 15px;
  text-align: center;
  transition: 0.4s;
}
body .mainWrapper main .mainContenu .gallery .galleryItem .infos p {
  color: #FFF;
  text-align: center;
  margin: 0;
  padding: 0;
}
body .mainWrapper main .mainContenu .gallery .galleryItem .infos p.date {
  margin-top: 10px;
  font-size: 12px;
  text-transform: uppercase;
}
body .mainWrapper main .mainContenu .gallery .galleryItem .infos p.date a {
  color: #FFF;
}
body .mainWrapper main .mainContenu .gallery .galleryItem .infos p.date a:hover {
  color: #8BD8EB;
}
body .mainWrapper main .mainContenu .gallery .galleryItem .infos p.title {
  font-size: 18px;
  font-weight: bolder;
  text-transform: uppercase;
  margin-top: 30px;
}
body .mainWrapper main .mainContenu .gallery .galleryItem .infos p.desc {
  font-size: 12px;
  font-weight: 300;
}
body .mainWrapper main .mainContenu .gallery .galleryItem .infos .button.big.transparent {
  font-size: 14px;
  background: none;
  border: solid 2px #FFF;
  padding: 5px 10px;
  margin-top: 20px;
}
body .mainWrapper main .mainContenu .gallery .galleryItem .infos .button.big.transparent:hover {
  cursor: pointer;
  background: #FFF;
  color: #606060;
}
body .mainWrapper main .mainContenu .gallery .galleryItem:hover .image .filtered img,
body .mainWrapper main .mainContenu .gallery .galleryItem:active .image .filtered img {
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
body .mainWrapper main .mainContenu .gallery .galleryItem:hover .infos,
body .mainWrapper main .mainContenu .gallery .galleryItem:active .infos {
  visibility: visible;
  top: 0;
}
body .mainWrapper main .mainContenu #reas {
  z-index: 0;
  background: #FFF;
  padding: 50px 15px;
  padding-bottom: 0;
}
body .mainWrapper main .mainContenu #reas h2 {
  color: #606060;
  margin-bottom: 20px;
}
body .mainWrapper main .mainContenu #reas h2 span {
  color: #606060;
}
body .mainWrapper main .mainContenu #reas-single,
body .mainWrapper main .mainContenu #diy-single {
  padding: 50px;
}
body .mainWrapper main .mainContenu #reas-single h2,
body .mainWrapper main .mainContenu #diy-single h2 {
  margin: 0;
  font-size: 62px;
  font-weight: lighter;
  text-align: center;
}
body .mainWrapper main .mainContenu #reas-single h3,
body .mainWrapper main .mainContenu #diy-single h3 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: lighter;
  margin-bottom: 20px;
  text-align: center;
}
body .mainWrapper main .mainContenu #reas-single h4,
body .mainWrapper main .mainContenu #diy-single h4 {
  margin: 0;
  padding: 0;
  padding-left: 15px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: left;
}
body .mainWrapper main .mainContenu #reas-single .gallery,
body .mainWrapper main .mainContenu #diy-single .gallery {
  padding: 0;
}
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem {
  position: relative;
  height: auto;
  text-align: center;
  vertical-align: top;
  z-index: 2;
  padding: 0 15px;
  margin-left: 0;
  margin-bottom: 30px;
}
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem .image,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem .image {
  height: 320px;
  border-radius: 10px;
  position: relative;
  width: 100%;
  background: #4E4E4E;
  overflow: hidden;
  text-align: center;
}
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem .image .filtered,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem .image .filtered {
  height: 100%;
  width: 100%;
  z-index: 1;
}
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem .image .filtered img,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem .image .filtered img {
  position: absolute;
  left: 50%;
  top: 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%);
  min-width: 0;
  min-height: 0;
  max-width: none;
}
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem .image i.rollService,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem .image i.rollService {
  position: absolute;
  bottom: -35px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  border-radius: 100%;
  background: #FFF;
  color: #606060;
  font-size: 22px;
  opacity: 0;
  transition: 0.3s;
  z-index: 10;
}
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem .image i.rollService.fa-play,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem .image i.rollService.fa-play {
  font-size: 16px;
}
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem .image p.title,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem .image p.title,
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem .image p.date,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem .image p.date,
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem .image p.desc,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem .image p.desc {
  position: absolute;
  top: 260px;
  background: #FFF;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  text-align: center;
  color: #606060;
  text-transform: uppercase;
  font-weight: 900;
  padding: 2px 5px;
  margin: 0;
  z-index: 3;
  transition: 0.4s;
}
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem .image p.date,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem .image p.date {
  top: 420px;
  background: none;
  color: #FFF;
  font-size: 12px;
  line-height: normal;
  padding: 0;
}
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem .image p.desc,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem .image p.desc {
  top: 420px;
  background: none;
  color: #FFF;
  text-transform: none;
  font-weight: normal;
  font-size: 12px;
}
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem .image:after,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem .image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: 2;
  transition: 0.4s;
  opacity: 0.8;
}
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem .image:hover,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem .image:hover,
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem .image.open,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem .image.open {
  cursor: pointer;
}
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem .image:hover:after,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem .image:hover:after,
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem .image.open:after,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem .image.open:after {
  height: 100%;
}
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem .image:hover.color1:after,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem .image:hover.color1:after,
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem .image.open.color1:after,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem .image.open.color1:after {
  background: #8BD8EB;
}
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem .image:hover.color2:after,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem .image:hover.color2:after,
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem .image.open.color2:after,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem .image.open.color2:after {
  background: #61D8B6;
}
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem .image:hover.color3:after,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem .image:hover.color3:after,
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem .image.open.color3:after,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem .image.open.color3:after {
  background: #97E0DA;
}
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem .image:hover.color4:after,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem .image:hover.color4:after,
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem .image.open.color4:after,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem .image.open.color4:after {
  background: #91CCDB;
}
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem .image:hover i,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem .image:hover i,
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem .image.open i,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem .image.open i {
  bottom: 10px;
  opacity: 1;
}
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem .image:hover p.title,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem .image:hover p.title,
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem .image.open p.title,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem .image.open p.title {
  top: 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%);
}
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem .image:hover p.date,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem .image:hover p.date,
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem .image.open p.date,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem .image.open p.date {
  top: 30px;
}
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem .image:hover p.desc,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem .image:hover p.desc,
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem .image.open p.desc,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem .image.open p.desc {
  top: calc(50% + 30px);
}
body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem p.content,
body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem p.content {
  padding: 0;
  margin: 20px 0;
  position: relative;
  display: block;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 16px;
}
body .mainWrapper main .mainContenu #rea-single {
  padding: 50px 0;
}
body .mainWrapper main .mainContenu #rea-single h2 {
  margin: 0;
  font-size: 62px;
  font-weight: lighter;
  text-align: center;
}
body .mainWrapper main .mainContenu #rea-single h3 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: lighter;
  margin-bottom: 20px;
  text-align: center;
}
body .mainWrapper main .mainContenu #rea-single .header {
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
  padding: 0 50px;
  width: 100%;
  height: 36px;
  text-align: center;
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 2;
}
body .mainWrapper main .mainContenu #rea-single .header .button,
body .mainWrapper main .mainContenu #rea-single .header .timeline {
  position: relative;
  width: auto;
  display: inline-block;
  background: #606060;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 0;
  padding: 0;
}
body .mainWrapper main .mainContenu #rea-single .header .timeline {
  padding: 0 20px;
}
body .mainWrapper main .mainContenu #rea-single .header .timeline i,
body .mainWrapper main .mainContenu #rea-single .header .timeline a,
body .mainWrapper main .mainContenu #rea-single .header .timeline span {
  color: #FFF;
}
body .mainWrapper main .mainContenu #rea-single .header .timeline a:hover {
  color: #8BD8EB;
}
body .mainWrapper main .mainContenu #rea-single .header .button {
  width: 36px;
}
body .mainWrapper main .mainContenu #rea-single .header .button span {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  line-height: 36px;
  height: 36px;
  background: #E6E6E6;
  padding: 0 20px;
  z-index: -1;
  transition: 0.4s;
}
body .mainWrapper main .mainContenu #rea-single .header .button.prev span {
  left: 0;
}
body .mainWrapper main .mainContenu #rea-single .header .button.prev:hover span {
  visibility: visible;
  opacity: 1;
  left: 36px;
}
body .mainWrapper main .mainContenu #rea-single .header .button.next span {
  right: 0;
}
body .mainWrapper main .mainContenu #rea-single .header .button.next:hover span {
  visibility: visible;
  opacity: 1;
  right: 36px;
}
body .mainWrapper main .mainContenu #rea-single .header .button.disabled {
  background: #E0E0E0;
}
body .mainWrapper main .mainContenu #rea-single .header .button.disabled span {
  display: none;
}
body .mainWrapper main .mainContenu #rea-single .header .button.prev {
  float: left;
}
body .mainWrapper main .mainContenu #rea-single .header .button.next {
  float: right;
}
body .mainWrapper main .mainContenu #rea-single .cover {
  position: relative;
  display: block;
  z-index: 0;
  width: 100%;
  height: 420px;
  background: none;
  overflow: hidden;
}
body .mainWrapper main .mainContenu #rea-single .cover .filtered {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
body .mainWrapper main .mainContenu #rea-single .cover .filtered img {
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
body .mainWrapper main .mainContenu #rea-single .fullcontent {
  position: relative;
  width: 100%;
  padding: 0 50px;
}
body .mainWrapper main .mainContenu #rea-single .fullcontent p {
  margin: 0;
}
body .mainWrapper main .mainContenu #rea-single .fullcontent .date {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bolder;
  line-height: 30px;
}
body .mainWrapper main .mainContenu #rea-single .fullcontent .place {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 10px;
}
body .mainWrapper main .mainContenu #rea-single .fullcontent .button {
  position: absolute;
  right: 30px;
  top: 30px;
}
body .mainWrapper main .mainContenu #rea-single .fullcontent .description {
  position: relative;
  background: #E6E6E6;
  padding: 30px;
  width: 50%;
  margin-top: -160px;
  margin-bottom: 50px;
  min-height: 210px;
}
body .mainWrapper main .mainContenu #rea-single .fullcontent .images {
  width: 100%;
}
body .mainWrapper main .mainContenu #rea-single .fullcontent .images .item {
  display: inline-block;
  width: 25%;
  height: 220px;
  overflow: hidden;
  margin: 0;
  margin-top: -5px;
}
body .mainWrapper main .mainContenu #rea-single .fullcontent .images .item .filtered {
  width: 100%;
  height: 100%;
}
body .mainWrapper main .mainContenu #rea-single .fullcontent .images .item .filtered img {
  position: absolute;
  left: 50%;
  top: 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%);
  min-width: 100%;
  min-height: 100%;
  max-width: 150%;
  transition: 0.4s;
}
body .mainWrapper main .mainContenu #rea-single .fullcontent .images .item:hover {
  cursor: pointer;
}
body .mainWrapper main .mainContenu #rea-single .fullcontent .images .item:hover .filtered img {
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
body .mainWrapper main .mainContenu #diy {
  z-index: 0;
  background: #E6E6E6;
  padding: 50px 15px;
  padding-bottom: 0;
}
body .mainWrapper main .mainContenu #diy h2 {
  color: #606060;
  margin-bottom: 20px;
}
body .mainWrapper main .mainContenu #diy h2 span {
  color: #606060;
}
body .mainWrapper main .mainContenu #diy .gallery .galleryItem {
  width: 50%;
}
body .mainWrapper main .mainContenu #diy .gallery .galleryItem .infos {
  visibility: visible;
  top: 0;
  background: none;
}
body .mainWrapper main .mainContenu #diy .gallery .galleryItem .infos p.title {
  position: absolute;
  left: 15px;
  top: 15px;
  background: #8BD8EB;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 14px;
  color: #FFF;
  margin: 0;
}
body .mainWrapper main .mainContenu #diy .gallery .galleryItem .infos .button {
  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%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  padding: 0;
  padding-top: 1px;
  padding-left: 3px;
}
body .mainWrapper main .mainContenu #single-video {
  padding: 0 50px;
}
body .mainWrapper main .mainContenu #single-video iframe {
  width: 100%;
  height: calc((100vw - 100px) / 2.4);
}
body .mainWrapper main .mainContenu .sideImages {
  padding: 0;
  background: #E6E6E6;
  overflow: hidden;
}
body .mainWrapper main .mainContenu .sideImages .filtered {
  max-height: 520px;
  width: 100%;
}
body .mainWrapper main .mainContenu .sideImages .filtered img {
  width: 100%;
  height: auto;
}
body .mainWrapper main .mainContenu .sideContent {
  padding: 50px;
  padding-top: 0;
  background: #FFF;
}
body .mainWrapper main .mainContenu .sideContent h2 {
  margin: 0;
  margin-top: 50px;
  font-size: 62px;
  font-weight: lighter;
}
body .mainWrapper main .mainContenu .sideContent h3 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: lighter;
  margin-bottom: 20px;
}
body .mainWrapper main .mainContenu .sideContent .content p {
  margin: 0;
  font-size: 22px;
  font-weight: lighter;
  line-height: 26px;
}
body .mainWrapper main .mainContenu .sideContent .content p strong {
  font-size: 14px;
  text-transform: uppercase;
}
body .mainWrapper main .mainContenu #contact {
  vertical-align: top;
}
body .mainWrapper main .mainContenu #contact h2,
body .mainWrapper main .mainContenu #contact h3 {
  text-align: left;
}
body .mainWrapper main .mainContenu #contact form.ajax {
  padding: 0;
  margin: 0;
  width: 66%;
  display: inline-block;
}
body .mainWrapper main .mainContenu #contact form.ajax .clear {
  display: none;
}
body .mainWrapper main .mainContenu #contact form.ajax [class^="form-"] {
  position: relative;
  padding: 0;
  margin: 0;
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 10px;
  border-right: solid 5px #FFF;
}
body .mainWrapper main .mainContenu #contact form.ajax [class^="form-"] input,
body .mainWrapper main .mainContenu #contact form.ajax [class^="form-"] textarea,
body .mainWrapper main .mainContenu #contact form.ajax [class^="form-"] .selectric {
  border-radius: 0;
  border: none;
  background: #E0E0E0;
  padding: 10px 15px;
  font-size: 14px;
  resize: none;
  width: 100%;
}
body .mainWrapper main .mainContenu #contact form.ajax [class^="form-"] ::-webkit-input-placeholder {
  color: #8E8E8E;
}
body .mainWrapper main .mainContenu #contact form.ajax [class^="form-"] ::-moz-placeholder {
  color: #8E8E8E;
}
body .mainWrapper main .mainContenu #contact form.ajax [class^="form-"] :-ms-input-placeholder {
  color: #8E8E8E;
}
body .mainWrapper main .mainContenu #contact form.ajax [class^="form-"] :-moz-placeholder {
  color: #8E8E8E;
}
body .mainWrapper main .mainContenu #contact form.ajax [class^="form-"] label {
  display: none;
}
body .mainWrapper main .mainContenu #contact form.ajax [class^="form-"][data-name="message"] {
  width: 100%;
}
body .mainWrapper main .mainContenu #contact form.ajax [class^="form-"] .selectric {
  padding: 0;
}
body .mainWrapper main .mainContenu #contact form.ajax [class^="form-"] .selectric .label {
  color: #8E8E8E;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
}
body .mainWrapper main .mainContenu #contact form.ajax [class^="form-"] .selectric .button {
  padding: 0;
  border-radius: 0;
  background: none;
  line-height: 40px;
  color: #8E8E8E;
}
body .mainWrapper main .mainContenu #contact form.ajax [class^="form-"] .selectric .button:after {
  display: none;
}
body .mainWrapper main .mainContenu #contact form.ajax [class^="form-"] .selectric-items {
  border: none;
  background: #8E8E8E;
}
body .mainWrapper main .mainContenu #contact form.ajax [class^="form-"] .selectric-items ul li {
  color: #FFF;
}
body .mainWrapper main .mainContenu #contact form.ajax [class^="form-"] .selectric-items ul li.selected,
body .mainWrapper main .mainContenu #contact form.ajax [class^="form-"] .selectric-items ul li.highlighted {
  color: #8E8E8E;
}
body .mainWrapper main .mainContenu #contact form.ajax [class^="form-"].form-checkbox {
  width: 100%;
}
body .mainWrapper main .mainContenu #contact form.ajax [class^="form-"].form-checkbox label {
  display: inline;
  float: right;
  width: 80%;
  color: #8E8E8E;
  font-weight: normal;
}
body .mainWrapper main .mainContenu #contact form.ajax [class^="form-"].form-checkbox .surbox {
  box-sizing: border-box;
  position: relative;
  display: inline;
  float: left;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}
body .mainWrapper main .mainContenu #contact form.ajax [class^="form-"].form-checkbox .surbox .box {
  position: relative;
  height: 30px;
  width: 30px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 999px;
  float: left;
}
body .mainWrapper main .mainContenu #contact form.ajax [class^="form-"].form-checkbox .surbox .box:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f00d";
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  height: 30px;
  width: 30px;
  left: 0px;
  top: 0px;
  color: #8E8E8E;
  background: #E6E6E6;
  border: none;
  border-radius: 999px;
  transition: 0.2s;
}
body .mainWrapper main .mainContenu #contact form.ajax [class^="form-"].form-checkbox .surbox .box:hover {
  cursor: pointer;
}
body .mainWrapper main .mainContenu #contact form.ajax [class^="form-"].form-checkbox .surbox.checked .box {
  background: #61D8B6;
}
body .mainWrapper main .mainContenu #contact form.ajax [class^="form-"].form-checkbox .surbox.checked .box:before {
  content: "\f00c";
  color: #FFF;
  background: #61D8B6;
}
body .mainWrapper main .mainContenu #contact form.ajax [class^="form-"].form-checkbox .surbox.checked label {
  color: #61D8B6;
}
body .mainWrapper main .mainContenu #contact form.ajax .form-button {
  padding: 0;
}
body .mainWrapper main .mainContenu #contact form.ajax .form-button hr {
  border-color: #E0E0E0;
}
body .mainWrapper main .mainContenu #contact form.ajax .form-button p.formAnswer {
  width: auto;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
}
body .mainWrapper main .mainContenu #contact form.ajax .form-button button,
body .mainWrapper main .mainContenu #contact form.ajax .form-button .button {
  background: #8BD8EB;
  border: none;
  width: auto;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 10px 15px;
  border-radius: 999px;
  color: #FFF;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
}
body .mainWrapper main .mainContenu #contact form.ajax .form-button button.black,
body .mainWrapper main .mainContenu #contact form.ajax .form-button .button.black {
  background: #8E8E8E;
}
body .mainWrapper main .mainContenu #contact .map {
  width: 33%;
  height: 338px;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
body .mainWrapper main .mainContenu #contact .map iframe {
  width: 100%;
  height: 100%;
}
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: #606060;
}
body .mainWrapper main#p404 {
  background: #E6E6E6;
  padding: 0;
  text-align: center;
  min-height: 0;
}
body .mainWrapper main#p404 .mainContenu .side-content {
  padding: 0;
  padding: 50px;
}
body .mainWrapper main#p404 .mainContenu .side-content h2 {
  margin: 0;
  padding: 0;
  font-size: 102px;
  font-weight: bolder;
  font-family: "Bebas Neue";
}
body .mainWrapper footer {
  padding: 0;
  margin: 0;
  background: #606060;
}
body .mainWrapper footer ul {
  padding: 50px;
  padding-right: 10px;
  margin: 0;
  list-style: none;
}
body .mainWrapper footer ul li {
  color: #FFF;
}
body .mainWrapper footer ul li a {
  color: #FFF;
}
body .mainWrapper footer ul li.title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 900;
}
body .mainWrapper footer ul li ul.submenu {
  padding: 0;
}
body .mainWrapper footer .contactInfo {
  padding: 50px 10px;
  color: #FFF;
}
body .mainWrapper footer .contactInfo p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  color: #FFF;
}
body .mainWrapper footer .contactInfo p.title {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 900;
}
body .mainWrapper footer .contactInfo .image {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background: #8E8E8E;
  margin-bottom: 30px;
  overflow: hidden;
}
body .mainWrapper footer .contactInfo .image .filtered {
  width: 90px;
  height: 90px;
}
body .mainWrapper footer .contactInfo .image .filtered img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 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%);
}
body .mainWrapper footer .contactInfo .contacts {
  height: 90px;
  padding-left: 10px;
  margin-bottom: 30px;
}
body .mainWrapper footer .contactInfo .image,
body .mainWrapper footer .contactInfo .contacts {
  display: inline-block;
  vertical-align: top;
}
body .mainWrapper footer .socials {
  padding: 50px;
  padding-left: 10px;
}
body .mainWrapper footer .socials p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  color: #FFF;
}
body .mainWrapper footer .socials p.title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 900;
}
body .mainWrapper footer .socials i {
  margin-top: 10px;
  margin-right: 20px;
  color: #FFF;
  font-size: 32px;
}
body .mainWrapper footer .bottom {
  text-align: center;
  width: 100%;
  padding: 10px 50px;
}
body .mainWrapper footer .bottom p {
  color: #FFF;
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1281px), screen and (min-device-width: 1281px) {
  body .mainWrapper main .mainContenu #about-preview-ctnr,
  body .mainWrapper main .mainContenu #prestas,
  body .mainWrapper main .mainContenu #prestas-single,
  body .mainWrapper main .mainContenu #reas,
  body .mainWrapper main .mainContenu #diy,
  body .mainWrapper main .mainContenu#insideWrapperLimited {
    padding-left: calc((100% - 1280px) / 2);
    padding-right: calc((100% - 1280px) / 2);
  }
  body .mainWrapper footer {
    padding-left: calc((100% - 1280px) / 2);
    padding-right: calc((100% - 1280px) / 2);
  }
}
@media screen and (max-width: 991px), screen and (max-device-width: 991px) {
  #mainLoader.loaded {
    width: 100%;
  }
  body {
    overflow: visible;
  }
  body #popupWrapper #popupContent .owl-carousel .owl-nav {
    left: 0;
    padding: 0;
    width: 100%;
  }
  body .mainWrapper header {
    width: 100%;
  }
  body .mainWrapper header ul {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  body .mainWrapper header ul:hover {
    cursor: pointer;
  }
  body .mainWrapper header ul:hover:after {
    color: #8BD8EB;
    cursor: pointer;
  }
  body .mainWrapper header #socials {
    right: 30px;
  }
  body .mainWrapper header #socials i {
    margin-left: 5px;
  }
  body .mainWrapper header.nothome h1 {
    padding-right: 0 !important;
  }
  body .mainWrapper header.nothome ul {
    text-align: left;
  }
  body .mainWrapper main .mainContenu #discover-work {
    display: none;
  }
  body .mainWrapper main .mainContenu #rea-single .fullcontent .images .item {
    width: 33.3333%;
  }
}
@media screen and (max-width: 768px), screen and (max-device-width: 768px) {
  body #popupWrapper #popupClose {
    right: 30px;
    top: 30px;
  }
  body #popupWrapper #popupContent {
    padding: 30px;
  }
  body #popupWrapper #popupContent h2 {
    left: 30px;
    top: 30px;
  }
  body .mainWrapper header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background: #E6E6E6;
  }
  body .mainWrapper header h1 {
    margin: 0;
    padding: 10px 0;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 0;
    -moz-transform: translateX(-50%);
    -mwebkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  body .mainWrapper header h1 img {
    height: 80px;
    width: auto;
  }
  body .mainWrapper header h2 {
    display: none;
  }
  body .mainWrapper header ul {
    visibility: hidden;
    z-index: 0;
    height: 0;
    transition: 0.4s;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    max-width: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(96, 96, 96, 0.9);
    text-align: left;
    padding-top: 30px;
    opacity: 0;
  }
  body .mainWrapper header ul li {
    display: block;
    width: 100%;
    color: #FFF;
    font-size: 28px;
    text-align: left;
    padding: 0 30px;
    line-height: 0px;
    font-weight: bolder;
    transition: 0.4s;
  }
  body .mainWrapper header ul li a {
    color: #FFF;
  }
  body .mainWrapper header ul li .submenu {
    display: none;
  }
  body .mainWrapper header ul.open {
    height: calc(100vh - 100px);
    visibility: visible;
    opacity: 1;
    z-index: 10;
  }
  body .mainWrapper header ul.open li {
    line-height: 40px;
  }
  body .mainWrapper header #socials {
    position: absolute;
    right: 15px;
    top: 0;
    height: 100px;
  }
  body .mainWrapper header #socials i {
    line-height: 100px;
    margin: 0;
  }
  body .mainWrapper header #burger {
    display: block;
    position: absolute;
    left: 15px;
    top: 0;
    height: 100px;
  }
  body .mainWrapper header #burger i {
    line-height: 100px;
    font: 18px;
    color: #8E8E8E;
  }
  body .mainWrapper header #burger:hover {
    cursor: pointer;
  }
  body .mainWrapper header #burger.open i:before {
    content: "\f00d";
  }
  body .mainWrapper header.nothome h1 {
    padding: 10px 0;
  }
  body .mainWrapper header.nothome ul {
    background: rgba(96, 96, 96, 0.9);
  }
  body .mainWrapper main .mobile-title {
    position: relative;
    display: block;
    background: #FFF;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 15px;
    margin-top: 100px;
  }
  body .mainWrapper main .mobile-title h1 {
    width: 100%;
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
  }
  body .mainWrapper main .mobile-title h2 {
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
  }
  body .mainWrapper main .mainContenu .button {
    white-space: nowrap;
    margin-bottom: 15px;
  }
  body .mainWrapper main .mainContenu .seeAllButton {
    padding: 15px 30px;
  }
  body .mainWrapper main .mainContenu .seeAllButton .button {
    margin: 0;
  }
  body .mainWrapper main .mainContenu .sideContent {
    padding: 0 30px;
    padding-bottom: 30px;
  }
  body .mainWrapper main .mainContenu .sideContent h2 {
    margin-top: 30px;
    font-size: 32px;
  }
  body .mainWrapper main .mainContenu .sideContent h3 {
    font-size: 16px;
  }
  body .mainWrapper main .mainContenu .homeImage {
    overflow: hidden;
    height: 220px;
    background: #8E8E8E;
  }
  body .mainWrapper main .mainContenu .homeImage .imgCtnr {
    height: 100% !important;
  }
  body .mainWrapper main .mainContenu .homeImage .imgCtnr .filtered img {
    position: relative;
    width: 100%;
    top: 0 !important;
    left: 0 !important;
  }
  body .mainWrapper main .mainContenu #about-preview-ctnr {
    height: auto;
    background: #8E8E8E;
  }
  body .mainWrapper main .mainContenu #about-preview-ctnr #about-preview {
    background: none;
    margin-top: -160px;
    padding: 35px;
  }
  body .mainWrapper main .mainContenu #about-preview-ctnr #about-preview .sidetext {
    height: auto;
    padding: 35px;
  }
  body .mainWrapper main .mainContenu #about-preview-ctnr #about-preview .sidetext p {
    font-size: 16px;
    line-height: normal;
  }
  body .mainWrapper main .mainContenu #about-preview-ctnr:after {
    display: none;
  }
  body .mainWrapper main .mainContenu #discover-work {
    display: none;
  }
  body .mainWrapper main .mainContenu #reas .gallery,
  body .mainWrapper main .mainContenu #reas-single .gallery,
  body .mainWrapper main .mainContenu #diy .gallery,
  body .mainWrapper main .mainContenu #diy-single .gallery {
    padding: 0 30px;
  }
  body .mainWrapper main .mainContenu #reas .gallery .galleryItem,
  body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem,
  body .mainWrapper main .mainContenu #diy .gallery .galleryItem,
  body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem {
    width: 100%;
  }
  body .mainWrapper main .mainContenu #reas .gallery .galleryItem.col1,
  body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem.col1,
  body .mainWrapper main .mainContenu #diy .gallery .galleryItem.col1,
  body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem.col1,
  body .mainWrapper main .mainContenu #reas .gallery .galleryItem.col2,
  body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem.col2,
  body .mainWrapper main .mainContenu #diy .gallery .galleryItem.col2,
  body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem.col2 {
    width: 100%;
  }
  body .mainWrapper main .mainContenu #reas .gallery .galleryItem.hover .image .filtered img,
  body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem.hover .image .filtered img,
  body .mainWrapper main .mainContenu #diy .gallery .galleryItem.hover .image .filtered img,
  body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem.hover .image .filtered img {
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
  body .mainWrapper main .mainContenu #reas .gallery .galleryItem.hover .infos,
  body .mainWrapper main .mainContenu #reas-single .gallery .galleryItem.hover .infos,
  body .mainWrapper main .mainContenu #diy .gallery .galleryItem.hover .infos,
  body .mainWrapper main .mainContenu #diy-single .gallery .galleryItem.hover .infos {
    visibility: visible;
    top: 0;
  }
  body .mainWrapper main .mainContenu #prestas h2.homeTitle {
    padding: 30px 0;
    text-align: center;
  }
  body .mainWrapper main .mainContenu #prestas h2.homeTitle span {
    display: none;
  }
  body .mainWrapper main .mainContenu #prestas .prestasCarousel {
    padding: 0 15px;
  }
  body .mainWrapper main .mainContenu #prestas .prestasCarousel .item {
    padding-bottom: 0;
  }
  body .mainWrapper main .mainContenu #prestas .prestasCarousel .item .backImage {
    height: 280px;
  }
  body .mainWrapper main .mainContenu #prestas .prestasCarousel .item .backImage .filtered img {
    width: 100%;
    height: auto;
  }
  body .mainWrapper main .mainContenu #prestas .prestasCarousel .item .backImage p.title {
    top: 220px;
  }
  body .mainWrapper main .mainContenu #prestas .prestasCarousel .item .button {
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    margin: 0;
  }
  body .mainWrapper main .mainContenu #prestas .prestasCarousel .owl-nav {
    top: 90px;
  }
  body .mainWrapper main .mainContenu #prestas .prestasCarousel .owl-nav .owl-prev {
    margin-left: 0;
  }
  body .mainWrapper main .mainContenu #prestas .prestasCarousel .owl-nav .owl-next {
    margin-right: 0;
  }
  body .mainWrapper main .mainContenu #prestas-single {
    padding-top: 30px;
  }
  body .mainWrapper main .mainContenu #prestas-single h2 {
    font-size: 32px;
  }
  body .mainWrapper main .mainContenu #prestas-single h3 {
    font-size: 16px;
  }
  body .mainWrapper main .mainContenu #prestas-single .prestasCarousel {
    padding: 0 15px;
  }
  body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item .backImage {
    height: 220px;
  }
  body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .item .backImage p.title {
    top: 180px;
  }
  body .mainWrapper main .mainContenu #prestas-single .prestasCarousel .itemView .content {
    width: 100%;
    padding: 15px;
  }
  body .mainWrapper main .mainContenu #reas {
    padding: 0;
  }
  body .mainWrapper main .mainContenu #reas h2.homeTitle {
    padding: 30px 15px;
    margin: 0;
    text-align: center;
  }
  body .mainWrapper main .mainContenu #reas h2.homeTitle span {
    display: none;
  }
  body .mainWrapper main .mainContenu #reas .seeAllButton .button {
    margin-bottom: 15px;
  }
  body .mainWrapper main .mainContenu #reas-single {
    padding: 30px;
  }
  body .mainWrapper main .mainContenu #reas-single h2 {
    font-size: 32px;
  }
  body .mainWrapper main .mainContenu #reas-single h3 {
    font-size: 16px;
  }
  body .mainWrapper main .mainContenu #reas-single .gallery {
    padding: 0;
  }
  body .mainWrapper main .mainContenu #rea-single {
    padding-top: 30px;
    padding-bottom: 0;
  }
  body .mainWrapper main .mainContenu #rea-single .header {
    padding: 0;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  body .mainWrapper main .mainContenu #rea-single .header .button,
  body .mainWrapper main .mainContenu #rea-single .header .timeline {
    margin: 0;
  }
  body .mainWrapper main .mainContenu #rea-single .header .timeline {
    font-size: 12px;
  }
  body .mainWrapper main .mainContenu #rea-single .cover {
    height: 180px;
  }
  body .mainWrapper main .mainContenu #rea-single .fullcontent {
    padding: 0 30px;
    background-color: #E6E6E6;
  }
  body .mainWrapper main .mainContenu #rea-single .fullcontent .description {
    margin: 0;
    width: 100%;
    padding: 30px 0;
    background: none;
  }
  body .mainWrapper main .mainContenu #rea-single .fullcontent .description #seePictures {
    position: relative;
    left: 0;
    top: 0;
  }
  body .mainWrapper main .mainContenu #rea-single .fullcontent .images {
    padding-bottom: 30px;
  }
  body .mainWrapper main .mainContenu #rea-single .fullcontent .images .item {
    width: 50%;
    height: 180px;
  }
  body .mainWrapper main .mainContenu #diy {
    padding: 0;
  }
  body .mainWrapper main .mainContenu #diy h2.homeTitle {
    padding: 30px 15px;
    text-align: center;
    margin: 0;
  }
  body .mainWrapper main .mainContenu #diy h2.homeTitle span {
    display: none;
  }
  body .mainWrapper main .mainContenu #diy .seeAllButton .button {
    margin-bottom: 15px;
  }
  body .mainWrapper main .mainContenu #diy-single {
    padding: 30px;
  }
  body .mainWrapper main .mainContenu #diy-single h2 {
    font-size: 32px;
  }
  body .mainWrapper main .mainContenu #diy-single h3 {
    font-size: 16px;
  }
  body .mainWrapper main .mainContenu #diy-single .gallery {
    padding: 0;
  }
  body .mainWrapper main .mainContenu #diy-single .seeAllButton {
    padding: 0 15px;
  }
  body .mainWrapper main .mainContenu #single-video {
    padding: 0 30px;
  }
  body .mainWrapper main .mainContenu #single-video iframe {
    height: calc((100vw - 100px) / 0.8);
  }
  body .mainWrapper main .mainContenu #contact form.ajax {
    width: 100%;
  }
  body .mainWrapper main .mainContenu #contact .map {
    display: none;
  }
  body .mainWrapper footer ul {
    padding: 30px;
  }
  body .mainWrapper footer .contactInfo {
    padding: 0 30px;
  }
  body .mainWrapper footer .socials {
    padding: 30px;
  }
}
@media screen and (max-width: 411px), screen and (max-device-width: 411px) {
  body .mainWrapper main .mainContenu #rea-single .fullcontent .images .item {
    width: 100%;
  }
}
