.offcanvas .offcanvas-body {
  padding: 0 20px 0 20px;
}

.offcanvas .offcanvas-body ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.offcanvas .offcanvas-body ul a {
  text-decoration: none;
}

.offcanvas .offcanvas-body ul .parent {
  border-bottom: 1px solid #bb1d39;
}

.offcanvas .offcanvas-body ul .parent:last-child {
  border-bottom: 1px solid #bb1d39;
}

.offcanvas .offcanvas-body ul .parent h4 {
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: normal;
  text-transform: uppercase;
  margin: 10px 0 10px 0;
}

.offcanvas .offcanvas-body ul .parent h4 a {
  color: #000000;
}

.offcanvas .offcanvas-body ul .parent h5 {
  color: #bb1d39;
  font-size: 1rem;
  font-weight: 400;
  margin: 10px 0 10px 0;
  letter-spacing: 0.02rem;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(243, 146, 0, 0.25);
  opacity: 1;
}

/* -----.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: $zindex-offcanvas;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: $offcanvas-color;
  visibility: hidden;
  background-color: $offcanvas-bg-color;
  background-clip: padding-box;
  outline: 0;
  @include box-shadow($offcanvas-box-shadow);
  @include transition(transform $offcanvas-transition-duration ease-in-out);
}


.offcanvas-header {
  display: flex;
  justify-content: space-between;
  padding: $offcanvas-padding-y $offcanvas-padding-x;

  .btn-close {
    padding: ($offcanvas-padding-y / 2) ($offcanvas-padding-x / 2);
    margin: ($offcanvas-padding-y / -2) ($offcanvas-padding-x / -2) ($offcanvas-padding-y / -2) auto;
  }
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: $offcanvas-title-line-height;
}

.offcanvas-body {
  flex-grow: 1;
  padding: $offcanvas-padding-y $offcanvas-padding-x;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: $offcanvas-horizontal-width;
  border-right: $offcanvas-border-width solid $offcanvas-border-color;
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: $offcanvas-horizontal-width;
  border-left: $offcanvas-border-width solid $offcanvas-border-color;
  transform: translateX(100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: $offcanvas-vertical-height;
  max-height: 100%;
  border-top: $offcanvas-border-width solid $offcanvas-border-color;
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.offcanvas-backdrop::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: $zindex-offcanvas - 1;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: $offcanvas-body-backdrop-color;
}--*/
.section-actus {
  background-color: #d8d8d8;
  margin: 0;
  padding: 80px 0;
}

.section-actus .post {
  background-color: white;
  border-radius: 10px;
  margin: 0 20px 0 0;
  overflow: hidden;
  min-height: 416px;
}

.section-actus .post .post-content {
  padding: 0 15px;
  position: relative;
}

.section-actus .post .post-content .date {
  position: absolute;
  background-color: white;
  width: 100px;
  text-align: center;
  color: #bb1d39;
  font-weight: 700;
  font-size: 0.85rem;
  border: 1px solid #bb1d39;
  border-radius: 5px;
  top: -50px;
}

.section-actus .post .post-content h4 {
  margin-top: 15px;
}

.section-actus .post .post-content h4 a {
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #bb1d39 !important;
}

.section-actus .post .post-content .post-meta {
  padding-bottom: 20px;
}

.section-actus .post .post-content p {
  font-size: 1.1rem;
}

.section-actus .single-post .post {
  padding: 30px 30px !important;
}

.section-actus .single-post .post-image {
  background-color: #e4e4e4;
}

.section-actus .single-post .post-content {
  position: relative;
}

.section-actus .single-post .post-content .date {
  top: -80px;
  position: absolute;
  z-index: 10;
}

.section-actus .single-post .post-content h2 {
  color: #bb1d39;
  font-size: calc(1.425rem + 2.1vw);
  line-height: calc(1.455rem + 2.46vw);
  padding: 10px 0 0;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .section-actus .single-post .post-content h2 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .section-actus .single-post .post-content h2 {
    line-height: 3.3rem;
  }
}

.section-actus .single-post .post-content .chapo {
  font-size: calc(1.295rem + 0.54vw);
  line-height: calc(1.315rem + 0.78vw);
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .section-actus .single-post .post-content .chapo {
    font-size: 1.7rem;
  }
}

@media (min-width: 1200px) {
  .section-actus .single-post .post-content .chapo {
    line-height: 1.9rem;
  }
}

.section-actus .sidebar h5 {
  color: #bb1d39;
}

.section-actus .sidebar ul {
  list-style: none;
  padding-left: 0;
}

.section-actus .sidebar ul li {
  margin: 20px 0 8px;
}

.section-actus .sidebar .simple-post-list .post-image {
  width: 180px;
}

