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

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

  --text-h: 0; /* hue */
  --text-s: 1%; /* saturation */
  --text-l: 26%; /* lightness */

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

  --primary-font: "Manrope", sans-serif;
  --secondary-font: "Cormorant", serif;

  --h1-font-size: 4rem;
  --h2-font-size: 3.35rem;
  --h3-font-size: 2rem;
  --h4-font-size: 30px;
  --headings-line-height: 1.333333;

  --link-color: var(--primary-color-40);
  --title-color: rgba(30, 30, 42, 1);

  --border-radius: 0;
  --button-border-radius: 5px;
  --transition: 0.3s all ease-in-out;
}

#blocHorsLigne {
  z-index: 999 !important;
}
.relative {
  position: relative;
}
a[href="#"] {
  cursor: default;
}

main p a,
main p u {
  color: var(--accent-color);
}

p {
  margin-block: 16px;
  line-height: 24px;
}

[class*="btn"] a.btn,
.btn.accent,
input#field_3 {
  padding: 14px 14px;
  border-radius: var(--button-border-radius);
  line-height: 100%;
  font-weight: 600;
}
.btn svg {
  transition: var(--transition);
}
.btn.accent {
  background-color: var(--accent-color);
  border: 2px solid var(--accent-color);
  color: var(--background-color);
}
.btn.accent:hover {
  background-color: white;
  color: var(--accent-color);
}
.btn.accent:hover svg path {
  stroke: var(--accent-color);
}
.btn.primary {
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  color: white;
}
.btn.primary:hover {
  background-color: white;
  color: var(--primary-color);
}
.btn.primary:hover svg path {
  stroke: var(--primary-color);
}
.politique-de-confidentialite main .btn-contact {
  margin-top: 1rem;
}
/* BRAND */
/* ===== */

.brand a {
  display: inline-block;
  transition: opacity 0.3s;
}
.brand a:hover,
.lien-maps:hover {
  opacity: 0.75;
}
header .brand img.footer-only,
footer .brand img.header-only,
.rappel_telephonique .brand img.footer-only {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
[class*="title"] {
  font-family: var(--secondary-font);
  font-weight: 600;
}
.paginationControl {
  text-align: center;
  font-size: 18px;
  margin-top: 3rem;
}

.paginationControl a {
  text-decoration: none;
}

.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;
}

#fil_ariane {
  margin: 3rem 0;
}

.card {
  position: relative;
}

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

.card-image a,
.card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 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%;
}

.slide-img.slide-01 {
  background: linear-gradient(
      284.02deg,
      rgba(0, 0, 0, 0) 41.17%,
      rgba(0, 0, 0, 0.4) 84.63%
    ),
    url("../assets/gifs/slider/slide-01.jpg");
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 600px) {
  .slide-img.slide-01 {
    background: linear-gradient(
        284.02deg,
        rgba(0, 0, 0, 0) 1.17%,
        rgba(0, 0, 0, 0.4) 4.63%
      ),
      url(../assets/gifs/slider/slide-01.jpg);
  }
}
.slick-dots li {
  margin: 0 -12px;
}

.slick-slider {
  margin-bottom: 0;
}

/* ********************************************HEADER****************************************** */
.container-header {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.lien-maps {
  font-size: 13px;
}
.lien-maps span {
  display: block;
}
@media screen and (min-width: 993px) and (max-width: 1682px) {
  .header-content .brand {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 993px) {
  .top-bar .container {
    padding: 16px 0 18px 0;
  }
  .border-right {
    border-right: 1px solid rgba(218, 218, 218, 1);
    padding-right: 24px !important;
  }
  .fold .index-contact {
    display: none;
  }
  .container-header {
    max-width: 1700px;
  }
  .main-header-content {
    border-bottom: 1px solid rgba(218, 218, 218, 1);
    padding: 3px 0 8px 0;
  }
  .header-content nav li:not(.sousLi) {
    margin: 0 8px;
  }
  .header-content .nav#main-nav > ul > li > a {
    position: relative;
    padding: 0;
    min-width: max-content;
    font-weight: 500;
    font-size: 15px;
  }
  .header-content nav ul.dropdown a {
    font-size: 14px;
  }
  .header-content .nav ul li.sous_menu > a::after {
    content: url(../assets/gifs/Down.svg);
    text-decoration: none;
  }
  .header-content .nav#main-nav > ul > li > a::before,
  .header-content .nav#topbar-nav > ul > li > a::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    height: 2px;
    width: 0;
    background-color: var(--accent-color);
    transition: var(--transition);
  }

  .header-content .nav#main-nav > ul > li > a.selected::before,
  .header-content .nav#main-nav > ul > li > a:hover::before {
    width: 100%;
    left: 0;
    right: 0;
  }

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

  .header-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
  .text-sm {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 8px;
  }
}

@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%;
  }

  .header-content .nav ul li a.selected {
    color: var(--text-color);
  }
}

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

