@charset "UTF-8";
/* BREAKPOINTS */
/* MEDIA QUERIES */
/*
$lt-smartphone: only screen and (max-device-width: 576px);
*/
@import 'https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&display=swap';
.is-xs, .is-s, .is-m, .is-l, .is-xl {
  display: none;
}

@media only screen and (min-width: 576px) {
  .is-xs {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .is-s {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .is-m {
    display: block;
  }
}

@media only screen and (min-width: 1370px) {
  .is-l {
    display: block;
  }
}

@media only screen and (min-width: 1600px) {
  .is-xl {
    display: block;
  }
}

.only-xs, .only-s, .only-m, .only-l, .only-xl {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
  .only-xs {
    display: block;
  }
}

@media only screen and (min-width: 577px) and (max-width: 768px) {
  .only-s {
    display: block;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .only-m {
    display: block;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1370px) {
  .only-l {
    display: block;
  }
}

@media only screen and (min-width: 1371px) {
  .only-xl {
    display: block;
  }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

@font-face {
  font-family: "icon";
  src: url("../fonts/icons/icon.eot");
  src: url("../fonts/icons/icon.eot?#iefix") format("eot"), url("../fonts/icons/icon.woff") format("woff"), url("../fonts/icons/icon.woff") format("woff"), url("../fonts/icons/icon.ttf") format("truetype"), url("../fonts/icons/icon.svg#icon") format("svg");
}

.icon:before {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none;
}

.icon-anesthesie-general:before {
  content: "\E001";
}

.icon-chirurgie-oral:before {
  content: "\E002";
}

.icon-dent-base:before {
  content: "\E003";
}

.icon-dentisterie:before {
  content: "\E004";
}

.icon-facebook:before {
  content: "\E005";
}

.icon-hygiene-orale:before {
  content: "\E006";
}

.icon-implantologie:before {
  content: "\E007";
}

.icon-instagram:before {
  content: "\E008";
}

.icon-more-circle:before {
  content: "\E009";
}

.icon-more:before {
  content: "\E00A";
}

.icon-orthodontie:before {
  content: "\E00B";
}

.icon-parodontologie:before {
  content: "\E00C";
}

.icon-pedodontie:before {
  content: "\E00D";
}

.icon-success:before {
  content: "\E00E";
}

.icon-urgence:before {
  content: "\E00F";
}

html body .wrapper, #main-header > .wrapper, #main-content .intro-homepage > .wrapper, #main-content .header-title > .wrapper, #main-content .content-title, #main-content .info-price > .wrapper, #main-footer .footer > .wrapper {
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1500px;
}

html body .button-white, html body .button {
  font-size: 1.2rem;
  font-weight: 400;
  border-radius: 10px;
  padding: 10px 15px;
  color: #C19B58;
  background-color: #372926;
}

html body .button-white:hover, html body .button:hover {
  color: #372926;
  background-color: #C19B58;
}

html body .button-white {
  color: #FFF;
  background-color: #372926;
}

html body .button-white:hover {
  color: #372926;
  background-color: #FFF;
}

html body .button-more.white, html body .button-more-white, html body .button-more {
  font-size: 1rem;
  display: flex;
  margin: 0.5em;
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  align-items: center;
  align-content: center;
}

html body .button-more.white:before, html body .button-more-white:before, html body .button-more:before {
  height: 1px;
  width: 50px;
  content: '';
  display: block;
  margin-right: 10px;
  background-color: #C19B58;
  transition: 0.5s ease;
}

html body .button-more.white:after, html body .button-more-white:after, html body .button-more:after {
  width: 20px;
  height: 20px;
  content: '';
  display: block;
  background-position: center;
  background-size: cover;
  background-image: url("../images/paiva-icon-more-light.svg");
  transition: 0.5s ease;
}

html body .close.button-more-white:after, html body .close.button-more:after {
  transform: rotate(315deg);
  transition: 0.5s ease;
}

html body .button-more-white:hover:before, html body .button-more:hover:before {
  width: 25px;
  transition: 0.5s ease;
}

html body .button-more-white:hover:after, html body .button-more:hover:after {
  transform: rotate(180deg);
  transition: 0.5s ease;
}

html body .button-more-white:hover.close:after, html body .button-more:hover.close:after {
  transform: rotate(495deg);
  transition: 0.5s ease;
}

html body .button-more.white:before, html body .button-more-white:before {
  border-bottom: 1px #FFF solid;
}

html body .button-more.white:after, html body .button-more-white:after {
  background-image: url("../images/paiva-icon-more-white.svg");
}

#main-content .info-price:before, #main-content .slider-module:before, #main-content .technologies:before {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  display: block;
  position: absolute;
  border-style: solid;
  transform: translateY(-99%);
  border-width: 4vw 0 0 100vw;
  border-color: transparent transparent transparent #F3F2F2;
}

#main-content .info-price:before {
  border-color: transparent transparent transparent #FFF;
}

.scroll-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  z-index: 800;
}

.scroll-arrow .arrow {
  height: 26px;
  width: 26px;
  border: 4px solid;
  border-color: transparent #654F44 #654F44 transparent;
  transform: rotate(45deg);
  margin-bottom: 30px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  animation: fade_move_down 3s ease-in-out infinite;
}

@keyframes fade_move_down {
  0% {
    transform: translate(0, -20px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px) rotate(45deg);
    opacity: 0;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-container, .swiper-container-techno {
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-container .swiper-pagination, .swiper-container-techno .swiper-pagination {
    bottom: 4px;
  }
}

.swiper-container .swiper-pagination .swiper-pagination-bullet, .swiper-container-techno .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  background-color: #FFF;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-container-techno .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #C19B58;
}

@media only screen and (max-width: 768px) {
  .swiper-container .swiper-pagination .swiper-pagination-bullet, .swiper-container-techno .swiper-pagination .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
  }
}

.img-content {
  display: inline-block;
  margin: auto;
}

.img-content img {
  display: block;
  width: initial;
  max-width: 200px;
  margin: auto;
  margin-top: 15px;
  filter: grayscale(1);
  opacity: 0.6;
  transition: all 500ms ease;
}

.img-content:hover img {
  opacity: 1;
  filter: grayscale(0);
  transform: scale(1.1);
}

img.img-content {
  display: block;
  width: initial;
  max-width: 200px;
  margin: auto;
  margin-top: 15px;
}

.content del {
  display: block;
  text-align: center;
}

.content ul li {
  position: relative;
  list-style-type: none;
}

.content ul li:before {
  content: '-';
  margin-right: 0.2em;
  display: inline-block;
}

.content iframe {
  width: 100%;
}

.pagination {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 60px;
  width: 100%;
  justify-content: center;
}

.pagination .pagination-button {
  display: block;
  margin: 0px 4px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  background-color: #FFF;
  border-radius: 5px;
  border: 1px solid #C19B58;
}

.pagination .pagination-button:hover {
  color: #FFF;
  background-color: #C19B58;
}

.pagination .pagination-active {
  color: #FFF;
  background-color: #C19B58;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200000;
  display: block;
  background: rgba(55, 41, 38, 0.98);
}

#loader .showbox {
  position: relative;
  top: 50%;
  transform: translateY(-55%);
}

