<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 980px) {
    .main-header {
        position: fixed;
        z-index: 5000;
        top: 0px;
    }

    #main_content{
        margin-top: 50px;
    }


}
:root {
    --video-widget-bg : #3c4043 !important;
}


}

.topbar-wrap {
    /*
    background-image: linear-gradient(180deg, #520000, #841901);
     */
    background-color: #000 !important;
}

.footer-bar {
    background-color: #000 !important;
    padding : 14px 0px !important;

}

.entry-image {
    border-radius:6px;
}

.widget {
    border-radius:10px !important;
}

.widget.HTML {
    box-shadow: 0px 2px 10px rgba(0,0,0,.08)  !important;
    border-bottom: 1px solid rgba(100,100,0,.15)  !important;

}

.imageActu {
    display: block;
    max-width: 1280px !important;
    width: 100% !important;
    margin: auto;
    height: auto;
    margin-bottom: 0px;
}

.CPD {
    margin-top: 15px;
    text-align: center;
    margin-bottom: 26px;
    line-height: 1em;
    font-size: 0.8em;
    color: #777;
    font-weight: normal !important;
}

.CPG {
    width:100%;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 26px;
    line-height: 1em;
    font-size: 0.8em;
    color: #777;
    font-weight: normal !important;
}


.DDP {
    font-weight: bold;
    color: #1d4371;
}

.TI {
    font-weight: bold;
    color: #630400;
}

.ST {
    margin-top: 18px;
    font-size: 1.3em;
    font-weight: bold;
    color: #630400;
    border-bottom: 1px dotted #4974b4 !important;
    text-transform: uppercase;

}






.STTD {

}

.SC1 {

}

.STTD2 {
    width: 0% !important;
}

.N {
    text-align: justify !important;
    line-height: 1.5em;
}

.S {
    text-align: justify;
}

.CT {
    margin-top: 6px;
    background-color: #F5F5F5;
    border-radius: 14px;
    padding: 19px;
    box-shadow: 0px 0px 10px #EEE;

}


.actu-container table {
    width: 100% !important;
    text-align: justify;
    border:0px;
}

.actu-container table tr td {
    border:0px;
}

.actu-container {
    padding: 10px;
    font-family: Roboto;
    font-size: 16px;
    text-align: justify;
    line-height: 1.4em;
    color: #132a44;
}


.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-item {
  /*  margin-right: 5px; */
}

.page-item:last-child {
    margin-right: 0;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--main-color);
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none;
}

.page-link:hover {
    z-index: 2;
    color: var(--main-color);
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    color: var(--main-color);
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color:      var(--main-color);
;
    border-color:var(--main-color);
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

table, tr, th, td, tbody {
    border:0px !important;
}

.excerpt {
    color:#132a44;
}

.post-body p {
    color:#132a44 !important;
    line-height: 1.6em !important; 
}

:root {
    --meta-color: #132a44 !important;
}

h3 a:hover {
    color:var(--tag-bg) !important;
}


/* Style pour la scrollbar principale de la page */
html::-webkit-scrollbar {
    width: 10px ; /* Largeur de la scrollbar */
}

html::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05); /* Fond lÃ©ger et transparent */
    border-radius: 5px; /* Coins arrondis */
}

html::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2); /* Couleur lÃ©gÃ¨rement sombre et transparente */
    border-radius: 5px; /* Coins arrondis */
}

html::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.6); /* Couleur lÃ©gÃ¨rement plus sombre au survol */
}

/* Optionnel : CompatibilitÃ© pour Firefox */
html {
    /*
    scrollbar-width: thin;

     */
    scrollbar-color: rgba(26, 56, 96, 0.7) transparent; /* Couleurs pour Firefox */
}</pre></body></html>