/* Base Dark Theme Styles */
/* 1. Import a modern font */
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');*/

@font-face {
    font-family: 'stormfaze';
    src: url('/fonts/brand/Stormfaze.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fragile_bombers';
    src: url('/fonts/general/Fragile_Bombers.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'exo2';
    src: url('/fonts/general/Exo20/Exo2.0-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/*
.index {
    background-image: url('/images/anas-alshanti-feXpdV001o4-unsplash.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
*/
.fixed-top {
   position: relative; !important 
}

.lawyer {
    background-image: url('/images/emile-perron-xrVDYZRGdw4-unsplash.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.small_businesses {
    background-image: url('/images/emile-perron-xrVDYZRGdw4-unsplash.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.showcase {
    background-image: url('/images/kevin-ku-w7ZyuGYNpRQ-unsplash.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.contact {
    background-image: url('/images/gilles-lambert-pb_lF8VWaPU-unsplash.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.future {
    background-image: url('/images/tianyi-ma-WiONHd_zYI4-unsplash.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

/* 2. Basic Page Setup (optional if you already have styles) */
body {
  background-color: #0d0d0d;  /* Dark background */
  color: #e0e0e0;             /* Light text color */
  margin: 0;
  padding: 0;
  font-family: 'exo2';
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Adjust the last value (0.5 = 50% dark) */
    background-size: cover;
    z-index: -1;
}

p {
}
/* Dark Navbar */
.navbar {
  background-color: #1f1f1f;
  border-bottom: 1px solid #333;
  padding: 10px 20px;
  margin-bottom: 0;
}

.navbar-brand {
  font-weight: bold;
  color: #fff;
}

.navbar-brand .slogan {
  display: block;
  font-size: 0.7em;
  color: #bbb;
  margin-top: 2px;
}

.navbar-nav .nav-link {
  color: #ddd;
}

.navbar-nav .nav-link:hover {
  color: #fff;
}

.brand {
    font-family: 'fragile_bombers', normal;
    font-size: 1.0em;
}
/* Container */
.container {
  background: rgba(50, 50, 50, 0.5); /* Adjust the last value (0.5 = 50% dark) */
  padding: 0px 20px 20px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.5);
  margin-bottom: 30px;
}

.short-text { display: none; }

 /* Marketing List */
.landing-marketing ul {
  list-style-type: none; /* or disc, circle, etc. */
  padding-left: 0;
}

.landing-marketing li {
  margin-bottom: 10px;
}

h1 {
  color: #e0e0e0;
  font-family: 'family-poppins', normal;
}

h2 {
  color: #f0f0f0;
  font-family: 'stormfaze', normal;
}
/* Footer */
footer {
  background-color: #1f1f1f;
  color: #aaa;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
}

/* Preview Section Styles */
.preview-section {
  /*background: linear-gradient(135deg, #1c1c1c, #333333);*/
  padding: 20px;
  border-radius: 8px;
  margin: 00px 0;
}

.preview-section h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}

/* Preview Card Styles */
.preview-card {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

.preview-card h3 {
  margin-top: 0;
  color: #fff;
}

.preview-card p {
  color: #ffcc00;
}

.preview-card a {
  color: #ffcc00;
  text-decoration: none;
  font-weight: bold;
}

.preview-card a:hover {
  text-decoration: underline;
}

/* Responsive Iframe Container (16:9 ratio) */
.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  margin-top: 10px;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Additional Widget Styles */
.iframe-widget {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border: 2px solid #333;
  overflow: hidden;
  border-radius: 8px;
}

.iframe-widget iframe {
  width: 100%;
  height: 100px;
  border: none;
}

/* 3. Services Section */
.services-section {
  padding: 60px 0; /* Top & bottom spacing */
}

.services-title {
  font-size: 3rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

.service-col {
  margin: 20px 0;
}

.service-heading {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #ffffff;
}

.service-col p {
  font-size: 1rem;
  line-height: 1.6;
  color: #cccccc;
  margin-bottom: 15px;
  font-family: 'exo2', normal;
}

/* 4. Highlight Class */
.highlight {
  color: #ff0080; /* Bright pink for emphasis */
}

/* Highlight Section Container */
.highlight-section {
  text-align: center;       /* Center all text */
  margin: 40px auto;        /* Space above & below; auto centers on larger screens */
  max-width: 800px;         /* Constrain width */
  padding: 20px;
  color: #fff;              /* Light text on dark background */
}

/* Intro Lines Styling */
.optimus-intro {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #ff6fff;           /* A subtle, highlighted color */
}

/* Main Title Styling */
.highlight-title {
  font-size: 2em;
  font-weight: normal;
  margin: 30px 0 20px;
  color: #ff0080;           /* Bright highlight for the title */
}

/* Centered, highlighted section */
.highlight-section {
  text-align: center;
  max-width: 800px;
  margin: 00px auto;  /* space above & below; centers on large screens */
  color: #fff;        /* light text on dark background */
  padding: 20px;
}

/* Intro lines (with pink words embedded via <span class="pink">...) */
.intro-line {
  font-size: 1.2em;
  margin-bottom: 10px;
}

/* Make certain words pink (gratuite, avocats, etc.) */
.pink {
  color: #ff0080;  /* bright pink */
}

/* Gradient text for V4/V5 */
.gradient-text {
  background: linear-gradient(90deg, #ff00c8, #ff0080);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Big highlighted title (Installation d’Optimus V4/V5) */
.highlight-title {
  font-size: 2.5em;
  margin: 30px 0 20px;
  color: #fff; /* fallback color for older browsers */
}

/* Paragraph styling within highlight section */
.highlight-section p {
  line-height: 1.6;
  margin-bottom: 00px;
}

/* Button style (OPTIMUS V5) */
.optimus-button {
  display: inline-block;
  background-color: #000000;
  color: #fff;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  margin-top: 10px;
}

.optimus-button:hover {
  background-color: #eeeeee; 
}

/* Optional arrow styling */
.arrow-down {
  font-size: 2em;
  color: #ff0080;
  margin-top: 20px;
}
/* Banner container */
.banner {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background: rgba(0, 0, 0, 0.9); /* or your preferred color/gradient */
  padding: 0px;
  margin-bottom: 20px;
  /* Allow wrapping so items can break into two lines */
  flex-wrap: wrap;
}

/* Icons container */
.banner-icons {
  display: flex;
  gap: 20px; /* Space between icons */
}

/* Individual icon + text */
.banner-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff; /* Light text on dark background */
  text-decoration: none;
  justify-content: space-between;
}

.banner-icon img {
  width: 110px; /* Adjust icon size */
  margin-bottom: 5px;
}

.banner-icon p {
  margin: 0;
  text-align: center;
  font-size: 1.2em;
}

/* Logo container */
.banner-logo {
  width: 210px;           /* Fixed container width */
  height: 200px;          /* Fixed container height */
  border-radius: 10%;
  overflow: hidden;
  margin-bottom: 0px;
  /* Center the logo when wrapping */
  margin-left: 10px;
  margin-right: 15px;
  padding-right: 25px;
  background-color: #000000;
}

/* Logo image */
.logo-img {
  height: 200px;        /* Adjust as needed */
  margin-bottom: 15px;  /* Spacing between logo and slogan */
  background-color: #000000;
  border-radius: 20%;
  transform: scale(1.3);
  display: inline-block;
  margin-left: 10px;
  aspect-ratio: 210 / 200;
}

.portfolio-summary {
  background-color: #1e1e1e; /* dark background */
  color: #e0e0e0;            /* light text */
  padding: 20px;
  border-radius: 8px;
  margin: 20px auto;
  max-width: 900px;
  line-height: 1.6;
  font-size: 1.1em;
}

.service-pme {
  max-width: 1000px;
  margin: 20px auto;
  padding: 20px;
  color: #e0e0e0;
}

.service-section {
  margin-bottom: 40px;
  background-color: #1e1e1e;
  padding: 20px;
  border-radius: 8px;
}

.service-section h2 {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #ff0080; /* accent color */
}

.service-section p {
  font-size: 1.1em;
  line-height: 1.6;
}

.cryptpad-link {
  color: #ff0080;          /* Accent color for dark mode */
  font-size: 1.1em;
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid #ff0080;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.cryptpad-link:hover {
  background-color: #ff0080;
  color: #ffffff;
}

/* Responsive adjustments for screens under 1200px */
@media (max-width: 1200px) {
   
  .fixed-top {
    position: absolute; 
  }
  .container {
   padding: 80px 20px 20px 20px;
  }
  /* Adjust banner to wrap items */
  .banner {
    justify-content: center;
    overflow: hidden;
    margin-bottom: 10px;
    margin-left: calc(-50vw + 50%);
    width: 100vw;
    height: fit-content;
    max-width: none;
    padding-left: 0;
  }
 
  /* Reduce logo container size and center it */
  .banner-logo {
    width: 130px;
    height: 100px;
    margin-bottom: -5px;
    margin-left: -25px;
    padding-left: -25px;
    padding-bottom: -15px;
    transform: scale(1.2);
  }
  .logo-img {
    height: 110px;
    width: 110px;
    transform: scale(1.0);
    margin-left: 15px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  /* Adjust icons container to center icons on a new line */
  .banner-icons {
    margin-top: 1px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  /* Reduce icon size and text size */
  .banner-icon img {
    width: 45px;
  }
  .banner-icon p {
    font-size: 0.9em;
    margin: 0 0 10px 10px; 
  }
  h1 {
    color: #e0e0e0;
    font-family: 'family-poppins', normal;
    font-size: 1.4em;
  }
  
  h2 {
    color: #f0f0f0;
    font-family: 'stormfaze', normal;
    font-size: 1.1em;
  }
  h3 {
    color: #f0f0f0;
    font-family: 'stormfaze', normal;
    font-size: 1.3em;
    }
  .services-title {
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  .service-section {
    margin-bottom: 10px;
    background-color: #1e1e1e;
    padding: 00px;
    border-radius: 8px;
  }
  
  .service-section h2 {
    font-size: 1.4em;
    margin-bottom: 5px;
    color: #ff0080; /* accent color */
  }
  
  .service-section p {
    font-size: 1.1em;
    line-height: 1.6;
  }
  .services-section {
    padding: 10px 0; /* Top & bottom spacing */
  }
  .full-text { display: none; }
  .short-text { display: inline; }
}


.why-page {
  max-width: 900px;
  margin: 40px auto;
  padding: 20px;
  color: #e0e0e0;
}

.why-resume h1 {
  font-size: 1.8em;
  margin-bottom: 30px;
  text-align: center;
}

.why-section {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #1e1e1e;
  border-radius: 8px;
}

.why-section h2 {
  font-size: 1.6em;
  color: #ff0080;  /* Accent color */
  margin-bottom: 10px;
}

.why-section p {
  font-size: 1.1em;
  line-height: 1.6;
}


@media (max-width: 800px) {
  .banner-icon img {
    width: 30px;
  }
  .banner-icon p {
    font-size: 0.5em;
    margin: 0 0 10px 10px; 
  }
  .banner-icons {
    margin-top: 1px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .logo-img {
    height: 100px;
    width: 100px;
    transform: scale(0.9);
    margin-left: 15px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
  /* --- HOMEPAGE: Slogan + Badges --- */
.slogan-hero {
  margin: 2.5rem auto 0.5rem;
  padding: 0 0 0.5rem 0;
}
.slogan-text {
  font-size: clamp(1.8rem, 2.8vw + 1rem, 2.6rem);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 1rem 0;
  color: #ffffff;
}

.badges {
  display: inline-flex;
  gap: 1.25rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

/* fond noir + coins ronds autour (ne change pas la taille du logo) */
.badge-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  padding: 6px 10px;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.08) inset;
  line-height: 0;
  background: #000;
}

.badge-chip.no-bg {
  background: transparent;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

/* >>> TES SIZING EXACTS <<< */
.badge-logo {
  height: 200px;
  max-width: 500px;
  width: auto;
  display: inline-block;
  object-fit: contain;
}



/* --- Map alignment tweaks --- */
.map-france {
  display: grid;
  overflow: visible;
  place-items: center;
  justify-content: center;
}

/* Nudge base France left a bit */
.map-france .map-bg {
  max-width: 45%;
  justify-content: center;
}

/* Nudge the Grand Est overlay slightly right to re-align with the base */
.map-france .region-overlay {
  opacity: 0.5;       
  max-width: 30%;
}

/* Pin visuals + better labels */
.map-france .pin {
  position: absolute;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  padding: 0;
  cursor: default;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pin-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  outline: 2px solid #ff0080;     /* your accent */
  background: transparent;
}

/* Add a small pill behind labels for readability on dark/gray map */
.pin-label {
  font-size: 0.9rem;
  font-weight: 700;
  color: #eaeaea;
  background: rgba(0,0,0,0.55);
  padding: 2px 8px;
  border-radius: 999px;
  line-height: 1.2;
  white-space: nowrap;
  transform: translateX(6px);     /* push text a bit right of the dot */
}

/* Tighten spacing on small screens */
@media (max-width: 1200px) {
  .slogan-hero { margin: 1.25rem auto 0.25rem; }
  .badge-logo { height: 170px; width: 100%; }
}

/* Responsive: reduce shifts on narrow screens */
@media (max-width: 900px) {
  .map-france .region-overlay { transform: translateX(2%); }
  .pin-label { font-size: 0.85rem; }
  .badge-logo { height: 100px; width: 100%; }
}
