:root {
  --primary-h: 36; /* hue */
  --primary-s: 100%; /* saturation */
  --primary-l: 50%; /* lightness */

  --secondary-h: 49; /* hue */
  --secondary-s: 92%; /* saturation */
  --secondary-l: 95%; /* lightness */

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

  --accent: linear-gradient(86.19deg, #ff3333 54.27%, #ff9900 99.38%);
  --title-color: hsla(0, 0%, 12%, 1);

  --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: "Instrument Sans", sans-serif;
  --accent-font: "Playfair Display", serif;
  --last-font: "Plus Jakarta Sans", sans-serif;

  --marge-section-mobile: 40px;
  --marge-section-desck: 120px;

  --h1-font-size: 3.813rem;
  --h2-font-size: 2.5rem;
  --h3-font-size: 2.0625rem;
  --h4-font-size: 1.75rem;

  --headings-line-height: 1.333333;
  --link-color: var(--primary-color-20);

  --border-radius: 0rem;
  --button-border-radius: 0rem;
  --transition: 0.5s all ease-in-out;

  --font-weight-light: 300;
  --font-weight-Regular: 400;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
}

/* ================================== GENERAL ================================== */
a[href="#"] {
  cursor: default;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
h1 span,
h1.h1-geoloc span,
[class*="title"] {
  font-family: var(--secondary-font);
  color: var(--title-color);
  font-weight: 500;
}

h1 span {
  margin-top: 0.75rem;
}
.relative {
  position: relative;
  z-index: 0;
}
p {
  margin: 1.5rem 0;
}

a {
  transition: var(--transition);
}

.sitemap-nav li {
  margin: 10px 0;
}
.nowrap {
  flex-wrap: nowrap;
}
#blocHorsLigne {
  z-index: 9999 !important;
}
body :where(address) {
  margin: 0;
}

.index-page main p u,
.bg-notes {
  display: block;
  text-decoration: none;
  border: 1px solid var(--primary-color-40);
  margin-block: 0 1.5rem;
  padding: 1.5rem;
  font-weight: 600;
}

/* ================================== PAGINATION ================================== */
.paginationControl {
  text-align: center;
  margin: 2rem 0;
}
.paginationControl a,
.paginationControl span {
  font-weight: 600;
  font-size: 18px;
  padding: 0 5px;
  color: var(--primary-color-40);
}
.paginationControl span.disabled {
  color: var(--primary-color);
}
.paginationControl span.selected,
.paginationControl a:hover {
  color: var(--accent-color-40);
}

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

.brand img,
.brand svg {
  position: relative;
  transition: var(--transition);
}

.brand a:hover img,
.brand a:hover svg {
  transform: scale(0.9);
}

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

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

/* ================================== SECTIONS ================================== */

.index-page main .section {
  padding-block: var(--marge-section-mobile);
}

@media screen and (min-width: 993px) {
  .index-page main .section {
    padding-block: var(--marge-section-desck);
  }
}

/* ================================== CARDS ================================== */

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

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

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

.card-image img,
.card * {
  transition: var(--transition);
}

.card:hover img {
  transform: scale(1.1);
  transition: var(--transition);
}

/*=========== BOUTONS=========*/
[class*="btn"] a.btn {
  padding: 0.75rem 1.5rem;
  font-weight: var(--font-weight-semi-bold);
  letter-spacing: 0px;
}
a.btn.accent {
  background: var(--accent);
}
[class*="btn"] .accent.btn:hover {
  color: hsla(0, 0%, 12%, 1);
  background: linear-gradient(85.29deg, #ff3333 3.5%, #ff9900 40.14%);
}
[class*="btn"] .accent.btn:hover svg path {
  stroke: hsla(0, 0%, 12%, 1);
}
[class*="btn"] a.btn svg {
  margin-left: 0.5rem;
}
[class*="btn"] a.btn:not(.accent) {
  z-index: 1;
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
}

a.btn:has(.content) {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: var(--transition);
  height: 3.188rem;
  border: none;
  padding: 0;
  color: #1E1E1E;
}

a.btn .content {
  position: relative;
  bottom: 0%;
  transition: var(--transition);
  height: 100%;
  padding: 0.85rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 993px) {
  a.btn:has(.content):hover .content {
    bottom: 101%;
  }
}

@media screen and (max-width: 992px) {
  a.btn .content:last-of-type {
    display: none;
  }
}

@media screen and (min-width: 601px) {
  .recherche_actu #input_recherche_actu {
    width: calc(100% - 7rem) !important;
  }
  .btn:not(.fluid) {
    width: auto;
  }
}

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

.contact-page .fold {
  display: none;
}
@media screen and (max-width: 992px) {
  .menu-mobile {
    height: 5.625rem;
    background: hsl(0deg 0% 0% / 83%);
    color: white;
  }
  .menu-mobile .btn-menu {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 100%;
  }

  .menu-mobile .row {
    width: 100%;
    margin: 0;
  }
  .fold {
    padding: 1.25rem 0px;
  }
  .fold address {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }
  header a.tel {
    display: block;
  }
  .header-content .nav .dropdown,
  .header-content .nav .ssdropdown {
    top: 5.625rem;
  }
  .header-content #nav-container {
    margin-top: 5.625rem;
  }
  .header-content .nav#topbar-nav li:not(.opened) a,
  .header-content .nav#main-nav li:not(.opened) a {
    padding: 0.75rem;
  }
  .topbar-brand .brand {
    width: 60%;
  }

  .menu-title {
    color: var(--primary-color);
  }
  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    height: 5.625rem;
    color: var(--primary-color);
  }
}
@media screen and (min-width: 993px) {
  .header-content:not(.sticky-active .header-content) {
    background-color: transparent;
  }
.page-interne .header-content:not(.sticky-active .header-content) {
    color: white;
}
  .header-content #nav-container,
  .header-content .row {
    margin: 0;
    justify-content: center;
    gap: 0.5rem;
  }
  .header-nav .col {
    padding: 0 0.25rem;
  }

  .header-content .nav ul li a.selected,
  .header-content .nav ul li:hover > a {
    color: black;
  }

  .sticky-active .header-content {
    background: #f9f9f9;
  }
  .header-content .nav#main-nav ul {
    justify-content: center;
  }
  .header-content nav ul li a {
    font-size: 14px;
  }
  .header-content nav li:not(.sousLi) {
    margin: 0 8px;
  }
  .header-content .nav#main-nav > ul > li > a,
  .header-content .nav#topbar-nav > ul > li > a,
  .nav-footer a {
    position: relative;
    padding: 0.1rem;
    color: #1E1E1E;
  }

  .header-content .contact {
    display: none;
  }

  .header-content .nav#main-nav > ul > li > a::before,
  .header-content .nav#topbar-nav > ul > li > a::before,
  .nav-footer a::before {
    content: "";
    position: absolute;
    bottom: -0.375rem;
    left: 50%;
    height: 0.125rem;
    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,
  .header-content .nav#topbar-nav > ul > li > a.selected::before,
  .header-content .nav#topbar-nav > ul > li > a:hover::before,
  .nav-footer a:hover::before,
  .nav-footer a.selected::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);
  }
  body {
    padding-top: 0 !important;
  }
  .header-content .nav ul li a.selected {
    background: transparent;
  }
  .fold,
  .no-desk {
    display: none;
  }

  .header-content a.tel {
    font-weight: 600;
    color: #1E1E1E;
    text-decoration: underline;
  }

  .header-nav .col {
    padding: 0 0.25rem;
  }

  .main-header-content .container {
    padding-block: 1.5rem;
  }
  .header-content .nav#main-nav ul {
    justify-content: center;
  }
  .header-content nav li:not(.sousLi) {
    margin: 0 0.5rem;
  }

  .header-content nav ul.dropdown a {
    font-size: 14px;
  }

  .header-content .contact {
    display: none;
  }
  ul.dropdown a {
    color: var(--text-color);
  }
  .header-content .nav#main-nav > ul > li > a::before,
  .header-content .nav#topbar-nav > ul > li > a::before,
  .nav-footer a::before {
    content: "";
    position: absolute;
    bottom: -0.375rem;
    left: 50%;
    height: 0.125rem;
    width: 0;
    background-color: hsla(0, 100%, 60%, 1);
    transition: var(--transition);
  }

  .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,
  .nav-footer a:hover::before,
  .nav-footer a.selected::before {
    width: 100%;
    left: 0;
    right: 0;
  }
}

