@charset "UTF-8";
.image-mosaic, .img-panel {
  position: relative;
  width: 100%;
  max-width: 620px;
  min-height: 440px;
}
.image-mosaic .tile, .image-mosaic .img-tile, .img-panel .tile, .img-panel .img-tile {
  position: absolute;
  border-radius: 5px;
  aspect-ratio: 16/9;
  object-fit: cover;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35), 0 0 30px rgba(255, 255, 255, 0.15);
  transition: transform 0.25s ease box-shadow 0.25s ease ease;
}
.image-mosaic .top-right, .image-mosaic .img-top, .img-panel .top-right, .img-panel .img-top {
  width: 56%;
  top: 0;
  right: 4%;
  z-index: 1;
}
.image-mosaic .middle-left, .image-mosaic .img-middle, .img-panel .middle-left, .img-panel .img-middle {
  width: 74%;
  top: 28%;
  left: 0;
  z-index: 2;
}
.image-mosaic .bottom-right, .image-mosaic .img-bottom, .img-panel .bottom-right, .img-panel .img-bottom {
  width: 68%;
  bottom: -10%;
  right: -10%;
  z-index: 3;
}
.image-mosaic.img-panel .img-bottom, .img-panel.img-panel .img-bottom {
  width: 42%;
  right: 65%;
}

.glass-card {
  background-color: rgba(3, 82, 118, 0.55);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: transform box-shadow ease;
  border-radius: 0.5rem;
  min-height: 250px;
}
.glass-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 50px rgba(255, 255, 255, 0.9);
}

.certif-block, .certif-bg {
  background-color: rgba(217, 217, 217, 0.05);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  border-radius: 5px;
  padding: 1rem 1.5rem;
  transition: all 0.3s ease;
}
.certif-block:hover, .certif-bg:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.certif-block {
  min-height: 165px;
}

.maseImg {
  width: 400px;
  border-radius: 5px;
}

@media (max-width: 767.98px) {
  .image-mosaic, .img-panel {
    max-width: 520px;
    min-height: 0;
  }
  .image-mosaic .tile, .image-mosaic .img-tile, .img-panel .tile, .img-panel .img-tile {
    position: relative;
    width: 100%;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    margin-bottom: 18px;
  }
  .image-mosaic .top-right, .image-mosaic .img-top,
  .image-mosaic .bottom-right, .image-mosaic .img-bottom, .img-panel .top-right, .img-panel .img-top,
  .img-panel .bottom-right, .img-panel .img-bottom {
    display: none;
  }
  .image-mosaic .middle-left, .image-mosaic .img-middle, .img-panel .middle-left, .img-panel .img-middle {
    position: relative;
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .certif-icon {
    margin-top: 1rem;
  }
}
:root {
  --font-title: "Inter", sans-serif;
  --font-body: "Roboto", sans-serif;
}

body {
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-title);
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #1a1a1a;
}

p,
a,
li,
span,
button {
  font-family: var(--font-body);
}

.btn,
.nav-link,
.dropdown-item {
  font-family: var(--font-body);
  font-weight: 500;
}