#loader .loader-content {
  position: relative;
  margin: 0 auto;
  width: 100px;
}

#loader .loader-content:before {
  content: '';
  display: block;
  padding-top: 100%;
}

#loader .loader-content .circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#loader .loader-content .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
  stroke: #C19B58;
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

html {
  width: 100%;
  height: 100%;
  font-weight: 300;
  color: #654F44;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

html body {
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6em;
  overflow-x: hidden;
}

html body a {
  color: #C19B58;
  text-decoration: none;
  transition: all 300ms ease;
}

html body h1, html body h2, html body h3 {
  font-weight: 400;
}

html body p {
  line-height: 1.5em;
  margin-bottom: 1em;
}

html body p:last-child {
  margin-bottom: 0;
}

html body b, html body strong {
  font-weight: 600;
}

html body .parallax {
  top: 0;
  position: relative;
}

@media only screen and (max-width: 1370px) {
  html body .parallax {
    position: static !important;
  }
}

html body header {
  padding-top: 60px;
  margin: 0 auto;
  width: 100%;
}

html body header h2 {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 4px;
  line-height: 2.2rem;
  font-weight: 300;
}

html body header hr {
  width: 250px;
  margin: 0 auto;
  border: 0;
  border-top: 1px solid #654F44;
  padding: 0;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  html body header hr {
    width: 50vw;
  }
}

html body img {
  width: 100%;
  max-width: 100%;
}

html body .slider .swiper-container {
  position: relative;
  /*                &::before {
                    content: '';
                    position: absolute;
                    width: 150px;
                    height: 150%;
                    background-color: $color-brown-dark;
                    opacity: 0.8;
                    z-index: 2;
                    pointer-events: none;

                    @include lt-s {
                        width: 80px;
                    }
                }

                &::before {
                    right: 0px;
                    bottom: 0px;
                    -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
                }*/
}

html body .slider .swiper-container .swiper-wrapper {
  z-index: -9999;
}

html body .slider .swiper-container:before {
  bottom: 0;
  right: 0;
  content: '';
  display: block;
  position: absolute;
  z-index: 30;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1000px 120px;
  border-color: transparent transparent rgba(101, 79, 68, 0.8) transparent;
  z-index: 2;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  html body .slider .swiper-container:before {
    border-width: 0 0 400px 70px;
  }
}

html body .slider .swiper-slide {
  height: auto;
  text-align: center;
  font-size: 18px;
  background-position: center;
  background-size: cover;
  overflow-x: hidden;
}

html body .slider .swiper-slide p {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: calc(100% - 240px);
  color: #654F44;
  background-color: rgba(229, 222, 207, 0.8);
  font-weight: 400;
  padding: 6px 120px 50px 120px;
}

@media only screen and (max-width: 768px) {
  html body .slider .swiper-slide p {
    width: calc(100% - 160px);
    padding: 6px 80px 30px 80px;
    font-size: 0.8rem !important;
  }
}

html body .slider .swiper-slide p:before {
  bottom: 100%;
  left: 0;
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 1500px;
  border-color: transparent transparent rgba(229, 222, 207, 0.8) transparent;
  z-index: 2;
  pointer-events: none;
}

html body .slider .swiper-slide img {
  width: 100%;
  height: auto;
}

html body .slider .swiper-slide iframe {
  width: 100%;
  margin-bottom: -10px;
}

html body .slider .swiper-button-white {
  transition: 0.5s ease;
}

html body .slider .swiper-button-white:hover {
  transform: scale(1.2);
  transition: 0.5s ease;
}

@media only screen and (max-width: 768px) {
  html body .slider .swiper-button-white {
    background-size: 20px 44px;
  }
}

html body .active {
  border-bottom: 2px solid #C19B58;
}

#main-header {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  background-color: #FFF;
  z-index: 3000;
  padding: 30px 0;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1370px) {
  #main-header {
    box-shadow: none;
    padding: 30px 0 15px 0;
    background-color: transparent;
  }
}

#main-header .logo {
  width: 20%;
}

#main-header .logo > a {
  display: block;
}

#main-header .logo > a > img {
  width: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 1370px) {
  #main-header .logo {
    width: 300px;
    height: 50px;
  }
  #main-header .logo img {
    display: inline-block;
    width: initial;
    max-width: initial;
    max-height: 50px;
    margin-right: auto;
  }
}

@media only screen and (max-width: 768px) {
  #main-header .logo {
    width: 70%;
    max-width: 300px;
    display: flex;
    align-items: center;
    align-content: center;
  }
  #main-header .logo > a {
    width: 100%;
    display: block;
  }
}

#main-header .burger-menu {
  width: 50px;
  display: none;
  margin-left: auto;
  position: relative;
  cursor: pointer;
  transition: all 200ms ease;
}

#main-header .burger-menu > div {
  top: 40%;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #654F44;
  position: absolute;
  transition: all 300ms ease;
}

#main-header .burger-menu:before {
  top: 5px;
  left: 0;
  content: '';
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  background-color: #654F44;
  transition: all 300ms ease;
}

#main-header .burger-menu:after {
  bottom: 12px;
  left: 0;
  content: '';
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  background-color: #654F44;
  transition: all 300ms ease;
}

#main-header .burger-menu.opened > div {
  display: none;
}

#main-header .burger-menu.opened:before {
  top: 50%;
  transform: rotate(45deg);
}

#main-header .burger-menu.opened:after {
  bottom: 50%;
  transform: rotate(-45deg);
}

#main-header .navigation {
  display: flex;
  align-items: center;
  align-content: center;
  margin-left: auto;
  transition: all 300ms ease;
}

@media only screen and (max-width: 1370px) {
  #main-header .navigation {
    width: 80%;
    text-align: right;
  }
  #main-header .navigation li {
    margin: 5px 0px 5px 60px !important;
  }
}

@media only screen and (max-width: 1370px) {
  #main-header .navigation {
    display: none;
  }
}

#main-header .navigation ul li {
  display: inline-block;
  margin: 0 30px;
}

#main-header .navigation ul li:first-child {
  margin-left: 0;
}

#main-header .navigation ul li:last-child {
  margin-right: 0;
}

#main-header .navigation ul li:hover {
  border-bottom: 1px solid #C19B58;
  transition: 0.5s ease;
}

#main-header .navigation ul li a {
  font-weight: 300;
  color: #654F44;
  text-transform: uppercase;
}

