@charset "utf-8";

/* Général #417bea #349a83 #4ca2c1*/

* {
    margin: 0;
    padding: 0;
    font-size: 1em;
}

.clearboth {
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
}

.martop5 {margin-top:5px !important;}

/*html {
    font-family: Tahoma;
    width: auto;
    background-color: #417bea;
    overflow-y: scroll;
    font-size: 0.8em;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #333;
}

#div_global {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    max-width: 1200px;
    padding: 0 0 8px 0;
    background-color: #efefef;
}

.global_petit {
    left: 0 !important;
}
*/


/* petite résolution avec une scroll bar horizontale */


/*.global_grand {
    left: 50% !important;
    margin-left: -605px !important;
}*/


/* grande résolution site centré */


/*#contenu_login {
    margin: 0;
    padding: 0 0;
    margin-top: 0px;
    width: 100%;
}*/

.contenu_login_test {
    background: url('../../pic/logo/test_bg_login.png') top left no-repeat !important;
}


/*#contenu_bo {
    margin: 0;
    padding: 0 1%;
    width: 98%;
}*/

#footer {
    margin: 0px;
    clear: both;
    padding: 5px 10px 0 10px;
    border-top: 1px solid #999;
    color: var(--prodis-theme-secondary);
    background-color: var(--prodis-theme-primary);
}

#footer p {
    text-align: right;
    font-weight: bold;
    font-size: 0.68em;
    padding: 0;
    margin: 0;
}


/*a {
    color: #333;
    text-decoration: underline;
}

a:link {
    color: #333;
    text-decoration: underline;
}

a:active {
    color: #333;
    text-decoration: underline;
}

a:hover {
    outline: 0;
}

a:img {
    border: 0;
}

a:focus {
    outline: thin dotted;
}

h1 {
    font-size: 1.6em;
    text-align: left;
    color: #000;
    margin: 0;
}

h2 {
    padding: 0;
    text-align: left;
    font-size: 1.3em;
    color: #333;
}

h3 {
    padding: 0;
    text-align: left;
    font-size: 1.17em;
}

h4 {
    padding: 0;
    text-align: left;
    font-size: 1em;
}

p {
    text-align: justify;
    color: #000;
}

ul {
    padding: 0 0 20px 25px;
    margin: 0;
}

li {
    padding: 3px 0 0 2px;
}

ul li ul {
    padding: 0;
    margin: 0;
}
*/


/* QE842E30000544 */

.img_icone {
    float: right;
    height: 30px !important;
    cursor: pointer;
    margin-left: 15px;
}

.inline {
    display: inline;
}

.hidden {
    display: none;
}

.marge_left {
    margin-left: 70px;
}


/*.titre_page {background-color:#417bea; text-align:center; color:#333; line-height:30px; height:30px; position: fixed; top:0;}*/


/*.titre_page {
    background-color: #417bea;
    text-align: center;
    color: #333;
    position: fixed;
    top: 0;
}*/

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

[inline] {
    display: inline;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

#ul_err {
    color: red !important;
    margin-top: 10px;
}

#ul_white {
    color: #fff !important;
    margin-top: 10px;
}

form {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 10px;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
    color: #999;
}

input {
    width: 280px;
}

label:not(.login label) {
    color: #000;
    margin: 8px 0 1px 0;
    display: block;
    font-weight: bold;
}

button,
input,
textarea,
select {
    margin: 0;
    padding: 0 2px;
    vertical-align: baseline;
    *vertical-align: middle;
    text-align: left;
    color: #333;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    font-size: 1.3em;
    overflow: auto;
    vertical-align: top;
    text-align: justify;
}

table {
    border: 2px solid #999;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 10px 0;
    padding: 5px 1%;
    width: 98%;
    max-width: 1174px;
}

tr {
    height: 30px;
    background-color: #ffffff;
}

th {
    border: 1px solid #999;
    padding: 5px;
    background-color: #cecfce;
    width: 40px;
}

td {
    border: 1px solid #999;
    padding: 8px 5px;
    text-align: left;
}