.bgdegauche {
  background: linear-gradient(to right, #1B6EA1, #0B2737);
}

.bgdedroite {
  background: linear-gradient(to left, #1B6EA1, #0B2737);
}

.bgdegauche,
.bgdedroite {
  position: relative;
  isolation: isolate;
}

.btn-primary {
  background-color: #108FDA;
  color: #FFFFFF;
}

.btn-primary:hover {
  background-color: #FFB300;
  color: #FFFFFF;
  border: none;
}

.btn, .btn:hover {
  border: none !important;
}

.card {
  border: none;
}

.text-primary {
  color: #FFFFFF;
}

.text-secondary {
  color: #FFFFFF;
}

/* ===== Responsive ===== */
/* ---------------------------------
   ACCESSIBILITÉ VISUELLE
---------------------------------- */
.user-is-tabbing a:focus,
.user-is-tabbing button:focus,
.user-is-tabbing [tabindex]:focus {
  outline: 2px solid #108FDA;
  outline-offset: 3px;
}

/* Réduction des animations si demandé */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0s !important;
    transition-duration: 0s !important;
  }
}
/* ---------------------------------
   MEDIA QUERIES GLOBALES
---------------------------------- */
@media (max-width: 992px) {
  .container {
    padding: 0 1rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  .card {
    margin-bottom: 1rem;
  }
}
@media (max-width: 992px) {
  .logo-slider {
    width: 90%;
    height: 120px;
  }
  .logo-track {
    gap: 30px;
  }
  .logo-track img {
    width: 80px;
    height: 80px;
    padding: 8px;
  }
  .logoPartner img {
    width: 80px;
    height: 80px;
    padding: 8px;
  }
}
@media (max-width: 768px) {
  .animate-left,
  .animate-right {
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
  }
  .animate-title {
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
  }
  .card:hover,
  .logo-track img:hover,
  .project-card:hover {
    transform: none !important;
    box-shadow: none !important;
  }
  .logo-track img {
    transition: none !important;
  }
}
@media (max-width: 576px) {
  .logo-slider {
    width: 95%;
    height: 100px;
  }
  .logo-track {
    gap: 20px;
  }
  .logo-track img {
    width: 65px;
    height: 65px;
    padding: 6px;
  }
  .logoPartner img {
    width: 65px;
    height: 65px;
    padding: 6px;
  }
}
@media (max-width: 992px) {
  body {
    padding-top: var(--header-h);
  }
  section, [id] {
    scroll-margin-top: calc(var(--header-h) + 12px);
  }
  /* -------- Header / Navbar -------- */
  header.glass-header {
    position: absolute;
    top: 0;
    z-index: 1040;
    backdrop-filter: blur(6px);
  }
  header .navbar-collapse {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(25px) saturate(180%);
    -webkit-backdrop-filter: blur(25px) saturate(180%);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    padding: 0.75rem 1rem;
  }
  header .navbar-nav {
    flex-direction: column !important;
    text-align: center;
    gap: 0.25rem;
  }
  header .navbar-toggler {
    filter: invert(1);
    border: none;
  }
  /* -------- HERO -------- */
  #hero {
    padding-top: 1rem;
    padding-bottom: 2rem;
    min-height: auto !important;
    height: auto !important;
    background-image: none !important;
    background: linear-gradient(to left, #0975B5, #0B2737) !important;
  }
  #hero .container > h1 {
    margin-top: 5rem !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.2;
    font-size: clamp(3rem, 6vw, 5rem);
    z-index: 1;
    position: relative;
    padding: 0 1rem;
  }
  #hero .d-flex {
    flex-direction: column !important;
    gap: 1rem !important;
    padding: 0.5rem 1rem !important;
  }
  #hero .card {
    width: min(400px, 90%) !important;
    min-height: 420px !important;
    margin-inline: auto;
    padding: 0.75rem !important;
  }
  #hero .card-body {
    padding: 0.75rem !important;
  }
  #hero .card-body h5 {
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
  }
  #hero .card-body p {
    font-size: 0.9rem;
    min-height: auto;
    margin-bottom: 0.4rem;
  }
  #hero .card-body ul {
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
    text-align: center;
    padding-left: 0;
  }
  #hero .card-body ul li {
    margin-bottom: 0.3rem;
  }
  #hero .card .btn {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    margin-top: auto;
  }
  /* -------- Collaborations -------- */
  #collabsection .logo-track img {
    width: 110px;
    height: auto;
    margin: 0 0.8rem;
  }
  #collabsection .logoPartner img {
    width: 84px;
    height: auto;
  }
  #ProofPoints .row {
    gap: 1rem;
  }
  #ProofPoints .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #ProofPoints .card {
    min-height: auto;
    margin: 0 auto;
    max-width: 400px;
  }
  #ProofPoints .card-body {
    padding: 1.25rem;
    grid-template-rows: auto repeat(3, auto);
    row-gap: 0.5rem;
  }
  #ProofPoints .card-title {
    min-height: auto;
    font-size: 1.1rem;
    margin-bottom: 0.75rem !important;
  }
  #ProofPoints .stat-line {
    font-size: 1rem;
    min-height: auto;
    padding: 0.25rem 0;
    white-space: nowrap;
    gap: 0.25rem;
  }
  #ProofPoints .count {
    font-size: 1.3rem;
    min-width: 2.5ch;
  }
  /* -------- Projets -------- */
  #projectsection #map {
    height: 300px !important;
    border-radius: 10px;
    overflow: hidden;
  }
  #projectsection .carousel-inner {
    padding: 0 !important;
    margin: 0 !important;
  }
  #projectsection .project-card {
    margin-bottom: 1rem;
  }
  /* -------- Proverlis  -------- */
  #ProverliSection .col-md-5 img.img-fluid {
    display: block;
    width: 100%;
    max-height: none;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
  }
  /* -------- À propos de nous  --------*/
  #aboutUs .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #aboutUs .img-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 100%;
    max-width: 100%;
    min-height: auto;
    margin: 0 auto;
  }
  #aboutUs .img-panel .img-tile {
    position: relative !important;
    width: 100% !important;
    height: 200px !important;
    max-width: 100%;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    z-index: auto !important;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35), 0 0 30px rgba(255, 255, 255, 0.15);
    margin: 0;
  }
  /* -------- Nos valeurs -------- */
  #ourValues .col-md-6 img {
    display: block;
    width: 100%;
    max-height: 260px;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
  }
  #ourValues .row {
    row-gap: 16px;
  }
  /* -------- Certification -------- */
  #certification .certif-block {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
    align-items: center;
  }
  #certification .certif-block .certif-icon {
    margin: 0.5rem auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 72px;
    height: auto;
    display: block;
  }
  #certification .maseImg {
    width: 120px;
    height: auto;
  }
  /* -------- Contacts -------- */
  #contact.contact-section {
    overflow: hidden;
    background-image: none !important;
    background: linear-gradient(to left, #0975B5, #0B2737) !important;
    min-height: auto !important;
    height: auto !important;
    padding: 2rem 0 !important;
  }
  #contact .overlay {
    display: none !important;
  }
  #contact .container {
    position: relative;
    z-index: 1;
    padding-top: 1rem !important;
  }
  #contact h1 {
    margin-bottom: 1.5rem !important;
    margin-top: 0 !important;
    font-size: clamp(1.3rem, 4.5vw, 1.8rem);
    padding: 0 1rem;
  }
  #contact .row {
    gap: 1rem !important;
    margin: 0 auto;
  }
  #contact .contact-card {
    width: 100%;
    max-width: 300px !important;
    margin-inline: auto;
    padding: 0.75rem !important;
  }
  #contact .logo-img {
    height: 30px !important;
    width: auto;
  }
  #contact .logo-wrapper {
    margin-bottom: 0.75rem !important;
  }
  #contact .photo-wrapper {
    margin-bottom: 0.75rem !important;
  }
  #contact .photo-wrapper .profile-img {
    width: 90px !important;
    height: 90px !important;
    object-fit: cover;
    border-radius: 999px;
  }
  #contact h5 {
    font-size: 1rem !important;
    margin-bottom: 0.3rem !important;
  }
  #contact h6 {
    font-size: 0.9rem !important;
    margin-bottom: 0.3rem !important;
  }
  #contact p {
    font-size: 0.85rem !important;
    margin-bottom: 0.5rem !important;
  }
  #contact a {
    font-size: 0.85rem !important;
  }
  #contact .bi-envelope {
    font-size: 0.85rem;
  }
  #contact .bi-linkedin {
    font-size: 1.2rem !important;
  }
  #contact .linklinkedin {
    display: inline-block;
    font-size: 0.85rem !important;
    padding: 0.3rem 0.6rem !important;
  }
}
/* -------- Très petits écrans -------- */
@media (max-width: 576px) {
  header .navbar-brand h1 {
    font-size: 1rem;
  }
  #hero .container > h1 {
    font-size: 1.2rem;
  }
  #hero .card {
    width: 95% !important;
    max-width: 340px !important;
    min-height: 450px !important;
  }
  .btn {
    padding: 0.4rem 0.8rem;
    font-size: 0.85rem;
  }
  #contact h1 {
    font-size: 1.2rem !important;
  }
  #contact .contact-card {
    max-width: 280px !important;
    padding: 0.6rem !important;
  }
  #contact .photo-wrapper .profile-img {
    width: 80px !important;
    height: 80px !important;
  }
  #contact h5 {
    font-size: 0.95rem !important;
  }
  #contact h6 {
    font-size: 0.85rem !important;
  }
  #contact p, #contact a {
    font-size: 0.8rem !important;
  }
  #ProofPoints .row {
    gap: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
  }
  #ProofPoints .col-md-3 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  #ProofPoints .card {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    padding: 0.4rem 0.3rem;
  }
  #ProofPoints .card-body {
    padding: 0.4rem 0.3rem;
    grid-template-rows: repeat(4, auto);
    row-gap: 0.25rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #ProofPoints .card-title {
    font-size: 0.55rem;
    min-height: auto;
    margin-bottom: 0.25rem !important;
    white-space: nowrap;
    width: auto;
  }
  #ProofPoints .card-title img {
    width: 8px;
    height: 8px;
  }
  #ProofPoints .stat-line {
    font-size: 0.5rem;
    gap: 0.1rem;
    line-height: 1;
    white-space: nowrap;
    width: auto;
  }
  #ProofPoints .count {
    font-size: 0.65rem;
    min-width: 2ch;
  }
  #ProofPoints .count {
    font-size: 0.8rem;
    min-width: 2ch;
  }
  #projectsection .carousel-control-prev,
  #projectsection .carousel-control-next {
    display: none !important;
  }
  #ProverliSection .col-md-5 img.img-fluid,
  #ourValues .col-md-6 img {
    height: 220px;
    max-height: 220px;
  }
  #certification .certif-block .certif-icon {
    margin: 0.5rem auto 0;
    max-width: 60px;
  }
  #aboutUs .img-panel .img-tile {
    width: 95% !important;
    height: 180px !important;
  }
}
/* Responsive pour les boutons de langue */
@media (max-width: 992px) {
  .language-switcher {
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .lang-btn {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .lang-btn {
    width: 35px;
    height: 35px;
  }
}
#hero .container > h1 {
  font-size: 4rem !important;
}

@media (max-width: 992px) {
  #hero .container > h1 {
    font-size: 3rem !important;
  }
}
@media (max-width: 576px) {
  #hero .container > h1 {
    font-size: 2rem !important;
  }
}
.image-mosaic, .img-panel {
  position: relative;
  width: 100%;
  max-width: 620px;
  min-height: 440px;
}
.image-mosaic .tile, .image-mosaic .img-tile, .img-panel .tile, .img-panel .img-tile {
  position: absolute;
  border-radius: 5px;
  aspect-ratio: 16/9;
  object-fit: cover;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35), 0 0 30px rgba(255, 255, 255, 0.15);
  transition: transform 0.25s ease box-shadow 0.25s ease ease;
}
.image-mosaic .top-right, .image-mosaic .img-top, .img-panel .top-right, .img-panel .img-top {
  width: 56%;
  top: 0;
  right: 4%;
  z-index: 1;
}
.image-mosaic .middle-left, .image-mosaic .img-middle, .img-panel .middle-left, .img-panel .img-middle {
  width: 74%;
  top: 28%;
  left: 0;
  z-index: 2;
}
.image-mosaic .bottom-right, .image-mosaic .img-bottom, .img-panel .bottom-right, .img-panel .img-bottom {
  width: 68%;
  bottom: -10%;
  right: -10%;
  z-index: 3;
}
.image-mosaic.img-panel .img-bottom, .img-panel.img-panel .img-bottom {
  width: 42%;
  right: 65%;
}

