<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
*******************
COULEURS
----------------------
    tinitz orange: #e84324
    primary: #e84324
----------------------
    bleu: #357eac
*******************
*/

.navbar-icon-color{color: #e84324 !important;}
.navbar-text-color{color: #333e50 !important;}
.navbar-font-size{font-size: 1.1em !important;}

.subnavbar-icon-color{color: #777777 !important;}
.subnavbar-icon-color{color: #777777 !important;}

/*
*******************
BOUTON
*******************
*/
.btn {margin-top: 5px !important;}
.btn-xs {

}

.btn-submit, .btn-submit:hover, .btn-submit:focus
{
    background-color: #e84324;
    color: white;
    border: 1px solid transparent;
    margin: 0px !important;
    margin-top: 5px !important;
}
/*
*******************
BACKGROUND
*******************
*/
.bg-default{background-color: #73879C !important;}
.bg-primary {background-color: #e84324 !important;}
.bg-orange {background-color: #e84324 !important;}
.bg-noir{background-color: black;}
.bg-bleu{background-color: #357eac !important;}
.bg-transparent{background-color: transparent !important;}
.bg-blanc{background-color: white !important;}
.bg-grey{background-color: #eeeeee !important;}
.bg-noir{background-color: black !important;}
.bg-bleu-tinitz {background-color: #0E4E78 !important;}
.bg-orange-tinitz {background-color: #e84324 !important;}

/*
*******************
TEXT COLOR
*******************
*/
.txt-color-default {  color: #73879C !important;  }
.txt-color-primary {  color: #e84324 !important;  }
.txt-color-orange {  color: #e84324 !important;  }
.txt-color-noir {  color: black !important;  }
.txt-color-noir-333e50 {  color: #333e50 !important;  }
.txt-color-bleu {  color: #357eac !important;  }
.txt-color-transparent {  color: transparent !important;  }
.txt-color-blanc {  color: white !important;  }
.txt-color-disabled {  color: #CCCCCC !important;  }
.txt-color-rouge {  color: #e84324 !important;  }
.txt-color-error {  color: #a94442 !important;  }
.textgrey {  color: #87939f !important;  }
.textorange {  color: orange !important;  }
.textbleu {  color: #5bc0de !important;  }
.textgreen {  color: #498302 !important;  }
.textred {  color: #ed3e48 !important;  }</pre></body></html>