:root {
  --primary-color: hsla(228, 13%, 35%, 1);
  --primary-color-lighten: hsla(228, 13%, 45%, 1);
  --primary-color-darken: hsla(228, 13%, 25%, 1);

  --secondary-color: hsla(251, 7%, 49%, 1);
  --secondary-color-lighten: hsla(251, 7%, 59%, 1);
  --secondary-color-darken: hsla(251, 7%, 39%, 1);

  --accent-color: hsla(205, 100%, 35%, 1);
  --accent-color-lighten: hsla(205, 100%, 45%, 1);
  --accent-color-darken: hsla(205, 100%, 25%, 1);

  --background-color: hsla(0, 0%, 100%, 1);
  --text-color: hsla(0, 0%, 15%, 1);
  --text-color-lighten: hsla(0, 0%, 35%, 1);

  --primary-background-color: hsla(189, 41%, 90%, 1);
  --secondary-background-color: hsla(189, 100%, 90%, 1);
  --accent-background-color: hsla(46, 100%, 85%, 1);

  --success-color: hsla(122, 39%, 49%, 1);
  --error-color: hsla(4, 90%, 58%, 1);
  --info-color: hsla(199, 98%, 48%, 1);

  --font-primary: "Montserrat", sans-serif;
  --font-secondary: "Montserrat", sans-serif;

  --card-border-radius: 4px;
  --button-border-radius: 4px;
}

.before svg .a {
  fill: var(--primary-color);
}
.bi-primary-color-2 {
  background-image: linear-gradient(transparent 50%, var(--primary-color) 50%);
}
#nav-meatballs {
  z-index: 9;
}
.divider.primary {
  background-color: var(--primary-color);
}
.top-bar .main-nav ul li.sous_menu > a::after {
  font-family: "Material Icons Outlined";
}
h1 {
  color: var(--primary-color);
}

div[id^="bloc"] ul,
div[id^="bloc"] ol,
.actualitesDetailContenu ul,
.actualitesDetailContenu ol {
  margin-left: 40px;
  margin-bottom: 1rem;
}

ol li {
  padding: 0.25em 0;
}

.encart-avis .slick-prev,
.encart-avis .slick-next {
  background: #22608a !important;
  bottom: -40px !important;
  top: auto !important;
  height: 42px !important;
  width: 87px !important;
}

.encart-avis .slick-next {
  right: 0 !important;
}

.encart-avis .slick-prev:before,
.encart-avis .slick-next:before {
  font-size: 19px !important;
}
.encart-avis .slick-prev {
  right: 87px !important;
  left: auto !important;
}

#encart-partenaires,
#encart-certifications {
  padding: 80px 0;
}

#encart-partenaires .title-2,
#encart-certifications .title-2 {
  margin-bottom: 30px;
}
.galerie {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}
.contact-page .section.secondary,
.contact-page .section.secondary a {
  color: #fff !important;
}
.divGenerateur li {
  list-style: none;
}

.divGenerateur ul {
  margin-left: 0 !important;
}

.divGenerateur input {
  margin-right: 10px;
}
.ac-colonne a,
.sc-content section a:not(.encart-contact a) {
  text-decoration: underline;
  color: var(--secondary-color);
}
@media screen and (max-width: 601px) {
  .menu-mobile #main-nav {
    padding-bottom: 40px;
  }
}

