
/* Thème sombre modernisé bleu foncé */
body {
    margin:0;
    font-family:Arial, sans-serif;
    background:#0d1117 url('b_font.png') center / cover no-repeat fixed;
    color:#dbe2f0;
}

/* === HEADER === */
header img {
    height:120px;
}

/* === NAVIGATION === */
nav {
    position:sticky;
    top:0;
    padding:15px;
    z-index:1000;
    text-align:center;
    border-radius: 15px;
    background: rgba(0,45,99,0.90);
    border-radius: 15px;
}

/* === NAVIGATION === */
nav a {
    color:#dbe2f0;
    text-decoration:none;
    margin:0 12px;
    font-weight:bold;
}

/* === NAVIGATION === */
nav a:hover {
    color:#7fc1ff;
}
section {
    max-width:1000px;
    margin:30px auto;
    background:rgba(26,26,26,0.85);
    padding:30px;
    border-radius:14px;
    backdrop-filter:blur(6px);
    border:1px solid rgba(255,255,255,0.1);
    text-align:left;
}

/* === CONTENT BLOCKS === */
.card {
    background:rgba(26,26,26,0.85);
    padding:20px;
    border-radius:14px;
    margin:15px 0;
    border:1px solid rgba(255,255,255,0.12);
}

/* === CONTENT BLOCKS === */
.card h3 {
    margin:0 0 10px;
    color:#8fc8ff;
}
label {
    display:block;
    margin-top:15px;
    font-weight:bold;
    color:#cfe3ff;
}
input, select, textarea {
    width:100%;
    background:#161b22;
    color:#e8f0ff;
    border:1px solid #2d3748;
    padding:12px;
    border-radius:8px;
    margin-top:6px;
}
button {
    margin-top:20px;
    padding:14px 22px;
    background:#0066ff;
    color:white;
    border:none;
    border-radius:8px;
    cursor:pointer;
    font-size:1.1rem;
}
button:hover {
    background:#1b7dff;
}
/* Icônes petites pour logos tarifs */
.icon-small {
    height:30px;
    vertical-align:middle;
    margin-right:10px;
}
/* Bouton WhatsApp flottant */
#wa-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background:#25D366;
    color:white;
    padding:15px 18px;
    border-radius:50px;
    font-size:20px;
    text-decoration:none;
    box-shadow:0 0 10px rgba(0,0,0,0.4);
    z-index:2000;
}
/* NAVBAR alignée avec les bulles générales */

/* === NAVIGATION === */
nav {
    width: 90%;
    max-width: 900px;
    margin: 20px auto;
    padding: 12px 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    display: flex;
    justify-content: center;
    gap: 25px;
    border-radius: 15px;
    background: rgba(0,45,99,0.90);
    border-radius: 15px;
}

/* === NAVIGATION === */
nav a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 6px;
    transition: background 0.2s;
}

/* === NAVIGATION === */
nav a:hover {
    background: rgba(255,255,255,0.15);
}
/* Images fluides */
/* Sections (bulles) adaptatives */
section, .container, .bubble, 
/* === CONTENT BLOCKS === */
.card {
    width: 90%;
    max-width: 900px;
    margin: 20px auto;
    box-sizing: border-box;
}
/* Texte adaptable */
h1, h2, h3, p {
    word-wrap: break-word;
}
/* ——— SMARTPHONES ——— */
/* ——— TABLETTES ——— */
/* --- Responsive uniformisation globale pour TOUTES les pages --- */
section, 
.container, 

/* === CONTENT BLOCKS === */
.card, 
.bubble, 
.service-card,
.linux-block,
.pc-item,
.faq-item,
.faq-question,
.faq-answer,
.block,
.content-box,
.wrap {
    width: 90%;
    max-width: 900px;
    margin: 20px auto;
    box-sizing: border-box;
}
/* Images toujours fluides */
section img,
.container img,