@media screen and (min-width: 1500px) {
  .header-content .col {
    padding: 0 0.75rem;
  }
  .header-content nav a {
    font-size: 1rem;
  }

  .header-content #nav-container,
  .header-content .row {
    justify-content: space-between;
    gap: 0rem;
  }
}

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

.slider-slick {
  width: 100%;
  position: relative;
  z-index: 0;
}
.slide-img .container {
  min-height: auto;
  z-index: 5;
}
.slide-img .title-1 span,
.slide-img .animated-line,
.bg-interne .animated-line {
  display: inline-block;
  margin: 0;
  font-size: 2.1875rem;
}
.slide-img .title-1 span,
.slide-img .animated-line,
.ac-doubleColonne.hero-bg .animated-line {
  display: inline-block;
  margin: 0;
  font-size: 2.1875rem;
}
.slide-img {
  min-height: auto;
  background-size: cover;
  background-position: center;
}
.bg-interne {
  position: relative;
  padding-block: 80px;
  margin-bottom: 80px;
  z-index: 0;
  margin-top: -2rem;
}
.page-interne .bg-interne {
  margin-top: 0rem;
  color: black;
}
.contact-page header .bg-interne {
  display: none;
}

.bg-interne::before {
  position: absolute;
  content: "";
  z-index: -2;
  width: 200%;
  left: -50%;
  height: 100%;
  top: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 37%) 62.36%), url(../assets/gifs/slider/bg-interne.jpg) center / cover no-repeat;
  z-index: -1;
}

