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

  --accent-h: 221; /* hue */
  --accent-s: 44%; /* 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: 3rem;
  --h2-font-size: 2.5rem;
  --h3-font-size: 1.5rem;
  --headings-line-height: 1.333333;

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

  --border-radius: 2.5rem;
  --button-border-radius: 3.75rem;
}
[class*="btn"] a.btn {
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0px;
  padding: 16px 24px;
}
[class*="btn"] .accent.btn {
  border-color: var(--accent-color);
}
a.btn svg {
  margin-left: 8px;
}
[id*="formulaire"] .btn.primary {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
}
[id*="formulaire"] .btn.primary:hover {
  background-color: var(--accent-color-30);
}
[class*="btn"] a.btn:not(.accent) {
  color: var(--primary-color);
  background: transparent;
  border: 2px solid var(--primary-color);
}
[class*="btn"] a.btn:not(.accent):hover,
[id*="formulaire"] .btn.primary:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.btn-contact a.btn.primary:hover {
  background-color: #fff;
  color: var(--primary-color);
}
.row-btn {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-rdv .content + .content,
.btn-contact .content + .content {
  display: none;
}

@media screen and (min-width: 601px) {
  [class*="btn"] a.btn {
    width: fit-content;
  }
}
@media screen and (min-width: 993px) {
  .btn-rdv .content + .content,
  .btn-contact .content + .content {
    display: block;
  }
  .btn-rdv a,
  .btn-contact a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: 0.3s;
    height: 51px;
  }
  .btn-rdv a .content,
  .btn-contact a .content {
    position: relative;
    bottom: 0%;
    transition: 0.5s;
    height: 51px;
    display: flex;
    justify-content: center;
  }
  .btn-rdv a:hover .content,
  .btn-contact a:hover .content {
    bottom: 263%;
  }
  .btn-contact a:hover .content {
    bottom: 346%;
  }
}
.x-small {
  font-size: 0.6em;
}
/* 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;
}
h1,
h2,
h3,
h4,
h5,
h6,
[class*="title"] {
  font-family: var(--secondary-font);
  font-weight: 800;
}
.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;
  overflow: hidden;
}
.card-title a {
  text-decoration: none;
}
.card-title a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* 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(hsla(0, 0%, 0%, 0.5), hsla(0, 0%, 0%, 0.5)),
    url("../assets/gifs/bloc-05.jpg");
  background-size: cover;
}
.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 {
  background-size: cover;
  background-position: center;
}
.slick-dots li {
  margin: 0 -8px;
}
.slick-slider {
  margin-bottom: 0;
}
/* ********************************************HEADER****************************************** */
@media screen and (min-width: 993px) {
  .header-contact {
    display: flex;
    align-items: center;
    gap: 9px;
  }
  .fold .index-contact {
    display: none;
  }
  .header-content .main-header-content .col-menu {
    padding: 0;
  }
  .main-header-content {
    background-color: hsla(129, 37%, 36%, 1);
  }
  .header-content .nav#main-nav > ul > li > a {
    color: #fff;
    padding: 0.33rem 0.75rem;
  }
  .top-bar {
    padding: 24px 0;
    background-color: #fff;
  }
  .header-content {
    background: transparent;
  }
  .nav#main-nav ul li.sous_menu ul.dropdown > li a {
    font-size: 13px;
  }
  .header-content .nav ul li a.selected,
  .header-content .nav ul li a:hover,
  .header-content .nav ul li:hover > a {
    text-decoration: underline;
  }
  .header-content .nav ul li.sous_menu > a::after {
    text-decoration: none;
    content: "\e5c5";
  }
}
@media screen and (min-width: 993px) and (max-width: 1212px) {
  .header-content .brand .col {
    width: 164px;
    padding: 0;
  }
  .header-content .nav#topbar-nav > ul > li > a,
  .header-content .nav#topbar-nav .dropdown li a {
    padding: 0.5rem 0.5rem;
    font-size: 12px;
  }
  .header-content a.btn {
    padding: 10px 11px;
    font-size: 14px;
  }
}
@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);
  }
  .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-weight: 700;
    padding: 1.5rem 5%;
  }
}
@media screen and (max-width: 600px) {
  .fold-tel {
    justify-content: center;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 400px) {
  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    width: calc(100% - 7rem);
  }
}
/* *******************************************SLIDE + BLOC 01******************************************** */
.slide-content {
  padding: 77px 0 97px;
}
.slide-content .marketing-title {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0px;
  margin-bottom: 1.5rem;
}
h1 {
  line-height: 61px;
  letter-spacing: 0px;
  margin: 0 0 1.5rem;
}
h1.h1-geoloc span::before,
.title-1.h1-geoloc span::before {
  display: none;
}
h1.h1-geoloc span,
h1 span {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  font-size: 25px;
}
.slide-content .btn-rdv {
  margin-top: 3rem;
}
@media screen and (max-width: 992px) {
  .slide-content .marketing-title {
    font-size: 28px;
  }
}
/* ********************************************************PRESTATIONS µµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµµ*/
.prestations-card img {
  border-radius: 40px;
}
.card-hover .card-content {
  padding: 20px;
  border-radius: 24px 0 24px 24px;
  background-color: hsla(128, 42%, 93%, 1);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.card-hover .card-content::before {
  position: absolute;
  content: "";
  background-image: url(../assets/gifs/before-prestation-title.png);
  top: -28px;
  right: 0;
  width: 126px;
  height: 29px;
}
.card-hover .card-title a,
.card-hover .card-title {
  font-size: 33px;
  line-height: 33px;
  letter-spacing: 0px;
  color: hsla(0, 0%, 12%, 1);
}
#encart-prestations .slick-dots li button .slick-dot-icon {
  color: hsla(128, 42%, 93%, 1);
  opacity: 1;
}
#encart-prestations .slick-dots li.slick-active button .slick-dot-icon {
  color: hsla(129, 34%, 45%, 1);
}
.card .card-hide {
  display: none;
  color: var(--text-color);
  margin-top: 1rem;
}