.glass-card {
  background-color: rgba(3, 82, 118, 0.55);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: transform box-shadow ease;
  border-radius: 0.5rem;
  min-height: 250px;
}
.glass-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 50px rgba(255, 255, 255, 0.9);
}

.certif-block, .certif-bg {
  background-color: rgba(217, 217, 217, 0.05);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  border-radius: 5px;
  padding: 1rem 1.5rem;
  transition: all 0.3s ease;
}
.certif-block:hover, .certif-bg:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.certif-block {
  min-height: 165px;
}

.maseImg {
  width: 400px;
  border-radius: 5px;
}

@media (max-width: 767.98px) {
  .image-mosaic, .img-panel {
    max-width: 520px;
    min-height: 0;
  }
  .image-mosaic .tile, .image-mosaic .img-tile, .img-panel .tile, .img-panel .img-tile {
    position: relative;
    width: 100%;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    margin-bottom: 18px;
  }
  .image-mosaic .top-right, .image-mosaic .img-top,
  .image-mosaic .bottom-right, .image-mosaic .img-bottom, .img-panel .top-right, .img-panel .img-top,
  .img-panel .bottom-right, .img-panel .img-bottom {
    display: none;
  }
  .image-mosaic .middle-left, .image-mosaic .img-middle, .img-panel .middle-left, .img-panel .img-middle {
    position: relative;
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .certif-icon {
    margin-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  #aboutUs {
    min-height: auto;
    padding: 60px 0;
  }
}
#hero {
  position: relative;
  background-image: url("../assets/Pics/entelekia_photo_bleue3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  color: white;
  overflow: hidden;
}

section:not(#hero) {
  min-height: 100vh;
  padding: 4rem 2rem;
}

#hero .card {
  width: 18rem;
  background-color: rgba(3, 82, 118, 0.55);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  flex: 1 1 300px;
  max-width: 350px;
  min-height: 380px;
  border-radius: 1rem;
  overflow: visible;
  opacity: 0;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s ease-out;
  display: flex;
  flex-direction: column;
}

