:root {
  --primary-h: 223;
  /* hue */
  --primary-s: 47%;
  /* saturation */
  --primary-l: 51%;
  /* lightness */

  --accent-h: 223;
  /* hue */
  --accent-s: 45%;
  /* saturation */
  --accent-l: 25%;
  /* lightness */

  --text-h: 207;
  /* hue */
  --text-s: 47%;
  /* saturation */
  --text-l: 25%;
  /* lightness */

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

  --primary-font: "DM Sans", sans-serif;
  --secondary-font: "Arapey", sans-serif;

  --h1-font-size: 3rem;
  /* 48px */
  --h2-font-size: 2.5rem;
  /* 40px */
  --h3-font-size: 2rem;
  /* 32px */

  --h4-font-size: 1.5rem;
  /* 24px */
  --h5-font-size: 1.125rem;
  /* 18px */
  --h6-font-size: 1rem;
  /* 16px */

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

  --border-radius: 2rem;
  --button-border-radius: 4px;
}

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

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

.slider-slick {
  width: 100%;
  height: 500px;
  background-color: var(--background-color);
  position: relative;
  z-index: 0;
}

.slider-slick .slick {
  height: 100%;
}

.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 .container {
  min-height: 500px;
}

.slide-img .container .bloc {
  height: 500px;
}

/**************************** ARCHIVE ****************************/
/*** PAGINATION ***/
.paginationControl {
  text-align: center;
  margin: 2rem 0;
}

.paginationControl a,
.paginationControl span {
  font-weight: 600;
  font-size: 18px;
  padding: 0 5px;
}

.paginationControl span.disabled {
  color: #ccc;
}

.paginationControl span.selected,
.paginationControl a:hover {
  color: var(--accent-color);
}

/*** VALIDATION ***/
.valide {
  color: hsl(120deg 100% 35%);
}

.erreur {
  color: hsl(0deg 100% 46%);
}

/*** RELANCE ***/
section#relance ul {
  padding-left: 0;
}

section#relance li {
  margin-bottom: 1rem;
}

/*** IMGS ***/
#bloc-01 img,
#bloc-02 img,
#bloc-03 img,
#bloc-04 img,
#encart-prestations img,
#encart-pts-forts img {
  display: block;
  margin: auto;
}

/*** BOUTTON RECHERCHE ***/
.recherche_actu #recherche_actu_submit {
  margin-left: 0 !important;
}

/*** FIL ARIANE ***/
nav.fil-ariane.gtm-fil-ariane .first {
  display: inline-block;
}

/*** IFRAME ***/
:where(iframe) {
  height: 300px;
}

/*** AVIS  ***/
.avis-card button {
  display: none;
}

.card-text.avis-card-text:after {
  display: none !important;
}

/*** PLAN DE SITE ***/
.plan-site .main-nav li,
.plan-site .firstLi {
  padding: 10px 0px;
}

/*** MENU MOBILE ***/
span.close-mobile.material-icons {
  color: #000;
}

span.menu-title.col.white-text {
  color: #000;
}

.menu-mobile span.material-icons {
  color: #000;
}

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

li.firstLi.sous_menu.selected.opened a {
  color: #000;
}

.header-content .nav .sous_menu .btnMenuLevel2::after {
  color: #000;
}

.header-content .nav#main-nav li:not(.opened) a.selected {
  border-bottom-color: #0e1a32;
  font-weight: 600;
  color: #0e1a32;
}

/*** DOTS ***/
.slick-dots li button .slick-dot-icon:before {
  color: #94aceb !important;
  font-size: 16px;
}

.slick-dots li.slick-active button .slick-dot-icon:before {
  color: #4768BD !important;
}

.slick-dots li button .slick-dot-icon {
  opacity: 1 !important;
}

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



.slick-prev .slick-prev-icon,
.slick-prev .slick-next-icon,
.slick-next .slick-prev-icon,
.slick-next .slick-next-icon {
  opacity: 1;
}

/*** MENU MOBILE ***/
.menu_opened .menu-mobile {
  height: 3.5rem;
}

/*** PAGE INTERNE ***/
p {
  margin-block-start: 20px !important;
  margin-block-end: 20px !important;
}

.header-content .nav>ul>.sous_menu.opened>a,
.header-content .nav .dropdown>.sous_menu.opened>a {
  width: calc(90% - 8rem);
}

.page-interne p {
  margin-block-start: 1em !important;
}

