* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* font-family: Arial, sans-serif; */
    background-color: white;
    color: black;
    line-height: 1.6;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Header */
/* .header {
    padding: 1rem 0;
}

.header-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header nav ul {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.header nav a {
    color: black;
    text-decoration: none;
    font-weight: 500;
}

.header nav a:hover {
    color: #6B7AE8;
} */

/* Main Content */
.main-content {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
    width: 100%;
    flex: 1;
}

.main-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #6B7AE8;
    text-align: center;
    font-weight: bold;
}

.subtitle-library {
    font-size: 1rem;
    color: black;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 700;
}

/* Tiles Grid */
.tiles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
    width: 100%;
}

.tile {
    background-color: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 2px solid transparent;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.coming-soon-banner {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 165, 0, 0.85); /* orange transparent */
    color: white;
    padding: 4px 8px;
    font-weight: bold;
    font-size: 0.8rem;
    z-index: 2;
    border-bottom-right-radius: 8px;
}

.tile.soon {
    opacity: 0.6;
    pointer-events: none;
}

.tile:hover {
    transform: translateY(-5px);
    border: 2px solid #6B7AE8;
}

.tile img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.tile h3 {
    padding: 1rem 1rem 0;
    color: #6B7AE8;
    font-size: 1.2rem;
    font-weight: 600;
}

.tile p {
    padding: 0 1rem 1rem;
    color: black;
    font-size: 0.9rem;
    line-height: 1.3rem;
}

.tile-tags {
    padding: 0 1rem 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tag {
    background-color: #f3f4f6;
    color: #57606d;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.8rem;
}

/* Footer */
.footer {
    background-color: #f5f5f5;
    padding: 2rem 0;
    margin-top: 4rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
}

.brix---dropdown-wrapper-3:nth-of-type(1) .brix---dropdown-card-wrapper-836px-2 {
  width: 250%;
}

.brix---dropdown-card-3{
    width: 40%;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        gap: 1rem;
    }

    .header nav ul {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .main-title {
        font-size: 2rem;
    }

    .subtitle {
        font-size: 1.2rem;
    }

    .brix---dropdown-wrapper.langue.w-dropdown {
        display: flex;
        justify-content: center;
        padding: 10px 0;
        width: 100%;
        box-sizing: border-box;
    }

    .brix---dropdown-card .brix---dropdown-grid-v1 {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 24px;
        flex-wrap: wrap;
        padding: 0;
    }

    .brix---dropdown-link.langue {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 14px;
        color: #1a1b1f;
    }

    .brix---dropdown-link.langue img {
        width: 20px;
        height: auto;
    }

    .brix---dropdown-link.langue .text-block-13 {
        font-size: 14px;
        font-weight: 500;
        white-space: nowrap;
    }

    .brix---dropdown-toggle-4 {
    padding-left: 20px !important;
    justify-content: flex-start;
    padding: 15px !important;
  }

  /* Position du bouton reste fixe */
  .brix---dropdown-wrapper.langue.w-dropdown {
    position: relative;
  }

  /* Conteneur qui s’ouvre */
  .brix---dropdown-card-wrapper.w-dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  transform: translateX(0);
  min-width: 160px;
  background-color: white;
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
.brix---dropdown-card-wrapper.w-dropdown-list {
  left: 0;
  transform: translateX(-35%);
}

  /* Centrer les options et faire en colonne */
  .brix---dropdown-card .brix---dropdown-grid-v1 {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  /* Option de langue individuelle */
  .brix---dropdown-link.langue {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #1a1b1f;
  }

  .brix---dropdown-link.langue img {
    width: 20px;
    height: auto;
  }

.button-base-footer-large {
  padding: 14px 24px;
  font-size: 16px;
  min-width: 220px; 
  text-align: center;
  white-space: normal;       
  word-break: break-word;
  margin: 0 auto;
}

.dot,
.scroll-base,
.scroll-animate {
  visibility: hidden !important;
}

h1.heading-mentionslegal {
  font-size: 36px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  max-width: 100%;
  box-sizing: border-box;
}

}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* font-family: Arial, sans-serif; */
    background-color: white;
    color: black;
    line-height: 1.6;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Main Content */
.main-content {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
    width: 100%;
    flex: 1;
}

.main-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #6B7AE8;
    text-align: center;
    font-weight: bold;
}

.subtitle-library {
    font-size: 1rem;
    color: black;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 700;
}

/* Tiles Grid */
.tiles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
    width: 100%;
}

