:root {
  --primary-h: 220; /* hue */
  --primary-s: 92%; /* saturation */
  --primary-l: 15%; /* lightness */

  --accent-h: 41; /* hue */
  --accent-s: 73%; /* saturation */
  --accent-l: 60%; /* lightness */

  --text-h: 223; /* hue */
  --text-s: 87%; /* saturation */
  --text-l: 3%; /* lightness */

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

  --white-color: #fff; /* --white-color */
  --title-color: hsla(220, 93%, 12%, 1);

  --primary-font: "Manrope", serif;
  --secondary-font: "Playfair", serif;

  --headings-line-height: 1.333333;
  --link-color: var(--primary-color-40);
  --border-radius: 2rem;
  --button-border-radius: 40px;

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

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

  /*====== font size ========= */
  /* ========================= */
  --font-weight-light: 300;
  --font-weight-Regular: 400;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;

  --display2xl: 65px;
  --displayxl: 55px;
  --displaylg: 45px;
  --displaymd: 34px;
  --displaysm: 25px;
  --displayxs: 20px;

  --textlg: 18px;
  --textmd: 16px;
  --textsm: 13px;
  --textxs: 10px;

  --h1-font-size: var(--display2xl);
  --h2-font-size: var(--displayxl);
  --h3-font-size: var(--displaylg);

  --h1-font-size-s: var(--displaysm);
  --h2-font-size-s: var(--displayxs);
  --h3-font-size-s: var(--textlg);
}

/*========= GENERAL ============== */
/* =============================== */

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

a {
  transition: var(--transition);
}
.sc-content .clear_both {
  margin-bottom: 60px;
}
a,
p {
  line-height: var(--line-height);
}
h1,
h2,
h3,
h4,
h5,
h6,
.card-title,
[class*="title"] {
  font-family: var(--secondary-font);
  color: var(--title-color);
  font-weight: 400;
}

h1.h1-geoloc span,
.title-1.h1-geoloc span {
  margin-top: 8px;
}

h1.h1-geoloc span::before,
.title-1.h1-geoloc span::before {
  display: none;
}
span.erreur {
  font-size: 8px;
}
body :where(address) {
  margin: 0;
}
nav#fil_ariane {
  margin: 40px 0;
}
.fil-ariane {
  margin-bottom: 25px;
}
.categorie.catalogue-categorie.catalogue-detail-categorie {
  margin-bottom: 15px;
}

.plan-site .sitemap-nav ul li a {
  margin-bottom: 0.5rem;
  display: inline-block;
}
.fil-ariane,
#fil_ariane {
  margin-bottom: 2rem;
  font-size: 0.8rem;
}
#fil_ariane {
  margin: 3rem 0;
}
.index-page main p u,
.ac-doubleColonne p u {
  display: block;
  text-decoration: none;
  padding: 20px;
  background-color: var(--accent-color);
  color: var(--white-color);
}
.card img {
  width: 100%;
}

.page-interne #container {
  padding-top: 0;
  padding-bottom: 0;
}
body.actualites-listing main .section {
  padding-top: 0;
}
body[class*="listing"] .hero-interne {
  padding: 100px 0;
  position: relative;
  margin-top: 0;
}
.hero-interne p {
  margin-bottom: 0;
}
body[class*="listing"] .hero-interne .title-1 {
  max-width: 900px;
  color: white;
  margin-top: 0;
}
body[class*="listing"] .hero-interne h1 {
  margin: 0 0 12px;
}
body[class*="listing"] .fold {
  margin-top: -2px;
}

body[class*="listing"] .fil-ariane {
  margin-bottom: -28.4rem;
}
.hero-bg::before,
.hero-interne::before {
  position: absolute;
  content: "";
  background: linear-gradient(267deg, rgba(0, 0, 0, 0) 14.57%, #1f1a1a 98.99%),
    url(../assets/gifs/slider/slide-01_large.jpg);
  background-position: center;
  background-size: cover;
  width: 160%;
  left: -23%;
  max-width: 1920px;
  top: 0;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
/*=========fIN GENERAL ============== */
/* =============================== */

/*=========== BOUTONS=========*/
/* ============================*/

[class*="btn"] a.btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 18px 23px;
  color: hsla(223, 87%, 3%, 1);
}
#no-padd {
  padding-left: 0;
}

.main-header-content {
  padding-top: 11px;
}

[class*="btn"] .accent.btn {
  border-color: var(--accent-color);
  box-shadow: 0px 4px 30px 0px #CBA6724D;
}
.btn-contact svg {
  right: 19px;
  position: relative;
}
.top-bar span.lien-maps {
  font-size: 13px;
}
a.btn.accent svg {
  margin-left: 22px;
}
.divGenerateur,
.divGenerateurErreur {
  margin-top: -14px;
  margin-bottom: 1rem;
}
.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);
}
a.btn.accent {
  padding: 6.5px 29.5px 6.5px 5px;
}
[class*="btn"] a.btn:not(.accent),
[id*="formulaire"] .btn.primary {
  color: var(--text-color);
  background: var(--accent-color);
  border: 2px solid var(--accent-color);
  padding: 18px 24px;
}
[class*="btn"] a.btn:not(.accent):hover,
[id*="formulaire"] .btn.primary:hover {
  background-color: transparent;
}