.section-actus .sidebar .simple-post-list .post-image img {
  max-width: 180px;
  height: auto;
}

.section-actus .sidebar .simple-post-list .post-info a {
  color: #bb1d39;
  font-size: 1.2rem;
  line-height: 0.7rem !important;
  font-weight: 700;
}

.section-actus .sidebar .simple-post-list .post-info .post-meta {
  font-size: 0.7rem;
}

.section-actus.page {
  background-color: transparent;
  padding: 50px 0;
}

.section-actus.page .post {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  min-height: 475px;
  margin: 0;
  margin-bottom: 30px;
}
html {
  scroll-behavior: smooth !important;
}

html body {
  font-size: 1rem;
  letter-spacing: normal;
}

html h1, html h2, html h3, html h4, html h5, html h6, html a {
  letter-spacing: .01rem !important;
  font-family: "League Spartan", Arial, Helvetica, sans-serif;
}

html h2 {
  font-size: calc(1.435rem + 2.22vw);
  line-height: calc(1.455rem + 2.46vw);
}

@media (min-width: 1200px) {
  html h2 {
    font-size: 3.1rem;
  }
}

@media (min-width: 1200px) {
  html h2 {
    line-height: 3.3rem;
  }
}

html h2:after {
  content: "";
  display: block;
  height: 8px;
  width: 65px;
  background-color: #d2003f;
  margin-left: 5px;
}

html h3 {
  line-height: 2rem;
}

html p {
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  font-size: clamp(1.1rem, 1vw, 1.3rem);
  text-wrap: balance;
}

.container-xl {
  padding-left: 18px;
  padding-right: 18px;
}

.text-primary {
  color: #bb1d39 !important;
}

.uppercase {
  text-transform: uppercase;
}

.normal {
  text-transform: none;
}

.hr {
  display: block;
  height: 1px;
  border-bottom: 2px dotted #b9b9b9;
  margin: 20px 0 40px;
}

.img-dcircle {
  margin-bottom: 20px;
  vertical-align: middle;
  position: relative;
}

.img-dcircle:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: white;
  top: 50%;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -50px;
  border-radius: 50%;
}

.block-border {
  border-left: 2px solid #bb1d39;
  min-height: 210px;
  padding: 0 0 0 20px;
}

.btn-refuse {
  border: 1px solid rgba(255, 255, 255, 0.699);
  color: #d2003f;
}

.btn-refuse:hover {
  color: #fff;
}

.btn {
  line-height: 1rem;
  font-size: 1rem;
  padding-top: 10px;
}

#header .header-body {
  background-color: black !important;
  border-top: 0;
}

#header .header-body .header-col-logo {
  background-color: #bb1d39;
  max-width: 250px;
}

#header .header-body .header-nav li a {
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  color: white !important;
}

html.sticky-header-active #header .header-body {
  position: fixed;
  border-bottom-color: transparent;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

#header .header-nav.header-nav-divisor nav > ul > li > a {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.head-acc .sign-acc {
  font-family: "Caveat", sans-serif;
  font-size: calc(1.445rem + 2.34vw);
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}

@media (min-width: 1200px) {
  .head-acc .sign-acc {
    font-size: 3.2rem;
  }
}

