body{
    background: #DFEBF7;
}
h1{
    font-family: Arial, Ubuntu;
    color : #00925b;
    font-size : 28px;
    margin-top: 0;
    margin-bottom: 0;
}
.blocTitle{
    background : white;
    padding : 5px 20px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 2px solid #e2e2e2;
    margin-bottom : 30px;
    margin-right:0px;
}
.bloc-actions{
    text-align:right;
    font-size: 25pt;
}
.bloc-actions, .bloc-actions a:link,.bloc-actions a:visited,.bloc-actions a:active {
    color:#7e9ca8;
}
.bloc-actions a:hover {
    color: #e50046;
}
.panel-heading{
    padding : 5px 15px;
    font-family: Arial, Ubuntu;
    font-size: 21px;
    border: #2b2a2a 1px solid;
}
#nav-menu-top{
    background: white;
    padding : 8px 0;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
}
#nav-menu-top img {
    width : 105px;
}
#nav-menu-top i{
    font-size : 40px;
    color: #b4b4b4;
}
.accordion-group{
    background: #FFFFFF;
    padding: 5px 9px;
    margin: 5px 0px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
}

.accordion-inner{
    padding : 0px 5px;
}

.accordion-heading h5{
    font-weight: bold;
    cursor: pointer;
    font-family: Ubuntu;
}
.accordion-group textarea{
    width:100%;
    height:auto;
    font-size: 10pt;
    font-family: Helvetica, sans-serif, Arial;
}
.panel{
    padding:0 !important;
}
.input-large{
    width:75%;
    height: 33px;
}
.input-biglarge{
    width:100%;
    height: 33px;
}
.input-medium{
    width:40%;
    height: 33px;
}
.input-small{
    width:65px;
}
fieldset>legend{
    font-size: 11pt;
    padding-top: 10px;
    color: #e50045;
    margin-bottom: 5px;
}
div.formulaire input[type=text], div.formulaire select {
    width:100%;
}
div.formulaire .row{
    margin-bottom:5px;
}

.table-striped>tbody>tr:nth-of-type(odd){
    background-color: rgb(224, 224, 224);
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
input.has-error{
    border-color: #a94442;
}

#back-to-top{
    background-color:#7e9ca8;
    border:none;
}
#back-to-top:hover{
    background-color:#607680;
    border:none;
}
.col-container{
    padding: 0 10px;
}
#div_logo {
    text-align: center;
    margin: 30px;
}
#div_title {
    text-align: center;
    margin: 30px;
}
#div_logo img {
    width: 200px;
}
.login-form {
    margin: 30px 90px;
}
.login-form input{
    margin-bottom: 10px;
}

.btn.btn-primary, .btn.btn-primary:focus  {
    background: #f8b322;
    border: none;
}

body .panel .panel-heading {
    background: #00925b;
    color: #FFF;
}

body .panel a,body .panel a:hover {
    color: #f8b322;
}