:root {
  /* COLOR */
  /* ===== */

  --primary-h: 0; /* hue */
  --primary-s: 0%; /* saturation */
  --primary-l: 93%; /* lightness */

  --accent-h: 223; /* hue */
  --accent-s: 36%; /* saturation */
  --accent-l: 41%; /* lightness */

  --text-h: 205; /* hue */
  --text-s: 8%; /* saturation */
  --text-l: 29%; /* lightness */

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

  --brand100: hsla(271, 91%, 95%, 1);
  --brand500: #43588d;
  --link-color: var(--brand500);

  --background-2: var(--gray100);

  --accent400: hsla(225, 100%, 69%, 1);
  --accent700: hsla(236, 90%, 54%, 1);

  --gray0: hsla(0, 0%, 100%, 1);
  --gray100: hsla(0, 0%, 93%, 1);
  --gray200: hsla(0, 0%, 86%, 1);

  --gray900: hsla(201, 32%, 12%, 1);
  --title-color: var(--gray900);
  --black-color: #000;

  /* font size */
  /* ===== */

  --display2xl: 69px;
  --displayxl: 49px;
  --displaylg: 39px;
  --displaymd: 31px;
  --displaysm: 25px;
  --displayxs: 20px;

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

  --h1-font-size: var(--display2xl);
  --h2-font-size: var(--displayxl);
  --h3-font-size: var(--displaylg);
  --h4-font-size: var(--displaymd);
  --h5-font-size: var(--displaysm);
  --h6-font-size: var(--displayxs);

  --h1-mobile-font-size: var(--displaylg);
  --h2-mobile-font-size: var(--displaymd);
  --h3-mobile-font-size: var(--displaysm);
  --h4-mobile-font-size: var(--displayxs);
  --h5-mobile-font-size: var(--textlg);
  --h6-mobile-font-size: var(--textsm);

  --title-1-font-size: 57px;

  /* FONT FAMILY */
  /* ===== */

  --primary-font: "Inter", serif;
  --secondary-font: "Inter Tight", serif;

  /* RADIUS */
  /* ===== */
  --border-radius: 5px;
  --button-border-radius: 12px;
  --border-radius-card: 24px;

  /* FONT WEIGHT */
  /* ===== */
  --font-weight-bolder: 700;
  --line-height: 1.5rem;

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

/* =============================== */
/*           GENERAL                 */
/* =============================== */
.index-page img {
  border-radius: var(--border-radius-card);
}
body.contact-page main .section:first-child .row .col .row,
body.devis-page main .section:first-child .row .col .row {
  flex-wrap: nowrap;
}
#blocHorsLigne {
  z-index: 999999 !important;
}
#fil_ariane,
.fil-ariane {
  font-size: 14px;
}
a {
  transition: var(--transition);
}
a,
p {
  line-height: var(--line-height);
}

.index-page h2,
.index-page h3,
.index-page .title-2,
.title-1.h1-geoloc span {
  margin: 0;
  color: var(--title-color);
}
.index-page .title-1,
.index-page h1,
h1.h1-geoloc span {
  margin-top: 0;
  margin-bottom: 12px;
  color: var(--title-color);
}
.title-1 {
  margin: 0;
  color: var(--title-color);
}
.index-page .title-1 span {
  margin: 0;
  font-style: italic;
}
h1.h1-geoloc span,
.title-1.h1-geoloc span {
  margin-top: 8px;
}

.slick-prestations {
  margin-top: 40px;
}
.slick-catalogue,
.slick-avis,
.slick-images {
  margin-top: 40px;
}
h1.h1-geoloc span,
.title-1.h1-geoloc span {
  margin-top: 16px;
}

.slick-catalogue,
.slick-avis,
.slick-points-fort,
.slick-actualites {
  margin-top: 48px;
}
h1,
h2,
h3,
h4,
.title-4,
h5,
.title-1,
.title-2,
.title-3,
.card-title,
.card-title a,
h1 span,
h1.h1-geoloc span,
.title-1.h1-geoloc span,
.title-slider,
.bloc-interne .titre {
  font-family: var(--secondary-font);
  font-weight: var(--font-weight-bolder);
  letter-spacing: 1px;
}
.title-slider,
.bloc-interne .titre {
  color: var(--background-color);
  max-width: 590px;
  margin: 0 auto;
}
h1 span {
  margin: 0;
}
h1,
h1 span,
h2,
h3,
h4,
.title-2,
.card-title,
.card-title a,
.title-4 {
  color: var(--title-color);
}
h1,
.title-slider,
.bloc-interne .titre {
  font-size: var(--h2-mobile-font-size);
  line-height: 40px;
}
h1 span,
h3 {
  font-size: var(--h4-mobile-font-size);
  line-height: 27px;
}
h4 {
  font-size: var(--h5-mobile-font-size);
  line-height: 24px;
}
.title-4 {
  font-size: 30px;
  line-height: 24px;
}
h2,
.title-2 {
  font-size: var(--h3-mobile-font-size);
  line-height: 31px;
}
.card-image img {
  border-radius: var(--border-radius);
}

h1.h1-geoloc span::before,
.title-1.h1-geoloc span::before {
  display: none;
}
body :where(address) {
  margin: 0;
}
#fil_ariane {
  margin: 40px 0;
}
.fil-ariane {
  margin-bottom: 25px;
}
.sitemap-nav li {
  margin: 10px 0;
}
@media screen and (max-width: 992px) {
  .index-page .title-1,
  .title-1 {
    font-size: var(--h1-mobile-font-size);
    line-height: var(--h1-mobile-font-size);
  }
}

