@charset "UTF-8";
/* Insert your custom CSS styles */

.fixed-header .header-wrapper {
    background-color: #1a1a1a;
    color: white;
}
.header .logo img {
    width: 80px;
}

.header .primary .navbar .nav > li > a, .header .primary .navbar .nav > li > a:visited {
    background: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #1a1a1a;
    padding: 12px 15px;
}

.header .primary .navbar .nav > li {
    padding: 13px 0px 0;
    font-family: 'Doppio One', sans-serif;
    text-transform: uppercase;
}

.header .primary .sub li {
    line-height: 20px;
}

.header .primary .navbar .nav .parent {
    font-family: 'Doppio One', sans-serif;
    text-transform: uppercase;
}

.date_publication {
    clear: both;
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 2px;
}

.day {
    background: #0098ca;
    position: relative;
    float: left;
    padding: 3px;
}

.month {
    background: #0098ca;
    position: relative;
    float: left;
    padding: 3px;
}

.year {
    background: #0098ca;
    position: relative;
    float: left;
    padding: 3px;
}

.banner-set .banner img {
    margin: 0 0 12px 0;
}

.banner-set .banner .title {
    text-align: left;
    font-size: 11px;
    color: #0098ca;
    text-transform: uppercase;
    margin-top: 8px;

}

.banner-set .banner:hover .title {
    color: #0098ca;
}

.banner-set .banner .title a, .banner-set .banner .title a:visited {
    color: #0098ca;
}

.banner-set .banner .description {
    text-align: left;
}

.header .header-icons {
    background: white;
    margin: 13px 0;
}

.nd-region {
    padding: 15px 0;
}

.licence-block {
    font-size: 14px;
}

.licence-block a, licence-block a:hover, licence-block a:visited {
    color: #fff;
    text-decoration: none;
}

.title-box .title {
    margin-bottom: 4px;
}

.caroufredsel_wrapper {
    max-height: 330px;
}

.latest-posts .title {
    font-size: 11px;
    color: #0098ca;
    text-transform: uppercase;
    margin-bottom: 6px;

}
.title-box h4.title {
    margin-bottom: 6px;
}
.latest-posts .time{
    color: #fff;
    font-weight: bold;
    background: #0098ca;
    padding: 3px;
}
.header-icons > div:last-child {
    margin-right: 0px;
}

.test {
    color: #8c2e0b;
}
.diplome, .diplome a, .diplome a:hover, .diplome a:visited {
    color: #ffffff;
    text-decoration: none;
}
.diplomelf {
    width: 100%;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 3px;
    text-transform: uppercase;
    text-align: center;
    background-color: #1d75b3;
}
.diplomela {
    width: 100%;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 3px;
    text-transform: uppercase;
    text-align: center;
    background-color: #0e90d2;
}
.diplomemp {
    width: 100%;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 3px;
    text-transform: uppercase;
    text-align: center;
    background-color: #8c2e0b;
}
.diplomemr {
    width: 100%;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 3px;
    text-transform: uppercase;
    text-align: center;
    background-color: #4cae4c;
}
.diplomedoc {
    width: 100%;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 3px;
    text-transform: uppercase;
    text-align: center;
    background-color: #5f5f5f;
}
.image-enseignant{
    max-width: 150px;
    margin-right: 15px;
}
.social-icons {
    margin-bottom: 10px;
}

.header .primary .sub li {
    text-transform: none;
    min-height: 30px;
}
.employee .employee-hover .name a, .employee .employee-hover .name a:hover, .employee .employee-hover .name a:visited{
    font-size: medium;
    color: #8c2e0b;
    text-decoration: none;
    text-transform: uppercase;
}
.employee .name a, .employee .name a:hover, .employee .name a:visited {
    font-size: medium;
    color: #8c2e0b;
    text-decoration: none;
    text-transform: uppercase;

}
.text-white {
    color: #fff;
}
.titre-sous-menu a, .titre-sous-menu a:visited, .titre-sous-menu a:hover{
    font-weight: normal;
}
.titre-menu {
    font-weight: bolder;
}
.tabs-left > .tab-content > .tab-pane {
    overflow: hidden;
}

.image-blog {
    clear: left;
    float:left;
    margin: 10px;
    padding: 10px;
    margin-top: 0;
    padding-top: 0;
}

.date-publication-blog {
    margin-left: 20px;
    clear: both;
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 2px;
    width: 170px;
    background: #0098ca;
text-align: center;
}

.date-publication-blog .day {
    background: #0098ca;
    position: relative;
    float: left;
    padding: 3px;
    width: 50px;
}

.date-publication-blog .month {
    background: #0098ca;
    position: relative;
    float: left;
    padding: 3px;
}

.date-publication-blog .year {
    background: #0098ca;
    position: relative;
    float: left;
    padding: 3px;
}
.panel-group .panel .panel-heading .panel-title{
    color: #fff;
}
.panel-group .panel .panel-heading > .panel-title > a {
    background-color: #0098ca;
    color: #ffffff;
}
.text-white a, .text-white a:hover, .text-white a:visited {
    color: #fff;
}

@media (max-width: 991px){
    .header .primary .navbar .navbar-collapse {
        width:100%;
    }
}