/**
Personnalisation du thème
 */
:root {
    /*--main-color: #ff5c01;*/
    /*--light-color: rgba(255, 92, 1, .6);*/
    /*--hover-color: #ff5c01;*/
    /*--hover-text-color: black;*/
    /*--main-shadow: 0 0 0 .2rem rgba(255, 92, 1, .9);*/
    --logo : url(/images/logo.png);
}

.theme-bg-light{
    background-color: var(--main-color);
}

.main-degrade-color
{
    background-image: linear-gradient(120deg, var(--main-color) 0%, var(--light-color) 100%) !important;
}

/**
Login backgrounb
 */
.container-background
{
    background-image: url('/images/backgrounds/background.jpg') ;
}

.login100-form-title
{
    background-image: url('/images/backgrounds/second3.jpg');
}

html {
    scroll-behavior: smooth;
}

.altiore-messagerie-thread-form{
    background-color: white;
}

.card a {
    color : darkblue;
    /*text-decoration: underline;*/
}

.dx-datagrid .dx-editor-with-menu .dx-texteditor .dx-placeholder:before, .dx-datagrid .dx-editor-with-menu .dx-texteditor .dx-texteditor-input, .dx-datagrid-container .dx-editor-with-menu .dx-texteditor .dx-placeholder:before, .dx-datagrid-container .dx-editor-with-menu .dx-texteditor .dx-texteditor-input
{
    color: var(--main-color);
    font-weight: bold;
}