/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
        .tech-table{
  margin-top:28px;
  overflow-x:auto;
}

.tech-table h2{
  font-size:20px;
  margin-bottom:6px;
}

.tech-table p{
  max-width:none;
  font-size:14px;
  margin-bottom:14px;
}

.tech-table table{
  width:100%;
  border-collapse:collapse;
  font-size:14px;
  min-width:640px;
}

.tech-table th,
.tech-table td{
  padding:10px 12px;
  border:1px solid rgba(255,255,255,.15);
  text-align:center;
}

.tech-table th{
  background:rgb(225 233 241);
  font-weight:600;
}

.tech-table td{
  background:rgba(255,255,255,.05);
}

.tech-table .note{
  margin-top:10px;
  font-size:12px;
  color:rgba(233,238,255,.65);
}











.pinned_over_content{
  width:min(1100px, calc(100% - 40px));
}

.pinned-feature{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:48px;
  align-items:center;
  padding:34px;
  border-radius:18px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(8px);
}

.pf-left{ text-align:left; }

.pf-icon{
  width:38px; height:38px;
  display:grid; place-items:center;
  border-radius:10px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  margin-bottom:14px;
}

.pf-kicker{
  display:block;
  letter-spacing:.18em;
  font-weight:700;
  font-size:12px;
  color:rgba(255,255,255,.75);
  margin-bottom:10px;
}

.pf-title{
  margin:0 0 10px;
  font-size:clamp(26px, 3vw, 40px);
  line-height:1.1;
  color:#fff;
}

.pf-text{
  margin:0 0 14px;
  color:rgba(255,255,255,.78);
  max-width:56ch;
  line-height:1.6;
}

.pf-list{
  margin:0 0 18px;
  padding-left:18px;
  color:rgba(255,255,255,.78);
  line-height:1.8;
}

.pf-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 18px;
  border-radius:12px;
  background:rgba(51,214,255,.18);
  border:1px solid rgba(51,214,255,.35);
  color:#fff;
  text-decoration:none;
  font-weight:700;
}

.pf-btn:hover{
  transform: translateY(-1px);
}

.pf-right{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:16px;
  justify-items:stretch;
}

.swatch{
  aspect-ratio: 1 / 1;
  border-radius:12px;
  background:var(--c);
  box-shadow: 0 16px 35px rgba(0,0,0,.35);
  border:1px solid rgba(0,0,0,.12);
}

/* Responsive */
@media (max-width: 992px){
  .pinned-feature{
    grid-template-columns: 1fr;
    gap:22px;
  }
  .pf-right{
    grid-template-columns: repeat(4, minmax(0,1fr));
  }
}







/* Zone des cartes */
.parallax_section_1 .materials_grid{
  max-width: 1100px;
  margin: 0 auto;
}

/* Cartes style "pro" + lisibles */
.parallax_section_1 .material_card{
  background: rgba(18, 22, 30, 0.72);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 14px;
  padding: 26px 24px;
  height: 100%;
  text-align: left; /* IMPORTANT: corrige le text-center du wrapper */
  backdrop-filter: blur(6px);
}

/* Titres visibles */
.parallax_section_1 .material_card h4{
  color: #fff;
  margin: 0 0 14px 0;
  font-size: 18px;
  font-weight: 700;
}

/* Liste propre et lisible */
.parallax_section_1 .material_list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.parallax_section_1 .material_list li{
  color: rgba(255,255,255,0.92);
  margin: 10px 0;
  padding-left: 28px;
  position: relative;
  line-height: 1.35;
  font-size: 15px;
}

/* Check icon */
.parallax_section_1 .material_list li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  color: #00c3ff;
}




/* Conteneur titre */
.material_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Titre principal */
.material_name {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}

/* Sous-titre */
.material_brand {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65);
    margin-top: 6px;
    letter-spacing: 0.4px;
}





.material_icon {
    width: 70px;  /* Augmenter la taille de l'icône */
    height: 70px; /* Garder la forme ronde */
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 48px;  /* Agrandir l'icône */
    text-align: center; /* Centrer le contenu */
}

.material_title {
    text-align: center;
}

.material_name2 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

/* .carousel_testimonials .box_overlay {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 8px;
}

.comment {
    color: #fff;
    margin-top: 10px;
    font-size: 14px;
}
 */