.nodeco {
    text-decoration: none;
}

.nodeco:hover {
    text-decoration: none;
}

.block {
    display: block;
    width: 100%;
}

.upper {
    text-transform: uppercase;
}

.lower {
    text-transform: lowercase;
}

.col-centered {
    display: inline-block;
    float: none;
}

.bgradius {
    border-radius: 3px;
}

.clearfix {
    clear: both;
}

.underline {
    text-decoration: underline;
}

/* Background */
.bg-blue {
    background-color: #000000;
}

.bg-red {
    background-color: rgba(245, 19, 19, 1);
}

.bg-green {
    background-color: rgba(22, 196, 59, 1);
}

/* Border */
.bordered {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.bd-blue {
    border-color: #000000;
}

.bd-red {
    border-color: rgba(218, 13, 13, 1);
}

.bd-green {
    border-color: rgba(22, 196, 59, 1);
}

.bd-t {
    border-top: 1px
}

.bd-r {
    border-right: 1px
}

.bd-b {
    border-bottom: 1px
}

.bd-l {
    border-left: 1px
}

/* Taille texte */
.texte-10 {
    font-size: 10px;
}

.texte-12 {
    font-size: 12px;
}

.texte-14 {
    font-size: 14px;
}

.texte-16 {
    font-size: 16px;
}

.texte-18 {
    font-size: 16px;
}

.texte-20 {
    font-size: 16px;
}

.texte-25 {
    font-size: 25px;
}

.texte-30 {
    font-size: 30px;
}

.texte-35 {
    font-size: 35px;
}

/* MARGES EXTERNES */

.mg-b-0 {
    margin-bottom: 0;
}

.mg-b-5 {
    margin-bottom: 5px;
}

.mg-b-10 {
    margin-bottom: 10px;
}

.mg-b-15 {
    margin-bottom: 15px;
}

.mg-b-20 {
    margin-bottom: 20px;
}

.mg-b-25 {
    margin-bottom: 25px;
}

.mg-b-30 {
    margin-bottom: 30px;
}

.mg-b-35 {
    margin-bottom: 35px;
}

.mg-b-40 {
    margin-bottom: 40px;
}

.mg-b-45 {
    margin-bottom: 45px;
}

.mg-b-50 {
    margin-bottom: 50px;
}

.mg-b-55 {
    margin-bottom: 55px;
}

.mg-b-80 {
    margin-bottom: 80px;
}

.mg-b-100 {
    margin-bottom: 100px;
}

.mg-t-0 {
    margin-top: 0;
}

.mg-t-5 {
    margin-top: 5px;
}

.mg-t-10 {
    margin-top: 10px;
}

.mg-t-15 {
    margin-top: 15px;
}

.mg-t-20 {
    margin-top: 20px;
}

.mg-t-25 {
    margin-top: 25px;
}

.mg-t-30 {
    margin-top: 30px;
}

.mg-t-35 {
    margin-top: 35px;
}

.mg-t-40 {
    margin-top: 40px;
}

.mg-t-45 {
    margin-top: 45px;
}

.mg-t-50 {
    margin-top: 50px;
}

.mg-t-55 {
    margin-top: 55px;
}

.mg-t-100 {
    margin-top: 100px;
}

.mg-t-150 {
    margin-top: 150px;
}

.mg-l-0 {
    margin-left: 0;
}

.mg-l-5 {
    margin-left: 5px;
}

.mg-l-10 {
    margin-left: 10px;
}

.mg-l-15 {
    margin-left: 15px;
}

.mg-l-20 {
    margin-left: 20px;
}

.mg-l-25 {
    margin-left: 25px;
}

.mg-l-30 {
    margin-left: 30px;
}

.mg-l-35 {
    margin-left: 35px;
}

.mg-l-40 {
    margin-left: 40px;
}

.mg-l-45 {
    margin-left: 45px;
}

.mg-l-50 {
    margin-left: 50px;
}

.mg-l-55 {
    margin-left: 55px;
}

.mg-l-100 {
    margin-left: 100px;
}

.mg-l-150 {
    margin-left: 150px;
}

.mg-r-0 {
    margin-right: 0;
}

.mg-r-5 {
    margin-right: 5px;
}

.mg-r-10 {
    margin-right: 10px;
}

.mg-r-15 {
    margin-right: 15px;
}

.mg-r-20 {
    margin-right: 20px;
}

.mg-r-25 {
    margin-right: 25px;
}

.mg-r-30 {
    margin-right: 30px;
}

.mg-r-35 {
    margin-right: 35px;
}

.mg-r-40 {
    margin-right: 40px;
}

.mg-r-45 {
    margin-right: 45px;
}

.mg-r-50 {
    margin-right: 50px;
}

.mg-r-55 {
    margin-right: 55px;
}

.mg-r-100 {
    margin-right: 100px;
}

.mg-r-150 {
    margin-right: 150px;
}

.mg-0 {
    margin: 0;
}

.mg-10 {
    margin: 10px;
}

.mg-20 {
    margin: 20px;
}

.mg-30 {
    margin: 30px;
}

.mg-40 {
    margin: 40px;
}

.mg-50 {
    margin: 50px;
}

.mg-100 {
    margin: 100px;
}

.mg-150 {
    margin: 150px;
}

/* MARGES INTERNES */

.pg-0 {
    padding: 0;
}

.pg-5 {
    padding: 5px;
}

.pg-8 {
    padding: 8px;
}

.pg-10 {
    padding: 10px;
}

.pg-20 {
    padding: 20px;
}

.pg-30 {
    padding: 30px;
}

.pg-40 {
    padding: 40px;
}

.pg-50 {
    padding: 50px;
}

.pg-b-0 {
    padding-bottom: 0;
}

.pg-b-5 {
    padding-bottom: 5px;
}

.pg-b-8 {
    padding-bottom: 8px;
}

.pg-b-10 {
    padding-bottom: 10px;
}

.pg-b-15 {
    padding-bottom: 15px;
}

.pg-b-20 {
    padding-bottom: 20px;
}

.pg-b-25 {
    padding-bottom: 25px;
}

.pg-b-30 {
    padding-bottom: 30px;
}

.pg-b-35 {
    padding-bottom: 35px;
}

.pg-b-40 {
    padding-bottom: 40px;
}

.pg-b-45 {
    padding-bottom: 45px;
}

.pg-b-50 {
    padding-bottom: 50px;
}

.pg-b-55 {
    padding-bottom: 55px;
}

.pg-t-0 {
    padding-top: 0;
}

.pg-t-5 {
    padding-top: 5px;
}

.pg-t-8 {
    padding-top: 8px;
}

.pg-t-10 {
    padding-top: 10px;
}

.pg-t-15 {
    padding-top: 15px;
}

.pg-t-20 {
    padding-top: 20px;
}

.pg-t-25 {
    padding-top: 25px;
}

.pg-t-30 {
    padding-top: 30px;
}

.pg-t-35 {
    padding-top: 35px;
}

.pg-t-40 {
    padding-top: 40px;
}

.pg-t-45 {
    padding-top: 45px;
}

.pg-t-50 {
    padding-top: 50px;
}

.pg-t-55 {
    padding-top: 55px;
}

.pg-t-100 {
    padding-top: 100px;
}

.pg-l-0 {
    padding-left: 0;
}

.pg-l-5 {
    padding-left: 5px;
}

.pg-l-8 {
    padding-left: 8px;
}

.pg-l-10 {
    padding-left: 10px;
}

.pg-l-15 {
    padding-left: 15px;
}

.pg-l-20 {
    padding-left: 20px;
}

.pg-l-25 {
    padding-left: 25px;
}

.pg-l-30 {
    padding-left: 30px;
}

.pg-l-35 {
    padding-left: 35px;
}

.pg-l-40 {
    padding-left: 40px;
}

.pg-l-45 {
    padding-left: 45px;
}

.pg-l-50 {
    padding-left: 50px;
}

.pg-l-55 {
    padding-left: 55px;
}

.pg-l-100 {
    padding-left: 100px;
}

.pg-r-0 {
    padding-right: 0;
}

.pg-r-5 {
    padding-right: 5px;
}

.pg-r-8 {
    padding-right: 8px;
}

.pg-r-10 {
    padding-right: 10px;
}

.pg-r-15 {
    padding-right: 15px;
}

.pg-r-20 {
    padding-right: 20px;
}

.pg-r-25 {
    padding-right: 25px;
}

.pg-r-30 {
    padding-right: 30px;
}

.pg-r-35 {
    padding-right: 35px;
}

.pg-r-40 {
    padding-right: 40px;
}

.pg-r-45 {
    padding-right: 45px;
}

.pg-r-50 {
    padding-right: 50px;
}

.pg-r-55 {
    padding-right: 55px;
}


.debug-bar {
    position: relative;
    width: 100%;
    background: rgba(0, 0, 0, 0.95);
    color: rgb(8, 11, 152);
    padding: 20px;
    font-family: 'Courier New', monospace;
    font-size: 13px;
    z-index: 9999;
    border-top: 3px solid rgb(3, 5, 101);
    box-shadow: 0 -5px 20px rgb(22, 25, 152);
}

.debug-h3 {
    margin: 0 0 15px 0;
    color: rgb(3, 5, 101);
    ;
    font-size: 18px;
    border-bottom: 2px solid rgb(3, 5, 101);
    ;
    padding-bottom: 5px;
}

.debug-sections {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
    margin-top: 10px;
}

.debug-section {
    background: rgba(0, 20, 0, 0.5);
    border: 1px solid rgb(3, 5, 101);
    border-radius: 5px;
    padding: 10px;
}

.debug-section-title {
    margin: 0 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(3, 5, 101);
    color: #0ff;
    font-size: 14px;
    font-weight: bold;
}

.debug-content p {
    margin: 5px 0;
    line-height: 1.5;
}

.debug-content pre {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(3, 5, 101);
    ;
    border-radius: 3px;
    padding: 8px;
    overflow-x: auto;
    max-height: 150px;
    overflow-y: auto;
    font-size: 11px;
    margin: 5px 0;
}

.debug-content strong {
    color: #ff0;
}

/* Section Session plus large et plus haute */
.debug-section-large {
    grid-column: 1 / -1;
    /* Prend toute la largeur */
}

.debug-section-large .debug-content pre {
    max-height: 400px;
    /* Plus haute que les autres sections */
    min-height: 200px;
}

.debug-footer {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid rgb(3, 5, 101);
    font-size: 10px;
    color: #888;
}