.tap-bar .row .col {
  padding-right: 0;
}

/*** CONTACT PAGE ***/
.coordonnees.contact-page-coordonnees .row {
  flex-wrap: nowrap;
}

/*** PAGE INTERNE ***/
.card-title.contact-card-title {
  margin-bottom: 0.5rem;
}

.card-content.contact-card-content {
  padding: 1.5rem 0;
}

div#encart-contact .row {
  justify-content: center;
}

.contact-page-horaires .row {
  flex-wrap: nowrap;
}

.sitemap-nav li a {
  text-decoration: none !important;
}

/*** RELANCE ***/
.sc-content #relance {
  margin-top: 4rem !important;
  margin-bottom: 2rem !important;
}

/*** ACTUALITES ***/
.fb_iframe_widget iframe {
  top: 5px;
}

div#listing-autres-actus-categorie {
  background: #EDF5FD;
  padding: 16px 22px 16px 22px;
  border-radius: 4px;
  border: 1px solid var(--primary-color);
}

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

.container.sc-content {
  text-align: center;
}

.detail-btn {
  display: flex;
  justify-content: center;
}

/*** PAGE CONTACT ***/
.divGenerateur label.optional {
  display: none;
}

/*** PAGE INTERNE ***/
p.submit input {
  background: #1E1D1B !important;
}

:where(address) {
  margin-top: 0;
  margin-bottom: 0;
}

.contact-page .title-2 {
  font-size: 30px;
  margin: 12px 0 0 0;
}

.actualites-listing h1 {
  margin: 0;
}

.card.contact-card.contact-encart-card {
  border: 1px solid #6B5A2E;
  padding: 2rem;
  min-height: 228px;
  border-radius: 24px;
}

div#encart-contact {
  margin: 80px auto 65px auto;
  padding: 60px 0;
  background: #EDF5FD;
  position: relative;
}

div#encart-contact:before {
  content: "";
  background: #EDF5FD;
  position: absolute;
  width: 4000px;
  left: -4000px;
  height: 100%;
  top: 0;
}

div#encart-contact:after {
  content: "";
  background: #EDF5FD;
  position: absolute;
  width: 4000px;
  right: -4000px;
  height: 100%;
  top: 0;
}

div#encart-contact .col.col:nth-of-type(2) .card.contact-card.contact-encart-card {
  margin: 2rem 0;
}

.btns-cat-details {
  display: flex;
  gap: 15px;
  justify-content: end;
}

footer :where(address) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.bg-page-interne {
  background: #EDF5FD;
  margin-block-start: 20px;
  padding: 15px 20px;
  border-radius: 5px;
}

.detail-btn a {
  border-color: #24345E !important;
}

/****************************************************************/

/************************* PAGE INTERNE *************************/
.politique-de-confidentialite .section .btn-contact {
  margin-top: 17px;
}

.page-interne h1,
.page-interne h2,
.page-interne h3 {
  margin-bottom: -10px;
}

.btn.primary,
.btn.secondary,
.btn.accent {
  transition-duration: 0s !important;
}

.contact-page-infos-pratiques .row {
  flex-wrap: nowrap;
}

.plan-acces .material-icons,
.contact-page-infos-pratiques .material-icons {
  background: #24345E;
}

.contact-page-infos-pratiques {
  background: #EDF5FD;
  border-radius: 4px;
}

.coordonnees.contact-page-coordonnees .lien-maps span {
  display: block;
}

div#blocHorsLigne {
  z-index: 1000 !important;
}

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea {
  border-color: #24345E !important;
}

input::placeholder {
  color: #24345E !important;
}

.plan-acces nav.fil-ariane {
  font-size: 14px;
}

.page-interne nav#fil_ariane {
  font-size: 14px;
  padding-top: 1.5rem;
}

.actualites-listing div#fil_ariane {
  font-size: 14px;
}

.actualites-detail div#fil_ariane {
  font-size: 14px;
  padding-top: 1.5rem;
}

.politique-de-confidentialite nav.fil-ariane {
  font-size: 14px;
  padding-top: 1.5rem;
}

.plan-site nav.fil-ariane {
  font-size: 14px;
  padding-top: 1.5rem;
}

.all_cat_actu {
  margin-bottom: 2.5rem !important;
}

.detail-actu-image img {
  border-radius: 4px;
}

p.submit input {
  background: #24345E !important;
}

