:root {
  --primary-h: 24; /* hue */
  --primary-s: 99%; /* saturation */
  --primary-l: 37%; /* lightness */

  --accent-h: 184; /* hue */
  --accent-s: 51%; /* saturation */
  --accent-l: 32%; /* lightness */

  --text-h: 20; /* hue */
  --text-s: 7%; /* saturation */
  --text-l: 17%; /* lightness */

  --background-h: 0; /* hue */
  --background-s: 0%; /* saturation */
  --background-l: 100%; /* lightness */

  --primary-font: "Manrope", sans-serif;
  --secondary-font: "ivypresto-headline";
  --terciaux-font: "Mulish", sans-serif;
  --ivy-display-font: "ivypresto-display";

  --h1-font-size: 4.31rem;
  --h2-font-size: 2.688rem;
  --h3-font-size: 1.5rem;
  --headings-line-height: 1.333333;

  --link-color: var(--primary-color-40);

  --border-radius: 0;
  --button-border-radius: 0.25rem;
  --background-2: rgba(208, 140, 96, 0.1);
  --title-color: rgba(83, 56, 38, 1);

  --transition: 0.3s all ease-in-out;
}

[class*="btn"] a.btn {
  padding: 13px 22.5px;
  letter-spacing: 0px;
  line-height: 24px;
  font-size: 15px;
  color: hsl(0deg 0% 100%);
}

[class*="btn"] a.btn svg {
  margin-left: 22px;
}

.contact-page [id*="formulaire"] .btn.primary {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
  border: 2px solid var(--accent-color);
}

.contact-page [id*="formulaire"] .btn.primary:hover {
  background-color: var(--accent-color-30);
}

[class*="btn"] a.btn:not(.accent),
.index-page [id*="formulaire"] .btn.primary {
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
}

[class*="btn"] a.btn:not(.accent):hover,
[id*="formulaire"] .btn.primary:hover {
  background-color: var(--primary-color);
  color: #fff;
}

