:root {
  --primary-h: 200; /* hue */
  --primary-s: 100%; /* saturation */
  --primary-l: 41%; /* luminosity */

  --accent-h: 24; /* hue */
  --accent-s: 100%; /* saturation */
  --accent-l: 30%; /* luminosity */

  --text-h: 216; /* hue */
  --text-s: 3%; /* saturation */
  --text-l: 35%; /* luminosity */

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

  --primary-font: "Proza+Libre", sans-serif;
  --secondary-font: "Poppins", sans-serif;

  --h1-font-size: 1.7rem;
  --h2-font-size: 1.5rem;
  --h3-font-size: 1.4rem;
  --headings-line-height: 1.333333;

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

  --border-radius: 2rem;
  --button-border-radius: 0.25rem;

  --img-slide-01: url("../assets/gifs/slider/slide-01.jpg");
  --img-slide-02: url("../assets/gifs/slider/slide-02.jpg");
  --img-slide-03: url("../assets/gifs/slider/slide-03.jpg");
}

/* BRAND */
/* ===== */
.fold {
  padding: 10px 0px;
}
.header-content .nav#main-nav > ul > li > a {
  background: transparent!important;
}
.sitemap-nav.row li.firstLi a {
  color: var(--primary-color-darken) !important;
}
li.slick-active button {
  background: #993d00 !important;
}
.bloc-contact .section.container {
  position: relative;
  z-index: 1;
}

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

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

.paginationControl {
  text-align: center;
  margin: 2rem 0;
}
.paginationControl a,
.paginationControl span {
  font-weight: 600;
  font-size: 18px;
  padding: 0 5px;
}
.contact-page-infos-pratiques .row {
  flex-wrap: nowrap;
}
body.contact-page .fold address {
  display: none;
}
ul.coordonnees.contact-page-coordonnees.reset svg {
  display: none;
}
.paginationControl span.disabled {
  color: #ccc;
}
.contact-page .row.s-start.s-stretch {
  flex-wrap: nowrap;
}
.paginationControl span.selected,
.paginationControl a:hover {
  color: var(--accent-color);
}
nav.fil-ariane.gtm-fil-ariane .first {
  display: inline-block;
}
.recherche_actu #recherche_actu_submit {
  margin-left: 0 !important;
}

.valide {
  color: hsl(120deg 100% 35%);
}
.erreur {
  color: hsl(0deg 100% 46%);
}
section#relance li {
  margin-bottom: 1rem;
}
button#menu-back {
  position: relative;
  right: 3%;
}

.page-interne .description {
  display: none;
}

.page-interne .btn-contact {
  display: none !important;
}
.page-interne .bloc-contact {
  background-image: none;
}
.page-interne .bloc-contact:before {
  position: absolute;
  content: "";
  right: 0;
  background: #1c1b19;
  opacity: 0.8;
  left: 0;
  margin: auto;
  width: 1920px;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: -30%;
}
.page-interne .bloc-contact:after {
  position: absolute;
  content: "";
  right: 0;
  background-image: url(../assets/gifs/bg-contact.png);
  opacity: 0.8;
  left: 0;
  margin: auto;
  width: 1920px;
  height: 100%;
  z-index: -1;
  bottom: 0;
  left: -30%;
  z-index: -1;
}

.footer-siret .container {
  position: relative;
}
.top-bar .row {
  display: none;
}
.footer-siret .container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 0px;
  background-color: #fff;
}
.card-title.prestations-card-title {
  min-height: 3rem;
}
li.sousLi a {
  color: #57595c !important;
  font-size: 14px;
}
.encart-btn.actualites-encart-btn {
  margin-top: 30px;
}
.date.card-date.actualites-date.actualites-card-date {
  position: absolute;
  top: -19px;
  border-radius: 0px 0px 4px 4px;
  border-top: 2px solid #527085;
  background: #fff;
  overflow: visible;
  padding-top: 15px;
  text-align: center;
  left: 30px;
  max-width: 96px;
  height: 102px;
}

