body{
	position:relative!important;
	top:0!important;
	padding-top:0!important;
	background-color:rgb(247, 251, 247);
	font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
	transition:0.3s;
	overflow-x:hidden!important;
}
*{
	outline:none;
}
a, a:hover, a:focus{
	text-decoration:none!important;
	color:#FD7C05;
}
.big-text{
	font-family: 'Montserrat', sans-serif;
}
.mid-text{
	font-family: 'Montserrat', sans-serif;
}
.small-text{
	font-family: 'Montserrat', sans-serif;
}
.form-control{
	color: #031C03;
	border: 1px solid #ddd;
}
.form-control:focus{
	color: #031C03;
    border-color: #007900;
    box-shadow: 0 0 0 0.2rem rgb(247, 251, 247);
}
.btn-primary{
	background-color:#007900!important;
	border-color:#007900!important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
	box-shadow: 0 0 0 0.2rem rgb(247, 251, 247)!important;
}
.btn-outline-primary{
	color:#007900!important;
	border-color:#007900!important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active{
	background-color:#007900!important;
	color:#fff!important;
	box-shadow: 0 0 0 0.2rem rgb(247, 251, 247)!important;
}
.btn-success{
	background-color: #009624!important;
	border-color: #009624!important;
}
.btn-success:hover, .btn-success:focus, .btn-success:active{
	box-shadow: 0 0 0 0.2rem rgba(81, 200, 84, 0.12)!important;
}
.btn-outline-success{
	color:#009624!important;
	border-color:#009624!important;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active{
	background-color:#009624!important;
	color:#fff!important;
	box-shadow: 0 0 0 0.2rem rgba(81, 200, 84, 0.12)!important;
}
.btn-info{
	background-color: #0081CB!important;
	border-color: #0081CB!important;
}
.btn-info:hover, .btn-info:focus, .btn-info:active{
	box-shadow: 0 0 0 0.2rem rgba(92, 176, 255, 0.08)!important;
}
.btn-outline-info{
	color:#0081CB!important;
	border-color:#0081CB!important;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active{
	background-color:#0081CB!important;
	color:#fff!important;
	box-shadow: 0 0 0 0.2rem rgba(92, 176, 255, 0.08)!important;
}
.btn-warning{
	background-color: #C43E00!important;
	border-color: #C43E00!important;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active{
	box-shadow: 0 0 0 0.2rem rgba(254, 111, 52, 0.08)!important;
}
.btn-outline-warning{
	color:#C43E00!important;
	border-color:#C43E00!important;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active{
	background-color:#C43E00!important;
	color:#fff!important;
	box-shadow: 0 0 0 0.2rem rgba(254, 111, 52, 0.08)!important;
}
.btn-danger{
	background-color: #C50E29!important;
	border-color: #C50E29!important;
}
.btn-alert{
	color:#fff !important;
	background-color: #FD7C05!important;
	border-color: #FD7C05!important;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active{
	box-shadow: 0 0 0 0.2rem rgba(255, 82, 82, 0.05)!important;
}
.btn-outline-danger{
	color:#C50E29!important;
	border-color:#C50E29!important;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active{
	background-color:#C50E29!important;
	color:#fff!important;
	box-shadow: 0 0 0 0.2rem rgba(255, 82, 82, 0.05)!important;
}
.alert{
	color: #fff;
	margin-bottom:0;
}
.alert-danger{
    background-color: #C50E29;
    border-color: #C50E29;
}
.alert-warning{
    background-color: #C43E00;
    border-color: #C43E00;
}
.alert-info{
    background-color: #0081CB;
    border-color: #0081CB;
}
.alert-success{
    background-color: #009624;
    border-color: #009624;
}
.table-danger, .table-danger > th, .table-danger > td{
    background-color: rgba(255, 82, 82, 0.05);
}
.table-warning, .table-warning > th, .table-warning > td{
    background-color: rgba(254, 111, 52, 0.08);
}
.table-info, .table-info > th, .table-info > td{
    background-color: rgba(92, 176, 255, 0.08);
}
.table-success, .table-success > th, .table-success > td{
    background-color: rgba(81, 200, 84, 0.12);
}
.modal-open{
	overflow: auto;
    padding-right: 0!important;
}
.modal-open .modal{
    overflow: hidden!important;
	padding-right: 0!important;
}
.modal-content{
	background-color: rgb(247, 251, 247);
	padding: 15px;
}
.modal-header{
	padding:15px 0;
}
.modal-header .close{
	position: absolute;
    right: 15px;
}
.modal-header .modal-title{
	color: #031C03;
	text-align: left;
    width: 100%;
    font-size: 1.5rem;
    font-weight: normal;
	background-color:transparent;
}
.modal-body .fa-exclamation-circle{
	font-size: 1.5rem;
    float: left;
    margin-right: 15px;
    color: #031C03;
}
.modal-body p{
	overflow:hidden;
	margin-bottom: 1rem;
}
.modal-footer{
	padding:15px 0;
}
.dropdown-menu{
	padding:10px;
}
.dropdown:hover .dropdown-menu{
	display:block;
}
.dropdown-item{
	padding: 3px 15px;
    border-bottom: 1px solid #ddd;
    font-size: 0.85rem;
}
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active{
	background-color: #007900;
	color:#fff;
}


