@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
.video-container2 {
  height: 800px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

.video-container2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.video-container2 video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.video-container2 .caption {
  z-index: 2;
  font-family: "Open Sans", sans-serif;
  position: relative;
  text-align: center;
  padding-left: 10px;
  padding-top: 350px;
  font-size: 1.2em;
  color: #fff;
}

.video-container2 .caption img {
  width: 250px;
}

/* ===== Responsive mobile ===== */
@media only screen and (max-width: 767px) {
  .video-container2 {
    height: auto;
    overflow: visible;
  }

  .video-container2::before {
    display: none;
  }

  .video-container2 video {
    position: static;
    width: 100%;
    height: auto;
    transform: none;
  }

  .video-container2 .caption {
   display:none;
  }

  .video-container2 .caption img {
    width: 150px;
    max-width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .gdlr-service-slideshow-content {
    padding-top: 0px;
  }
}

/*-------------------------------------------------------------logo-----------------------------------------*/
.gdlr-logo {
  margin-bottom: 1px;
  margin-top: 15px;
}

.gdlr-navigation-wrapper {
  margin-top: 21px;
}

.gdlr-fixed-header .gdlr-logo img {
  width: auto;
  max-height: 80px;
}
.gdlr-fixed-header .gdlr-navigation-wrapper {
  margin-top: 21px;
}
.gdlr-fixed-header .gdlr-logo {
  margin-bottom: 15px;
  margin-top: 15px;
}
body {
  background: url("images/back.jpg") no-repeat center center fixed;
  background-size: cover;
  background-color: transparent;
}

.body-wrapper {
  background-color: rgba(255, 255, 255, 0.85) !important; /* blanc semi-transparent */
}
@media (max-width: 767px) {
  .gdlr-tab-item.vertical .tab-title-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
  }

  .gdlr-tab-item.vertical .tab-title {
    flex: 0 1 45%;
    max-width: 45%;
    font-size: 0.9em;
    padding: 8px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
  }

  .gdlr-tab-item.vertical .tab-content-wrapper {
    margin-top: 20px;
  }
}

img, video {
    max-width:max-content;
    height: auto;
    width: auto;
}


@media (max-width: 767px) {
  /* Cacher les titres horizontaux (type icône uniquement) */
  .horizontal .tab-title span {
    display: none;
  }

  /* Afficher les titres verticaux */
  .vertical .tab-title span {
    display: inline !important;
  }

  /* Ajustement général du wrapper vertical */
  .gdlr-tab-item.vertical .tab-title-wrapper {
    width: 100% !important;
    margin: 0 auto;
    display: block;
  }

  /* Style des titres verticaux */
  .gdlr-tab-item.vertical .tab-title {
    width: 100%;
    text-align: center;
    padding: 10px 5px;
    font-size: 1rem;
  }
  .gdlr-tab-item.vertical .tab-title {
    flex: 0 1 45%;
    max-width: 90%;
  }
  .gdlr-tab-item.vertical .tab-content img {
    display: block;
    margin: 0 auto 20px auto;
    width: 80px;
    height: auto;
  }
}

/*--------------------------------------------------menu------------------------------------------------------------*/
.gdlr-navigation-wrapper .gdlr-main-menu > li > a {
  font-size: 14px;
  padding: 0px 5px 0px 5px;
  margin: 0px;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 1px;
}
.gdlr-navigation-wrapper .gdlr-main-menu > li > a.sf-with-ul-pre,
.gdlr-navigation-wrapper .gdlr-main-menu > li > a.sf-with-ul {
  padding-right: 10px;
}
#gdlr-responsive-navigation.dl-menuwrapper button:hover,
#gdlr-responsive-navigation.dl-menuwrapper button.dl-active,
#gdlr-responsive-navigation.dl-menuwrapper ul {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
#gdlr-responsive-navigation .dl-trigger {
  right: -30px;
  top: 50%;
  margin-top: -20px;
}
.sf-menu > .gdlr-normal-menu ul {
  font-size: 16px;
  min-width: 200px;
  color: #fff !important;
}

@media only screen and (max-width: 767px) {
  body .gdlr-logo {
    /* padding-right: 120px; */
  }
}
@media only screen and (max-width: 419px) {
  body .container {
    max-width: 800px;
  }
}