#hero .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#hero .card-body img {
  margin-bottom: 0.5rem;
}

#hero .card-body p {
  min-height: 40px;
  width: 100%;
}

#hero .card-body ul {
  list-style: none;
  text-align: center;
  padding-left: 0;
  width: 100%;
}

#hero .card .btn {
  margin-top: auto;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  width: auto;
}

#hero .card .learnmore,
#hero a.learnmore.btn,
#hero .learnmore.btn-primary {
  text-shadow: -2px -2px 2px #000, 2px -2px 2px #000, -2px 2px 2px #000, 2px 2px 2px #000 !important;
  -webkit-text-stroke: 1px #000 !important;
}

#hero .animate-left {
  transform: translateX(-120vw);
  transition-delay: 0.1s;
}

#hero .animate-right {
  transform: translateX(120vw);
  transition-delay: 0.2s;
}

#hero.show .animate-left,
#hero.show .animate-right {
  opacity: 1;
  transform: translateX(0);
}

#hero.hide .animate-left {
  transform: translateX(-120vw);
  opacity: 0;
}

#hero.hide .animate-right {
  transform: translateX(120vw);
  opacity: 0;
}

#hero .card:hover {
  transform: translateY(-6px);
  transition: transform 0.2s ease;
  box-shadow: 0 0 50px rgba(255, 255, 255, 0.9);
}

#hero .animate-title {
  opacity: 0;
  transform: translateY(-450px);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), opacity 1s ease-out;
  font-size: 3rem;
}

#hero.show .animate-title {
  opacity: 1;
  transform: translateY(0);
}

#hero.hide .animate-title {
  opacity: 0;
  transform: translateY(-60px);
}

.animate-title {
  transition-delay: 0.1s;
}

.collab-container {
  text-align: center;
}

.logo-slider {
  position: relative;
  overflow: hidden;
  background: white;
  border-radius: 12px;
  width: 80%;
  max-width: 1450px;
  margin: 0 auto;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: box-shadow 0.3s ease;
}
.logo-slider:hover {
  box-shadow: 0px 0px 50px 25px rgba(217, 217, 217, 0.5);
}

.logo-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 35px;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 10px;
  height: 100%;
  will-change: transform;
}
.logo-track img {
  width: auto !important;
  max-width: 120px;
  height: auto;
  max-height: 90px !important;
  object-fit: contain;
  background: white;
  padding: 5px;
  margin: 0 5px;
  border-radius: 10px;
  flex-shrink: 0;
  display: block;
  transition: transform 0.3s ease;
}
.logo-track img:hover {
  transform: scale(1.3);
}