.slide-img.slide-01 {
  background: url(../assets/gifs/slider/slide-01.jpg);
}
.slide-content .title-1,
.bg-interne .title-1,
.bg-interne h1 {
  margin-bottom: 1.5rem;
}

.slide-content p {
  margin-block: 12px 1.5rem;
}


.title-1 em, div#encart-contact .title-2 em {
  font-family: var(--accent-font);
}
.slide-content .btn-contact {
  margin-top: 1.5rem;
}
.slide-content {
  position: relative;
  z-index: 4;
  color: black;
}
.slick-actualites,
.slick-avis,
.row.slick-prestations {
  margin-top: 4rem;
}
.slick-dots li {
  margin: 0 0.25rem;
  padding: 0.25rem;
}
.slick-dots li button .slick-dot-icon:before {
  font-size: 1rem;
}
.slick-dots li button {
  height: 1rem;
  width: 1rem;
  border-radius: var(--border-radius-anim);
  padding: 0;
}

#container {
  padding-top: 0;
}
.slick-slider {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .bg-interne .btn-contact {
    display: none;
  }
  [id*="bloc"] img,
  .encart-formulaire img {
    display: block;
    width: auto;
    margin: 2rem auto;
  }
  h1,
  h1.h1-geoloc span {
    margin-bottom: 0;
  }
  .slide-content .btn-contact {
    display: none;
  }
  .slide-content {
    padding-block: 6rem;
  }
  .slide-content .title-1 {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 993px) {
  .bg-interne {
    padding-block: 212px 220px;
  }
  .slide-img .title-1 span,
  .bg-interne .title-1 span {
    font-size: var(--h1-font-size);
  }
  .slide-content {
    padding-block: 253px 132px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  h1 span,
  h1.h1-geoloc span,
  [class*="title"] {
    margin: 0;
  }
  h1 span,
  h1.h1-geoloc span {
    font-size: 1.5rem;
    margin-top: 0.75rem;
  }
  .title-1,
  .title-1 span {
    font-size: 3.688rem;
    line-height: 4.2rem;
  }
}

@media screen and (min-width: 1500px) {
  .slide-content {
    padding-block: 217px 332px;
  }
}
/* ================================== BLOC 01 ================================== */

div#bloc-03 img {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 993px) {
  div#bloc-01 {
    padding-bottom: 0;
  }
}
/* ================================== POINTS FORT ================================== */

.card-pf {
  background-size: cover;
  background-position: center;
  border: 2px solid #d50317;
  box-shadow: 4px 4px 14px 0px #00000033;
}
.title-pf {
  font-family: var(--last-font);
  line-height: 100%;
}
.card-title.title-pf {
  min-height: 60px;
  margin-block: 20px 1rem;
  font-weight: bold;
}

.card-pf p {
  margin: 0;
  min-height: 72px;
  color: hsla(0, 0%, 12%, 1);
}

.slick-pf {
  gap: 1.5rem 0;
}

div#points-forts {
  padding-top: 0;
}
.card-title {
  font-weight: 500;
  color: hsla(0, 0%, 12%, 1);
  font-size: 1.2rem;
}

@media screen and (min-width: 993px) {
  .bloc-left {
    position: sticky;
    top: 0;
  }
  .card-pf {
    padding: 3rem;
  }
  .card-title {
    font-size: 1.5rem;
  }
}
/************************************************ PRESTATIONS******************************************************* */

