:root {
  --primary-h: 208;
  /* hue */
  --primary-s: 83%;
  /* saturation */
  --primary-l: 30%;
  /* lightness */
  --accent-h: 356;
  /* hue */
  --accent-s: 63%;
  /* saturation */
  --accent-l: 41%;
  /* lightness */
  --text-h: 0;
  /* hue */
  --text-s: 0%;
  /* saturation */
  --text-l: 24%;
  /* lightness */
  --background-h: 0;
  /* hue */
  --background-s: 0%;
  /* saturation */
  --background-l: 100%;
  /* lightness */
  --primary-font: "Inter", sans-serif;
  --secondary-font: "Plus Jakarta Sans", sans-serif;
  --h1-font-size: 3.4375rem;
  --h2-font-size: 2.5rem;
  --h3-font-size: 1.5rem;
  --headings-line-height: 1.333333;
  --link-color: hsla(353, 57%, 30%, 1);
  --title-color: hsla(208, 83%, 16%, 1);
  --border-radius: 0.25rem;
  --button-border-radius: 0.25rem;
  --primary50: hsla(208, 87%, 97%, 1);
  --primary950: hsla(212, 73%, 16%, 1);
  --accent600: hsla(357, 59%, 50%, 1);
  --accent900: hsla(353, 57%, 30%, 1);
  --transition: 0.3s all ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
[class*="title"] {
  font-family: var(--secondary-font);
  font-weight: 800;
  color: hsla(0, 0%, 12%, 1);
}

.relative {
  position: relative;
}

.nowrap {
  flex-wrap: nowrap;
}

.p-ville {
  display: none;
}

h1 span,
.title-1 span {
  font-size: 28px;
  margin-top: 0;
  font-weight: 800;
}

.card {
  position: relative;
  display: block;
  transition: var(--transition);
}

.card a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 4;
}

.card-image {
  position: relative;
}

.gap20 {
  gap: 20px;
}

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

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

@media screen and (min-width: 993px) {
  .index-page main .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .title-2 {
    margin: 0;
  }
}

@media screen and (min-width: 601px) {
  .btn.accent {
    width: auto;
  }
}

/* ******************************************** BOUTON ****************************************** */

.btn.accent,
.btn.accent:hover {
  background: linear-gradient(90deg, #7a212c 0%, #ca343b 100%);
  padding: 24px;
}

.btn-devis .btn {
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 40px;
  width: 160px;
  text-align: center;
  text-decoration: none;
}

.btn-devis .btn .content img {
  margin: 0;
}

.btn-devis .btn .content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: transform 0.4s ease;
}

@media screen and (max-width: 600px) {
  .btn-devis .btn {
    width: 100%;
  }
}

/* Positionne le deuxième en dehors à gauche au départ */

.btn-devis .btn .content:last-child {
  transform: translateX(-100%);
}

/* Survol : fait glisser les deux */

.btn-devis .btn:hover .content:first-child {
  transform: translateX(100%);
}

.btn-devis .btn:hover .content:last-child {
  transform: translateX(0);
}

/* ==============================  BRAND ==============================  */

/* ===== */

.brand a {
  display: inline-block;
  transition: opacity 0.3s;
}

.brand a:hover {
  opacity: 0.75;
}

header .brand img.footer-only,
footer .brand img.header-only,
.rappel_telephonique .brand img.footer-only {
  display: none;
}

/* ==============================  SLIDER ==============================  */

/* ====== */

.slider-slick {
  width: 100%;
  background-color: var(--background-color);
  position: relative;
  z-index: 0;
}

.slider-slick .slick {
  height: 100%;
}

.slide-img {
  min-height: 500px;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

.slide-img .title-1 {
  margin: 0;
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary950);
}

.slide-img .h1-geoloc {
  margin-block: 13px;
}

.slide-img .h1-geoloc span {
  margin: 0;
  font-size: 1.4375rem;
  font-weight: 400;
}

h1.h1-geoloc span::before,
.title-1.h1-geoloc span::before {
  display: none;
}

.name-osthe {
  font-size: 30px;
  color: white;
}

.name-osthe span {
  font-weight: 700;
  display: block;
}

