@import url("https://use.typekit.net/oxq5vmp.css");
/**
 * @section Base Styles
 */
body {
  overflow-x: hidden !important;
  position: relative;
  font-size: 18px;
  letter-spacing: 1px;
  max-width: 100%;
  font-family: acumin-pro, sans-serif;
  display: block; }
  body p {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.3em;
    margin-bottom: 20px; }
    body p strong {
      color: #CE0000; }
  body p:last-child {
    margin-bottom: 0; }
  body a {
    transition: color 0.5s;
    text-decoration: underline; }
    body a .st0 {
      transition: fill 0.5s, stroke 0.5s; }
  body .up {
    text-transform: uppercase; }

body.noscroll {
  overflow: hidden !important; }

/* ---- BEGIN background-colors and colours ---- */
.no-transition {
  transition: none !important; }

.error-404 h2 {
  margin-bottom: 30px; }
.error-404 p {
  color: black;
  padding-bottom: 30px;
  border-bottom: 1px solid black; }

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

.loupe .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #292929; }

/* ---- END background-colors ---- */
input {
  appearance: none;
  border-radius: 0; }

button, button:focus, button:hover, a, a:focus, a:hover {
  outline: none; }

button::-moz-focus-inner {
  border: 0; }

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

blockquote {
  padding-left: 20px; }

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

.cover-bottom {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover; }

.cover-top {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }

.outer {
  display: table;
  height: 100%;
  width: 100%; }

.inner {
  display: table-cell;
  vertical-align: middle; }

.inner.baseline {
  vertical-align: bottom; }

.flex {
  display: flex;
  justify-content: space-between; }

.flex.vertical {
  flex-direction: column;
  height: 100%; }

.flex-wrap {
  flex-wrap: wrap; }

ul.flex {
  padding-left: 0; }
  ul.flex li {
    list-style: none; }

.flex.colonne {
  flex-direction: column;
  height: 100%; }

.flex.end {
  justify-content: flex-end; }

.flex.center {
  justify-content: center;
  align-items: center;
  height: 100%; }

.flex-right {
  display: flex;
  justify-content: flex-end; }

.close {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #ffffff;
  font-size: 15px;
  text-shadow: none;
  opacity: 1;
  font-weight: 400; }
  .close .x-close {
    height: 15px;
    width: 15px;
    margin-left: 10px; }
    .close .x-close .st0 {
      fill: none;
      stroke: white;
      stroke-width: 1.2685;
      stroke-miterlimit: 10; }

.close:hover {
  color: black;
  text-decoration: underline; }

.underline {
  text-decoration: underline; }

.modal.show {
  display: block; }

.hidden {
  display: none !important; }

.no-padding {
  padding: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

a.tirroir {
  position: relative; }

.card-body {
  padding: 0;
  background-color: transparent;
  border: none;
  margin-bottom: 20px; }

.pswp__bg {
  background-color: rgba(244, 179, 78, 0.95); }

.justify-center {
  justify-content: center; }

.modal-dialog {
  pointer-events: inherit !important; }

.max-w-260 {
  max-width: 260px;
  margin: 0 auto; }

.max-w-600 {
  max-width: 600px;
  margin: 0 auto; }

.max-w-800 {
  max-width: 800px;
  margin: 0 auto; }

.text-arrow {
  display: inline-block;
  width: 14px; }
  .text-arrow .st0 {
    fill: #FFFFFF; }

.slick-dots {
  display: flex !important;
  justify-content: center;
  padding-left: 0; }
  .slick-dots li {
    width: auto;
    padding: 0;
    list-style: none; }
  .slick-dots button {
    box-shadow: none;
    margin: 4px 2px;
    background-color: transparent;
    color: #000000;
    text-indent: 100px;
    overflow: hidden;
    height: 8px;
    width: 8px;
    border-radius: 100px;
    border: 1px solid black;
    display: block;
    padding: 0; }
  .slick-dots .slick-active button {
    background-color: grey; }

.no-corners img {
  border-radius: 0 !important;
  box-shadow: none !important; }

textarea:focus, input:focus {
  outline: none !important; }

/* ---- THEME SPECIFICATIONS ---- */
.side-borders {
  position: relative;
  border-left: 0.5px solid #D4D4D4;
  border-right: 0.5px solid #D4D4D4;
  padding: 50px 15px 70px; }

.side-borders.no-borders {
  border: none; }

.side-borders:after {
  position: absolute;
  height: 100%;
  width: 0.5px;
  background-color: #D4D4D4;
  content: "";
  left: 50%;
  top: 0;
  z-index: -1; }

.side-borders.no-borders {
  padding-bottom: 40px !important; }

.side-borders.no-borders:after, .side-borders.no-borders:before {
  display: none; }

.bottom-border {
  border-bottom: 0.5px solid #D4D4D4; }

.top-border {
  border-top: 0.5px solid #D4D4D4; }

.side-borders.bottom-border:after {
  display: none; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.container {
  padding-left: 20px;
  padding-right: 20px; }

h1 {
  position: relative;
  font-size: 32px;
  font-weight: 200;
  margin-bottom: 60px; }
  h1 strong {
    font-weight: 200;
    color: #CE0000; }

h1:before {
  height: 1px;
  width: 10px;
  background-color: #CE0000;
  left: 0;
  top: 20px;
  margin-left: -20px;
  position: absolute;
  content: ""; }

h2 {
  font-size: 32px;
  font-weight: 200;
  margin-bottom: 30px; }
  h2 strong {
    font-weight: 200;
    color: #A5A5A5; }

h3 {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 18px; }

.btn {
  position: relative;
  font-size: 13px;
  color: #CE0000 !important;
  text-transform: uppercase;
  padding: 8px 0;
  border-radius: 0;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.5s;
  margin-top: 20px;
  letter-spacing: 1px; }

.btn:before, .btn:after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #CE0000;
  content: "";
  transition: background-color 0.5s, width 0.5s; }

.btn:after {
  top: auto;
  bottom: 0; }

.btn:hover {
  color: black !important; }

.btn:hover:after, .btn:hover:before {
  background-color: black;
  width: calc(100% + 40px); }

.btn.reverse {
  color: white !important; }

.btn.reverse:after, .btn.reverse:before {
  background-color: white; }

.btn-square {
  color: white !important;
  background-color: #CE0000;
  text-decoration: none;
  padding: 20px 30px;
  font-size: 14px;
  text-transform: uppercase;
  transition: color 0.5s, background-color 0.5s;
  text-align: center; }

.btn-square:hover {
  color: white !important;
  background-color: #550000;
  text-decoration: none; }

.btn-submission {
  font-size: 16px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  text-decoration: none; }

.btn-square.reverse {
  color: white !important;
  background-color: transparent;
  border: 1px solid white;
  text-decoration: none;
  padding: 10px 0;
  transition: color 0.5s, border-color 0.5s;
  width: 190px;
  display: inline-block; }

.btn-square.reverse.is-red {
  color: #CE0000 !important;
  border-color: #CE0000;
  transition: color 0.5s, border-color 0.5s, background-color 0.5s; }

.btn-square.reverse.is-red:hover {
  color: white !important;
  background-color: #CE0000; }

.btn-square.reverse:hover {
  color: #CE0000 !important;
  border-color: #CE0000; }

.bk-red {
  background-color: #CE0000; }

.bk-darkred {
  background-color: #550000; }

.bk-darkgrey {
  background-color: #292929; }

.image-60 {
  height: 380px;
  margin-bottom: 30px; }

.is-text {
  margin-bottom: 50px; }

.row:last-child .is-text {
  margin-bottom: 0; }

.is-logo {
  display: inline-block;
  position: relative; }

.arrow-slider {
  height: 24px;
  width: 24px; }
  .arrow-slider .st0 {
    fill: none;
    stroke: #292929; }

.default-page h1 {
  margin-bottom: 0; }

.error404 h1 {
  line-height: 1em; }
.error404 p strong {
  color: black; }

.template-recherche h1 {
  margin-bottom: 0;
  padding-bottom: 60px; }
.template-recherche .single-recherche, .template-recherche .single-recherche h2 {
  font-size: 17px;
  text-decoration: none;
  width: 100%;
  font-weight: 200;
  margin-bottom: 0; }
.template-recherche .single-recherche {
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid black;
  margin-bottom: 30px; }

section {
  overflow: hidden; }

@media (max-width: 767px) {
  .w-50 {
    width: 100% !important; } }
@media (min-width: 576px) {
  .subpages section {
    padding: 70px 0; } }
@media (min-width: 768px) {
  .per-50 {
    width: 49%;
    display: inline-block; }

  .per-25 {
    width: 25%;
    display: inline-block; }

  .side-borders {
    padding-top: 75px;
    padding-bottom: 75px; }

  .side-borders:before {
    position: absolute;
    height: 100%;
    width: 50%;
    border-left: 0.5px solid #D4D4D4;
    border-right: 0.5px solid #D4D4D4;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: -1; }

  .side-borders.bottom-border:before {
    display: none; }

  h2 {
    font-weight: 400; }
    h2 strong {
      font-weight: 400; }

  .error404 .first-section .side-borders {
    height: 700px; } }
@media (min-width: 992px) {
  h3 {
    font-size: 25px;
    margin: 0 0 25px; }

  .side-borders {
    padding-top: 100px;
    padding-bottom: 100px; }

  .btn {
    font-size: 16px; }

  h1 {
    margin-left: 30px;
    font-size: 44px; }

  h1:before {
    width: 54px;
    top: 30px;
    margin-left: -75px; }

  .error404 h1 {
    font-size: 88px; }
  .error404 h1:before {
    top: 60px; } }
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px; }

  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 20px;
    padding-right: 20px; }

  .row {
    margin-left: -20px;
    margin-right: -20px; } }
@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px; } }
/* ---- BEGIN Footer ---- */
.logos-partenaires ul.flex {
  padding: 0;
  display: block; }
.logos-partenaires a {
  display: block;
  position: relative;
  max-width: 200px;
  margin: 0 auto 40px; }
  .logos-partenaires a img.base {
    display: block; }
  .logos-partenaires a img.hover {
    display: none; }
.logos-partenaires a:hover img.base {
  display: none; }
.logos-partenaires a:hover img.hover {
  display: block; }

.logo-vertical {
  max-width: 128px; }
  .logo-vertical .st0 {
    fill: white; }
  .logo-vertical .st1 {
    fill: #CE0000; }

.ico-fb .st0 {
  fill: #828282; }

.ico-messenger .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #828282; }

a:hover .ico-fb .st0, a:hover .ico-messenger .st0 {
  fill: white; }

ul.rs {
  justify-content: flex-start; }
  ul.rs svg {
    height: 24px;
    width: 24px; }

.ns {
  padding: 40px 15px 35px; }
  .ns h2 {
    color: white;
    font-size: 32px;
    font-weight: 200;
    margin-bottom: 0; }
  .ns p {
    color: black;
    font-size: 32px;
    font-weight: 200; }
  .ns .btn {
    margin-top: 160px;
    font-size: 16px; }

.footer-menu {
  padding: 35px 15px; }

.menu-footer {
  padding-left: 0;
  margin-top: 34px; }
  .menu-footer li {
    list-style: none; }
  .menu-footer a {
    color: #828282;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    display: block; }

ul.contact {
  padding: 0;
  margin-top: 40px;
  text-align: center; }
  ul.contact a {
    display: inline-block;
    margin-bottom: 20px; }

ul.rs {
  margin-bottom: 0;
  justify-content: center; }
  ul.rs a {
    margin: 0 7px; }

.fonded ul {
  margin-bottom: 0;
  padding: 20px 0;
  border-top: 1px solid #CE0000;
  border-bottom: 1px solid #CE0000; }
  .fonded ul li {
    color: #CE0000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700; }
  .fonded ul li.rbq {
    color: #828282;
    font-weight: 200; }

.copyright ul {
  padding: 30px 0;
  text-align: center;
  margin-bottom: 0;
  display: block; }
  .copyright ul a, .copyright ul li {
    color: #828282;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 200;
    display: inline-block; }
  .copyright ul li {
    display: block;
    margin-bottom: 14px; }

.seopress-user-consent button {
  padding: 10px;
  border: 1px solid white;
  font-weight: 700; }
.seopress-user-consent a {
  text-decoration: underline; }

.nolink {
  color: #828282 !important;
  cursor: inherit; }

@media (min-width: 768px) {
  /* SMALL */
  .logos-partenaires ul.flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }

  .ns {
    padding-top: 75px;
    padding-bottom: 75px; }
    .ns .btn {
      margin-top: 75px; }

  .footer-menu {
    padding-top: 75px;
    padding-bottom: 75px; }

  .menu-footer {
    margin-top: 0;
    margin-left: 20px; }

  .menu-footer.sec {
    margin-top: 30px; }

  ul.contact {
    margin-top: 0; }
    ul.contact li {
      text-align: right; }

  ul.rs {
    justify-content: flex-end; }

  .copyright ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .copyright ul li, .copyright ul a {
      font-size: 8px;
      margin-left: 5px;
      margin-right: 5px; } }
@media (min-width: 992px) {
  /* MED */
  .logos-partenaires ul.flex {
    display: flex;
    justify-content: space-between; }

  .flex-menu-xl {
    display: flex; }
    .flex-menu-xl ul {
      margin-top: 0 !important;
      width: 50%; } }
@media (min-width: 1200px) {
  /* MED */ }
/* ---- BEGIN Header menu ---- */
header {
  z-index: 120;
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  position: fixed;
  padding: 20px 0;
  border-bottom: 0.5px solid #D4D4D4; }
  header .logo {
    width: 156px !important;
    z-index: 130;
    margin-left: 0px;
    position: relative; }
    @media (min-width: 1900px) and (min-height: 900px) {
      header .logo {
        width: 195px; } }
  header .sub-menu {
    padding-left: 0; }
  header .collapse.show {
    height: 100% !important;
    padding-top: 130px;
    min-height: 100%; }
  header .flex {
    justify-content: space-between; }
  header .loupe {
    height: 24px;
    width: 24px;
    display: block;
    position: absolute;
    right: 35px; }
  header .container {
    position: relative; }

header.mobile .logo {
  width: 116px; }

header.cache {
  margin-top: -100%;
  box-shadow: none; }

header.show, header.is-reloaded {
  background-color: #ffffff;
  margin-top: 0;
  box-shadow: 0px 6px 8px 3px rgba(0, 0, 0, 0.17); }

header.open {
  position: fixed; }

.navbar-toggle {
  display: block;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  box-shadow: none;
  height: 27px;
  width: 27px;
  padding: 0;
  margin-top: 0;
  right: 0;
  top: 0;
  z-index: 150;
  transition: margin 0.5s; }

.navbar-toggle.cache {
  margin-top: -100%; }

.navbar-toggle.show, .navbar-toggle.is-reloaded {
  margin-top: 15px; }

.icon-bar {
  display: block;
  margin-bottom: 9px;
  height: 1px;
  width: 100%;
  background-color: black;
  transition: background-color 0.2s;
  opacity: 0;
  transition: opacity 0s; }

.icon-bar.x {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  background-color: black;
  display: block;
  opacity: 1;
  transition: opacity 0.6s, transform 0.5s; }

.icon-bar.x.left {
  transform: translate(-50%, -50%) rotate(45deg); }

.icon-bar.x.right {
  transform: translate(-50%, -50%) rotate(-45deg); }

.navbar-toggle.collapsed .icon-bar {
  opacity: 1;
  transition: opacity 0.6s; }
.navbar-toggle.collapsed .icon-bar.x {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: opacity 0.6s, transform 0.5s; }

.navbar-collapse {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 110;
  padding-top: 136px;
  transition: height 1s, padding 1s; }
  .navbar-collapse ul {
    padding: 0 20px;
    margin-bottom: 0; }
  .navbar-collapse li {
    max-width: 100%;
    justify-content: center;
    list-style: none; }
    .navbar-collapse li a {
      font-size: 20px;
      font-weight: 300;
      display: inline-block;
      color: black;
      padding: 12px 0;
      position: relative;
      text-decoration: none;
      margin-bottom: 0;
      transition: none;
      letter-spacing: 1px; }
    .navbar-collapse li a:hover {
      color: #CE0000; }
    .navbar-collapse li li:last-child a {
      border-bottom: none; }
  .navbar-collapse .menu-principal a {
    display: inline-block;
    position: relative; }
  .navbar-collapse .menu-secondaire {
    margin-top: 20px; }
    .navbar-collapse .menu-secondaire a {
      padding: 5px 0;
      font-size: 18px; }
  .navbar-collapse .sub-menu {
    height: 0;
    overflow: hidden;
    transition: height 0.5s; }
    .navbar-collapse .sub-menu li {
      border: none; }
    .navbar-collapse .sub-menu a {
      font-size: 16px;
      padding: 6px 0; }
  .navbar-collapse .open-sub-menu > a:after {
    transform: rotate(0deg); }
  .navbar-collapse .open-sub-menu.open > a:after {
    transform: rotate(180deg); }
  .navbar-collapse .nav-langue {
    display: block;
    padding-left: 25px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 12px; }

.sub-menu {
  height: 0;
  overflow: hidden;
  transition: height 0.5s; }
  .sub-menu li {
    border: none; }

.sub-menu.open {
  height: 160px; }

.open-sub-menu a {
  position: relative;
  display: inline-block;
  cursor: pointer; }

.open-sub-menu a:hover {
  cursor: pointer; }

.collapse:not(.show) {
  display: block;
  height: 0 !important;
  overflow: hidden;
  padding: 0;
  min-height: 0; }

.bt-header {
  display: inline-block;
  position: relative; }
  .bt-header a {
    display: block;
    margin-right: 86px; }

#phone-icon .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #FFFFFF; }

#phone-icon:hover .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #000000; }

.nav-langue {
  margin-top: 30px;
  text-decoration: none; }

.search-form {
  padding: 0 25px;
  display: block;
  position: relative;
  margin-top: 40px; }
  .search-form label {
    width: 100%;
    display: block; }
  .search-form .screen-reader-text {
    display: none; }
  .search-form .search-field {
    display: block;
    width: 100%;
    border: none;
    color: #828282;
    padding-right: 30px;
    font-size: 34px;
    font-weight: 200;
    padding-bottom: 5px;
    letter-spacing: 1px; }
  .search-form .search-submit {
    position: absolute;
    top: 20px;
    right: 25px;
    height: 22px;
    width: 22px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../images/svg/arrow-grey.svg"); }
  .search-form input:focus {
    outline: none !important; }

.close-search {
  display: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  box-shadow: none;
  height: 27px;
  width: 27px;
  padding: 0;
  margin-top: 0;
  position: fixed;
  right: 20px;
  top: 22px;
  z-index: 150; }
  .close-search .icon-bar.x {
    opacity: 1; }

/* ---- BEGIN Banner po up ---- */
.searchbar {
  position: fixed;
  top: 66px;
  background-color: white;
  height: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden; }

/* ---- END Banner po up ---- */
@media (min-width: 768px) {
  header {
    border-bottom: 0.5px solid #D4D4D4; } }
@media (min-width: 1200px) {
  /* LARGE */
  header.desktop {
    padding-top: 0;
    padding-bottom: 0;
    display: flex !important;
    justify-content: space-between; }
    header.desktop ul {
      margin: 0;
      padding-left: 20px;
      display: flex;
      justify-content: flex-start; }
      header.desktop ul li {
        list-style: none;
        position: relative; }
      header.desktop ul a {
        font-size: 14px;
        color: #292929;
        text-decoration: none;
        margin-right: 20px;
        font-weight: 400;
        padding: 25px 0;
        display: block; }
      header.desktop ul li:last-child a {
        margin-right: 0; }
      header.desktop ul a:hover {
        color: #CE0000;
        text-decoration: none; }
    header.desktop .sub-menu {
      position: absolute;
      top: calc(100% + 5px);
      left: 0;
      padding: 0;
      display: block;
      width: 163px;
      background-color: white; }
      header.desktop .sub-menu a {
        font-size: 14px;
        padding: 5px;
        margin: 0; }
    header.desktop .sub-menu.open {
      height: 160px; }
    header.desktop .is-logo {
      position: fixed;
      left: 50%;
      top: 16px;
      transform: translateX(-50%); }
    header.desktop .btn-submission {
      font-size: 14px;
      line-height: 28px;
      text-transform: uppercase;
      font-weight: 500;
      padding: 20px 30px;
      text-decoration: none; }
    header.desktop .btn-submission:hover {
      text-decoration: none;
      color: white !important;
      background-color: #550000;
      transition: background-color 0.5s; }
    header.desktop .logo {
      width: 190px !important; }
    header.desktop .loupe {
      right: 150px;
      top: 12px; }

  .close-search {
    right: 308px; }

  .btn-submission {
    display: inline-block;
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    width: auto;
    font-size: 12px;
    color: white;
    background-color: #CE0000; }

  .search-form {
    margin-top: 0;
    padding-top: 150px;
    max-width: 800px; }
    .search-form .search-submit {
      top: 166px;
      right: 30px; }

  .searchbar {
    background-color: rgba(230, 230, 230, 0.7); }
    .searchbar .bk-white {
      background-color: white;
      padding-bottom: 10px; } }
@media (min-width: 1600px) {
  /* LARGE */
  header.desktop ul {
    padding-left: 80px; }
    header.desktop ul a {
      font-size: 16px;
      margin-right: 35px; }
  header.desktop .logo {
    width: 230px !important; }

  .search-form {
    padding-left: 80px; } }
/* ---- BEGIN Home Page Mobile ---- */
.banner-img {
  padding: 0; }
  .banner-img .cover {
    height: 500px; }

.home .banner-img {
  position: relative;
  padding: 0; }
  .home .banner-img .cover {
    height: 200px; }

.upper-teeth {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
  animation-name: top-teeth;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards; }
  .upper-teeth .st0 {
    fill: white; }

.lower-teeth {
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
  animation-name: bottom-teeth;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards; }
  .lower-teeth .st0 {
    fill: white; }

.banner {
  position: relative; }
  .banner h2 {
    padding: 0;
    margin: 0;
    font-size: 44px; }
    .banner h2 strong {
      color: #CE0000; }
  .banner .side-borders {
    padding: 35px 15px 8px; }

@keyframes top-teeth {
  from {
    top: -100%; }
  to {
    top: 0; } }
@keyframes bottom-teeth {
  from {
    bottom: -100%; }
  to {
    bottom: 0; } }
.first-section {
  padding-top: 68px !important; }

.number {
  font-size: 13px;
  color: #CE0000;
  margin-bottom: 0; }

.sumary {
  margin-bottom: 50px; }

.box-center h2 strong {
  color: #CE0000; }

a {
  color: black; }

a:hover {
  color: #CE0000; }

.services-sub .side-borders {
  border-top: 0.5px solid #D4D4D4; }
.services-sub a {
  color: black;
  text-decoration: none; }
  .services-sub a p {
    color: black; }
  .services-sub a h3 {
    color: black;
    transition: color 0.5s; }
  .services-sub a p.number {
    color: #CE0000; }
.services-sub a:hover {
  color: black; }
  .services-sub a:hover h3 {
    color: #CE0000; }
  .services-sub a:hover p {
    color: black; }
  .services-sub a:hover p.number {
    color: #CE0000; }

@media (max-width: 767px) {
  /* XS */ }
/* ---- BEGIN Home Page Desktop ---- */
@media (min-width: 768px) {
  /* SMALL */
  .banner-img {
    padding-left: 15px;
    padding-right: 15px; }
    .banner-img .cover {
      height: 200px; }

  .banner h2 {
    font-size: 34px;
    position: relative; }
  .banner h2:before {
    height: 1px;
    width: 54px;
    background-color: #CE0000;
    left: 0;
    top: 30px;
    margin-left: -75px;
    position: absolute;
    content: ""; }
  .banner .side-borders {
    padding-top: 75px; }

  .services-sub .side-borders {
    padding-top: 110px; }

  .sumary {
    margin-bottom: 75px; }

  .image-60 {
    height: 100%;
    margin-bottom: 0; }

  .is-text {
    margin-bottom: 0; }

  .text-img .row {
    margin-bottom: 75px; }
  .text-img .row:last-child {
    margin-bottom: 0; }
  .text-img .is-btn {
    text-align: left !important; }

  .box-center .content {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto; } }
@media (min-width: 992px) {
  /* MEDIUM */
  .banner .side-borders {
    padding-top: 100px; }

  .banner-img .cover {
    height: 420px; }

  .services-sub .side-borders {
    padding-top: 150px; }

  .text-img .row {
    margin-bottom: 100px; }
  .text-img .row:last-child {
    margin-bottom: 0; }
  .text-img .btn {
    margin-top: 100px; }

  .home .banner-img .cover {
    height: 300px; } }
@media (min-width: 1200px) {
  .d-xlg-none {
    display: none !important; }

  .d-xlg-block {
    display: flex !important; }

  .ns {
    position: relative; }
    .ns .col-12 {
      display: block;
      z-index: 3; }

  .ns:after {
    position: absolute;
    height: 367px;
    width: 100%;
    content: "";
    display: block;
    background-image: url(../../images/svg/filigrame-blanc-maximum-excavation.svg);
    background-repeat: no-repeat;
    background-position: center right;
    right: 0;
    top: 0; }

  .home .banner-img .cover {
    height: 370px; } }
@media (min-width: 1600px) {
  /* LARGE */
  .home .banner-img .cover {
    height: 455px; }

  .banner h2 {
    font-size: 44px;
    margin-left: 20px; } }
@media (min-width: 1900px) {
  /* X-LARGE */ }
@media (min-width: 2100px) {
  /* X-LARGE */ }
/* ---- BEGIN Home Page Mobile ---- */
.default-slider .slick-slide {
  position: relative; }

.default-slider h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px; }
.default-slider p {
  font-size: 16px; }

.slider-wrapper {
  position: relative; }

.custom-nav {
  position: absolute;
  height: 24px;
  width: 24px;
  right: 0;
  bottom: 0;
  margin-left: 0;
  margin-right: -15px; }
  .custom-nav svg {
    display: block;
    position: relative; }

.custom-nav.custom-prev {
  left: 0;
  right: auto;
  transform: rotate(180deg);
  margin-right: 0;
  margin-left: -15px; }

.dropdown-plus .is-dropdown {
  margin-bottom: 40px;
  height: calc(100% - 60px); }
  .dropdown-plus .is-dropdown h3 {
    color: black;
    font-size: 22px;
    margin-bottom: 15px; }

.constructionneuve .dropdown-plus .is-dropdown.drop-9 {
  margin-bottom: 0;
  margin-top: 20px;
  height: calc(100% - 20px); }

.description {
  width: 100%;
  padding: 20px 15px;
  margin: 0;
  font-size: 16px;
  border-bottom: 1px solid #CE0000;
  background-color: #F9F9F9;
  height: calc(100% - 40px);
  position: relative;
  transition: height 0.5s; }

.description.border-black {
  border-color: black; }

button.plus {
  display: block;
  color: white;
  font-size: 20px;
  font-weight: 200;
  height: 28px;
  width: 28px;
  background-color: #CE0000;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 100%;
  border: none;
  line-height: 28px; }

button.plus:after {
  display: block;
  content: "+";
  position: absolute;
  color: white;
  top: -3px;
  left: 7px; }

.overflow {
  width: 100%;
  height: 100%;
  display: block; }

.benefices-anim {
  padding-left: 0; }
  .benefices-anim li {
    list-style: none;
    font-size: 22px;
    color: #292929;
    font-weight: 200;
    margin-bottom: 30px;
    position: relative;
    transition: color 0.5s, padding 0.5s; }
  .benefices-anim li:after {
    display: none;
    width: 32px;
    height: 1px;
    background-color: #CE0000;
    position: absolute;
    content: "";
    left: -37px;
    top: 22px; }

.pourquoi-arguments {
  padding-left: 0; }
  .pourquoi-arguments li {
    list-style: none; }
  .pourquoi-arguments h3 {
    font-size: 22px;
    font-weight: 200;
    margin-bottom: 30px; }
    .pourquoi-arguments h3 strong {
      color: #CE0000;
      font-weight: 200; }

.slider-avant-apres {
  padding-bottom: 100px; }
  .slider-avant-apres .flex {
    display: block; }
  .slider-avant-apres .img {
    height: 230px;
    position: relative; }
  .slider-avant-apres .img-before {
    margin-bottom: 50px; }
  .slider-avant-apres h3 {
    position: absolute;
    bottom: -33px;
    left: -15px;
    font-size: 13px;
    padding: 8px 14px;
    background-color: black;
    color: white; }
  .slider-avant-apres .slick-list {
    overflow: visible !important; }
  .slider-avant-apres .img-after h3 {
    background-color: #CE0000; }

.avant-apres h2 {
  margin-bottom: 40px; }
  .avant-apres h2 strong {
    color: #CE0000; }

.card {
  border-radius: 0 !important;
  border: none !important;
  background-color: transparent;
  text-align: left;
  margin-bottom: 40px; }

.card:last-child {
  margin-bottom: 0; }

.card-header {
  border-radius: 0 !important;
  padding: 0;
  background-color: transparent; }
  .card-header button {
    color: #CE0000;
    font-size: 16px;
    box-shadow: none;
    background-color: transparent;
    text-align: left !important;
    padding-bottom: 10px;
    padding-right: 20px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #CE0000;
    position: relative;
    width: 100%; }
    .card-header button svg .st0 {
      stroke: #CE0000; }
  .card-header svg {
    height: 15px;
    width: 15px;
    position: absolute;
    right: 0;
    top: calc(50% -7px);
    transform: rotate(-90deg); }
  .card-header button.collapsed {
    color: black;
    border-color: black; }
    .card-header button.collapsed svg {
      transform: rotate(90deg); }
      .card-header button.collapsed svg .st0 {
        stroke: black; }

.card-body {
  padding-top: 10px;
  margin-bottom: 0; }

@media (max-width: 767px) {
  /* XS */ }
@media (min-width: 768px) {
  .benefices-anim li {
    font-size: 25px; }

  .slider-avant-apres .img {
    height: 310px; } }
@media (min-width: 992px) {
  .slider-avant-apres {
    padding-bottom: 0; }
    .slider-avant-apres .flex {
      display: flex; }
    .slider-avant-apres .img {
      width: calc(50% - 20px);
      height: 410px;
      margin-bottom: 0; }
    .slider-avant-apres h3 {
      font-size: 20px;
      padding: 12px 24px;
      margin-bottom: 0;
      bottom: -23px; }
    .slider-avant-apres .custom-nav {
      bottom: 50%;
      margin-right: -30px; }
    .slider-avant-apres .custom-nav.custom-prev {
      margin-right: auto;
      margin-left: -30px; }

  .avant-apres .side-borders {
    padding-bottom: 130px; }

  .dropdown-plus .is-dropdown h3 {
    height: auto; }

  .pourquoi-arguments {
    display: flex; }
    .pourquoi-arguments li {
      margin-right: 4px;
      margin-left: 10px;
      width: 33.3%;
      padding-left: 15px; }
    .pourquoi-arguments h3 {
      font-size: 25px; }
    .pourquoi-arguments img {
      margin-bottom: 10px; }

  .liste-pourquoi {
    padding: 0; }

  .card-header button {
    font-size: 17px; }

  .card-body p {
    font-size: 17px; }
  .card-body li {
    font-size: 17px !important; } }
/* ---- BEGIN Home Page Mobile ---- */
.nous-joindre .carte {
  height: 285px;
  width: 100%;
  display: block;
  margin-bottom: 30px; }
.nous-joindre .banner .btn-square {
  margin-bottom: 30px;
  display: inline-block; }
.nous-joindre .banner p {
  margin-bottom: 30px; }
.nous-joindre h2 {
  font-size: 24px; }

.quicklink-box {
  margin-top: 50px;
  display: block; }
  .quicklink-box h2 {
    font-weight: 400;
    font-size: 20px; }
  .quicklink-box .quick {
    margin-bottom: 50px;
    display: block;
    text-decoration: none; }
  .quicklink-box .quick.equipe {
    margin-bottom: 0; }
  .quicklink-box .btn {
    text-align: left; }

.horaires h3 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 30px; }
  .horaires h3 strong {
    color: #A5A5A5;
    font-weight: 400; }
.horaires ul {
  padding: 0;
  margin-bottom: 50px; }
.horaires ul.hiver {
  margin-bottom: 0; }
.horaires li {
  list-style: none;
  font-size: 17px;
  font-weight: 200;
  padding: 15px 0;
  border-top: 1px solid black;
  display: flex;
  justify-content: space-between; }
.horaires li:last-child {
  border-bottom: 1px solid black; }

.formulaire .gform_wrapper.gravity-theme input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid black;
  color: #CE0000;
  font-weight: 200;
  padding-left: 0 !important;
  background-color: transparent; }
.formulaire .gform_wrapper.gravity-theme .gfield_label {
  font-size: 12px;
  font-weight: 200;
  color: #A5A5A5;
  margin-bottom: 0; }
.formulaire .gform_wrapper.gravity-theme .gfield_required_text {
  display: none !important; }
.formulaire .gform_wrapper.gravity-theme .gfield_select {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid black;
  background-color: transparent;
  border-radius: 0; }
.formulaire .gform_wrapper.gravity-theme textarea {
  height: 160px !important;
  margin-top: 10px; }
.formulaire .gform_wrapper.gravity-theme .gform_drop_area {
  border-radius: 0;
  border: none;
  background-color: #F9F9F9;
  padding: 15px;
  font-size: 15px;
  font-weight: 200; }
  .formulaire .gform_wrapper.gravity-theme .gform_drop_area .gform_drop_instructions {
    font-size: 12px; }
  .formulaire .gform_wrapper.gravity-theme .gform_drop_area button {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid black;
    background-color: transparent;
    font-weight: 200;
    transition: color 0.5s, border-color 0.5s; }
  .formulaire .gform_wrapper.gravity-theme .gform_drop_area button:hover {
    color: #CE0000;
    border-color: #CE0000; }
.formulaire .gform_wrapper.gravity-theme .gform_fileupload_rules {
  font-size: 13px;
  color: #A5A5A5;
  font-weight: 200; }
.formulaire .gform_wrapper.gravity-theme .gform_footer {
  text-align: center; }
.formulaire .gform_wrapper.gravity-theme .gform_button {
  position: relative;
  font-size: 13px;
  color: #CE0000 !important;
  text-transform: uppercase;
  padding: 3px 0;
  border-radius: 0;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.5s, border-color 0.5s, width 0.5s;
  margin-top: 20px;
  letter-spacing: 1px;
  border-bottom: 1px solid #CE0000;
  border-top: 1px solid #CE0000;
  margin-left: auto;
  margin-right: auto;
  width: 66px; }
.formulaire .gform_wrapper.gravity-theme .gform_button:hover {
  color: black !important;
  border-color: black;
  width: 106px; }
.formulaire .gform_confirmation_wrapper .gform_confirmation_message {
  color: #CE0000 !important;
  font-size: 22px !important; }

@media (max-width: 767px) {
  /* XS */ }
@media (min-width: 768px) {
  .quicklink-box {
    display: flex; }

  .nous-joindre .quick h2 {
    font-weight: 200; }
  .nous-joindre .intro {
    padding-top: 90px; }
  .nous-joindre .carte {
    margin-top: 84px; }

  .horaires h3 {
    font-size: 20px; }

  .formulaire .gform_wrapper.gravity-theme .gform_drop_area {
    margin-top: 16px; }
  .formulaire .gform_wrapper.gravity-theme .gform_footer {
    position: relative; }
    .formulaire .gform_wrapper.gravity-theme .gform_footer .gform_button {
      position: absolute;
      right: 0; } }
@media (min-width: 992px) {
  .nous-joindre .intro {
    padding-top: 110px; }
  .nous-joindre h2 {
    font-size: 34px; }
  .nous-joindre .carte {
    margin-top: 80px; }

  .quicklink-box h2 {
    font-size: 25px; }

  .horaires h3 {
    font-size: 25px; }

  .formulaire h2 {
    margin-bottom: 70px; }

  .formulaire .gform_wrapper.gravity-theme input {
    font-size: 17px !important; }
  .formulaire .gform_wrapper.gravity-theme .gfield {
    margin-bottom: 20px; }
  .formulaire .gform_wrapper.gravity-theme .gform_drop_area {
    margin-top: 38px; }
  .formulaire .gform_wrapper.gravity-theme .gform_footer .gform_button {
    width: 86px; }
  .formulaire .gform_wrapper.gravity-theme .gform_footer .gform_button:hover {
    width: 126px; } }
@media (min-width: 1400px) {
  .nous-joindre .carte {
    margin-top: 40px; } }
/* ---- BEGIN A propos ---- */
.a-propos .first-section h2 {
  font-size: 24px; }
.a-propos .first-section strong {
  color: black; }
.a-propos .first-section h3 {
  color: #CE0000;
  margin-top: 30px; }

.is-text ul {
  padding-left: 20px; }
.is-text li {
  font-size: 16px;
  font-weight: 200;
  list-style: none;
  position: relative;
  padding-left: 14px; }
.is-text li:before {
  width: 4px;
  height: 1px;
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  background-color: black; }
.is-text a {
  color: #CE0000;
  font-size: 16px; }

.timeline .annee {
  font-size: 32px;
  line-height: 1em;
  color: #CE0000;
  margin-bottom: 20px;
  font-weight: 200; }
.timeline .texte {
  margin-bottom: 30px; }
  .timeline .texte img {
    margin-top: 20px; }
.timeline .red-border-left {
  border-left: 0.5px solid #CE0000;
  margin-left: -1px; }

.text-img.correction .image-60 {
  height: 234px; }

@media (max-width: 767px) {
  /* XS */ }
@media (min-width: 768px) {
  .timeline .annee {
    width: 133px;
    font-size: 28px;
    text-align: right; }
  .timeline .texte {
    margin-left: 30px;
    width: calc(100% - 163px);
    margin-bottom: 80px; }
  .timeline .red-border-left {
    border: none;
    margin-left: 0; }
  .timeline .single-timeline {
    display: flex; }
  .timeline .content-timeline {
    position: relative; }
  .timeline .content-timeline:after {
    height: 100%;
    width: 0.5px;
    background-color: #CE0000;
    content: "";
    position: absolute;
    top: 0;
    left: 138px; }

  .a-propos .image-60 {
    height: 340px; } }
@media (min-width: 992px) {
  .timeline .annee {
    width: 133px;
    font-size: 28px;
    text-align: right; }
  .timeline .texte {
    margin-left: 30px;
    width: calc(100% - 133px);
    margin-bottom: 80px; }
  .timeline .red-border-left {
    border: none;
    margin-left: 0; }
  .timeline .single-timeline {
    display: flex; }
  .timeline .content-timeline {
    position: relative; }
  .timeline .content-timeline:after {
    height: 100%;
    width: 0.5px;
    background-color: #CE0000;
    content: "";
    position: absolute;
    top: 0;
    left: 138px; }

  .text-img.correction .image-60 {
    height: 340px; } }
@media (min-width: 1200px) {
  .timeline .annee {
    width: 168px; }
  .timeline .content-timeline:after {
    left: 168px; } }
@media (min-width: 1400px) {
  .timeline .annee {
    font-size: 32px;
    width: 201px; }
  .timeline .content-timeline:after {
    left: 192px; } }
@media (min-width: 1600px) {
  .timeline .annee {
    width: 222px; }
  .timeline .content-timeline:after {
    left: 208px; } }
/* ---- BEGIN Location ---- */
.locations .banner h2 {
  font-size: 24px;
  margin-bottom: 40px; }
.locations .banner h2:before {
  display: none; }
.locations .banner strong {
  color: #A5A5A5; }
.locations .quicklinks {
  margin-top: 40px; }
  .locations .quicklinks h3 {
    font-size: 18px;
    margin-bottom: 30px; }
  .locations .quicklinks strong {
    color: #A5A5A5;
    font-weight: 200; }

.single-tool {
  display: block; }
  .single-tool .is-img {
    border: 0.5px solid #A5A5A5;
    background-color: white; }
    .single-tool .is-img h2 {
      font-size: 18px;
      padding-left: 20px;
      margin-bottom: 5px;
      margin-top: 20px; }
    .single-tool .is-img .image-60 {
      height: 250px; }
    .single-tool .is-img p {
      font-size: 14px;
      padding-left: 20px;
      margin-bottom: 0;
      padding-bottom: 20px; }

.tool-description {
  margin-bottom: 60px; }
  .tool-description ul {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px; }
    .tool-description ul li {
      list-style: none;
      font-size: 14px;
      display: flex;
      justify-content: space-between;
      font-weight: 200;
      padding: 5px 0;
      border-top: 1px solid black; }
    .tool-description ul li:last-child {
      border-bottom: 1px solid black; }
  .tool-description p {
    font-size: 14px;
    font-weight: 200;
    color: #828282; }

@media (max-width: 767px) {
  /* XS */ }
@media (min-width: 768px) {
  .single-tool {
    display: flex;
    margin-bottom: 80px;
    height: 100%; }
    .single-tool .is-img {
      width: calc(50% - 20px); }

  .tool-box {
    margin-bottom: 80px; }

  .is-img {
    position: relative; }
    .is-img .title-tool {
      position: absolute;
      bottom: 0; }

  .tool-description {
    margin-bottom: 0;
    width: 50%;
    padding-left: 20px;
    position: relative;
    padding-bottom: 45px; }
    .tool-description ul {
      margin-top: 0; }
    .tool-description a.btn {
      position: absolute;
      bottom: 0;
      left: 20px; } }
@media (min-width: 992px) {
  .tool-box {
    margin-bottom: 110px; }

  .locations .banner h2 {
    font-size: 34px; } }
@media (min-width: 1400px) {
  .col-xlg-6 {
    flex: 0 0 50%;
    max-width: 50%; } }