@media screen and (min-width: 993px) {
  .actualites-listing .hero-interne h1 {
    margin: 0;
  }
  body.catalogue-listing .hero-interne {
    margin-top: -8.5rem !important;
  }
  .actualites-listing #fil_ariane {
    margin-top: 40px;
  }
  .catalogue-listing .fil-ariane {
    margin-top: 32px;
  }
  #fil_ariane,
  nav#fil_ariane,
  .fil-ariane {
    font-size: 14px;
  }
  nav#fil_ariane,
  #fil_ariane {
    margin: 0 0em 1em 0em;
  }
  .contact-page .intro {
    margin-bottom: 0;
  }
  .page-interne .sc-content .clear_both {
    margin-bottom: 80px;
  }
  h1.h1-geoloc {
    font-size: 37px !important;
  }
  h1 {
    font-size: var(--h1-font-size);
    line-height: var(--h1-font-size);
  }
  .index-page h1 em {
    font-style: normal;
    font-size: 58px;
    line-height: var(--displayxl);
    margin-bottom: 8px;
    display: block;
  }
  h1 span,
  h1.h1-geoloc span {
    font-size: var(--displaylg);
    line-height: var(--displaylg);
  }

  .title-1,
  .bloc-interne .titre,
  .index-page .title-1 span {
    font-size: var(--h1-font-size);
    line-height: 81px;
    max-width: 1100px;
  }
  .title-2 {
    font-size: var(--h2-font-size);
    line-height: var(--h2-font-size);
  }
  h2 {
    font-size: var(--displaylg);
    line-height: var(--displaylg);
  }

  h3 {
    font-size: var(--h3-font-size);
    line-height: 41px;
  }

  h4,
  .title-4 {
    font-size: var(--h4-font-size);
    line-height: 35px;
  }

  /* .index-page main .section {
    padding:120px 0;
  } */
}

/* =============================== */
/*           END              */
/* =============================== */

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

.btn:not(#recherche_actu_submit) {
  padding: 10px 18px;
  border-radius: var(--button-border-radius);
  font-size: var(--textmd);
  font-weight: var(--font-weight-bolder);
  line-height: 24px;
}
.btn.accent {
  color: var(--gray100);
  background: linear-gradient(112.21deg, #6f93ec 3.75%, #43588d 155.05%);
  border: 1px solid;

  /*border-image: linear-gradient(111.54deg, #C48BF5 -32.27%, #1F2EF3 88.57%);*/
  border-radius: var(--button-border-radius);
}

.btn.accent:hover {
  color: var(--gray100);
  background: linear-gradient(57.89deg, #6f93ec -39.98%, #101fc3 80.9%);

  border: 1px solid;
  /*border-image: linear-gradient(111.54deg, #D8B3F9 -32.27%, #1F2EF3 88.57%);*/
  border-radius: var(--button-border-radius);
  box-shadow: 0px 4px 8px 0px #090f4333;
}
.btn.primary {
  color: var(--gray900);
}
/* .btn.primary:hover {
  background-color: var(--gray500);
  color: var(--background-color);
} */
/* .actualites-listing form .btn-primary:hover {
  background-color: var(--accent-color-70) !important;
} */
.btn.outlined {
  color: var(--accent700);
  border-radius: var(--button-border-radius);
  position: relative;
}
.btn.outlined:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--button-border-radius);

  border-width: 1px;
  border-style: solid;
  z-index: -1;
}
.btn.outlined:hover {
  background-color: var(--primary-color);
  color: var(--accent700);
  backdrop-filter: blur(13px);
  box-shadow: 0px 4px 8px 0px #090f4314;
  background: linear-gradient(
    180deg,
    rgba(215, 232, 255, 0.4) 0%,
    rgba(215, 232, 255, 0.4) 100%
  );
}

.buttonGroup {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .buttonGroup {
    flex-direction: row;
  }
}

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

/* =============================== */
/*           HEADER                 */
/* =============================== */
@media screen and (max-width: 600px) {
  .fold-tel {
    justify-content: center;
    margin-bottom: 12px;
  }

  .slide-content {
    padding: 60px 0 15rem 0 !important;
  }
}