.tDnD_whileDrag{
    background-color: #fff;
    box-shadow: 0 1px 5px #eee;
}
.table-sortable{
	color: #ccc;
    margin-right: 10px;
}
.btn-copy-permalink{
	cursor:pointer;
}
.permalink-value{
	text-transform:lowercase;
}
.permalink-value::selection{
  background: transparent;
}
.btn-copy-permalink i{
	transition:0.3s;
	margin-right: 5px;
}
.navbar{
	background-color:#fff;
}
.navbar .navbar-brand img{
	max-width:100px;
}.main-slider .fill{
	background-size: cover;
    height: 600px;
}
.main-slider .owl-nav [class*=owl-]{
	color:#FFF;
	font-size:14px;
	margin:5px;
	padding:4px 7px;
	background:#000;
	display:inline-block;
	cursor:pointer;
	border-radius:3px;
}
.main-slider .owl-nav [class*=owl-]:hover{
	background:#ddd;
	color:#FFF;
	text-decoration:none;
}
.main-slider .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#000;
	display:block;
	transition:opacity .2s ease;
	border-radius:30px;
}
.main-slider .owl-dots .owl-dot.active span, .main-slider .owl-dots .owl-dot:hover span{
	background:#333;
}.partners .owl-item{
	height: 80px;
    position: relative;
}
.partners .owl-item img{
	padding:0 15px;
	max-width: 150px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    width: auto;
}
.partners .owl-nav .owl-prev, .owl-nav .owl-next{
	position:absolute;
	top: 35%;
	font-size: 18px;
	color:#000
}
.partners .owl-nav .owl-next{
	right:0;
}
.partners .owl-dots{
	text-align:center;
	-webkit-tap-highlight-color:transparent;
	display:inline-block;
	zoom:1;
	position: absolute;
    width: 100%;
}
.partners .owl-dots .owl-dot{
	width:10px;
	height:10px;
	margin:5px 7px;	
	background:#000;
	display:inline-block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:30px;
}
.partners .owl-dots .owl-dot.active,.partners .owl-dots .owl-dot:hover{
	background:#fff;
}.social-profiles img{
	width:30px;
	height:30px;
	margin-right:5px;
}.photos .photo .img{
	height: 150px;
    background-size: cover;
    border-radius: 0.4rem;
	margin-bottom: 30px;
	cursor: pointer;
}.project-pictures .picture{
	margin: 10px 0;
}
.project-pictures .picture img{
	width: 100%;
	border-radius: 2px;
}
.project-pictures .picture a{
	position: absolute;
    top: 5px;
    right: 5px;
    background-color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 10rem;
    line-height: 1.4;
}