/* *********************************** bloc 01 + 02********************************* */
#bloc-01 p,
#bloc-02 p:first-of-type {
  font-weight: 600;
}

#bloc-01 {
  padding-block: 2rem;
}
.span-titre {
  margin: 10px 0 24px 0;
  color: var(--primary-color);
  font-size: 13px;
  text-transform: uppercase;
}
.title-2,
h2 {
  color: var(--title-color);
  font-weight: 400;
}
@media screen and (min-width: 993px) {
  h2 {
    padding-bottom: 24px;
  }
  .title-2,
  h2 {
    margin: 0 auto 1.5rem;
    line-height: 53.2px;
    position: relative;
  }
  h2:after {
    content: "";
    position: absolute;
    width: 500px;
    height: 1px;
    background: var(--primary-color);
    bottom: 0;
    left: 0;
  }
  .encart-avis h2:after,
  #encart-actualites h2:after {
    right: 0;
    margin: 0 auto;
  }
  #bloc-01 {
    padding-top: 121px;
    padding-bottom: 252px;
  }
  .index-page main .section {
    padding: 120px 0;
  }
  h1 {
    font-size: var(--h1-font-size);
    line-height: 70.2px;
    letter-spacing: 0px;
    margin: 0 0 16px;
  }

  h1 span {
    margin-top: -1rem;
    font-size: 2.5rem;
  }
  #bloc-02 p:last-of-type {
    margin-bottom: 0;
  }
}

/* ***********************************PRESTATIONS********************************* */
#encart-prestations:before,
#encart-prestations:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
#encart-prestations:before {
  background: url(../assets/gifs/bg-prestation.jpg);
  opacity: 0.2;
  background-size: cover;
}
#encart-prestations:after {
  background: rgba(191, 130, 115, 0.05);
}
.row-titre {
  margin-bottom: 60px;
}

.row-titre .title-2 {
  margin: 0 0 20px;
}
.card,
.prestations-card-image {
  position: relative;
}
.prestations-card-content {
  padding: 24px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(16, 26, 35, 0) 50%, #101a23 100%);
}

.prestations-card-image a::before {
  content: "";
  background: rgba(100, 56, 7, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
}

.prestations-card-image {
  height: 100%;
}

.prestations-card .btn-card {
  font-weight: 700;
}

.prestations-card,
.prestations-card * {
  transition: 0.7s;
  text-decoration: none;
}
.card-title a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.prestations-card-title a.title-3 {
  letter-spacing: -1px;
  font-weight: 700;
  color: white;
}
.prestations-card .card-text {
  margin: 8px 0 20px 0;
  color: rgba(246, 246, 246, 1);
  min-height: 90px;
}
.slick-prestations > .col:hover .card-text {
  min-height: auto;
}

@media screen and (min-width: 993px) {
  .slick-prestations {
    flex-wrap: nowrap;
  }

  .prestations-card {
    height: 480px;
    overflow: hidden;
  }

  .slick-prestations > .col {
    transition: 0.8s;
  }

  .slick-prestations > .col:hover {
    flex-basis: 50%;
  }
}

/* **************************************  BDD *********************************** */
.catalogue-card {
  background: #fff;
  box-shadow: 0px 4px 30px -1px rgba(0, 0, 0, 0.1);
  padding: 30px 24px;
  margin: 29px 0;
}
.catalogue-card-content {
  margin-top: 24px;
}
.card-title a {
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 34.2px;
  color: var(--title-color);
  text-decoration: none;
  font-weight: 400;
}
.slick-tele {
  display: flex;
  align-items: center;
  gap: 24px;
}
/* *************************************** Avis *********************************** */

.encart-avis {
  padding: 54px 0 2rem;
  margin: auto;
  max-width: 1920px;
  position: relative;
  background: linear-gradient(
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)
    ),
    url(../assets/gifs/bg-avis.jpg);
  background-size: cover;
  background-position: center;
}
/* *************************************** BLOC 03 *********************************** */

#bloc-03 p:last-of-type {
  background: rgba(191, 130, 115, 0.05);
  padding: 14px;
}
.bloc-contact-tel {
  margin-top: 24px;
  padding: 24px;
}
.title-4 {
  font-size: var(--h4-font-size);
  font-weight: 400;
  line-height: 34.2px;
  letter-spacing: -1px;
}
/* ************************************************ENCART CONTACT **********************************************/

.index-page #encart-contact {
  background: url(../assets/gifs/bg-contact.jpg);
  background-size: cover;
}

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