.col.date.card-date.actualites-date.actualites-card-date.actualites-listing-card-date {
  margin: auto;
}

.politique-de-confidentialite h1,
.politique-de-confidentialite h2 {
  margin-bottom: -14px;
}

.plan-site h1 {
  margin-bottom: 15px;
}

/***************************** HEADER *****************************/
.tel-fold {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 31.5px;
  color: #22435E;
  padding-bottom: 8px;
}


.btn-contact a {
  color: #4768BD !important;
  background: transparent !important;
  border: 1px solid #4768BD;
}

.bloc-btns {
  display: none;
}

.fold .btn-rdv {
  margin-bottom: 10px;
}

.fold {
  box-shadow: 0px 4px 4px 0px #282F3D1A;
  padding: 8px 0;
}

.top-bar .icon-footer {
  display: none;
}

.btn-rdv a,
.btn-contact a {
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.menu-mobile {
  background: #ffffff;
  height: 6.8rem;
}

/***************************** SLIDER *****************************/
.slide-img.slide-01:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background: hsla(223, 46%, 38%, 0.7);
  z-index: -1;
}

.slide-content .description {
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 8px 0 0 0;
  color: #EDF5FD;
}

.slide-content {
  text-align: left;
  padding-top: 3px;
  max-width: 840px;
  margin: auto;
}

.slide-img.slide-01 {
  background-image: url("../assets/gifs/slider/slide-01.jpg");
  position: relative;
  z-index: 1;
}

.slide-img {
  min-height: 538px;
  background-size: cover;
  background-position: center;
}

header .slider-slick {
  height: 538px;
}

.slide-img .container .bloc {
  height: 538px;
}

.slide-img .container {
  min-height: 538px;
}

h1,
.title-1 {
  font-family: var(--primary-font);
  font-size: 32px;
  font-weight: 400;
  line-height: 38.4px;
}

.index-page h1,
.index-page .title-1 {
  color: #FFFFFF;
  margin: 0;
}

/**************************** BLOC 01 ****************************/
div#bloc-01,
div#bloc-03 {
  background: #EDF5FD;
  text-align: center;
  padding: 3rem 0;
}

div#bloc-02 {
  background: #EDF5FD;
  text-align: center;
  padding: 3rem 0 2rem 0;
}

.bloc-img-desk,
.bloc-img-desk-02 {
  display: none;
}

.btn-rdv {
  margin-bottom: 15px;
}

h2,
.title-2 {
  font-family: var(--secondary-font);
  font-size: calc(var(--h2-font-size) - var(--h2-font-size) / 3);
  font-weight: 400;
  line-height: 30px;
}

.index-page h2,
.index-page .title-2 {
  color: #11212F;
}

p {
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.inde-page p {
  color: #22435E;
}

.index-page h2 {
  margin: 20px 0 0 0;
}

.index-page .title-2 {
  margin: 0;
}

div#bloc-01 img,
div#bloc-02 img,
div#bloc-03 img {
  border-radius: 4px;
}

/************************** PRESTATIONS **************************/
div#encart-prestations {
  padding: 6rem 0 1rem 0;
}

div#encart-prestations a {
  text-decoration: none;
}

.card.prestations-card {
  text-align: center;
}

.card-image.prestations-card-image img {
  border-radius: 4px;
  width: 100%;
}

.card-title.prestations-card-title {
  font-family: var(--secondary-font);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #11212F;
}

.btn-presta {
  display: none;
}

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

/************************** POINTS FORTS **************************/
div#encart-pts-forts {
  padding: 3rem 0 2rem 0;
}

.card.pts-forts-card {
  text-align: center;
}

.card-title.pts-forts-card-title {
  font-family: var(--secondary-font);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #11212F;
  margin-bottom: 8px;
}

.card-description.pts-forts-card-description {
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #22435E;
}

.card-content.pts-forts-card-content {
  padding: 0 10px;
  max-width: 344px;
  margin: 15px auto auto auto;
}

.box-title {
  margin-bottom: 20px;
}

/************************** ACTUALITES **************************/
div#encart-actualites {
  padding: 3rem 0;
}

.card-image.actualites-card-image.actualites-listing-card-image img {
  border-radius: 4px 4px 0 0;
}

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

.line-clamp-1 {
  height: 1.4em;
}

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

.card-image.actualites-card-image img {
  width: 100%;
}

.card.actualites-card {
  text-align: center;
  background: #EDF5FD;
}