@media only screen and (max-width: 1370px) {
  #main-header .burger-menu {
    display: block;
  }
  #main-header.opened .burger-menu > div {
    display: none;
  }
  #main-header.opened .burger-menu:before {
    top: 50%;
    transform: rotate(45deg);
  }
  #main-header.opened .burger-menu:after {
    bottom: 50%;
    transform: rotate(-45deg);
  }
  #main-header.opened .navigation {
    top: 0px;
    left: 0;
    width: 100vw;
    position: fixed;
    display: flex;
    align-items: center;
    align-content: center;
    height: 100vh;
    background: rgba(55, 41, 38, 0.98);
    z-index: -50;
  }
  #main-header.opened .navigation ul {
    width: 100%;
    margin-top: 30px;
  }
  #main-header.opened .navigation ul li {
    display: block;
    margin: 60px auto !important;
    width: -webkit-fit-content;
    width: fit-content;
    height: auto;
    padding-bottom: 10px;
  }
  #main-header.opened .navigation ul li a {
    font-size: 1.4rem;
    width: 100%;
    display: block;
    text-align: center;
    color: #FFF;
  }
  #main-header .mobile-nav-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    position: fixed;
    background-color: #FFF;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    z-index: -40;
  }
}

#main-content {
  padding-top: 98px;
}

@media only screen and (max-width: 768px) {
  #main-content {
    padding-top: 87px;
  }
}

#main-content .intro-homepage {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 98px);
  /*        @include lt-s {
            height: calc(100vh - 87px);
        }*/
}

@media only screen and (max-width: 1370px) {
  #main-content .intro-homepage {
    height: 60vw;
  }
  #main-content .intro-homepage .content {
    width: 25% !important;
    font-size: 2.4rem !important;
    padding-bottom: 30px !important;
  }
  #main-content .intro-homepage .scroll-arrow {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #main-content .intro-homepage .content {
    font-size: 1.2rem !important;
  }
}

#main-content .intro-homepage > .wrapper {
  height: calc(100vh - 98px);
  position: relative;
  z-index: 20;
  position: relative;
}

#main-content .intro-homepage .content {
  bottom: 0;
  left: 7.5vw;
  width: 40%;
  padding: 30px 0 60px 0;
  box-sizing: border-box;
  color: #C19B58;
  position: absolute;
  font-size: 60px;
  font-size: 3.75rem;
  text-transform: uppercase;
  line-height: 1.3em;
  font-weight: 300;
  max-width: 430px;
  z-index: 30;
}

@media only screen and (max-width: 768px) {
  #main-content .intro-homepage .content {
    width: calc(100% - 15vw);
    font-size: 46px;
    font-size: 2.875rem;
  }
}

#main-content .intro-homepage .bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  position: absolute;
  z-index: 10;
  background-size: cover;
  background-position: center;
  background-color: #0daeff;
}

#main-content .intro-homepage .bg-content {
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  position: absolute;
  /*
            &::before, &::after {
                content: '';
                position: absolute;
                pointer-events: none;
            }

            &::before {
                width: 800px;
                height: 150%;
                background-color: $color-footer;
                opacity: 0.8;
                left: 0px;
                bottom: 0px;
                -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
                transform: scaleX(-1);
                z-index: 2;

                @include lt-s {
                    left: -300px;
                }
            }

            &::after {
                width: 700px;
                height: 60%;
                background-color: $color-beige;
                opacity: 0.7;
                left: 0px;
                top: 0px;
                -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
                transform: scale(-1);
                z-index: 5;

                @include lt-s {
                    left: -300px;
                }
            }
            */
}

#main-content .intro-homepage .bg-content:before {
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  position: absolute;
  z-index: 30;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120vw 0 0 45vw;
  border-color: transparent transparent transparent rgba(55, 41, 38, 0.8);
}

#main-content .intro-homepage .bg-content:after {
  top: 0;
  left: 0;
  content: '';
  display: block;
  position: absolute;
  z-index: 30;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30vw 40vw 0 0;
  border-color: rgba(229, 222, 207, 0.8) transparent transparent transparent;
}

#main-content .header-title {
  height: 60vh;
  overflow: hidden;
  position: relative;
  /*        &:before {
            top: 0;
            left: 0;
            width: 35%;
            height: 100%;
            content: '';
            display: block;
            position: absolute;
            z-index: 30;
            background-color: rgba(250,250,250,0.78);
            @include lt-s {
                width: 35%;
            }
        }*/
}

@media only screen and (max-width: 1370px) {
  #main-content .header-title {
    height: 55vw;
  }
  #main-content .header-title h1 {
    width: 40% !important;
  }
  #main-content .header-title h1 span {
    font-size: 1.8rem !important;
    padding-bottom: 30px !important;
  }
  #main-content .header-title h1 span:first-child {
    padding-bottom: 0px !important;
  }
  #main-content .header-title h1 span:last-child {
    margin-top: 10px !important;
    padding-bottom: 0px !important;
  }
}

@media only screen and (max-width: 768px) {
  #main-content .header-title h1 span {
    font-size: 0.9rem !important;
  }
}

#main-content .header-title:after {
  top: 0;
  left: 0;
  content: '';
  display: block;
  position: absolute;
  z-index: 30;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200vw 50vw 0 0;
  border-color: rgba(250, 250, 250, 0.78) transparent transparent transparent;
}

#main-content .header-title .bg-header {
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  z-index: 20;
  background-size: cover;
}

#main-content .header-title > .wrapper {
  top: 0;
  left: 50%;
  height: 100%;
  z-index: 35;
  align-items: center;
  align-content: center;
  position: absolute;
  transform: translateX(-50%);
}

#main-content .header-title > .wrapper h1 {
  width: 35%;
  font-weight: 400;
  max-width: 450px;
}

@media only screen and (max-width: 768px) {
  #main-content .header-title > .wrapper h1 {
    width: 75%;
  }
}

#main-content .header-title > .wrapper h1 span:first-child {
  color: #654F44;
  display: inline-block;
  line-height: 1.1em;
  text-transform: uppercase;
  margin-right: auto;
  font-size: 30px;
  font-size: 1.875rem;
}

@media only screen and (max-width: 768px) {
  #main-content .header-title > .wrapper h1 span:first-child {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

#main-content .header-title > .wrapper h1 span:first-child:after {
  width: 100%;
  height: 2px;
  content: '';
  display: block;
  margin-top: 10px;
  background-color: #C19B58;
}

#main-content .header-title > .wrapper h1 span:last-child {
  display: block;
  line-height: 1.2em;
  margin-top: 15px;
  color: #C19B58;
  text-transform: uppercase;
  font-size: 40px;
  font-size: 2.5rem;
}

@media only screen and (max-width: 768px) {
  #main-content .header-title > .wrapper h1 span:last-child {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

#main-content .content-title h2 span {
  position: relative;
}

@media only screen and (max-width: 768px) {
  #main-content .content-title h2 span {
    display: block;
  }
}

#main-content .content-title h2 span:after {
  bottom: -10px;
  left: 50%;
  content: '';
  width: 75%;
  max-width: 500px;
  height: 1px;
  background-color: #654F44;
  display: block;
  position: absolute;
  transform: translateX(-50%);
}

#main-content .content-title .headline {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
  #main-content .content-title .headline {
    width: 100%;
    padding-right: 0;
  }
}

#main-content .content-title .headline p {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
}