/*===========Fin BOUTONS=========*/
/* ============================*/

/* ==============PAGINATION==============*/
/* ================================ */

.paginationControl {
  text-align: center;
  font-size: 18px;
  margin-top: 3rem;
}
.paginationControl a {
  text-decoration: none;
}
.paginationControl .selected {
  font-weight: bold;
}
/* ==============fIN PAGINATION==============*/
/* =======================+++++++++========= */

/* ==============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;
}

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

/*================ titre mobile============*/
/* ======================================== */
.page-interne h1 {
  font-size: 35px;
  line-height: 35px;
}
.page-interne h1 span {
  font-size: 21px;
  margin-top: 8px;
  line-height: 21px;
  margin-bottom: 0;
}
.page-interne .title-1 {
  margin: 0;
  padding-block: 120px;
  color: white;
}
.page-interne h2 {
  font-size: 22px;
}
.page-interne h3 {
  font-size: 18px;
}
h1.h1-geoloc {
  color: white;
  margin: 0;
}
.slide-content {
  padding-top: 200px;
}
h1,
.title-1 {
  font-size: var(--h1-font-size-s);
  margin-bottom: 1rem;
}
.title-1 {
  font-size: 2rem;
  line-height: 2rem;
}
h2,
.title-2 {
  font-size: var(--h2-font-size-s);
  margin-block: 24px;
}
h2 {
  font-size: 24px;
  line-height: 24px;
}
h3,
.title-3 {
  font-size: var(--h3-font-size-s);

  margin-block: 24px;
}
h2 em {
  font-weight: bold;
  font-style: normal;
}
/*=============end titre mobile================*/
/* ======================================== */

/*================ titre descktop ============*/
/* ======================================== */
@media screen and (min-width: 993px) {
  .page-interne .title-1 {
    max-width: 80%;
  }
  h1.h1-geoloc span,
  h1 span {
    font-size: var(--displaysm);
    line-height: var(--displaysm);
  }

  .page-interne h1 {
    font-size: var(--displayxl);
    line-height: var(--displayxl);
  }
  .page-interne h1 span {
    font-size: var(--displaymd);
    line-height: var(--displaymd);
  }
  h1.h1-geoloc,
  h1 {
    font-size: 65px;
    font-weight: 600;
    line-height: 70.2px;
  }

  h1.h1-geoloc span,
  h1 span {
    font-size: 55px;
    font-weight: 400;
    line-height: 53.2px;
    max-width: 76%;
    margin: 0;
  }
  .page-interne h2 {
    font-size: var(--displaymd);
    line-height: var(--displaymd);
  }
  .page-interne h3 {
    font-size: var(--h3-font-size);
    line-height: var(--h3-font-size);
  }
  a.lien-maps:hover {
    opacity: 0.7;
  }

  h1.h1-geoloc {
    max-width: 80%;
    margin-bottom: 0;
  }
  h1,
  .title-1 {
    font-size: var(--h1-font-size);
    line-height: var(--h1-font-size);
    margin-top: 0;
    margin-bottom: 24px;
  }
  h2,
  .title-2 {
    font-size: var(--h2-font-size);
    line-height: var(--h2-font-size);
  }
  h3,
  .title-3,
  #bloc-01 h2 {
    font-size: var(--h3-font-size);
    line-height: var(--h3-font-size);
    margin-block: 24px;
  }
}
/*=============end titre descktop================*/
/* ======================================== */

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

.slider-slick {
  width: 100%;
  background-color: var(--background-color);
  position: relative;
  z-index: 0;
}
.slide-img .container {
  min-height: auto;
}
.slide-img .container .bloc {
  height: auto;
}
.slide-img {
  min-height: auto;
  background-size: cover;
  background-position: center;
}
.bg-interne, div#section-contact {
  background-image: url("../assets/gifs/slider/slide-01_large.jpg");
  position: relative;
  z-index: 0;
  margin-top: 22px;
  background-position: center;
  background-size: cover;
}
.bg-interne:before, div#section-contact:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
background: #031A4966;
  z-index: -1;
}
.slide-img.slide-01 {
  background-image: url("../assets/gifs/slider/slide-01.jpg");
}
.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");
}
.slick-engagements,
.slick-points-forts {
  margin-top: 60px;
}
.slick-dots li {
  margin: 0;
  padding: 2px;
}
.slick-dots li button .slick-dot-icon:before {
  font-size: 8px;
}
.slick-dots li button {
  height: 1rem;
  width: 1rem;
  border-radius: 100px;
  background-color: var(--brand100);
  padding: 0;
}
.slick-dots li button:hover .slick-dot-icon,
.slick-dots li button:focus .slick-dot-icon {
  opacity: 1;
}
.slick-dots li button .slick-dot-icon {
  opacity: 0.38;
  color: hsla(223, 87%, 3%, 1);
}
.slick-dots li.slick-active button:hover .slick-dot-icon,
.slick-dots li.slick-active button:focus .slick-dot-icon {
  opacity: 0.7;
}
@media screen and (min-width: 993px) {
  .hero-interne p {
    max-width: 53%;
    margin-bottom: 0;
  }
  .slide-content {
    padding-block: 632px 144px;
  }
}