@media screen and (max-width: 992px) {
  .header-content .nav#main-nav {
    padding-bottom: 1rem;
  }
  .header-content .nav .sous_menu .btnMenuLevel2,
  .header-content .nav .sous_menu .btnMenuLevel3 {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 100%;
    color: var(--title-color);
    border-left: solid 1px #ebebeb;
    z-index: 1;
  }
  .index-contact .tel {
    text-align: center;
    display: block;
    margin: auto;
    color: black !important;
  }

  .no-desktop {
    display: none;
  }

  .menu-mobile {
    height: 7rem;
    background-color: #43588d;
  }
  .header-content .nav .dropdown,
  .header-content .nav .ssdropdown {
    top: 90px;
  }
  .header-content #nav-container {
    margin-top: 90px;
  }
  .header-content .nav#topbar-nav li:not(.opened) a {
    padding: 1.5rem;
    text-decoration: none;
    border-bottom: solid 1px #292929;
  }
  .header-content .nav#main-nav li:not(.opened) a {
    padding: 1.5rem;
    border-color: var(--brand200);
  }
  .header-content .nav#main-nav li.index-link a {
    border-top: solid 1px var(--brand200);
  }
  .header-content nav a {
    font-weight: var(--font-weight-bolder);
    font-size: var(--textlg);
    border-bottom: solid 1px #ebebeb;
  }
  .fold {
    margin-top: 16px;
  }
  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    color: var(--accent-color);
    font-size: var(--textmd);
  }
  .header-content .nav ul li a.selected {
    color: var(--accent-color);
  }
  .index-contact {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .sticky-active .menu-mobile {
    box-shadow: 0px 4px 4px 0px hsla(0, 0%, 0%, 0.15);
  }

  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    width: calc(100% - 12rem);
    left: 22px;
  }
  .sous_menu.selected.opened a {
    background-color: transparent !important;
  }

  .fold-tel {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .fold-tel .tel {
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    color: white;
  }
  .menu-mobile .btn-menu {
    color: white;
    background: #8ea6e0;
    margin-right: 10px;
  }

  .menu-mobile-content {
    background-color: #43588d;
  }
}
@media screen and (min-width: 993px) {
  .header-content .nav#main-nav > ul {
    gap: 10px;
  }
  .index-page .fold .slick-slider {
    margin-top: -86px;
  }

  .index-page .header-content:not(.index-page .sticky-active .header-content) {
    background-color: #43588d;
  }

  .header-content .nav#main-nav > ul > li > a {
    position: relative;
    padding: 4px;
    font-size: 14px;
    color: white;
    transition: var(--transition);
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li a,
  .top-bar #topbar-nav ul li.sous_menu ul.dropdown > li a {
    font-size: 13px !important;
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li a:hover,
  .header-content .nav ul li.sous_menu ul.dropdown > li a.selected {
    color: var(--accent-color);
  }
  .header-content .nav#main-nav > ul > li > a.selected,
  .header-content .nav#main-nav > ul > li > a:hover {
    color: #b995db;
    transition: var(--transition);
  }
  header li.no-menu-desk {
    display: none;
  }
  .header-contact {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .top-bar #topbar-nav ul li.sous_menu ul.dropdown > li:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
  }
  .top-bar #topbar-nav ul li.sous_menu ul.dropdown > li a {
    color: #444b50 !important;
    padding: 0.75rem;
  }
  .top-bar #topbar-nav ul li.sous_menu ul.dropdown > li a:hover {
    color: #b995db !important;
  }
}

.header-content address a {
  color: white;
}
@media screen and (min-width: 1200px) {
  .main-header-content .container {
    width: 98%;
  }
}

@media screen and (min-width: 1320px) {
  .header-content .nav#main-nav > ul {
    gap: 5px;
  }
  .index-page header {
    padding: 20px 20px 0 20px;
  }
  .main-header-content {
    margin-top: 20px;
    padding: 8px 0;
  }
  .index-page .fold .slick-slider {
    margin-top: -117px;
    border-radius: var(--border-radius-card);
    overflow: hidden;
  }
  .slide-img .container::before {
    background-size: auto;
  }
}

/* =============================== */
/*           FOLD + SLIDER         */
/* =============================== */

.slider-slick {
  display: block;
}
.slider-slick {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}
.slider-slick .slick {
  height: 100%;
}

.slide-img {
  position: relative;
  min-height: auto;
  background-size: cover;
  background-position: center;
  text-align: center;
  z-index: 0;
}
.slide-img .container {
  position: relative;
  height: 100%;
}
.slide-img .container::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: -219px;
  width: 833px;
  height: 771px;
  z-index: 0;
  background: url(../assets/gifs/im-slide.png);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: bottom;
}

.slide-content {
  position: relative;
  z-index: 1;
  padding-block: 60px;
}
.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");
}
.slide-img .container {
  min-height: auto;
}
.fold .slick-slider {
  margin-bottom: 0;
}
.logo-slider {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.content-servic {
  backdrop-filter: blur(13px);
  background-color: rgba(204, 186, 208, 0.1);
  border: 1px solid rgba(236, 236, 236, 0.3);
  position: relative;
  border-radius: var(--button-border-radius);
}
.content-servic:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: var(--button-border-radius);
  top: 0;
  left: 0;
}
.content-servic {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 19px;
}
.content-servic img {
  border-radius: 0;
}
.content-servic .bloc-right-service {
  color: #434a4f;
}
.content-servic .bloc-right-service strong {
  display: block;
  font-size: 120%;
  color: #152229;
  font-weight: 700;
  line-height: 25px;
  font-size: var(--displaysm);
}

@media screen and (max-width: 992px) {
  .content-servic {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
  }
  .content-servic img {
    width: 100%;
  }
  .slide-content .boutons {
    display: none;
  }
  .fold-top,
  .fold-interne {
    padding: 12px 5%;
    width: 100%;
  }
}

@media screen and (min-width: 601px) and (max-width: 992px) {
  .content-servic {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .fold .btn-contact {
    margin-top: 10px;
  }
}

@media screen and (min-width: 600px) {
  .buttonGroup {
    display: flex;
    gap: 12px;
    margin-bottom: 2rem;
  }
  .slide-img .container::before {
    background-size: 35%;
  }
}

@media screen and (min-width: 993px) {
  .content-servic {
    display: grid;
    grid-template-columns: 161px 199px;
    width: fit-content;
    margin-right: 0;
  }
  .index-page p {
    margin-bottom: 16px;
  }
  .content-slider-home {
    padding-block: 170px;
    text-align: left;
  }
  .content-slider-home p {
    margin-top: 0;
    margin-bottom: 16px;
  }
  .content-servic {
    position: absolute;
    bottom: 0;
  }

  .slide-img .container::before {
    background-size: 85%;
  }
}

@media screen and (min-width: 1320px) {
  .slide-img .container::before {
    background-size: 100%;
  }
  .content-slider-home {
    padding-block: 328px;
    text-align: left;
  }
  .content-servic {
    bottom: 100px;
  }
  .slide-content {
    padding: 0;
  }
}

/* =============================== */
/*           ENCART POINT FORTS     */
/* =============================== */
.point-forts-card h5 {
  margin-top: 0;
  margin-bottom: 12px;
  color: var(--title-color);
  font-weight: var(--font-weight-bolder);
  line-height: 25px;
}
.point-forts-card p {
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
}
/* .point-forts-card {
  max-width: 352px;
} */
.point-forts-card h5 span {
  display: block;
}
.sep01 {
  position: relative;
}

@media screen and (min-width: 993px) {
  div#bloc-05 h2 {
    max-width: 398px;
  }
  .point-forts-card p {
    margin-bottom: 0;
  }
  .sep01 {
    border-right: 1px solid var(--gray200);
  }
}
@media screen and (max-width: 992px) {
  .sep-ptfort {
    display: none !important;
  }
}