.encart-btn.actualites-encart-btn a {
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #24345E;
  padding: 12px 21px;
  border: 1.5px solid #4768BD;
}

.bloc-date {
  font-family: var(--primary-font);
  font-weight: 400;
  line-height: 24px;
  background: #4768BD;
  color: #ffffff;
  padding: 5px 0;
}

.box-actualites {
  padding: 15px 32px;
}

.card-title.actualites-card-title {
  font-family: var(--secondary-font);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #11212F;
}

.card-text.actualites-card-text {
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #22435E;
  margin-bottom: 15px;
}

span.date-prefix.card-date-prefix.actualites-date-prefixe {
  display: none;
}

.btn-actu {
  display: none;
}

/***************************** AVIS *****************************/
.encart-avis {
  padding: 0 0 4rem 0;
}

.card.avis-card {
  background: #EDF5FD;
  padding: 12px;
}

.encart-avis .slick-slider.slick-dotted {
  margin-bottom: 2rem !important;
}

.name.avis-name.card-name.avis-card-name {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 31.5px;
  color: #11212F;
}

.date.avis-date.card-date {
  font-family: var(--primary-font);
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  color: #11212F;
}

.card-text.avis-card-text .text {
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #11212F;
  margin-left: 81px;
}

/**************************** FOOTER ****************************/
footer {
  text-align: center;
}

.contact-page .tel-fold,
.contact-page .fold .btn-contact {
  display: none;
}

footer .section .row {
  display: block;
}

footer .icon-header {
  display: none;
}

.title-footer {
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 16px;
}

.conta-footer {
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #EDF5FD;
}

footer .brand {
  margin-bottom: 12px;
}

.conta-footer.addr {
  margin: 8px 0;
}

footer nav li,
.siret {
  font-family: var(--primary-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 18.2px;
  color: #FCFCFC;
}

footer nav li {
  padding-bottom: 1.5rem;
}

footer nav li a {
  text-decoration: underline !important;
  color: #FCFCFC !important;
}

.section.last-footer .container {
  border-top: 2px solid #98CAF2;
  padding-top: 15px;
}

.section.top-footer {
  padding: 30px 0 15px 0;
}

.section.last-footer {
  padding: 0 0 30px 0;
}

/**************************** MEDIA ****************************/
@media screen and (min-width: 601px) {
  div#encart-prestations {
    padding: 3rem 0 1rem 0;
  }
  

  /*** PAGE INTERNE ***/
  .recherche_actu #recherche_actu_submit {
    width: 3.5rem;
  }

  div#encart-contact .col.col:nth-of-type(2) .card.contact-card.contact-encart-card {
    margin: 0;
  }

  div#encart-contact .col.col:nth-of-type(3) .card.contact-card.contact-encart-card {
    margin-top: 2rem;
  }

  /*** HEADER ***/
  .tel-fold {
    padding-bottom: 0;
  }

  .fold .btn-rdv {
    margin-bottom: 0;
  }

  /*** slider ***/
  .slide-img {
    min-height: 400px;
  }

  header .slider-slick {
    height: 400px;
  }

  .slide-img .container .bloc {
    height: 400px;
  }

  .slide-img .container {
    min-height: 400px;
  }

  /*** BLOC 01 ***/
  .box-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }

  .btn-rdv {
    margin-bottom: 0;
  }

  /*** ACTUALITES ***/
  .encart-btn.actualites-encart-btn {
    max-width: 245px;
    margin: auto;
  }
}

@media screen and (min-width: 601px) and (max-width: 992px) {
  .col.gtm-image-detail-catalogue img:first-of-type {
    width: 76% !important;
    margin: auto;
  }

  .actualites-detail img {
    width: 50% !important;
    margin: auto;
  }
}