/*----------------------------------------------------div------------------------------------------------------------*/
.mgt50 {
  margin-top: 50px;
}
body {
  background-color: #fff;
  font-size: 15px;
  line-height: 20px;
}
p {
  text-align: left
  font-size: 1.2em;
  line-height: 1.4em;
}
.gto {
  font-size: 2em !important;
  font-weight: 800 !important;
  color: #f9a11c !important;
}
.gtog {
  font-size: 2em !important;
  font-weight: 800 !important;
  color: #b2b2b2 !important;
}
.pto {
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #f9a11c !important;
  padding-bottom: 5px;
}
.p0 {
  padding: 0 !important;
}
.titof {
  margin-top: 15px !important;
  font-size: 1.2em !important;
  line-height: 1.3em !important;
  font-weight: 600 !important;
  font-style: italic;
}
.gg {
  font-size: 1.2em !important;
  font-weight: 600 !important;
  color: #b2b2b2 !important;
  line-height: normal;
}
.cpt {
  font-size: 1.2em !important;
  font-weight: 800 !important;
  color: #fff !important;
}
.col8 {
  width: 66.6666%;
  float: left;
}
.col4 {
  width: 33.3333%;
  float: left;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}

.boxs {
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  background-color: #fff;
}
.boxs15 {
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  background-color: #fff;
  padding: 15px;
}
.tl {
  text-align: left;
}
/*----------------------------------------------vignettes home------------------------------------------------------------------*/
.gdlr-service-slideshow-item .service-slideshow-item-title {
  color: #fff;
}
.tab-content {
  min-height: 220px;

  padding: 0 !important;
}
/*--------------------------------------------footer--------------------------------------------------------------------*/
.footer-wrapper.with-overlay {
  position: relative;
  background: url("images/bandeaub.jpg") no-repeat center center;
  background-size: cover;
}

.footer-wrapper.with-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8); /* Voile noir */
  z-index: 0;
}

.footer-wrapper .footer-container,
.footer-wrapper .copyright-wrapper {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 30px 0;
}

.footer-wrapper .footer-container {
  overflow: hidden; /* Important pour afficher les colonnes flottantes */
}

/* Icônes réseaux sociaux et contact */
.footer-wrapper i {
  color: #bbbbbb;
  font-size: 16px;
  margin-right: 8px;
}

/* Icônes réseaux plus grands */
.footer-wrapper .fa-facebook,
.footer-wrapper .fa-linkedin {
  font-size: 20px;
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .footer-column:nth-child(2),
  .footer-column:nth-child(3) {
    display: none !important;
  }

  .footer-column:nth-child(1) {
    padding-left: 10px !important;
  }
  .footer-column:nth-child(4) {
    padding-left: 15px !important;
  }
  @media (max-width: 767.98px) {
    .footer-column:nth-child(4) i.fa-phone,
    .footer-column:nth-child(4) i.fa-envelope,
    .footer-column:nth-child(4) i.fa-map-marker {
      display: none !important;
    }
  }
}
/*----------------------------------------------------pyramide------------------------------------------------------------*/
.pyramid-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.pyramid-mobile {
  display: none;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
}

/* Affichage adapté aux petits écrans */
@media (max-width: 768px) {
  .pyramid-image {
    display: none;
  }
}

/*---------------------------------------listes-------------------------------------------------------------------------*/
.liste-orange {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}

.liste-orange li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
}

.liste-orange li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background-image: url("images/stmi.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.bloc-valeurs p {
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #000;
}

.bloc-valeurs .valeur {
  font-weight: bold;
  text-transform: none;
  display: block;
  font-size: 20px;
  margin-bottom: 1px;
}

.bloc-valeurs .orange {
  color: #f9a11c !important;
}

.bloc-valeurs .vert-foncé {
  color: #006e53 !important;
}
.bloc-valeurs .vert-fonce {
  color: #006e53 !important;
}

.bloc-valeurs .vert {
  color: #259c6c !important;
}

.bloc-valeurs .bleu {
  color: #1b2353 !important;
}

.bloc-valeurs .rouge {
  color: #9e2b2b !important;
}
.liste-vert-fonce {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}

/* Base commune */
.liste-orange,
.liste-vert-fonce,
.liste-vert,
.liste-vert-clair,
.liste-vert-moyen,
.liste-rouge,
.liste-bleu,
.liste-bleu-gris {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}

.liste-orange li,
.liste-vert-fonce li,
.liste-vert li,
.liste-vert-clair li,
.liste-vert-moyen li,
.liste-rouge li,
.liste-bleu li,
.liste-bleu-gris li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
}

