@charset "UTF-8";
/*
Theme Name: Bauval
*/
/*
H1 — Popping BOLD — 62px — #10233C color1
H2 — Poppins MEDIUM — 58px — #D8704C color 3
H3 — Poppins SEMI-BOLD — 48 px — #50AABA color 4
H4 — Popping BOLD — 42px — #10233C color1
*/
.font-extrabold, .font-900 {
  font-weight: 900 !important;
}

.font-bold, .bold, .font-700 {
  font-weight: 700 !important;
}

.font-semibold, .semibold, .font-600 {
  font-weight: 600 !important;
}

.font-normal, .font-500 {
  font-weight: 500 !important;
}

.font-thin, .font-400 {
  font-weight: 400 !important;
}

body {
  font-size: calc(16px + 2 * (100vw - 1100px) / 339);
  line-height: 1.6;
  font-family: "Rethink Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #2a2a2a;
}
@media screen and (max-width: 1100px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1439px) {
  body {
    font-size: 18px;
  }
}

small, .small {
  font-size: calc(13px + 2 * (100vw - 1100px) / 339);
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1100px) {
  small, .small {
    font-size: 13px;
  }
}
@media screen and (min-width: 1439px) {
  small, .small {
    font-size: 15px;
  }
}
small.no-letter-spacing, .small.no-letter-spacing {
  letter-spacing: 0;
}

b, strong {
  font-weight: bold;
}

p {
  margin-bottom: 1.6rem;
}
p:last-child {
  margin-bottom: 0;
}

.citation {
  font-size: calc(16px + 6 * (100vw - 1100px) / 339);
}
@media screen and (max-width: 1100px) {
  .citation {
    font-size: 16px;
  }
}
@media screen and (min-width: 1439px) {
  .citation {
    font-size: 22px;
  }
}

h1, .h1 {
  font-optical-sizing: auto;
  font-size: calc(32px + 32 * (100vw - 1100px) / 339);
  line-height: 1.1;
  margin-top: 0px;
  margin-bottom: 2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1100px) {
  h1, .h1 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1439px) {
  h1, .h1 {
    font-size: 64px;
  }
}
h1:last-child, .h1:last-child {
  margin-bottom: 0;
}

h2, .h2 {
  font-family: "Roboto Serif", serif;
  font-optical-sizing: auto;
  font-size: calc(32px + 32 * (100vw - 1100px) / 339);
  margin-top: 0px;
  margin-bottom: 2rem;
  line-height: 1.12;
  letter-spacing: 0.2rem;
  font-weight: 200;
}
@media screen and (max-width: 1100px) {
  h2, .h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1439px) {
  h2, .h2 {
    font-size: 64px;
  }
}
h2:last-child, .h2:last-child {
  margin-bottom: 0;
}
h2 em, .h2 em {
  letter-spacing: 0;
}
@media screen and (max-width: 1100px) {
  h2, .h2 {
    letter-spacing: 0rem;
  }
}

h3, .h3 {
  font-family: "Roboto Serif", serif;
  font-size: calc(24px + 14 * (100vw - 1100px) / 339);
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1100px) {
  h3, .h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1439px) {
  h3, .h3 {
    font-size: 38px;
  }
}
h3:last-child, .h3:last-child {
  margin-bottom: 0;
}

h4, .h4 {
  font-size: calc(17px + 2 * (100vw - 1100px) / 339);
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.1;
}
@media screen and (max-width: 1100px) {
  h4, .h4 {
    font-size: 17px;
  }
}
@media screen and (min-width: 1439px) {
  h4, .h4 {
    font-size: 19px;
  }
}
h4:last-child, .h4:last-child {
  margin-bottom: 0;
}

h5, .h5 {
  font-size: calc(21px + 3 * (100vw - 1100px) / 339);
  line-height: 1.4;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 1100px) {
  h5, .h5 {
    font-size: 21px;
  }
}
@media screen and (min-width: 1439px) {
  h5, .h5 {
    font-size: 24px;
  }
}

h6, .h6 {
  font-size: calc(19px + 3 * (100vw - 1100px) / 339);
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 120%;
}
@media screen and (max-width: 1100px) {
  h6, .h6 {
    font-size: 19px;
  }
}
@media screen and (min-width: 1439px) {
  h6, .h6 {
    font-size: 22px;
  }
}

.white {
  color: #f2f2f2;
}

.black {
  color: #2a2a2a;
}

.color1 {
  color: #e0ccb3;
}

.color2 {
  color: #263138;
}

.color3 {
  color: #D1D1D1;
}

.color4 {
  color: #2a2a2a;
}

.color5 {
  color: #18304B;
}

.color6 {
  color: #f2f2f2;
}

.white-bg, .bg-color-white {
  background-color: #fff;
}

.black-bg {
  background-color: #2a2a2a;
}

.color1-bg {
  background-color: #e0ccb3;
}

.color2-bg {
  background-color: #263138;
}

.color3-bg {
  background-color: #D1D1D1;
}

.color4-bg {
  background-color: #2a2a2a;
}

.color5-bg {
  background-color: #18304B;
}

.color6-bg {
  background-color: #f2f2f2;
}

.color7-bg {
  background-color: #5C646A;
}

.grey-bg {
  background-color: #767676;
}

.grey2-bg {
  background-color: #9e9e9e;
}

.grey4-bg {
  background-color: #D6DEED;
}

@media screen and (max-width: 720px) {
  .b-no-mobile {
    border: none !important;
  }
}