.slide-img.slide-02 {
  background-image: url("../assets/gifs/slider/slide-02.jpg");
}

.slide-img.slide-03 {
  background-image: url("../assets/gifs/slider/slide-03.jpg");
}

.slide-img .container {
  min-height: 500px;
}

.slide-img .container .bloc {
  height: 500px;
}

@media screen and (min-width: 993px) {
  .fold .view-contact {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .slider-slick .btn-rdv {
    margin-bottom: 20px;
  }
  .fold .view-contact {
    padding: 10px 0;
  }
  .mt-38 {
    margin-top: 38px;
    gap: 20px;
  }
}

/* ==============================  HEADER ==============================  */

.top-bar {
  padding-block: 8px;
}

.header-content .nav ul li a.selected,
.header-content .nav ul li:hover > a {
  color: var(--accent-color);
}

.main-header-content {
  background-color: var(--primary950);
  border-radius: var(--border-radius);
}

.header-content .nav#main-nav > ul > li > a,
.header-content .nav#topbar-nav > ul > li > a {
  position: relative;
  padding: 0.5rem;
  color: var(--primary950);
  height: 100%;
  font-weight: 600;
  transition: var(--transition);
}

@media screen and (min-width: 993px) {
  .header-content .nav#main-nav > ul > li > a {
    color: white;
  }
  .header-content {
    z-index: 100;
    transition: all 0.3s;
  }
  .header-content .nav ul {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: auto;
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li > a {
    border-bottom: none;
    font-size: 14px;
  }
  .header-content .nav#main-nav > ul > li > a::before,
  .header-content .nav#topbar-nav > ul > li > a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    background-color: var(--accent-color);
    width: 0;
    right: 0;
    transition: var(--transition);
    margin: 0 auto;
  }
  .header-content .nav#main-nav > ul > li > a.selected:before,
  .header-content .nav#main-nav > ul > li > a:hover:before,
  .header-content .nav#topbar-nav > ul > li > a.selected:before,
  .header-content .nav#topbar-nav > ul > li > a:hover:before {
    width: 6px;
    left: 0;
    right: 0;
    height: 6px;
    border-radius: 50%;
  }
  .header-content .nav#main-nav > ul > li > a.selected,
  .header-content .nav#main-nav > ul > li > a:hover,
  .header-content .nav#topbar-nav > ul > li > a.selected,
  .header-content .nav#topbar-nav > ul > li > a:hover {
    transform: translateY(-5px);
  }
  .header-content .nav#topbar-nav .dropdown li a {
    padding: 0.5rem 0.75rem;
  }
}

@media (max-width: 1200px) and (min-width: 993px) {
  .header-content .nav#main-nav > ul > li > a {
    position: relative;
    padding: 0.5rem;
    color: var(--accent950);
    height: 100%;
    font-weight: 600;
    font-size: 13px;
  }
}

@media screen and (max-width: 992px) {
  .menu-mobile {
    height: 7rem;
    z-index: 10;
    background-color: var(--primary50);
    transition: all 0.3s;
  }
  .header-content .nav ul li a {
    display: block;
    font-size: 16px;
  }
  .header-content .nav .sous_menu .btnMenuLevel2,
  .header-content .nav .sous_menu .btnMenuLevel3 {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 100%;
    color: var(--accent400);
    border-left: solid 1px #ebebeb;
    z-index: 1;
  }
  .header-content .nav#topbar-nav li:not(.opened) a {
    padding: 0.5rem 5%;
    border-bottom: solid 1px #ebebeb;
  }
  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 8rem);
    height: 3.5rem;
    margin: auto;
    padding: 0;
    line-height: 1.25;
    color: var(--text-color);
    border-bottom: none;
  }
  .menu-mobile .btn-menu {
    height: 7rem;
    color: var(--accent400);
    border: none;
    background: none;
    transition: color 0.3s;
  }
  .header-content #nav-container,
  .header-content .nav .ssdropdown {
    margin-top: 7rem;
    padding-bottom: 7.5rem;
  }
  .header-content .nav .dropdown {
    top: 7rem;
  }
}

/* ==============================  BLOC 01  ============================== */

#bloc-01 h1 {
  color: var(--primary950);
  margin: 0;
}