/*============= end slide ==================*/
/*=======================================*/

/* =================Page-interne ===========*/
/* ========================================= */

#fil_ariane,
#fil_ariane,
.fil-ariane.gtm-fil-ariane {
  font-size: 14px;
}
body.actualites-listing h1 {
  margin-top: 0;
}

.col-left,
.col-right {
  box-shadow: 1px 1px 11px 0 hsl(220deg 92% 15% / 24%);
  padding: 2rem;
  background: hsla(220, 92%, 15%, 0.05);
}

.sitemap-nav.row li {
  margin-bottom: 0.5rem;
}
section#relance ul {
  padding-left: 0;
}
p.titre-relance {
  text-align: center;
}

.recherche_actu #recherche_actu_submit {
  margin-left: 0 !important;
}
.row.s-start.s-middle {
  flex-wrap: nowrap;
}

.row.s-start.s-stretch {
  flex-wrap: nowrap;
}

.card-title.contact-card-title {
  margin-bottom: 10px;
}

.sc-content #relance {
  margin: 40px auto;
}

#listing-autres-actus-categorie {
  background: #efefef;
  padding: 20px 30px;
  border-radius: 4px;
}

#listing-autres-actus-categorie span.title-4 {
  padding-top: 15px;
  display: block;
}

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

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

#encart-contact {
  margin: 20px auto 20px auto;
}

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

#relance p.titre-relance {
  font-size: 1rem;
  font-weight: 700;
  background-color: transparent;
}

nav#fil_ariane {
  font-size: 14px;
}

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

#encart-contact {
  position: relative;
  margin: 80px auto;
}
nav.fil-ariane.gtm-fil-ariane {
  margin-bottom: 40px;
}

nav#fil_ariane {
  margin-bottom: 40px;
}
#blocHorsLigne {
  z-index: 9999 !important;
}

#btn-politique {
  margin-top: 25px;
}
#encart-contact:before {
  content: "";
  position: absolute;
  left: -5000px;
  width: 10000px;
  height: 100%;
  bottom: 0px;
  background-color: #f3f3f3;
  z-index: -1;
}
p.titre-relance {
  text-align: center;
}
.sc-content #relance ul {
  padding-inline-start: 0px;
  justify-content: center;
  display: block;
  text-align: center;
  margin: auto;
}

section#relance li {
  list-style: none;
  margin: 20px 10px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  #container {
    padding-bottom: 0;
  }
  .page-interne .sc-content #relance {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

/* ===========Fin Page-interne ==========*/
/* ================================== */

/* ===========Contact-page==========*/
/* ================================== */

.contact-page h1 {
  margin: 0;
  line-height: normal;
  color: var(--background-color);
}
.contact-page ul {
  row-gap: 16px;
}
ul.coordonnees.contact-page-coordonnees.reset 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;
}

.col.contact-page-horaires .row,
.contact-page-coordonnees.reset .row,
.contact-page-infos-pratiques .row {
  flex-wrap: nowrap;
}

.page-404 footer {
  margin-top: auto;
  background: var(--primary-color);
}
.page-404 .brand {
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

.contact-page .map-container iframe {
  max-height: 350px;
}

.contact-page .contact-page-infos-pratiques {
  margin-bottom: 2rem;
}

#mess_newsletter {
  color: var(--accent-color);
  display: block;
  margin-top: 1rem;
}

html.devis .btn-devis {
  display: none;
}

.fil-ariane .first {
  display: inline-block;
}

.btn-politic-contact {
  margin-top: 1rem;
}

#encart-contact .card {
  margin: 40px auto;
  border: 2px solid #000;
  padding: 40px 20px;
  border-radius: 4px;
}
.contact-page .map-container iframe {
  max-height: 350px;
}
.contact-page ul {
  row-gap: 16px;
}

.contact-page .fold {
  display: none;
}
@media screen and (min-width: 993px) {
  .contact-page h1 {
    font-size: var(--displaylg);
    line-height: var(--displaylg);
  }
}

/*============= HEADER ==================*/
/*=======================================*/
button#menu-back {
  color: var(--text-color);
}
.header-content .nav > ul > .sous_menu.opened > a,
.header-content .nav .dropdown > .sous_menu.opened > a {
  color: var(--text-color);
  text-align: center;
}
.menu-mobile {
  background: var(--background-color);
}
header
  .main-header-content
  li.sousLi.sous_menu.selected
  ul.ssdropdown
  a.selected {
  color: var(--primary-color);
}
button#menu-burger {
  color: #000;
}

