html {
    font-size: 16px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .nav-shell::before,
  .nav-shell::after {
    display: none;
    content: none;
  }






.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #b7431f;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #cf4e24;
}

/* Button */
.btn-highlight {
  display: inline-block;
  background: var(--orange);
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0.75rem 2rem;
  border-radius: 0.75rem;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-highlight:hover {
  background: #e65c00;
  color: #fff;
  transform: translateY(-2px);
  text-decoration: none;
}

.btn-highlight-blue {
  display: inline-block;
  background: var(--blue);
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0.75rem 2rem;
  border-radius: 0.75rem;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-highlight-blue:hover {
  background: #40578b;
  color: #fff;
  transform: translateY(-2px);
  text-decoration: none;
}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #b7431f;
    color: #fff;
    background-color: #cf4e24;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}


.btn-primary .badge {
    color: #344771;
    background-color: #fff;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 8px;
}

.navbar-logo {
    height: 32px;
    width: auto;
    background-color: white;
    border-radius: 4px;       /* arrondi doux */
    padding: 2px;             /* marge interne autour de l’image */
  }


.navbar-text {
    color: white;
    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
    font-size: 1.2em;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 3px;
    color: #fff;
    background-color: #cf4e24;
}
.navbar-default .navbar-nav .perm-active {
    border-radius: 3px;
    color: #fff;
    background-color: #cf4e24;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #cf4e24;
}

@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }


    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #222;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.intro-video {
  /* position: relative; */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/* Desktop/tablet: full height hero */
@media (min-width: 1080px) {
  .intro-video {
    min-height: 100vh;
  }
}

/* Mobile: let content/video dictate height */
@media (max-width: 767px) {
  .intro-video {
    min-height: auto;
    height: auto;
  }
}

.background-video {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  background: #000;
  z-index: 0;
}

.intro-video .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.35);
  z-index: 0;
}

.intro-video .container {
  position: relative;
  z-index: 1;
}


.video-content {
  position: absolute;
  z-index: 3;
  text-align: center;
  max-width: 80%;
}



.video-title {
  font-size: 5vw;
  text-shadow: 1px 2px 10px #000000;
}
.video-subtitle {
font-size: 1.5vw;
text-shadow: 1px 2px 2px #000000;
}

@media (min-width: 1080px) {
  .video-text {
    padding-bottom: 5rem;
  }
  .video-btn .btn-highlight {
    margin-right: 5rem;
  }
  .video-content {
    margin: 0 auto 4rem;
  }
}

@media (max-width: 1080px) {

  .video-content {
    margin-top: 4rem;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .video-subtitle {
    font-size: 2.5vw;
    max-width: 90%;
    /* display: none; */
  }
}
@media (max-width: 640px) {
  .video-btn .btn-highlight {
    font-size: 1rem;
    margin-bottom: .5rem;
  }
  .video-btn .btn-highlight-blue {
    font-size: 1rem;
  }
}


.about-section h2.section-heading {
    margin-top: 0;
    margin-bottom: 2em;
    font-size: 40px;
}

h2.section-heading {
    margin-top: 0;
    font-size: 40px;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

@media(min-width:768px) {
    section {
        padding: 6em 0;
    }
}

.service-heading {
    margin: 20px 0;
    text-transform: none;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
    display: flex;
    justify-content: center;
}

#portfolio .service-group .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    width: 100%;
}



#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}

.portfolio-item .text-center {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px;
  background-color: white;
}


@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}


.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #cf4e24;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #344771;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(min-width:992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {

    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}



/* equipe/about Section */
.equipe {
  padding: 5rem 1.5rem;
  background-color: #FEFFFB;
}

.equipe .container {
  margin: 0 auto;
  width: 100%;
}


@media (min-width: 640px){  .equipe .container{ max-width: 640px; } }
@media (min-width: 768px){  .equipe .container{ max-width: 768px; } }
@media (min-width: 1024px){ .equipe .container{ max-width: 1024px; } }
@media (min-width: 1280px){ .equipe .container{ max-width: 1280px; } }
@media (min-width: 1536px){ .equipe .container{ max-width: 1536px; } }


.equipe .about-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  margin-bottom: 6rem;
  align-items: center;
}

@media (min-width: 1024px){
  .equipe .about-row { grid-template-columns: repeat(2, 1fr); }
}


.equipe .about-text h2 {
  font-size: 3rem;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 1.5rem;
}
.equipe .about-text p {
  font-size: 1.7rem;
  color: #4a5568;
  margin-bottom: 1rem;
}



.equipe .about-graphic .about-image {
  max-width: 100%;
  height: 75vh;
  border-radius: 1rem;
}
.equipe .about-graphic .about-caption {
  font-size: 1.4rem;
  color: #4a5568;
  text-align: center;
  line-height: 1.6;
  max-width: 90%;
}

.equipe .about-sponsors-graphic {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.equipe .about-sponsors-graphic .about-image {
  max-width: 100%;
  height: 50vh;
  border-radius: 1rem;
}

.equipe .about-sponsors .about-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center
}

.equipe .logos .logo {
  font-size: 1.25rem;
  font-weight: 700;
  color: #4a5568;
  align-items: center;
  justify-content: center;
  height: 10rem;
}

.equipe .logos .logo {
    margin-right: 20px;
}

.equipe .logos .logo:last-child {
    margin-right: 0;
}