#bloc-01 h1.h1-geoloc span,
#bloc-01 .title-1.h1-geoloc span {
  font-size: 28px;
  font-weight: 800;
  margin: 0;
}

.clear_both {
  margin-bottom: 4rem;
}

@media screen and (min-width: 993px) {
  #bloc-01 img.img-b,
  #bloc-02 img.img-b,
  #bloc-04 img.img-b {
    position: absolute;
    width: 47vw;
    top: 0;
    transform: translate(0%);
    left: 0;
    max-width: none;
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
  }
}

/* ==============================  ENCART POINT FORTS  ============================== */

#point_fort {
  padding-block: 80px;
}

.slick-ponit-forts {
  margin: 0;
}

.slick-ponit-forts .title-3 {
  margin-top: 0;
  margin-bottom: 0;
  color: hsla(0, 0%, 12%, 1);
  font-size: 20px;
  font-weight: 800;
}

@media screen and (max-width: 992px) {
  .slick-dots li button {
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .slick-slide img {
    display: block;
    margin: 0;
  }
}

/* ==============================  ENCART PRESTATIONS  ============================== */

#encart-prestations {
  background-color: var(--primary50);
}

.prestations-card-image a {
  position: relative;
  z-index: 0;
  display: block;
}

.slick-prestations {
  margin-top: 48px;
}

/* Conteneur .row en mode flex sans wrap pour maintenir une ligne */

.slick-prestations.row {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
}

/* Colonne standard de base */

.slick-prestations .col {
  flex: 1 1 0;
  transition: flex 0.4s ease;
  max-width: none;
  /* Empêche Materialize de fixer à 33.33% */
}

/* Agrandir la colonne au hover de la carte qu'elle contient */

.slick-prestations .col:hover {
  flex: 1.5 1 0;
  z-index: 2;
}

/* Réduire les autres automatiquement */

.slick-prestations .col:not(:hover) {
  flex: 1 1 0;
}

.prestations-card-title a {
  color: white;
  text-decoration: none;
  font-size: 24px;
  line-height: 24.2px;
}

.prestations-card-title a {
  color: var(--text-color);
}

.prestations-card-image a:before {
  position: absolute;
  transition: var(--transition);
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(180deg, rgba(16, 26, 35, 0) 50%, #101a23 100%);
}

.btn-prestation {
  width: 100%;
  height: auto;
}

.prestations-card-title a {
  color: white;
  text-decoration: none;
  font-size: 26px;
  line-height: 34.2px;
  font-weight: 700;
}

.prestations-card:hover .prestations-card-image a::before {
  background: var(--primary950);
  z-index: 1;
  opacity: 70%;
}

.prestations-card:hover .prestations-card-image img {
  transform: scale(1);
}

.card.prestations-card {
  position: relative;
  z-index: 0;
  color: white;
  overflow: hidden;
  border-radius: var(--border-radius);
}

.prestations-card-content .description,
.prestations-card-content .btn-prestation {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  pointer-events: none;
}

.prestations-card:hover .description,
.prestations-card:hover .btn-prestation {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  overflow: hidden;
}

.prestations-card:hover .card-content {
  bottom: 0;
  transition: all 0.3s ease;
  padding-bottom: 31px;
}

.prestations-card-content {
  position: absolute;
  padding: 0 24px;
  bottom: 0;
  padding-bottom: 0;
}

.card-image {
  position: relative;
  overflow: hidden;
}

.prestations-card-title {
  margin-top: 0px;
  margin-bottom: 0;
}

.prestations-card-image img {
  transition: 0.3s;
  height: 480px;
  object-fit: cover;
  width: 100%;
}

.card:hover img {
  transform: scale(1.15);
}

@media screen and (max-width: 600px) {
  .card.prestations-card {
    min-height: 300px;
  }
  .prestations-card-image img {
    height: 420px;
  }
}

@media screen and (max-width: 425px) {
  .prestations-card-content {
    bottom: -41%;
  }
}

/* ******************************************** ENCART CONTACT ****************************************** */

#encart-contact {
  background: linear-gradient(
      270deg,
      hsla(0, 0%, 12%, 0.6),
      hsla(0, 0%, 12%, 0.6)
    ),
    url(../assets/gifs/bg-encart-contact.jpg);
  background-size: cover;
  background-position: center;
  padding-block: 100px;
}