.logoPartner img {
  background-color: white;
  border-radius: 12px;
  padding: 20px;
  width: 175px;
  height: auto;
}

#collabsection .card {
  height: 100%;
  min-height: 250px;
  background-color: rgba(217, 217, 217, 0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: transform box-shadow ease;
}
#collabsection .card:hover {
  transform: translateY(-5px);
}

/* Force une largeur uniforme sur petits écrans */
@media (max-width: 767px) {
  #ProofPoints [class*=col-] {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
}

#ProofPoints .card {
  height: 100%;
  min-height: 260px;
  background-color: rgba(3, 82, 118, 0.55);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  width: 100%;
  /* Ajustements pour petits écrans */
}
@media (max-width: 767px) {
  #ProofPoints .card {
    min-height: 240px;
  }
}

/* Structure interne strictement contrôlée */
#ProofPoints .card-body {
  display: grid;
  grid-template-rows: minmax(48px, auto) repeat(3, minmax(48px, auto)); /* 3 lignes stats */
  align-content: center;
  row-gap: 8px;
  padding: 24px 20px;
  height: 100%;
  /* Ajustements pour petits écrans */
}
@media (max-width: 767px) {
  #ProofPoints .card-body {
    padding: 16px 12px;
    row-gap: 6px;
    grid-template-rows: minmax(40px, auto) repeat(3, minmax(40px, auto)); /* 3 lignes stats */
  }
}

/* Titre */
#ProofPoints .card-title {
  margin: 0 !important;
  font-size: 1.1rem;
  line-height: 1.2;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* Ajustements pour petits écrans */
}
@media (max-width: 767px) {
  #ProofPoints .card-title {
    font-size: 0.95rem;
  }
}
#ProofPoints .card-title img {
  /* Ajustements pour petits écrans */
}
@media (max-width: 767px) {
  #ProofPoints .card-title img {
    width: 20px;
    height: 20px;
  }
}

/* Ligne statistique */
#ProofPoints .stat-line {
  margin: 0;
  min-height: 48px;
  line-height: 1.2;
  font-size: 1.05rem;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* Ajustements pour petits écrans */
}
@media (max-width: 767px) {
  #ProofPoints .stat-line {
    font-size: 0.9rem;
    min-height: 40px;
    gap: 0.25rem;
  }
}

/* Compteurs */
#ProofPoints .count {
  display: inline-block;
  min-width: 3ch;
  text-align: right;
  font-size: 1.5rem;
  font-weight: 600;
  flex-shrink: 0;
  /* Ajustements pour petits écrans */
}
@media (max-width: 767px) {
  #ProofPoints .count {
    font-size: 1.2rem;
    min-width: 2.5ch;
  }
}

.image-mosaic, .img-panel {
  position: relative;
  width: 100%;
  max-width: 620px;
  min-height: 440px;
}
.image-mosaic .tile, .image-mosaic .img-tile, .img-panel .tile, .img-panel .img-tile {
  position: absolute;
  border-radius: 5px;
  aspect-ratio: 16/9;
  object-fit: cover;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35), 0 0 30px rgba(255, 255, 255, 0.15);
  transition: transform 0.25s ease box-shadow 0.25s ease ease;
}
.image-mosaic .top-right, .image-mosaic .img-top, .img-panel .top-right, .img-panel .img-top {
  width: 56%;
  top: 0;
  right: 4%;
  z-index: 1;
}
.image-mosaic .middle-left, .image-mosaic .img-middle, .img-panel .middle-left, .img-panel .img-middle {
  width: 74%;
  top: 28%;
  left: 0;
  z-index: 2;
}
.image-mosaic .bottom-right, .image-mosaic .img-bottom, .img-panel .bottom-right, .img-panel .img-bottom {
  width: 68%;
  bottom: -10%;
  right: -10%;
  z-index: 3;
}
.image-mosaic.img-panel .img-bottom, .img-panel.img-panel .img-bottom {
  width: 42%;
  right: 65%;
}

.glass-card {
  background-color: rgba(3, 82, 118, 0.55);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: transform box-shadow ease;
  border-radius: 0.5rem;
  min-height: 250px;
}
.glass-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 50px rgba(255, 255, 255, 0.9);
}

.certif-block, .certif-bg {
  background-color: rgba(217, 217, 217, 0.05);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  border-radius: 5px;
  padding: 1rem 1.5rem;
  transition: all 0.3s ease;
}
.certif-block:hover, .certif-bg:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.certif-block {
  min-height: 165px;
}

.maseImg {
  width: 400px;
  border-radius: 5px;
}