/* Team header */
.equipe .team-header {
  text-align: center;
  margin-bottom: 4rem;
}
.equipe .team-header h2 {
  font-size: 4rem;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 1rem;
}

.equipe .team-header p {
  font-size: 1.6rem;
  color: #4a5568;
  max-width: 640px;
  margin: 0 auto;
}


.equipe .team-grid {
  display: grid;
  gap: 3rem;
}
@media (min-width: 768px){
  .equipe .team-grid { grid-template-columns: repeat(3,1fr); }
}
.equipe .team-member {
  text-align: center;
}
.equipe .team-member img {
  width: 200px;
  height: 200px;
  border-radius: 9999px;
  object-fit: cover;
  margin: 0 auto 1rem;
}
.equipe .team-member h3 {
  font-weight: 700;
  margin-bottom: .25rem;
  color: #1a202c;
}
.equipe .team-member .role {
  color: #4a5568;
}
/* END equipe/about Section */


/*  Contact Section */

/* Contact Hero Section */
.contact-hero {
  position: relative;
  background: var(--blue);
  color: #fff;
  padding: 5rem 1.5rem;
  overflow: hidden;
}

.contact-hero .container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  position: relative;
  z-index: 1;
}

.contact-hero .section-header {
  text-align: center;
  margin-bottom: 4rem;
}
.contact-hero .section-header h2 {
  font-size: 4.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.contact-hero .section-header p {
  font-size: 1.7rem;
  color: rgba(255,255,255,.9);
}

.contact-hero .contact-grid {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .contact-hero .contact-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Info Cards */
.contact-hero .contact-info .info-card {
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.2);
  padding: 2rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}
.contact-hero .info-card .icon {
  width: 5rem; height: 5rem;
  border-radius: .75rem;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 2rem;
}
.contact-hero .info-card h4 {
  margin: 0 0 .25rem;
  font-weight: 600;
}
.contact-hero .info-card p {
  margin: 0;
  color: rgba(255,255,255,.8);
}

/* Colors */
.bg-accent { background: var(--orange); }
.bg-primary { background: var(--blue); }

/* CTA */
.contact-hero .cta h3 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.contact-hero .cta p {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: rgba(255,255,255,.9);
}
.contact-hero .btn-cta {
  display: inline-flex;
  align-items: center;
  background: var(--orange);
  color: white;
  font-weight: 600;
  padding: 1rem 2rem;
  border-radius: .5em;
  text-decoration: none;
  transition: all .3s ease;
  font-size: 1.8rem;
}
.contact-hero .btn-cta:hover {
  background: rgba(255,255,255,.9);
  color: var(--blue)
}
.contact-hero .btn-cta .arrow {
  margin-left: .5rem;
  transition: transform .3s ease;
}
.contact-hero .btn-cta:hover .arrow {
  transform: translateX(4px);
}
.contact-hero .cta-checks {
  margin-top: 1.5rem;
  font-size: .9rem;
  color: rgba(255,255,255,.7);
}














.text-primary  { color: var(--blue); }
/* END usages Section */

/* Approach section */
.approach{
  padding: 5rem 1.5rem;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}


.approach .container{
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 640px){  .approach .container{ max-width: 640px; } }
@media (min-width: 768px){  .approach .container{ max-width: 768px; } }
@media (min-width: 1024px){ .approach .container{ max-width: 1024px; } }
@media (min-width: 1280px){ .approach .container{ max-width: 1280px; } }
@media (min-width: 1536px){ .approach .container{ max-width: 1536px; } }


.approach .section-header{
  text-align: center;
  max-width: 720px;
  margin: 0 auto 4rem;
}
.approach .section-header h2{

  font-size: 4.5rem;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 1rem;
}
.approach .section-header p{
  font-size: 1.7rem;
  color: #4a5568;
}


.approach .approach-cards{
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 5rem;
}
@media (min-width: 768px){
  .approach .approach-cards{ grid-template-columns: repeat(2,1fr); }
}
@media (min-width: 1024px){
  .approach .approach-cards{ grid-template-columns: repeat(4,1fr); }
}


.approach .a-card{
  border: 0;
  background: rgba(255,255,255,0.8);
  border-radius: 1rem;
  backdrop-filter: blur(6px);
  box-shadow: 0 6px 18px rgba(2, 8, 23, 0.06);
  transition: transform .3s ease, box-shadow .3s ease;
  text-align: center;
}
.approach .a-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 22px 45px rgba(2, 8, 23, 0.15);
}
.approach .a-card-content{
  padding: 1.5rem;
}


.approach .icon-circle{
  width: 6rem;
  height: 6rem;
  border-radius: 9999px;
  margin: 0 auto 1rem;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  background: var(--blue);
  font-size: 2.5rem;

}

.approach .a-card:hover .icon-circle{ animation: glow 1.4s ease-in-out infinite; }
@keyframes glow{
  0%,100%{ box-shadow: 0 0 0 0 rgba(37,99,235,0.45); }
  50%    { box-shadow: 0 0 0 10px rgba(37,99,235,0.10); }
}


.approach .a-card-title{
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--blue);
  margin: 0 0 .5rem 0;
  transition: color .3s ease;
}
.approach .a-card-text{
  color: #4a5568;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0;
}
.approach .a-card:hover .a-card-title{
  color: var(--orange);
}