@media screen and (max-width: 992px) {
  [id*="bloc"] img {
    display: block;
    width: auto;
    margin: 2rem auto;
  }
  .card-text {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 601px) {
  a.btn {
    width: auto;
  }
}
/* 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,
h1.h1-geoloc span::before,
.title-1.h1-geoloc span::before {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
[class*="title"] {
  font-family: var(--secondary-font);
  font-weight: 600;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--title-color);
  position: relative;
}

.paginationControl {
  text-align: center;
  font-size: 18px;
  margin-top: 3rem;
}

.paginationControl .selected {
  font-weight: bold;
}

.plan-site .sitemap-nav ul li a {
  margin-bottom: 0.5rem;
  display: inline-block;
}

.fil-ariane,
#fil_ariane {
  margin-bottom: 2rem;
  font-size: 14px;
}

.page-interne #fil_ariane {
  margin: 2rem 0;
}

.card {
  position: relative;
  transition: 0.6s;
}

.card-title a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

p,
ul,
.text,
.card-text {
  font-size: 15px;
  line-height: 24px;
}

/* SLIDER */
/* ====== */
.slide-img .container,
.slide-img .container .bloc,
.slide-img,
.slider-slick {
  height: auto;
  min-height: auto;
}
.slider-slick {
  width: 100%;
  background-color: var(--background-color);
  position: relative;
  z-index: 0;
}
.slider-slick .slick {
  height: 100%;
  margin-bottom: 0;
}

.slide-img.slide-01 {
  background-image: url("../assets/gifs/slider/slide-01.jpg");
}
.slide-img {
  background-size: cover;
  background-position: center;
  min-height: 300px;
}

.slick-dots li {
  margin: 0 -8px;
}

@media screen and (max-width: 600px) {
  .slider-slick {
    display: none;
  }
}
@media screen and (min-width: 993px) {
  .index-page header .slide-img {
    min-height: 636px;
  }
}
@media screen and (min-width: 601px) {
  .index-page header .slide-content {
    height: 636px;
    display: flex;
    justify-content: end;
    align-items: end;
  }
  .index-page header .slide-content .col.xl3.l4 {
    background-color: rgb(227 233 252 / 70%);
    padding: 10px;
    margin-bottom: 4rem;
    border-radius: 5px;
  }
  .index-page header .slide-content .header-row-contact {
    display: flex;
    align-items: center;
    gap: 26px;
    line-height: 28px;
    margin-bottom: 27px;
  }
  .index-page header .slide-content .header-row-contact:last-child {
    margin-bottom: 0;
  }
  .index-page header .slide-content a:hover {
    opacity: 0.5;
  }
}
/* ********************************************HEADER****************************************** */

@media screen and (min-width: 993px) {
  .top-bar {
    background-color: var(--primary-color);
    font-size: 13px;
    padding: 4px 0;
  }
  .header-content .container {
    max-width: 1520px;
  }
  .header-contact,
  .tel-header {
    display: flex;
    align-items: center;
    gap: 11px;
  }

  .header-content .contact-link,
  .fold .index-contact {
    display: none;
  }

  .header-content .tel {
    font-family: var(--terciaux-font);
    font-weight: 900;
    font-size: 1.4rem;
    line-height: 28px;
    letter-spacing: 0;
  }
  .top-bar .lien-maps {
    color: #fff;
  }
  .top-bar a {
    text-decoration: none;
    color: #ffffff;
    /* color: rgba(45, 41, 39, 1); */
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li a {
    font-size: 13px;
  }
  .header-content .nav ul li.sous_menu > a::after {
    content: url(../assets/gifs/down.svg);
    margin-left: 8px;
  }
  .main-header-content {
    padding-top: 4px;
  }
  .header-content .nav ul li a.selected,
  .header-content .nav ul li a:hover,
  .header-content .nav ul li:hover > a,
  address a:not(.tel):hover {
    text-decoration: underline;
  }
  .header-content .nav ul li.no-link > a {
    cursor: default;
    opacity: 1;
  }
}

@media screen and (max-width: 1500px) and (min-width: 993px) {
  .header-content [class*="btn"] a.btn {
    padding: 9px 10.5px;
    font-size: 13px;
  }
  .header-content .brand .col {
    width: 120px;
  }
  .header-content .container {
    width: 95%;
  }

  .header-content .nav#main-nav > ul > li > a {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
    font-size: 13px;
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li a {
    font-size: 11px;
  }
}

@media screen and (max-width: 992px) {
  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    width: calc(100% - 12rem);
  }
  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    left: 22px;
  }
  .index-contact {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .menu-mobile {
    height: 6.625rem;
    background-color: #fff;
  }
  .menu_opened .menu-mobile {
    height: 3.5rem;
    background-color: var(--primary-color-30);
  }
  .span-menu-burger {
    color: var(--primary-color);
    padding: 12px;
    background-color: var(--primary-color-90);
    border-radius: 100%;
  }
  .menu-mobile .menu-title {
    text-transform: capitalize;
    font-family: var(--secondary-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }
  .fold-tel {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    background-color: transparent;
  }
  .header-content #nav-container .nav#main-nav ul li a,
  .header-content #nav-container .nav#topbar-nav ul li a {
    font-size: 18px;
    font-weight: 700;
    padding: 1.5rem 5%;
  }
}

@media screen and (max-width: 600px) {
  .fold-tel {
    justify-content: center;
    margin-bottom: 12px;
  }
}

/* ================ POINTS FORT =============== */
#encart-points-fort {
  margin-top: -6px;
}
#encart-points-fort .title-2,
#encart-contact .title-2 {
  color: var(--title-color);
}
.title-2 {
  margin: 0;
}
.slick-points-fort {
  margin-top: 58px;
}
.pt-fort {
  display: flex;
  gap: 12px;
  align-items: center;
}
#encart-points-fort,
#encart-contact,
#relance {
  position: relative;
  z-index: 0;
}
#encart-points-fort::before,
#encart-contact::before,
#relance:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: var(--background-2);
  z-index: -1;
}
.card-title {
  font-size: 25px;
  font-weight: 300;
  font-style: italic;
  line-height: 39.2px;
  color: var(--title-color);
}
a,
.card-image img {
  transition: var(--transition);
}
.pt-fort .card-title {
  margin-bottom: 7px;
}
.card-image-point-fort img {
  min-width: 65px;
}
.card-text {
  color: rgba(45, 41, 39, 1);
}
@media screen and (min-width: 993px) {
  .index-page main .section,
  .page-interne #encart-points-fort,
  .page-interne #bloc-formulaire {
    padding: 120px 0;
  }
}

@media screen and (min-width: 1280px) {
  .pt-fort .card-title {
    min-width: max-content;
  }
  .slick-points-fort {
    gap: 85px;
    flex-wrap: nowrap;
  }
}

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