#main-content .content-title .headline p b {
  font-weight: 600;
  color: #C19B58;
  text-transform: uppercase;
}

#main-content .txt-slider .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

#main-content .txt-slider .wrapper .content {
  width: calc(50% - 30px);
  padding-right: 30px;
}

@media only screen and (max-width: 1024px) {
  #main-content .txt-slider .wrapper .content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}

#main-content .txt-slider .wrapper .slider {
  width: calc(50% - 30px);
  padding-left: 30px;
}

@media only screen and (max-width: 1024px) {
  #main-content .txt-slider .wrapper .slider {
    width: 100%;
    padding-left: 0;
  }
}

#main-content .three-col-img {
  margin-top: 100px;
  background-color: #F3F2F2;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

#main-content .three-col-img .image {
  position: absolute;
  width: 30%;
  height: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  /*            &::before {
                content: '';
                position: absolute;
                width: 100px;
                height: 100%;
                background-color: $color-grey;
            }

            &::before {
                right: -1px;
                -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
            }*/
}

#main-content .three-col-img .image:before {
  bottom: 0;
  right: 0;
  content: '';
  display: block;
  position: absolute;
  z-index: 30;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 800px 160px;
  border-color: transparent transparent #f3f2f2 transparent;
}

@media only screen and (max-width: 1370px) {
  #main-content .three-col-img .image {
    display: none;
  }
}

#main-content .three-col-img .content {
  padding: 100px 0 70px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

@media only screen and (max-width: 1370px) {
  #main-content .three-col-img .content {
    padding: 50px 0;
  }
}

#main-content .three-col-img .content .column {
  width: calc(25% - 60px);
  margin-left: 60px;
}

@media only screen and (max-width: 1370px) {
  #main-content .three-col-img .content .column {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  #main-content .three-col-img .content .column:last-child {
    margin-bottom: 0;
  }
}

#main-content .three-col-img .content .column h3 {
  height: 2em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 28px;
  font-size: 1.75rem;
  position: relative;
}

#main-content .three-col-img .content .column h3 span {
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  position: absolute;
}

#main-content .three-col-img .content .column hr {
  border: 0;
  border-top: 1px solid #654F44;
  padding: 0;
  margin-bottom: 15px;
  opacity: 0.2;
}

#main-content .contact-resume .content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
  margin-top: 30px;
}

#main-content .contact-resume .content .headline {
  width: calc(50% - 60px);
  padding-right: 60px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
}

@media only screen and (max-width: 1024px) {
  #main-content .contact-resume .content .headline {
    width: 100%;
    padding-right: 0;
  }
}

#main-content .contact-resume .content .headline b {
  font-weight: 600;
  color: #C19B58;
  text-transform: uppercase;
}

#main-content .contact-resume .content .schedule, #main-content .contact-resume .content .address {
  width: calc(25% - 60px);
  padding-left: 60px;
}

@media only screen and (max-width: 1024px) {
  #main-content .contact-resume .content .schedule, #main-content .contact-resume .content .address {
    width: calc(50% - 30px);
    margin-top: 60px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  #main-content .contact-resume .content .schedule, #main-content .contact-resume .content .address {
    width: 100%;
    margin-top: 60px;
    padding-left: 0;
    text-align: center;
  }
}

#main-content .contact-resume .content .schedule b, #main-content .contact-resume .content .address b {
  text-transform: uppercase;
}

#main-content .contact-resume .content .schedule p, #main-content .contact-resume .content .address p {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

#main-content .contact-resume .content .schedule, #main-content .contact-resume .content .address {
  position: relative;
}

#main-content .contact-resume .content .schedule > .button, #main-content .contact-resume .content .address > .button {
  bottom: 0;
  transform: translate(0, 60%);
  position: absolute;
}

@media only screen and (max-width: 768px) {
  #main-content .contact-resume .content .schedule > .button, #main-content .contact-resume .content .address > .button {
    bottom: initial;
    transform: translate(0);
    position: relative;
  }
}

@media only screen and (max-width: 1024px) {
  #main-content .contact-resume .content .schedule {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #main-content .contact-resume .content .schedule {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  #main-content .contact-resume .content .address {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #main-content .contact-resume .content .address {
    padding-left: 0;
  }
}

#main-content .team {
  padding-bottom: 240px;
}

@media only screen and (max-width: 768px) {
  #main-content .team {
    padding-bottom: 90px;
  }
}

#main-content .team .member {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #main-content .team .member {
    display: block;
  }
}

#main-content .team .member figure {
  position: absolute;
  height: -webkit-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 1370px) {
  #main-content .team .member figure {
    position: relative;
  }
}

@media only screen and (max-width: 1024px) {
  #main-content .team .member figure {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  #main-content .team .member figure {
    margin: 0 auto 30px auto;
    width: 100%;
    height: 110vw;
  }
}

#main-content .team .member img {
  width: 250px;
  height: auto;
}

#main-content .team .member:nth-child(even) figure {
  right: 0;
}

#main-content .team .member:last-child {
  margin-bottom: -100px;
}

#main-content .team .member:last-child .content {
  border-bottom: 10px solid #FFF;
}

#main-content .team .member .content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  margin: 0 auto;
  border-bottom: 1px solid #C19B58;
  padding: 30px 0 90px 0;
}

@media only screen and (max-width: 1370px) {
  #main-content .team .member .content {
    margin: 0 0 0 60px;
    width: calc(70% - 60px);
  }
}

@media only screen and (max-width: 1024px) {
  #main-content .team .member .content {
    margin: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #main-content .team .member .content {
    margin: 0;
    width: 100%;
  }
}

#main-content .team .member .content h3 {
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 36px;
  font-size: 2.25rem;
}

@media only screen and (max-width: 768px) {
  #main-content .team .member .content h3 {
    line-height: 1.5em;
    font-size: 26px;
    font-size: 1.625rem;
  }
}

#main-content .team .member .content .function {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 30px;
}

#main-content .team .member .content .dropdown {
  width: 100%;
}

#main-content .team .member .content .dropdown .button-more {
  margin-top: 30px;
  cursor: pointer;
  margin-bottom: 0;
}

#main-content .team .member .content .dropdown .button-more p {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 0.9rem;
  margin-right: 10px;
}

#main-content .team .member .content .dropdown .dropdown-content {
  width: 100%;
}

#main-content .team .member .content .dropdown .dropdown-content ul {
  margin-top: 60px;
}

#main-content .team .member .content .dropdown .dropdown-content li {
  width: calc(100% - 40px);
  position: relative;
  left: 40px;
  margin: 20px 0px;
  text-indent: -10px;
}

#main-content .team .member .content .dropdown .dropdown-content ul li::before {
  content: "—";
  width: 26px;
  color: #C19B58;
  font-weight: 200;
  display: inline-block;
  margin-left: -1em;
}

#main-content .slider-module {
  padding-bottom: 120px;
  background-color: #F3F2F2;
  position: relative;
}

#main-content .slider-module .wrapper .slider {
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  #main-content .slider-module .wrapper .slider {
    width: 100%;
  }
}