/* Bottom structured block */
.approach .approach-structured{
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 1024px){
  .approach .approach-structured{ grid-template-columns: 1fr 1fr; }
}


.approach .left h3{
  font-weight: 900;
  color: var(--blue);
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
}
.approach .left .lead{
  font-size: 1.6rem;
  color: #4a5568;
  margin-bottom: 2rem;
  line-height: 1.7;
}
.approach .principles{
  list-style: none;
  margin: 0; padding: 0;
  display: grid; gap: 1rem;
}
.approach .principles li{
  display: flex; align-items: flex-start;
  gap: .75rem;
  color: #1a202c;
  font-size: 1.6rem;
}
.approach .principles li i{
  color: var(--orange);
  margin-top: .2rem;
}


.approach .right{
  background: var(--blue);
  color: #fff;
  border-radius: 1rem;
  padding: 4rem 2rem 4rem 2rem;
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
  font-size: 2.5rem;
}
.approach .right h4{

  font-weight: 900;
  margin: 0 0 1.5rem 0;
}
.approach .commitments{
  list-style: none;
  margin: 0; padding: 0;
  display: grid; gap: 1rem;
}
.approach .commitments li{
  display: flex; align-items: center;
  gap: .75rem;
  font-size: 1.37rem;

}
.approach .commitments li .right-highlight{
  color: #ff7f55
}
.approach .commitments .dot{
  width: .5rem; height: .5rem;
  background: var(--orange);
  border-radius: 9999px;
  display: inline-block;
}
/* END Approach Section */


/* Values Section */
.values {
  background: #f9fafb;
  padding: 5rem 1.5rem;
}

/* Container */
.values {
  background: #f9fafb;
  padding: 5rem 1.5rem;
}

.values .container {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 640px){  .values .container{ max-width: 640px; } }
@media (min-width: 768px){  .values .container{ max-width: 768px; } }
@media (min-width: 1024px){ .values .container{ max-width: 1024px; } }
@media (min-width: 1280px){ .values .container{ max-width: 1280px; } }
@media (min-width: 1536px){ .values .container{ max-width: 1536px; } }

.values .section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 4rem;
}
.values .section-header h2 {
  font-size: 3rem;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 1rem;
}
@media (min-width: 768px){
  .values .section-header h2 { font-size: 4.5rem; }
}
.values .section-header p {
  font-size: 1.7rem;
  color: #4a5568;
}

.values .cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 1152px;
  margin: 0 auto;
}

@media (min-width: 768px){
  .values .cards { grid-template-columns: repeat(3, 1fr); }
}

.values .value-card {
  position: relative;
  padding: 2rem;
  border-radius: 1rem;
  text-align: center;
  background: #ffffff;
  transition: transform .3s ease, box-shadow .3s ease;
}
.values .value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
}
.values .value-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, var(--orange), var(--blue));
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.values .value-card .icon-circle {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem auto 1.5rem;
  background: rgba(37, 99, 235, 0.08);
  font-size: 2rem;
}
.values .value-card .icon-circle i,
.values .value-card .icon-circle svg {
  display: block;
  font-size: 2.2rem;
  width: 2.2rem;
  height: 2.2rem;
  line-height: 1;
}

.values .value-card h4 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: .5rem;
  color: var(--blue);
  transition: color .3s ease;
}
.values .value-card:hover h4 { color: var(--orange); }

.values .value-card p {
  color: #4a5568;
  font-size: 1.6rem;
}

.values .mission-box {
  background: var(--blue);
  color: #ffffff;
  border-radius: 1.25rem;
  padding: 4rem 3rem;
  margin: 5rem auto 0;
  max-width: 60%;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0,0,0,.15);
}
.values .mission-box h3 {
  font-size: 3rem;
  font-weight: 1000;
  margin-bottom: 2.5rem;
  margin-top: 0;
}
.values .mission-box p {
  font-size: 1.8rem;
  line-height: 1.6;
}
.values .mission-box .accent {
  color: var(--orange);
  font-weight: 600;
}

.text-primary  { color: var(--blue); }
/* END Values Section */








/* === TenkAI Modern Customization === */
.navbar-default {
    background-color: #344771;
    border-color: transparent;
}

.navbar-default .navbar-brand {
    color: #cf4e24;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #cf4e24;
}

.navbar-default .nav li a {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 1.2em; /* ← Ajuste selon ton goût (16–18px conseillé) */
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    color: #cf4e24;
}

/* Services/Formations Section */
#portfolio {
    background-color: #fff;
    margin-top: 3em;
}

#portfolio .section-heading {
    color: #344771;
}

#portfolio .section-subheading {
    color: #888;
    font-size: 18px;
}

#portfolio .fa-stack {
    background: #344771;
    border: 3px solid #cf4e24;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

#portfolio .fa-stack-2x {
    color: transparent !important;
}

#portfolio .fa-stack-1x {
    color: white !important;
    font-size: 1em;
    line-height: 1;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Services Modals */

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}



/* === Correction Navbar TenkAI === */
.navbar-tenkai {
    background-color: #344771 !important;
    border-color: transparent !important;
}

.navbar-brand .navbar-text {
    color: white !important;
}



.intro-orange {
    color: white;
    text-shadow:
      -2px -2px 0 #344771,
       2px -2px 0 #344771,
      -2px  2px 0 #344771,
       2px  2px 0 #344771;
}




.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle







.portfolio-item i.fa {
    color: #344771 !important; /* couleur bleue pour les icônes */
  }


  .portfolio-item:hover i.fa {
    color: #cf4e24 !important; /* icône orange au survol */
}


.portfolio-item {
    border: 2px solid transparent;
    transition: border-color 0.3s ease, transform 0.3s ease;
    border-radius: 8px;
    padding: 20px;
  }

  .portfolio-item:hover {
    border-color: #cf4e24; /* Orange de la charte */
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}


.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

.quicklinks a {
  display: inline-block;
  padding: 4px 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.quicklinks a:hover {
  border-radius: 4px;     /* optional rounded corners */
  background-color: #cf4e24; /* optional background */
  color: white
}

.btn-xl {
    padding: 20px 40px;
    border-color: #b7431f;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #cf4e24;
}
.btn-intro {
  margin: 1em;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #b7431f;
    color: #fff;
    background-color: #cf4e24;
}





.orangeHighlight{
  background-color: #cf4e24;
  color: white;
  padding:0em;
  border-radius: 6px;
}


#faq {
  max-width: 800px;
  margin: auto;
  padding: 2rem;
}

.faq-item {
  margin-bottom: 2rem;
}

.faq-item h3 {
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

.faq-item p {
  line-height: 1.6;
}

.fullscreen-modal {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.fullscreen-modal .modal-content {
  height: 100%;
  max-height: 100vh;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}

.fullscreen-modal,
.fullscreen-modal .modal-content {
  margin: 0 !important;
  padding: 0 !important;
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
}

.fullscreen-modal .modal-body {
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 1rem;
  padding-left: 1rem;
  max-height: calc(100vh - 100px);
  box-sizing: border-box;
}



.modal-body::-webkit-scrollbar {
  width: 8px;
}

.modal-body::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}


/* accordion  */
.panel-group .panel {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
    margin-bottom: 15px;
    overflow: hidden;
  }

  .panel-heading {
    background-color: #f8f9fa;
    padding: 0;
    border: none;
  }

  .faqAccordion .panel-title a {
    display: block;
    padding: 15px 20px;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    position: relative;
  }

  .faqAccordion .panel-title a:hover,
  .faqAccordion .panel-title a:focus {
    background-color: #e9ecef;
    color: #0056b3;
    text-decoration: none;
  }

/* faq chevrons */
  .faqAccordion .panel-title a:after {
    content: "\f078"; /* Font Awesome chevron-down */
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
  }

.faqAccordion .panel-collapse.in + .panel-title a:after,
  .panel-title a[aria-expanded="true"]:after {
    transform: translateY(-50%) rotate(180deg);
  }



  .panel-body {
    background-color: #fff;
    padding: 20px;
    font-size: 15px;
    color: #555;
    border-top: 1px solid #ddd;
  }

/* formation circle images */
  .portfolio-bubble {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
    border: .5rem solid var(--blue);
  }

  .circle-image-wrapper {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
@media(max-width:800px) {
  .ribbon {
    position: relative;
    top: 0px;
    right: 10px;
    width: 150px;
    /* transform: rotate(45deg); */
    background-color: var(--orange); /* red */
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    border-radius: 1px;
  }
}
@media(min-width:800px) {
  /* ribbon for pupulaire formation */
  .ribbon {
    position: absolute;
    top: 15px;
    right: -45px;
    width: 150px;
    transform: rotate(45deg);
    background-color: var(--orange); /* red */
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    border-radius: 1px;
  }
}



/* Set consistent panel height */
.formationaccordion-list .panel {
  min-height: 200px; /* Adjust as needed */
  position: relative;
}

/* Don't hide or fade .panel-body anymore */
.formationaccordion-list .panel-body {
  padding: 0; /* Remove default padding if you're wrapping content */
}

/* Inner wrapper for animation */
.panel-body-inner {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 20px; /* Add padding here instead of .panel-body */
  transition: max-height 0.6s ease, opacity 0.4s ease;
}

/* Expand when parent panel is open */
.formationaccordion-list .panel-collapse.in .panel-body-inner {
  max-height: 500px; /* Must be large enough to fit full content */
  opacity: 1;
}

/* Optional: fallback for empty panels */
.formationaccordion-list .panel-body:empty {
  min-height: 100px;
}



.formationaccordion-list .align-icon-title {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.formationaccordion-list .panel-heading .fa {
  vertical-align: middle;
  margin-right: 10px;
}

.formationgroup-title{
  text-decoration: underline;
  text-decoration-color: var(--blue);
  margin-bottom: 2em;
}
.icon-text-align {

}

.formationtitle {
  padding-top: 3em;
  padding-bottom: 2em;
}

.formationaccordion-list .panel-title a {
  display: block;
  padding: 1em .5em;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative;
}


.formationaccordion-list .panel-heading{
  background-color: var(--blue);

}
.formationaccordion-list .panel-title a{
  color: white;
}
.formationaccordion-list .panel-title i{
  color: var(--orange);
}

.row.formationaccordion-list > .col-md-4,
.row.formationaccordion-list > .col-md-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.logo-text{
  color: var(--blue);
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
  font-size: 2em;
}
/*  Formation Contact Section*/

/* Main container */
.formation-contact .contact-box {
  background-color: var(--blue);
  color: #fff;
  border-radius: 10px;
  padding: 70px 20px 20px; /* more top padding for avatar spacing */
  position: relative;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  width: 340px;
  margin: 0 auto;
}

/* Header with avatar + info */
.formation-contact .contact-header {
  position: absolute;
  top: -20px;
  right: 10px;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  z-index: 2;
}

/* Avatar */
.formation-contact .contact-avatar {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #f15a24;
  background: white;
}

/* Text next to avatar */
.formation-contact .contact-info {
  margin-right: 15px;
  margin-top: 35px;
  text-align: center;
}

.formation-contact .contact-name {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.formation-contact .contact-title {
  font-size: 14px;
  font-weight: normal;
}

/* Optional note */
.formation-contact .form-note {
  font-size: 12px;
  color: white;
  margin-top: 4em;
  margin-bottom: 15px;
  text-align: center;
}

/* Inputs & textarea */
.formation-contact .contact-box input,
.formation-contact .contact-box textarea {
  width: 100%;
  border: none;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}

.formation-contact .contact-box input::placeholder,
.formation-contact .contact-box textarea::placeholder {
  color: #aaa;
}

/* Button */
.formation-contact .contact-box button {
  background-color: #f15a24;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px 15px;
  width: 100%;
  font-weight: bold;
  font-size: 15px;
  margin-top: 10px;
}

/* Phone */
.formation-contact .phone-section {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.formation-contact .phone-section i {
  margin-right: 6px;
}
.img-circle-offcenter {
  object-position: 80% center;
}

/* Sponsors Section */
.sponsors {
  background-color: #f9fafb; /* gray-50 */
  padding: 3rem 0; /* py-12 */
}

.sponsors .container {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem; /* px-6 */
}

/* container max-widths */
@media (min-width: 640px) { .sponsors .container { max-width: 640px; } }
@media (min-width: 768px) { .sponsors .container { max-width: 768px; } }
@media (min-width: 1024px){ .sponsors .container { max-width: 1024px; } }
@media (min-width: 1280px){ .sponsors .container { max-width: 1280px; } }
@media (min-width: 1536px){ .sponsors .container { max-width: 1536px; } }

/* Title */
.sponsors .title {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  color: var(--blue);
}

/* Desktop / tablet grid */
.logo-grid {
  display: flex;
  overflow-x: auto; /* not hidden */
  overflow-y: hidden;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  align-items: center;
  scrollbar-width: none;
-ms-overflow-style: none;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
  user-select: none;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  z-index: 5;
}
.carousel-btn.prev { left: -6px; }
.carousel-btn.next { right: -6px; }

.logo-grid::-webkit-scrollbar {
display: none;
}

@media (min-width: 768px) {
  .logo-grid { grid-template-columns: repeat(5, 1fr); }
}

/* Company logos */
.company-logo {
  --logo-height: 104px;
  --logo-max-width: 180px;
   flex: 0 0 calc((100% - 4rem) / 5);

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;

  /* default: full color */
  filter: grayscale(0%);
  opacity: 1;
  transition: filter .3s ease, opacity .3s ease;
}
.company-logo:hover {
  /* hover: grayscale + fade */
  filter: grayscale(100%);
  opacity: 0.6;
}

/* make the whole card clickable */
.company-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.company-logo img {
  height: var(--logo-height);
  width: auto;
  max-width: min(100%, var(--logo-max-width));
  display: block;
}

/* ===== MOBILE: horizontal scroll "carousel" ===== */
@media (max-width: 2000px) {
  .logo-carousel { position: relative; }

  .logo-grid {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    padding-bottom: 0.25rem;
  }
  .logo-grid::-webkit-scrollbar { display: none; }
  .logo-grid { scrollbar-width: none; } /* Firefox */

  /* default: 2 logos per view on mobile */
  .logo-grid { --items-per-view: 2; }

  .company-logo {
    flex: 0 0 calc((100% - 4rem) / 5);
    scroll-snap-align: center;
  }

  /* Mobile prev/next buttons */
  .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    z-index: 5;
  }
  .carousel-btn.prev { left: -6px; }
  .carousel-btn.next { right: -6px; }
}

/* Very small screens: 1 logo per view */
@media (max-width: 420px) {
  .logo-grid { --items-per-view: 1; }
}


/* End Sponsor Section */

/* Pourquoi IA Section */

.pourquoi-lia {
  padding: 5rem 1.5rem; /* same as before */
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%); /* new bg */
}

.pourquoi-lia .container {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 640px){  .pourquoi-lia .container{ max-width: 640px; } }
@media (min-width: 768px){  .pourquoi-lia .container{ max-width: 768px; } }
@media (min-width: 1024px){ .pourquoi-lia .container{ max-width: 1024px; } }
@media (min-width: 1280px){ .pourquoi-lia .container{ max-width: 1280px; } }
@media (min-width: 1536px){ .pourquoi-lia .container{ max-width: 1536px; } }

/* Header */
.pourquoi-lia .section-header {
  text-align: center;
  max-width: 70%;
  margin: 0 auto 4rem;
}

@media (max-width: 640px){
  .pourquoi-lia .section-header {
    max-width: 90%;
  }
}

.pourquoi-lia .section-heading {
  font-size: 4rem;              /* keep original size */
  font-weight: bold;
  color: var(--blue);
  margin-bottom: 1rem;
}
.pourquoi-lia .section-header p {
  font-size: 2.1rem;            /* keep original size */
  color: #4a5568;
}

/* Features grid */
.pourquoi-lia .features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 8rem;
}
@media (min-width: 768px){ .pourquoi-lia .features{ grid-template-columns: repeat(2,1fr); } }
@media (min-width: 1024px){ .pourquoi-lia .features{ grid-template-columns: repeat(4,1fr); } }

/* Cards */
.pourquoi-lia .feature-card {
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(6px);
  padding: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  transition: transform .3s ease, box-shadow .3s ease;
  text-align: center;
}
.pourquoi-lia .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 45px rgba(2,8,23,0.15);

}
.pourquoi-lia .feature-card h4 {
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 2rem;
  color: var(--blue);
  transition: color .3s ease;
}

.pourquoi-lia .feature-card:hover h4 {
  color: var(--orange);
}
.pourquoi-lia .feature-card p {
  color: #4a5568;
  font-size: 1.6rem;
}

/* Icon circle */
.pourquoi-lia .icon-circle {
  width: 5rem; height: 5rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.pourquoi-lia .feature-card:hover .icon-circle { animation: glow 1.4s ease-in-out infinite; }
@keyframes glow {
  0%,100%{ box-shadow:0 0 0 0 rgba(37,99,235,0.45); }
  50%{ box-shadow:0 0 0 10px rgba(37,99,235,0.1); }
}

/* Callout */
.pourquoi-lia .highlight-box {
  background: #ffffff;
  border-radius: 1rem;
  padding: 3rem;
  max-width: 960px;
  margin: 0 auto;
  box-shadow: 0 22px 45px rgba(2,8,23,0.15);
  text-align: center;
}
.pourquoi-lia .highlight-box h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--blue);
  margin-bottom: 1.5rem;
}
.pourquoi-lia .highlight-box p {
  font-size: 2rem;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 1.5em;
}
.pourquoi-lia .highlight-box .highlight-subtext {
  font-size: 1.8rem;
  color: #4a5568;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  font-style: italic;
}