@media only screen and (max-width: 992px) {
  .header-content .nav#topbar-nav li:not(.opened):first-child a {
    font-size: 16px;
  }
}

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

  .slide-content {
    text-align: left;
}

  .header-content .nav ul li.sous_menu ul.dropdown > li a {

    text-align: left;
}

  .ac-doubleColonne p:nth-child(2) {
    background-color: #EDF5FD;
    padding: 5px;
    margin-top: 12px !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 0px !important;
}


  .header-content .nav ul {
    justify-content: center;
    align-items: center;
}

  .header-content .nav#main-nav>ul>li>a {
    font-size: 14px;
    line-height: 23px;
}



  div#encart-prestations,
  div#encart-actualites,
  div#encart-pts-forts,
  div#bloc-01,
  div#bloc-02,
  div#bloc-03 {
    padding: 128px 0;
  }

  .encart-avis {
    padding: 0 0 128px 0;
  }

  .col.date.card-date.actualites-date.actualites-card-date.actualites-listing-card-date {
    margin: 0;
  }

  /*** PAGE INTERNE ***/
  .plan-acces .row.m-top {
    display: block;
  }

  .page-interne h2,
  .page-interne h3 {
    margin-top: 0;
  }

  .plan-acces .row.tel {
    margin-bottom: 17px;
  }

  .container.sc-content {
    text-align: left
  }

  .section.plan-acces {
    padding-top: 3.5rem;
  }

  .card-image.actualites-card-image.actualites-listing-card-image img {
    min-height: 216px;
    object-fit: cover;
  }

  section.ac-doubleColonne img {
    border-radius: 4px;
  }

  .ac-doubleColonne.first-ac-colonne {
    padding-top: 2rem;
  }

  .sc-content .ac-doubleColonne {
    gap: 3rem !important;
    align-items: center !important;
  }

  div#encart-contact .col.col:nth-of-type(3) .card.contact-card.contact-encart-card {
    margin-top: 0;
  }

  .sc-content #relance {
    margin-top: 6rem !important;
    margin-bottom: 4rem !important;
  }

  /*** HOVER ***/
  iframe:hover,
  p.submit input:hover,
  .detail-actu-image a:hover,
  .detail-btn a:hover,
  .info-header.addr-header:hover,
  footer nav li a:hover,
  .conta-footer.addr:hover {
    opacity: 0.7;
  }

  .btn-rdv a:hover {
    background: #121A2F !important;
  }

  .btn-contact a:hover {
    color: #ffffff !important;
    background: #4768BD !important;
  }

  .encart-btn.actualites-encart-btn a:hover {
    background: #24345E;
    color: #ffffff;
    border: 1.5px solid #24345E;
  }

  .sitemap-nav li a:hover {
    text-decoration: underline !important;
  }

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

  .header-content .nav#topbar-nav>ul>li>a:hover,
  .header-content .nav#main-nav>ul>li>a:hover {
    border-bottom: 2px solid #4768BD;
  }

  /*** HEADER ***/
  .fold {
    display: none;
  }

  .header-content .nav ul li a.selected {
    color: #616161 !important;
  }

  .main-header-content .brand {
    padding: 6px 0 10px 0;
  }

  .info-header {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .main-header-content .btn-rdv a,
  .main-header-content .btn-contact a {
    font-size: 15px;
    padding: 8px 16px;
  }

  .header-content .nav#topbar-nav>ul>li>a {
    font-family: var(--primary-font);
    font-size: 13px;
    font-weight: 400;
    color: #22435E;
    border-bottom: 2px solid transparent;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    transition: 0.5s;
  }

  .info-header.addr-header {
    font-family: var(--primary-font);
    font-size: 13px;
    font-weight: 400;
    color: #22435E;
  }

  .info-header.tel-header {
    font-family: var(--primary-font);
    font-size: 13px;
    color: #22435E;
  }

  .header-content .nav#main-nav>ul>li>a {
    font-family: var(--primary-font);
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    color: #22435E;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: 2px solid transparent;
    transition: 0.5s;
  }

  .top-bar .container,
  .main-header-content .container {
    max-width: 1440px;
  }

  .header-content {
    border-bottom: 4px solid #5982EC;
    padding: 12px 0 0 0;
  }

  .main-header-content .row.l-end,
  .top-bar .row.l-end,
  .main-header-content .row.m-between {
    justify-content: center;
  }

  /*** SLIDER ***/
  .slide-img {
    min-height: 600px;
  }

  .slide-content .btn-contact a {
    color: #ffffff !important;
  }

  header .slider-slick {
    height: 600px;
  }

  .slide-img .container .bloc {
    height: 600px;
  }

  .slide-img .container {
    min-height: 600px;
  }

  .bloc-btns {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
  }

  h1,
  .title-1 {
    font-size: calc(var(--h1-font-size) - var(--h1-font-size) / 5);
    line-height: 48px;
  }

  .slide-content {
    background: hsla(223, 46%, 38%, 0.8);
    padding: 30px;
    position: absolute;
    left: 0;
    top: 25%;
    right: 0px;
  }

  .box-slide-content:before {
    position: absolute;
    content: "";
    width: 648px;
    height: 156px;
    right: 0;
    left: 0;
    margin: auto;
    top: 13%;
    background-image: url(../assets/gifs/bef-content.svg);
    z-index: -1;
    display: none;
  }

  .btn-contact a {
    font-size: 16px;
    padding: 12px 24px;
  }

  .btn-rdv a {
    font-size: 16px;
    padding: 12.9px 24px;
  }

  .slide-content .description {
    margin: 8px auto 24px auto;
  }

  /*** PRESTATIONS ***/
  .btn-presta {
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    border-bottom: 1.5px solid #ffffff;
    color: #ffffff;
    max-width: 107px;
    margin: auto;
    margin-top: -24px;
    position: relative;
    top: -5.6rem;
  }

  .card.prestations-card:hover .btn-presta {
    display: block;
  }

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

  .card-image.prestations-card-image {
    position: relative;
    z-index: 1;
    max-height: 210px;
    min-height: 210px;
    transition: 0.3s;
  }

  .card-image.prestations-card-image img {
    min-height: 210px;
    object-fit: cover;
  }

  .card-image.prestations-card-image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: transparent;
    transition: 0.3s;
  }

  .card.prestations-card:hover .card-image.prestations-card-image:before {
    background: hsla(223, 47%, 51%, 0.8);
  }

  .card-image.prestations-card-image.presta-01:after,
  .card-image.prestations-card-image.presta-03:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background-image: none;
    transition: 0.3s;
  }

  .card-image.prestations-card-image.presta-02:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: -5%;
    margin: auto;
    bottom: 0;
    background-image: none;
    transition: 0.3s;
  }

  .card.prestations-card:hover .card-image.prestations-card-image.presta-01:after {
    background-image: url(../assets/gifs/bef-presta-01.svg);
  }

  .card.prestations-card:hover .card-image.prestations-card-image.presta-02:after {
    background-image: url(../assets/gifs/bef-presta-02.svg);
  }

  .card.prestations-card:hover .card-image.prestations-card-image.presta-03:after {
    background-image: url(../assets/gifs/bef-presta-03.svg);
  }

  /*** BLOC 01 ***/
  div#bloc-01,
  div#bloc-02,
  div#bloc-03 {
    text-align: left;
  }

  .bloc-img-desk,
  .bloc-img-desk-02 {
    display: block;
  }

  .bloc-img-mobile-02,
  .bloc-img-mobile {
    display: none;
  }

  .box-btns {
    justify-content: left;
  }

  h2,
  .title-2 {
    font-size: calc(var(--h2-font-size) - var(--h2-font-size) / 5);
    line-height: 38px;
  }

  .index-page h2,
  .index-page .title-2 {
    margin: 0;
  }

  div#bloc-01 .container,
  div#bloc-03 .container {
    position: relative;
    z-index: 1;
  }

  div#bloc-01 .container:before,
  div#bloc-03 .container:before {
    position: absolute;
    content: "";
    width: 73px;
    height: 94px;
    right: -4%;
    margin: auto;
    bottom: -13%;
    background-image: url(../assets/gifs/bef-bloc-01.svg);
    z-index: -1;
  }

  div#bloc-01 .bloc-img-desk {
    position: relative;
    z-index: 1;
  }

  div#bloc-01 .bloc-img-desk:before {
    position: absolute;
    content: "";
    width: 369px;
    height: 392px;
    left: -19%;
    margin: auto;
    top: -27%;
    background-image: url(../assets/gifs/bef-img-01.svg);
    z-index: -1;
  }

  div#bloc-01 .bloc-img-desk:after {
    position: absolute;
    content: "";
    width: 207px;
    height: 206px;
    left: 21%;
    margin: auto;
    top: -34%;
    background-image: url(../assets/gifs/after-img-01.svg);
    z-index: -1;
  }

  /*** BLOC 02 ***/
  .bloc-img-02 {
    clip-path: circle(78% at 29% 75%);
  }

  div#bloc-02 .bloc-img-desk-02 {
    position: relative;
    z-index: 1;
  }

  div#bloc-02 .bloc-img-desk-02:before {
    position: absolute;
    content: "";
    width: 508px;
    height: 356px;
    right: -37%;
    margin: auto;
    top: -35%;
    background-image: url(../assets/gifs/bef-img-02.png);
    z-index: -1;
  }

  div#bloc-02 .container {
    position: relative;
    z-index: 1;
  }

  div#bloc-02 .container:before {
    position: absolute;
    content: "";
    width: 69px;
    height: 98px;
    left: -3%;
    margin: auto;
    bottom: -22%;
    background-image: url(../assets/gifs/bef-bloc-02.svg);
    z-index: -1;
  }

  /*** BLOC 03 ***/
  div#bloc-03 .bloc-img-desk {
    position: relative;
    z-index: 1;
  }

  div#bloc-03 .bloc-img-desk:before {
    position: absolute;
    content: "";
    width: 399px;
    height: 327px;
    left: -19%;
    margin: auto;
    top: -22%;
    background-image: url(../assets/gifs/bef-img-03.png);
    z-index: -1;
  }

  /*** POINTS FORTS ***/


  div#encart-pts-forts {
    position: relative;
    z-index: 1;
  }

  div#encart-pts-forts:before {
    position: absolute;
    content: "";
    width: 326px;
    height: 711px;
    right: 0;
    margin: auto;
    top: 0;
    background-image: url(../assets/gifs/bef-pts-forts.svg);
    z-index: -1;
  }

  div#encart-pts-forts:after {
    position: absolute;
    content: "";
    width: 236px;
    height: 773px;
    left: 0;
    margin: auto;
    top: 0;
    background-image: url(../assets/gifs/after-pts-forts.svg);
    z-index: -1;
  }

  /*** AVIS ***/
  .card.avis-card {
    padding: 9px;
  }

  .encart-avis {
    position: relative;
    z-index: 1;
  }

  .encart-avis:before {
    position: absolute;
    content: "";
    width: 227px;
    height: 416px;
    right: 0;
    margin: auto;
    top: 15%;
    background-image: url(../assets/gifs/bef-avis.svg);
    z-index: -1;
  }

  .encart-avis:after {
    position: absolute;
    content: "";
    width: 196px;
    height: 356px;
    left: 0;
    margin: auto;
    top: 20%;
    background-image: url(../assets/gifs/after-avis.svg);
    z-index: -1;
  }

  /*** ACTUALITES ***/
  .index-page .card-content.actualites-card-content {
    display: flex;
  }

  .btn-actu {
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    border-bottom: 1.5px solid #ffffff;
    color: #ffffff;
    max-width: 111px;
    margin: auto;
    margin-top: -24px;
    position: relative;
    top: -5.6rem;
  }

  .card.actualites-card:hover .btn-actu {
    display: block;
  }

  .card-image.actualites-card-image {
    position: relative;
    z-index: 1;
    max-height: 216px;
  }

  .card-image.actualites-card-image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: transparent;
    transition: 0.3s;
  }

  .card.actualites-card:hover .card-image.actualites-card-image:before {
    background: hsla(223, 47%, 51%, 0.8);
  }

  .index-page .card-image.actualites-card-image:nth-of-type(1) img {
    border-radius: 4px 0px 0 4px;
  }

  .index-page .card-image.actualites-card-image:nth-of-type(2) img {
    border-radius: 0 4px 4px 0;
  }

  .index-page .card.actualites-card a {
    display: flex;
    margin-bottom: 24px;
  }

  .card.actualites-card {
    text-align: left;
  }

  .card-content.actualites-card-content.second-actu .box-actualites,
  .card-content.actualites-card-content.first-actu .box-actualites {
    max-width: 648px;
    margin: auto 48px;
  }

  .bloc-date {
    background: #4768BD;
    max-width: 88px;
    padding: 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .index-page .card-image.actualites-card-image img {
    min-width: 424px;
    object-fit: cover;
  }

  .card.actualites-card {
    background: #EDF5FD;
    border-radius: 4px;
  }

  /*** FOOTER ***/
  footer {
    text-align: left;
  }

  .section.top-footer {
    padding: 40px 0;
  }

  footer .section .row {
    display: flex;
  }

  .conta-footer {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  footer nav li,
  .siret {
    font-size: 14px;
  }

  footer nav li {
    padding-bottom: 0;
  }

  .section.last-footer {
    padding: 0 0 15px 0;
  }

  .siret {
    padding-bottom: 0;
  }
}

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

  .header-content .nav#main-nav>ul>li>a {
    font-size: 16px;
  
}
  .plan-acces .row.m-top {
    display: flex;
  }

  .plan-acces .row.tel {
    margin-bottom: 0;
  }

  /*** SLIDER ***/
  .bloc-slide {
    position: relative;
    z-index: 1;
  }

  .slide-content {
  }

  .bloc-slide:before {
    position: absolute;
    content: "";
    width: 250px;
    height: 600px;
    right: 0;
    margin: auto;
    top: 0;
    background-image: url(../assets/gifs/bef-slide.svg);
    z-index: -1;
  }

  .bloc-slide:after {
    position: absolute;
    content: "";
    width: 185px;
    height: 600px;
    left: 0;
    margin: auto;
    top: 0;
    background-image: url(../assets/gifs/after-slide.svg);
    z-index: -1;
  }

  /*** AVIS ***/
  .card.avis-card {
    padding: 16px;
  }

  /*** ACTUALITES ***/
  .card-content.actualites-card-content.second-actu .box-actualites {
    max-width: 648px;
    margin: auto 48px auto 113px;
  }

  /*** BLOC 01 ***/
  div#bloc-01 .bloc-img-desk:before {
    left: -15%;
    top: -15%;
  }

  div#bloc-01 .bloc-img-desk:after {
    left: 16%;
    top: -24%;
  }

  /*** BLOC 02 ***/
  div#bloc-02 .bloc-img-desk-02:before {
    right: -37%;
    top: -22%;
  }

}

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

  /*** HEADER ***/
  .main-header-content .brand {
    margin-top: -31px;
    padding: 0 0 8px 0;
}

  .main-header-content .row.m-between {
    justify-content: space-between;
  }

  .main-header-content .row.l-end,
  .top-bar .row.l-end {
    justify-content: flex-end;
  }
}

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

  /*** HEADER ***/
  .main-header-content .btn-rdv a,
  .main-header-content .btn-contact a {
    font-size: 16px;
    padding: 12px 24px;
  }

  .header-content li.firstLi {
    max-width: 190px;
    text-align: center;
}