@media (max-width: 767.98px) {
  .image-mosaic, .img-panel {
    max-width: 520px;
    min-height: 0;
  }
  .image-mosaic .tile, .image-mosaic .img-tile, .img-panel .tile, .img-panel .img-tile {
    position: relative;
    width: 100%;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    margin-bottom: 18px;
  }
  .image-mosaic .top-right, .image-mosaic .img-top,
  .image-mosaic .bottom-right, .image-mosaic .img-bottom, .img-panel .top-right, .img-panel .img-top,
  .img-panel .bottom-right, .img-panel .img-bottom {
    display: none;
  }
  .image-mosaic .middle-left, .image-mosaic .img-middle, .img-panel .middle-left, .img-panel .img-middle {
    position: relative;
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .certif-icon {
    margin-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  #assisTech {
    min-height: auto;
    padding: 60px 0;
  }
}
.image-mosaic, .img-panel {
  position: relative;
  width: 100%;
  max-width: 620px;
  min-height: 440px;
}
.image-mosaic .tile, .image-mosaic .img-tile, .img-panel .tile, .img-panel .img-tile {
  position: absolute;
  border-radius: 5px;
  aspect-ratio: 16/9;
  object-fit: cover;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35), 0 0 30px rgba(255, 255, 255, 0.15);
  transition: transform 0.25s ease box-shadow 0.25s ease ease;
}
.image-mosaic .top-right, .image-mosaic .img-top, .img-panel .top-right, .img-panel .img-top {
  width: 56%;
  top: 0;
  right: 4%;
  z-index: 1;
}
.image-mosaic .middle-left, .image-mosaic .img-middle, .img-panel .middle-left, .img-panel .img-middle {
  width: 74%;
  top: 28%;
  left: 0;
  z-index: 2;
}
.image-mosaic .bottom-right, .image-mosaic .img-bottom, .img-panel .bottom-right, .img-panel .img-bottom {
  width: 68%;
  bottom: -10%;
  right: -10%;
  z-index: 3;
}
.image-mosaic.img-panel .img-bottom, .img-panel.img-panel .img-bottom {
  width: 42%;
  right: 65%;
}

.glass-card {
  background-color: rgba(3, 82, 118, 0.55);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: transform box-shadow ease;
  border-radius: 0.5rem;
  min-height: 250px;
}
.glass-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 50px rgba(255, 255, 255, 0.9);
}

.certif-block, .certif-bg {
  background-color: rgba(217, 217, 217, 0.05);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  border-radius: 5px;
  padding: 1rem 1.5rem;
  transition: all 0.3s ease;
}
.certif-block:hover, .certif-bg:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.certif-block {
  min-height: 165px;
}

.maseImg {
  width: 400px;
  border-radius: 5px;
}

@media (max-width: 767.98px) {
  .image-mosaic, .img-panel {
    max-width: 520px;
    min-height: 0;
  }
  .image-mosaic .tile, .image-mosaic .img-tile, .img-panel .tile, .img-panel .img-tile {
    position: relative;
    width: 100%;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    margin-bottom: 18px;
  }
  .image-mosaic .top-right, .image-mosaic .img-top,
  .image-mosaic .bottom-right, .image-mosaic .img-bottom, .img-panel .top-right, .img-panel .img-top,
  .img-panel .bottom-right, .img-panel .img-bottom {
    display: none;
  }
  .image-mosaic .middle-left, .image-mosaic .img-middle, .img-panel .middle-left, .img-panel .img-middle {
    position: relative;
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .certif-icon {
    margin-top: 1rem;
  }
}
.certif-text {
  flex: 1;
  min-width: 0;
}

.certif-icon {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
}

#ProverliSection {
  color: #ffffff;
}

#ProverliSection ul {
  list-style-type: none;
}

#ProverliSection ul li::marker {
  content: "- ";
}

#ProverliSection p,
#ProverliSection li {
  font-size: 1.05rem;
  line-height: 1.6;
}

#ProverliSection img {
  max-width: 100%;
  height: 450px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767.98px) {
  #ProverliSection img {
    height: auto;
    border-radius: 0;
    box-shadow: none;
  }
}
#worldClock h1,
#worldClock h2 {
  text-align: start;
  padding-top: 1rem;
}

.panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.btn-reset {
  width: auto;
  font-weight: 900;
  color: #ffffff;
  background-color: rgba(217, 217, 217, 0.3);
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 10px;
}

.btn-reset:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #dc3545;
  width: auto;
}