#encart-prestations .encart-text {
  margin-bottom: 4rem;
}
.prestations-card:hover .prestations-card-content {
  background: hsl(0deg 0% 0% / 59%);
}
#encart-prestations .title-2 {
  margin: 0 0 20px;
}
.row.slick-prestations {
  gap: 1.5rem 0;
}

.prestations-card-title a {
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
  font-weight: 500;
}

.prestations-card .card-text {
  margin: 8px 0 20px;
  height: 0;
  overflow: hidden;
  transition: 0.8s;
}

.prestations-card-image {
  overflow: hidden;
}

.prestations-card-content {
  position: absolute;
  padding: 1.5rem 2rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.prestations-card .card-text {
  display: none;
}

.btn-card {
  margin-top: 20px;
}

.prestations-card:hover .card-text {
  height: auto;
  animation: mymove 0.6s linear;
  display: block;
}

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

.prestations-card:hover .card-title {
  animation: mymove 0.6s linear;
}

@keyframes mymove {
  0% {
    transform: translateY(200px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media screen and (max-width: 992px) {
  .prestations-card img {
    min-height: 358px;
  }
}

@media screen and (min-width: 993px) {
  div#encart-prestations {
    padding-bottom: 0;
  }
}
/* ================================ ENCART AVIS ================================== */

.slick-avis {
  margin-top: 4rem;
}
.slick-avis .card-content .row {
  flex-wrap: nowrap;
}
.avis-card {
  padding: 1rem;
  border: 2px solid hsla(45, 100%, 64%, 1);
}
.avis-card .avis-card-text {
  padding-left: 4.75rem;
  height: 6.5rem;
  margin-top: 0.5rem;
}
.avis-name {
  font-weight: 700;
  color: var(--title-color);
}

.encart-avis .avis-card.js-more .avis-card-text::after {
  display: none;
}
.avis-date {
  margin-left: -1rem;
  font-size: 0.625rem;
  color: hsla(0, 0%, 27%, 1);
}
.encart-avis .row.s-middle.s-start {
  padding-top: 0.25rem;
}

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

.index-page #encart-contact {
  background: linear-gradient(hsla(0, 0%, 0%, 0.5), hsla(0, 0%, 0%, 0.5)),
    url(../assets/gifs/bg-contact.jpg);
  background-size: cover;
}
div#encart-contact .title-2,
div#encart-contact .title-2 em {
  color: white;
}
.page-interne #encart-contact {
  position: relative;
  padding-block: var(--marge-section-desck);
}

.page-interne #encart-contact::before {
  position: absolute;
  content: "";
  width: 200%;
  height: 100%;
  left: -50%;
  top: 0;
  z-index: -1;
  background: linear-gradient(hsla(0, 0%, 0%, 0.5), hsla(0, 0%, 0%, 0.5)),
    url(../assets/gifs/bg-contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

#encart-contact .reseaux-sociaux svg {
  fill: var(--background-color);
}

#encart-contact .reseaux-sociaux {
  margin-block: 26px 3rem;
}

#encart-contact p {
  margin-bottom: 1.5rem;
}

#encart-contact address {
  margin: 0;
}

#encart-contact h3 {
  margin: 0 0 12px;
  font-size: 1rem;
  font-weight: 700;
}

#encart-contact .card-contact {
  margin-bottom: 20px;
}

/* ================================== BLOC ================================== */
main [id*="bloc"] .btn-contact {
  margin-top: 3rem;
}

}

/* ***************************************ACTUALITES*********************************** */

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

#encart-actualites .title-2 {
  margin: 0 0 20px;
}

#encart-actualites .encart-text {
  margin: 0 0 60px;
}
.actualites-listing-card-categorie {
  display: none;
}
.actualites-card-content {
  padding: 44px 1rem 1.5rem 1rem;
}

.actualites-card-image {
  height: 324px;
  overflow: hidden;
}

.actualites-card:hover img {
  transform: scale(1.1);
}

.card-image a {
  position: relative;
}

.actualites-card:hover .card-image a::before {
  background: hsla(0, 0%, 0%, 0.3);
}

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

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

.actualites-card .card-text {
  margin: 0.5rem 0;
}

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

.actualites-card .card-link {
  line-height: 24px;
}

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

.detail-actu-image img {
  border-radius: var(--border-radius);
}

@media screen and (min-width: 993px) {
  div#encart-actualites {
    padding-top: 0;
  }
  .actualites-card {
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
  }

  .actualites-card-image,
  .actualites-card img,
  .actualites-card .card-image {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
  }



  .actualites-card:hover::before,
  .actualites-card.is-hover::before {
    transform: scaleY(1);
  }
}