.bt-black {
  border-top: 1px solid rgba(0, 0, 0, 0.6509803922);
}

.br-black {
  border-right: 1px solid rgba(0, 0, 0, 0.6509803922);
}

.bl-black {
  border-left: 1px solid rgba(0, 0, 0, 0.6509803922);
}

input, select, textarea {
  border: none;
  background-color: #f9fafa;
  font-size: 14px;
  border: none;
  font-weight: 400;
  border-radius: 0;
}

input[type=text], input[type=email] {
  background-color: #f9fafa;
  font-size: 14px;
  border: none;
  font-weight: 400;
}

.white input[type=text], .white input[type=email] {
  color: #fff;
}

body .white .gform_wrapper ul li.gfield.floating-label-field.active input {
  border-color: #fff !important;
}

input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

textarea {
  max-height: 100px;
  padding: 10px 0px !important;
  border-bottom: 1px solid #2a2a2a !important;
}

.header-link-contact,
.btn,
.btn-button,
#gform-container button[type=submit],
input[type=button],
input[type=reset],
#gform_wrapper_1 button[type=submit],
#gform_wrapper_2 button[type=submit],
#gform_wrapper_3 button[type=submit],
#gform_wrapper_4 button[type=submit],
#gform_wrapper_5 button[type=submit],
#gform_wrapper_6 button[type=submit],
#gform_wrapper_7 button[type=submit],
#gform_wrapper_8 button[type=submit],
#gform_wrapper_9 button[type=submit],
#gform_wrapper_10 button[type=submit],
input[type=submit] {
  background-color: #2a2a2a;
  padding: 13px 22px;
  border-radius: 25px;
  border: none;
  line-height: 1em;
  transition: all 0.4s ease;
  text-decoration: none;
  display: inline-block;
  color: #f2f2f2;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.header-link-contact:before,
.btn:before,
.btn-button:before,
#gform-container button[type=submit]:before,
input[type=button]:before,
input[type=reset]:before,
#gform_wrapper_1 button[type=submit]:before,
#gform_wrapper_2 button[type=submit]:before,
#gform_wrapper_3 button[type=submit]:before,
#gform_wrapper_4 button[type=submit]:before,
#gform_wrapper_5 button[type=submit]:before,
#gform_wrapper_6 button[type=submit]:before,
#gform_wrapper_7 button[type=submit]:before,
#gform_wrapper_8 button[type=submit]:before,
#gform_wrapper_9 button[type=submit]:before,
#gform_wrapper_10 button[type=submit]:before,
input[type=submit]:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140%;
  height: 100%;
  background-color: #2a2a2a;
  transform: translateX(-120%) skew(-20deg);
  transition: all 0.6s;
  z-index: -1;
}
.header-link-contact:hover,
.btn:hover,
.btn-button:hover,
#gform-container button[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
#gform_wrapper_1 button[type=submit]:hover,
#gform_wrapper_2 button[type=submit]:hover,
#gform_wrapper_3 button[type=submit]:hover,
#gform_wrapper_4 button[type=submit]:hover,
#gform_wrapper_5 button[type=submit]:hover,
#gform_wrapper_6 button[type=submit]:hover,
#gform_wrapper_7 button[type=submit]:hover,
#gform_wrapper_8 button[type=submit]:hover,
#gform_wrapper_9 button[type=submit]:hover,
#gform_wrapper_10 button[type=submit]:hover,
input[type=submit]:hover {
  color: #9e9e9e;
}
.header-link-contact:hover:before,
.btn:hover:before,
.btn-button:hover:before,
#gform-container button[type=submit]:hover:before,
input[type=button]:hover:before,
input[type=reset]:hover:before,
#gform_wrapper_1 button[type=submit]:hover:before,
#gform_wrapper_2 button[type=submit]:hover:before,
#gform_wrapper_3 button[type=submit]:hover:before,
#gform_wrapper_4 button[type=submit]:hover:before,
#gform_wrapper_5 button[type=submit]:hover:before,
#gform_wrapper_6 button[type=submit]:hover:before,
#gform_wrapper_7 button[type=submit]:hover:before,
#gform_wrapper_8 button[type=submit]:hover:before,
#gform_wrapper_9 button[type=submit]:hover:before,
#gform_wrapper_10 button[type=submit]:hover:before,
input[type=submit]:hover:before {
  transform: translateX(-20%) skew(-20deg);
}
.header-link-contact:focus,
.btn:focus,
.btn-button:focus,
#gform-container button[type=submit]:focus,
input[type=button]:focus,
input[type=reset]:focus,
#gform_wrapper_1 button[type=submit]:focus,
#gform_wrapper_2 button[type=submit]:focus,
#gform_wrapper_3 button[type=submit]:focus,
#gform_wrapper_4 button[type=submit]:focus,
#gform_wrapper_5 button[type=submit]:focus,
#gform_wrapper_6 button[type=submit]:focus,
#gform_wrapper_7 button[type=submit]:focus,
#gform_wrapper_8 button[type=submit]:focus,
#gform_wrapper_9 button[type=submit]:focus,
#gform_wrapper_10 button[type=submit]:focus,
input[type=submit]:focus {
  color: #f2f2f2;
}
@media screen and (max-width: 1100px) {
  .header-link-contact,
  .btn,
  .btn-button,
  #gform-container button[type=submit],
  input[type=button],
  input[type=reset],
  #gform_wrapper_1 button[type=submit],
  #gform_wrapper_2 button[type=submit],
  #gform_wrapper_3 button[type=submit],
  #gform_wrapper_4 button[type=submit],
  #gform_wrapper_5 button[type=submit],
  #gform_wrapper_6 button[type=submit],
  #gform_wrapper_7 button[type=submit],
  #gform_wrapper_8 button[type=submit],
  #gform_wrapper_9 button[type=submit],
  #gform_wrapper_10 button[type=submit],
  input[type=submit] {
    width: 100%;
    text-align: center;
    display: block;
  }
}