header{
	background-color: #fff;
	padding:30px 15px 0;
}
@media(max-width:990px){
	header{
		display:none;
	}
}
header .logo{
	margin-bottom:30px;
}
header .logo img{
	width:100%;
	height:auto;
	display:block;
	margin:auto;
}
header .contact-item{
	margin:20px 0 30px;
}
header .contact-item i{
	float: left;
    font-size: 22px;
    color: #008729;
    width: 50px;
    height: 50px;
    border: 1px solid #008729;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
}
@media(max-width:990px){
	header .contact-item i{
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
		font-size:14px;
	}
}
header .contact-item p{
	overflow: hidden;
    padding: 8px 1px 0px 15px;
    font-size: 13px;
}
@media(max-width:990px){
	header .contact-item p{
		padding-top:0;
	}
}
header .contact-item span{
	display:block;
	font-weight:900;
	color:#008729;
}
header .social-profiles{
	display:inline-block;
}
header a img{
	width: 30px;
	height: 30px;
	margin-right: 5px;
	border-radius: 10rem;
	margin: 30px 5px 30px 0;
}
.navbar{
	background-color:#007900;
	padding:0;
	margin:0;
}
.navbar-light .navbar-toggler{
    background-color: #fff;
    border-radius: 0;
	border:none;
}
.navbar .navbar-nav .nav-link{
    color: #fff;
	text-transform: uppercase;
    border-right: 1px solid #ffffffab;
    padding: 13px;
    font-weight: 600;
    font-size: 12px;
    transition: 0.3s;
}
.navbar .navbar-nav .nav-item:last-child .nav-link{
	border:none;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus, .navbar .navbar-nav .nav-link:active, .navbar .navbar-nav .show > .nav-link, .navbar .navbar-nav .active > .nav-link, .navbar .navbar-nav .nav-link.show, .navbar .navbar-nav .nav-link.active{
    color: #fff;
    background-color: #FD7C05;
}
.navbar .navbar-nav .nav-link i{
	margin-left:5px;
}
.main-slider-panel{
	height:600px;
	background-color: #031C03;
}
.main-slider-panel .main-slider .fill{
	position: relative;
    background-size: cover;
    background-position: top;
    box-shadow: 0 0 0 1000px #09080870 inset;
}
.main-slider-panel .main-slider .fill .details{
	position: absolute;
    bottom: 30px;
    left: 20%;
    top:50%;
    width: 65%;
    color: #fff;
    text-align: center;
}
@media(max-width:990px){
	.main-slider-panel .main-slider .fill .details{
		position: absolute;
	    bottom: auto;
	    left: auto;
	    width: 100%;
	    padding: 30px;
	    top: 50%;
	    transform: translateY(-50%);
	}
}
.main-slider-panel .main-slider .fill .details h2{
	font-size: 25px;
    font-weight: bold;
}
@media(max-width:990px){
	.main-slider-panel .main-slider .fill .details h2{
		font-size: 1.5rem;
	}
}
.main-slider-panel .main-slider .fill .details p{
	font-size:1rem;
	margin-bottom:0;
}
.main-slider-panel .owl-nav .owl-prev, .main-slider-panel .owl-nav .owl-next{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: #fff;
    background-color: transparent;
    width: 45px;
    height: 45px;
    border: 1px solid #ffffffab;
    text-align: center;
    line-height: 35px;
    border-radius: 100px;
	transition:0.3s;
}
.main-slider-panel .owl-nav .owl-prev:hover, .main-slider-panel .owl-nav .owl-next:hover{
	background-color:#fff;
	color:#000;
}
.main-slider-panel .owl-nav .owl-prev{
	left:30px;
}
@media(max-width:990px){
	.main-slider-panel .owl-nav .owl-prev{
		left:0;
	}
}
.main-slider-panel .owl-nav .owl-next{
	right:30px;
}
@media(max-width:990px){
	.main-slider-panel .owl-nav .owl-next{
		right:0;
	}
}
.main-slider-panel .owl-dots{
	display:none;
}
.news-flash-panel{
	position: relative;
    background-color: #fff;
    padding: 30px 0 0;
}
.news-flash-panel h4{
	background-color: #000;
    color: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
}
.news-flash-panel .carousel-item a{
	display: block;
    color: #000;
    font-size: 20px;
    font-weight: 300;
	padding-right:150px;
	margin-bottom:30px;
	height:58px;
	overflow:hidden;
}
.news-flash-panel .carousel-control-prev, .news-flash-panel .carousel-control-next{
	background-color: #000;
	width: 58px;
	height: 58px;
	opacity: 1;
}
.news-flash-panel .carousel-control-prev{
	right:68px;
	left:auto;
}
.heading{
    position: relative;
	margin: 0 0 20px;
}
.heading h2{
	position:relative;
	font-size: 25px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 800;
    margin: 0 0 5px;
}
.heading h2 .btn{
	font-size: 0.8rem;
    padding: 0.45rem 1rem;
}
.minister-panel{
	padding:30px 0 0;
}
.minister-panel p{
	font-size: 18px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 10px;
}
.minister-panel h5{
	margin-bottom:30px;
}
.minister-panel .btn{
	margin:0 5px 30px 0;
}
.minister-panel img{
	width: 100%;
    margin-bottom: 30px;
}
.events{
    padding: 30px 0 0;
    background-color: #fff;
}
.recent-event{
	margin-bottom:30px;
}
.recent-event img{
	height: 60px;
    float: left;
    margin-right: 15px;
}
.recent-event .event-details{
	overflow: hidden;
	min-height:60px;
}
.recent-event .event-details h4{
	font-size: 16px;
    margin-bottom: 10px;
}
.recent-event .event-details p{
	margin-bottom: 0;
    font-size: 15px;
    font-weight: 300;
}
.events .all-our-events{
	color: #000;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    margin: 30px 0;
    display: inline-block;
}
.events .event{
	position:relative;
	background-color:#fff;
	border:1px solid #ddd;
	margin-bottom: 20px;
}
.events .event .img-overly{
	background-color:#000;
}
.events .event .img-overly img{
	width:100%;
	transition:0.3s;
	border-bottom: 1px solid #eee;
}
.events .event:hover .img-overly img{
	opacity:0.5;
}
.events .event .event-details{
	padding:15px;
}
.events .event .event-details .post-date{
	position: absolute;
    font-size: 12px;
    color: #fff;
    right: 0;
    top: 0;
    background-color: #0000009e;
    padding: 3px 6px;
}
.events .event .event-details h4{
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: bold;
	height: 65px;
    overflow: hidden;
}
.events .event .event-details h4 a{
	color: #000;
}
.events .event .event-details p{
    color: #666;
    margin: 0;
    font-size: 13px;
}
.events .event .event-details .stats{
    list-style: none;
    margin: 0;
    padding: 0;
	margin-top: 15px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
	background-color:transparent;
}
.events .event .event-details .stats li{
    display: inline-block;
    border-right: 1px solid #ccc;
    padding: 0 5px 0;
    font-size: 12px;
	color:#000;
}
.events .event .event-details .stats li i{
    color: #FD7C05;
}
.events .event .event-details .stats li:last-child{
    border: none;
}
.events .event .event-details .btn{
    float: right;
    margin-top: -28px;
    padding: 4px 12px;
}
.events .owl-nav .owl-prev, .events .owl-nav .owl-next{
	position: absolute;
    right: 40px;
    top: -50px;
    font-size: 1.2rem;
    color: #000;
    border: 2px solid #000;
    width: 30px;
    height: 30px;
    text-align: center;
	transform: none;
}
.events .owl-nav .owl-next{
	right:0;
}
.events .owl-dots{
	display:none;
}
.stats{
	background-color: #031C03;
	color: #fff;
	padding: 30px 0 0;
}
.stats .item{
	text-align:center;
	margin-bottom: 30px;
}
.stats .item .counter-value{
	font-size: 1rem;
    font-weight: 900;
    border: 2px solid #007900;
    height: 100px;
    width: 100px;
    display: inline-block;
    margin-bottom: 30px;
    border-radius: 100rem;
    line-height: 100px;
}
.stats .item h2{
	font-size: 1rem;
	font-weight: bold;
	margin:0;
}
.contribute{
	padding:30px 0;
	text-align:center;
}
.contribute h1{
	background-color: #fff;
    padding: 30px;
    font-size: 3rem;
    font-weight: 900;
	margin:0;
}
.call-for-tender-separater{
	background-color:#fff;
	padding:30px 0;
	text-align:center;
}
.call-for-tender-separater span{
	width: 2px;
    height: 100px;
    display: inline-block;
    background-color: #000;
    margin-bottom: 30px;
}
.call-for-tender-separater h1{
    font-size: 3rem;
    font-weight: 900;
	margin:0;
}
.call-for-tender{
	padding: 30px 0;
    box-shadow: 0 0 0 1000px #00000047 inset;
	background-size:cover;
    color: #fff;
	border-right: 30px solid #007900;
}
.call-for-tender .heading{
	margin-bottom:0;
}
.call-for-tender p{
	margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
}
@media(max-width:990px){
	.call-for-tender p{
		margin-bottom:20px;
	}
}
.call-for-tender a{
	background-color: #fff;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
}
@media(max-width:990px){
	.call-for-tender a{
		margin-top:10px;
		width:100%;
	}
}
.call-for-tender form{
	margin-top:18px;
}
.services{
	background-color:#fff;
	padding:30px 0 0;
}
.services .recent-service{
	position:relative;
	height:300px;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
	background-size: cover;
    background-position: center;
	box-shadow: 0 0 0 1000px #0000006b inset;
}
.services .recent-service.recent-program{
	height:190px;
}
.services .recent-service:hover{
	box-shadow: 0 0 0 1000px #000000ba inset;
}
.services .recent-service .details{
	position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    padding: 15px;
	transition:0.3s;
}
.services .recent-service .details h4{
	font-size: 25px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 800;
	margin:0;
}
.services .recent-service.recent-program .details h4{
	font-size: 20px;
}
.services .service{
	margin-bottom:20px;
}
.services .service i{
	float: left;
    width: 50px;
    height: 50px;
    background-color: #007900;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border: 5px solid #fff;
    box-shadow: 0 0 0 1px #007900;
    margin-right: 20px;
    font-size: 1.2rem;
}
.services .service .details{
	overflow: hidden;
}
.services .service .details h4{
	text-transform: uppercase;
    font-size: 1rem;
    font-weight: 900;
    color: #444;
}
.services .service .details p{
	margin: 0;
    color: #333;
}
.video-photos{
	padding:30px 0 0;
}
.video-photos .embed-responsive{
	margin-bottom:30px;
}
.video-photos .photos .photo .img{
	height:138px;
	border-radius:0;
}
.partners{
	padding:30px 0;
}
.partners .owl-item{
	height:auto;
}
.partners .item{
	background-color: #fff;
    border: 1px solid #eee;
    height: 150px;
}
.partners .item img{
	width: auto;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	display: block;
	padding: 30px;
	vertical-align: middle;
	transform: translate(-50%,-50%);
	left: 50%;
	position: absolute;
	top: 50%;
}
.partners .partner{
	display:none;
	background-color: #fff;
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 20px;
}
.partners .partner img{
    max-width: 100%;
    height: 150px;
    margin: auto;
    display: block;
}
.partners .owl-nav .owl-prev, .owl-nav .owl-next{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
}
.partners .owl-nav .owl-prev{
	left:-10px;
}
.partners .owl-nav .owl-next{
	right:-10px;
}
.page{
	position:relative;
}
.page .page-header{
	background-color:#007900;
	background-size: cover;
    background-position: center;
}
.page .page-header .page-heading{
	background: linear-gradient(141deg, #00000082 54%, #0000 69%, #0000 75%);
    padding: 60px 15px;
    color: #fff;
}
.page .page-header .page-heading h2{
	font-weight:900;
}
.page .page-header .page-heading ul{
	list-style: none;
    margin: 0;
    padding: 0;
}
.page .page-header .page-heading ul li{
	display: inline-block;
    letter-spacing: 1px;
    color: #eee;
}
.page .page-header .page-heading ul li i{
	margin: 0 10px;
}
.page .page-body{
	padding:30px 0;
	background-color:rgb(247, 251, 247);
	min-height: 100vh;
}
.page .page-body .panel{
	background-color:#fff;
	padding:30px;
}
.page-body .about{
    margin-top:40px;
}
.about .titre{
    position: relative;
    background-color: rgb(255, 87, 34);
    padding: 0.8rem 1.25rem;
}
.about .titre h5{
    font-weight: 500;
    font-size: 0.85rem;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #fff;
}
.page-body .about h3{
    color:rgb(255, 87, 34);
}
.page-body .about h4{
    color:#007900;
}
.page-body .about p{
    text-align:justify;
}
.document{
    margin-bottom: 15px;
    background:rgb(232, 238, 241);
}
.document i{
	float: left;
    padding: 10px;
    color: rgb(2, 136, 209);
    font-size: 1.5rem;
}
.document .details{
    overflow: hidden;
    padding:10px 10px 10px 0;
	height: 47px;
}
.document .details .date{
    color: rgb(255, 87, 34);
    display: block;
    font-weight: 600;
    line-height: 0.8;
    font-size: 0.85rem;
}
.document .details .title{
    color: #000;
    font-weight: 600;
}
.page-mot-de-sem-le-ministre .panel .main-img{
	width:100%;
	margin-bottom:30px;
}
.page-mot-de-sem-le-ministre .panel h6{
	margin-bottom:30px;
}
.page-mot-de-sem-le-ministre .panel .social-profiles{
	margin-bottom:30px;
}
.page-mot-de-sem-le-ministre .panel .social-profiles a{
	display: inline-block;
    margin-right: 5px;
    border-radius: 5px;
    padding-right: 10px;
}
@media(max-width:990px){
	.page-mot-de-sem-le-ministre .panel .social-profiles a{
		display: block;
	    text-align:left;
		margin-bottom:5px;
	}
}
.page-mot-de-sem-le-ministre .panel .social-profiles a.facebook{
	color: #3b5998;
	border: 1px solid;
}
.page-mot-de-sem-le-ministre .panel .social-profiles a.twitter{
	color: #00aced;
	border: 1px solid;
}
.page-mot-de-sem-le-ministre .panel .social-profiles a.linkedin{
	color: #007bb6;
	border: 1px solid;
}
.nav-tabs .nav-link{
	border-radius: 0;
    padding: 12px 24px;
    font-size: 14px;
}
@media(max-width:990px){
	.nav-tabs .nav-link{
		width:100%;
	}
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    color: #fff;
    background-color:#007900;
}
.tab-content{
	padding: 30px;
    border: 1px solid #ddd;
    border-top: none;
    margin-bottom: 30px;
}
.page-mot-de-sem-le-ministre .panel .tab-content p{
	margin-bottom:0;
}








.news-container{
    margin: 30px 0px;
    position: relative;
    z-index: 9;
}
.news-container .time-line-border{
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #ccc;
    left: 47%;
    z-index: -1;
}
.news-container .news-left, .news-container .news-right{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 100px;
}
.news-container .news-details{
    background-color: #008850;
    color: #fff;
    padding: 25px;
    border-radius: 4px;
}
.news-container .news-tip-left{
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #008850;
    right: 0;
    top: 37%;
}
.news-container .news-tip-right{
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 20px 0;
    border-color: transparent #008850 transparent transparent;
    left: 0;
    top: 37%;
}
.news-container .news-image img{
    width: 100%;
    padding: 20px;
    border-radius: 100%;
}
.news-container .news-date{
    font-size: 40px;
    color: #e75618;
    line-height: 4;
}
.calendar-event{
	margin-bottom:5px;
	border-bottom:1px solid #666;
}
.calendar-event span{
	float: left;
    margin-right: 10px;
    font-size: 1rem;
    text-align: center;
    color: #FD7C05;
    border-right: 1px solid #666;
    padding-right: 10px;
	width:45px;
	font-weight:500;
}
.calendar-event .details{
	overflow: hidden;
	min-height: 50px;
}
.calendar-event .details h5{
	margin-top:5px;
	margin-bottom:0;
}
.calendar-event .details a:hover{
	color:#007900;
}
.features .feature{
	margin-bottom:20px;
}
.features .feature i{
	float:left;
	color:#007900;
	margin-right: 20px;
    font-size: 2.1rem;
}
.features .feature .details{
	overflow:hidden;
}
.features .feature .details h4{
	font-weight: 400;
    font-size: 1.3rem;
	margin-bottom:15px;
	padding-bottom: 5px;
    border-bottom: 2px solid #FD7C05;
	display: inline-block;
}
.features .feature .details p{
	font-size:0.9rem;
	margin-bottom:0;
	font-weight:400;
}
#calendarEvents{
	margin-bottom:20px;
}
.calendar-events{
	margin: 20px 0 60px;
}
.calendar-events h4{
	background-color: #000;
    color: #fff;
    padding: 10px;
	font-size:1rem;
}
.president{
	margin-bottom:20px;
}
.carousel-indicators{
	top: -32px;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0;
	bottom:auto;
}
.carousel-indicators li{
	padding: 0.5rem;
    border: none;
    background-color: #007900;
    color: #fff;
    border-radius: 0;
    width: 50%;
    font-size: 0.7rem;
    text-align: center;
	font-weight: bold;
	margin: 0;
    text-indent: 0;
    height: 32px;
}
.carousel-indicators .active{
	background-color: #FD7C05;
}
.president img{
	margin-top:2px;
	width:100%;
}
.president .details{
	text-align:center;
	padding:10px;
	border:1px solid #ddd;
    border-top: none;
}
.president .details h4{
	font-size:1rem;

}
.stats-link{
	margin-bottom:20px;
}
.video{
	margin-bottom:15px;
}
.stats-link img{
	width:100%;
}
.subscribe{
	text-align: center;
    background-color: #031C03;
    color: #fff;
    padding: 10px;
    margin-bottom: 60px;
}
.subscribe i{
	font-size:2.5rem;
}
.subscribe p{
	margin:0 auto 10px;
}
.page .domaines h4{
	color:#FD7C05;
	padding:10px 0;
}
.our-team{
	padding: 60px 0 40px;
}
.our-team .member{
	background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 4px #ddd;
	text-align:center;
	padding:20px;
	margin: 135px 0 20px;
}
.our-team .member img{
	width: 80%;
    margin: -135px auto 20px;
    border-radius: 100rem;
    border: 20px solid #f7fbf7;
}
.our-team .member p{
	font-weight:bold;
	color:#007900;
}
.our-team .member .social-profiles a{
	display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #ddd;
    color: #fff;
    text-align: center;
    line-height: 2;
    font-size: 0.8rem;
    border-radius: 10rem;
    margin: 0 1px;
}
.faq-section{
    margin-bottom: 30px;
}
.section-title{
    text-align: center;
    margin: 40px 0;
}
.nav-pills{
    justify-content: center;
    margin-bottom: 15px;
}
.nav-pills .nav-link{
    color: #fff;
    background-color: #007900;
    margin-left: 5px;
    font-weight: bold;
    border-radius: 0;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    color: #fff;
    background-color: #FD7C05;
}
.faq-section .panel{
    background-color: transparent;
    border: none;
     padding:7px;
    margin-bottom: 10px;
}

.faq-section .panel .panel-heading{
    margin-bottom: 0;
}
.panel-heading{
    margin-bottom: 15px;
}
.faq-section .panel .panel-heading a{
    background-color: #0a380a;
    font-size: 1rem;
    font-size: 1.13rem;
    font-weight: 600;
    color: #fff;
    display: block;
    padding: 5px 10px;
    position: relative;
}
.faq-document h5{
	font-size:26px;
	text-align:left;
	color:
}
.faq-document hr{
	width: 35%;
    margin-left: 5px;
    margin-top: 5px;
    background: #fd7e14;
    height: 3px;
}
.faq-document .etude{
	background-color: #e9d4b60d;
    border: 1px solid #cccccc42;
	padding:10px;
}
.faq-document .panel .panel-heading a{
	color: #0a380a;
	font-size:1.2em;
	}
.faq-document .panel .panel-heading i{
	background-color: #0a380a;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
	border-radius:100%;
	font-size: 1.2rem;
	color:#fff;

}
.faq-section .panel .panel-heading a:before{
    position: absolute;
    right: 25px;
    transform: rotate(180deg);
    transition: all 0.3s;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f062";
}
.page-body .service-box{
    position: relative;
    background-color: rgb(255, 255, 255);
    border: 1px solid #ccc;
    padding: 30px;
    margin-bottom: 10px;
    overflow: hidden;
}
.page-body .service-box i{
	background-color: #0a380a;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
	border-radius:100%;
	font-size: 1.2rem;
	color:#fff;
}
.page-body .service-box .details{
    overflow: hidden;
}
.page-body .service-box .details h4{
    font-size: 1rem;
}
.page-body .service-box .details p{
    margin-bottom: 0;
    color: #666;
}
.page-body .service-box img{
    float: left;
    margin-right: 10px;
    height: 70px;
    width: 70px;
    text-align: center;
    background-color: #002E5B;
    color: #fff;
    border-left: 3px solid #45c4e9;
    font-size: 2.5rem;
    line-height: 1.8;
}
.activities .activity{
	margin-bottom:20px;
}
.activities .activity img{
	width:100%;
}
.activities .activity .details{
	background-color: #fff;
    padding: 20px;
    margin-left: 20px;
    margin-top: -20px;
    position: relative;
}
.activities .activity .details h5{
	margin-bottom:15px;
}
.activities .activity .details span{
	display:inline-block;
	margin-right:10px;
}
.activities .activity .details span i{
	margin-right:5px;
	color:#007900;
}
.programs .nav-tabs .nav-link{
	color: #ff8300;
    border-color: transparent;
	margin-right: 3px;
}
.programs .nav-tabs .nav-link.active, .programs .nav-tabs .nav-item.show .nav-link{
    color: #fff;
	border-color: transparent;
}
.programs .program{
    margin-bottom: 30px;
    box-shadow: 0 2px 2px #ddd;
    padding: 10px;
    border: 1px solid #ddd;
}
.programs .program img{
	width:100%;
}
.programs .program .details{

}
.programs .program .details h4{
	font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.programs .program .details p{
	height: 40px;
    overflow: hidden;
}
.programs .program .details .btn{
	font-size: 0.75rem;
    padding: 5px 10px;
}

.projects .project{
	display:none;
	margin-bottom:20px;
	position:relative;
}
.projects .project img{
	width:100%;
}
.projects .project .overly{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 -100px 100px #000000bd inset;
	padding: 150px 10px 0;
	text-align: center;
	transition:0.3s;
}
.projects .project .overly span{
	display:inline-block;
    background-color: #007900;
    color: #fff;
    padding: 8px;
	transition:0.5s;
	opacity:0;
	cursor:pointer;
}
.projects .project:hover .overly span{
	opacity:1;
}
.projects .project .overly h5{
	color: #fff;
    margin: 8px 0 0;
}
.process{
	background-color: #000;
    padding: 60px 20px 40px;
    color: #fff;
    margin: -20px;
}
.process .process-heading{
	text-align: center;
    margin-bottom: 60px;
}
.process .process-heading h4{
	font-weight: 900;
	margin-top: 5px;
}
.process .process-heading p{
    margin: auto;
    font-size: 1rem;
    color: #ccc;
}
.process .process-box{
	margin-bottom: 20px;
}
.process .process-box img{
	width: 70px;
    float: left;
    margin-right: 20px;
}
.process .process-box .details{
	overflow: hidden;
}
.process .process-box .details h5{
	font-weight: 900;
    margin-bottom: 15px;
}
.process .process-box .details p{
	font-size: 0.9rem;
    color: #ccc;
}
.latest-services{
	padding:60px 0;
}
.latest-services .latest-services-heading{
	text-align:center;
	margin-bottom:60px;
}
.latest-services .latest-services-heading h4{
	font-weight:900;
}
.latest-services .latest-services-heading p{
	font-size:1rem;
	color:#333;
	margin:auto;
}
.latest-services .col-md-3{
	padding:0;
}
.latest-services .service{
	background-color:#333;
	color:#fff;
	transition:0.3s;
}
.latest-services .service:hover{
	background-color:#007900;
}
.latest-services .service img{
	width:100%;
}
.latest-services .service .details{
	padding: 30px 20px;
}
.latest-services .service .details h5{
	font-weight:900;
	margin-bottom: 10px;
}
.latest-services .service .details p{
	font-size:1rem;
	margin-bottom:0;
}
.page-le-haut .nav-tabs{
	border-bottom: none;
}
.page-le-haut .nav-tabs .nav-link{
    border: none;
    background-color: #007900;
    color: #fff;
    padding: 1rem 2rem;
    font-weight: bold;
	font-size: 1.2rem;
    width: 50%;
    border-radius: 0;
    letter-spacing: 1px;
	position:relative;
}
@media(max-width:990px){
.page-le-haut .nav-tabs .nav-link{
	padding: 1rem 0.5rem;
    font-size: 0.7rem;
    text-align: center;
}
}
.page-le-haut .nav-tabs .nav-link.active, .page-le-haut .nav-tabs .nav-item.show .nav-link{
    color: #ffffff;
    background-color: #FD7C05;
    border-color: transparent;
}
.page-le-haut .nav-tabs .nav-link.active:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 24px solid #FD7C05;
    border-bottom: 24px solid transparent;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
}
.page-le-haut .tab-content{
	padding-top:50px;
	text-align:justify;
}
#v-pills-tabContent{
	border-top:1px solid #ddd;
}
.card{
	margin-bottom:14px;
}
.card-header{
	position: relative;
	background-color: #fff;
	padding: 0.5rem 1.25rem;
}
.card-header i{
	position: absolute;
    right: 0;
    top: 0;
    background-color: #007900;
    color: #fff;
    width: 50px;
    height: 100%;
    text-align: center;
    line-height: 2.5;
	border-radius: 0 calc(0.25rem - 1px) 0 0;
}
.fact-counter{
	padding:120px 0 100px;
	margin-top:20px;
	background-position: center;
    background-size: cover;
    box-shadow: 0 0 0 1000px rgba(42, 72, 0, 0.75) inset;
}
.fact-counter .single-fact{
	margin-bottom:20px;
	text-align:center;
	color:#fff;
}
.fact-counter .single-fact i{
	display: block;
    margin-bottom: 20px;
    font-size: 2rem;
    color: #6aaf08;
}
.fact-counter .single-fact .counter-value{
	font-size: 2.5rem;
    font-weight: 900;
}
.fact-counter .single-fact p{
	text-transform: uppercase;
    font-size: 1rem;
}
.contact-heading h4{
	font-size: 1rem;
    display: inline-block;
    background-color: #fff;
    padding: 10px 20px;
    border-bottom: 3px solid #000;
	margin-bottom: -3px;
}
.contact-heading hr{
	margin-top: 0;
    border-top: 3px solid #007900;
}
.contact-form{
	margin-bottom:20px;
}
.contact-form .form-control{
	background-color:#fbfbfb;
}
.search-box{
	background-color: #FD7C05;
    padding: 20px;
    margin-bottom: 20px;
}
@media(max-width:990px){
.search-box .form-control{
	margin-bottom:10px;
}
}
.facebook-page{
	margin-bottom:20px;
}