.fold {
  padding: 0 0 12px 0;
}
.header-content .nav ul li:hover > a {
  color: var(--primary-color-50);
}
.btn.accent.center.gtm-global-contact svg {
  transition: transform 0.3s ease, fill 0.3s ease;
}
.menu-mobile .brand {
  max-width: 75%;
}
.btn.accent.center.gtm-global-contact:hover svg {
  transform: rotate(360deg) scale(1.1);
}

.btn.accent.center.gtm-global-contact svg path {
  transition: fill 0.3s ease;
}

header a.tel.gtm-global-tel {
  display: block;
  margin-bottom: 10px;
}
.fold address {
  margin-bottom: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.menu-mobile {
  height: 6.5rem;
}
.menu_opened .menu-mobile {
  height: 3.5rem;
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s;
  z-index: 100;
}
.sticky-header .sticky.scroll_down {
  transform: translateY(-100%);
}
header .btn-contact {
  margin-top: 10px;
}
.contact-page .fold {
  display: none;
}

.brand {
  display: inline-block;
}

.header-content .nav ul li a.selected {
  background-color: transparent;
}

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

.card.contact-card.contact-encart-card {
  border: 1px solid #000;
  padding: 20px;
  min-height: 219px;
}

.page-interne .sc-content #relance {
  margin-top: 6rem;
}
@media screen and (min-width: 601px) {
  header .btn-contact {
    margin-top: 0;
  }

  .btn:not(.fluid) {
    width: auto;
  }
}

@media screen and (min-width: 993px) {
  .page-interne .sc-content #relance {
    margin-top: 120px;
  }
  .header-content .nav ul li.sous_menu > a::after {
    content: url(../assets/gifs/sous-menu.svg);
  }
  .tel-header address {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .header-content {
    padding-bottom: 15px;
  }
  .brand img,
  .brand svg {
    position: relative;
    transition: 0.3s;
  }
  .brand a {
    display: block;
  }
  .brand a:hover img,
  .brand a:hover svg {
    transform: scale(0.9);
  }

  .header-content .nav#topbar-nav > ul > li > a {
    position: relative;
    transition: 0.3s ease-in-out;
  }
  .fold {
    display: none;
  }
  .header-content .nav ul li a.selected:before,
  .header-content .nav ul li a:hover:before {
    width: 75% !important;
  }
  .header-content .nav#topbar-nav > ul > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    translate: -50% 50%;
    height: 2px;
    width: 0%;
    background-color: var(--primary-color-40);
    transition: 0.3s ease-in-out;
  }
  a.lien-maps {
    font-size: 13px;
  }

  .reseaux-sociaux .col {
    padding: 0 6px;
  }

  .header-content {
    padding-top: 8px;
  }

  .header-content .nav#main-nav > ul > li > a {
    position: relative;
    font-size: 12px;
    padding-left: 7px;
    padding-right: 7px;
  }
  .header-content .nav ul li a.selected {
    color: var(--primary-color-50);
  }
  .slide-content [class^="btn-"] {
    display: block;
  }
  header a.tel.gtm-global-tel {
    display: block;
    margin-bottom: 0px;
    font-size: 17px;
  }
  header .btn-contact {
    margin-top: 0px;
  }
  table.horaires tr td + td {
    display: block;
    margin-left: 10px;
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li a {
    font-size: 13px;
  }
  li.firstLi.no-desk {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .header-content .nav#main-nav > ul > li > a {
    position: relative;
    font-size: 15px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

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

/*============= Bloc 01 =================*/
/*=======================================*/
p {
  margin-block: 24px;
  font-size: 15px;
}
p strong {
  font-weight: 600;
}
.top-titre {
  font-size: 12px;
  text-transform: uppercase;
  color: hsla(220, 92%, 15%, 1);
  padding-left: 28px;
  position: relative;
  margin-top: 2rem;
}

.top-titre:before {
  width: 20px;
  height: 10px;
  background-image: url(../assets/gifs/before-titre.svg);
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  position: absolute;
  content: "";
}

@media screen and (min-width: 993px) {
  .top-titre {
    margin-top: 0rem;
    font-size: 14px;
  }
  div#bloc-01 img {
    max-height: 497px;
    object-fit: cover;
}
}

/*============= Fin Bloc 01 ==================*/
/*=======================================*/

/*=============PRESTATION==================*/
/*=======================================*/
#encart-prestations {
  padding: 0;
}

.btn-prestation:hover svg {
  transform: rotate(360deg) scale(1.1);
}

.btn-prestation svg {
  transition: transform 0.3s ease, fill 0.3s ease;
}

.btn-prestation svg path {
  transition: fill 0.3s ease;
}

.prestations-card-image a {
  position: relative;
  z-index: 0;
  display: block;
}
.prestations-card-title a {
  color: white;
  text-decoration: none;
  font-size: 24px;
  line-height: 24.2px;
}
#encart-prestations {
  padding: 0;
}
.prestations-card-title a {
  color: var(--text-color);
}