/* =============================== */
/*           ENCART PRESTATIONS      */
/* =============================== */
span.color-to-left {
  display: inline-block;
  background: linear-gradient(to right, #1f2ef3 0%, #43588d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}

span.color-to-right {
  display: inline-block;
  background: linear-gradient(to right, #43588d 0%, #1f2ef3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}
.container-prestation {
  width: 90%;
  margin-right: auto;
  padding: 15px;
  margin-left: auto;
  border-radius: var(--border-radius-card);
  background-color: var(--background-2);
}
.prestations-card a {
  display: block;
  text-decoration: none;
  color: var(--text-color);
  padding: 24px 20px 24px 0;
  transition: var(--transition);
  border-radius: var(--button-border-radius);
}
.prestations-card-content .card-title {
  margin-bottom: 0;
}
.prestations-card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--title-color);
  transition: var(--transition);
  font-family: var(--secondary-font);
  font-size: var(--displayxs);
  font-weight: var(--font-weight-bolder);
  line-height: 24px;
}
.prestations-card svg,
#encart-actualites .bloc-title svg {
  transition: var(--transition);
}
.prestations-card-text {
  margin-top: 12px;
  transition: var(--transition);
}
.prestations-card a:hover,
#encart-actualites .bloc-title a:hover {
  background-color: var(--gray0);
}

#encart-actualites .bloc-title a:hover h4 {
  color: var(--background-color);
}
.prestations-card a:hover .prestations-card-text,
#encart-actualites .bloc-title a:hover p {
  color: hsla(0, 0%, 96%, 1);
}

#encart-actualites .bloc-title a:hover svg {
  transform: rotate(45deg);
}

#encart-actualites .bloc-title a:hover svg path {
  stroke: var(--background-color);
}
#encart-prestations .col-3 {
  position: relative;
  align-self: stretch;
}

.prestations-card-image {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: var(--border-radius-card);
  transition: opacity 0.5s;
}
.prestations-card-image img {
  border-radius: var(--border-radius-card);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#img-default {
  position: relative;
  display: block;
  opacity: 1;
}

.prestations-card-image.active {
  display: block;
  opacity: 1;
}
.encart-prest-img {
  position: relative;
  align-self: stretch;
  padding: 0 !important;
}
#img-1:before,
#img-2:before,
#img-3:before,
#img-4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.16) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  border-radius: var(--border-radius-card);
}
.prestations-card-image p {
  position: absolute;
  bottom: 80px;
  padding: 0 80px;
  color: var(--gray100);
}

@media screen and (max-width: 992px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (min-width: 993px) {
  #encart-prestations {
    position: relative;
  }
  #encart-prestations:before {
    content: "";
    position: absolute;
    right: -434px;
    top: -566px;
    background: url(../assets/gifs/before-solutions.png);
    width: 1366px;
    height: 1475px;
    z-index: -1;
  }

  .prestations-encart-card {
    margin-bottom: 10px;
  }
  .main-solution-texte p {
    margin-bottom: 110px;
  }
  .container-prestation h2 {
    max-width: 645px;
  }

  #encart-prestations .row {
    display: flex;
  }
  .container-prestation {
    max-width: 1880px;
    padding: 80px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
    width: 100%;
  }
  /* ENCART PRESTATIONS */
  #encart-prestations .col-1 {
    order: 3;
  }
  #encart-prestations .col-2 {
    order: 1;
  }
  #encart-prestations .col-3 {
    order: 2;
    position: relative;
  }
  .prestations-card-image {
    width: 100%;
  }
  .prestations-card-title {
    font-size: var(--displaysm);
    line-height: var(--displaysm);
  }
}

/* =============================== */
/*           BLOC 01     */
/* =============================== */
@media screen and (max-width: 992px) {
  #bloc-01 img,
  #bloc-02 img,
  #bloc-03 img,
  #bloc-04 img,
  #encart-contact img,
  #bloc-05 img {
    margin: 2rem auto;
  }
  #bloc-01 {
    margin-top: -2rem;
  }
}
.content-b06 {
  margin-bottom: 48px;
}
@media screen and (min-width: 993px) {
  .content-b01 {
    display: grid;
    justify-content: center;
    height: 100%;
    align-items: center;
  }
  .bloc-image-2 {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
  }
  .bloc-image-2 .card-image-1 {
    height: 215px;
  }
  .bloc-image-2 .card-image-1 img {
    position: absolute;
    width: 187%;
    max-width: 407px;
    height: 215px;
    right: -93%;
    left: 0;
    object-position: center;
  }
  .bloc-image-2 .card-image-2 {
    height: 414px;
  }
  .bloc-image-2 .card-image-2 img {
    position: absolute;
    width: 187%;
    max-width: 407px;
    height: 414px;
    right: -93%;
    left: 0;
    object-position: center;
  }
  div#bloc-01 .container {
    position: relative;
  }
  div#bloc-01 .container:before {
    content: "";
    position: absolute;
    background: url(../assets/gifs/before-b01.png);
    z-index: 0;
    width: 2054px;
    height: 1848px;
    top: -218px;
    right: -355px;
  }
  .main-bloc01 {
    position: relative;
    z-index: 1;
  }
}