/* END Pourquoi IA Section */


@media (min-width:768px){
  .pdf-hero .row { display:flex; align-items:stretch; }
  .pdf-hero-intro, .pdf-hero-image { display:flex; flex-direction:column; }
  .pdf-hero-image img { height:100%; } \
}

/* Make the image tall on mobile */
@media (max-width:767px){
  .pdf-hero-image{ height:45vh; margin-top:15px; } \
  .pdf-hero-image img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    border-radius:8px;
  }
}

.pdf-hero {
  background-color: #f9fffc;
  padding: 0px 40px 40px;
  border-radius: 8px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.pdf-hero-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 20px;
}

.pdf-hero-subtitle {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 30px;
}

.pdf-hero-subtitle .tenk {
  color: var(--blue); /* Blue */
}

.pdf-hero-subtitle .ai {
  color: var(--orange); /* Orange */
}

.pdf-hero-intro p {
  font-size: 16.5px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 18px;
}

.pdf-hero-intro p strong {
  font-weight: 600;
}

.pdf-highlight-box {
  background-color: #dbeaff;
  color: #111;
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 16px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.pdf-highlight-box:before {
  content: "\e086"; /* glyphicon-info-sign */
  font-family: 'Glyphicons Halflings';
  margin-right: 12px;
  font-size: 18px;
  color: #337ab7;
}

.pdf-hero-image img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

  .section {
    margin-top: 60px;
  }

  .text-muted-custom {
    color: #888;
    font-style: italic;
    margin-bottom: 30px;
  }

  .well-accent {
    background-color: #eaf5ea;
    border-color: #cde0cd;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
  }

  .pdf-hr {
    border-top: 2px solid #4CAF50;
    width: 80px;
    margin: 30px auto;
  }

  .cta-area a.btn {
    font-size: 16px;
    padding: 12px 25px;
  }

  .badge-pill {
    background-color: #4CAF50;
    padding: 10px 20px;
    color: white;
    font-size: 16px;
    border-radius: 20px;
    text-decoration: none;
  }

  .thumbnail.thumb {
    border: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
  }

  .thumbnail.thumb img {
    border-radius: 6px;
  }

  .thumbnail.thumb .caption h4 {
    font-weight: 600;
    margin-top: 10px;
  }


.pdf-section-title-left {
  font-weight: 800;
  margin-bottom: 10px;
  text-align: left;
}

.pdf-section-subtitle,
.pdf-section-subtitle-left {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}

.pdf-section-desc {
  font-size: 15.5px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
  text-align: left;
}


.pdf-card {
  background-color: #fff;
  border: 2px solid #c8d4c7;
  border-radius: 6px;
  padding: 15px 15px 20px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  margin-bottom: 30px;
  border-left: 6px solid #7ac47f;
}

.pdf-card-header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.pdf-card img {
  margin-bottom: 15px;
  border-radius: 4px;
}

/* === Bullet List (shared) === */
.list-bullet {
  padding-left: 20px;
  margin: 0;
}

.list-bullet li {
  margin-bottom: 10px;
  font-size: 15.5px;
  line-height: 1.6;
  list-style-type: disc;
}

/* === Legacy panel layout (if still used elsewhere) === */
.pdf-panel {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.pdf-panel-strong {
  background-color: #e6f0ff;
  border: 1px solid #337ab7;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.pdf-panel .panel-heading {
  background: none;
  border: none;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 20px 10px;
}

.pdf-panel .panel-body {
  padding: 10px 20px 20px;
}

.pdf-panel-strong .panel-heading {
  background-color: #337ab7;
  color: white;
  border-radius: 6px 6px 0 0;
}

/* === Impact image (empreinte invisible) === */
.pdf-impact-bg {
  position: relative;
  background: url('../img/impact-background.jpg') no-repeat center center;
  background-size: cover;
  padding: 80px 20px;
  color: #1a1a1a;
  overflow: hidden;
}

.pdf-impact-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(243, 255, 245, 0.75); /* greenish white overlay */
  backdrop-filter: blur(4px); /* Optional modern browser blur */
  z-index: 1;
}

.pdf-impact-bg .container {
  position: relative;
  z-index: 2;
}

/* === Text === */
.pdf-impact-title {
  font-weight: 800;
  margin-bottom: 20px;
}

.pdf-impact-paragraph {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.pdf-impact-quote {
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
}

/* === Diagram image === */
.impact-layout {
  margin-top: 20px;
}

.impact-label {
  font-size: 15.5px;
  line-height: 1.5;
  margin: 50px 0;
}

.impact-img {
  max-width: 270px;
  width: 100%;
  margin: 0 auto;
}

.impact-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Equal-height columns on desktop */
@media (min-width:768px) {
  .pdf-training .row {
    display: flex;
    align-items: stretch;
  }

  .pdf-training-image {
    display: flex;
    flex-direction: column;
  }

  .pdf-training-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
  }
}

/* TRAINING – mobile: no equal height, no crop */
@media (max-width:767px) {
  .pdf-training .row {
    display: block;
  }

  .pdf-training-image {
    height: auto;
    margin-bottom: 15px;
  }

  .pdf-training-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 6px;
    display: block;
  }
}