.sur-title,
[class*="bloc"] .sur-title {
  position: relative;
  text-transform: uppercase;
  color: var(--primary-color);
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 24px;
  font-family: var(--primary-font);
}
#encart-prestations .sur-title,
#bloc-01 .sur-title {
  margin-bottom: 16px;
}

.bg-imprtant {
  background: rgba(208, 140, 96, 0.1);
  margin: 24px 0 48px 0;
  position: relative;
  padding: 14px;
}
.bg-imprtant p {
  margin-bottom: 0;
}
.titr-imprt,
.bg-appel {
  padding-top: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ivy-display-font);
  font-weight: 300;
  font-style: italic;
  font-size: 25px;
  line-height: 39.2px;
}
.bg-appel {
  line-height: 34.2px;
  margin-bottom: 24px;
}
.bg-appel svg {
  min-width: 45px;
}

.apple-contact {
  padding: 24px;
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.apple-contact span {
  font-family: var(--ivy-display-font);
  font-weight: 300;
  font-style: italic;
  color: var(--title-color);
  font-size: 25px;
  line-height: 39.2px;
}
#bloc-04 {
  background: hsla(24, 96%, 37%, 0.05);
}

@media screen and (min-width: 993px) {
  h2 {
    padding-bottom: 24px;
  }
  #bloc-01 p:nth-of-type(2) {
    margin-left: 87px;
    border-left: 1px solid var(--primary-color);
    padding-left: 24px;
  }
  .index-page h1 {
    font-size: 43px;
    line-height: 55.2px;
    padding-bottom: 18px;
    margin-bottom: 24px;
  }
  .index-page h1:before,
  .bg-imprtant:before,
  h2:before {
    position: absolute;
    content: "";
    width: 500px;
    max-width: 100%;
    height: 1px;
    background-color: var(--primary-color);
    left: 0;
    bottom: 0px;
  }
  .bg-imprtant:before {
    bottom: -24px;
  }
  h1.h1-geoloc span,
  .title-1.h1-geoloc span,
  h1 span,
  .title-1 span {
    font-size: 40px;
    line-height: 48.2px;
    margin-top: 16px;
    margin-bottom: 0;
  }
}

/* **************************************************POINTS FORTS *********************************************************/

.index-page .points-forts {
  background-color: hsla(24, 96%, 37%, 0.05);
}

.page-interne .points-forts {
  position: relative;
}

.page-interne .points-forts::before {
  position: absolute;
  content: "";
  width: 160%;
  max-width: 1920px;
  height: 100%;
  left: -26%;
  top: 0;
  z-index: -1;
  background-color: hsla(312, 41%, 46%, 0.05);
}

.slick-pf {
  margin-top: 56px;
}

.card-pf {
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  box-shadow: 0px 4px 12px hsla(0, 0%, 0%, 0.1);
  margin-bottom: 1rem;
}

.card-pf img {
  display: block;
  min-height: 78px;
}

@media screen and (max-width: 1300px) {
  .card-title a,
  .card-pf .card-title {
    font-size: 22px;
  }
}
/* ==========ENCART PRESTATIONS============= */