.tile {
    background-color: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 2px solid transparent;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.coming-soon-banner {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 165, 0, 0.85); /* orange transparent */
    color: white;
    padding: 4px 8px;
    font-weight: bold;
    font-size: 0.8rem;
    z-index: 2;
    border-bottom-right-radius: 8px;
}

.tile.soon {
    opacity: 0.6;
    pointer-events: none;
}

.tile:hover {
    transform: translateY(-5px);
    border: 2px solid #6B7AE8;
}

.tile img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.tile h3 {
    padding: 1rem 1rem 0;
    color: #6B7AE8;
    font-size: 1.2rem;
    font-weight: 600;
}

.tile p {
    padding: 0 1rem 1rem;
    color: black;
    font-size: 0.9rem;
    line-height: 1.3rem;
}

.tile-tags {
    padding: 0 1rem 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tag {
    background-color: #f3f4f6;
    color: #57606d;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.8rem;
}

/* Footer */
.footer {
    background-color: #f5f5f5;
    padding: 2rem 0;
    margin-top: 4rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
}

.brix---dropdown-wrapper-3:nth-of-type(1) .brix---dropdown-card-wrapper-836px-2 {
    margin-left: 300px;
}

.brix---dropdown-card-3{
    width: 40%;
}




@media (max-width: 768px) {
  /* Forcer l'affichage des blocs cachés sur mobile */
  section.track,
  .track,
  .camera,
  .frame,
  .item,
  .page-1,
  .page-1_2,
  .page-2,
  .lynx-block-right,
  .lynx-block-image,
  .container-48,
  .container-49,
  .container-50,
  .container-51 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    position: relative !important;
    z-index: 1 !important;
  }

  img.lynx-image,
  .lynx-image {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
  }

  /* Ajustement de l'entête en colonne */
  .header-content {
    flex-direction: column;
    gap: 1rem;
  }

  .header nav ul {
    flex-direction: column;

    gap: 1rem;
  }

  .main-title {
    font-size: 2rem;
  }

  .subtitle {
    font-size: 1.2rem;
  }

  /* Dropdown langue */
  .brix---dropdown-wrapper.langue.w-dropdown {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }

  .brix---dropdown-card .brix---dropdown-grid-v1 {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    padding: 0;
  }

  .brix---dropdown-link.langue {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #1a1b1f;
  }

  .brix---dropdown-link.langue img {
    width: 20px;
    height: auto;
  }

  .brix---dropdown-link.langue .text-block-13 {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
  }

  .brix---dropdown-toggle-4 {
    padding-left: 20px !important;
    justify-content: flex-start;
    padding: 15px !important;
  }

  /* Conteneur de la liste déroulante */
  .brix---dropdown-card-wrapper.w-dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    transform: translateX(0);
    min-width: 160px;
    background-color: white;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    transform: translateX(-35%);
  }

  /* Options en colonne */
  .brix---dropdown-card .brix---dropdown-grid-v1 {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  /* Option individuelle */
  .brix---dropdown-link.langue {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #1a1b1f;
  }

  .brix---dropdown-link.langue img {
    width: 20px;
    height: auto;
  }

  .brix---dropdown-card-wrapper-836px-2 {
  margin-left: 0 !important;
  width: 250% !important;
}

.brix---dropdown-card-wrapper-836px-3::-webkit-scrollbar {
  width: 6px;
}

.brix---dropdown-card-wrapper-836px-3::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

.brix---dropdown-card-wrapper-836px-3 {
  max-height: 400px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.brix---text-200-bold-2{
  font-size: 13px;
}


}

@media screen and (max-width: 767px) {
  .brix---grid-1-column-gap-row-32px-2 {
    justify-items: start !important;
    text-align: left !important;
  }

  .brix---dropdown-link-icon-wrapper-2 {
    justify-content: flex-start !important;
    text-align: left !important;
    gap: 12px !important;
  }

  .brix---text-200-bold-2,
  .brix---text-202 {
    text-align: left !important;
  }

  .brix---dropdown-wrapper-3 .brix---dropdown-card-wrapper-836px-2 {
    width: 100% !important;
    margin-left: 0 !important;
    transform: none !important;
  }

  .brix---dropdown-card-3 {
    width: 100% !important;
  }

  .brix---dropdown-link-icon-wrapper-2 img {
    max-width: 55px;
    height: auto;
  }

.brix---dropdown-card-wrapper-836px-2 {
  overflow-x: hidden;
}

.brix---dropdown-link-icon-wrapper-3 {
  padding: 8px 0;
}

/* Décalage léger à droite des images des secteurs d’activités */
.brix---dropdown-card-wrapper-836px-3 .brix---square-dropdown-icon-3 {
  transform: translateX(10px);
}

}