.clocks {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.clock {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.clock-remove img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  transform: translateX(-1.5px);
}

.clock:hover .clock-remove {
  display: block;
}

.clocktitle {
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #FFB300;
}

.clock-remove {
  position: absolute;
  top: 0;
  right: 0;
  background: #dc3545;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  cursor: pointer;
  font-size: 18px;
  display: none;
  line-height: 0;
}

.clockAnalog {
  position: relative;
  margin: auto;
  height: 200px;
  width: 200px;
  background: url("../assets/clock300x300.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.digitalDisplay {
  font-weight: 900;
  font-size: 2rem;
  border-radius: 5px;
  color: white;
  background-color: rgba(217, 217, 217, 0.3);
  border: #d9d9d9 1px solid;
  margin-top: 0.5rem;
  padding: 0 0.5rem;
  width: 4em;
  text-align: center;
}

.needleHour,
.needleMinute,
.needleSecond {
  position: absolute;
  background: black;
  border-radius: 10px;
  transform-origin: bottom;
}

.needleHour {
  width: 1.8%;
  height: 25%;
  top: 25%;
  left: 48.85%;
  opacity: 0.8;
}

.needleMinute {
  width: 1.6%;
  height: 30%;
  top: 19%;
  left: 48.9%;
  opacity: 0.8;
  background: #080f3a;
}

.needleSecond {
  width: 1%;
  height: 40%;
  top: 9%;
  left: 49.25%;
  opacity: 0.8;
  background: #bf0000;
}

.addnewclock {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 0.5rem;
  width: 100%;
}

.btn-add {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.6rem 1rem;
}

.btn-add img {
  width: 18px;
  height: 18px;
}

.timepicker-btns .btnCancel {
  color: #bf0000 !important;
}

.timepicker-btns .btnCancel:hover {
  color: #ffffff !important;
  background-color: #bf0000 !important;
}

.timepicker-btns .btnOk {
  color: #108FDA !important;
}

.timepicker-btns .btnOk:hover {
  color: #ffffff !important;
  background-color: #108FDA !important;
}

.tz-input {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.4rem;
  font-size: 0.8rem;
  width: auto;
}

@media (max-width: 600px) {
  .clock {
    padding: 0.5rem;
  }
  .clockAnalog {
    width: 140px;
    height: 140px;
  }
  .clocktitle {
    font-size: 1.4rem;
  }
  .digitalDisplay {
    font-size: 1.4rem;
  }
}
.timepicker-bg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 990;
  background: rgba(255, 255, 255, 0.8666666667);
  display: flex;
  align-items: center;
  justify-content: center;
}

.timepicker-wrapper {
  background: #fefefe;
  color: #252525;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 1em;
  padding: 0.5rem;
  box-shadow: 4px 4px 20px 0px rgba(3, 79, 101, 0.8666666667);
}

.timepicker-title {
  width: 100%;
}

.timepicker-clock-digital {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
}

.timepicker-clock-digital {
  font-size: 3rem;
  line-height: 3rem;
}

.timepicker-clock-digital input {
  font-size: 3rem;
  width: calc(2ch + 10px);
  padding: 4px;
  border: none;
  color: #034F65;
  background: #B2DDEE;
  box-sizing: border-box;
  text-align: center;
  border-radius: 0.5rem;
}

.timepicker-clock-analog {
  width: 256px;
  height: 256px;
  border-radius: 51%;
  background: #B2DDEE;
  position: relative;
  margin: 1em;
}

.needle-wrapper {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40%;
  transform-origin: top;
  margin-left: -20px;
}

.needle {
  position: absolute;
  background: #034F65;
  border-radius: 10px;
  transform-origin: bottom;
  width: 1.8%;
  height: 80%;
  top: 0;
  left: 48.2%;
  opacity: 0.8;
  display: none;
}

.needle-digit {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px;
  border-radius: 51%;
  text-align: center;
  line-height: 40px;
  font-size: 1rem;
  font-weight: 300;
}

.needle-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px;
  border-radius: 51%;
  background: #034F65;
}

.needle-wrapper:hover .needle-digit {
  color: #fff;
  background-color: #034F65;
  font-weight: 600;
}

.needle-wrapper:hover .needle {
  display: block;
}

.circle {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px;
  border-radius: 51%;
  text-align: center;
  line-height: 40px;
  font-size: 1rem;
  font-weight: 300;
}

.circle:hover {
  color: #fff;
  background-color: #034F65;
  width: 40px;
  height: 40px;
  margin: -20px;
  line-height: 40px;
  font-size: 1.2em;
  font-weight: 900;
}

.timepicker-btns {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
}

.timepicker-btns button {
  width: 80px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 900;
  font-size: 1rem;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 1em;
  line-height: 2rem;
}

.timepicker-btns .btnOk {
  color: #080F3A;
}

.timepicker-btns .btnCancel {
  color: #550000;
}

.timepicker-btns .btnCancel:hover {
  color: #fff;
  background-color: #550000;
}

.timepicker-btns .btnOk:hover {
  color: #fff;
  background-color: #080F3A;
}

#contact {
  position: relative;
  background-image: url("../assets/Pics/entelekia_photo_bleue3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  color: white;
  overflow: hidden;
}

.contact-section {
  position: relative;
  background: url("assets/Pics/entelekia_photo_bleue3.webp") center/cover no-repeat;
  overflow: hidden;
  color: #000;
}
.contact-section .container {
  position: relative;
  z-index: 2;
}
.contact-section h1 {
  font-size: 3rem;
  color: #FCB715;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}
.contact-section .contact-card {
  background-color: rgba(3, 82, 118, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  color: #000;
}
.contact-section .contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.5);
}
.contact-section .contact-card .logo-img {
  width: 80px;
  height: auto;
  background: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
.contact-section .contact-card .profile-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 25px rgba(217, 217, 217, 0.6);
}
.contact-section .contact-card h5 {
  font-weight: 700;
  color: #000;
}
.contact-section .contact-card h6 {
  font-weight: 600;
  color: #000;
}
.contact-section .contact-card p, .contact-section .contact-card a {
  color: #000;
}
.contact-section .contact-card a {
  text-decoration: none;
}
.contact-section .contact-card a:hover {
  color: #d9d9d9;
}

.linklinkedin {
  text-decoration: none;
}

@media (max-width: 768px) {
  #contact .contact-card {
    height: auto;
  }
}
#map {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(217, 217, 217, 0.3);
  z-index: 1;
}