/* TOP-BAR */
/* ======= */
@media screen and (max-width: 992px) {
  h1,
  .title-1 {
    font-size: 22px;
  }
  h2,
  .title-2 {
    font-size: 19px;
  }
  h3,
  .title-3 {
    font-size: 17px;
  }
  #bloc-01 img {
    max-width: 400px;
    display: block;
    margin: 0 auto;
  }
  .fold .btn-devis {
    display: none;
  }
  .top-bar.sticky {
    padding-bottom: 20px;
  }
  .col.logo-rge {
    display: none;
  }
  .top-bar .main-nav {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 993px) {
  h1,
  .title-1 {
    font-size: 45px !important;
  }

  .top-bar .main-nav ul li:hover > a,
  nav a.selected {
    color: var(--accent-color) !important;
  }
  .galerie {
    flex-direction: row;
  }

  .encart-avis .slick-prev,
  .encart-avis .slick-next {
    top: 50% !important;
  }
  .encart-avis .slick-prev {
    left: -48px !important;
  }
  .encart-avis .slick-next {
    right: -48px !important;
  }
  .top-bar {
    font-size: 0.75em;
  }
  .top-bar.js-scroll {
    background-color: var(--background-color);
  }
  .main-nav {
    font-weight: 700;
  }
}
/* MEATBALLS */
/* ========= */
#nav-meatballs .brand .flex-row {
  justify-content: center;
  align-items: center;
}
#nav-meatballs .brand .flex-row div {
  text-align: center;
}
#nav-meatballs .horaires tr {
  font-size: 0.9em;
}
.logo-partenaire,
.logo-certification {
  display: flex !important;
  min-width: 200px !important;
  min-height: 200px;
  margin: auto;
  justify-content: center;
  align-items: center;
}

.logo-partenaire img,
.logo-certification img {
  width: auto;
  height: auto;
}
.logo-certification img {
  max-width: 140px;
}

#encart-map .googlemapssearch {
  position: relative;
  height: 100%;
}
.name.avis-name.card-name.avis-card-name.avis-encart-card-name.bold {
  text-align: left;
}

.card-text.avis-card-text.avis-encart-card-text {
  padding: 10px 0 0 40px;
  text-align: left;
  height: 5rem;
}
.cat a {
  text-decoration: underline;
  margin-bottom: 1rem;
  display: block;
  font-weight: bold;
}
.cat {
  text-align: center;
  display: block;
  margin: 2rem 0;
}

.avis-card .show-more[disabled] {
  visibility: visible !important;
}