.pdf-training {
  margin-top: 60px;
  display: flex;
  align-items: stretch;
}

.pdf-training-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.pdf-training-intro {
  font-size: 15.5px;
  margin-bottom: 25px;
  color: #333;
}
.pdf-training-intro .tenk {
  color: var(--blue);
}
.pdf-training-intro .ai {
  color:  var(--orange);
}
.training-tip {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-top: 20px;

}

.tip-icon {
  width: 2em;
  height: 2em;
  background-color: #d8efde;
  border-radius: 6px;
  margin-right: 15px;
  flex-shrink: 0;
  margin-top: 20px;
}

.tip-title {
  font-weight: bold;
  margin-bottom: 5px;
  color: #2e2e2e;
}

.tip-desc {
  font-size: 15px;
  color: #333;
  margin: 0;
}

.pdf-training-outro {
  font-size: 15.5px;
  color: #333;
  margin-top: 30px;
}


.pdf-card-thumb {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  text-align: left;
  margin-bottom: 30px;
}

.pdf-card-thumb .caption h4 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}

.pdf-card-thumb .caption p {
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}

.pdf-ecologit h2 {
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

.ecologit-subtitle {
  color: #333;
  margin-bottom: 40px;
}

.ecologit-features {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-left: -10px; /* optional: aligns gutter with Bootstrap's container */
  margin-right: -10px;
}

.ecologit-features > .col-sm-4 {
  display: flex;
  flex-direction: column;
  padding-left: 10px;  /* matches Bootstrap 15px gutter */
  padding-right: 10px;
  margin-bottom: 20px; /* ensures spacing between rows on small screens */
}

.eco-feature-box {
  border: 2px solid #b4d7b6;
  border-top: 6px solid #4CAF50;
  border-radius: 6px;
  padding: 20px 15px 15px;
  background-color: #fff;
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-grow: 1;     /* makes it stretch to fill the height of col */
  justify-content: flex-start;
}

.eco-feature-box h4 {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #1a1a1a;
}

.eco-feature-box p {
  font-size: 14.5px;
  line-height: 1.6;
  color: #333;
}

.eco-feature-badge {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4CAF50;
  color: white;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
}


.ecologit-final-row {
  margin-top: 30px;
  align-items: center;
}

.ecologit-desc {
  font-size: 15.5px;
  color: #333;
  margin-bottom: 20px;
}


.ecologit-desc a:hover {
  text-decoration: underline;
}

.ecologit-final-image img {
  max-width: 100%;
  border-radius: 6px;
}


.ecologit-link {
  font-weight: bold;
  font-size: 15.5px;
  padding: 10px 18px;
  border-radius: 20px;
  background-color: #4CAF50;
  color: white;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  margin: 10px
}

.ecologit-link:hover {
  background-color: white;
  color: #4CAF50;
  border: 2px solid #4CAF50;
  text-decoration: none;
}




.pdf-final-section {
  background-color: #f9fffc;
  padding: 40px 20px;
  border-radius: 6px;
  margin-top: 40px;
}

.pdf-section-title .tenk {
  color: var(--blue);
}

.pdf-section-title .ai {
  color: var(--orange);
}

.pdf-final-desc {
  font-size: 15.5px;
  color: #2e2e2e;
  margin-bottom: 30px;
  line-height: 1.6;
}

.pdf-final-cta {
  padding-left: 15px;
  font-style: italic;
  font-weight: 500;
  color: #333;
  margin-bottom: 40px;
}

.pdf-pillar {
  padding: 20px;
}

.pillar-icon {
  font-size: 26px;
  margin-bottom: 10px;
}





/* Top ribbon */
.health-ribbon {
  background: var(--blue);
  padding: 10px 15px 20px;
  border-radius: 4px;
  position: relative;
}

.date-badge {
  display: inline-block;
  color: #fff;
  padding: 6px 10px;

  font-weight: 600;
  font-size: 13px;
}

.health-logo {
  height: 22px;
  margin-top: 4px;
}

.ribbon-underline {
  border-top: 2px solid grey;
  margin: 8px 0 12px;
}

.health-title {
  font-weight: 800;
  color: #fff;
  letter-spacing: .5px;
  margin: 0;
  margin-left: 10%;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 1.15;
}

/* Subheads + sections */
.health-subhead {
  font-weight: 700;
  margin-top: 0;
}

.health-section-title {
  font-weight: 800;
  margin: 10px 0 12px;
}

.health-section-title.center {
  display: inline-block;
  padding-bottom: 6px;
}

/* Images */
.health-left-logo {
  max-width: 260px;
}

.health-portrait {
  border-radius: 100%;
}
.title-right {
  text-align: right;
}
.health-photo {
  border-radius: 4px;
  margin-top: 8px;
  width: 100%;
  height: auto;
  display: block;
}

.health-caption {
  font-size: 12.5px;
  color: #555;
  margin-top: 6px;
}

/* Accent rule in PRAD block */
.health-accent {
  border: 0;
  border-top: 5px solid var(--blue);
  width: 70%;
  margin: 18px 0;
}
.health-accent-right {
  border: 0;
  border-top: 5px solid  var(--blue);
  width: 70%;
  margin: 18px 0 18px auto;
}

/* blog link bottom-right */
.health-blog-link a {
  color: #0f4c81;
  font-weight: 700;
  text-decoration: none;
}

.health-blog-link a:hover {
  text-decoration: underline;
}

/* Quick spacing helpers (BS3 doesn’t have utilities) */
.m-t-30 {
  margin-top: 30px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-10 {
  margin-top: 10px;
}

.bg-grey{
  background-color: #f7f7f7;
}


/* Card container */
.doc-card {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 16px;
  background: #fff;
  margin-bottom: 20px;
}

.doc-card img {
  border-radius: 2px;
  max-height: 180px; /* keep proportions clean */
}

.doc-header {
  position: relative;
  padding-right: 36px; /* room for the external icon */
  margin-bottom: 8px;
}

.doc-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: #0019A6; /* same strong blue */
  text-decoration: none;
}

.doc-title:hover,
.doc-title:focus {
  text-decoration: underline;
}

.doc-external {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  color: #0019A6;
}

.doc-external:hover,
.doc-external:focus {
  color: #0030ff;
}

.doc-meta {
  color: #666;
  font-size: 13px;
}


/* presse section */


.presse .features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 8rem;
}
@media (min-width: 768px){ .presse .features{ grid-template-columns: repeat(2,1fr); } }
@media (min-width: 1024px){ .presse .features{ grid-template-columns: repeat(4,1fr); } }