.card.actualites-card {
  position: relative;
  overflow: visible;
  margin-top: 22px;
}
.actualites-date span:nth-of-type(1) {
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  font-family: var(--secondary-font);
}
.actualites-date span:nth-of-type(2) {
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  font-family: var(--secondary-font);
}
.actualites-date span:nth-of-type(3) {
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  font-family: var(--secondary-font);
}
div#encart-actualites {
  padding: 60px 0px;
}
div#bloc-03 {
  padding-bottom: 60px;
}
div#bloc-04 {
  margin: 12px 0px;
}
.sous-title-bloc {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  font-family: "Poppins";
  margin-top: 16px;
  position: relative;
}
.sous-title-bloc.s-title-bloc2 {
  color: #fff;
}
header .brand img.footer-only,
footer .brand img.header-only,
.rappel_telephonique .brand img.footer-only {
  display: none;
}

.slick-dots li button {
  display: block;
  height: 10px;
  width: 20px;
  margin-top: -4px;
  margin-left: -4px;
  line-height: 0px;
  font-size: 0px;
  color: #005c99;
  border: 0;
  background: #005c99;
  cursor: pointer;
}
button.slick-autoplay-toggle-button {
  display: none;
}
.slick-dots li button .slick-dot-icon {
  display: none;
}
.slick-dots li.slick-active button {
  background: #005c99;
}
.slick-dots {
  bottom: -2rem;
}

span.slick-pause-icon {
  display: none;
}

li.firstLi.no-desk {
  display: none;
}

#bloc-01 img,
#bloc-02 img,
#bloc-03 img,
#bloc-04 img,
#bloc-05 img,
#bloc-06 img {
  display: block;
  margin: auto;
}

/****************************************** HEADER ******************************************/

.header-content .nav#main-nav > ul > li > a {
  padding: 0px 8px;
  background: var(--primary-color-darken);
}

.contact-footer.mail svg {
  margin-top: 5px;
}
.desktop-only.top-info.bar {
  font-size: 15px;
}
.addr svg,
.tel svg {
  margin-right: 10px;
}

.slider-slick {
  display: block;
}

.header-content .nav ul li a.selected {
  color: hsl(200deg 91.74% 26.36%);
}
.menu-mobile .brand {
  max-width: 213px;
  margin: auto;
}
.fold-top {
  text-align: center;
}

.top-info {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 10px 0px;
}
.top-bar a.tel.gtm-global-tel {
  font-size: 16px;
  line-height: 18.2px;
  font-weight: 900;
  font-family: var(--secondary-font);
}
.top-bar address svg {
  width: 16px;
  height: auto;
}
/*a.btn.accent.center.gtm-global-contact {
  padding: 7.5px 0px;
  border-radius: 6px;
}*/
.top-bar .btn-contact a {
  font-size: 16px;
  font-family: var(--secondary-font);
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.slide-01 .description p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  font-family: var(--secondary-font);
}

/****************************************** SLIDER ******************************************/
.slide-img {
  min-height: 1000px;
}
header .slider-slick {
  height: 1000px;
}
.slide-img .container .bloc {
  height: 1000px;
}
.slide-img .container {
  min-height: 1000px;
}

.page-interne .slide-img {
  min-height: 500px !important;
}
.page-interne header .slider-slick {
  height: 500px !important;
}
.page-interne .slide-img .container .bloc {
  height: 500px !important;
}
.page-interne .slide-img .container {
  min-height: 500px !important;
}

.slide-img.slide-01 {
  background-image: url(../assets/gifs/slider/slide-01.jpg);
}
.slide-content {
  text-align: center;
  position: relative;
  top: 131px;
  color: #ffffff;
}
.slide-content .sous-title {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 24px;
  font-family: var(--secondary-font);
}
.slide-01 .title-1 {
  font-size: 29px;
  font-weight: 400;
  line-height: 40px;
  font-family: var(--primary-font);
  /* margin-bottom: 16px; */
  margin: 24px 0px;
  max-width: 790px;
}
.slider-slick .btn-contact {
  display: none;
}
.slide-content {
  backdrop-filter: brightness(0.5);
  padding: 31px 20px;
}