button.show-more.btn.small {
  background: transparent;
  color: #000;
  font-style: italic;
  text-decoration: underline;
  font-weight: 600;
  float: right;
}
@media screen and (min-width: 601px) {
  #nav-meatballs .brand .flex-row div {
    text-align: left !important;
  }
}
/* HEADER */
/* ======= */
.index-page .fold {
  padding: 15px 10px;
  position: relative;
}
.index-page .slider-header {
  background-image: url(../assets/gifs/slider/slide-01.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
.index-page .slider-header::before {
  position: absolute;
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: transparent linear-gradient(90deg, #000000 0%, #54545433 100%) 0%
    0% no-repeat padding-box;
  opacity: 0.3;
  z-index: 3;
}
.index-page .fold .container .bloc-fold {
  position: relative;
}
.index-page header .reseaux-sociaux svg {
  fill: #fff;
  position: relative;
  margin-top: 2em;
}
body:not(.index-page) .fold .container > div .col {
  margin-bottom: 10px;
}

@media screen and (max-width: 601px) {
  .index-page header .reseaux-sociaux ul {
    display: flex;
    justify-content: center;
  }
  .index-page .fold .container .bloc-fold {
    text-align: center;
  }
  .index-page .fold {
    background-image: url(../assets/gifs/slider/slide-01.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .top-bar .main-nav {
    z-index: 9;
  }
  .index-page .fold::before {
    position: absolute;
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: transparent linear-gradient(90deg, #000000 0%, #54545433 100%)
      0% 0% no-repeat padding-box;
    opacity: 0.3;
    z-index: 0;
  }
  .index-page .fold div {
    position: relative;
    z-index: 1;
  }
  .index-page .wrapper {
    display: none;
  }
  .top-bar .brand .flex-row,
  .page-404 .brand .flex-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .top-bar .brand .flex-row .col > div,
  .page-404 .brand .flex-row .col > div {
    text-align: center;
  }
  .top-bar .brand a {
    display: block;
    margin: 0 auto;
  }
  .top-bar a.tel {
    text-align: center;
    margin: 0.5em 0;
    display: block;
  }
}
@media screen and (min-width: 601px) {
  #encart-prestations {
    margin-top: 100px;
    margin-bottom: 2rem;
  }
  .index-page header {
    position: relative;
    height: 600px;
  }
  body:not(.index-page) .top-bar .container {
    padding: 10px 0px;
  }
  .index-page .slider-header {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    height: 500px;
    z-index: 0;
  }
  .index-page .fold {
    padding-top: 9em;
  }
  header .carousel-arrow-prev {
    right: 65px;
    left: inherit;
  }
  header .carousel-arrow {
    border-radius: 0px;
    top: 93%;
  }
  .index-page .wrapper,
  .index-page .wrapper .carousel,
  .index-page .wrapper .carousel img {
    min-height: 500px !important;
  }
  .index-page .wrapper .carousel img {
    object-fit: cover;
  }
  /* body:not(.index-page) header .top-bar .brand {
    transform: translateY(30px);
  } */
}
@media screen and (min-width: 993px) {
  .cat a:hover {
    text-decoration: none;
  }
  .cat {
    text-align: center;
    display: flex;
    margin: 2rem 0;
    justify-content: center;
    gap: 40px;
  }
  #encart-prestations {
    margin-top: 250px;
    margin-bottom: 4rem;
  }
  input#recherche_actu_submit {
    width: auto !important;
    height: auto !important;
    line-height: initial !important;
  }
  .brand a:hover {
    opacity: 0.7;
  }
  footer a {
    transition: 0.4s;
  }
  footer a:hover {
    color: #fedc00;
  }
  .slick-partenaires,
  .slick-certifications {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    text-align: center;
    margin: auto;
  }
  .col.logo-rge {
    margin-left: -39px;
    margin-bottom: -70px;
  }
  .encart-avis {
    max-width: 90%;
    margin: auto;
  }
  .encart-avis .slick-prev,
  .encart-avis .slick-next {
    top: 50% !important;
  }
  .encart-avis .slick-prev {
    left: -48px !important;
  }
  .encart-avis .slick-next {
    right: -48px !important;
  }

  .index-page header {
    position: relative;
    height: 600px;
  }
  .index-page .wrapper,
  .index-page .wrapper .carousel,
  .index-page .wrapper .carousel img {
    height: 600px !important;
  }
  .index-page .slider-header {
    top: 200px;
    height: 600px;
  }
  .index-page .top-bar .container > div {
    /* margin-top: 20px; */
    /* padding: 15px; */
    /* background-color: var(--background-color); */
  }
  body:not(.index-page) .slider-header {
    display: none;
  }
  .index-page .fold::before {
    top: 0px;
  }
  .index-page .fold .reseaux-sociaux {
    transform: translateY(90px);
    max-width: 300px;
  }
  .index-page .fold .bloc-fold {
    min-height: 200px;
  }
  .index-page .fold {
    padding-top: 12em;
  }
  /* body:not(.index-page) header .top-bar .brand {
    transition: transform .3s ease-in-out;
  } */
  body:not(.index-page) header .top-bar.js-scroll .brand {
    transform: translateY(0);
  }
}
@media screen and (min-width: 1280px) {
  header .carousel-arrow-prev {
    right: 13%;
  }
  header .carousel-arrow-next {
    right: 10%;
  }
}

/* BLOCS */
/* ===== */

body:not(.contact-page) h1 {
  text-align: center;
}
.contact-page header .divider {
  height: 0px;
}
.bloc-01-before {
  height: 100%;
  position: relative;
}
.bloc-01-before .before {
  position: absolute;
  right: -23px;
  bottom: -23px;
  content: " ";
  width: 171px;
  height: 171px;
  z-index: -1;
}
#bloc-03 .bloc-01-before .before {
  top: -23px;
  bottom: inherit;
  transform: rotate(-90deg);
}
#bloc-04 .bloc-01-before .before {
  top: -23px;
  left: -23px;
  right: inherit;
  bottom: inherit;
  transform: rotate(180deg);
}
#bloc-02.section {
  position: relative;
}
#bloc-02 .before svg .a {
  fill: #fff;
}
#bloc-02 .before {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
header .no-menu,
header .devis {
  display: none;
}
input#recherche_actu_submit {
  width: 100%;
  height: auto;
  line-height: initial;
}