.page-interne #encart-contact::before {
  position: absolute;
  content: "";
  width: 200%;
  height: 100%;
  left: -50%;
  top: 0;
  z-index: -1;
  background: url(../assets/gifs/bg-contact.jpg);
  background-size: cover;
}
.bg-cont {
  background: rgba(82, 82, 82, 0.9);
}
.title-contact {
  color: white;
  font-weight: 400;
  font-size: 40px;
  line-height: 48.2px;
  margin-bottom: 24px;
}
.rows-tel {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  margin-block: 24px;
}
.bt-tel {
  border: 1px solid #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 13px 36px;
  font-weight: 700;
}
.text-contact.align-center {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 25px;
  line-height: 34.2px;
  letter-spacing: 0px;
  margin-bottom: 24px;
}
#encart-contact .btn-contact a {
  background: #fff;
  color: var(--text-color);
}
#encart-contact .btn-contact svg path {
  fill: var(--text-color);
}
@media screen and (max-width: 992px) {
  .title-contact {
    font-size: 30px;
    line-height: 38.2px;
  }
  .rows-tel {
    flex-wrap: wrap;
  }
}

/* *************************************** BLOC 05 *********************************** */
#bloc-05 {
  position: relative;
}
#bloc-05:before,
#bloc-05:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
#bloc-05:before {
  background: url(../assets/gifs/bg-5.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.1;
}
#bloc-05:after {
  background: rgba(191, 130, 115, 0.05);
}
[id*="bloc-"] ul {
  list-style-type: none;
  padding: 0;
}
[id*="bloc-"] ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}
[id*="bloc-"] ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../assets/gifs/puce-li.png);
  left: 0;
  width: 16px;
  height: 14px;
}
/* ***************************************ACTUALITES*********************************** */
#encart-actualites .title-2::before {
  left: calc(50% - 250px);
  bottom: -14px;
}
#encart-actualites .title-2 {
  margin-bottom: 29px;
}
.slick-actualites {
  margin-top: 60px;
}
.actualites-card-image {
  height: 341px;
  margin: 14px 0;
  overflow: hidden;
}
.actualites-date:has(svg) {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  text-transform: uppercase;
  color: var(--primary-color);
}
.actualites-date svg {
  margin-right: 8px;
}

#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;
}
.actualites-card:hover img {
  transform: scale(1.1);
  transition: var(--transition);
}
@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;
}
/* *******************************************************************************FOOTER µµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµ*/
footer {
  color: #fff;
}
footer .section.footer-1 {
  padding: 54px 0 2rem;
  margin: auto;
  max-width: 1920px;
  position: relative;
  background: linear-gradient(
      rgba(191, 130, 115, 0.85),
      rgba(191, 130, 115, 0.85)
    ),
    url(../assets/gifs/bg-footer.jpg);
  background-size: cover;
  background-position: center;
}

footer nav li {
  line-height: 28px;
  margin-bottom: 10px;
}
.footer-1 li svg {
  margin-right: 13.56px;
}
.footer-row-contact svg {
  width: 40px;
  background: hsla(0, 0%, 100%, 0.2);
  padding: 9px 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;
  color: #fff;
  line-height: 28px;
  margin-bottom: 27px;
}
footer .footer-1 .reseaux-sociaux ul {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
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 a {
  text-decoration: none;
  color: #fff;
}
.footer-row-contact .tel {
  font-size: 18px;
  font-weight: 700;
  line-height: 34.2px;
  color: #fff;
}
footer .title-4 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 29.2px;
  margin-bottom: 10px;
}
.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 {
  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 [class*="title"] {
  color: #fff;
}
footer .title-4 + svg {
  margin-top: -39px;
}
footer .reseaux-sociaux .img-content {
  padding: 8px;
  background-color: #ffffff33;
  border-radius: 100%;
  margin-right: 12px;
}
@media screen and (max-width: 600px) {
  .footer-row-contact {
    flex-direction: column;
  }
}
@media screen and (max-width: 992px) {
  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) {
  footer .section.footer-1 {
    padding: 120px 0;
  }
  footer .title-4 {
    font-size: 30px;
    letter-spacing: -1px;
  }
  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;
}
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);
}
.bloc-maps {
  padding: 17px 0;
  text-align: center;
  background-color: rgba(51, 51, 51, 1);
}
.bloc-maps svg {
  margin-left: 1.5rem;
}
.bloc-maps .title-4 {
  width: fit-content;
  margin: auto;
  cursor: pointer;
}
.bloc-maps iframe {
  height: 220px;
  margin-top: 1.5rem;
}
/** page internes**/
.page-interne .hero-bg,
.hero-interne {
  position: relative;
  padding-block: 150px;
}
.page-interne .hero-bg::before,
.hero-interne:before {
  position: absolute;
  content: "";
  background: linear-gradient(
      180deg,
      rgba(40, 32, 33, 0.5) 0%,
      rgba(40, 32, 33, 0.8) 100%
    ),
    url(../assets/gifs/slider/slide-01.jpg);
  background-size: cover;
  background-position: left;
  width: 160%;
  left: -23%;
  max-width: 1920px;
  top: 0;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .page-interne #container .ac-doubleColonne .ac-colonne img {
    width: auto;
    margin: 1rem auto;
  }
  .title-2,
  h2 {
    font-size: 30px;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 993px) {
  .page-interne .sc-content img {
    height: 100%;
    object-fit: cover;
  }
}