#main-content .services ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#main-content .services .services-list li {
  cursor: pointer;
  padding: 0 30px;
  width: calc(25% - 60px);
  text-align: center;
  margin-top: 100px;
  transition: all ease 500ms;
}

@media only screen and (max-width: 1370px) {
  #main-content .services .services-list li {
    width: calc(50% - 60px);
  }
}

@media only screen and (max-width: 768px) {
  #main-content .services .services-list li {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}

#main-content .services .services-list li .icon-service {
  width: 110px;
  max-width: 110px;
  margin-bottom: 30px;
}

#main-content .services .services-list li:hover {
  transform: scale(1.08);
}

#main-content .services .services-list li:hover .button-more:before {
  width: 25px;
  transition: 0.5s ease;
}

#main-content .services .services-list li:hover .button-more:after {
  transform: rotate(180deg);
  transition: 0.5s ease;
}

#main-content .services .services-list li h3 {
  font-size: 1.4rem;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight: 400;
  height: 3em;
  display: block;
  position: relative;
  border-bottom: 1px solid #C19B58;
  margin-bottom: 0.5em;
}

#main-content .services .services-list li h3 > span {
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  padding-bottom: 0.5em;
}

#main-content .services .services-list li p {
  margin-bottom: 30px;
}

#main-content .services .services-list li hr {
  border-top: 1px solid #C19B58;
  margin: 10px 0;
}

#main-content .content-emergency {
  margin: 90px 0;
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  align-content: center;
  padding: 15px 90px;
  background-color: #372926;
  color: #C19B58;
}

@media only screen and (max-width: 768px) {
  #main-content .content-emergency {
    flex-wrap: wrap;
    padding: 30px;
    width: calc(100% - 60px);
    position: relative;
  }
}

#main-content .content-emergency img {
  width: 60px;
  height: 60px;
}

@media only screen and (max-width: 768px) {
  #main-content .content-emergency img {
    margin: 0 auto 30px auto;
  }
}

#main-content .content-emergency h3 {
  font-size: 2.5rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-left: 30px;
}

@media only screen and (max-width: 1024px) {
  #main-content .content-emergency h3 {
    width: 100%;
    justify-content: center;
    margin: 0;
  }
}

#main-content .content-emergency p {
  margin-left: 120px;
  font-size: 1.7rem;
  width: 100%;
  line-height: 1.6em;
}

@media only screen and (max-width: 1024px) {
  #main-content .content-emergency p {
    width: 100%;
    text-align: center;
    margin: 20px 0 40px 0;
  }
}

#main-content .content-emergency .button-more {
  position: absolute;
  bottom: 15px;
  right: 90px;
}

@media only screen and (max-width: 768px) {
  #main-content .content-emergency .button-more {
    right: 15px;
  }
}

#main-content .technologies {
  margin-top: 50px;
  padding-bottom: 120px;
  background-color: #F3F2F2;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #main-content .technologies {
    padding-bottom: 60px;
  }
}

#main-content .technologies .swiper-container-techno {
  width: 100%;
  overflow: hidden;
  position: relative;
  /*&:before {
                top: 0;
                left: 0;
                content: '';
                display: block;
                position: absolute;
                width: 0;
                height: 0;
                z-index: 2000;
                border-style: solid;
                border-width: 1000px 200px 0 0;
                border-color: rgba(250, 250, 250, 0.78) transparent transparent transparent;
            }*/
}

#main-content .technologies .swiper-container-techno .swiper-slide {
  background-size: cover;
  background-position: center;
}

#main-content .technologies .swiper-container-techno .swiper-button-next {
  right: 12%;
}

#main-content .technologies .swiper-container-techno .swiper-button-prev {
  left: 12%;
}

#main-content .technologies ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 90px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1370px) {
  #main-content .technologies ul {
    margin-bottom: 30px;
  }
}

#main-content .technologies ul li {
  cursor: pointer;
  opacity: 0.3;
  margin: 0 auto;
  padding: 0 30px;
  width: calc(25% - 45px);
  transition: all 200ms ease;
}

#main-content .technologies ul li:first-child, #main-content .technologies ul li:last-child {
  margin: 0;
}

@media only screen and (max-width: 1370px) {
  #main-content .technologies ul li {
    display: none;
  }
}

#main-content .technologies ul li .button-more {
  display: none;
}

#main-content .technologies ul li.enabled {
  opacity: 1;
}

#main-content .technologies ul li.enabled .button-more {
  display: flex;
}

@media only screen and (max-width: 1370px) {
  #main-content .technologies ul li.enabled {
    display: block;
  }
}

@media only screen and (max-width: 1370px) {
  #main-content .technologies ul li {
    width: 100%;
    padding: 0;
  }
}

#main-content .technologies ul li:first-child {
  padding-left: 0;
}

#main-content .technologies ul li:nth-child(4) {
  padding-right: 0;
}

#main-content .technologies ul li i {
  font-size: 180px;
}

#main-content .technologies ul li h3 {
  height: 2em;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  position: relative;
  font-size: 28px;
  font-size: 1.75rem;
  border-bottom: 1px solid #C19B58;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 1370px) {
  #main-content .technologies ul li h3 {
    height: 1em;
  }
}

#main-content .technologies ul li h3 > span {
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  text-align: left;
  position: absolute;
  padding-bottom: 0.5em;
}

#main-content .technologies ul li hr {
  border-top: 1px solid #C19B58;
  margin: 10px 0;
}

#main-content .info-price {
  position: relative;
  padding: 60px 0;
  background-color: #FFF;
}

#main-content .info-price h3 {
  width: 45%;
  font-weight: 500;
  line-height: 1.4em;
  text-transform: uppercase;
  padding-right: 5%;
  margin: 0 30px 30px 0;
  font-size: 30px;
  font-size: 1.875rem;
}

@media only screen and (max-width: 768px) {
  #main-content .info-price h3 {
    width: 100%;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

#main-content .info-price .content {
  width: calc(50% - 30px);
  margin-right: 30px;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  #main-content .info-price .content {
    width: 100%;
    margin-right: 0;
    padding: 0 !important;
  }
}

#main-content .info-price .content:last-child {
  opacity: 0.8;
  font-weight: 200;
  margin-left: 30px;
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  #main-content .info-price .content:last-child {
    margin-top: 30px;
    margin-left: 0;
  }
}

#main-content .info-price .content:last-child .logo-cmd {
  cursor: pointer;
  display: block;
  margin: 20px 10px;
  height: 30px;
  width: 2 10px;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  opacity: 0.5;
  filter: grayscale(1);
  transition: 0.5s ease;
}

#main-content .info-price .content:last-child .logo-cmd:hover {
  opacity: 1;
  filter: grayscale(0);
  transition: 0.5s ease;
}

#main-content .news {
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}

#main-content .news .wrapper > p {
  width: 50%;
}

@media only screen and (max-width: 1024px) {
  #main-content .news .wrapper > p {
    width: 100%;
  }
}