/****************************************** BLOC 01 ******************************************/
h1.h1-geoloc,
h2 {
  position: relative;
}
h1.h1-geoloc {
  font-size: 27px;
  font-weight: 700;
  line-height: 39px;
  /* margin-top: 47px; */
  margin-bottom: 16px;
  font-family: var(--primary-font);
  color: #527085;
  max-width: 549px;
}

#bloc-01 p,
#bloc-04 p,
#bloc-05 p,
#bloc-06 p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  font-family: var(--secondary-font);
  color: #57595c;
}

div#bloc-01 {
  padding-bottom: 14px;
  padding-top: 46px;
}

/****************************************** BLOC 02 ******************************************/
div#bloc-02 {
  background-image: url(../assets/gifs/bg-bloc-02.png);
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
  padding: 107px 0px;
}
div#bloc-02:before {
  position: absolute;
  content: "";
  right: 0;
  background: #1c1b19;
  opacity: 0.8;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
  bottom: 0;
}
.bloc-descr .card-content {
  background: #005c99;
  text-align: center;
  color: #a7caff;
  padding: 50px 30px;
}
.bloc-descr .card-content {
  max-width: 278px;
  margin: auto;
}

.bloc-descr .bloc-card {
  padding: 16px 0px;
}
.bloc-descr .card-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  font-family: var(--primary-font);
  margin: 13px 0px;
}
.bloc-descr .card-text {
  font-size: 16px;
  font-family: var(--secondary-font);
  font-weight: 400;
  line-height: 27px;
}
#bloc-02 h2 {
  font-size: 27px;
  font-weight: 700;
  line-height: 39px;
  margin: 16px 0px;
  font-family: var(--primary-font);
  color: #527085;
}

#bloc-02 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #e9f1ff;
  font-family: var(--primary-font);
}

/****************************************** ENCART PRESTATIONS ******************************************/
.card.prestations-card {
  background: #005c99;
  text-align: center;
  padding: 45px 25px;
}
.card-image.prestations-card-image.prestations-encart-card-image img {
  display: unset;
}
.card-title.prestations-card-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 12px;
  font-family: var(--primary-font);
}
a.pres-link {
  text-decoration: none;
}
#encart-prestations .title-2 {
  font-size: 27px;
  font-weight: 400;
  line-height: 39px;
  margin: 24px 0px;
  font-family: var(--primary-font);
  color: #527085;
}
#encart-prestations .sous-title {
  color: #37383a;
  font-weight: 400;
  font-family: var(--primary-font);
  font-size: 16px;
  line-height: 25px;
  position: relative;
}
.descr-pres {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: var(--secondary-font);
  color: #4e4b49;
  margin-bottom: 30px;
}
div#encart-prestations {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 0px;
}

/*********************************** BLOC 03 + 04 + 05 + 06 ***********************************/
#bloc-03 h2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 64.5px;
  margin: 16px 0px;
  font-family: var(--primary-font);
  color: #527085;
}

#bloc-03 p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: var(--secondary-font);
  color: #4e4b49;
}

/*************************************** BLOC 04 ***************************************/
#bloc-04 h2 {
  font-size: 27px;
  font-weight: 700;
  line-height: 39px;
  margin-top: 12px;
  margin-bottom: 16px;
  font-family: var(--primary-font);
  color: #527085;
}

/*************************************** BLOC 05 ***************************************/
#bloc-05 h2 {
  font-size: 27px;
  font-weight: 700;
  line-height: 39px;
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: var(--primary-font);
  color: #527085;
}

/*************************************** BLOC 06 ***************************************/
#bloc-06 h2 {
  font-size: 27px;
  font-weight: 700;
  line-height: 39px;
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: var(--primary-font);
  color: #527085;
}
#bloc-06 .btn-contact {
  margin-bottom: 20px;
}