/* =============================== */
/*           ENCART devis    */
/* =============================== */
html.devis .g-recaptcha {
  margin-bottom: 30px;
}
.devis-page ul.coordonnees li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
fieldset {
  border-radius: var(--border-radius);
  margin-bottom: 22px;
}
form#formulaire_4 .divGenerateur label.optional,
#formulaire_1 .divGenerateur label.optional {
  display: none;
}
div#encart-contact img {
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (min-width: 993px) {
  fieldset {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* =============================== */
/*           ENCART AVIS     */
/* =============================== */
.avis-card {
  padding: 24px;
  color: var(--text-color);
  position: relative;
  background: linear-gradient(280.57deg, #fbfbfb -0.82%, #fbfbfb 49.06%);

  font-weight: 400;
  border-radius: var(--button-border-radius);
  border: 1px solid rgba(236, 236, 236, 1);
}
.avis-card .avis-card-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-left: 76px;
  height: 96px;
  margin: 8px 0 4px;
}
.avis-name {
  font-style: normal;
  font-weight: var(--font-weight-bolder);
  color: var(--title-color);
  font-size: var(--textmd);
  line-height: 24px;
}
.encart-avis .align-right button.show-more.btn.small {
  padding: 0 !important;
  color: var(--link-color);
}
.avis-date {
  font-size: var(--textxs);
  font-style: normal;
  font-weight: 400;
  margin-left: -16px;
  color: hsla(209, 17%, 59%, 1);
}
.encart-avis .row.s-middle.s-start {
  padding-top: 4px;
}

.date.avis-date.card-date.avis-card-date.avis-encart-card-date.small,
.encart-avis .avis-card.js-more .avis-card-text::after {
  display: none;
}

@media screen and (min-width: 993px) {
  div#encart-avis .container {
    position: relative;
  }
  div#encart-avis .container:before {
    content: "";
    position: absolute;
    background: url(../assets/gifs/before-rose.png);
    width: 2055px;
    height: 2166px;
    left: -977px;
    top: -1006px;
    z-index: -1;
  }
  div#encart-avis .container:after {
    content: "";
    position: absolute;
    background: url(../assets/gifs/before-solutions.png);
    width: 1366px;
    height: 1475px;
    right: -935px;
    bottom: -737px;
    z-index: -1;
  }
  .encart-avis .container > .row > .col:first-child {
    height: fit-content;
    position: sticky;
    top: 8rem;
  }
  .content-avis-right {
    padding-left: 44px;
    width: 100%;
    position: sticky;
    top: 8rem;
  }
  div#encart-avis .row.slick-avis {
    display: grid;
    grid-template-columns: 1fr;
    gap: 80px;
    margin-top: 0;
  }
  #encart-avis .col.s12.m6.l4 {
    width: 100%;
    position: sticky;
    top: 8rem;
  }

  #encart-avis .col.s12.m6.l4 + .col.s12.m6.l4 {
    top: calc(8rem + 10px);
  }
  #encart-avis .col.s12.m6.l4 + .col.s12.m6.l4 + .col.s12.m6.l4 {
    top: calc(8rem + 20px);
  }
  #encart-avis
    .col.s12.m6.l4
    + .col.s12.m6.l4
    + .col.s12.m6.l4
    + .col.s12.m6.l4 {
    top: calc(8rem + 30px);
  }
  #encart-avis
    .col.s12.m6.l4
    + .col.s12.m6.l4
    + .col.s12.m6.l4
    + .col.s12.m6.l4
    + .col.s12.m6.l4 {
    top: calc(8rem + 40px);
  }
}
/* =============================== */
/*   ENCART ACTUALITES               */
/* =============================== */
body.actualites-listing .section {
  padding-top: 0;
}
.bloc-top-act .encart-btn {
  margin-top: 20px;
}

#encart-actualites .col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
}

#encart-actualites img,
.actualites-card,
.actualites-card-image,
.actualites-card-image a,
.actualites-card-image a img {
  border-radius: var(--border-radius);
}

.actualites-card {
  background: var(--gray100);
  padding: 20px;
  transition: var(--transition);
  position: relative;
}

.actualites-card-title a {
  display: block;
  text-decoration: none;
  font-size: var(--displayxs);
  font-weight: 500;
  color: var(--title-color);
  line-height: 25px;
  transition: var(--transition);
}

/* .actualites-card-text {
  height: 72px;
  overflow: hidden;
  margin-top: 12px;
} */

.slick-actualites .actualites-card-image a,
.slick-actualites .actualites-card-image a img {
  display: block;
  height: 100%;
  object-fit: cover;
}
.actualites-card-image {
  overflow: hidden;
}
.actualites-card-image img {
  transition: var(--transition);
}
.actualites-card:hover img {
  transform: scale(1.1);
}
.actualites-card:hover .actualites-card-title a {
  color: var(--accent-color);
}
.actualites-card-title {
  margin-top: 12px;
}
.actualites-card .link {
  margin-top: 1rem;
}
.bloc-actualites .col-1 img {
  margin-bottom: 30px;
}
@media screen and (min-width: 601px) {
  .recherche_actu #input_recherche_actu {
    width: calc(100% - 10.25rem) !important;
  }
  .btn:not(.fluid) {
    width: auto;
  }
}