#main-content .news .list-posts {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #C19B58;
  padding-top: 30px;
  margin-top: 30px;
}

#main-content .news .list-posts .filters {
  width: 100%;
  margin-bottom: 30px;
  display: none;
}

#main-content .news article {
  position: relative;
  width: calc(33.33% - 30px);
  margin: 0 15px;
  margin-bottom: 30px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
  transition: 0.5s ease;
}

@media only screen and (max-width: 1370px) {
  #main-content .news article {
    width: calc(50% - 30px);
  }
}

@media only screen and (max-width: 768px) {
  #main-content .news article {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}

#main-content .news article > a {
  color: #654F44;
}

#main-content .news article:hover {
  transform: scale(1.05);
  transition: 0.5s ease;
}

#main-content .news article:hover figure {
  filter: grayscale(0);
  transition: 0.5s ease;
}

#main-content .news article:hover .button-more:after {
  transform: rotate(180deg);
  transition: 0.5s ease;
}

#main-content .news article:hover .button-more:before {
  width: 25px;
  transition: 0.5s ease;
}

#main-content .news article figure {
  background-position: center;
  background-size: cover;
  filter: grayscale(1);
  transition: 0.5s ease;
}

#main-content .news article .content {
  background-color: #FFF;
  position: relative;
  padding: 60px 30px;
}

#main-content .news article .content .date {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 0.7rem;
  text-transform: uppercase;
  opacity: 0.7;
}

#main-content .news article .content h2 {
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1.5rem;
  margin-bottom: 10px;
}

#main-content .news article .button-more {
  position: absolute;
  bottom: 0;
  right: 0;
}

#main-content .news .background-news {
  position: absolute;
  background-color: #F3F2F2;
  top: 0;
  left: 0;
  width: 100vw;
  height: 750px;
  z-index: -500;
  /*            &::before {
                content: '';
                position: absolute;
                width: 100vw;
                height: 100px;
                background-color: $color-grey;
                bottom: -100px;
                -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
                transform: scaleY(-1);
            }*/
}

@media only screen and (max-width: 1024px) {
  #main-content .news .background-news {
    height: 1100px;
  }
}

@media only screen and (max-width: 768px) {
  #main-content .news .background-news {
    height: 2200px;
  }
}

#main-content .news .background-news:before {
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  display: block;
  position: absolute;
  border-style: solid;
  transform: translateY(99%);
  border-width: 0 100vw 4vw 0;
  border-color: transparent #F3F2F2 transparent transparent;
}

#main-content .item-news .wrapper {
  position: relative;
}

#main-content .item-news .wrapper .infos {
  width: 100%;
  padding: 40px 0px;
  line-height: 1.3em;
  font-size: 0.7rem;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
}

#main-content .item-news .wrapper .infos .breadcrumb {
  width: calc(50% - 20px);
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
  #main-content .item-news .wrapper .infos .breadcrumb {
    width: 100%;
    padding-right: 0px;
  }
}

#main-content .item-news .wrapper .infos .breadcrumb a {
  margin-right: 4px;
  font-weight: 600;
}

#main-content .item-news .wrapper .infos .breadcrumb p {
  opacity: 0.7;
  margin-top: -1px;
}

#main-content .item-news .wrapper .infos .author {
  width: calc(50% - 20px);
  padding-left: 20px;
  text-align: right;
  opacity: 0.7;
}

@media only screen and (max-width: 1024px) {
  #main-content .item-news .wrapper .infos .author {
    width: 100%;
    padding-left: 0px;
    text-align: left;
    margin-top: 10px;
  }
}

#main-content .item-news .wrapper .content {
  column-count: 2;
  column-gap: 60px;
}

@media only screen and (max-width: 1024px) {
  #main-content .item-news .wrapper .content {
    column-count: 1;
  }
}

#main-content .item-news .wrapper .content del img {
  width: 100%;
  height: auto;
}

#main-content .item-news .wrapper .content .video {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 1em;
}

#main-content .item-news .wrapper .content .video:after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

#main-content .item-news .wrapper .content .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main-content .item-news .wrapper .slider {
  width: 100%;
  margin-top: 60px;
}

#main-content .item-news .wrapper .slider .swiper-container {
  width: 70%;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  #main-content .item-news .wrapper .slider .swiper-container {
    width: 100%;
  }
}

#main-content .item-news .wrapper .button {
  margin: 60px auto;
}

#main-content .contact .contact-infos {
  display: flex;
  flex-wrap: wrap;
  margin-top: 120px;
}

#main-content .contact .contact-infos div {
  width: calc(33.33% - 60px);
  margin: 0 30px;
}

@media only screen and (max-width: 1024px) {
  #main-content .contact .contact-infos div {
    margin: 0;
    width: calc(50% - 30px);
  }
  #main-content .contact .contact-infos div:first-child {
    margin-right: 30px;
  }
  #main-content .contact .contact-infos div:nth-child(2) {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #main-content .contact .contact-infos div {
    width: 100%;
    margin: 0;
    margin-bottom: 60px;
  }
  #main-content .contact .contact-infos div:first-child {
    margin-right: 0;
  }
  #main-content .contact .contact-infos div:nth-child(2) {
    margin-left: 0;
  }
}

#main-content .contact .contact-infos b, #main-content .contact .contact-infos .company {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
}

#main-content .contact .contact-infos .address {
  height: -webkit-fit-content;
  height: fit-content;
}

#main-content .contact .contact-infos .address span {
  display: block;
}

#main-content .contact .contact-infos .address .locality {
  margin-bottom: 15px;
}

#main-content .contact .contact-infos .address .button {
  display: inline-block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  #main-content .contact .contact-infos .google-map {
    width: 100%;
    margin: 0;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 768px) {
  #main-content .contact .contact-infos .google-map {
    margin-top: 0;
  }
}

#main-content .contact .contact-infos .google-map iframe {
  width: 100%;
  height: 300px;
}

#main-content .contact .contact-infos .google-map a {
  display: block;
  width: -webkit-fit-content;
  width: fit-content;
  text-align: center;
  margin: 6px auto;
  font-size: 0.7rem;
  text-decoration: underline;
}

#main-content .contact .contact-infos .google-map a:hover {
  color: #654F44;
}

#main-content .contact-form {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #F3F2F2;
  position: relative;
  /*        &::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100px;
            background-color: $color-white;
            top: 0;
            -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
            transform: scaleY(-1);

            @include lt-m {
                height: 50px;
            }
        }*/
}

#main-content .contact-form:before {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 0 100vw 4vw 0;
  border-color: transparent #FFF transparent transparent;
}

#main-content .contact-form .form-contact {
  width: 100%;
}

#main-content .contact-form .form-contact .form {
  display: flex;
  flex-wrap: wrap;
}

#main-content .contact-form .form-contact .form .group-input {
  width: calc(50% - 15px);
  margin-right: 15px;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  #main-content .contact-form .form-contact .form .group-input {
    width: 100%;
    margin-right: 0;
  }
}