/* LISTE ÉTOILE VERT FONCÉ — #006a4e */
.liste-vert-fonce {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}
.liste-vert-fonce li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
}
.liste-vert-fonce li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background-image: url("images/stmi-vert-fonce.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* LISTE ÉTOILE VERT VIF — #3cb335 */
.liste-vert {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}
.liste-vert li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
}
.liste-vert li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background-image: url("images/stmi-vert.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* LISTE ÉTOILE VERT CLAIR — #86c69d */
.liste-vert-clair {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}
.liste-vert-clair li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
}
.liste-vert-clair li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background-image: url("images/stmi-vert-clair.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* LISTE ÉTOILE VERT MOYEN — #57a76a */
.liste-vert-moyen {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}
.liste-vert-moyen li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
}
.liste-vert-moyen li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background-image: url("images/stmi-vert-moyen.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* LISTE ÉTOILE ROUGE BRIQUE — #a12c2c */
.liste-rouge {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}
.liste-rouge li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
}
.liste-rouge li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background-image: url("images/stmi-rouge.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* LISTE ÉTOILE BLEU FONCÉ — #1d2667 */
.liste-bleu {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}
.liste-bleu li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
}
.liste-bleu li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background-image: url("images/stmi-bleu.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* LISTE ÉTOILE BLEU GRIS — #6c8ba3 */
.liste-bleu-gris {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}
.liste-bleu-gris li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
}
.liste-bleu-gris li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background-image: url("images/stmi-bleu-gris.png");
  background-size: contain;
  background-repeat: no-repeat;
}
/* Liste avec étoile marron (code couleur : #ca7c05) */
.liste-marron {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}

.liste-marron li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
}

.liste-marron li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background-image: url("images/etoile-marron.png");
  background-size: contain;
  background-repeat: no-repeat;
}
/* Onglet 1 : Transformation de la fonction Finance — orange (déjà défini, on ne change rien) */

/* Onglet 2 — vert moyen (#57a76a) */
.tab-title-wrapper .tab-title:nth-of-type(2).active {
  color: #57a76a !important;
  border-bottom: 1px solid #57a76a !important;
}

/* Onglet 3 — rouge (#a12c2c) */
.tab-title-wrapper .tab-title:nth-of-type(3).active {
  color: #a12c2c !important;
  border-bottom: 1px solid #a12c2c !important;
}

/* Onglet 4 — bleu foncé (#1d2667) */
.tab-title-wrapper .tab-title:nth-of-type(4).active {
  color: #1d2667 !important;
  border-bottom: 1px solid #1d2667 !important;
}

/* Onglet 5 — vert clair (#86c69d) */
.tab-title-wrapper .tab-title:nth-of-type(5).active {
  color: #86c69d !important;
  border-bottom: 1px solid #86c69d !important;
}

/* Onglet 6 — vert vif (#555555) */
.tab-title-wrapper .tab-title:nth-of-type(6).active {
  color: #555555 !important;
  border-bottom: 1px solid #555555 !important;
}

/* Couleurs dynamiques associées à chaque icône */