#encart-contact .title-2 {
  color: white;
}

.contact-card-title {
  font-family: var(--primary-font);
  font-weight: 600;
  margin-top: 16px;
  color: white;
}

#encart-contact .btn-contact {
  margin-top: 24px;
}

.contact-card {
  margin-bottom: 30px;
}

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

.slick-catalogue {
  margin-block: 64px;
}

.mask-h,
.mask-b {
  width: 100%;
  position: absolute;
  z-index: 2;
}

.mask-h {
  top: 0;
}

.mask-b {
  bottom: 0;
}

.catalogue-card-image .mask-h img,
.catalogue-card-image .mask-b img {
  height: auto;
}

.catalogue-card:hover .catalogue-card-image .mask-h img,
.catalogue-card:hover .catalogue-card-image .mask-b img {
  transform: scale(1);
  width: 100%;
}

.catalogue-card-image img {
  width: 100%;
  transition: 0.3s;
  height: 448px;
  object-fit: cover;
  width: 100%;
}

.catalogue-card:hover .catalogue-card-image a::before {
  background: var(--primary950);
  z-index: 1;
  opacity: 70%;
}

.catalogue-detail h1 {
  margin: 0;
}

.catalogue-card-title {
  height: 2em;
  font-size: 20px;
  line-height: 26px;
  margin-block: 12px;
}

.catalogue-card-title a {
  text-decoration: none;
}

/* ==============================  AVIS  ============================== */

.encart-avis {
  background: var(--primary50);
  padding-block: 80px;
}

.slick-avis {
  margin-top: 48px;
}

.avis-card .avis-card-text {
  height: 4.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
  margin-left: 20%;
}

.encart-avis .avis-card.js-more .avis-card-text::after {
  display: block;
  width: 100%;
  height: 50%;
  content: "";
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgb(245 245 245)
  );
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  transition: height 0.3s ease-in-out;
}

/* ==============================  BLOC 02  ============================== */

@media screen and (min-width: 993px) {
  #bloc-02 .img1 {
    width: 90%;
    object-fit: cover;
    margin-bottom: 24px;
    height: 48%;
  }
  #bloc-02 .img2 {
    width: 90%;
    object-fit: cover;
    float: right;
    height: 48%;
  }
  #bloc-02 .deco-b {
    position: absolute;
    width: 65%;
    right: -37px;
    bottom: -38px;
    z-index: -1;
  }
  #bloc-02 .deco-r {
    position: absolute;
    width: 139px;
    left: -34px;
    top: -23px;
    z-index: -1;
  }
}

@media screen and (max-width: 992px) {
  .deco-b,
  .deco-r,
  .img2 {
    display: none;
  }
}

/* ==============================  BLOC 03  ============================== */

@media screen and (min-width: 993px) {
  #bloc-03 img {
    width: 100%;
    height: 520px;
    object-fit: cover;
  }
}

/* ==============================  ACTUS  ============================== */

#encart-actualites {
  background: var(--primary50);
}

.actualites-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-radius);
  transition: var(--transition);
}

.actualites-card a {
  font-size: var(--h3-font-size);
  text-decoration: none;
  color: var(--title-color);
}

.actualites-card-title {
  height: 2.3em;
  font-size: 20px;
  line-height: 26px;
  margin-block: 12px;
}

a.lire-plus {
  font-size: 16px;
  margin-top: 10px;
  text-decoration: none;
  display: block;
}

.btn.outlined {
  background-color: transparent;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  font-weight: 600;
  color: hsla(0, 0%, 12%, 1);
  border: 2px solid var(--primary950);
  padding: 10px 24px;
}

.btn.outlined:hover,
.btn.outlined:focus {
  background-color: var(--primary950);
  color: hsla(208, 100%, 97%, 1);
}

#listing-autres-actus-categorie ul {
  padding-left: 0;
}

@media screen and (min-width: 601px) {
  .recherche_actu #recherche_actu_submit {
    margin-left: 0.5rem;
    width: auto;
  }
  .btn.outlined {
    width: auto;
  }
}