#main-content .contact-form .form-contact .form .form-right {
  width: calc(50% - 15px);
  margin-left: 15px;
  display: flex;
  align-items: stretch;
}

@media only screen and (max-width: 768px) {
  #main-content .contact-form .form-contact .form .form-right {
    width: 100%;
    margin-left: 0;
    height: 200px;
  }
}

#main-content .contact-form .form-contact .form .form-right .form-field {
  display: flex;
  align-items: stretch;
}

#main-content .contact-form .form-contact .form .form-right .form-field .form-input-wrapper {
  width: 100%;
  display: flex;
  align-items: stretch;
}

#main-content .contact-form .form-contact .form .form-field {
  width: 100%;
  margin-bottom: 15px;
}

#main-content .contact-form .form-contact .form .form-field select, #main-content .contact-form .form-contact .form .form-field .select-selected {
  font-size: 1rem;
  line-height: 3em;
  padding: 0 10px;
}

#main-content .contact-form .form-contact .form .form-field input, #main-content .contact-form .form-contact .form .form-field textarea {
  width: calc(100% - 22px);
  padding: 0 10px;
  border: 1px solid #C19B58;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 3em;
  border-radius: 10px;
}

#main-content .contact-form .form-contact .form .form-field input:-ms-input-placeholder, #main-content .contact-form .form-contact .form .form-field textarea:-ms-input-placeholder {
  color: #654F44;
  opacity: 0.6;
}

#main-content .contact-form .form-contact .form .form-field input::placeholder, #main-content .contact-form .form-contact .form .form-field textarea::placeholder {
  color: #654F44;
  opacity: 0.6;
}

#main-content .contact-form .form-contact .form .form-field input::-webkit-input-placeholder, #main-content .contact-form .form-contact .form .form-field textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #654F44;
  opacity: 0.6;
}

#main-content .contact-form .form-contact .form .form-field input::-moz-placeholder, #main-content .contact-form .form-contact .form .form-field textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #654F44;
  opacity: 0.6;
}

#main-content .contact-form .form-contact .form .form-field input:-ms-input-placeholder, #main-content .contact-form .form-contact .form .form-field textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #654F44;
  opacity: 0.6;
}

#main-content .contact-form .form-contact .form .form-field input:-moz-placeholder, #main-content .contact-form .form-contact .form .form-field textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #654F44;
  opacity: 0.6;
}

#main-content .contact-form .form-contact .form .form-field textarea {
  line-height: 1.2em;
  padding: 10px;
}

#main-content .contact-form .form-contact .form .form-field .custom-select {
  position: relative;
  border-radius: 10px;
}

#main-content .contact-form .form-contact .form .form-field .custom-select select {
  display: none;
}

#main-content .contact-form .form-contact .form .form-field .custom-select .select-selected {
  background-color: #FFF;
  border: 4px solid #C19B58;
  border-radius: 10px;
}

#main-content .contact-form .form-contact .form .form-field .custom-select .select-selected:after {
  position: absolute;
  content: "";
  top: 18px;
  right: 10px;
  border: 6px solid transparent;
  border-color: #C19B58 transparent transparent transparent;
  transition: 0.5s ease;
}

#main-content .contact-form .form-contact .form .form-field .custom-select .select-selected.select-arrow-active:after {
  border-color: transparent transparent #C19B58 transparent;
  top: 11px;
  transition: 0.5s ease;
}

#main-content .contact-form .form-contact .form .form-field .custom-select .select-items {
  position: absolute;
  background-color: #654F44;
  top: 99%;
  left: 0;
  right: 0;
  z-index: 99;
}

#main-content .contact-form .form-contact .form .form-field .custom-select .select-items div {
  color: #FFF !important;
}

#main-content .contact-form .form-contact .form .form-field .custom-select .select-items div:hover, #main-content .contact-form .form-contact .form .form-field .custom-select .select-items .same-as-selected {
  color: #654F44;
  background-color: #C19B58;
  transition: 0.5s ease;
}

#main-content .contact-form .form-contact .form .form-field .custom-select .select-items div, #main-content .contact-form .form-contact .form .form-field .custom-select .select-selected {
  padding: 0 10px;
  border: 1px solid #C19B58;
  cursor: pointer;
  margin-top: -1px;
  transition: 0.5s ease;
}

#main-content .contact-form .form-contact .form .form-field .custom-select .select-hide {
  display: none;
}

#main-content .contact-form .form-contact .form .form-field.form-error input, #main-content .contact-form .form-contact .form .form-field.form-error textarea, #main-content .contact-form .form-contact .form .form-field.form-error .select-selected {
  border-color: red;
}

#main-content .contact-form .form-contact .form .g-recaptcha {
  margin: 30px auto;
}

#main-content .contact-form .form-contact .form .buttons {
  width: 100%;
  text-align: center;
}

#main-content .contact-form .form-contact .form .buttons button {
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.5s ease;
}

#request-contact-success {
  width: 100%;
  display: none;
  color: #654F44;
  padding: 6vh 0;
  text-align: center;
}

#request-contact-success > span {
  display: block;
  color: #C19B58;
  text-transform: uppercase;
  line-height: 1.5em;
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}

#request-contact-success .icon {
  margin-right: 15px;
  font-size: 50px;
  font-size: 3.125rem;
}

#request-contact-error {
  width: 100%;
  display: none;
  color: #654F44;
  margin-bottom: 15px;
}

.template-error main {
  min-height: 100vh;
}

.template-error .error-404-section {
  padding: 100px 0;
}

.template-error .error-404-section .wrapper {
  display: block;
  text-align: center;
}

.template-error .error-404-section .wrapper .image-404 {
  width: 160px;
  margin-bottom: 16px;
}

.template-error footer {
  position: fixed;
  bottom: 0;
  width: 100vw;
}

@media only screen and (max-width: 1024px) {
  .template-error footer {
    position: relative;
    bottom: initial;
  }
}

.page-homepage .footer, .template-homepage .footer, .homepage .footer {
  position: relative;
}

.page-homepage .footer .informations, .template-homepage .footer .informations, .homepage .footer .informations {
  display: none !important;
}

.page-homepage .footer .social-network, .template-homepage .footer .social-network, .homepage .footer .social-network {
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .page-homepage .footer .social-network, .template-homepage .footer .social-network, .homepage .footer .social-network {
    top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .page-homepage .footer .social-network, .template-homepage .footer .social-network, .homepage .footer .social-network {
    position: relative;
    top: 0;
    width: 100%;
  }
  .page-homepage .footer .social-network ul, .template-homepage .footer .social-network ul, .homepage .footer .social-network ul {
    justify-content: center;
  }
  .page-homepage .footer .social-network ul .icon, .template-homepage .footer .social-network ul .icon, .homepage .footer .social-network ul .icon {
    margin: auto;
  }
}

#main-footer .footer {
  color: #FFF;
  font-weight: 300;
  background-color: #372926;
}

#main-footer .footer > .wrapper {
  padding: 6vh 0;
  position: relative;
}