.prestations-card-title {
  margin-top: 24px;
}
.prestations-card-image a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(3, 24, 66, 0) 66.18%,
    rgba(0, 10, 31, 0.8) 100%
  );
}
.btn-prestation {
  background: var(--accent-color);
  max-width: 60px;
  padding: 18px 22px;
  border-radius: 50%;
}

@media screen and (min-width: 993px) {
  #first-title {
    min-height: 96px;
  }
  .prestations-card-title a {
    color: white;
    text-decoration: none;
    font-size: 34px;
    line-height: 34.2px;
  }
  .prestations-card:hover .card-image a:before {
    background: linear-gradient(
      180deg,
      rgba(3, 24, 66, 0) -36.11%,
      #000a1f 100%
    );
  }
  .card.prestations-card {
    position: relative;
    z-index: 0;
    color: white;
    overflow: hidden;
  }
  .prestations-card-content .description,
  .prestations-card-content .btn-prestation {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    pointer-events: none;
  }

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

  .prestations-card:hover .card-content {
    bottom: 0;
    transition: all 0.3s ease;
    padding-bottom: 48px;
  }
  .prestations-card-content {
    position: absolute;
    padding: 0 24px;
    bottom: -254px;
    padding-bottom: 0;
  }
  .card-image {
    position: relative;
    overflow: hidden;
  }
  .row.slick-prestations .col {
    padding: 0;
  }

  .prestations-card-title {
    margin-top: 0px;
  }
  .card-image img {
    transition: 0.3s;
  }
  .card:hover img {
    transform: scale(1.15);
  }
  #encart-prestations .container {
    max-width: 1888px;
    width: 98%;
  }
}
@media screen and (min-width: 1280px) {
  #first-title {
    min-height: 96px;
  }
}
@media screen and (min-width: 1600px) {
  .prestations-card-content {
    bottom: -190px;
  }

  #first-title {
    min-height: 55px;
  }

}

/*=============Fin PRESTATION==================*/
/*=======================================*/

/*============= Bloc 02 + Bloc 03 =================*/
/*=======================================*/
.card-parcour {
  background: hsla(220, 92%, 15%, 0.05);
  padding: 26px 29px;
}
.bg-note {
  background: hsla(220, 92%, 15%, 0.05);
  padding: 14px;
}
.page-interne .bg-note {
  margin-bottom: 2rem;
}
.bg-note p {
  margin-block: 8px 0;
}

.bg-note .title-4 {
  margin: 0;
}
.img-bas {
  margin-top: 24px;
}

.title-4 {
  color: hsla(223, 87%, 3%, 1);
  margin: 0;
  font-size: var(--displayxs);
  line-height: var(--displayxs);
}
.card-parcour p {
  margin-block: 8px 0;
  min-height: 90px;
}

@media screen and (min-width: 993px) {
  .page-interne .bg-note {
    margin-bottom: 0rem;
  }
  .title-4 {
    color: hsla(223, 87%, 3%, 1);
    margin: 0;
    font-size: var(--displaymd);
    line-height: var(--displaymd);
  }
  #parcours .title-3 {
    font-size: var(--displaymd);
    line-height: var(--displaymd);
    margin-block: 24px;
  }
}

/*============= Fin Bloc 02 + Bloc 03 ==================*/
/*=======================================*/

/*============= encart engagements ==================*/
/*=======================================*/
.encart-engagements .card-pf svg {
  margin-left: 0;
}
.encart-engagements {
  background-image: url(../assets/gifs/bg-engagements.jpg);
  background-size: cover;
}

.page-interne .encart-engagements .container {
  width: 100%;
}
.page-interne .encart-engagements {
  background-image: none;
  position: relative;
  z-index: 0;
  padding-block: 60px;
  margin-block: 60px;
}

.page-interne .encart-engagements::before {
  background-image: url(../assets/gifs/bg-engagements.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  width: 200%;
  height: 100%;
  left: -50%;
  top: 0;
  background-position: center;
  z-index: -1;
  bottom: 0;
  margin: auto;
  right: 0;
}

.page-interne .encart-engagements::after {
  width: 200%;

  left: -50%;
}

.encart-engagements::after {
  background: hsla(220, 92%, 15%, 0.05);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  z-index: -1;
  bottom: 0;
  margin: auto;
  right: 0;
}
.encart-engagements {
  position: relative;
  z-index: 0;
  max-width: 1920px;
  margin: auto;
}

.card-pf {
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  transition: 0.6s;
  box-shadow: 0px 4px 60px hsla(0, 0%, 0%, 0.1);
  border-bottom: 3px solid transparent;
}
.card-pf:hover {
  border-bottom: 3px solid hsla(205, 85%, 63%, 1);
}
.pf-title {
  font-size: 20px;
  line-height: 24.2px;
}

.card-text {
  font-size: 15px;
  line-height: 25px;
}

@media screen and (min-width: 993px) {
  .page-interne .encart-engagements {
    padding-block: 120px;
    margin-block: 120px;
  }
  .pf-title {
    font-size: 20px;
    line-height: 34.2px;
    min-height: 69px;
  }
  .encart-engagements .row p {
    margin: 0;
  }

  .encart-bg .title-2 {
    margin-bottom: 0;
  }

  .encart-engagements .pf-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 30.2px;
    min-height: 90px;
  }
}
@media screen and (max-width: 1200px) {
}