@media screen and (min-width: 601px) {
  /* #bloc-01 p {
    padding: 3em 0px;
  } */
  #bloc-02.section {
    padding: 0px;
  }
  #bloc-02 .image-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: calc(50% + 0.75em);
    width: 50%;
  }
  #bloc-02.section:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: " ";
    background-color: var(--primary-color);
    width: 50%;
    height: 100%;
    mix-blend-mode: color;
    opacity: 1;
    z-index: 1;
  }
  #bloc-02 .texte-padding {
    padding: 3em 0px;
  }
}

/* POINTS FORTS */
/* ============ */
#points-forts {
  margin: 3em 0;
}
#points-forts .container {
  position: relative;
  background-color: #fff;
  padding: 25px;
}
#points-forts .container .before {
  position: absolute;
  content: " ";
  width: 171px;
  height: 171px;
  z-index: -1;
}
#points-forts .container .before:nth-child(1) {
  right: -23px;
  bottom: -23px;
}
#points-forts .container .before-2 .before {
  left: -23px;
  top: -23px;
  transform: rotate(180deg);
}
@media screen and (min-width: 993px) {
  .fold .btn-devis {
    display: none;
  }
  .index-page .fold .btn-devis {
    display: block;
  }
  #points-forts .container {
    padding: 35px 25px;
  }
  #points-forts ul {
    margin-top: 3em;
  }
}
/* ENCARTS AVIS */
/* ============ */
.encart-avis .encart-avis .slick-prev,
.encart-avis .encart-avis .slick-next {
  top: 115% !important;
}
@media screen and (min-width: 601px) {
  .encart-avis .encart-avis .slick-prev,
  .encart-avis .encart-avis .slick-next {
    top: 50% !important;
  }
}
/* ENCARTS PRESTATIONS */
/* =================== */
#encart-prestations img {
  min-height: 290px;
  object-fit: cover;
}
#encart-prestations .slick-dots li button::before {
  color: #fff;
}
#encart-prestations .card.full-image .card-image .card-title {
  justify-content: center;
}
#encart-prestations .card.full-image .card-image .card-title::before {
  content: "Prestation";
  font-size: 12px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  text-transform: uppercase;
  letter-spacing: 0.96px;
}
#encart-prestations .card.full-image.secondary .card-image::before {
  background-color: #313131 !important;
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}
#encart-prestations .card.full-image.secondary .card-image:hover::before {
  background-color: var(--primary-color) !important;
}
#encart-prestations .card-title a {
  outline: none !important;
}
/* ENCARTS CONTACT */
/* =============== */
#encart-contact .container {
  position: relative;
}
#encart-contact .container .before {
  position: absolute;
  left: -25px;
  top: 50px;
  z-index: -1;
  transform: rotate(180deg);
}
#encart-contact .container .before-2 .before {
  position: absolute;
  right: -25px;
  bottom: -10px;
  top: inherit;
  left: inherit;
  transform: rotate(0deg);
}
.encart-contact li .card {
  min-height: 188px;
}
#img-sparation {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}
@media screen and (min-width: 993px) {
  .top-bar .flex-row.m-align-items-center.m-justify-content-space-between {
    flex-wrap: nowrap;
  }
  .flex-row .l-offset-1 {
    margin-left: 8.33%;
  }
}

