a:hover, a:active, a:focus, a {
    outline: none;
    text-decoration: none;
    color: #dc001b;
}

.box-offres {
	background: #bcb3af;
}

.box-offres .table td, .box-offres .table th {
	font-weight: bold;	
	border-color: #dad3d0;
}

.box-offres .box-header.with-border {
    border-bottom: 1px solid #dad3d0;
}

.main-header .logo img {
    max-width: 200px;
}

.box.box-info {
    border-top-color: #2A201D;
}

.btn {
    border-radius: 0px; 
    text-transform: uppercase;
    border:none;
    transition: background .2s ease-in-out; 
}

.bootstrap-select .btn-default {
    background-color: transparent;
    border: 1px solid #d2d6de;
    color: initial;
}

.btn-default {
    background-color: #463732;
    color: #fff;
    border-color: #463732;    
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background-color: #28201d !important;
    color:#fff;
    border-color:#28201d;
}

.btn-primary {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #dc001b;
    transition: background .2s ease-in-out; 
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #a7051c;
    color:#fff;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
    color: #FFF;
}

.login-page, .register-page {
    background: #f0ebe9;
}

.login-page .img-logo {
    max-width: 300px;
}

.login-page .espace-perso .subscribed-user {
    padding: 0px;
}

.content-wrapper {
    background-color: #f0ebe9;
}


.no-data-result {
    text-align: center;
    padding: 30px;
    font-size:19px;
    color:#bfbebf;
    font-weight: 500;
}

.mdi::before {
    font-size: 24px;
    line-height: 14px;
}
.btn .mdi::before {
    position: relative;
    top: 4px;
}
.btn-xs .mdi::before {
    font-size: 18px;
    top: 3px;
}

.btn-sm .mdi::before {
    font-size: 18px;
    top: 3px;
}

.dropdown-menu .mdi {
    width: 18px;
}

.dropdown-menu .mdi::before {
    position: relative;
    top: 4px;
}

.nav .mdi::before {
    position: relative;
    top: 4px;
}

.navbar .navbar-toggle .mdi::before {
    position: relative;
    top: 4px;
    color: #FFF;
}

.breadcrumb .mdi::before {
    position: relative;
    top: 4px;
}

.breadcrumb a:hover {
    text-decoration: none;
}

.breadcrumb a:hover span {
    text-decoration: underline;
}

.alert .mdi::before {
    position: relative;
    top: 4px;
    margin-right: 2px;
}

.input-group-addon .mdi::before {
    position: relative;
    top: 3px;
}

.navbar-brand .mdi::before {
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.list-group-item .mdi::before {
    position: relative;
    top: 3px;
}

.app-icon-wrap {
    text-align: center;
}

.pa-10 {
    padding: 10px !important;
}

.app-icon-wrap > li {
    display: inline-block;
}

.app-icon-wrap .connection-item {
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    width: 85px;
    font-weight: 400;    
    font-size: 11px;
}

.app-icon-wrap .connection-item i {
    font-size: 25px;
    padding-bottom: 5px;
}

.block {
    display: block !important;
}

.navbar-nav>.notifications-menu>.dropdown-menu, .navbar-nav>.messages-menu>.dropdown-menu, .navbar-nav>.tasks-menu>.dropdown-menu {
    width: 480px;
}

.app-icon-wrap img {
    height:60px;
    padding-bottom: 10px;
}

.connection-item:hover {
    color:#a50a22;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.info-box {
    color: #FFF;
}

.info-box-content {
    padding: 10px 10px;
}

.info-box-icon {
    background-color: rgba(0,0,0,0.2);
}

.info-box-icon img {
    width: 50px;
}

.info-box-number {
    font-weight: 300;
    font-size: 20px;
}

.progress-description, .info-box-text {
    font-weight: bold;
    font-size: 18px;
}

.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu>li.header {
    white-space: normal;
    overflow: initial !important;
}


.paginationControl a {
    border-radius: 0px; 
    text-transform: uppercase;
    border:none;
    transition: background .2s ease-in-out; 
    background-color: #463732;
    color: #fff;
    border-color: #463732;    
    display: inline-block;
    padding: 5px;
    min-width: 30px;
    text-align: center;
}

.form-actions {
    padding: 17px 20px 18px;
    margin-top: 18px;
    margin-bottom: 18px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    text-align: center;
}

.radio-inline {
    margin-right: 10px;
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-left: 0px;
}

ul.errors li {
    list-style: none;
    color: red;
}

ul.errors {
    margin: 0;
    padding: 0;
}


.fiche-decouverte .underlined::after {
    display: block;
    width: 75px;
    height: 7px;
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(/images/2017/sprite.svg) 0 -275px no-repeat;
}


.fiche-decouverte h2.underlined {
    text-align: center;
    font-family: "blackjack", Helvetica, Arial, sans-serif;
    font-size: 36px;
    text-transform: none;
    margin: 30px 0 60px 0;
    font-weight: 300;
    position: relative;
}

.fiche-decouverte .mp-card {
    background-color: #dc001b;
    padding: 30px 40px;
    text-align: center;
    color:#FFF;
}

.fiche-decouverte .mp-card h3 {
    min-height: 2.8em;
    margin-bottom: 0;
}

.fiche-decouverte .mp-card a {
    color:#fff;
}

.fiche-decouverte h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}

.btn-line {
    border: 1px solid #FFF;
    padding: 1em 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "montserrat-regular",Helvetica,Arial,sans-serif;
    font-size: .8em;
    color: #fff;
    background-color: #dc001b;
    transition: background .2s ease-in-out;    
}

.fiche-decouverte .box-body, .fiche-decouverte .box-footer {
    padding: 20px;
}

.fiche-decouverte .mp-card img {
    height: 100px;
    padding-bottom: 20px;
}

.fiche-decouverte .box-header .box-title {
    display: inline-block;
    font-size: 24px;
    margin: 0;
    line-height: 1;
    color: #dc001b;
    font-weight: bold;
    padding: 20px;    
}

.fiche-decouverte .box-header {
    text-align: center;
}

.fiche-decouverte .title-sep {  
    text-align: center; 
}

.fiche-decouverte .title-sep h3 {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    color: #dc001b;
    font-weight: bold;  
}

@media only screen and (max-width: 767px) {
    .fiche-decouverte .mp-card {
        margin-top: 15px;
    }
}

.green {background-color:#CCFF99;}
.yellow {background-color: #FFFF99;}
.red {background-color:#FFCCCC;}
input.red {background-color:#FFCCCC;}

.errorText { color : red; }

.progression-categories li {
	list-style: none;
	display: block;
}

.datepicker {
	z-index: 9999 !important;
}