.bg-img {
    background: url(../../images/library.jpg) 0 36% no-repeat;
}
.post-media img {
    margin: 0 auto;
}
.navigation > ul > li > a {
    width: 95px;
    text-align: center;
}
.chapitre {
    padding: 50px 0 20px;
}
.sidebar-widget h5 {
    margin: 0px;
    padding-top: 0;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
}
.une-question {
    background-color: #f8f8f8;
}
.course_features_point {
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 20px 0 0;
    font-size: 18px;
}
.course_features_point li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    line-height: 35px;
}
.ul_features_point {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 20px 0 0;
    font-size: 18px;
}
.ul_features_point li {
    line-height: 42px;
}
.ul_features_point li img{
    max-height: 35px;
    max-width: 20px;
}
.breadcrumb-item.active {
    font-weight: bold;
    color: darkorange;
}
.invalid-feedback {
    color: red;
}
.inner-intro .page-breadcrumb span {
    color: #fbb908;
}
.bg-img {
    background: url(../../images/library.jpg) 50% 36% no-repeat;
}
.checkbox-field label {
	font-size: 12px;
}
.checkbox-field .check_box {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}
.custom-check {
	width: 20px;
	height: 20px;
	display: inline-block;
	border: 1px solid #daa106;
	top: 4px;
	position: relative;
	margin-right: 10px;
}
.custom-check:before {
	content: "";
	font-family: "Ionicons";
	color: #daa106;
	font-size: 24px;
	position: absolute;
	top: -3px;
	left: 5px;
}
.checkbox-field .check_box:checked + .custom-check:before {
	content: "\f3fd";
}
.spacer {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
@media (max-width: 767px) {
	#header_menu_mobile {
		display: block;
	}
	#header_menu {
		display: none;
	}
}
@media (min-width: 768px) {
	#header_menu_mobile {
		display: none;
	}
	#header_menu {
		display: block;
	}
}

.project-tab {
    margin-top: -8%;
}
.project-tab #tabs{
    color:'black';
}
.project-tab #tabs h6.section-title{
    color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0062cc;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: bold;
}
.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #0062cc;
    font-size: 16px;
    font-weight: 600;
}
.project-tab .nav-link:hover {
    border: none;
}
.project-tab thead{
    background: #f3f3f3;
    color: #333;
}
.project-tab a{
    text-decoration: none;
    color: #333;
    font-weight: 600;
}