/*********************************** ENCART ACTUALITES ***********************************/
#encart-actualites .title-2 {
  font-size: 27px;
  font-weight: 700;
  line-height: 39px;
  margin-top: -43px;
  margin-bottom: 16px;
  font-family: var(--primary-font);
  color: #527085;
  padding-top: 54px;
}
#encart-actualites .sous-title {
  color: #37383a;
  font-weight: 400;
  font-family: var(--secondary-font);
  font-size: 16px;
  line-height: 25.6px;
}
.bloc-actu {
  text-align: center;
}
.card-image.actualites-card-image img {
  border-radius: 4px;
}
.card-title.actualites-card-title a {
  color: #527085;
  font-size: 22px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  font-family: var(--primary-font);
}
.card-text.actualites-card-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: var(--secondary-font);
  color: #57595c;
  margin-top: 5px;
  margin-bottom: 23px;
}
.btn-actu a {
  color: #527085;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  font-family: var(--secondary-font);
  text-decoration: none;
  margin: 0px 12px;
}
.card-content.actualites-card-content {
  padding: 13px;
}
.encart-btn.actualites-encart-btn a {
  color: #993d00;
  font-size: 16px;
  font-family: var(--secondary-font);
  line-height: 27px;
  border: 1px solid #993d00;
  padding: 15px 20px;
}

/************************************* BLOC CONTACT ************************************/
.bloc-contact {
  background-image: url(../assets/gifs/bg-contact.png);
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-bottom: 19px;
}
.bloc-contact:before {
  position: absolute;
  content: "";
  right: 0;
  background: #1c1b19;
  opacity: 0.8;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
  bottom: 0;
}
.bloc-contact .title-1 {
  font-size: 27px;
  font-weight: 400;
  line-height: 41px;
  font-family: var(--primary-font);
  color: #ffffff;
}

.bloc-contact .description {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-family: var(--secondary-font);
  margin: 24px 0px;
  font-weight: 400;
}
.bloc-contact address a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  font-family: var(--primary-font);
}

/****************************************** FOOTER ******************************************/
.footer-top {
  background: var(--primary-color);
  text-align: center;
  color: #fff;
}
footer .section {
  padding: 10px 0px;
}
/*.contact-footer {
  display: flex;
}*/
footer .brand {
  max-width: 213px;
  margin: auto;
}
footer img {
  margin: 14px 0px;
}

.container.bloc-siret {
  padding-top: 26px;
  padding-bottom: 18px;
}
footer .title-link {
  font-size: 23px;
  font-weight: 400;
  line-height: 33.5px;
}
address.coordonnee-mail a {
  color: #fff;
}
nav.links-footer svg {
  margin-top: -7px;
  margin-right: 6px;
}
.contact-footer {
  display: inline-flex;
  gap: 8px;
  padding: 11px 0px;
}
.links-footer li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  margin: 11px 0px;
}
.links-footer li {
  padding: 11px 0px;
}
address.coordonnee-mail a {
  text-decoration: none;
}
footer .title-contact {
  font-size: 23px;
  font-weight: 400;
  line-height: 33.5px;
  margin-bottom: 8px;
}

.encart-avis.section.gtm-encart-avis .sous-title, .encart-avis.section.gtm-encart-avis .title-2 {
  text-align: center;
}

.row.slick-avis.slick-initialized.slick-slider {
  margin-top: 70px;
}
/****************************************** MEDIA ******************************************/
@media screen and (min-width: 390px) {
}