@media screen and (min-width: 993px) {
  .bloc-actualites .col-1 img {
    margin-bottom: 0;
  }
  .actualites-card-title {
    overflow: hidden;
  }
  .actualites-card-title a {
    font-size: var(--displaysm);
    line-height: 30px;
  }
  .slick-actualites .actualites-card-image {
    width: 100%;
  }
  .slick-actualites .actualites-card-content {
    width: 100%;
  }
  .slick-actualites .actualites-card {
    height: 100%;
    background: rgba(247, 246, 246, 1);
  }
  .slick-actualites {
    row-gap: 24px;
    height: 100%;
  }
}

/* =============================== */
/*   END ENCART ACTUALITES               */
/* =============================== */

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

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;
}
main .fb-like.fb_iframe_widget {
  position: relative;
  top: 6px;
}

#listing-autres-actus-categorie a {
  text-decoration: none;
}
#listing-autres-actus-categorie a:hover {
  opacity: 0.7;
}
.fb-like.fb_iframe_widget {
  top: 6px;
}
@media screen and (min-width: 601px) {
  .recherche_actu #input_recherche_actu {
    width: calc(100% - 7rem) !important;
  }
}

/* =============================== */
/*           FOOTER    */
/* =============================== */
@media screen and (max-width: 992px) {
  footer {
    text-align: center;
  }
  footer .brand .row {
    justify-content: center;
  }
  div#encart-contact img {
    margin: 20px auto;
    display: block;
  }
}
@media screen and (max-width: 600px) {
}
@media screen and (min-width: 993px) {
}

span.lien-maps span,
a.lien-maps span {
  display: none;
}

.paginationControl {
  text-align: center;
  margin: 20px 0 10px;
  font-size: 14px;
}
.col.date.card-date.actualites-date.actualites-card-date.actualites-listing-card-date.line-clamp-1 {
  font-size: 14px;
  margin: 10px 0px;
}
.contact-page .fold {
  display: none;
}

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

.page-interne .sc-content .clear_both {
  margin-bottom: 60px;
}
.politique-de-confidentialite main .btn-contact {
  margin-top: 1rem;
}
.contact-page .index-contact .tel {
  display: none;
}

.sc-content .ac-doubleColonne .ac-colonne {
  width: 100% !important;
}
.page-interne p {
  margin-top: 0px;
  margin-bottom: 30px;
}

@media screen and (min-width: 993px) {
  .ac-doubleColonne .ac-colonne img {
    height: 100%;
    object-fit: cover;
  }
  .page-interne h1,
  .page-interne h2,
  .page-interne h3 {
    margin-bottom: 8px;
  }
  .page-interne h2,
  .page-interne h3 {
    margin-top: 0;
  }
  img.mobile-seulement {
    display: none;
  }
  body.contact-page main .intro,
  body.devis-page main .intro {
    margin-bottom: 0px;
  }
  .index-contact {
    display: none !important;
  }
  p.intro {
    margin-bottom: 60px;
  }
  .sc-content #relance {
    margin: 60px auto !important;
  }
  .page-interne #container {
    padding-bottom: 0;
  }

  section.ac-doubleColonne h2 {
    margin-top: 0px;
  }
  main img {
    margin: 0px auto;
  }
  .ac-doubleColonne p:nth-child(2) {
    background-color: #ececec;
    padding: 20px;
    margin-top: 8px !important;
    display: block;
    border-radius: var(--button-border-radius);
  }
}

/* =============================== */
/*           ENCART CONTACT    */
/* =============================== */
#encart-contact .title-1 span {
  margin: 0;
}
#encart-contact {
  margin: 40px auto;
}
#encart-contact {
  position: relative;
}

#encart-contact .card {
  margin: 40px auto;
  padding: 20px;
  border: 2px solid #383838;
  border-radius: 8px;
}
.card-title.contact-card-title.contact-encart-card-title {
  margin-bottom: 15px;
}

@media screen and (min-width: 993px) {
  .page-interne .container {
    width: 90%;
  }
  img.img-right-bas {
    margin-top: 20px;
  }
  .second-part-img {
    margin-top: 42px;
  }
  img.img-left-top {
    position: absolute;
    right: 85%;
    top: 0;
  }
  .img-right-top {
    position: absolute;
    top: 0;
    left: 85%;
  }
  .info-contact {
    padding-top: 55px;
    /* padding-top: 115px; */
    position: relative;
  }
  #bloc-03 .container {
    z-index: 1;
  }
  #encart-actualites .container .title-2 {
    max-width: 468px;
  }
  #encart-contact .container,
  #bloc-03 .container,
  #encart-actualites .container {
    position: relative;
  }
  #encart-contact .container:before {
    content: "";
    position: absolute;
    left: -407px;
    width: 2271px;
    height: 1384px;
    background: url(../assets/gifs/before-contact.png);
    z-index: -1;
    top: -92px;
  }
  #bloc-03 .container:before {
    content: "";
    position: absolute;
    left: -1312px;
    width: 1840px;
    height: 2036px;
    background: url(../assets/gifs/before-bg-rose.png);
    z-index: -1;
    top: -934px;
  }
}

/* =============================== */
/*           ENCART CATALOGUE    */
/* =============================== */
#encart-catalogue,
#encart-actualites {
  background: var(--background-2);
  border-radius: var(--border-radius-card);
}
.catalogue-card {
  position: relative;
  border-radius: 24px;
  border: 12px solid transparent;
  background: transparent;
  transform: var(--transition);
}
.catalogue-card:hover {
  border: 12px solid var(--background-color);
  box-shadow: 0px 4px 16px 0px #00000026;
  transform: var(--transition);
  background: var(--background-color);
}
.card-image {
  margin-bottom: 20px;
}
.card-title {
  margin-bottom: 12px;
}
.catalogue-card-text {
  margin-bottom: 20px;
}