.header-link-contact {
  color: #d5bf9c;
}
.header-link-contact:hover {
  color: rgba(213, 191, 156, 0.7019607843);
}
.header-link-contact:focus {
  color: #d5bf9c;
}

.btn-white {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}
.btn-white:hover {
  color: #fff;
  border-color: #e0ccb3;
}
.btn-white:hover:before {
  background-color: #e0ccb3;
  transform: translateX(0%);
}
.btn-white:hover:after {
  background-color: #fff;
}
.btn-white.btn-ro-bleu:hover {
  border-color: #263138;
}
.btn-white.btn-ro-bleu:hover:before {
  background-color: #263138;
}

.btn-white_empty {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.btn-white_empty:hover {
  color: #fff;
}
.btn-secondary {
  color: #fff;
}
.btn-secondary span {
  background-color: #505050;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .gform_drop_area::before {
  color: #e0ccb3 !important;
}

.gform_button_select_files {
  color: #000 !important;
  background-color: transparent !important;
  border: 2px solid #e0ccb3 !important;
}
.gform_button_select_files span {
  background-color: transparent;
}
.gform_button_select_files:hover {
  color: #000;
}
.gform_button_select_files:hover span {
  background-color: #e9e9e9;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 32px;
  height: 27px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 3px;
  background-color: #2a2a2a;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -12px;
}
.hamburger-inner::after {
  bottom: -12px;
}
.hamburger-inner .is-active {
  background-color: #fff;
}
.hamburger-inner .is-active::after {
  background-color: #fff;
}
.hamburger-inner .is-active::before {
  background-color: transparent;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 64px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 12px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 64px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 12px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 64px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 12px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 64px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 12px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-6.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-6.4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(6.4px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(6.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-6.4px, -8px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-6.4px, 8px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(6.4px, -8px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(6.4px, 8px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -24px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -12px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -24px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -12px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 12px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 24px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 12px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -24px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 12px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 24px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 12px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -24px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 12px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -64px;
  top: -64px;
  transform: translate3d(64px, 64px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -64px;
  top: -64px;
  transform: translate3d(-64px, 64px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 12px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -64px;
  top: 64px;
  transform: translate3d(64px, -64px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -64px;
  top: 64px;
  transform: translate3d(-64px, -64px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider .hamburger-inner::before {
  top: 12px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 24px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 12px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4.5714285714px, -9px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -24px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 12px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 24px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 12px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(4.5714285714px, -9px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -24px, 0) rotate(90deg);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 12px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 24px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 12px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 12px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -24px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -12px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
*/
.logoContainer {
  z-index: 1;
  display: flex;
}
.logoContainer .logo-primary {
  padding: 20px 0px;
  margin-right: 60px;
  display: flex;
  width: 200px;
}
@media screen and (max-width: 1100px) {
  .logoContainer {
    max-width: 160px;
    margin-left: 20px;
  }
}

.logo-footer {
  padding-right: 40px;
  display: flex;
  width: 300px;
}

.logo-img {
  aspect-ratio: 178/39;
  margin-bottom: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(img/Dramisco-Construction-Renovation-Quebec-Logo-Noir.svg);
  display: block;
  width: 100%;
  height: auto;
}

.infos-primary {
  padding: 20px 0;
  padding-left: 40px;
}
.infos-primary p {
  margin-bottom: 0;
}

.menu1container {
  width: 100%;
  z-index: 1000;
}

.headermenus_container {
  background-color: #fff;
  position: absolute;
  z-index: 20;
  top: 0;
  width: 100%;
  transition: all 0.6s;
}
.headermenus_container.menu-transparent-fixed {
  position: fixed;
}
.headermenus_container.menu-sticky {
  position: sticky !important;
}
.headermenus_container.menu1-hide {
  transform: translateY(-100%);
  z-index: 20;
  top: 0;
}

.headermenus {
  padding-top: 35px;
  top: 0;
  width: 100%;
  z-index: 10;
}
.headermenus.headermenus_secondary {
  position: relative;
  z-index: 21;
}
.headermenus.headermenus_primary {
  background-color: #767676;
}

.hash-active {
  font-weight: 700;
}

.menu-transparent {
  background-color: transparent;
}
.menu-transparent .navPrincipal > li.has-sub-menu > a:after, .menu-transparent .navPrincipal > li.menu-item-has-children > a:after {
  background-color: #fff;
}
.menu-transparent .navPrincipal > li.menu-techmix > a:before {
  background-color: #fff;
}
.menu-transparent .navSecondaire > li > a {
  color: #fff;
}
.menu-transparent .navSecondaire > li.current-menu-item > a, .menu-transparent .navSecondaire > li.current-menu-parent > a {
  color: #e0ccb3;
}

.navPrincipal {
  float: right;
  margin-bottom: 0;
}
.navPrincipal > li {
  display: inline-block;
  float: left;
  position: relative;
}
.navPrincipal > li > a {
  color: #2a2a2a;
  padding: 10px 0px;
  padding-bottom: 0;
  padding-right: 40px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
.navPrincipal > li > a:focus {
  color: #2a2a2a;
}
.navPrincipal > li > a:hover {
  color: #2a2a2a;
  text-decoration-line: underline;
  text-decoration-color: #2a2a2a;
}
.navPrincipal > li.current-menu-item > a, .navPrincipal > li.current-menu-parent > a {
  position: relative;
}
.navPrincipal > li:hover > .sub-menu {
  display: block;
}

.nav-secondary-container {
  background-color: #263138;
}

.navSecondaire {
  font-size: calc(13px + 5 * (100vw - 1100px) / 339);
  margin-bottom: 0;
  margin-right: 40px;
}
@media screen and (max-width: 1100px) {
  .navSecondaire {
    font-size: 13px;
  }
}
@media screen and (min-width: 1439px) {
  .navSecondaire {
    font-size: 18px;
  }
}
.navSecondaire > li {
  display: inline-block;
  position: relative;
}
.navSecondaire > li > a {
  color: #fff;
  padding: 10px 0px;
  padding-left: 30px;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.navSecondaire > li > a:focus {
  color: #fff;
}
.navSecondaire > li > a:hover {
  text-decoration: none;
  color: #e0ccb3;
}
.navSecondaire > li > a:hover:before {
  opacity: 1;
}
.navSecondaire > li.current-menu-item > a, .navSecondaire > li.current-menu-parent > a {
  position: relative;
  color: #e0ccb3;
}
.navSecondaire > li:hover > .sub-menu {
  display: block;
}

.search-menu-item {
  background-image: url(img/search.svg);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 30px;
  width: 50px;
  height: 50px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  border-left: 1px solid rgba(255, 255, 255, 0.3137254902);
  padding-left: 20px;
  cursor: pointer;
}

/* MOBILE MENU*/
.mobileHeader {
  position: absolute;
  top: 0;
  z-index: 2200;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .mobileHeader {
    display: none;
  }
}

.hamburger {
  position: absolute;
  right: 20px;
  top: 22px;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0 !important;
}

.mobile-button-container {
  height: 70px;
}
.mobile-button-container .hamburger-inner, .mobile-button-container .hamburger-inner::before, .mobile-button-container .hamburger-inner::after {
  background-color: #fff;
}

.mobileLogoA {
  background-color: #fff;
  display: inline-block;
  padding: 15px 15px;
}

.mobileLogo {
  width: 180px;
}

.menuMobileContainer {
  margin-top: 0px;
  background-color: #263138;
  position: fixed;
  top: 0;
  bottom: 0px;
  left: -100%;
  width: 100%;
  z-index: 3000000;
  overflow-y: scroll;
}
.menuMobileContainer.on {
  left: 0;
}

.nav-mobile {
  font-weight: normal;
  margin-bottom: 0px;
  font-size: 24px;
  padding-left: 20px;
  padding-right: 20px;
}
.nav-mobile ul {
  padding-bottom: 80px;
}
.nav-mobile li {
  line-height: 1.4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4196078431);
}
.nav-mobile li a {
  padding: 10px 0px;
  display: block;
}
.nav-mobile li.current-menu-item a {
  font-weight: 600;
}
.nav-mobile li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.4196078431);
}
.nav-mobile > li {
  padding: 0;
}
.nav-mobile > li.menu-item-has-children > a, .nav-mobile > li.has-sub-menu > a {
  position: relative;
}
.nav-mobile > li.menu-item-has-children > a:before, .nav-mobile > li.has-sub-menu > a:before {
  content: "";
  background-color: #fff;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 25px auto;
  mask-image: url(img/SVG/Fleche-Bas-Menu-Deroulant.svg);
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  border-radius: 50%;
}
.nav-mobile > li.current-menu-parent > a, .nav-mobile > li.current-menu-item > a, .nav-mobile > li.current-page-parent > a {
  font-weight: 700;
}
.nav-mobile > li > a {
  text-decoration: none;
  padding: 25px 0px;
  cursor: pointer;
  color: #fff;
}
.nav-mobile > li > a:hover, .nav-mobile > li > a:focus {
  text-decoration: none;
  color: #fff;
}
.nav-mobile > li > .sub-menu {
  transition: all 0.6s;
  margin-top: 67px;
  background-color: #e0ccb3;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 100%;
  z-index: 3000000;
  overflow-y: scroll;
}
.nav-mobile > li > .sub-menu.on {
  right: 0;
}
.nav-mobile > li > .sub-menu > li {
  display: block;
}
.nav-mobile > li > .sub-menu > li.menu-item-fake > a {
  display: none;
}
.nav-mobile > li > .sub-menu > li.mobile-menu-go-back a {
  padding-left: 60px;
}
.nav-mobile > li > .sub-menu > li.mobile-menu-go-back a:before {
  position: absolute;
  left: 20px;
  content: "";
  display: block;
  width: 25px;
  height: 70px;
  background-color: #fff;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 25px auto;
  mask-image: url(img/SVG/Fleche-Bas-Menu-Deroulant.svg);
  transform: rotate(90deg);
}
.nav-mobile > li > .sub-menu > li > a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 20px 20px;
  padding-left: 30px;
  text-transform: none;
  color: #fff;
  border-bottom: none;
}
.nav-mobile > li > .sub-menu > li > a .menu-mobile-icon {
  display: block;
  height: 60px;
  width: 60px;
  background-color: #fff;
  mask-repeat: no-repeat;
  mask-position: left center;
  mask-size: contain;
  margin-right: 20px;
  flex-shrink: 0;
}
.nav-mobile > li > .sub-menu > li .sub-menu {
  transition: all 0.6s;
  margin-top: 74px;
  background-color: #263138;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 100%;
  z-index: 3000000;
  overflow-y: scroll;
}
.nav-mobile > li > .sub-menu > li .sub-menu.on {
  right: 0;
}
.nav-mobile > li > .sub-menu > li .sub-menu a {
  text-decoration: none;
  padding: 10px 20px;
  text-transform: none;
  color: #fff;
  border-bottom: none;
  display: flex;
  align-items: center;
}
.nav-mobile > li > .sub-menu > li .sub-menu a .menu-mobile-icon {
  display: block;
  height: 60px;
  width: 60px;
  background-color: #fff;
  mask-repeat: no-repeat;
  mask-position: left center;
  mask-size: contain;
  margin-right: 20px;
  flex-shrink: 0;
}

.lang-menu-mobile .gt-current-lang {
  display: none;
}
.lang-menu-mobile a {
  color: #fff;
  margin-right: 20px;
}
.lang-menu-mobile .footer-fb-link {
  margin-left: auto;
  width: 40px;
}

.menu-conteneurs_mobile_submenu {
  font-size: 21px;
  transition: all 0.6s;
  margin-top: 67px;
  background-color: #e0ccb3;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 100%;
  z-index: 3000000;
  overflow-y: scroll;
}
.menu-conteneurs_mobile_submenu.on {
  right: 0;
}
.menu-conteneurs_mobile_submenu li {
  display: block;
  border-bottom: 1px solid #fff;
}
.menu-conteneurs_mobile_submenu li.mobile-menu-go-back a {
  position: relative;
  padding-left: 60px;
}
.menu-conteneurs_mobile_submenu li.mobile-menu-go-back a:before {
  content: "";
  background-color: #fff;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 25px auto;
  mask-image: url(img/SVG/Fleche-Bas-Menu-Deroulant.svg);
  width: 30px;
  height: 30px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  border-radius: 50%;
}
.menu-conteneurs_mobile_submenu li a {
  display: block;
  text-decoration: none;
  padding: 20px 20px;
  cursor: pointer;
  color: #fff;
  position: relative;
}
.menu-conteneurs_mobile_submenu li a:before {
  content: "";
  background-color: #fff;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 25px auto;
  mask-image: url(img/SVG/Fleche-Bas-Menu-Deroulant.svg);
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  border-radius: 50%;
}
.menu-conteneurs_mobile_submenu li a:hover, .menu-conteneurs_mobile_submenu li a:focus {
  text-decoration: none;
  color: #fff;
}

.menu-produits-list-cats_mobile {
  background-color: #e0ccb3;
}
.menu-produits-list-cats_mobile > li > a {
  /*
  position: relative;
  &:before {
      content: "";
         background-color: #fff;
         mask-repeat: no-repeat;
         mask-position: center;
         mask-size:  25px auto;
      mask-image: url(img/SVG/Icone-Fleche-bas.svg);
               width: 30px;
               height: 30px;
               position: absolute;
               right: 20px;
               top: 50%;
               transform: translateY(-50%) rotate(-90deg);
               border-radius: 50%;
  }
  */
}

.menu-produits-list-prods_mobile {
  background-color: #676e74;
  margin-bottom: 0;
}

/**
 * Swiper 5.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2019
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper {
  height: 80%;
  overflow: visible;
  padding-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  .swiper {
    height: calc(100% - 160px);
    padding-bottom: 140px;
  }
}

.swiper-button-next, .swiper-button-prev {
  transition: all 0.6s;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  opacity: 0.5;
}

.swiper-button-next:after, .swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 0;
  height: 1em;
  width: 1em;
  background-color: #fff;
  mask-image: url(img/Dramisco-Construction-Renovation-Quebec-Navigation-Gallerie-Fleche-Droite.svg);
  mask-repeat: no-repeat;
  mask-position: left center;
  mask-size: contain;
}
@media screen and (max-width: 1100px) {
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 140%;
  }
}

.swiper-button-next {
  right: 2em;
}

.swiper-button-prev {
  left: 1em;
}
.swiper-button-prev:after {
  left: 0;
  transform: rotate(180deg);
}

.swiper-mobile-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.swiper-mobile-nav .swiper-button-next, .swiper-mobile-nav .swiper-button-prev {
  content: "";
  position: relative;
  left: auto;
  right: auto;
  height: 1em;
  width: 1em;
  margin-top: 0;
  top: 0;
}

.swiper-pagination {
  position: relative;
  text-align: center;
  transition: 0.3s opacity;
  display: inline-block;
  width: auto;
  bottom: 0;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

@media screen and (max-width: 1100px) {
  .h-100-mobile {
    height: 100%;
  }
}

.clearfix {
  clear: both;
}

div {
  position: relative;
}

.flex-row {
  display: flex;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}
img.fullWidth {
  width: 100%;
}
.fullWidth img {
  width: 100%;
  max-width: none;
}

.fullWidth {
  width: 100%;
}

.transition-ease {
  transition: all 0.6s;
}

.bold {
  font-weight: bold;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration-thickness: 0.5px;
  text-underline-offset: 6px;
  text-decoration-line: underline;
}

.nopad {
  padding-right: 0px;
  padding-left: 0px;
}

.m-00 {
  margin: 0px;
}

.m-10 {
  margin: 10px;
}

.m-20 {
  margin: 20px;
}

.m-30 {
  margin: 30px;
}

.m-40 {
  margin: 40px;
}

.m-50 {
  margin: 50px;
}

.m-60 {
  margin: 60px;
}

.m-70 {
  margin: 70px;
}

.m-80 {
  margin: 80px;
}

.m-90 {
  margin: 90px;
}

.m-100 {
  margin: 100px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.mt-00 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-00 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.p-10 {
  padding: 10px;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.p-40 {
  padding: 40px;
}

.p-50 {
  padding: 50px;
}

.p-60 {
  padding: 60px;
}

.p-70 {
  padding: 70px;
}

.p-80 {
  padding: 80px;
}

.p-90 {
  padding: 90px;
}

.p-100 {
  padding: 100px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pbpx-1 {
  padding-bottom: 1px;
}

.pbpx-2 {
  padding-bottom: 2px;
}

.pbpx-3 {
  padding-bottom: 3px;
}

.pbpx-4 {
  padding-bottom: 4px;
}

.pbpx-5 {
  padding-bottom: 5px;
}

.pbpx-6 {
  padding-bottom: 6px;
}

.pbpx-7 {
  padding-bottom: 7px;
}

.pbpx-8 {
  padding-bottom: 8px;
}

.pbpx-9 {
  padding-bottom: 9px;
}

.pbpx-10 {
  padding-bottom: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .w-80 {
    width: 100%;
  }
}

.featurette {
  padding-top: 80px;
}
@media screen and (max-width: 1100px) {
  .featurette {
    padding-top: 40px;
  }
}

.featurette2 {
  padding-bottom: 80px;
}
@media screen and (max-width: 1100px) {
  .featurette2 {
    padding-bottom: 40px;
  }
}

.featuretteBig {
  padding-top: 120px;
}
@media screen and (max-width: 1100px) {
  .featuretteBig {
    padding-top: 40px;
  }
}

.featurette2Big {
  padding-bottom: 120px;
}
@media screen and (max-width: 1100px) {
  .featurette2Big {
    padding-bottom: 40px;
  }
}

.featurette-half {
  padding-top: 40px;
}

.featurette2-half {
  padding-bottom: 40px;
}

.featurette-mini {
  padding-top: 20px;
}

.featurette2-mini {
  padding-bottom: 20px;
}

.featuretteLR {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1100px) {
  .featuretteLR {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.featuretteLRBig {
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 1100px) {
  .featuretteLRBig {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1100px) {
  .translatey-feat {
    margin-top: 80px;
    aspect-ratio: 1/1;
  }
}
@media (min-width: 1100px) {
  .translatey-feat {
    transform: translateY(80px);
    height: 100%;
  }
}

@media (max-width: 1100px) {
  .featurette-half {
    padding-top: 20px;
  }
  .featurette2-half {
    padding-bottom: 20px;
  }
}
.ratio-map {
  height: 50vh;
}
@media screen and (max-width: 1100px) {
  .ratio-map {
    --bs-aspect-ratio: 0%;
    height: 50vh;
  }
}

.ratio-1x1 {
  aspect-ratio: 1/1;
}

.ratio-9x6 {
  aspect-ratio: 9/6;
}

.ratio-3x2 {
  aspect-ratio: auto 4/3;
  width: 100%;
}

.ratio-4x2 {
  aspect-ratio: auto 4/2;
  width: 100%;
}

/*//////////////////////////////////////*/
ul {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

.table {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 0;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
@media (max-width: 1100px) {
  .table-cell.noMobile {
    display: inline-block;
  }
}

.text-bold {
  font-weight: bold;
}

.Xhidden, .xhidden, .xHidden {
  display: none;
}

.XhiddenImportant, .xhiddenImportant, .xHiddenImportant {
  display: none !important;
}

@media screen and (max-width: 1199px) {
  .hiddenPhone {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .hiddenDesktop {
    display: none !important;
  }
}

@media screen and (min-width: 1100px) {
  .hiddenTablet {
    display: none;
  }
}

.coverBg, .bg-cover, .cover-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-contain, .contain-bg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-right-center {
  background-position: right center;
}

.overflow-hidden {
  overflow: hidden;
}

.inline-block {
  display: inline-block;
}

sup {
  top: -0.6em;
  font-size: 65%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 58.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.pointer {
  cursor: pointer;
}

.absolute-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.absolute {
  position: absolute;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1100px) {
  .mobileHidden, .mobile-hidden {
    display: none;
  }
}
@media (min-width: 1100px) {
  .desktopHidden, .desktop-hidden {
    display: none;
  }
}
.arrow {
  display: inline-block;
  height: 12px;
  position: relative;
  width: 12px;
}
.arrow::after {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: "";
  display: inline-block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 0;
  width: 12px;
}
.arrow.is-triangle::after {
  border-style: solid;
  border-width: 0 0 12px 12px;
  height: 0;
  width: 0;
}
.arrow.is-check::after {
  width: 6px;
}
.arrow.arrow-bar::before {
  bottom: 1px;
  content: "";
  height: 16px;
  position: absolute;
  right: 0;
  transform-origin: bottom;
  width: 2px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.arrow.is-top {
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.arrow.is-right {
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.arrow.is-bottom {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow.is-left {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.arrow::after,
.arrow .arrow::after {
  border-color: #e0ccb3;
}
.arrow.is-triangle::after,
.arrow .arrow.is-triangle::after {
  border-color: transparent;
  border-bottom-color: #e0ccb3;
}
.arrow::before,
.arrow .arrow::before {
  background-color: #e0ccb3;
}
.arrow.arrow-white::after,
.arrow.arrow-white .arrow::after {
  border-color: #fff;
}
.arrow.arrow-white.is-triangle::after,
.arrow.arrow-white .arrow.is-triangle::after {
  border-color: transparent;
  border-bottom-color: #fff;
}
.arrow.arrow-white::before,
.arrow.arrow-white .arrow::before {
  background-color: #fff;
}
.arrow.arrow_li {
  position: absolute;
  right: 0;
  top: 50%;
}
.arrow.arrow_service_card {
  position: absolute;
  right: 3px;
  top: 7px;
}

.anchorDiv {
  transform: translateY(-140px);
}

.anchorBuilder {
  transform: translateY(-120px);
}
.boxCol .anchorBuilder {
  transform: translateY(-160px);
}

.tinyContent .btn, #tinymce .btn {
  margin-top: 10px;
}
.tinyContent iframe, #tinymce iframe {
  max-width: 100%;
}
.tinyContent img, #tinymce img {
  margin-bottom: 20px;
}
.tinyContent a:not(.button):not(.btn), #tinymce a:not(.button):not(.btn) {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.tinyContent a:not(.button):not(.btn):focus, .tinyContent a:not(.button):not(.btn):hover, #tinymce a:not(.button):not(.btn):focus, #tinymce a:not(.button):not(.btn):hover {
  text-decoration-line: underline;
}
.tinyContent a.btn, #tinymce a.btn {
  margin-top: 10px;
  text-decoration: none;
}
.tinyContent ul, #tinymce ul {
  margin-left: 0px;
  margin-bottom: 20px;
  margin-top: 0px;
  list-style: none;
}
.tinyContent ul > li, #tinymce ul > li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
}
.tinyContent ul > li::before, #tinymce ul > li::before {
  content: "›";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0px;
  top: 0;
  font-size: 21px;
}
.tinyContent ul.rond-chevron-white > li, #tinymce ul.rond-chevron-white > li {
  padding-left: 30px;
}
.tinyContent ul.rond-chevron-white > li::before, #tinymce ul.rond-chevron-white > li::before {
  top: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
}
.tinyContent ul.rond-chevron-bleu > li, #tinymce ul.rond-chevron-bleu > li {
  padding-left: 30px;
}
.tinyContent ul.rond-chevron-bleu > li:before, #tinymce ul.rond-chevron-bleu > li:before {
  content: "";
  background-image: url(img/SVG/Planete-Bleue-fleche-menu-white.svg);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  border-radius: 50%;
  background-color: #e0ccb3;
}
.tinyContent ol, #tinymce ol {
  padding-left: 20px;
}
.tinyContent ol li, #tinymce ol li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
}
.tinyContent ol li::marker, #tinymce ol li::marker {
  color: #e0ccb3;
}

.boxFaq {
  border-top: 1px solid #d6d6d6;
  padding-bottom: 20px;
}
.boxFaq h3 {
  margin: 0;
  line-height: 140%;
}
.boxFaq .opener {
  cursor: pointer;
  padding: 20px 45px 0px 0px;
}
.boxFaq .opener .plusMinus {
  position: absolute;
  right: 0;
  top: 20px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px auto;
  background-image: url(img/plus.svg);
}
.boxFaq .opener .plusMinus.on {
  background-image: url(img/minus.svg);
}

.textw {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.textw-10 {
  width: 10%;
}

.textw-20 {
  width: 20%;
}

.textw-30 {
  width: 30%;
}

.textw-40 {
  width: 40%;
}

.textw-50 {
  width: 50%;
}

.textw-60 {
  width: 60%;
}

.textw-70 {
  width: 70%;
}

.textw-80 {
  width: 80%;
}

.textw-90 {
  width: 90%;
}

.textw-100 {
  width: 100%;
}

.background-cover-all {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.parallax-img-container {
  min-height: 100vh;
  top: 50%;
  transform: translateY(-50%);
}

.bg-center-bottom {
  background-position: center bottom;
}

.background-overlay {
  mix-blend-mode: multiply;
}

.background-overlay_01 {
  opacity: 0.1;
}

.background-overlay_02 {
  opacity: 0.2;
}

.background-overlay_03 {
  opacity: 0.3;
}

.background-overlay_04 {
  opacity: 0.4;
}

.background-overlay_05 {
  opacity: 0.5;
}

.background-overlay_06 {
  opacity: 0.6;
}

.background-overlay_07 {
  opacity: 0.7;
}

.background-overlay_08 {
  opacity: 0.8;
}

.background-overlay_09 {
  opacity: 0.9;
}

@media screen and (min-width: 1100px) {
  .border-left-1 {
    border-left: 1px solid #263138;
  }
}

/*the container must be positioned relative:*/
/*style the arrow inside the select element:*/
/*point the arrow upwards when the select box is open (active):*/
/*style the items (options), including the selected item:*/
/*style items (options):*/
/*hide the items when the select box is closed:*/
.custom-select {
  position: relative;
}
.custom-select select {
  display: none;
}

.select-selected {
  padding: 8px 16px;
  border: 1px solid #2a2a2a;
  cursor: pointer;
  user-select: none;
}
.select-selected:after {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  bottom: 2px;
  right: 2px;
  aspect-ratio: 1/1;
  background-color: #e0ccb3;
  background-image: url(img/SVG/chevron-white.svg);
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
}

.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.select-items div {
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}
.select-items div:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.select-hide {
  display: none;
}

.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

body {
  min-height: 900px;
  background-color: #f2f2f2;
}
body#tinymce {
  background-color: #ddd;
}
body #tinymce {
  font-size: 16px;
  background-color: #ddd;
}
#tinymce ol, #tinymce ul {
  list-style: disc;
  padding-left: 20px;
}
#tinymce img {
  max-width: 100%;
}
#tinymce a {
  text-decoration: underline !important;
  cursor: pointer !important;
}