#encart-prestations {
  position: relative;
  margin-top: -2px;
}
.prestations-card {
  padding: 30px 24px;
  box-shadow: 0px 4px 60px hsla(0, 0%, 0%, 0.1);
  background-color: var(--background-color);
}
.card-title,
.card-title a,
.paginationControl a,
.footer-row-contact a {
  text-decoration: none;
  color: var(--title-color);
}
.footer-row-contact a {
  color: rgba(45, 41, 39, 1);
}
.prestations-card-image {
  overflow: hidden;
}
.prestations-card:hover {
  box-shadow: 2px 6px 65px hsla(0, 0%, 0%, 0.2);
}
.prestations-card:hover img {
  transform: scale(1.1);
}
.prestations-card-content,
.slick-prestations {
  margin-top: 24px;
}
.prestations-card-text {
  margin-top: 24px;
  min-height: 135px;
}
@media screen and (max-width: 992px) {
  #encart-prestations .prestations-card {
    height: 462px;
  }
}
@media screen and (min-width: 993px) {
  #encart-prestations .bloc-top {
    padding-left: 300px;
  }
  #encart-prestations .container {
    position: relative;
    z-index: 2;
  }
  #encart-prestations::before {
    position: absolute;
    content: "";
    left: -281px;
    top: 0;
    bottom: 0;
    width: 638px;
    height: 100%;
    background-image: url("../assets/gifs/before-presta.jpg");
    background-size: cover;
  }
  #encart-prestations .prestations-card {
    height: 468px;
  }
}
@media screen and (min-width: 1280px) {
  .prestations-card-text {
    min-height: 90px;
  }
  #encart-prestations {
    padding: 128px 0;
  }
}
@media screen and (min-width: 1440px) {
  #encart-prestations .container {
    margin-right: 74px;
  }
}
@media screen and (min-width: 1550px) {
  .prestations-card-text {
    min-height: 67.5px;
  }
  #encart-prestations::before {
    left: -225px;
  }
  #encart-prestations .bloc-top {
    padding-left: 169px;
  }
}
@media screen and (min-width: 1920px) {
  #encart-prestations::before {
    left: 0;
  }
}
@media screen and (min-width: 2200px) {
  #encart-prestations .container {
    margin-right: auto;
  }
}
/* ***************************************ACTUALITES*********************************** */

.actualites-listing .actualites-card .card-content {
  padding: 20px;
}

@media screen and (min-width: 993px) {
  .title-2.align-center::before {
    left: calc(50% - 250px);
  }
  .actualites-listing .actualites-card .card-image {
    height: 350px;
  }
  .grid {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 27px;
    width: 100%;
    min-height: 432px;
  }
  /* row-start / col-start / row-end / col-end */
  .grid .col-grid:first-of-type {
    grid-area: 1 / 1 / 3 / 2;
  }
  .grid .col-grid:nth-of-type(2) {
    grid-area: 1 / 2 / 2 / 3;
  }
  .grid .col-grid:nth-of-type(3) {
    grid-area: 2 / 2 / 3 / 3;
  }
  .grid .col-grid:not(:first-of-type) .card {
    display: flex;
    align-items: stretch;
    background-color: #fff;
  }
  .grid .col-grid:not(:first-of-type) .card .card-image,
  .grid .col-grid:not(:first-of-type) .card .card-content {
    width: 50%;
  }
  .grid .col-grid:first-of-type .card-image {
    height: 267px;
  }
  .grid .col-grid:first-of-type .card-content {
    padding-top: 32px;
  }
  .grid .col-grid:first-of-type .actualites-card-title a {
    font-size: 24px;
  }
  .grid .col-grid .actualites-card-title {
    margin: 12px 0 12px;
  }
  .grid .col-grid:not(:first-of-type) .actualites-card-content {
    padding: 24px 24px 16px;
  }
  .grid .col-grid:not(:first-of-type) .actualites-card-text {
    margin: 8px 0 0px;
  }
  .grid .col-grid:not(:first-of-type) .actualites-card-title svg {
    display: none;
  }
}

#encart-actualites .encart-text {
  margin-bottom: 1.5rem;
}

.actualites-card .actualites-card-image {
  position: relative;
  transition: 0.8s;
}

.actualites-card:hover .actualites-card-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: hsla(204, 51%, 10%, 0.5);
}

.actualites-date {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  color: var(--accent-color);
}

.actualites-card-title {
  min-height: 35px;
}

.actualites-card-title a {
  text-decoration: none;
  color: hsla(311, 41%, 28%, 1);
  font-size: 25px;
  line-height: 34.2px;
  letter-spacing: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.actualites-card-content {
  padding: 24px 0 16px;
}

.actualites-encart-btn {
  margin-top: 40px;
}

.actualites-card .card-image a,
.actualites-card .card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.actualites-listing .actualites-card-title {
  margin-top: 1rem;
}

#listing-autres-actus-categorie ul a {
  font-size: 15px;
  text-decoration: none;
  color: #000;
}

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

.actualites-detail .detail-btn {
  text-align: center;
}

.actualites-detail .detail-actu-reseaux-sociaux {
  align-items: flex-start;
}

.detail-actu-reseaux-sociaux > div {
  display: flex;
}

@media screen and (max-width: 1400px) and (min-width: 993px) {
  #listing-autres-actus-categorie a.btn {
    padding: 12px 12px;
    font-size: 12px;
  }
}

.actualites-detail #listing-autres-actus-categorie {
  background-color: var(--text-color-90);
  padding: 1rem;
}