.card-title a {
  color: var(--title-color);
  font-weight: var(--font-weight-bolder);
  line-height: 25px;
  font-size: var(--displaysm);
  text-decoration: none;
  transition: var(--transition);
}
.card-title a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.card-prix {
  font-family: var(--secondary-font);
  color: #434a4f;
  font-weight: var(--font-weight-bolder);
  line-height: var(--displaysm);
  font-size: var(--displaysm);
}
@media screen and (min-width: 993px) {
  #encart-catalogue {
    margin: 2rem 20px 4rem 20px;
  }
  #encart-actualites {
    margin: 20px;
  }
}
/****/
.mar-top-0 {
  margin-top: 0;
}
@media screen and (min-width: 993px) {
  #bloc-03,
  #bloc-04,
  #bloc-05 {
    position: sticky;
    top: 1rem;
  }
  #bloc-04 .container:before {
    content: url(../assets/gifs/before-b4.png);
    position: absolute;
    top: -29px;
    left: -305px;
    z-index: -1;
  }
}

#bloc-03 {
  background: var(--background-color);
}
#bloc-03 .container:after {
  content: "";
  background: url(../assets/gifs/after-b3.png) no-repeat;
  position: absolute;
  right: -1198px;
  bottom: -892px;
  width: 1840px;
  height: 2036px;
  z-index: -1;
}
#bloc-04 {
  background: var(--gray100);
}
#bloc-05 {
  background: var(--background-color);
}
#bloc-04 .container {
  position: relative;
}
.encart-defi {
  display: none;
}
.encart-img-b4 {
  position: relative;
}

@media screen and (min-width: 993px) {
  .encart-defis-titr {
    color: #152229;
    font-weight: 700;
    font-size: 31px;
    line-height: 31px;
    font-family: var(--secondary-font);
  }
  .encart-defi {
    display: block;
    position: absolute;
    bottom: 144px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 448px;
    backdrop-filter: blur(13px);
    border: 1px solid rgba(236, 236, 236, 0.3);
    position: relative;
    border-radius: var(--button-border-radius);
    padding: 32px;
    background: #ffffff99;
  }
  .content-b06 {
    column-count: 2;
    gap: 35px;
  }
  .ac-doubleColonne p:last-of-type {
    margin-bottom: 0;
  }
}

/******** header pages internes ***********/
body.actualites-listing .hero-interne::before {
  top: -29px;
}
.page-interne .ac-colonne img {
  border-radius: var(--border-radius-card);
}
.page-interne .ac-marketing::before,
.hero-interne::before {
  position: absolute;
  content: "";
  background: url(../assets/gifs/slider/slide-01.jpg);
  background-size: cover;
  width: 300%;
  left: -23%;
  max-width: 1920px;
  top: 0;
  height: 100%;
  z-index: -1;
  background-position: center;
}

.catalogue-listing .hero-interne {
  margin-top: -8rem;
  padding: 126px 0 70px;
  position: relative;
  margin-bottom: 4rem;
  color: #fff;
}
.page-interne .ac-marketing {
  position: relative;
  padding: 4rem 0 4rem;
}
.page-interne #container {
  padding-top: 0;
}
.actualites-listing .hero-interne {
  margin-top: -8rem;
  padding: 126px 0 70px;
  position: relative;
  margin-bottom: 0;
  color: #fff;
}
.ac-doubleColonne.ac-1v1 .ac-colonne {
  background: rgba(236, 236, 236, 1);
  padding: 20px;
  border-radius: var(--button-border-radius);
}
#encart-catalogue .btn-contact a {
  border: 1px solid var(--accent700);
}
.section.bg-contact {
  background: url(../assets/gifs/slider/slide-01.jpg);
  background-size: cover;
  /* width: 300%; */
  max-width: 1920px;
  height: 100%;
  background-position: center;
}
.-beautysante .ac-marketing .btn-contact {
  text-align: center;
}
/* *************************************************FOOTER********************************* */
body:not(.index-page) footer .section.footer-1 {
  padding: 2rem 0 1.5rem;
}
footer {
  background: url(../assets/gifs/bg-footer.png);
}
@media screen and (max-width: 992px) {
  footer {
    background: #ececec;
    background-size: cover;
    margin: 0 20px;
    border-radius: 24px;
    padding: 0 10px;
  }
  .marg-top-mobile {
    margin-top: 30px;
  }
  .footer-contact .reseaux-sociaux ul.row.s-start.s-middle {
    justify-content: center;
  }
  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    min-width: 18%;
    top: 100%;
  }
  .footer-contact {
    margin-top: 2rem;
    text-align: center;
  }
  #footer-nav nav a {
    font-size: 14px;
  }
}
.footer-row-contact {
  display: flex;
  gap: 6px;
  justify-content: center;
}
footer address {
  margin: 0;
}
footer .section.footer-1 {
  padding: 3rem 0 1.5rem;
}
footer .footer-1 .title-4 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.footer-row-contact svg {
  margin-top: 4px;
}
.footer-1 address a,
.footer-1 .text {
  font-weight: 400;
  line-height: 24px;
}
.footer-1 address a:hover {
  color: var(--accent-color);
}
footer .lien-maps br {
  display: inline-block;
}
.lien-maps br {
  display: none;
}
footer .siret {
  font-weight: 400;
  line-height: 24px;
}
#footer-nav .nav ul li.sous_menu ul.dropdown {
  position: absolute;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: stretch;
  width: max-content;
  min-width: 100%;
  margin: 0;
  padding: 0;
  font-weight: normal;
  z-index: 1;
  background-color: #fff;
  border: 1px solid var(--primary-color);
}
#footer-nav .nav ul li.sous_menu > a::after {
  position: absolute;
  right: 0.625rem;
  display: block;
  font-family: var(--icon-font);
  line-height: 0;
  content: "\e5c5";
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: -0.125em 0 0 0.25em;
  text-decoration: none;
}
#footer-nav nav a {
  font-weight: 400;
  line-height: 24px;
}
#footer-nav .nav ul li a.selected,
#footer-nav .nav ul li:hover > a {
  text-decoration: underline;
}
#footer-nav .nav > ul > li {
  margin-bottom: 8px;
}
#footer-nav .nav ul li.sous_menu ul.dropdown > li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
#footer-nav .nav ul li.sous_menu {
  position: relative;
}
#footer-nav .nav ul li.sous_menu:hover ul.dropdown {
  display: flex;
}
#footer-nav .nav ul li.sous_menu ul.dropdown > li a {
  padding: 0.5rem;
  margin: 0;
  font-size: 13px;
  display: block;
}
.footer-2 {
  padding: 24px 0 48px;
}
.footer-2 nav a,
.page-404 footer a {
  font-weight: var(--font-weight-bolder);
  line-height: 24px;
  color: var(--link-color);
}
.footer-2 nav a:hover,
.page-404 footer a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 993px) {
  footer .section.footer-1 {
    padding-top: 120px !important;
  }
  footer nav a:hover {
    color: var(--accent-color);
  }
  footer {
    position: relative;
    max-width: 1920px;
    margin: auto;
  }
  .footer-row-contact {
    justify-content: flex-start;
  }
  footer .img-footer {
    position: absolute;
    width: 100%;
    left: 0;
    top: -184px;
    z-index: -1;
  }
  #footer-nav .nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 1.5rem 0;
  }
  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    bottom: 100%;
  }
}