/* ACTUALITES */
/* ========== */
.image-actualite {
  height: 100%;
  position: relative;
}
.container-actualite {
  padding: 20px;
}
#encart-actualites .flex-row ul:not(.slick-dots) li .card div:not(.card-title) {
  width: 95% !important;
  position: relative;
  margin-left: 0 !important;
  padding-left: 30px !important;
}
#encart-actualites .flex-row ul:not(.slick-dots) li {
  width: 100% !important;
  margin-left: 0 !important;
  padding-right: 0px;
  padding-left: 0px;
}
#encart-actualites .flex-row ul {
  margin-left: 0px;
}
#encart-actualites
  .flex-row
  ul:not(.slick-dots)
  li
  .card
  div:not(.card-title)::before {
  content: " ";
  left: 0;
  height: 80%;
  width: 1px;
  top: 0 !important;
  bottom: 0;
  margin: auto;
  background-color: var(--primary-color);
  position: absolute;
}
.image-actualite .before {
  position: absolute;
  right: 23px;
  bottom: 23px;
  content: " ";
  width: 171px;
  height: 171px;
  z-index: 1;
}
#encart-actualites ul:not(.slick-dots) {
  margin-bottom: 0px;
}
.container-actualite .before {
  display: none;
}
@media screen and (min-width: 601px) {
  .image-actualite .before {
    position: absolute;
    right: -23px;
    top: -23px;
    content: " ";
    width: 171px;
    height: 171px;
    transform: rotate(-90deg);
    z-index: -1;
  }
  .container-actualite {
    padding: 25px 0px 25px 25px;
  }
  .container-actualite .center-align {
    text-align: left;
  }
}
@media screen and (min-width: 993px) {
  .container-actualite {
    position: relative;
  }
  .container-actualite .before {
    display: block;
    position: absolute;
    right: 0;
    bottom: 20px;
    opacity: 0.5;
  }
  #encart-actualites
    .flex-row
    ul:not(.slick-dots)
    li
    .card
    div:not(.card-title) {
    width: 80% !important;
  }
}

/* ENCART MAP */
/* ========== */
#encart-map .card {
  margin: 0px;
  padding: 20px;
  min-height: 150px;
}
#encart-map.section {
  padding: 4rem 0px;
}
#encart-map .card li {
  font-style: 14px !important;
}
#encart-map .container {
  position: relative;
}
#encart-map .before {
  position: absolute;
  transform: rotate(180deg);
  content: " ";
  width: 171px;
  height: 171px;
  z-index: -1;
  top: -23px;
  left: -23px;
}
#encart-map .before-2 .before {
  position: absolute;
  transform: rotate(0deg);
  content: " ";
  width: 171px;
  height: 171px;
  z-index: -1;
  top: inherit;
  left: inherit;
  right: -23px;
  bottom: -23px;
}
@media screen and (min-width: 601px) {
  #encart-map .map-container,
  #encart-map .map-container iframe {
    height: 100%;
  }
}
@media screen and (min-width: 991px) {
  #encart-map ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 200px;
    padding: 0px 0px 20px;
  }
  #encart-map .zone-intervention-seule ul {
    max-height: 100px !important;
    float: row;
  }
  #encart-map .card {
    height: 100%;
    max-height: 300px;
    padding: 30px;
  }
}

/* NEWSLETTER */
/* ========== */

#newsletter label {
  display: none;
}
#newsletter .flex-row > .col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#newsletter .container .col img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}
#newsletter .no-padding {
  padding: 0px;
}
@media screen and (min-width: 601px) {
  #components-newsletter {
    padding: 15px 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }
}
/* FOOTER */
/* ======= */
.secondary.darken {
  background-color: var(--secondary-color-darken);
}
footer .siret {
  margin: 0.5em auto;
}
footer address a.tel {
  display: block;
  margin-bottom: 0.5em;
}
footer .footer-2 {
  padding: 0.5em 0px;
}
footer .reseaux-sociaux ul {
  justify-content: center;
  display: flex;
  margin-bottom: 0.5em;
  align-items: center;
}
footer .section#footer {
  padding-bottom: 0px;
}
footer .brand svg {
  fill: #fff;
}
@media screen and (max-width: 601px) {
  footer .brand .flex-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer .brand a {
    margin: 0 auto;
    display: block;
  }
  footer .brand a div,
  footer address {
    text-align: center;
  }
  footer .brand .bold {
    margin-top: 0.5em;
  }
  footer .siret {
    display: block;
    text-align: center;
  }
  footer nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  footer nav a {
    display: block;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 601px) {
  footer address {
    text-align: right;
  }
  footer nav a {
    margin-left: 0.5em;
  }
}
/* ENCART CATALOGUE  */
/* ================ */
.top-bi-primary-color {
  background-image: linear-gradient(var(--primary-color) 40%, transparent 40%);
}
#encart-catalogue .card img {
  height: 290px;
  object-fit: cover;
}
.card-image {
  height: 290px;
}
#encart-catalogue .card {
  background-color: transparent;
}
#encart-catalogue .card-content .card-title {
  font-weight: 400;
}
#encart-catalogue .card-image {
  position: relative;
}
#encart-catalogue .card .card-image::after {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  content: " ";
  top: 0;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