.head-acc .col-g {
  background-image: url("../images/fr-fr/back-head01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  text-align: center;
}

.head-acc .col-g img {
  margin-top: 20vh;
}

.head-acc .col-g span {
  font-weight: 700;
  color: #bb1d39;
}

@media (min-width: 220px) and (max-width: 992px) {
  .head-acc .col-g {
    height: 105vh;
  }
  .head-acc .col-g img {
    width: 230px;
    height: auto;
    margin-top: 10vh;
  }
}

.head-acc .col-d {
  background-image: url("../images/fr-fr/back-head02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.head-acc .col-d .text {
  margin-top: 20vh;
}

.head-acc .col-d .text h1 {
  font-size: calc(1.405rem + 1.86vw);
  line-height: calc(1.515rem + 3.18vw);
  font-weight: 800;
  color: white;
}

@media (min-width: 1200px) {
  .head-acc .col-d .text h1 {
    font-size: 2.8rem;
  }
}

@media (min-width: 1200px) {
  .head-acc .col-d .text h1 {
    line-height: 3.9rem;
  }
}

.head-acc .col-d .col-h2 {
  max-width: 310px;
}

.head-acc .col-d .col-h2 h2 {
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  font-size: calc(1.325rem + 0.9vw);
  line-height: calc(1.355rem + 1.26vw);
  color: white;
}

@media (min-width: 1200px) {
  .head-acc .col-d .col-h2 h2 {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .head-acc .col-d .col-h2 h2 {
    line-height: 2.3rem;
  }
}

.head-acc .col-d .col-h2 h2::after {
  content: "";
  display: block;
  height: 3px;
  width: 310px;
  background-color: transparent;
  border-top: 2px dotted white;
  margin-top: 20px;
}

@media (min-width: 220px) and (max-width: 576px) {
  .head-acc .col-d .text {
    margin-top: 10vh;
  }
}

.head-acc .anchor-btn {
  text-align: center;
  bottom: 0;
}

.head-acc .anchor-btn .btn-anchor {
  background-color: white;
  border-radius: 5px;
  border: 2px solid #bb1d39;
  padding: 15px 20px 10px;
  font-size: 1.3rem;
  line-height: 1rem;
  font-weight: 800;
  color: #bb1d39;
  box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.3);
}

.head-charpente {
  background-image: url("../images/fr-fr/header/head-charpente.jpg");
  height: 315px;
  border-bottom: 10px solid #bb1d39;
  margin-bottom: 100px;
}

.head-charpente .title {
  padding-top: 80px;
}

.head-charpente .title h1 {
  font-size: calc(1.515rem + 3.18vw);
  line-height: calc(1.615rem + 4.38vw);
  color: #bb1d39;
  font-weight: 800;
  margin: 0;
}

@media (min-width: 1200px) {
  .head-charpente .title h1 {
    font-size: 3.9rem;
  }
}

@media (min-width: 1200px) {
  .head-charpente .title h1 {
    line-height: 4.9rem;
  }
}

.head-charpente .title .subtitle {
  color: white;
  font-size: 1.3rem;
  font-weight: 800;
}

.head-actus {
  background-image: url("../images/fr-fr/header/head-actus.jpg");
  height: 315px;
  border-bottom: 10px solid #bb1d39;
  margin-bottom: 10px;
}

.head-actus .title {
  padding-top: 80px;
}

.head-actus .title h1 {
  font-size: calc(1.515rem + 3.18vw);
  line-height: calc(1.615rem + 4.38vw);
  color: #bb1d39;
  font-weight: 800;
  margin: 0;
}

@media (min-width: 1200px) {
  .head-actus .title h1 {
    font-size: 3.9rem;
  }
}

@media (min-width: 1200px) {
  .head-actus .title h1 {
    line-height: 4.9rem;
  }
}

.head-actus .title .subtitle {
  color: white;
  font-size: 1.3rem;
  font-weight: 800;
}

.head-realisation {
  background-image: url("../images/fr-fr/header/head-realisation.jpg");
  height: 315px;
  border-bottom: 10px solid #bb1d39;
  margin-bottom: 50px;
}

.head-realisation .title {
  padding-top: 80px;
}

.head-realisation .title h1 {
  font-size: calc(1.515rem + 3.18vw);
  line-height: calc(1.615rem + 4.38vw);
  color: #bb1d39;
  font-weight: 800;
  margin: 0;
}

@media (min-width: 1200px) {
  .head-realisation .title h1 {
    font-size: 3.9rem;
  }
}

@media (min-width: 1200px) {
  .head-realisation .title h1 {
    line-height: 4.9rem;
  }
}

.head-realisation .title .subtitle {
  color: white;
  font-size: 1.3rem;
  font-weight: 800;
}

.head-entretien {
  background-image: url("../images/fr-fr/header/head-entretien.jpg");
  height: 315px;
  border-bottom: 10px solid #bb1d39;
  margin-bottom: 50px;
}

.head-entretien .title {
  padding-top: 80px;
}

.head-entretien .title h1 {
  font-size: calc(1.515rem + 3.18vw);
  line-height: calc(1.615rem + 4.38vw);
  color: #bb1d39;
  font-weight: 800;
  margin: 0;
}

@media (min-width: 1200px) {
  .head-entretien .title h1 {
    font-size: 3.9rem;
  }
}

@media (min-width: 1200px) {
  .head-entretien .title h1 {
    line-height: 4.9rem;
  }
}

.head-entretien .title .subtitle {
  color: white;
  font-size: 1.3rem;
  font-weight: 800;
}

.head-service {
  background-image: url("../images/fr-fr/header/head-services.jpg");
  height: 315px;
  border-bottom: 10px solid #bb1d39;
  margin-bottom: 100px;
}

.head-service .title {
  padding-top: 80px;
}

.head-service .title h1 {
  font-size: calc(1.515rem + 3.18vw);
  line-height: calc(1.615rem + 4.38vw);
  color: #bb1d39;
  font-weight: 800;
  margin: 0;
}

@media (min-width: 1200px) {
  .head-service .title h1 {
    font-size: 3.9rem;
  }
}

@media (min-width: 1200px) {
  .head-service .title h1 {
    line-height: 4.9rem;
  }
}

.head-service .title .subtitle {
  color: white;
  font-size: 1.3rem;
  font-weight: 800;
}

.head-contact {
  background-image: url("../images/fr-fr/header/head-contact.jpg");
  height: 315px;
  border-bottom: 10px solid #bb1d39;
  margin-bottom: 50px;
}

.head-contact .title {
  padding-top: 80px;
}

.head-contact .title h1 {
  font-size: calc(1.515rem + 3.18vw);
  line-height: calc(1.615rem + 4.38vw);
  color: #bb1d39;
  font-weight: 800;
  margin: 0;
}

@media (min-width: 1200px) {
  .head-contact .title h1 {
    font-size: 3.9rem;
  }
}

@media (min-width: 1200px) {
  .head-contact .title h1 {
    line-height: 4.9rem;
  }
}

.head-contact .title .subtitle {
  color: white;
  font-size: 1.3rem;
  font-weight: 800;
}

.head-rgpd {
  background-image: url("../images/fr-fr/header/head-entretien.jpg");
  height: 315px;
  border-bottom: 10px solid #bb1d39;
  margin-bottom: 10px;
}

.head-rgpd .title {
  padding-top: 80px;
}

.head-rgpd .title h1 {
  font-size: calc(1.515rem + 3.18vw);
  line-height: calc(1.615rem + 4.38vw);
  color: #bb1d39;
  font-weight: 800;
  margin: 0;
}

@media (min-width: 1200px) {
  .head-rgpd .title h1 {
    font-size: 3.9rem;
  }
}

@media (min-width: 1200px) {
  .head-rgpd .title h1 {
    line-height: 4.9rem;
  }
}

.head-rgpd .title .subtitle {
  color: white;
  font-size: 1.3rem;
  font-weight: 800;
}

.qsn {
  padding-top: 45px;
}

.qsn h2 {
  color: #cacaca;
  font-weight: 800;
}

.qsn .qsn-img {
  position: relative;
  right: 0px;
}

.custom-card {
  border: 1px solid #cacaca;
  min-height: 489px;
  max-width: 420px;
  margin-bottom: 50px;
}

.custom-card:hover {
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.1);
  border-top: 3px solid #bb1d39;
}

.custom-card .card-body {
  padding: 0;
}

.custom-card .card-body h3 {
  color: #bb1d39 !important;
  text-transform: none;
  font-weight: 800;
  font-size: 1.7rem;
  line-height: 2rem;
}

.custom-card .card-body .card-text {
  font-weight: 700;
}

.custom-card .card-body .card-text span {
  font-weight: 500;
}

.custom-card .card-body p {
  padding: 0 20px;
}

.custom-card .card-foot .btn {
  position: relative;
  bottom: -18px;
  text-transform: uppercase;
  padding: 12px 20px 10px;
}

.call-act {
  background-image: url("../images/fr-fr/back-call-action.jpg");
  min-height: 475px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.call-act .act {
  background-color: #d2003f;
  border-radius: 15px;
  padding: 30px 50px;
}

.call-act .act h4 {
  color: white;
  font-size: 2.5rem;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.call-act .act p {
  color: white;
}

.call-act .act .btn-xl {
  background-color: white;
  color: #bb1d39;
  font-weight: 800;
  text-transform: uppercase;
}

.legend {
  border-bottom: 1px solid #bb1d39;
  padding: 5px 5px;
}

.nav-pills .nav-link.active {
  color: #bb1d39;
}

ul.nav-pills > li > a.active:hover, ul.nav-pills > li > a.active:focus {
  color: #bb1d39;
  background-color: #CCC;
}

#footer {
  margin: 0;
}

#footer .footer-copyright {
  background: #222222;
}

#footer .footer-copyright p {
  color: #7a7a7a;
}

.form-control {
  border-color: rgba(0, 0, 0, 0.3);
}

.btn-primary:focus {
  color: #fff;
  background-color: #bb1d39;
  border-color: #bb1d39;
}

.sort-source.sort-source-style-3 > li > a {
  color: #696969;
  font-weight: 700;
}

.offcanvas-header {
  background-color: #bb1d39;
  min-height: 90px;
}

.offcanvas-body {
  padding-top: 20px !important;
}

.btn-close {
  background: white url('data:image/svg+xml,<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve"><polygon fill="%23BE1622" points="28.4,5.7 26.3,3.6 16,13.9 5.7,3.6 3.6,5.7 13.9,16 3.6,26.3 5.7,28.4 16,18.1 26.3,28.4 28.4,26.3 18.1,16 "/></svg>');
  opacity: 1;
}

/*# sourceMappingURL=custom.css.map */