.btn-more{
	display:none;
}
.error-404 h1{
	font-size: 10rem;
    color: #fff;
    font-weight: bold;
    text-shadow: 5px 5px 1px #666;
}
.error-404 h1 span{
    color: #C50E29;
    display: inline-block;
	margin: 0 5px;
}
.error-404 h4{
    font-size: 2rem;
    color: #eee;
    font-weight: 300;
}
.error-404 h5{
    font-size: 1.5rem;
    color: #FD7C05;
    margin: 15px 0;
}
.error-404 p{
	color:#ddd;
}


@media(max-width:768px){
.g-recaptcha{
transform: scale(0.60);
transform-origin: 0 0
}
}
.map-container{
	height:546px;
	overflow:hidden;
	border:2px solid #fff;
	border-radius:2px;
	margin-bottom:30px;
}
#map{
	height:710px;
	margin-top: -50px;
}
#google_translate_element, .goog-te-banner-frame, .goog-tooltip{
	display:none!important;
}
.goog-text-highlight{
	background-color:transparent!important;
	box-shadow:none!important;
}
#goog-gt-tt{
	display:none!important;
}


footer{
    background-color: #031C03;
    padding: 30px 15px 0;
	color:#fff;
	margin-top: 330px;
}
@media(max-width:990px){
	footer{
		margin-top:0;
	}
}
footer .footer-col{
	margin-bottom:30px;
	border: 1px solid #fff;
	padding:30px 30px 20px;
}
footer .footer-col h5{
	position:relative;
	font-size: 25px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 800;
    margin: 0 0 15px;
}
footer .footer-col.links a{
	font-size:16px;
	display: block;
    margin-bottom: 15px;
    color: #eee;
}
footer .footer-col.links a i{
	margin-right:5px;
}
footer .footer-col.contact{
	background-color: #fff;
    padding: 60px;
    color: #000;
    text-align: center;
    margin-top: -360px;
	border-top: 30px solid #007900;
}
@media(max-width:990px){
	footer .footer-col.contact{
		margin-top:0;
	}
}
footer .footer-col.contact img{
	max-width:100%;
	margin-bottom:15px;
}
footer .footer-col.contact h5{
	margin-bottom:60px;
}
footer .footer-col.contact .form-control{
	background-color: rgb(247, 251, 247);
}
footer .footer-contact-info{
	border-top: 1px solid #fff;
    padding: 30px 0;
	text-align: center;
}
footer .footer-contact-info a{
	display: inline-block;
    margin: 0 15px;
    color: #eee;
    font-size: 16px;
}
footer .social-profiles{
	text-align: center;
    padding-bottom: 30px;
}
footer .social-profiles img{
	border-radius: 100rem;
	margin: 0 10px;
}
.bottom-line{
	padding: 30px 15px;
    background-color: #031C03;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.bottom-line i{
	color:red;
	margin:0 2px;
}