#encart-catalogue .card:hover .card-image::after {
  opacity: 0.5;
}
#encart-catalogue .card-image::before {
  position: absolute;
  content: " ";
  left: 0px;
  bottom: -70px;
  height: 20px;
  width: 1px;
  height: 50px;
  background-color: var(--text-color);
}
#encart-catalogue .card:hover .card-image::before {
  background-color: var(--primary-color);
}
#encart-catalogue .card:hover .card-title {
  color: var(--primary-color);
}
.btn-slick {
  margin-top: 45px;
}

@media screen and (min-width: 993px) {
  #encart-catalogue .btn-slick {
    text-align: left;
    margin-top: 10px;
  }
  #encart-catalogue .container {
    position: relative;
  }
  #encart-catalogue .slick-prev,
  #encart-catalogue .slick-next {
    top: 105% !important;
    width: 50px;
    height: 50px;
    border: 1px solid var(--text-color);
  }
  #encart-catalogue .slick-prev {
    left: inherit;
    right: 75px;
  }
  #encart-catalogue .slick-next {
    right: 10px;
  }
  #encart-catalogue .slick-next::before,
  #encart-catalogue .slick-prev::before {
    font-size: 18px;
  }
}

/* CATALOGUE DÃ‰TAIL */
/* ================ */

.catalogue-detail a.lightbox,
.catalogue-detail a.lightbox img {
  display: block;
  width: 100%;
  height: auto;
}
.catalogue-detail a.lightbox {
  margin-bottom: 1.5rem;
}
.catalogue-detail .box-detail .row .flex-row .col:not(:first-child) {
  width: 33.333333333333333%;
}

/* CATALOGUE LISTING */
/* ================ */

#catalogue_contenu .card .card-image,
#catalogue_contenu .card .card-image img {
  height: 297px;
}

#catalogue_contenu .card .card-image img {
  object-fit: cover;
}
#catalogue_contenu .card .card-image::before {
  position: absolute;
  content: " ";
  left: 0;
  bottom: -70px;
  height: 20px;
  width: 1px;
  height: 50px;
  background-color: var(--text-color);
  display: none;
}
#catalogue_contenu .card:hover .card-image::before {
  background-color: var(--primary-color);
}
.card-text.catalogue-card-text.catalogue-listing-card-text.line-clamp-3 {
  margin-top: 1rem;
}
#catalogue_contenu .card .card-image {
  position: relative;
}
#catalogue_contenu .card .card-image::after {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--primary-color);
  opacity: 0;
  transition: 0.3s ease-in-out;
  position: absolute;
}
#catalogue_contenu .card:hover .card-image::after {
  opacity: 0.5;
}
#catalogue_contenu .card:hover .card-title {
  color: var(--primary-color);
}

/* PAGE DEVIS */
/* ========== */

.devis-page .section .container > .row {
  position: relative;
  background-color: #fff;
  z-index: 2;
}
.devis-page .section .container > .row .col {
  position: relative;
  background-color: #fff;
  z-index: 2;
}
.container-devis {
  padding: 10px;
}
.devis-page .section .container > .row .before {
  position: absolute;
  content: " ";
  left: -20px;
  top: -25px;
  transform: rotate(180deg);
  z-index: 0;
}

.devis-page .section .container > .row .before-2 .before {
  top: inherit;
  bottom: -25px;
  right: -20px;
  left: inherit;
  transform: rotate(0);
}
.devis-page .intro {
  margin-bottom: 50px;
  display: block;
}

@media screen and (min-width: 601px) {
  .container-devis {
    padding: 20px;
  }
  .devis-page .section .container > .row .before {
    left: -25px;
    top: -30px;
  }
  .devis-page .section .container > .row .before-2 .before {
    right: -25px;
    bottom: -30px;
  }
}

/* RAPPEL */
/* ====== */