@media screen and (max-width: 992px) {
  .actualites-card .card-content {
    padding: 20px;
  }
  .actualites-card .card-image {
    height: 350px;
  }
  .actualites-card-title a {
    line-height: normal;
  }
  .actualites-card-title {
    margin-top: 0.5rem;
    max-height: 3.5rem;
  }
}

@media screen and (min-width: 601px) {
  .actualites-listing .recherche_actu #input_recherche_actu {
    width: calc(100% - 6.25rem);
  }
}

/* *************************************************FOOTER********************************* */

footer {
  background-color: var(--primary-color);
  color: rgba(45, 41, 39, 1);
}

footer .section.footer-1 {
  padding: 120px 0 80px 0;
  position: relative;
}

footer nav li {
  line-height: 28px;
  margin-bottom: 10px;
}

.footer-1 li svg {
  margin-right: 13.56px;
}

.footer-row-contact svg,
footer .reseaux-sociaux a svg {
  width: 40px;
  background: hsla(0, 0%, 100%, 0.2);
  padding: 10px 3px;
  border-radius: 100%;
  height: 40px;
}

.footer-row-contact.email svg {
  padding: 13px 3px;
}

footer address,
header address,
.index-page address,
.page-interne main address {
  margin: 0;
}

.footer-row-contact {
  display: flex;
  align-items: center;
  gap: 26px;
  line-height: 28px;
  margin-bottom: 27px;
}

footer .reseaux-sociaux li.col {
  padding: 0;
  margin-top: 1.5rem;
}

footer .siret {
  font-size: 14px;
  font-weight: 400;
  line-height: 27.2px;
}

.footer-row-contact .tel {
  font-family: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 34.2px;
  color: rgba(45, 41, 39, 1);
}

footer .title-4 {
  margin-top: 0;
  font-family: var(--ivy-display-font);
  font-size: 25px;
  font-weight: 300;
  line-height: 39.2px;
  margin-bottom: 10px;
  font-style: italic;
  color: var(--title-color);
}

footer .footer-1 .title-4 {
  margin-top: 0;
  font-family: var(--ivy-display-font);
  font-size: 25px;
  font-weight: 300;
  line-height: 39.2px;
  margin-bottom: 10px;
  font-style: italic;
  color: #ffffff;
}
.footer-1,
.footer-1 address a,
.footer-1 address .tel {
  color: #ffffff;
}
.footer-1 .footer-row-contact svg path,
.footer-1 .reseaux-sociaux svg path {
  fill: #ffffff;
}

.liste-1 li a,
.liste-2 li a,
.footer-row-contact a,
.footer-row-contact .lien-maps {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.lien-maps br {
  display: none;
}

footer .lien-maps br {
  display: inline-block;
}

.footer-1 a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .lien-maps span {
  display: block;
}
footer {
  position: relative;
}

footer .top:hover {
  opacity: 1;
  background-color: var(--accent-color-30);
}

footer .top {
  position: absolute;
  right: 26px;
  top: -18px;
  padding: 5px 11px 12px 11px;
  border-radius: 100%;
  background-color: var(--accent-color);
}

footer .title-4 + svg {
  margin-top: -39px;
}

footer .reseaux-sociaux .img-content {
  padding: 8px;
  background-color: #ffffff33;
  border-radius: 100%;
  margin-right: 12px;
}

.tel-footer {
  display: flex;
  font-size: 0.8rem;
  gap: 5px;
  align-items: center;
}
.page-interne main a.tel.gtm-global-tel {
  margin-bottom: 1.5rem;
  font-family: var(--secondary-font);
  font-size: 20px;
  line-height: 34.2px;
  letter-spacing: 0px;
  color: #333333;
}
@media screen and (max-width: 600px) {
  .footer-row-contact {
    flex-direction: column;
  }
}

@media screen and (max-width: 992px) {
  .page-interne #container .ac-doubleColonne .ac-colonne img {
    width: auto;
    margin: 1rem auto;
  }
  footer .row-2-footer {
    flex-direction: column;
    justify-content: center;
  }
  .footer-text {
    max-width: 300px;
    margin: 0 auto 1.5rem;
  }
  footer {
    text-align: center;
    padding: 0 0 1.5rem;
  }
  .siret {
    margin-top: 1.5rem;
  }
  footer .footer-2 .reseaux-sociaux ul,
  .footer-row-contact {
    justify-content: center;
  }
  footer .footer-1 .reseaux-sociaux .row {
    justify-content: center;
  }
}