@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: #fefae8;
  padding: 10px;
  border-radius: var(--border-radius);
}

/* ================================ ACTUALITES DETAIL ========================== */

div#listing-autres-actus-categorie ul {
  text-align: center;
  padding-inline-start: 0;
}
div#listing-autres-actus-categorie span.title-4 {
  margin: 20px auto;
  display: block;
  text-align: center;
}
.actualites-detail .detail-actu-image {
  max-width: 50%;
}
div#listing-autres-actus-categorie li {
  margin-top: 0.5rem;
}
body.actualites-detail .listing-autres-actus-categorie {
  height: max-content;
  padding: 24px;
}
#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;
}
[class*="actualites-"] main > .section,
.politique-de-confidentialite main > .section,
.plan-site main > .section {
  padding-top: 0;
}
.actualites-detail .detail-actu-reseaux-sociaux {
  align-items: flex-start;
}
.detail-actu-reseaux-sociaux > div {
  display: flex;
}
.detail-actu-contenu p {
  margin: 0;
}

/* ****************************************************FORMULAIRE ***********************************************/
.bloc-form p {
  margin-block: 0 1.5rem;
}
.encart-formulaire {
  background: #fefae8;
  position: relative;
  padding-block: var(--marge-section-mobile);
}
span.erreur {
  font-size: 12px;
}
.encart-formulaire .cp_ville > p {
  width: calc(50% - 6px);
}
.encart-formulaire .cp_ville {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.page-interne .encart-formulaire img {
  object-fit: cover;
  height: 100%;
}
.encart-formulaire label {
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0%;
}

@media screen and (min-width: 993px) {
  .encart-formulaire {
    padding-block: var(--marge-section-desck);
  }
  .bloc-form .title-2 {
    margin-bottom: 12px;
  }
  .encart-formulaire .bloc-form p {
    margin-block: 0 1.5rem;
  }

  .encart-formulaire img {
    object-fit: cover;
    height: 100%;
  }

  .page-interne .encart-formulaire::before {
    position: absolute;
    content: "";
    background: #fefae8;
    width: 200%;
    height: 100%;
    left: -50%;
    top: 0;
    margin: auto;
    z-index: -1;
  }
}

#formulaire_8 .divGenerateur ul label {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  align-items: flex-start;
}

#formulaire_8 .divGenerateur > label {
  display: none;
}

span.note {
  font-size: 16px;
  line-height: 26px;
  display: block;
  margin-bottom: 12px;
}

input:not([type]),
input[type="text"],
input[type="email"],
input[type="time"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea {
  border: 1px solid #dbd9cd;
  min-height: 50px;
}

#formulaire_8 p.submit {
  margin-top: 1rem;
  width: 100%;
}
#formulaire_8 p.submit .btn.primary:hover {
  background: var(--primary-color);
}
#formulaire_8 p.submit .btn.primary {
  background: hsla(0, 100%, 60%, 1);
  padding-block: 13px;
}

@media screen and (min-width: 993px) {
  .bloc-form {
    padding: 3rem !important;
    height: 100%;
    background: var(--background-color);
    box-shadow: 0px 4px 24px 0px hsla(0, 0%, 0%, 0.1);
  }
}

@media screen and (min-width: 601px) {
  #formulaire_8 .cp_ville {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  #formulaire_8 .cp_ville > p {
    width: calc(50% - 6px);
  }
}

@media screen and (max-width: 992px) {
  .encart-formulaire .bloc-form {
    padding: 2rem 1rem;
    margin-top: 2rem;
  }
  .encart-formulaire img {
    display: block;
    width: auto;
    margin: 2rem auto;
  }
}

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

footer {
  background: #fefae8;

}
footer .reseaux-sociaux svg {
  fill: var(--title-color);
}
body:not(.index-page) footer .section.footer-1 {
  padding: 2rem 0 1.5rem;
}
ul#nav-bas li {
  padding-top: 1rem;
}
.page-404 .brand {
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
@media screen and (min-width: 993px) {
  ul#nav-bas li {
    border-top: 1px solid #1e1e1e;
    padding-top: 12px;
  }
  #footer-nav .nav > ul {
    display: flex;
    align-items: center;
    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 #footer-nav .nav ul li.sous_menu ul.dropdown {
    min-width: 18%;
    top: 100%;
  }
  .footer-contact {
    margin-top: 2rem;
  }
  #footer-nav nav a {
    font-size: 14px;
  }
}
rs.footer-contact {
  margin-top: 58px;
}