#topbar-nav {
  padding-bottom: 1rem;
}
.menu-title {
  color: white;
}

.index-page h1 em {
  display: block;
  font-style: normal;
}

.nos-formules #encart-ptfort img {
  margin: 30px 0 !important;
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
  .slide-content .content-slider-home {
    padding-block: 75px 170px;
  }
}

#encart-ptfort .slick-point-forts .col {
  text-align: center;
}

.nos-formules h2 {
  margin-top: 3rem;
}
.nos-formules h3 {
  margin-top: 2rem;
}

@media screen and (min-width: 993px) {
  .display-none-desktop {
    display: none;
  }
  .nos-formules #encart-ptfort .row.slick-point-forts {
    flex-wrap: nowrap;
  }
  .healthy-fit-be-free .reseaux-sociaux {
    margin-top: 2rem;
  }
  .-beautysante .ac-marketing .btn-contact a {
    padding: 20px 30px !important;
  }
}
@media screen and (max-width: 992px) {
  .display-none-mobile {
    display: none;
  }
  .healthy-fit-be-free .reseaux-sociaux {
    margin-bottom: 2rem;
  }
}

#encart-ptfort.encart-tarifs-coaching {
  margin-bottom: 3rem;
  background-color: rgba(204, 186, 208, 0.1);
  border-radius: var(--button-border-radius);
}
#encart-ptfort.encart-tarifs-coaching p {
  text-align: center;
}
#encart-ptfort.encart-tarifs-coaching h5 {
  color: var(--accent-color);
}
#encart-ptfort.encart-tarifs-coaching h5 span {
  color: var(--title-color);
}

.content-prest {
  background-color: var(--accent-color);
  border-radius: var(--button-border-radius);
  padding: 30px 25px 10px 25px;
  color: white;
}
section.content-infos-prestations li::marker {
  color: var(--accent-color-70);
}

#encart-ptfort .card-forts a {
  width: 180px;
  height: 105px;
  text-align: center;
  display: flex;
  align-items: center;
  border-radius: var(--button-border-radius);
  transition-duration: 0.3s;
  overflow: hidden;
  text-decoration: none;
  font-style: italic;
  color: white;
  font-weight: 700;
  font-size: 19px;
  padding: 10px;
}
#encart-ptfort .card-forts a:hover {
  opacity: 0.8;
}
#encart-ptfort .card-1 a {
  background: transparent linear-gradient(105deg, #a1d9f0 0%, #ad94f7 100%) 0%
    0% no-repeat padding-box;
}
#encart-ptfort .card-2 a {
  background: transparent linear-gradient(105deg, #ccbad0 0%, #ad94f7 100%) 0%
    0% no-repeat padding-box;
}
#encart-ptfort .card-3 a {
  background: transparent linear-gradient(105deg, #e7a8bb 0%, #ad94f7 100%) 0%
    0% no-repeat padding-box;
}
#encart-ptfort .card-4 a {
  background: transparent linear-gradient(105deg, #43588d 0%, #ad94f7 100%) 0%
    0% no-repeat padding-box;
}
#encart-ptfort .card-5 a {
  background: transparent linear-gradient(105deg, #bacce2 0%, #ad94f7 100%) 0%
    0% no-repeat padding-box;
}
#encart-ptfort .card-forts a p {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 992px) {
  #encart-ptfort {
    padding-top: 0;
  }
  #encart-ptfort .card-forts a {
    width: 100%;
    height: 140px;
  }
  .healthy-fit-be-free .ac-colonne .gtm-global-linkedin {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 993px) {
  .healthy-fit-be-free .ac-colonne .gtm-global-linkedin {
    display: flex;
    justify-content: end;
  }
}

.healthy-fit-be-free .ac-colonne .gtm-global-linkedin:hover {
  opacity: 0.8;
}
.healthy-fit-be-free .ac-colonne .gtm-global-linkedin img {
  width: auto !important;
}


#encart-contact .buttonGroup{position: relative;
        z-index: 99;}