@media screen and (min-width: 993px) {
  .card:hover .card-hide {
    animation: mymove 0.2s linear;
    display: block;
  }
  @keyframes mymove {
    from {
      margin-bottom: -93px;
    }
    to {
      margin-bottom: 0px;
    }
  }
}
@media screen and (max-width: 992px) {
  #encart-prestations .card {
    width: fit-content;
    margin: auto;
  }
  #encart-prestations .card-title a {
    font-size: 20px;
  }
}
/* ********************************************************POINTS FORTS ********************************************************************* */
.points-forts {
  background-color: hsla(120, 41%, 97%, 1);
}
.pf-title {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000;
  margin-top: 20px;
}
.card-pf img {
  margin: auto;
}
@media screen and (max-width: 992px) {
  .pf-title {
    font-size: 18px;
  }
}
/* *********************************************************BLOC 02 ********************************************************/
[id*="bloc"] img {
  border-radius: var(--border-radius);
}
.span-title {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  margin-bottom: 1.5rem;
}
h2,
.title-2 {
  line-height: 40px;
  letter-spacing: 0px;
  margin: 0 0 1.5rem;
}
[id*="bloc"] .row-btn {
  padding-top: 2rem;
  border-top: 1px solid #000000;
}
[id*="bloc"] p {
  margin-block-start: 1.5rem;
  margin-block-end: 1.5rem;
}
@media screen and (min-width: 993px) {
  .index-page main .section {
    padding: 120px 0;
  }
  .col-img,
  #bloc-02 .container {
    position: relative;
  }
  #bloc-02 .container::after {
    position: absolute;
    content: "";
    width: 350px;
    height: 271px;
    top: -120px;
    right: -25%;
    background-image: url(../assets/gifs/design-1.png);
  }
  #bloc-02 .container::before {
    position: absolute;
    content: "";
    width: 175px;
    height: 350px;
    bottom: -120px;
    left: -25%;
    background-image: url(../assets/gifs/design-2.png);
  }
  .col-img::before {
    position: absolute;
    content: "";
    background-color: #e4f4e6;
    width: 70%;
    height: 484px;
    border-radius: 60px;
    bottom: -70px;
    z-index: -1;
  }
  .first-bloc.col-img::before {
    right: -10%;
  }
  .last-bloc.col-img::before {
    left: -10%;
  }
  .middle-bloc.col-img::before {
    left: 7%;
    bottom: 24%;
    width: 100%;
    height: 95%;
  }
  #bloc-02 .reseaux-sociaux {
    position: absolute;
    width: fit-content;
    z-index: 3;
    background-color: #fff;
    border-radius: 60px;
    padding: 1.5rem 3rem;
    bottom: 17px;
    left: 25%;
  }
  #bloc-02 .reseaux-sociaux svg,
  #bloc-02 .reseaux-sociaux svg path {
    fill: #000;
  }
}
@media screen and (max-width: 992px) {
  [id*="bloc"] img {
    display: block;
    width: auto;
    margin: 2rem auto;
  }
}
/*******************************************************PRESTATONS 2 **************************************************************************/
#encart-prestations2 {
  background-color: hsla(120, 41%, 97%, 1);
}
.prestations2-card {
  padding: 1.5rem;
  border-bottom: 1px solid #fff;
  border-radius: 8px;
  transition: 0.3s all ease-in-out;
}
.prestations2-card .card-title a {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  color: hsla(0, 0%, 12%, 1);
}
.prestations2-card .card-text {
  margin: 8px 0 20px;
}
.card-link {
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0px;
  color: hsla(221, 43%, 11%, 1);
}
.slick-prestations2 {
  margin-top: 4rem;
}
.slick-prestations2 img {
  margin: auto;
}
.prestations2-card:hover {
  border-bottom: 1px solid var(--primary-color);
  /* padding: 1.5rem 0.5rem; */
}
@media screen and (max-width: 992px) {
  .prestations2-card .card-title a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1245px) {
  .prestations2-card .card-title {
    min-height: 56px;
  }
}
/* ***********************************************AVIS********************************************* */
.encart-avis .title-2 {
  margin: 0 auto 3rem;
}
.avis-card .avis-card-text {
  margin-left: 80px;
  margin-top: 0.5rem;
  color: hsla(207, 7%, 24%, 1);
}
.avis-encart-card .row {
  flex-wrap: nowrap;
}
.avis-encart-card-date {
  font-size: 11px;
  line-height: 13.2px;
  color: hsla(0, 1%, 47%, 1);
}
.avis-encart-card {
  padding: 1.5rem;
  background: #fff;
}
.avis-name {
  line-height: 24px;
  margin-top: 0.5rem;
  color: hsla(200, 8%, 15%, 1);
}
.encart-avis .card .show-more {
  display: none;
}
.encart-avis .avis-card.js-more .avis-card-text::after {
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
}
@media screen and (min-width: 993px) {
  .encart-avis .container {
    position: relative;
  }
  .encart-avis .container::after {
    position: absolute;
    content: "";
    width: 178px;
    height: 176px;
    right: -25%;
    bottom: -120px;
    background-image: url(../assets/gifs/design-avis-2.png);
  }
  .encart-avis .container::before {
    position: absolute;
    content: "";
    width: 229px;
    height: 344px;
    left: -25%;
    top: -120px;
    background-image: url(../assets/gifs/design-avis.png);
  }
}
/* ***************************************BLOC 03 & 04 **********************************************************************/
[id*="bloc"] p > u {
  background-color: hsla(128, 42%, 93%, 1);
  padding: 20px;
  text-decoration: none;
  display: block;
  border-radius: 8px;
}
@media screen and (min-width: 993px) {
  #bloc-03 .container {
    position: relative;
  }
  #bloc-03 .container::after {
    position: absolute;
    content: "";
    width: 170px;
    height: 170px;
    right: -22%;
    top: -100px;
    background-image: url(../assets/gifs/after-3.png);
  }
  #bloc-03 .container::before {
    position: absolute;
    content: "";
    width: 205px;
    height: 433px;
    left: -25%;
    top: -80px;
    background-image: url(../assets/gifs/before-3.png);
  }
}
/* *******************************************CONTACT ******************************************************************************/
#encart-contact .bloc-contact {
  display: flex;
  align-items: center;
  padding: 64px 0;
  flex-wrap: wrap;
  gap: 3rem;
  row-gap: 3rem;
}
#encart-contact .col-img img {
  border-radius: var(--border-radius);
}
#encart-contact .btn-rdv a {
  background-color: #fff;
  color: var(--accent-color);
}
#encart-contact .text {
  margin-bottom: 50px;
}
#encart-contact .reseaux-sociaux svg {
  fill: #fff;
}
#encart-contact a.btn svg path {
  stroke: #3b5998;
}
@media screen and (min-width: 993px) {
  #encart-contact .col-img {
    position: relative;
  }
  #encart-contact .col-img img {
    position: absolute;
    height: 100%;
    width: 151%;
    top: 0;
    right: 3rem;
    max-width: none;
  }
  #encart-contact {
    border-radius: 60px 0 0 60px;
    max-width: 1720px;
    overflow: hidden;
    position: relative;
    margin: auto;
  }
  .page-interne #encart-contact {
    border-radius: 60px;
  }
  #encart-contact::before {
    position: absolute;
    content: "";
    width: 419px;
    height: 332px;
    left: 0%;
    top: 0px;
    background-image: url(../assets/gifs/before-contact.png);
  }
  #encart-contact::after {
    position: absolute;
    content: "";
    width: 520px;
    height: 320px;
    left: 0%;
    bottom: 0px;
    background-image: url(../assets/gifs/contact-bottom.png);
    z-index: 0;
  }
  #encart-contact .container {
    position: relative;
    z-index: 2;
  }
  #encart-contact .bloc-contact > div:has(.title-2) {
    max-width: 648px;
  }
  .page-interne #encart-contact {
    margin: 0;
  }
}
@media screen and (min-width: 1720px) and (max-width: 1920px) {
  #encart-contact {
    margin: 0 0 0 10%;
  }
  .page-interne #encart-contact {
    width: 160%;
  }
}
#encart-contact .col-img::before {
  display: none;
}
@media screen and (max-width: 992px) {
  #encart-contact .container {
    width: 75%;
  }
}
/* *****************************************************BLOC 04 *******************************************************/
@media screen and (min-width: 993px) {
  #bloc-04 .col-img::after {
    position: absolute;
    content: "";
    height: 179px;
    width: 179px;
    left: -13%;
    top: -64px;
    background-image: url(../assets/gifs/before-col-4.png);
    z-index: -1;
  }
  #bloc-04 .container {
    position: relative;
  }
  #bloc-04 .container::before {
    position: absolute;
    content: "";
    width: 208px;
    height: 334px;
    left: -25%;
    bottom: -120px;
    background-image: url(../assets/gifs/after-4.png);
  }
  #bloc-04 .container::after {
    position: absolute;
    content: "";
    width: 219px;
    height: 260px;
    right: -25%;
    top: -120px;
    background-image: url(../assets/gifs/design-4.png);
    z-index: 0;
  }
}
/* ***********************************************LOCAL ***************************************************************/
.encart-local img {
  border-radius: var(--border-radius);
}
.encart-local .title-2 {
  margin-bottom: 4rem;
}
.encart-local address,
.encart-local .horaires {
  margin: 0 0 13px;
}
.encart-local .card-hide.card-2 {
  margin-top: 0;
}
.encart-local .card-hide.card-2 > span {
  margin-bottom: 18px;
  display: block;
}
@media screen and (min-width: 993px) {
  .encart-local .container {
    position: relative;
  }
  .encart-local .container::before {
    position: absolute;
    content: "";
    width: 216px;
    height: 366px;
    left: -25%;
    bottom: 40px;
    background-image: url(../assets/gifs/before-local.png);
  }
  .encart-local .container::after {
    position: absolute;
    content: "";
    width: 167px;
    height: 316px;
    right: -25%;
    top: -120px;
    background-image: url(../assets/gifs/after-local.png);
    z-index: 0;
  }
}
@media screen and (max-width: 992px) {
  .encart-local .card {
    width: fit-content;
    margin: auto;
  }
}
/* *******************************************BLOC 5 & 6 **********************************************************/
#bloc-05 {
  padding-bottom: 0;
}
#bloc-05 img {
  max-height: 400px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 993px) {
  #bloc-05 .col-text * {
    max-width: 592px;
  }
  #bloc-05 .col-text #bloc-06 {
    margin-left: auto;
    margin-right: 0;
  }
}
/* ***************************************ACTUALITES*********************************** */
@media screen and (min-width: 993px) {
  #encart-actualites .container {
    position: relative;
  }
  #encart-actualites .container::before {
    position: absolute;
    content: "";
    width: 175px;
    height: 374px;
    left: -25%;
    bottom: -120px;
    background-image: url(../assets/gifs/before-actus.png);
  }
  #encart-actualites .container::after {
    position: absolute;
    content: "";
    width: 350px;
    height: 494px;
    right: -23.5%;
    top: -200px;
    background-image: url(../assets/gifs/after-actus.png);
    z-index: -1;
  }
  .actualites-card .card-image a {
    position: relative;
  }
  .actualites-card:hover .card-image a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(hsla(0, 0%, 0%, 0.5), hsla(0, 0%, 0%, 0.5));
    left: 0;
    bottom: 0;
    z-index: 2;
  }
  .actualites-card:hover img {
    transform: scale(1.1);
  }
}
.actualites-card-image {
  height: 324px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.actualites-card-image a,
.actualites-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  transition: 0.5s;
}
.actualites-card-content {
  padding-top: 20px;
}
.actualites-card-title a {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0px;
  color: hsla(221, 43%, 11%, 1);
}
.actualites-card .card-link {
  font-weight: 400;
  color: #1e1e1e;
  margin-top: 8px;
}
.encart-btn {
  margin-top: 60px;
}
#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);
}
.actualites-detail #listing-autres-actus-categorie {
  background-color: var(--text-color-90);
  padding: 1rem;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 1400px) and (min-width: 993px) {
  #listing-autres-actus-categorie a.btn {
    padding: 12px 12px;
    font-size: 12px;
  }
}
@media screen and (min-width: 601px) {
  .actualites-listing .recherche_actu #input_recherche_actu {
    width: calc(100% - 6.25rem);
  }
  #encart-actualites .title-2 {
    margin-bottom: 60px;
  }
}
/* ****************************************************FORMULAIRE ***********************************************/
.index-page .encart-formulaire {
  background-color: hsla(120, 41%, 97%, 1);
}
.page-interne .encart-formulaire {
  position: relative;
}
.page-interne .encart-formulaire::before {
  position: absolute;
  content: "";
  width: 160%;
  height: 100%;
  left: -23%;
  top: 0;
  z-index: -1;
  background-color: hsla(120, 41%, 97%, 1);
}
.bloc-form {
  padding: 3rem;
  height: 100%;
  box-shadow: 0px 4px 24px 0px hsla(0, 0%, 0%, 0.1);
  border-radius: 12px;
}
.encart-formulaire img {
  border-radius: 12px;
}
.page-interne .ac-doubleColonne p + h2 {
  margin-top: 2rem;
}
@media screen and (min-width: 993px) {
  .encart-formulaire .title-2 {
    margin-bottom: 112px;
  }
}
#formulaire_5 .divGenerateur ul label {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  display: flex;
  align-items: flex-start;
}
#formulaire_5 .divGenerateur > label {
  display: none;
}
form label {
  font-weight: 600;
}
span.note {
  font-size: 10px;
  line-height: 12px;
  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-radius: 8px;
  border: 1px solid hsla(0, 0%, 82%, 1);
  background-color: #fff;
}
#formulaire_5 p.submit {
  margin-top: 1rem;
}
@media screen and (min-width: 601px) {
  #formulaire_5 .cp_ville {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  #formulaire_5 .cp_ville > p {
    width: calc(50% - 6px);
  }
}
@media screen and (max-width: 992px) {
  .encart-formulaire .bloc-form {
    padding: 2rem 1rem;
    margin-top: 2rem;
  }
}
/* *************************************************FOOTER********************************* */
footer {
  background-color: hsla(120, 41%, 97%, 1);
}
body:not(.index-page) footer .section.footer-1 {
  padding: 2rem 0 1.5rem;
}
@media screen and (min-width: 993px) {
  #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;
  }
}
.footer-row-contact {
  display: flex;
  gap: 6px;
}
.footer-row-contact svg {
  min-width: 16px;
  margin-top: 4px;
}
footer address {
  margin: 0;
}
footer .section.footer-1 {
  padding: 3rem 0 1.5rem;
}
footer .footer-1 .title-4 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.footer-1 address a,
.footer-1 .text {
  font-weight: 400;
  line-height: 24px;
}
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;
  color: #1e1e1e;
}
#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;
}
.footer-2 {
  padding: 24px 0 48px;
}
.footer-2 nav a,
.page-404 footer a {
  font-weight: 700;
  line-height: 24px;
  color: #18181b;
}
footer .reseaux-sociaux svg,
footer .reseaux-sociaux svg path {
  fill: #000;
}
.footer-2 nav a:hover,
.page-404 footer a:hover {
  text-decoration: underline;
  color: var(--text-color);
}
.lien-maps br {
  display: none;
}
footer .lien-maps br {
  display: inline-block;
}
a.lien-maps:hover {
  text-decoration: underline;
}
footer .lien-maps {
  display: block;
  text-indent: 1rem;
  position: relative;
}
footer .lien-maps::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #000;
  top: 14px;
  border-radius: 100%;
  left: 4px;
}
/* ****************************************PAGES INTERNES******************************** */
.contact-page .s-middle {
  flex-wrap: nowrap;
  height: 100%;
}
.contact-page .s-stretch {
  flex-wrap: nowrap;
}
.contact-page h1,
.contact-hero .title-2 {
  margin: 0;
  line-height: normal;
}
.contact-hero .title-2 {
  font-size: 27px;
}
.contact-hero p.intro {
  color: #fff;
}
.page-interne .sc-content #relance {
  margin-top: 0;
}
.page-interne .ac-doubleColonne h2 {
  margin: 0 0 12px;
}
.page-interne #container {
  padding: 0;
}
.page-interne .hero-bg,
.hero-interne {
  padding: 88px 0;
  position: relative;
}
.actualites-detail .hero-interne {
  padding: 88px 0 78px;
}
[class*="actualites"] main > .section {
  margin-top: -5rem;
}
[class*="actualites"] .hero-interne {
  margin-bottom: 2rem;
}
.contact-hero {
  background: linear-gradient(hsla(0, 0%, 0%, 0.5), hsla(0, 0%, 0%, 0.5)),
    url("../assets/gifs/bloc-05.jpg");
  background-size: cover;
}
.plan-site h1 {
  margin-bottom: 2rem;
}
.page-interne .hero-bg::before,
.hero-interne::before {
  position: absolute;
  content: "";
  background: linear-gradient(hsla(0, 0%, 0%, 0.5), hsla(0, 0%, 0%, 0.5)),
    url("../assets/gifs/bloc-05.jpg");
  background-size: cover;
  width: 160%;
  left: -23%;
  max-width: 1920px;
  top: 0;
  height: 100%;
  z-index: -1;
}
.page-interne .ac-include .container {
  width: 100%;
}
.page-interne p > em {
  font-style: normal;
  background-color: hsla(128, 42%, 93%, 1);
  padding: 20px;
  display: block;
  border-radius: 8px;
}
.page-interne .sc-content .ac-doubleColonne .clear_both {
  margin-bottom: 2.35rem;
}
.sc-content .ac-doubleColonne .ac-colonne img {
  border-radius: var(--border-radius);
}
.hero-interne p {
  margin: 0;
}
/* .page-interne #encart-actualites{
  padding-top: 0;
} */
.page-interne .ac-doubleColonne .ac-doubleColonne {
  margin: 1.5rem 0 0;
}
.sc-content .ac-inlink {
  border-radius: 8px;
}
@media screen and (min-width: 1400px) {
  .hero-interne * {
    max-width: 65%;
  }
}
@media screen and (min-width: 993px) {
  .sc-content .ac-doubleColonne:has(#encart-prestations) {
    align-items: center;
  }
  .sc-content .ac-doubleColonne .ac-colonne:has(#encart-prestations) {
    width: 45%;
    /* max-width: 400px; */
  }
  .sc-content .ac-doubleColonne .ac-colonne #encart-prestations img {
    height: auto;
    width: auto;
    margin: auto;
  }
  .sc-content .ac-doubleColonne .ac-colonne #encart-prestations .card {
    width: fit-content;
    margin: auto;
  }
  body:not(.index-page) h1,
  .hero-bg span,
  .hero-interne .title-1 {
    font-size: 40px;
    line-height: 51.2px;
    letter-spacing: 0px;
    margin: 0 0 1.5rem 0;
    margin-bottom: 1.5rem;
    display: block;
  }
  .contact-page .intro {
    margin-bottom: 0;
  }
  .hero-interne h1,
  .hero-bg h1 {
    margin: 0;
  }
  .page-interne .ac-include > .section,
  .page-interne .bloc-bg {
    padding: 100px 0;
  }
  .ac-doubleColonne p:last-of-type {
    margin-bottom: 0;
  }
  .page-interne .sc-content img {
    height: 100%;
    object-fit: cover;
  }
  .page-interne .sc-content .ac-stat.ac-doubleColonne img {
    height: auto;
    width: auto;
    margin: auto;
  }
  .page-interne .sc-content .ac-doubleColonne.bloc-h2 {
    align-items: center;
  }
  .page-interne .sc-content .clear_both {
    margin-bottom: 6.35rem;
  }
  .page-interne .sc-content .clear_both,
  #container .sc-content #relance {
    margin-bottom: 6.35rem;
  }
}
@media screen and (max-width: 992px) {
  .page-interne .hero-bg,
  .hero-interne,
  .contact-hero {
    padding: 80px 0;
  }
  h1,
  .title-1 {
    font-size: 30px;
    line-height: 39px;
  }
  h1 span,
  h1.h1-geoloc span {
    font-size: 20px;
    line-height: 30px;
  }
  h2,
  .title-2 {
    font-size: 27px;
  }
  h2,
  .title-3 {
    font-size: 24px;
  }
  body[class*="listing"] .hero-interne .title-marketing,
  .hero-bg span {
    font-size: 32px;
  }
  .page-interne #container .ac-doubleColonne .ac-colonne img {
    width: auto;
    margin: 1rem auto;
  }
  .page-interne .bloc-bg {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 600px) {
  .row-btn {
    flex-direction: column;
    row-gap: 1rem;
    align-items: normal;
  }
  .btn-tel {
    justify-content: center;
  }
}

/* AJOUT ~~ */
.bandeau-message {
  background-color: var(--accent-color);
  padding: 15px 15px;
  color: white;
  text-align: center;
}
.bandeau-message p {
  margin: 0;
}
/* FIN AJOUT ~~ */