#main-footer .footer p {
  margin-bottom: 0;
}

#main-footer .footer .logo {
  display: flex;
}

@media only screen and (max-width: 768px) {
  #main-footer .footer .logo {
    width: 70%;
    flex-wrap: wrap;
    margin: auto;
    margin-bottom: 60px;
  }
}

#main-footer .footer .logo div {
  height: -webkit-fit-content;
  height: fit-content;
}

#main-footer .footer .logo div > img {
  width: 100%;
}

#main-footer .footer .logo div:first-child {
  padding-right: 30px;
  position: relative;
  width: 180px;
}

@media only screen and (max-width: 768px) {
  #main-footer .footer .logo div:first-child {
    width: 80%;
    margin: auto;
    padding-right: 0;
    padding: 0;
  }
}

#main-footer .footer .logo div:first-child:after {
  top: -2px;
  right: 0;
  content: '';
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  background-color: #FFF;
}

@media only screen and (max-width: 1024px) {
  #main-footer .footer .logo div:first-child:after {
    height: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #main-footer .footer .logo div:first-child:after {
    display: none;
  }
}

#main-footer .footer .logo div:last-child {
  max-width: 210px;
  padding-top: 5px;
  padding-left: 30px;
  line-height: 1.2em;
  font-size: 1rem;
}

#main-footer .footer .logo div:last-child a {
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  #main-footer .footer .logo div:last-child a {
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  #main-footer .footer .logo div:last-child {
    width: 90%;
    margin: auto;
    max-width: initial;
    padding-left: 0;
  }
}

#main-footer .footer .informations {
  margin: auto;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  #main-footer .footer .informations {
    margin: 30px 0 0 0;
  }
}

@media only screen and (max-width: 768px) {
  #main-footer .footer .informations {
    margin-top: 0;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
  }
}

#main-footer .footer .informations div strong {
  font-weight: 500;
  color: #C19B58;
  text-transform: uppercase;
}

#main-footer .footer .informations div p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
}

#main-footer .footer .informations div:first-child {
  margin-right: 5vw;
}

@media only screen and (max-width: 768px) {
  #main-footer .footer .informations div:first-child {
    margin-right: auto;
  }
}

@media only screen and (max-width: 768px) {
  #main-footer .footer .informations div {
    margin: auto;
    margin-bottom: 60px;
  }
}

#main-footer .footer .social-network ul {
  display: flex;
}

#main-footer .footer .social-network ul li:first-child {
  margin-right: 1em;
}

@media only screen and (max-width: 1024px) {
  #main-footer .footer .social-network ul {
    position: absolute;
    right: 0;
    top: 70px;
  }
}

@media only screen and (max-width: 768px) {
  #main-footer .footer .social-network ul {
    position: relative;
    top: 0;
  }
}

#main-footer .footer .social-network .icon {
  color: #FFF;
  font-size: 40px;
  font-size: 2.5rem;
}

@media only screen and (max-width: 768px) {
  #main-footer .footer .social-network {
    margin: auto;
  }
}

#main-footer .subfooter {
  color: #FFF;
  text-align: center;
  line-height: 2.5rem;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  background-color: #654F44;
}

#main-footer .subfooter p {
  margin: 10px auto;
}

#main-footer .subfooter a {
  font-weight: 500;
  color: #FFF;
}

#main-footer .subfooter a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  #main-footer .subfooter a {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  #main-footer .subfooter {
    line-height: 1.2rem;
    padding: 1em 0;
  }
}

.popup {
  display: none;
  background: rgba(30, 30, 30, 0.8);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
}

.popup.open {
  display: block;
}

.popup > div {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background-color: #FFF;
  padding: 60px;
  width: 45%;
  max-width: 1500px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  overflow: auto;
}

.popup > div.technologie {
  padding-top: 90px;
}

@media only screen and (max-width: 768px) {
  .popup > div {
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    transform: translate(0, 0);
    padding: 30px;
  }
  .popup > div.technologie {
    padding-top: 120px;
  }
}

.popup > div .popoff {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  transform: rotate(45deg);
  transform-origin: center;
  border: 1px solid #C19B58;
  border-radius: 100%;
}

.popup > div .popoff .icon {
  top: 50%;
  left: 50%;
  display: block;
  color: #C19B58;
  position: absolute;
  width: 25px;
  height: 25px;
  transform-origin: center;
  font-size: 25px;
  font-size: 1.5625rem;
  transform: translate(-50%, -50%);
}

.popup > div .popoff .icon:before {
  top: -3px;
  left: 0px;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  transform-origin: center;
}

.popup > div .popoff:hover {
  transform: rotate(225deg);
  transition: 0.5s ease;
}

.popup > div .icon-service {
  width: 150px;
  max-width: 150px;
  position: relative;
  margin: 30px auto;
  text-align: center;
}

.popup > div .icon-service img {
  transform: translateY(10%);
}

.popup > div figure {
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .popup > div figure {
    height: 50vw;
  }
}

.popup > div h3 {
  line-height: 1.8em;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 35px;
  font-size: 2.1875rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .popup > div h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.popup > div h3 span {
  border-bottom: 1px solid #E5DECF;
}

.popup > div hr {
  width: 200px;
  margin: 20px auto !important;
  border-top: 1px solid #C19B58;
}

.popup > div .content {
  margin-top: 30px;
  text-align: left;
  /*column-count: 2;
            column-gap: 2*$gutter;*/
  /*@include lt-s {
                column-count: 1;
            }*/
}

.popup > div.emergency {
  text-align: center;
  background-color: #C19B58;
}

.popup > div.emergency img {
  max-width: 100px;
}

.popup > div.emergency .popoff {
  border: 1px solid #FFF;
}

.popup > div.emergency .popoff .icon {
  color: #FFF;
}

.popup > div.emergency h3 {
  font-weight: 500;
  color: #FFF;
  margin-bottom: 60px;
}

.popup > div.emergency h3 span {
  font-weight: 500;
  border-bottom: none;
  position: relative;
}

.popup > div.emergency h3 span:after {
  width: 100px;
  content: '';
  display: block;
  height: 1px;
  margin: 0 auto;
  background-color: #654F44;
}

.popup > div.emergency p {
  width: 80%;
  max-width: 600px;
  display: block;
  text-align: center;
  margin: 30px auto;
  font-weight: 500;
}

.popup > div.emergency a {
  max-width: 260px;
  margin: 0 auto 60px auto;
  display: block;
}

.popup > div.emergency ul {
  margin: auto;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .popup > div.emergency ul {
    flex-wrap: wrap;
  }
}

.popup > div.emergency ul li {
  flex: auto;
  max-width: 260px;
  color: #FFF;
  margin-right: 30px;
}

.popup > div.emergency ul li:first-child {
  margin-left: auto;
}

.popup > div.emergency ul li:last-child {
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .popup > div.emergency ul li {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

.popup > div.emergency ul li p {
  margin: 0 auto 15px auto;
}

/*# sourceMappingURL=core.css.map */