/* ==============================  BLOC 05  ============================== */

@media screen and (min-width: 993px) {
  #bloc-05 .img1 {
    width: 90%;
    object-fit: cover;
    margin-bottom: 24px;
    float: right;
    height: 48%;
  }
  #bloc-05 .img2 {
    width: 90%;
    object-fit: cover;
    height: 48%;
  }
  #bloc-05 .deco-b {
    position: absolute;
    width: 65%;
    left: -37px;
    bottom: -38px;
    z-index: -1;
  }
  #bloc-05 .deco-r {
    position: absolute;
    width: 139px;
    right: -34px;
    top: -23px;
    z-index: -1;
  }
}

/* ==============================  FOOTER  ============================== */

footer {
  background: var(--primary50);
  padding-block: 8px;
}

footer svg {
  fill: hsla(0, 0%, 12%, 1);
}

address a.lien-maps span {
  display: block;
}

.footer-2 nav a {
  font-weight: 700;
  color: hsla(0, 0%, 12%, 1);
}

.footer-2 {
  padding: 24px 0;
}

.titre-coord {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--primary950);
}

footer address {
  margin: 1rem 8px;
}

footer .reseaux-sociaux {
  margin: 0 auto;
  width: max-content;
}

a.lien-maps:hover {
  display: inline-block;
  opacity: 0.7;
}

#footer-nav .nav ul li.no-menu {
  display: none;
}

#footer-nav .nav ul li.sous_menu ul.dropdown {
  position: absolute;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: stretch;
  width: max-content;
  min-width: 100%;
  margin: 0;
  padding: 0;
  font-weight: normal;
  z-index: 1;
  background-color: #fff;
  border: 1px solid var(--primary-color);
}

#footer-nav .nav ul li.sous_menu > a::after {
  position: absolute;
  right: 0.625rem;
  display: block;
  font-family: var(--icon-font);
  line-height: 0;
  content: "\e5c5";
  position: static;
  display: inline-block;
  margin: -0.125em 0 0 0.25em;
  text-decoration: none;
}

#footer-nav nav a {
  font-weight: 400;
  line-height: 24px;
}

footer nav a:hover {
  color: var(--accent-color);
}

#footer-nav .nav ul li a.selected,
#footer-nav .nav ul li:hover > a {
  text-decoration: underline;
}

#footer-nav .nav > ul > li {
  margin-bottom: 8px;
}

#footer-nav .nav ul li.sous_menu ul.dropdown > li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

#footer-nav .nav ul li.sous_menu {
  position: relative;
}

#footer-nav .nav ul li.sous_menu:hover ul.dropdown {
  display: flex;
}

#footer-nav .nav ul li.sous_menu ul.dropdown > li a {
  padding: 0.5rem;
  margin: 0;
  font-size: 13px;
  display: block;
  color: var(--accent-color);
}

@media screen and (min-width: 993px) {
  .cp_ville {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  #footer-nav .nav > ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 1.5rem;
    margin: 1.5rem 0;
  }
  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    bottom: 100%;
  }
}

@media screen and (max-width: 992px) {
  footer {
    text-align: center;
  }
  #footer-nav .nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 1.5rem 0;
    flex-direction: column;
  }
  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    display: none;
  }
  #footer-nav .nav ul li.sous_menu > a::after {
    display: none;
  }
  .mt-30 {
    margin-bottom: 30px;
  }
}

/* ******************************************* PAGE INTERNE ******************************************** */

.page-interne div#container {
  padding-top: 0;
}

.page-interne img {
  border-radius: var(--border-radius);
}

.page-interne h1 {
  color: var(--primary950);
}

.sc-content .ac-doubleColonne.bg-hero,
.hero-interne {
  position: relative;
  margin-top: 100px;
  margin-bottom: 80px;
  min-height: 240px;
}

.catalogue-detail .hero-interne {
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
  min-height: auto;
}

.sc-content .ac-doubleColonne.bg-hero img,
.hero-interne img {
  height: -webkit-fill-available;
  object-fit: cover;
  width: 100%;
}

.page-interne .ac-doubleColonne .accent h2,
.page-interne .ac-doubleColonne .primary h2 {
  color: white;
}