@media screen and (min-width: 601px) {
  /*tablette*/
  .page-interne .bloc-contact {
    margin: 60px 0px;
  }
  /*** HEADER ***/
  .addr svg,
  .tel svg {
    margin-right: 12px;
  }

  .col.top-info.tel,
  .top-info.bar.addr,
  .bar.consultation {
    position: relative;
  }

  .top-info.tel:before,
  .top-info.bar.addr:before,
  .bar.consultation:before {
    position: absolute;
    content: "";
    left: 0;
    background: #fff;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 1px;
    height: 13px;
  }

  /*** SLIDER ***/
  .slide-img {
    min-height: 730px !important;
  }
  header .slider-slick {
    height: 730px !important;
  }
  .slide-img .container .bloc {
    height: 730px !important;
  }
  .slide-img .container {
    min-height: 730px !important;
  }

  .slide-content {
    text-align: left;
  }
  .slider-slick .btn-contact {
    display: block;
  }
  .slide-content .sous-title {
    font-size: 16px;
    line-height: 24px;
    font-family: var(--secondary-font);
    font-weight: 300;
  }
  .slide-01 .description {
    margin-bottom: 24px;
  }
  .slide-content .btn-contact {
    padding: 5px 0px;
  }
  .slide-content .btn-contact a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 34px;
    font-family: var(--secondary-font);
    /* padding-right: 23px; */
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
  }
  .top-bar .btn-contact a {
    font-size: 15px;
    font-family: var(--secondary-font);
    font-weight: 500;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 7.5px 11px;
  }

  /*** BLOC 01 ***/
  h1.h1-geoloc {
    margin-top: 27px;
  }

  div#bloc-01 {
    padding-bottom: 45px;
  }

  /*** BLOC 02 ***/
  .bloc-descr .card-content {
    max-width: 254px;
    margin: auto;
  }

  /*** ENCART PRESTATIONS ***/

  /*** BLOC 03 ***/
  #bloc-03 h2::before {
    top: 23px;
  }

  div#bloc-03 {
    padding-bottom: 75px;
    padding-top: 45px;
  }

  /*** BLOC CONTACT ***/
  .bloc-contact {
    padding: 174px 0px;
  }

  /*** ENCART ACTUALITES ***/
  .actualites-encart-btn {
    text-align: center;
  }
}

@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 screen and (min-width: 768px) {
}