body.fancy-box-body {
  padding-top: 5px;
}
.rappel_telephonique .brand .flex-row > .col > div {
  text-align: center;
}
.rappel_telephonique .brand .flex-row {
  justify-content: center;
}
.rappel_telephonique .brand .flex-row > .col > div.baseline {
  font-size: 0.8em;
}
.rappel_telephonique h4 {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  text-align: center;
}
@media screen and (min-width: 470px) {
  body.fancy-box-body {
    padding-top: 20px;
  }
  .rappel_telephonique .brand .flex-row > .col > div {
    text-align: left !important;
  }
  .rappel_telephonique .brand a {
    display: block;
    margin: 0 auto;
  }
}
/* PAGE 404 */
/* ======== */

body.page-404 {
  padding-top: 0;
}
.page-404 .right-404 {
  margin: 2.5rem 0 1.5rem;
  padding: 2rem 1rem;
  border-radius: var(--card-border-radius);
  background-color: #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.04);
}
.page-404 .right-404 ul {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.page-404 ul li {
  position: relative;
  padding-left: 25px;
}
.page-404 ul li::before {
  position: absolute;
  content: " ";
  width: 16px;
  height: 16px;
  background-image: url(../assets/gifs/icons/cancel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 7px;
}
@media screen and (min-width: 601px) {
  body.page-404 > main > .section > .container > .flex-row {
    flex-direction: row-reverse;
  }
  .page-404 .right-404 {
    margin: 3rem 0;
    padding: 2rem 2.5rem;
  }
}

/* GESTION DE CONTENU */
/* ================== */

input[class*="mce-"] {
  width: 320px;
  max-width: 100%;
  box-sizing: border-box;
}
.mce-label {
  position: static !important;
}

/* CAROUSEL */

.wrapper {
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  max-height: 600px;
}

.carousel {
  position: relative;
  width: 100%;
  height: 0;
  background: #ddd;
}

/* Images */

.carousel-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transition: opacity ease-out 0.5s;
  transition: opacity ease-out 0.5s;
}

.carousel-img-displayed {
  display: block;
  opacity: 1;
  z-index: 2;
}

.carousel-img-hidden {
  display: block;
  opacity: 0;
  z-index: 1;
}

.carousel-img-noDisplay {
  display: none;
}

/* FlÃ¨ches de dÃ©filement */

.carousel-arrow {
  z-index: 5;
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  margin-top: -18px;
  border-radius: 50%;
  border: 0;
  background-color: #fff;
  background-image: url(../assets/gifs/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.carousel-arrow:hover,
.carousel-arrow:focus {
  background-color: var(--secondary-background-color);
}

.carousel-arrow-next {
  right: 20px;
}

.carousel-arrow-prev {
  left: 20px;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

/* MENU A 3 NIVEAUX */
/* ================ */

@media screen and (min-width: 993px) {
  .fold {
    margin-top: 0 !important;
    padding-top: 370px !important;
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown li.sous_menu {
    position: relative;
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown li.sous_menu a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown li.sous_menu > a::after {
    margin-top: 0;
    content: "\e5cc ";
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown li.sous_menu ul.ssdropdown {
    display: none;
    width: max-content;
    max-width: 400px;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    left: 100%;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.08);
    z-index: 2;
  }
  .top-bar
    .main-nav
    ul
    li.sous_menu
    ul.dropdown
    li.sous_menu:hover
    ul.ssdropdown {
    display: block;
  }
  .top-bar
    .main-nav
    ul
    li.sous_menu
    ul.dropdown
    li.sous_menu:hover
    ul.ssdropdown
    a {
    font-weight: normal;
  }
}

/* PAGE CONTACT */
/* ============ */

.contact-page .image-wrapper {
  display: none;
}
@media screen and (min-width: 993px) {
  .contact-page .image-wrapper {
    display: block;
    height: 710px;
  }
  .contact-page .image-wrapper > img {
    display: block;
    width: auto !important;
    max-width: none !important;
    min-width: 1000%;
    height: auto;
    min-height: 1000%;
    margin: auto;
    position: absolute;
    top: -10000%;
    right: -10000%;
    bottom: -10000%;
    left: -10000%;
    transform: scale(0.1);
  }
}
/* Points forts */
#points-forts svg path {
  fill: var(--primary-color);
  opacity: 0.8;
}
