.footer-bold.s-dark {
	border-top: 5px solid;
	border-image: linear-gradient(135deg,var(--c-main),#000);
	border-image-slice: 1;
}

a:hover {
		color: #EA1D4C ;
     text-decoration: underline;
}



/* --- SOMMAIRE --- */
.box-sommaire {
    background: #ecf0f1;
    border-left: 4px solid #3498db;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}

.box-sommaire h3 {
    margin-top: 0;
    color: #2980b9;
}

.box-sommaire ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.box-sommaire li {
    margin: 6px 0;
}

.box-sommaire a {
    color: #2980b9;
    text-decoration: none;
}

/* --- BOITES D'ALERTES (Classes génériques) --- */
/* Structure de base pour toutes les boites */
.box {
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 5px;
    border-left-width: 5px;
    border-left-style: solid;
}

/* Boite Rouge (Danger / Avertissement) */
.box-danger {
    background: #f8d7da;
    color: #721c24;
    border-left-color: #dc3545;
}

/* Boite Jaune (Info important / Warning) */
.box-warning {
    background: #fff3cd;
    color: #856404;
    border-left-color: #ffc107;
}

/* Boite Grise (VPN / Info / Conseil) */
.box-info {
    background: #ededed;
    color: #262626;
    border-left-color: #ea1d4c;
}

/* Boite Verte (Succès / Conclusion) */
.box-success {
    background: #d4edda;
    color: #155724;
    border-left-color: #28a745;
}

/* Boite Violette (Nouvelle adresse - Dégradé) */
.box-adresse {
    background: #fdeff2;
    color: #790404;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    margin: 25px 0;
}

.box-adresse strong {
    color: #790404;
    display: block;
    font-size: 1.4em;
    margin: 15px 0;
    letter-spacing: 0.5px;
}

/* --- FAQ --- */
.faq-item {
    background: #f8f9fa;
    padding: 5px;
    margin: 12px 0;
    border-left: 4px solid #3498db;
    border-radius: 3px;
}

/* --- TABLEAUX --- */
.custom-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: white;
    border: 1px solid #ddd;
}

.custom-table th {
    background: #34495e;
    color: white;
    padding: 12px;
    text-align: left;
}

.custom-table td {
    padding: 12px;
    border: 1px solid #ddd;
}

.custom-table tr:nth-child(even) {
    background: #f9f9f9;
}
.single-post h1.is-title.post-title {
    /* TYPOGRAPHIE */
    font-size: 2.2rem !important;
    line-height: 1.25 !important;
    font-weight: 800;
    color: #000000 !important;
    letter-spacing: -0.5px;
    text-transform: none;
    background: linear-gradient(90deg, #f8f0f1 0%, #ffffff 90%);
    border-left: 8px solid #ea1d4c;
    padding: 20px 25px;
    border-radius: 0 10px 10px 0;
    box-shadow: 10px 5px 20px rgba(0,0,0,0.03);
}
/* Petit ajustement pour mobile pour que ça ne prenne pas trop de place */
@media (max-width: 768px) {
    .single-post h1.is-title.post-title {
        font-size: 1.6rem !important;
        padding: 15px;
        border-left-width: 5px;
    }
}

.entry-content h2 {
    color: #2c3e50 !important;
    font-size: 1.8em !important;
    margin: 35px 0 20px 0 !important;
    border-bottom: 3px solid #ea1d4c !important;
    padding-bottom: 10px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    clear: both !important;
}

.entry-content h3 {
    color: #34495e !important;
    font-size: 1.3em !important;
    margin: 25px 0 15px 0 !important;
    font-weight: 600 !important;
    border: none !important;
}

.entry-content h4 {
    color: #2980b9 !important;
    font-size: 1.1em !important;
    margin: 20px 0 10px 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.entry-content p {
    margin-bottom: 15px !important;
    line-height: 1.7 !important;
    font-size: 1em !important;
    color: #333 !important;
}

.entry-content strong, 
.entry-content b {
    color: #c0392b !important;
    font-weight: 700 !important;
}

.entry-content a {
    color: #2980b9 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.entry-content a:hover {
    color: #e74c3c !important;
    text-decoration: underline !important;
}

.entry-content ul, 
.entry-content ol {
    margin: 20px 0 20px 40px !important;
    padding-left: 0 !important;
}

.entry-content ul {
    list-style-type: disc !important;
}

.entry-content li {
    margin-bottom: 10px !important;
    line-height: 1.6 !important;
}

.entry-content blockquote {
    background-color: #ecf0f1 !important;
    border-left: 5px solid #3498db !important;
    margin: 25px 0 !important;
    padding: 20px !important;
    color: #2c3e50 !important;
    font-style: normal !important;
    font-size: 1em !important;
}

.entry-content blockquote p {
    margin-bottom: 0 !important;
}

.entry-content img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 5px !important;
    margin: 20px 0 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
}

.entry-content table {
    width: 100% !important;
    border-collapse: collapse !important;
    border: 1px solid #ddd !important;
    margin: 25px 0 !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1) !important;
}

.entry-content th {
    background-color: #34495e !important;
    color: #ffffff !important;
    padding: 12px 15px !important;
    text-align: left !important;
    font-weight: 600 !important;
    border: 1px solid #ddd !important;
}

.entry-content td {
    padding: 12px 15px !important;
    border: 1px solid #ddd !important;
    color: #555 !important;
}

.entry-content tr:nth-child(even) {
    background-color: #f9f9f9 !important;
}
.featured img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 5px !important;
    margin: 20px 0 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
}
.single-post .entry-content .highlight-url {
    display: block;
    background-color: #ffffff;
    color: #790404;
    font-size: 1.5em;
    font-weight: 800;
    text-align: center;
    padding: 15px;
    margin: 15px 0;
    border: 2px dashed #d41111;
    border-radius: 6px;
    word-break: break-all;
}
.grid-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 20px 0;
}

@media (max-width: 768px) {
    .grid-two-col {
        grid-template-columns: 1fr;
    }
}

/* Optionnel : petit texte "Mise à jour" dans la box-adresse */
.box-adresse > div {
    font-size: 0.9em;
    margin-top: 12px;
    opacity: 0.95;
}
.box-adresse-date {
    font-size: 0.9em;
    margin-top: 8px;
    opacity: 0.9;
    color: #8e061f;
}
.disclaimer-box {
    background-color: #f8f9fa;
    padding: 15px;
    font-size: 0.85em;
    border-radius: 5px;
    margin-top: 40px;
    color: #7f8c8d;
    border: 1px solid #ddd;
}
/* Bouton CTA NordVPN */
.entry-content a.btn-cta {
    background: #c0392b;
    color: #ffffff !important;
    padding: 10px 15px;
    width: 100%;
    text-align: center;
    text-decoration: none !important;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
}

.entry-content a.btn-cta:hover {
    background: #a83224;
    color: #ffffff !important;
    text-decoration: none !important;
}