@media screen and (min-width: 993px) {
  .top-bar .row {
    display: flex;
}
  .fold {
    display: none;
  }
  .header-content {
    background: transparent;
  }
  .slider-slick {
    position: relative;
    margin-top: -97px;
  }
  header.sticky-header .sticky.scroll_up {
    background: #000!important;
    padding-bottom: 30px !important;
    text-align: center!important;
  }
  header.sticky-header .sticky.scroll_down {
    background: #000;
    text-align: center!important;
  }
  .header-content .nav#main-nav > ul > li > a {
    background: transparent;
  }
  .header-content .nav ul li.sous_menu > a::after {
    content: url(../assets/gifs/fleche.png);
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: -0.125em 0 0 0.25em;
  }

  a.selected {
    text-decoration: underline !important;
  }
  .top-bar {
    text-align: center;
    color: #fff;
    line-height: 33px;
    font-size: 16px;
    font-family: var(--secondary-font);
    font-weight: 400;
    background: #005c99;
    padding-top: 10px;
    padding-bottom: 8px;
    box-shadow: 0px 4px 4px 0px rgba(40, 47, 61, 0.1);
  }
  /*Hover*/
  .slick-dots li button:hover {
    opacity: 0.7;
  }
  nav#fil_ariane a:hover {
    text-decoration: underline !important;
  }
  nav.links-footer li a:hover {
    color: #fff;
    opacity: 0.7;
    text-decoration: underline;
  }

  a.gtm-global-linkedin:hover {
    opacity: 0.7;
  }
  a.lien-maps.gtm-global-adresse:hover {
    opacity: 0.7;
  }
  li.firstLi.sous_menu a:hover {
    text-decoration: underline;
    color: #993d00;
  }
  .card.prestations-card:hover {
    opacity: 0.7;
  }
  .card-title.actualites-card-title a:hover {
    opacity: 0.7;
  }
  .btn-actu a:hover {
    opacity: 0.7;
  }
  .encart-btn.actualites-encart-btn:hover {
    opacity: 0.7;
  }
  address.coordonnee-mail a:hover {
    opacity: 0.7;
  }

  li.firstLi a:hover {
    color: #ec8641 !important;
    text-decoration: underline !important;
  }
  .brand:hover {
    opacity: 0.7;
    display: block;
  }

  /*desktop*/
  .footer-siret .container::before {
    width: 66%;
  }

  .bloc-descr .card-1 {
    max-width: 266px;
    margin: auto;
  }
  .bloc-descr .card-2 {
    max-width: 271px;
    margin: auto;
  }
  div#nav-container a {
    color: #fff;
  }
  .firstLi a {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
  }
  /*** HEADER ***/
  .desktop-only {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
  }
  .desktop-only.bar {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    font-family: var(--secondary-font);
    margin-left: 0;
    margin-right: 0;
  }
  .top-info.tel a {
    font-size: 17px;
    font-weight: 900;
    line-height: 28px;
    font-family: var(--secondary-font);
  }
  .reseaux-sociaux.gtm-reseaux-sociaux {
    text-align: center;
  }

  /*** SLIDER ***/
  .slide-content {
    padding-top: 290px;
  }
  .slider-slick {
    margin-top: -160px;
  }
  .slide-01 .description p {
    max-width: 666px;
  }

  .slide-img {
    min-height: 1000px !important;
  }
  header .slider-slick {
    height: 1000px !important;
  }
  .slide-img .container .bloc {
    height: 1000px !important;
  }
  .slide-img .container {
    min-height: 1000px !important;
  }
  .main-header-content .brand {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .slide-content {
    padding-top: 141px;
  }
  .slide-content {
    backdrop-filter: none;
  }

  /*** BLOC 01 ***/
  div#bloc-01 {
    margin: 60px 0px;
  }
  #bloc-01 p,
  #bloc-04 p,
  #bloc-05 p,
  #bloc-06 p {
    font-size: 13px;
  }

  h1.h1-geoloc {
    margin-top: 16px;
  }
  #bloc-01 p {
    margin: 8px 0px;
  }
  .bloc-img {
    position: relative;
    z-index: 0;
    margin: 2rem 0px;
  }
  .bloc-img:before {
    position: absolute;
    content: "";
    right: -50%;
    background-image: url(../assets/gifs/after-bloc01.png);
    width: 90%;
    height: 120%;
    top: 0;
    bottom: 0;
    z-index: -1;
    margin: auto;
    background-repeat-x: repeat;
    background-size: cover;
  }
  .bloc03-img {
    position: relative;
    z-index: 0;
    margin: 2rem 0px;
  }
  .bloc03-img:before {
    position: absolute;
    content: "";
    left: -42px;
    background-image: url(../assets/gifs/after-bloc03.png);
    width: 162px;
    height: 635px;
    top: 0;
    bottom: 0;
    z-index: -1;
    margin: auto;
    background-repeat-x: repeat;
    background-size: cover;
  }

  /*** BLOC 02 ***/

  #bloc-02 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    color: #f0f0f1;
    font-family: var(--secondary-font);
    margin: 24px 0px;
    max-width: 578px;
  }

  /*** FOOTER ***/
  .footer-top {
    text-align: left;
  }
  footer .brand {
    margin: 0px;
  }
  .footer-top {
    padding-top: 30px;
  }
}

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

  .slick-dots li button {
    width: 50px;
  }
  .index-page .container {
    max-width: 1260px;
    width: 95%;
  }
  nav#main-nav {
    margin-top: 30px;
  }
  .slide-content {
    padding-top: 199px;
  }
}