.footer-row-contact {
  display: flex;
  gap: 6px;
}

footer address {
  margin: 0;
}

footer .section.footer-1 {
  padding: 3rem 0 1.5rem;
}

footer .footer-1 .title-4 {
  line-height: 24px;
  margin: 0 0;
  color: var(--accent-color);
  font-family: var(--primary-font);
  font-size: 1rem;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.footer-1 address a,
.footer-1 .text {
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
}

footer .siret {
  font-weight: 400;
  line-height: 24px;
}

#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;
  vertical-align: middle;
  margin: -0.125em 0 0 0.25em;
  text-decoration: none;
}

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

#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;
}
.rs {
  margin-top: 58px;
}
.footer-2 {
  padding: 0px 0 48px;
}

.footer-2 nav a,
.page-404 footer a {
  font-weight: 700;
  line-height: 24px;
  color: var(--title-color);
}

.footer-2 nav a:hover,
.page-404 footer a:hover {
  color: var(--title-color);
  text-decoration: underline;
}

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

.catalogue-detail main > .section,
.catalogue-listing main > .section,
.actualites-listing main > .section,
.actualites-detail main > .section {
  padding-top: 0;
}
.plan-site .sitemap-nav .mobile-only {
  display: block !important;
}
.sitemap-nav.row li {
  margin-bottom: 0.5rem;
}
#relance ul {
  padding-left: 0;
}
p.titre-relance {
  text-align: center;
}

.bloc-timeline {
  position: relative;
}

.bloc-timeline::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  height: 100%;
  bottom: 0;
  width: 1px;
  background: var(--accent-color);
  opacity: 25%;
}
section.ac-doubleColonne .white {
  background: var(--accent-color);
  font-weight: var(--font-weight-medium);
  margin-block: 1.5rem;
}

.page-interne .sc-content .clear_both {
  margin-bottom: var(--marge-section-mobile);
}

nav#fil_ariane,
#fil_ariane,
.fil-ariane {
  margin: 0 0 3em;
}

.page-interne .sc-content #relance {
  margin-block: 4rem;
  text-align: center;
}

.cards .white p {
  margin: 0;
}

.row-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 2rem;
}
.sc-content #relance ul {
  padding-inline-start: 0px;
  justify-content: center;
  display: block;
  text-align: center;
  margin: auto;
}
.page-interne div#container {
  padding-block: 0;
}
section#relance li {
  list-style: none;
  margin: 20px 10px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .row-btn {
    flex-direction: column;
    row-gap: 1rem;
    align-items: normal;
  }
}
@media screen and (max-width: 992px) {
  .page-interne main .btn-contact {
    margin-bottom: 1.5rem;
  }

  .page-interne .sc-content #relance {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 993px) {
  .page-interne .sc-content .ac-doubleColonne .ac-colonne_2 img {
    width: 84.3%;
    margin-left: auto;
    max-width: 536px;
  }

  .page-interne .sc-content .ac-doubleColonne .ac-colonne_1 img {
    width: 84.3%;
    margin-right: auto;
    max-width: 536px;
  }

  .page-interne #encart-contact .container,
  .page-interne .encart-formulaire .container {
    width: 100%;
  }
  .page-interne .sc-content .clear_both {
    margin-bottom: var(--marge-section-desck);
  }
  .page-interne p.intro {
    margin-bottom: 60px;
  }
  #fil_ariane,
  nav#fil_ariane,
  .fil-ariane {
    font-size: 14px;
  }
}

/* ====================== Contact-page =======================*/
body.contact-page .bg-interne {
  padding-block: 9rem 4rem;
  margin-top: 0;
}
a.lien-maps:hover {
  opacity: 0.7;
}
.g-recaptcha {
  margin-top: 1.5rem;
}
.contact-page-coordonnees address svg {
  display: none;
}
#horaire-contact {
  margin-top: 20px;
}
.sitemap-nav.row li.firstLi.no-desk {
  display: block;
}
.plan-site .sitemap-nav ul li a {
  margin-bottom: 0.5rem;
  display: inline-block;
}
a.lien-maps span {
  display: block;
}

#mess_newsletter {
  color: var(--accent-color);
  display: block;
  margin-top: 1rem;
}
.page-404 a.btn.accent:hover {
  opacity: 0.7;
}
.fil-ariane .first {
  display: inline-block;
}
:where(a) {
  color: inherit;
}