.presse a {
  text-decoration: none;
}

.presse .feature-card {
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(6px);
  padding: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  transition: transform .3s ease, box-shadow .3s ease;
  margin-bottom: 1.5rem;
}
.presse .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 45px rgba(2,8,23,0.15);

}
.presse .feature-card h3 {
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 2rem;
  color: var(--blue);
  transition: color .3s ease;
}

.presse .feature-card:hover h3 {
  color: var(--orange);
}
.presse .feature-card p {
  color: #4a5568;
  font-size: 1.6rem;
}

/* Icon circle */
.presse .icon-circle {
  width: 5rem; height: 5rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

.presse .feature-card:hover .icon-circle { animation: glow 1.4s ease-in-out infinite; }
@keyframes glow {
  0%,100%{ box-shadow:0 0 0 0 rgba(37,99,235,0.45); }
  50%{ box-shadow:0 0 0 10px rgba(37,99,235,0.1); }
}


.sector-block {
  margin-bottom: 2.5rem;
}

.sector-title {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange);
  border-left: 3px solid var(--blue);
  padding-left: 10px;
  margin-bottom: 14px;
}

.cards-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.use-card {
  border: .01rem solid lightgray;
  border-radius: 12px;
  padding: 16px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: border-color 0.15s, transform .3s ease, box-shadow .3s ease;
  box-shadow: 0 6px 18px rgba(2, 8, 23, 0.15);
}

.use-card:hover {
  border-color: var(--orange);
  box-shadow: 0 22px 45px rgba(2, 8, 23, 0.15);
  transform: translateY(-8px);
}

.card-icon {
  width: 5rem;
  height: 5rem;
  border-radius: 8px;
  background: #EEF2F9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-icon svg {
  width: 4rem;
  height: 4rem;
}

.card-title {
  font-size: 2rem;
  font-weight: 500;
  color: var(--blue);
  line-height: 1.35;
  margin: 0;
}

.card-desc {
  font-size: 1.3rem;
  line-height: 1.55;
  margin: 0;
  flex: 1;
}



.tags {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 10px;
  border-top: 1px solid #F0F3F9;
  margin-top: 2px;
  padding-bottom: 2px;
}
.tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 1.37rem;
  font-weight: 500;
  color: #2E3F60;
  background: #F4F7FC;
  border: 1px solid #E2E8F2;
  border-radius: 6px;
  padding: 5px 9px;
  line-height: 1.3;
}
.tag::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #E8420A;
  flex-shrink: 0;
}