/*============= Fin encart engagements ==================*/
/*=======================================================*/

/*============AVis======================*/
/*=======================================*/

.slick-prev .slick-prev-icon:before {
  content: url(../assets/gifs/slick-prev.svg);
}
.slick-next .slick-next-icon:before {
  content: url(../assets/gifs/slick-next.svg);
}
.page-interne  #encart-actualites .container,
.page-interne .encart-avis .container {
  width: 100%;
}
#avis {
  max-width: 309px;
  margin: auto;
  padding-right: 28px;
}

#avis:after {
  width: 20px;
  height: 10px;
  background-image: url(../assets/gifs/before-titre.svg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  position: absolute;
  content: "";
  transform: rotate(180deg);
}
.encart-avis .card:hover img {
  transform: scale(1);
}
.encart-avis img {
  width: revert-layer;
}
.encart-avis {
  background-image: url(../assets/gifs/bg-avis.jpg);
  position: relative;
  z-index: 0;
  background-position: center;
}
.encart-avis:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: hsla(220, 92%, 15%, 0.05);
  top: 0;
  bottom: 0;
  z-index: -1;
}
.page-interne .encart-avis::before {
  width: 200%;
  left: -50%;
}
.page-interne .encart-avis {
  background: none;
}
.page-interne .encart-avis {
  margin-block: 60px;
  padding-block: 60px;
}
.encart-avis .title-2 {
  margin-block: 29px;
  color: hsla(12, 11%, 9%, 1);
}
.encart-avis .title-2 + .align-center {
  margin-bottom: 45px;
}
.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: 30px;
  background: #fff;
  box-shadow: 0px 8px 16px 0px hsla(0, 0%, 0%, 0.08);
  border-radius: 7px;
  margin: 10px 0;
}
.avis-name {
  line-height: 24px;
  margin-top: 0.5rem;
  color: hsla(200, 8%, 15%, 1);
}
.encart-avis .card .show-more {
  font-family: Barlow;
  font-size: 12px;
  line-height: 14.4px;
  text-decoration: underline;
  color: hsla(205, 15%, 22%, 1);
  text-align: end;
}
.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)
  );
}
.encart-avis .slick-prev,
.encart-avis .slick-next {
  top: 43%;
}
@media screen and (max-width: 992px) {
  .avis-encart-card {
    padding: 16px;
  }
}

@media screen and (min-width: 992px) {

  .row.slick-avis {
    margin-bottom: 0;
  }
  .page-interne .encart-avis {
    margin-block: 120px;
    padding-block: 120px;
  }
}
/*============FIN AVIS===================*/
/*=======================================*/

/*=========================== Bloc 5 + Bloc 6 =============================*/
/*=========================================================================*/
#bloc-06 .bg-note {
  margin-top: 24px;
}
/*======================FIN Bloc 5 + Bloc 6================================*/
/*=========================================================================*/

/*============= encart points forts ==================*/
/*=======================================================*/

#encart-points-forts .card-text {
  min-height: 100px;
}
.card-pf svg,
.card-pf img {
  margin: auto;
}
#center-pnt {
  border-right: 1px solid hsla(0, 0%, 77%, 1);
  border-left: 1px solid hsla(0, 0%, 77%, 1);
}
#encart-points-forts .card-pf {
  background: transparent;
  box-shadow: none;
  row-gap: 14px;
  padding: 0 24px;
  padding-bottom: 1rem;
}

#encart-points-forts .pf-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 24.2px;
}
#encart-points-forts #avis {
  max-width: 495px;
}
@media screen and (min-width: 993px) {
  #encart-points-forts .pf-title {
    font-size: 34px;
    line-height: 34.2px;
  }
}

/*============= Fin encart points forts ==================*/
/*=======================================================*/

/*=========================== Bloc 7 =============================*/
/*=========================================================================*/
#bloc-07 h3,
#bloc-07 .top-titre {
  color: white;
}
#bloc-07 .top-titre:before {
  background-image: url(../assets/gifs/top-titre-7.svg);
}
.bg-index {
  position: relative;
  z-index: 0;
}

.bg-index:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 80%;
  background-image: url(../assets/gifs/bg-index.jpg);
  z-index: -2;
  top: 0;
  background-size: cover;
  background-position: center;
}
.bg-index:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 80%;
  background: hsla(220, 92%, 15%, 0.05);
  z-index: -1;
  top: 0;
}
@media screen and (min-width: 993px) {
  #bloc-07 {
    max-width: 1520px;
    margin: auto;
    padding-block: 100px;
  }
  #bloc-07 p:first-of-type {
    margin-bottom: 0;
  }
}
/*======================FIN Bloc 7 ================================*/
/*=========================================================================*/