/* === CONTENT BLOCKS === */
.card img,
.bubble img,
.service-card img,
.linux-block img,
.pc-item img,
.faq-item 
/* FIX ICONS: icons inside headings stay inline */
h1 img, h2 img, h3 
/* ICON FIX — uniform pictogram size on tarifs and horizontal on index */
h3 img {
    height: 40px !important;   /* same size as pictograms */
    width: auto !important;
    display: inline-block !important;
    vertical-align: middle !important;
}
/* prevent index icons from stacking vertically */
.index-icons img,
section img.inline-icon,
h2 img, p img {
    display: inline-block !important;
    height: 40px !important;
    width: auto !important;
    vertical-align: middle !important;
    margin-right: 10px;
}
/* --- FIX DEFINITIF : icônes horizontales page index --- */
.index-icons img {
    display: inline-block !important;
    vertical-align: middle !important;
    width: auto !important;
    height: 60px !important;
    margin-right: 12px !important;
}
/* restored responsive behavior */
img { max-width:100%; height:auto; }
section, .container, 
/* === CONTENT BLOCKS === */
.card, .bubble,
.service-card, .linux-block, .pc-item,
.faq-item, .faq-question, .faq-answer {
    width:90%;
    max-width:900px;
    margin:20px auto;
    box-sizing:border-box;
}
@media(max-width:700px){
    
/* === NAVIGATION === */
nav {
    flex-wrap:wrap; width:95%; max-width:95%;    
    border-radius: 15px;
    background: rgba(0,45,99,0.90);
    border-radius: 15px;
}
    input,textarea,select{width:100%;}
}
/* === ANTI-ZOOM MOBILE FIX === */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
/* === FIX FORM OVERFLOW ON INDEX === */
form input,
form select,
form textarea {
    width: 100% !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.service-card form {
    padding-left: 10px;
    padding-right: 10px;
}
h1 {
    display: inline-flex;
    align-items: flex-end;
    font-weight: bold;
    font-size: 32px;
    color: white;
}

/* === HEADER === */
header img {
    height: 120px;
}
h1 {
    font-size: 48px;
    font-weight: bold;
    color: white;
    text-shadow: 0 0 3px black;
    margin: 0;
}

/* === HEADER === */
header img {
    height: 120px;
}
h1 {
    font-size: 48px;
    font-weight: bold;
    color: white;
    margin: 0;
}

/* === HEADER === */
header {
    background-color: rgba(0,0,0,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px;
background: linear-gradient(to bottom,
    rgba(0,20,50,1.00),
    rgba(0,45,99,0.95),
    rgba(0,45,99,0.95),
    rgba(0,45,99,0.95),
    rgba(0,45,99,0.95),
    rgba(0,45,99,0.95)
);
}

/* === FOOTER === */
footer {
    background-color: rgba(0,0,0,0.35);
    text-align: center;
    padding: 15px;
    margin-top: 20px;
background: linear-gradient(to top,
    rgba(0,20,50,1.00),
    rgba(0,45,99,0.95),
    rgba(0,45,99,0.95),
    rgba(0,45,99,0.95),
    rgba(0,45,99,0.95),
    rgba(0,45,99,0.95)
);
}

/* === NAVIGATION === */
nav a {
text-shadow: 0 0 3px black;
}
/* === Effet flou + assombrissement sur le background === */

/* === BACKGROUND EFFECT === */
body::before {
    background-color: rgba(0,0,0,0.35);
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("b_font.png");
    background-size: cover;
    background-position: center;
    z-index: -2;
    filter: blur(3px);
}
body {
    position: relative;
    z-index: 1;
    background: transparent !important;
}
/* === Header small fade bottom === */

/* === HEADER === */
header {
    position: relative;
}

/* === HEADER === */
header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), transparent);
    pointer-events: none;
}
/* === Footer small fade top === */

/* === FOOTER === */
footer {
    position: relative;
}

/* === FOOTER === */
footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    pointer-events: none;
}


/* === FIX FOOTER ALWAYS AT BOTTOM === */
html, body {
    height: 100%;
    margin: 0;
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}