@media (max-width: 768px) {
  #map {
    height: 200px;
    margin-bottom: 1rem;
  }
}
#projectCarousel {
  position: relative;
  overflow: visible !important;
}

#projectCarousel .carousel-inner {
  display: flex;
  flex-direction: row;
  overflow-x: hidden;
  margin: 0;
}

#projectCarousel .carousel-item {
  flex: 0 0 100%;
}

.logoproj {
  width: 75px !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center;
  display: block;
}

#projectCarousel .carousel-control-prev,
#projectCarousel .carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: rgba(217, 217, 217, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  opacity: 0.7;
  transition: opacity 0.3s, background-color 0.3s;
}

#projectCarousel .carousel-control-prev:hover,
#projectCarousel .carousel-control-next:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 5px 5px rgba(217, 217, 217, 0.5);
}

/* Alignement symétrique */
#projectCarousel .carousel-control-prev {
  left: -4.5rem;
}

#projectCarousel .carousel-control-next {
  right: -4.5rem;
}

/* Icônes uniformes */
#projectCarousel .carousel-control-prev-icon,
#projectCarousel .carousel-control-next-icon {
  width: 1.5rem;
  height: 1.5rem;
  filter: invert(1);
}

#projectCarousel .carousel-item .row {
  --bs-gutter-x: 0.75rem;
}

#projectCarousel .project-card .card-body {
  margin: 0 0.25rem;
  height: 100%;
  max-height: 500px;
}

@media (max-width: 768px) {
  #projectCarousel .carousel-control-prev,
  #projectCarousel .carousel-control-next {
    width: 40px;
    height: 40px;
    opacity: 0.9;
    background-color: rgba(217, 217, 217, 0.8);
  }
  #projectCarousel .carousel-control-prev {
    left: 0.5rem;
  }
  #projectCarousel .carousel-control-next {
    right: 0.5rem;
  }
  #projectCarousel .project-card {
    max-width: 90%;
    margin: 0 auto;
  }
  #projectCarousel {
    touch-action: pan-y pinch-zoom;
  }
  #projectCarousel .carousel-inner {
    overflow: hidden;
    touch-action: pan-x;
  }
}
#ProjectCards .project-card {
  border-radius: 12px;
  background-color: rgba(217, 217, 217, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
  transition: transform box-shadow 0.25s;
}
#ProjectCards .project-card:hover {
  transform: translateY(-5px);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
#ProjectCards .project-card .card-body {
  min-height: 100px;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
#ProjectCards .project-card .card-footer {
  min-height: 70px;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
#ProjectCards .project-card .card-footer .btn {
  background-color: #108FDA;
  color: #000000;
}
#ProjectCards .project-card .card-footer .btn:hover {
  background-color: #FCB715;
  border: 1px solid #000000;
  color: #000000;
}
#ProjectCards .project-card .badge {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #000000;
  font-weight: 600;
  border: 2px solid #d9d9d9;
}

.project-card {
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.project-card:hover {
  transform: translateY(-4px);
}

.collapse {
  transition: height 0.4s ease, opacity 0.4s ease;
}

.collapse.show {
  opacity: 1;
}

.leaflet-marker-icon {
  padding: 12px; /* augmente la zone tactile */
}

header.glass-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 10;
  background-color: rgba(217, 217, 217, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 30px rgba(255, 255, 255, 0.4);
}

.HeadLogo {
  transition: transform 0.3s ease;
}
.HeadLogo:hover {
  transform: scale(1.1);
}
.HeadLogo h1 {
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: color 0.3s ease;
}

.HeadLogo h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background: linear-gradient(to right, #108FDA, #0B2737);
  transition: width 0.4s ease-in-out;
}

.HeadLogo:hover h1::after {
  width: 100%;
}

.logohead {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(100px);
}

.navbar .dropdown-menu {
  --bs-dropdown-bg: transparent;
  --bs-dropdown-border-color: rgba(255, 255, 255, 0.15);
  background-color: rgba(152, 150, 150, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--bs-dropdown-border-color);
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  z-index: 1050;
}

.navbar-nav .nav-link {
  position: relative;
  transition: color transform ease;
  text-decoration: none;
}

.navbar-nav .nav-link:hover {
  color: #FCB715 !important;
  text-decoration: none;
  font-size: medium;
  transform: scale(1.05);
  text-shadow: 0 0 8px rgba(11, 39, 55, 0.6);
}

.dropdown-menu .dropdown-item:hover {
  background: none;
  color: #FCB715 !important;
  text-decoration: none;
  font-size: medium;
  transform: scale(1.05);
  text-shadow: 0 0 8px rgba(11, 39, 55, 0.6);
}

/* ===== Système de traduction (boutons de langue) ===== */
.language-switcher {
  display: flex;
  position: relative;
  width: 50px;
  height: 50px;
  align-items: center;
  gap: 0.5rem;
  margin-left: 1rem;
}

.lang-btn {
  width: 45px;
  height: 45px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.language-switcher .lang-btn {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.language-switcher .lang-btn img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.lang-btn img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 8px;
}

.lang-btn:active {
  transform: scale(0.95);
}

#ourValues img {
  max-width: 100%;
  height: 350px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