/*=========================== Bloc 8  =============================*/
/*=========================================================================*/
.center p {
  max-width: 1000px;
  margin: 24px auto;
}
#bloc-08 #avis {
  max-width: 381px;
}
/*======================FIN Bloc 8  ================================*/
/*=========================================================================*/

/*=========================== Bloc 9 + Formulaire =============================*/
/*=========================================================================*/
#bloc-09 {
  background-image: url(../assets/gifs/bg-9.jpg);
  background-position: center;
}

#bloc-09 .container {
  width: 100%;
}

.page-interne #bloc-09 {
  margin-block: 60px;
  padding-block: 60px;
  background-image: none;
  position: relative;
  z-index: 0;
}
.page-interne #bloc-09:before {
  position: absolute;
  content: "";
  background-image: url(../assets/gifs/bg-9.jpg);
  background-position: center;
  background-size: cover;
  width: 200%;
  left: -50%;
  height: 100%;
  z-index: -1;
  top: 0;
}

#bloc-09 h2 {
  color: hsla(223, 87%, 3%, 1);
}

.btn.outlined {
  border: 1px solid var(--accent-color);
  padding: 19px 6px;
}

.btn-tel address svg {
  display: none;
}
.bloc-form {
  margin-top: 2rem;
}

.btn-tel {
  min-width: 200px;
  justify-content: center;
}
.btn-tel {
  display: flex;
  align-items: center;
  gap: 8px;
}
.row-btn {
  gap: 1.5rem;
  flex-wrap: wrap;
}
#formulaire_1 input[type="text"],
#formulaire_1 input[type="tel"],
#formulaire_1 input[type="email"],
#formulaire_1 textarea {
  border-radius: 0;
  background-color: #caccd1;
  border: none;
}
#formulaire_1 p {
  margin: 0 0 1.5rem;
}
#formulaire_1 .divGenerateur > label {
  display: none;
}
.row-btn .btn-contact {
  margin-top: 1rem;
}
#formulaire_1 .divGenerateur ul label {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
  padding-bottom: 0;
}
.divGenerateur ul li::before {
  display: none;
}
#formulaire_1 .submit {
  margin-top: 1.5rem;
}
#formulaire_1 .submit .btn {
  width: 100%;
}
@media screen and (min-width: 601px) {
  .row-btn .btn-contact {
    margin-top: 0rem;
  }
  #formulaire_1 .cp_ville {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .btn-tel,
  .row-btn {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  #formulaire_1 .cp_ville p {
    width: calc(50% - 12px);
  }
}

@media screen and (max-width: 992px) {
  .index-page #bloc-09 .col-text {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 993px) {
  .page-interne #bloc-09 {
    margin-block: 120px;
    padding-block: 120px;
    background-image: none;
    position: relative;
    z-index: 0;
  }
  .page-interne #bloc-09 h2 {
    font-size: var(--h2-font-size);
    line-height: var(--h2-font-size);
  }
  .bloc-form {
    margin-top: 2rem;
  }
  .row-btn .btn-contact {
    margin-top: 0rem;
  }
}
/*======================FIN Bloc 9 + Formulaire ================================*/
/*=========================================================================*/

/*============ACTUALITES===================*/
/*==============================================*/
.row.slick-actualites {
  margin-top: 2rem;
}
#encart-actualites .text-titre {
  max-width: 778px;
  margin: 14px auto 32px;
}
.page-interne #encart-actualites {
  padding-block: 0 60px;
}

.card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
}
#encart-actualites .title-2 {
  margin: 14px 0;
}
#encart-actualites .card-link {
  max-width: 376px;
}
.actualites-card-text {
  font-size: 15px;
}
.actualites-date {
  padding-top: 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  height: auto;
}
.actualites-date::before {
  content: url(../assets/gifs/calendar.svg);
  margin-right: 8px;
}
.actualites-card-content {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
.actualites-card-title a {
  text-decoration: none;
  color: var(--text-color);
  font-size: 20px;
}
.actualites-card-title {
  max-height: 2rem;
}
#listing-autres-actus-categorie ul a {
  font-size: 15px;
  text-decoration: none;
}
#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;
  align-items: center;
}
.detail-actu-reseaux-sociaux > div {
  display: flex;
}
.detail-actu-image img {
  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;
  }
}
.actualites-detail #listing-autres-actus-categorie {
  background-color: var(--text-color-90);
  padding: 1rem;
  border-radius: var(--border-radius);
}

@media screen and (min-width: 993px) {
  .page-interne #encart-actualites {
    padding-block: 0 120px;
  }

  .actualites-card-title a {
    font-size: 34px;
    font-weight: 400;
    line-height: 34.2px;
    text-decoration: none;
    color: hsla(222, 23%, 17%, 1);
  }
}
/*============FIN ACTUALITES===================*/
/*==============================================*/

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