.header-content .nav#main-nav>ul>li>a {
    font-size: 14px;
  }

  .header-content .nav#topbar-nav>ul>li>a {
    font-size: 14px;
  }

  .info-header.addr-header,
  .info-header.tel-header {
    font-size: 14px;
  }

  /*** SLIDER ***/
  h1,
  .title-1 {
    font-size: var(--h1-font-size);
    line-height: 58.6px;
  }

  .slide-content {
    max-width: 1020px;
    padding: 40px 40px;
    left: 0px;
    top: 96px;
    right: 0px;
    margin: auto;
}

  .box-slide-content:before {
    top: 10%;
  }

  /*** PRESTATIONS ***/
  .card-title.prestations-card-title {
    font-size: 32px;
    line-height: 38.4px;
  }

  /*** BLOC 01 ***/
  h2,
  .title-2 {
    font-size: var(--h2-font-size);
    line-height: 48px;
  }

  div#bloc-01 .bloc-img-desk:before {
    left: -15%;
    top: -11%;
  }

  div#bloc-01 .bloc-img-desk:after {
    left: 12%;
    top: -16%;
  }

  /*** BLOC 02 ***/
  div#bloc-02 .container:before {
    left: -4%;
    bottom: -13%;
  }

  div#bloc-02 .bloc-img-desk-02:before {
    right: -42%;
    top: -12%;
  }

  /*** POINTS FORTS ***/
  .card-title.pts-forts-card-title {
    font-size: 32px;
    line-height: 38.4px;
  }

  .card-content.pts-forts-card-content {
    padding: 0 40px;
  }

  .box-title {
    margin-bottom: 40px;
  }

  /*** ACTUALITES ***/
  .encart-btn.actualites-encart-btn {
    margin: 16px auto auto auto;
  }

  .card-title.actualites-card-title {
    font-size: 32px;
    line-height: 38.4px;
  }
}

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


    /*** HEADER ***/
    .main-header-content .btn-rdv a,
    .main-header-content .btn-contact a {
      font-size: 18px;
      padding: 12px 14px;
    }
  
    .header-content li.firstLi {
      max-width: 210px;
      text-align: center;
  }
  
  .header-content .nav#main-nav>ul>li>a {
      font-size: 18px;
    }

  /*** SLIDER ***/
  .bloc-slide:after {
    width: 412px;
  }

  .bloc-slide:before {
    width: 445px;
  }

  .section.plan-acces {
    padding-top: 4.4rem;
  }
}