.contact-page .lien-maps span {
  display: block;
}

.page-interne .title-1,
.actualites-listing .title-1 {
  color: var(--primary950);
}

.page-interne #encart-contact {
  position: relative;
}

.page-interne .block-txt > p > em {
  display: block;
  font-style: normal;
  padding: 14px;
  background-color: var(--primary-color);
  border-radius: var(--border-radius);
}

.header-contact {
  background-color: var(--primary50);
  padding-block: 75px;
  width: fit-content;
  margin: 0 auto;
}

.page-interne .ac-stat .ac-colonne {
  border: 1px solid var(--accent-color);
  padding: 15px;
  border-radius: var(--border-radius);
}

.block-txt .ac-colonne {
  border: 1px solid var(--accent-color);
  padding: 15px;
  border-radius: var(--border-radius);
}

.page-interne .ac-colonne em {
  display: block;
  font-style: normal;
  background-color: var(--primary50);
  padding: 20px;
}

/* STEP */

.page-interne .sc-content .ac-doubleColonne .ac-steps {
  display: flex;
  flex-direction: column;
}

.ac-steps .ac-colonne {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 10px;
  padding: 0;
  border: 1px solid var(--accent-color-80);
  margin-bottom: 10px;
}

.ac-steps-number {
  padding: 15px;
  font-size: 25px;
  font-weight: 700;
  background: var(--accent-color-30);
  color: white;
  display: flex;
  align-items: center;
  min-width: 50px;
}

.ac-steps .title-3 {
  margin: 10px 0px 0;
  font-size: 23px;
}

/* DEVIS */

fieldset {
  height: auto;
  border-color: var(--primary950);
  margin-top: 16px;
}

legend {
  padding: 0 15px;
  font-weight: 600;
  color: var(--accent900);
}

/* PAGE ACTU DETAIL */

.container_actualite .clear_both {
  margin-bottom: 0px;
}

body.actualites-detail .listing-autres-actus-categorie {
  height: max-content;
  padding: 24px;
  margin-bottom: 24px;
  background-color: var(--accent-color-90);
  border-radius: var(--border-radius);
}

.listing-autres-actus-categorie a.btn {
  font-weight: 600;
  letter-spacing: 0px;
  padding: 16px 24px;
  width: fit-content;
  font-size: 14px;
}

body.actualites-detail .listing-autres-actus-categorie .detail-btn {
  text-align: center;
}

#listing-autres-actus-categorie ul li ul li {
  list-style: none !important;
}

#listing-autres-actus-categorie ul li a {
  text-decoration: none;
}

#listing-autres-actus-categorie ul li a:hover {
  text-decoration: underline;
}

.fb-like.fb_iframe_widget {
  position: relative;
  top: 6px;
}

.actualites-listing,
.actualites-detail {
  padding-top: 65px !important;
}

div#fil_ariane,
.fil-ariane {
  margin-bottom: 48px;
}

.btn.primary:hover,
.btn.primary:focus {
  background-color: var(--primary-color-90);
}

.actualites-listing .recherche_actu #recherche_actu_submit {
  width: 3.4rem;
}

@media screen and (min-width: 993px) {
  .hero-interne img,
  .sc-content .bg-hero .ac-colonne img {
    position: absolute;
    width: 50vw !important;
    top: 0;
    transform: translate(0%);
    left: 0;
    max-width: none;
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
  }
  .devis-page .hero-interne {
    padding-top: 100px;
  }
  .devis-page .hero-interne img {
    min-height: 250px;
    top: 50%;
    transform: translate(0%, -50%);
  }
}

@media screen and (max-width: 992px) {
  .page-interne #encart-contact {
    position: relative;
    width: 120%;
    margin-left: -10%;
    padding: 14px;
  }
  .page-interne .ac-stat .ac-colonne {
    margin-bottom: 30px;
  }
  .block-txt .ac-colonne {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  ul.contact-page-coordonnees > li > .row,
  .contact-page-horaires .row {
    flex-wrap: nowrap;
  }
  .bg-hero .title-1,
  .hero-interne .title-1 {
    font-size: 25px;
  }
}