.actualites-detail .detail-actu-image {
  max-width: 50%;
}
#listing-autres-actus-categorie ul {
  padding-inline-start: 0;
}

#listing-autres-actus-categorie li {
  margin-top: 0.5rem;
}

body.actualites-detail .listing-autres-actus-categorie {
  height: max-content;
  padding: 24px;
  margin-bottom: 24px;
  background-color: var(--brand100);
  border-radius: var(--border-radius);
}
body.actualites-detail .listing-autres-actus-categorie .detail-btn {
  text-align: center;
}
#listing-autres-actus-categorie ul li ul li {
  list-style: none !important;
}
#listing-autres-actus-categorie ul li a {
  text-decoration: none;
}
#listing-autres-actus-categorie ul li a:hover {
  text-decoration: underline;
}
.fb-like.fb_iframe_widget {
  position: relative;
  top: 6px;
}
@media screen and (min-width: 601px) {
  .recherche_actu #input_recherche_actu {
    width: calc(100% - 7rem) !important;
  }
}

/* ========FIN PAGE ACTUALITES DETAIL========== */
/* ========================================*/

/* ===================FOOTER================ */
/* ========================================*/
.footer {
  background-image: url(../assets/gifs/bg-footer.jpg);
  background-position: center;
  color: #fff;
  background-size: cover;
  position: relative;
}


.bloc-maps {
  padding: 17px 0;
  text-align: center;
  background: hsla(220, 92%, 15%, 0.05);
}
.bloc-maps svg {
  margin-left: 1.5rem;
}
.bloc-maps .title-4 {
  width: fit-content;
  margin: auto;
  cursor: pointer;
  color: hsla(223, 87%, 3%, 1);
}
.bloc-maps iframe {
  height: 220px;
  margin-top: 1.5rem;
}
footer .section.footer-1 {
  padding: 54px 0 2rem;
}
footer .title-4:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 125px;
  height: 1px;
  background: var(--accent-color);
  margin: auto;
  right: 0;
}

footer address span {
  display: block;
}
.img-footer {
  display: block;
  margin-top: 11px;
}
footer nav li {
  line-height: 28px;
  margin-bottom: 10px;
}
.footer-1 li svg {
  margin-right: 13.56px;
}

footer address,
header address,
.index-page address,
.btn-tel address {
  margin: 0;
}
footer address svg {
  display: none;
}
.footer-row-contact {
  display: flex;
  align-items: center;
  gap: 26px;
  color: #fff;
  line-height: 28px;
  margin-bottom: 27px;
}
footer .reseaux-sociaux li a {
  width: 40px;
  height: 40px;
  background: #ffffff33;
  border-radius: 50%;
  padding: 7px 9px;
}
footer .reseaux-sociaux svg,
footer .reseaux-sociaux path {
  fill: #fff;
}
footer .gtm-global-instagram svg {
  height: 19px;
  width: 19px;
}
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: 400;
  line-height: 27.2px;
  color: var(--accent-color);
}
footer .title-4 {
  margin-top: 0;
  font-size: 24px;
  line-height: 34.2px;
  margin-bottom: 24px;
  padding-bottom: 8px;
  position: relative;
}
.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: 27.2px;
}
.lien-maps br {
  display: none;
}
footer .lien-maps br {
  display: inline-block;
}
.footer-1 a:hover {
  color: #fff;
  text-decoration: underline;
}

footer address span {
  display: block;
}
.bloc-maps .title-4 {
  padding-bottom: 0;
}
.page-interne footer,
.index-page footer {
  margin-top: 0;
}
.bloc-maps .title-4:before {
  display: none;
}

.footer {
  position: relative;
}
footer .top:hover {
  opacity: 0.7;
}
footer .top {
  position: absolute;
  right: 26px;
  top: -18px;
}
footer [class*="title"] {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .footer-row-contact {
    flex-direction: column;
  }
}
@media screen and (max-width: 992px) {
  footer .img-footer {
    margin: 11px 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;
  }
}
@media screen and (min-width: 993px) {
  footer {
    margin-top: 120px;
  }
  footer .title-4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 125px;
    height: 1px;
    background: var(--accent-color);

    right: auto;
  }
  footer .section.footer-1 {
    padding: 120px 0 100px 0;
  }
  footer .title-4 {
    font-size: 34px;
  }
  footer .row-2-footer {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
  footer .col:has(.reseaux-sociaux) {
    max-width: 306px;
  }
  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;
  }
  #nav-footer {
    margin-left: 5px;
  }
}
@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;
}

/* ===================FIN FOOTER================ */
/* ========================================*/
.col-left {
  margin-bottom: 2rem;
}
.masonry-grid {
  grid-gap: 1.7rem;
}
@media screen and (min-width: 993px) {
  .page-interne .ac-doubleColonne h2 {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .col-left {
    margin-bottom: 0rem;
  }
  .bloc-interne {
    margin-block: 120px;
  }
  .page-interne h1 {
    margin-bottom: 0px;
  }
  .page-interne p.intro {
    margin-bottom: 60px;
  }

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