.container-full {
  --bs-gutter-x: 5rem;
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 1100px) {
  .container-full {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media screen and (max-width: 1100px) {
  .container-full {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media screen and (max-width: 1100px) {
  .container-full {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
}

hr {
  opacity: 1;
}

a {
  color: #2a2a2a;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
a:focus, a:hover {
  text-decoration: none;
  color: inherit;
}
a.white {
  color: #fff;
}
a.white:hover {
  color: #fff;
}

ul li, ol li {
  line-height: 160%;
}

.psmall {
  font-size: 85%;
}

section {
  position: relative;
}

.accueil-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 37%;
}

.accueil-image-container {
  aspect-ratio: 2560/1087;
  padding: 4%;
}
@media (max-width: 1100px) {
  .accueil-image-container {
    aspect-ratio: 2560/1800;
    background-position: center right;
  }
}

.swiper-slide {
  height: auto;
}
@media (max-width: 1100px) {
  .accueilHeader-section {
    padding-top: 60px;
  }
}

.testimonialsSlider .swiper-wrapper {
  height: calc(100% - 40px);
}
@media screen and (min-width: 1200px) {
  .testimonialsSlider .swiper-wrapper {
    height: calc(100% - 20px);
  }
}

.slide-text-container {
  z-index: 2;
}

.p-decale p {
  margin-left: 20px;
}

.c-speed-block_image {
  --progress: 1;
}
.c-speed-block_image img {
  --vw-scale: 1;
  transform: scale(var(--vw-scale));
}

.c-changecolor {
  --progress: 1;
  background-color: color-mix(in oklab, #D1D1D1 calc(var(--progress) * 100%), #e0ccb3);
}

.round-corner-border {
  border-radius: 20px;
}

.rounded-div {
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 720px) {
  .b-no-mobile {
    border: none !important;
  }
}

.bt-black {
  border-top: 1px solid #2a2a2a;
}

.bb-black {
  border-bottom: 1px solid #2a2a2a;
}

.br-black {
  border-right: 1px solid #2a2a2a;
}

.bl-black {
  border-left: 1px solid #2a2a2a;
}

.bt-white {
  border-top: 1px solid #fff;
}

.bb-white {
  border-bottom: 1px solid #fff;
}

.br-white {
  border-right: 1px solid #fff;
}

.bl-white {
  border-left: 1px solid #fff;
}

.h2_arrow {
  padding-left: 1em;
  position: relative;
  margin-bottom: 1rem;
}
.h2_arrow:after {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  height: 0.8em;
  width: 0.8em;
  background-color: #2a2a2a;
  mask-image: url(img/Dramisco-Construction-Renovation-Quebec-Fleche-Titre-Service.svg);
  mask-repeat: no-repeat;
  mask-position: left center;
  mask-size: contain;
}

.link-eye {
  padding-left: 2.3em;
  position: relative;
  transition: all 0.4s;
}
.link-eye:hover {
  opacity: 0.6;
}
.link-eye:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1.3em;
  width: 1.6em;
  background-color: #2a2a2a;
  mask-image: url(img/Dramisco-Construction-Renovation-Quebec-Oeil-Voir-Nos-Realisations.svg);
  mask-repeat: no-repeat;
  mask-position: left center;
  mask-size: contain;
}

.hp-01 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.realisation-slider {
  z-index: 1000;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
  padding: 0;
}

.real-slider-img {
  max-height: calc(100% - 60px);
  width: auto;
}

.close-slider:hover {
  opacity: 0.5;
  transition: all 0.6s;
}
.close-slider:after {
  content: "";
  position: relative;
  display: inline-block;
  left: 0;
  height: 2rem;
  width: 2rem;
  background-color: #fff;
  mask-image: url(img/Dramisco-Construction-Renovation-Quebec-Gallerie-Fermeture-Icone.svg);
  mask-repeat: no-repeat;
  mask-position: left center;
  mask-size: contain;
}

footer {
  border-top: 1px solid #2a2a2a;
  position: relative;
}
footer a {
  text-decoration: none;
}
@media (max-width: 1100px) {
  footer .logoContainer_footer {
    margin-left: 0;
    max-width: 80%;
  }
}

.footer-section_2 {
  border-left: 1px solid #2a2a2a;
}

.footer-box_1 {
  border-bottom: 1px solid #2a2a2a;
}

.footer-facebook {
  width: 40px;
  transition: all 0.4s;
}
.footer-facebook:hover {
  opacity: 0.7;
}

.no-br br {
  display: none;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 1100px) {
  .accueilHeader-section {
    padding-top: 80px;
  }
  .decale-odd .decale-odd-item:nth-child(even) {
    transform: translateY(160px);
  }
  .row-inverted {
    flex-direction: row-reverse;
  }
}

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