 #servicescomplementaire{position:relative}#servicescomplementaire picture{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}#servicescomplementaire img{display:block;width:100%;height:100%;object-fit:cover}#servicescomplementaire .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:-1}#servicescomplementaire .container{position:relative;z-index:1;padding:80px 0}#servicescomplementaire .text-center{text-align:center;margin-bottom:30px}#servicescomplementaire h3{font-size:32px}#servicescomplementaire p{font-size:18px}#servicescomplementaire .col-lg-6{background-color:rgba(0,0,0,0.5);padding:20px;margin-bottom:20px}#servicescomplementaire .col-lg-6 p{color:white;margin-bottom:10px}
 .section-sc-premium {
    background: linear-gradient(135deg, #eef3ff, #ffffff);
}

.sc-card {
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(10px);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    transition: .3s ease;
}

.sc-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0,0,100,0.2);
}

.sc-card-icon {
    width: 60px;
    height: 60px;
    background: #0055ff15;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 12px;
    color: #0055ff;
    font-size: 28px;
}

.section-sc-dark {
    background: #0d0f12;
    color: white;
}

.sc-card-dark {
    background: rgba(25, 28, 35, 0.9);
    border: 1px solid #1a1d23;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    transition: .3s ease;
    box-shadow: 0 0 20px #0055ff10;
}

.sc-card-dark:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 30px #0080ff50;
}

.sc-card-icon-dark {
    width: 60px;
    height: 60px;
    background: #0055ff25;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 12px;
    color: #4da6ff;
    font-size: 28px;
}
.typing::after {
  content: attr(data-text);
  white-space: nowrap;
  overflow: hidden;
  border-right: 2px solid black;
  animation: typing 4s steps(40), cursor .6s infinite;
  display: inline-block;
}

@keyframes typing {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes cursor {
  50% { border-color: transparent; }
}