@media screen and (min-width: 993px) {
  .header-content .nav#main-nav > ul > li > a {
    font-weight: 500;
  }
  footer .row-2-footer {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
  footer .col:has(.reseaux-sociaux) {
    max-width: 316px;
  }
  footer nav ul {
    margin-top: 0;
    margin-bottom: 0;
  }
  footer .section.footer-2 {
    padding-top: 16px;
    padding-bottom: 0;
    position: relative;
    max-width: 1920px;
    margin: auto;
  }
  .footer-2 .container {
    padding: 20px 0 60px;
    position: relative;
  }
  .footer-2 .container::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background-color: #fff;
  }
  .liste-2 {
    margin-left: 80px;
  }
  footer nav li {
    text-align: left;
  }
}

@media screen and (min-width: 993px) and (max-width: 1335px) {
  footer nav li svg {
    margin-right: 4.56px;
  }
  footer .footer-row-contact {
    gap: 6px;
  }
  footer .liste-2 {
    margin-left: 8px;
  }
  footer .liste-1 li a,
  footer .liste-2 li a,
  footer .footer-row-contact a,
  footer .footer-row-contact .lien-maps {
    font-size: 12px;
  }
}

.footer-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 27.2px;
}

body:not(.index-page):not(.page-interne) footer {
  margin-top: 6rem;
}

.bloc-maps {
  padding: 14px 0;
  text-align: center;
  color: rgba(45, 41, 39, 1);
  background-color: rgb(230 222 213);
  /* background-color: rgba(245, 237, 228, 1); */
}

.bloc-maps svg {
  margin-left: 1.5rem;
}

.bloc-maps .title-4 {
  width: fit-content;
  font-family: var(--ivy-display-font);
  margin: auto;
  cursor: pointer;
}

.bloc-maps iframe {
  height: 220px;
  margin-top: 1.5rem;
}

.main-form-home {
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 1);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.03);
  padding: 32px;
  margin: 20px 0;
}
.page-interne .hero-bg,
.hero-interne {
  padding: 88px 0;
  position: relative;
}

.actualites-detail .hero-interne {
  padding: 88px 0 56px;
}

.contact-hero {
  background: url("../assets/gifs/slider/slide-01.jpg"),
    linear-gradient(hsla(187, 47%, 96%, 1), hsla(187, 47%, 96%, 1));
  background-size: cover;
}

.plan-site h1,
.hero-interne {
  margin-bottom: 2rem;
}

.page-interne .hero-bg::before,
.hero-interne::before {
  position: absolute;
  content: "";
  background: linear-gradient(rgba(208, 140, 96, 0.8), rgba(208, 140, 96, 0.8)),
    url("../assets/gifs/slider/slide-01.jpg");
  background-size: cover;
  width: 160%;
  left: -23%;
  max-width: 1920px;
  top: 0;
  height: 100%;
  z-index: -1;
}
.page-interne .hero-bg h1 {
  max-width: 1085px;
}
.page-interne .ac-include .container {
  width: 100%;
}

@media screen and (min-width: 993px) {
  .main-form-home {
    margin: 0;
  }
  .sc-content .clear_both {
    margin-bottom: 120px;
  }
  .page-interne .ac-include > .section,
  .page-interne .bloc-bg {
    padding: 120px 0;
  }
  .page-interne #container {
    padding-bottom: 0;
  }
}
section#relance {
  padding: 2rem 0;
  margin-bottom: 0 !important;
}

/* AJOUT ~~ */
.contact-page .section.primary.white-text .title-2 {
  color: white;
}
#encart-prestations .slick-prev .slick-prev-icon,
#encart-prestations .slick-prev .slick-next-icon,
#encart-prestations .slick-next .slick-prev-icon,
#encart-prestations .slick-next .slick-next-icon {
  background-color: white;
}

@media screen and (min-width: 601px) and (max-width: 992px) {
  #bloc-03 img {
    width: 50%;
  }
}

/* @media screen and (max-width:992px) {
  .slick-dots li.slick-active button .slick-dot-icon
} */

.slick-dots li.slick-active button .slick-dot-icon,
.slick-dots li button .slick-dot-icon {
  color: white;
}

/* FIN AJOUT ~~ */
