sup {
    vertical-align: super;
    font-size: smaller;
}
sub {
    vertical-align: sub;
    font-size: smaller;
}
tt, code, kbd, samp {
    font-family: monospace;
}
table{
    width: 100%;
    border: solid 1px #ccc;
    background-color: #F6F8F8;
    border-radius: 4px;
}
table th{
    border: solid 1px #ccc;
    background-color: #990000;
    padding: 0 5px;
    font-size: 15px;
    color: #fff;

}
table td{
    border: solid 1px #ccc;
    padding: 0 5px;
    background-color: #fff;
    font-size: 15px;
}

td[data-action], span[data-action]{
    cursor: pointer;
    color:#990000;
}

td[data-action]:hover, span[data-action]:hover{
    text-decoration: underline;
}

.td_integer{
    text-align: right;
}

.td_date, .td_boolean, .td_action{
    text-align: center;
}

a{
    color: #fff;
    text-decoration: none;
}

textarea{
    width: 100%;
}

strong{
    font-weight: bold;
}

em{
    font-style: italic;
}

div.editable ol, div.editable ul, div.text ol, div.text ul{
    margin-left: 40px;
}

div.editable ol li, div.text ol li{
    list-style-type: decimal;
}

div.editable ul li, div.text ul li{
    list-style-type: disc;
}


div.editable, div.text{
    line-height: 16px;
}

h1{
    font-size: 28px;
    padding: 10px 0px;
    text-align: center;
}

div.titre_liste{
    font-size: 28px;
    text-align: center;
    margin-top: -40px;
    margin-bottom: 12px;
}
h2{
    font-size: 30px;
    padding: 10px 0px;
}


label{
    display: inline-block;
    font-size: 15px;
    min-width: 80px;
}

.no_transition{
    display: none;
}

.hidden{
    display: none;
}


.left{
    float: left;
}

.right{
    float : right;
}

.clear{
    clear: both;
}

.text_droite{
    text-align: right;
}

.italic{
    font-style: italic;
}
.erreur{
    padding: 0 15px;
    font-size: 12px;
    color: red;
}
.center{
    text-align: center;
}
input, textarea, select{
    font-family: 'Comfortaa','Roboto',arial, sans-serif;
}

input[type="checkbox"], input[type="radio"]{
    margin: 3px;
    height: 30px;
    vertical-align: middle;
}

input[type="text"],input[type="password"],input[type="email"], input[type="date"], textarea, select, div.editable{
    padding: 5px;
    border: none;
    border-bottom: solid 1px #fee;
}

input[type="text"]:-webkit-autofill,input[type="password"]:-webkit-autofill,input[type="email"]:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus, input[type="date"]:focus, textarea:focus, div.editable:focus{
    outline: none;
    border: none;
    border-bottom: solid 1px #cc0000;
}


input[type="email"]{
    width: 250px;
}


select{
    padding: 4px;
}

input[type="date"]{
    padding: 3px 5px;
}

button, span.btn{
    padding: 10px;
    background-color: #990000;
    font-family: 'Comfortaa','Roboto',arial, sans-serif;
    color: #fff;
    font-size: 15px;
    border: none;
    cursor: pointer;
}

button:hover,span.btn:hover{
    background-color: #BB0000;
}

div.actions{
    margin: 15px 0;
}

div.attention{
    font-size: 24px;
    font-weight: bold;
    color: red;
}

.bloc{
    background-color: #fff;
    box-shadow: -1px 2px 5px 1px rgba(99, 00, 00, 0.2);
    padding: 20px;
    line-height: 30px;
    margin-top: 5px;
}

.div_actions{
    position: fixed;
    z-index: 1000;
    right: 0;
    left: 0;
    bottom: 0;
    box-shadow: 0px -3px 5px 0px rgba(99, 00, 00, 0.2);
    padding: 10px;
    background-color: #fff;
}

.div_actions span{
    margin-left: 10px;
}


.div_actions button{
    margin: 0 2px;
}




.mce-floatpanel{
    opacity: 0.5;
}


.reponse_ok{
    background-color: #33ff33;
}

.span_info{
    font-style: italic;
    font-size: 10px;
}

div.explication{
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-left: 10px;
    font-style: italic;
}

#div_bas_page{
    height: 50px;
    clear: both;
}

li.quizz{
    float: left;
    box-sizing: border-box;
    width: 25%;
    border: solid 10px #fff;
    min-width: 300px;
}