@media screen and (min-width: 1920px) {
  /*large desktop*/
  div#encart-prestations .slick-list.draggable {
    padding: 0 300px !important;
  }
  div#encart-prestations .container {
    max-width: 1920px;
    width: 95%;
    margin: auto;
  }

  .sous-title-bloc.s-title-bloc2 {
    position: relative;
    left: 92px;
  }
  .sous-title-bloc.s-title-bloc2:before {
    position: absolute;
    content: "";
    left: -92px;
    background: #005c99;
    border: 0;
    top: 12px;
    margin: auto;
    width: 60px;
    height: 2px;
  }
  #encart-prestations .sous-title:before {
    position: absolute;
    content: "";
    left: 666px;
    background: #005c99;
    border: 0;
    top: 12px;
    margin: auto;
    width: 60px;
    height: 2px;
  }
  #encart-prestations .sous-title:after {
    position: absolute;
    content: "";
    right: 666px;
    background: #005c99;
    border: 0;
    top: 12px;
    margin: auto;
    width: 60px;
    height: 2px;
  }

  .slide-img {
    min-height: 895px !important;
  }
  header .slider-slick {
    height: 895px !important;
  }
  .slide-img .container .bloc {
    height: 895px !important;
  }
  .slide-img .container {
    min-height: 895px !important;
  }

  .page-interne .slide-img {
    min-height: 638px !important;
  }
  .page-interne header .slider-slick {
    height: 638px !important;
  }
  .page-interne .slide-img .container .bloc {
    height: 638px !important;
  }
  .page-interne .slide-img .container {
    min-height: 638px !important;
  }

  /*** HEADER ***/
  .slider-slick {
    margin-top: -82px;
  }
  .firstLi a {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px !important;
    font-family: var(--secondary-font);
  }
  .main-header-content .brand {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .top-bar a.tel.gtm-global-tel {
    font-size: 17px;
    line-height: 28px;
    font-weight: 900;
    font-family: var(--secondary-font);
  }
  nav#main-nav {
    margin-top: 47px;
  }

  /*** SLIDER ***/
  .slide-content {
    padding-top: 104px;
  }
  .slide-01 .title-1 {
    font-size: 65px;
    font-weight: 400;
    line-height: 71.5px;
    font-family: var(--primary-font);
    max-width: 790px;
    margin: 24px 0px;
  }
  .slide-01 .description p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    font-family: var(--secondary-font);
  }
  .slide-01 .description {
    max-width: 730px;
  }
  .slide-content .btn-contact {
    padding: 0;
    max-width: 223px;
  }

  /*** BLOC 01 ***/
  div#bloc-01 {
    margin: 60px 0px;
  }

  h1.h1-geoloc,
  #bloc-04 h2,
  #bloc-05 h2,
  #bloc-06 h2 {
    font-size: 50px;
    line-height: 64.5px;
    font-weight: 400;
  }
  #encart-actualites .title-2 {
    font-size: 50px;
    line-height: 64.5px;
    font-weight: 400;
    margin-bottom: 63px;
  }
  #bloc-01 p,
  #bloc-04 p,
  #bloc-05 p,
  #bloc-06 p {
    max-width: 700px;
  }
  .index-page .container {
    max-width: 1260px;
    width: 100%;
  }
  /*** BLOC 02 ***/
  #bloc-02 h2 {
    font-size: 50px;
    font-weight: 400;
    line-height: 39px;
    margin: 24px 0px;
    font-family: var(--primary-font);
    color: #527085;
  }
  .bloc-descr .row {
    justify-content: center;
  }

  .bloc-descr .card-2 {
    max-width: 277px;
    margin: auto;
  }
  .bloc-descr .card-1 {
    max-width: 277px;
    margin: auto;
  }
  .bloc-descr .card-content.creation {
    max-width: 281px;
    margin: auto;
    padding: 71px 0px;
  }
  .bloc-descr .card-content.creation {
    max-width: 281px;
    margin: auto;
    padding: 53px 30px;
  }
  .bloc-descr .card-content.vie {
    max-width: 280px;
    margin: auto;
    padding: 70px 30px;
  }
  .bloc-descr .card-text {
    font-size: 14px;
    font-family: var(--secondary-font);
    font-weight: 400;
    line-height: 22.4px;
  }
  .bloc-descr .card-title {
    font-size: 23px;
    line-height: 33.5px;
    margin: 20px 0px;
  }
  .bloc-img:before {
    width: 301px;
    right: -50px;
  }
  /*div#encart-prestations .container {
    max-width: 1800px;
  }*/
  #encart-prestations .title-2 {
    font-size: 50px;
    font-weight: 400;
    line-height: 64.5px;
    margin: 24px 0px;
    font-family: var(--primary-font);
    color: #527085;
  }
  .descr-pres {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: var(--secondary-font);
    color: #4e4b49;
    margin-bottom: 60px;
    max-width: 757px;
    display: inline-block;
  }
  .card-title.prestations-card-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    margin-top: 17px;
    font-family: var(--primary-font);
  }
  /* #encart-prestations .card-pres {
    max-width: 374px;
    padding: 7px 0px;
  }*/
  #bloc-03 h2 {
    font-size: 50px;
    font-weight: 400;
    line-height: 64.5px;
    margin: 16px 0px;
    font-family: var(--primary-font);
    color: #527085;
  }
  div#encart-prestations {
    text-align: center;
    padding: 60px 0px;
  }
  #bloc-03 p {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: var(--secondary-font);
    color: #57595c;
  }
  #bloc-03 ul {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: var(--secondary-font);
    color: #57595c;
    margin: 0px 76px;
  }
  div#bloc-03 {
    padding: 120px 0px;
  }
  .bloc-contact .description {
    line-height: 25.6px;
  }
  .bloc-contact address a {
    color: #ffffff;
    font-size: 23px;
    font-weight: 400;
    line-height: 33.5px;
    font-family: var(--primary-font);
  }
  .bloc-contact .title-1 {
    font-size: 50px;
    font-weight: 400;
    line-height: 64.5px;
    font-family: var(--primary-font);
    color: #ffffff;
    max-width: 80%;
    display: inline-block;
  }
  div#bloc-04 {
    margin: 164px 0px;
  }
  div#bloc-03 {
    padding-bottom: 120px;
  }

  .card-bloc-05 {
    position: relative;
    z-index: 0;
    top: 81px;
    background: #fff;
    min-width: 1020px;
    padding-top: 150px;
    padding-bottom: 101px;
    padding-left: 71px;
    right: 72px;
  }
  .card-bloc-05:before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 0;
  }
  .card-bloc-05:after {
    position: absolute;
    content: "";
    margin: auto;
    background-image: url(../assets/gifs/after-bloc05.png);
    top: 0;
    right: auto;
    left: 0;
    z-index: -1;
    width: 120px;
    height: 120px;
  }
  .card-bloc-06 {
    position: relative;
    background: #fff;
    padding-top: 130px;
    padding-bottom: 95px;
    padding-left: 4px;
    z-index: 0;
    margin-top: 71px;
    left: 72px;
  }
  .card-bloc-06:before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 0;
  }
  .card-bloc-06:after {
    position: absolute;
    content: "";
    margin: auto;
    background-image: url(../assets/gifs/after-bloc05.png);
    top: 0;
    right: 0;
    left: auto;
    z-index: -1;
    width: 120px;
    height: 120px;
  }
  #bloc-05 h2 {
    max-width: 592px;
  }
  div#bloc-05 {
    z-index: -1;
    position: relative;
  }
  div#bloc-05 img {
    max-width: 1020px;
    position: absolute;
    left: 0;
    height: auto;
    top: 0;
    z-index: -1;
  }
  div#bloc-06 {
    z-index: -1;
    position: relative;
  }
  div#bloc-06 img {
    max-width: 1020px;
    position: absolute;
    right: 0;
    height: auto;
    top: 0;
    z-index: -1;
  }

  div#encart-actualites {
    padding: 60px 0px;
  }
  .card-title.actualites-card-title a {
    color: #527085;
    font-size: 23px;
    font-weight: 400;
    line-height: 33.5px;
    text-decoration: none;
    font-family: var(--primary-font);
  }
  .card-text.actualites-card-text {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    font-family: var(--secondary-font);
    color: #57595c;
    margin-top: 5px;
    margin-bottom: 23px;
  }
  a#gtm-encart-actu-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    font-family: var(--secondary-font);
    padding: 17px 42px;
  }
}