.color-orange { color: #f9a11c !important; }   /* Orange */
.color-bleu   { color: #233773 !important; }   /* Bleu foncé */
.color-vert   { color: #46b255 !important; }   /* Vert clair */
.color-rouge  { color: #a72c2c !important; }   /* Rouge foncé */
.color-violet { color: #6b4c9a !important; }   /* Violet */
.color-marron { color: #ca7c05 !important; }   /* Marron */

/*-------------------------------------------------listes gauches---------------------------------------------------------------*/
.gdlr-tab-item.vertical > .tab-title-wrapper .tab-title {
  font-size: 18px;
  font-weight: 600;
}
.gdlr-tab-item.horizontal > .tab-title-wrapper .tab-title span:before {
  display: none;
}
.pr {
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #333;
  padding-bottom: 5px;
}

.tab-icon {
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}
.tab-title.clicked .tab-icon {
  transform: rotateY(360deg);
}
/* Ajustement mobile des onglets */
@media (max-width: 767px) {
  .tab-title-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    gap: 10px;
  }

  .tab-title {
    flex: 0 1 30%;
    max-width: 90px;
    text-align: center;
    padding: 5px !important;
    margin: 0 !important;
    font-size: 0.8rem;
  }

  .tab-title span {
    display: none;
  }

  .tab-title img.tab-icon {
    display: block;
    margin: 0 auto;
    width: 90%;
    height: auto;
  }
  .gtog {
    font-size: 1.5em !important;
    text-align: center !important;
    font-weight: 800 !important;
    color: #b2b2b2 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .col8 {
    float: none !important;
    width: 100% !important;
    font-size: 1.1em !important;

    box-sizing: border-box !important;
    padding-left: 15px !important;
    /* padding-right: 15px !important; */
  }
}

/*--------------------------------------------------banniere head--------------------------------------------------------------*/
.gdlr-page-title-wrapper {
  padding: 56px 0px;
  position: relative;
  z-index: 89;
  line-height: 1;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
/*---------------------------------------------------blocs-------------------------------------------------------------*/

.titre-bloc {
  color: #f9a11c;
  font-weight: 600;
  text-align: left;
  font-size: 1em;
  padding-left: 5px;
}

.texte-decales {
  display: inline-block;
  padding-left: 25px;
  line-height: 1.2;
  font-size: 0.9em !important;
  text-align: left !important;
  color: #333;
}

/* Bloc en colonnes */
.bloc-valeurs-colonnes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  font-size: 0.9em !important;
  text-align: left !important;
  color: #333;
}

.bloc-valeurs-colonnes p {
  width: calc(50% - 10px);
  margin: 0;
}

/* Sur mobile, une seule colonne */
@media (max-width: 768px) {
  .bloc-valeurs-colonnes p {
    width: 100%;
  }
}

/* Pour les autres blocs normaux : pas de colonnes mais marge propre */
.bloc-valeurs p {
  margin-bottom: 1em;
}

/*------------------------------------------------accordeon----------------------------------------------------------------*/
.gdlr-accordion-item {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.badge-hexagone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;

  color: white;
  font-size: 1em;
  padding-top: 30px;

  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  margin-right: 12px;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
}

.hex-text {
  transform: none;
  display: inline-block;
  padding: 0 4px;
}

.accordion-title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 8px;
  padding-left: 10px;
}

.accordion-label {
  font-size: 1.2em;
  color: #b2b2b2;
  font-weight: 600;
}

/* Couleurs spécifiques */
.cc1 {
  background-color: #ca7c05;
}

.cc2 {
  background-color: #f9a11c;
}

.cc3 {
  background-color: #006a4e;
}
.cc4 {
  background-color: #3eb12f;
}
.cc5 {
  background-color: #a12d36;
}
.accordion-tab {
  margin-bottom: 5px;
}

/* Sur mobile, une seule colonne */
@media (max-width: 768px) {
  .badge-hexagone {
    width: 60px;
    height: 70px;
    flex-shrink: 0; /* empêche le badge de rétrécir */

    color: white;
    font-size: 0.8em;
    padding-top: 25px;
  }
  .accordion-label {
    font-size: 0.9em !important;
    color: #555;
    font-weight: 600;
    line-height: 1.1em;
  }
}

/*---------------------------------------------galerie-------------------------------------------------------------------*/
.gallery-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px;
}

.galr {
  position: relative;
  overflow: hidden;
  aspect-ratio: 297 / 415;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.galr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;

}

/* Voile + lien */
.overlay-link {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(249, 161, 28, 0.9);
  color: #006a4e  !important;
  font-weight: 400;
  font-size: 1.4em;
  text-decoration: none;
  line-height: 1.6em;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-align: center;
  padding: 20px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); /* ombre légère */

}

.overlay-link .sp {
  font-size: 0.8em;
  color: #333  !important;
  font-weight: 400;
  margin-top: 5px;
  opacity: 0.8;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); /* ombre identique */
}


.galr:hover .overlay-link {
  opacity: 1;
}

.galr:hover img {
  transform: scale(1.02);
}

@media (max-width: 1000px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

/*------------------------------------------------footer----------------------------------------------------------------*/
@media (max-width: 768px) {
  .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    text-align: center;
  }

  .footer-column {
    float: none !important;
    width: 100% !important;
    margin-bottom: 20px;
  }

  .footer-column img {
    width: 180px;
    max-width: 90%;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
  }

  .footer-column p {
    margin: 6px 0;
    font-size: 1em; /* à adapter si tu veux plus petit */
    color: #ccc;
  }

  /* Suppression des pictos sauf LinkedIn */
  .footer-column i.fa-phone,
  .footer-column i.fa-envelope,
  .footer-column i.fa-map-marker {
    display: none;
  }

  /* Garde uniquement le LinkedIn */
  .footer-column a i.fa-linkedin {
    display: inline-block;
    font-size: 24px;
    margin-top: 10px;
    color: #bbb;
  }

  .copyright-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .copyright-left,
  .copyright-right {
    margin: 5px 0;
  }
}

/*--------------------------------------------------------home--------------------------------------------------------*/
.service-slideshow-content{
  min-height: 250px;
}
.gdlr-item {
    margin: 0px 0px 20px;
    min-height: 1px;
}
@media screen and (max-width: 1000px) {
  .tab-content {
    padding-left: 10px !important;
}
.container {
    padding-left: 10px !important;
}
/*----------------------------------------------------------------------------------------------------------------*/
.container-box {
  width: 80%;
  padding: 15px;
  margin: 25px auto;
  /* autres styles visuels communs */
}

/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
