/* Import des polices */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed|Roboto:400,700');

body, html, #wrapper{
	width: 100%;
	height:100%;
}

html{
	box-sizing: border-box;
	font-size: 100%;
	font-family: sans-serif;
	line-height: 1.15;
	/*background-color: #FFF;
	color: #000;*/
}


img {
    border-style: none;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
}

/* Css page credit image ronde*/


.title1 span{
color:#1a171b;
font-size: 28px;
line-height: 28px;
margin-top: 20px;


}

/*chose blog*/

.black {
	font-weight: 500;
	color:#070500;
}

.choose_bg {
	background:#fff;
}


.choose_bg .white_bg  {
	background: #fff;
	padding: 40px 20px;
	box-shadow: #ddd 0px 0px 10px 3px;
	margin-bottom: 5px;
}
.choose_bg .white_bg .for_box {
	text-align: center;
	padding: 1px ;
}
.choose_bg .white_bg .for_box i {display:block;}
.choose_bg .white_bg .for_box h3 {
	font-size: 26px;
    line-height: 21px;
	color: #070500;
	padding: 25px 0px 15px 0px ;
	display: inline-block;
}

.choose_bg .white_bg .for_box p {
	color: #0d0c0a;
	font-size: 17px;
	line-height: 28px;
}


.title1 {
    text-align: center;
    padding-bottom: 20px;
     padding-top: 20px;

}

/*fin de modicic*/

/*  css contact*/

.normalhead h2, .transheader h2 {
    color: #ffffff;
    font-size: 60px;
    font-weight: bold;
    background: linear-gradient(#54bd82, #54bd82 1%, #54bd82 100%);
}



.normalhead h3, .transheader h3 {
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    background: linear-gradient(45deg, #8f8f8f 1%, #8f8f8f 100%);
}

.contact-details li {
    position: relative;
    list-style: none;
    margin-bottom: 9px;
    border-bottom: 1px dotted #eee;
    padding-bottom: 9px;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
}



/*fin css conatct*/

body{
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-size: 0.85rem;
	font-weight: normal;
	line-height: 1.5;
	color: #292b2c;
	background-color: #EEEEEE;
	position: relative;
}

article, aside, footer, header, nav, section {
	display: block;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.bold{
	font-weight: bold;
}

a {
	color: #2FB168;
	outline: 0;
	cursor: pointer;
	-webkit-transition: all 0.2s linear 0s,letter-spacing 0s linear 0s;
	-moz-transition: all 0.2s linear 0s,letter-spacing 0s linear 0s;
	-o-transition: all 0.2s linear 0s,letter-spacing 0s linear 0s;
	transition: all 0.2s linear 0s,letter-spacing 0s linear 0s;
}

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

a.gris{
	color: #777;
}

a.rouge{
	color: #ec2c32;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
	font-weight: normal;
	margin: 0;
	padding-bottom: 10px;
	padding-bottom: 10px;
}

h5 {
	font-size: 14px;
	line-height: 20px;
}

h4 {
	font-size: 17px;
	line-height: 20px;
}

.bold{
	font-weight: bold;
}

.header{
	height: 80px;
}

.hasOverly>div {
	background: rgba(0,0,0,0.4);
}
.dtable{
	display: table;
}

.dtable-cell{
	display: table-cell;
	vertical-align: middle;
}

.relative {
	position: relative;
}

.hw100{
	height:100%;
	width: 100%;
}

.no-border{
	border: none;
}

.navbar-site{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1001;
}

/*menu principal*/
.navbar-default .navbar-nav>li>a {
	color: #555;
	font-size: 11px;
	height: 40px;
	line-height: 1;
	/*padding: 12px 10px;*/
	font-weight: 600;
	text-transform: uppercase;
}

.main-menu>li>a:hover {
	color: #000;
	border-bottom: solid 2px #ec2c32;
}

.navbar-nav .open .dropdown-menu {
	position: absolute;
	background: #fff;
	margin-top: 0;
	border: 1px solid #D9DEE4;
	box-shadow: none;
	right: 0;
	left: auto;
	width: 220px;
}

.header .dropdown-menu li {
	width: 100%;
}

.header .dropdown-menu li a {
	width: 100%;
	padding: 12px 20px;
}

.header ul.dropdown-menu li a i {
	font-size: 17px;
}

/**/

.intro{
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 400ms cubic-bezier(0.25,0.1,0.25,1) 0s;
}

.intro .container{
	max-width: 800px;
}

.intro h1, .intro-title {
	color: #fff;
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-size: 35px;
	line-height: 32px;
	font-weight: bold;
	letter-spacing: -0.3px;
	margin-bottom: 10px;
	padding-bottom: 0;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	text-transform: uppercase;
	-webkit-transition: font 400ms cubic-bezier(0.25,0.1,0.25,1) 0s;
	-moz-transition: font 400ms cubic-bezier(0.25,0.1,0.25,1) 0s;
	-o-transition: font 400ms cubic-bezier(0.25,0.1,0.25,1) 0s;
	transition: font 400ms cubic-bezier(0.25,0.1,0.25,1) 0s;
}

.progres-intro{
	height: 320px;
	background: #5e5e5e;
}

.search-row {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.search-row .search-col {
	padding: 0;
	position: relative;
}

.form-control {
	display: block;
	width: 100%;
	height: 38px;
	padding: 0.5rem 0.75rem;
	font-size: 0.85rem;
	line-height: 1.25;
	color: #464a4c;
	background : #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 0.25rem;
	margin-bottom: .5rem;
	-webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	-moz-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

.form-group {
	margin-bottom: 1rem;
}

.search-row .search-col:first-child .form-control {
	border-radius: 3px 0 0 3px;
}

.search-row .search-col .form-control {
	box-shadow: none!important;
}

.search-row .search-col .form-control, .search-row button.btn-search {
	border-radius: 0;
	border: 0;
	height: 48px;
	margin-bottom: 0;
}

.search-row .search-col .form-control, .search-row button.btn-search {
	border-radius: 0;
	border: 0;
	height: 48px;
	margin-bottom: 0;
}

.btn-container{
	margin-top: 10px;
}

.btn-primary {
	color: #fff;
	background-color: #24B365;
	border-color: #24B365;
}

.search-row .btn-search {
	border-radius: 0 3px 3px 0!important;
}

.btn-primary:hover {
	color: #fff;
	background-color: #107360;
	border-color: #0f6a58;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn{
	font-weight:normal;
	line-height:1.5;
	text-align: center;
	padding: 8px 12px;
}

.has-icon {
	padding-left: 40px;
}

label {
	display: inline-block;
	margin-bottom: 0; /*.5rem*/
}

.input-icon{
	position: relative;
}

.input-icon input {
	padding-left: 45px;
}

.user-icon:before, .pwd-icon:before{
	font-family: FontAwesome;
	color: #555;
	opacity: 0.6;
	border-right: 1px solid #ccc;
	padding-right: 10px;
	font-size: 16px;
	left: 14px;
	line-height: 22px;
	position: absolute;
	top: 9px;
}

.user-icon:before{
	content: "\f007";
}

.pwd-icon:before{
	content: "\f023";
}

.box-title {
	border-bottom: solid 1px #ddd;
}

.box-title h2 {
	margin: 15px 0;
	padding: 0;
	font-size: 18px;
	line-height: normal;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
}

.box-title h2 span {
	font-weight: lighter;
}

.locinput {
	border-right: solid 1px #ddd!important;
}

.icon-append {
	color: #949494;
	font-size: 25px;
	left: 8px;
	position: absolute;
	top: 11px;
}

.main-container {
	min-height: -webkit-calc(100% - 162px);
	min-height: -moz-calc(100% - 162px);
	min-height: calc(100% - 162px);
	/* padding: 30px 0; */
}

.content-box {
	background: #ffffff;
	border-radius: 3px;
	display: block;
	box-shadow: 0 1px 1px rgba(180,180,180,0.5);
	overflow: hidden;
	margin-bottom: 30px;
}

.col-thin-right {
	padding-right: 10px;
}

.col-thin-left {
	padding-left: 10px;
}

.row-featured-category {
	margin-bottom: -1px;
}

.row-featured {
	overflow: hidden;
	margin-right: -16px;
}

.adds-wrapper {
	background: #fff;
	clear: both;
	display: block;
	height: auto;
	overflow: auto;
	width: 100%;
}

.add-details a {
	font-weight: bold;
}

.item-list {
	border-bottom: solid 1px #ddd;
	clear: both;
	padding: 15px;
	height: auto;
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	-moz-transition: background 0.25s ease-in;
	-o-transition: background 0.25s ease-in;
	transition: background 0.25s ease-in;
	-webkit-transition: background 0.25s ease-in;
}

.type-title {
	margin-bottom: 0;
	padding-bottom: 0;
	color: #999999;
	font-size: 12px;
}

.type-title a {
	color: #999999;
}

.pub-title {
	margin-bottom: 5px;
	padding-bottom: 0;
}

.pub-title a:hover{
	text-decoration: underline;
}

.pub-desc {
	color: #4e575d;
}

.pub-actions {
	clear: both;
	display: block;
	margin-top: 5px;
}

.main-art{
	background: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

.main-art .sub-title{
	font-size: 18px;
	border-bottom:solid 1px #3E5367;
	margin-bottom: 5px;
	margin-top: 15px;
}

.main-art p{
	margin-top: 10px;
	margin-bottom: 10px;
}

.main-art .type-title a {
	color: #FFF;
	font-size: 14px;
	padding: 5px;
	background: #000;
	margin-bottom: 5px;
}

.main-art .pub-title{
	font-size: 18px;
	font-weight: 600;
}

.auteur-row{
	font-size: 14px;
}

.auteur-row a{
	color: #3E5367;
}

.info-row {
	display: block;
	clear: both;
	font-size: 12px;
	color: #000000;
	font-weight: 600;
	/*color: #8a8a8a;*/
}

.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

span.aut-name:after{
	content: ", ";
}
span.aut-name:last-child:after{
	content:"";
}

div.login-box {
	float: none;
	margin: 0 auto;
	clear: both;
}

.panel-default {
	border-color: #ddd;
}

.panel-intro {
	padding: 40px 0 25px;
}

div.login-box .panel-body {
	padding-left: 20px;
	padding-right: 20px;
}

.panel-body {
	padding: 15px;
}

.panel-footer {
	box-shadow: 0 1px 3px rgba(0,0,0,0.05) inset;
}


.card {
	background: #fff;
	min-height: 50px;
	box-shadow: none;
	position: relative;
	margin-bottom: 20px;
	transition: .5s;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	padding: 10px;
}

.card:hover {
	box-shadow: 0 1px 5px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
	transition: all 150ms linear;
}

.card small{
	color: #888;
	font-weight: 500;
}

.card .title{
	padding-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.card-cnt{
	padding-left: 5px;
}

.card-img{
	padding-right: 10px;
}

.card p{
	margin-top: 5px;
}
.text-ellipsis{
	overflow: hidden;
	text-overflow: ellipsis;
}

.logo-header{
	width: 190px;
	overflow:hidden;
}

.inner-box {
	background: #ffffff;
	border-radius: 3px 3px;
	box-shadow: 0 1px 1px rgba(180,180,180,0.5);
	margin-bottom: 30px;
	padding: 20px 15px;
}

.title-2 {
	border-bottom: 1px solid #e6e6e6;
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: left;
}

.cat-list.arrow {
	margin-bottom: 0;
}

.cat-list {
	display: block;
	margin-bottom: 30px;
	line-height: 24px;
	text-align: left;
}

.cat-list.arrow li {
	border-bottom: 1px dotted #ddd;
	padding: 5px 14px;
}

.cat-list.arrow li:before {
	content: "\f054"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
}

.cat-list li a {
	border-radius: 2px;
	font-style: normal;
	-webkit-transition: all 0.1s ease 0s;
	-moz-transition: all 0.1s ease 0s;
	-o-transition: all 0.1s ease 0s;
	transition: all 0.1s ease 0s;
	font-size: 12px;
	color: #4e575d;
}

.filtre-box{
	border: solid 1px #24B365;
	background-color: #f8f8f8;
	/*background-color: #f8f8f8;
	border: 1px solid #e7e7e7;*/
	height: 100%;
	margin: 10px 0;
	padding: 10px;
}

.filtre-box button{
	line-height: 22px;
}

/*nice-select*/
.nice-select.form-control {
	font-size: 13px;
	margin: 0;
	padding: 8.5px 15px;
	line-height: 20px;
	height: 40px;
}

.nice-select .option {
	width: 100%;
	background: #ffffff;
	border-bottom: 1px solid #cccccc;
	color: #222222;
	cursor: pointer;
	display: block;
	font-size: 13px;
	margin: 0;
	overflow: hidden;
	padding: 0 15px;
	text-decoration: none;
	text-overflow: ellipsis;
}

.nice-select .option {
	text-align: left;
}

.nice-select .list {
	max-height: 250px;
	overflow-y: auto;
	width: 100%;
}

.page-info {
	width: 100%;
	min-height: 94px;
	color: #fff;
	padding: 60px 0;
}

.page-info.hasOverly{
	padding: 0;
}

.page-info.hasOverly>div {
	background: rgba(0,0,0,0.4);
	padding: 60px 0;
}

.iconbox-wrap {
	border-collapse: separate;
	border-spacing: 0;
	display: table;
	height: auto;
	min-height: 40px;
	padding: 15px;
	position: relative;
	text-align: center;
	width: 100%;
}

.iconbox {
	display: table-row;
}

.iconbox-wrap-icon {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid rgba(255,255,255,0.2);
}

.iconbox-wrap-icon .icon {
	font-size: 55px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle!important;
	color: #2ecc71;
}

.iconbox-wrap-content {
	display: table-cell;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
}

.iconbox h5 {
	font-size: 34px;
	font-weight: 700;
	line-height: 40px;
	padding-bottom: 0;
}

.iconbox-wrap-text {
	color: #aaa;
	font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

.main-footer{
	background: #555;
}

.footer-content {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-top: 1px solid rgba(0,0,0,0.1);
	font-size: 14px;
	padding: 40px 0;
	color: #333;
	background: #f5f5f5;
}

.copy-info {
	display: block;
	font-size: 11px;
	margin-top: 10px;
	padding-left: 0;
}

.footer-menu a{
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}

.user-thumb{
	display: block;
	margin-bottom: 10px;
}

.user-thumb img{
	width: 70%;
}

.page-content .inner-box {
	overflow: auto;
	padding: 15px;
}

.hdata {
	/*display: inline-block;*/
	margin-right: 0px;
	/*width: 85px;*/
}

.hdata .icon{
	float: left;
	margin: 10px;
	color: #2FB168;
}

.hdata .content{
	float: left;
	margin: 5px;
	color: #000;
	font-weight: bold;
	border-left: solid 1px #000;
	padding-left: 5px;
}

.hdata .content span{
	color: #555;
	text-transform: uppercase;
	font-weight: lighter;
}

.hdata i{
	font-size: 25px;
}

.nav-tabs{
	border-bottom: 2px solid #eee;
	padding: 0;
	background: transparent;
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: none;
	border-radius: 0;
	color: #999;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border: none;
}

.nav-tabs>li>a:hover, .nav-tabs>li>a:active, .nav-tabs>li>a:focus {
	background-color: transparent !important;
	color: #444 !important;
}

.nav-tabs>li {
	border-bottom: solid 2px #eee;
	font-weight: 500;
	margin-bottom: -2px;
}


.nav-tabs>li.active{
	border-bottom: solid 2px #30b069;
}

a.nav-link.active{
    border-bottom: 3px solid #EC2C32 !important;
    text-decoration: none;
}

a.nav-link.menu:hover {
	border-bottom: solid 2px #ec2c32;
}

ul.ul-dates{
	margin:0;
	padding: 0;
	list-style: none;
}

ul.ul-dates li{
	margin-bottom: 15px;
}

ul.ul-dates div.dates, ul.ul-dates-gray div.dates {
	float: left;
	width: 80px;
}

ul.ul-dates div.dates span, ul.ul-dates-gray div.dates span {
	/* background-color: #03cc85; */
	padding: 6px;
	display: block;
	text-align: center;
	color: #fff;
	position: relative;
}

ul.ul-dates div.dates span:first-child {
	-webkit-box-shadow: 0px 2px 6px -3px rgba(68, 68, 68, 0.5);
	box-shadow: 0px 2px 6px -3px rgba(68, 68, 68, 0.5);
	z-index: 3;
	position: relative;
}

ul.ul-dates div.dates span {
	background-color: #03cc85;
}

ul.ul-dates div.dates span:last-child {
	background-color: #03bb7a;
}

ul.ul-dates div.content {
	margin-left: 90px;
	min-height: 70px;
	padding-top: 10px;
}

ul.ul-dates div.content h4 {
	font-weight: 600;
	font-size: 16px;
	margin-top: 0;
	padding-bottom: 5px;
}

ul.ul-dates div.content p {
	font-size: 13px;
}

ul.ul-card {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.ul-card li {
	position: relative;
	padding: 50px 15px 20px 0px;
	background-color: #fff;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px 3px 3px -3px #ccc;
	box-shadow: 0px 3px 3px -3px #ccc;
	border-radius: 3px;
	margin-left: 10px;
	color: #333;
}
ul.ul-card li .dy {
	position: absolute;
	top: 10px;
	left: -10px;
	border-radius: 0px;
	padding: 0;
	color: white;
}
ul.ul-card li .dy span {
	padding: 7px 10px;
	line-height: 30px;
	margin: 0;
}
ul.ul-card li .dy .degree {
	background-color: #03bb7a;
}
ul.ul-card li .dy .year {
	/* background-color: #03cc85; */
	-webkit-box-shadow: -3px 0px 7px -3px rgba(68, 68, 68, 0.5);
	box-shadow: -3px 0px 7px -3px rgba(68, 68, 68, 0.5);
	margin-left: -3px !important;
}
ul.ul-card li .dy .year {
	background-color: #03cc85;
}

ul.ul-card p.quoi{
	font-weight: 500;
}


.user-profile{
	color: #555;
	font-weight: 500;
}

.user-profile img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-right: 10px;
}

.navbar-right{
	margin-top: 20px;
}

.navbar-right>li>a{
	padding: 5px 15px 5px 15px;
	/*background: #EFEFEF;*/
}

.navbar-right>li.active>a{
	background: #123;
}

/********************** ancien **********************/

.nav_inside{
	float: left;
	margin-top: 30px;
	width: auto;
}

.nav_inside .menu{
	display: inline-block;
	padding-left: 15px;
}

.nav_inside .menu li{
	position: relative;
    display: inline;
    height: auto;
    padding: 0 0.2em;
    background: transparent;
}

/*.nav_inside .menu li a{
	font-size: 14px;
    font-weight: 600;
    padding: 0 0 27px;
    display: inline;
    margin: 0 15px;
    border: none;
    line-height: normal;
	color: #FFF;
}*/

.tools{
	float: right;
	padding: 5px;
	max-width: 225px;
}


.btn-save{
	background: #24B365;
	color: #FFF;
}

.btn-save:hover{
	background:#388C6D;
}

.btn-cancel{
	background: #CF262D;
	color: #FFF;
}


a.btn_login{
	padding: 4px 23px 4px;
    background-color: #EC2C32;
    color: #FFF;
	font-weight: 600;
	margin-top: 25px;
}
a.btn_login:hover{
    background-color: #CF262D;
    text-decoration: none;
}

.menu>li>a:hover, .menu>li>a:active {
    border-bottom: 5px solid #EC2C32 !important;
    text-decoration: none;
}
.caps{
	text-transform: uppercase;
}

.current-user{
	font-size: 0.95em;
}

.current-user table, .current-user table a{
	color: #FFF;
}
.current-user .user-info{
	float: left;
}

.current-user .avatar{
	border-radius: 50%;
	width: 60px;
	margin: 2px;
}


/*


*/

.table tr th{
	background: #197141;
	color: #FFF;
}

.table tr td.no-data{
	text-align: center;
	font-style: italic;
}

div.no-data{
	margin: 10px;
	padding: 15px;
	text-align: center;
	font-style: italic;
}

div.admin{
	margin: 5px 0;
}

/** Datatable **/
table.dataTable thead{
	background: #197141;
	color: #FFF;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #D5F7E3;
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #000;
}

td.col-action{
	text-align: right;
}

td.col-action a{
	padding: 2px 5px;
	color:#000;
	font-size: 1.2em;
}

.form-reponse{
	display: none;
	padding: 15px;
	border-radius: 0.25rem;
}

.form-reponse.error{
	color: #FF0000;
	border: solid 1px #FF0000;
	background: #FFB1AE;
}

#reponse{
	position: absolute;
	width: 250px;
	height: 40px;
	top: 0;
	left: 50%;
	margin-left: -125px;
	padding: 5px;
	font-weight: 600;
	font-size: 12px;
	z-index: 1100;
}

#reponse.success {
	color:#555;
	background-color:#ddd;
}

#reponse.loading {
	color:#ffffff;
	background-color:#F88017;
}

#reponse.error{
	color:#ffffff;
	background-color:#FF0000;
}

.person-vcard{
	padding: 15px 0;
}

.person-vcard .profile{
	clear: none;
	text-align: inherit;
	width: 75%;
	margin-left: 0;
	margin-right: 0;
	display: table-cell;
	float: left;
	vertical-align: top;
}
.person-vcard .profile{
	padding-top: 15px;
}
.person-vcard .profile .meta{
	width: 160px;
	float: left;
}
.person-vcard .profile .meta .image{
	padding: 5px;
	background: #fff;
	border: 1px solid #e1e4e6;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(217, 221, 227, 0.5);
}
.person-vcard .information{
	overflow: hidden;
	padding: 20px 0;
	padding-left: 20px;
}

.information .information-details a{
	color: #197141;
}

.information h1{
	font-size: 2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.person-vcard .mesure{
	float: left;
	clear: none;
	width: 25%;
	margin-left: 0;
	margin-right: 0;
	display: table-cell;
	/*float: none;*/
	border-left: 1px solid #e1e4e6;
	border-right: 1px solid #e1e4e6;
	position: relative;
	text-align: center;
}



/*.transparent-header
.navbar{
	background: transparent;
	border-bottom-color: transparent;
	transition: background-color 0.4s ease-in-out, border-bottom-color 0.4s;
}
*/

.container-fluid.profile-navigation {
	background: #efefef;
	border-bottom: solid 1px #555;
}


.container-fluid.main{
	background-color: #FFF;
}

.container-fluid.chercheurs{
	background-color: #444;
	background-image: url(../images/promotion_cames_nb.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.container-fluid.chiffre{
	background-color: #F5F5F5;
}

.container-fluid.footer{
	background-color: #000;
	color: #FFF;
}

.prof-slider{
	margin-bottom: 20px;
}



.form-block{
	border: solid 1px #24B365;
	border-top-width: 5px;
}

.form-title{
	background: #EFEFEF;
	color: #444;
	padding: 5px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
}

.chiffre-item{
	color: #197141;
}

i.chiffre-icon{
	border: solid 5px #24B365;
	border-radius: 50%;
	display: inline-block;
	font-size: 50px;
	width: 110px;
	height: 110px;
	line-height: 106px;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 10px;
}

.chiffre-item p a{
	text-transform: uppercase;
	color: #24B365;
	font-size: 12px;
}

.chiffre-item h4 a{
	text-transform: uppercase;
	color: #197141;
	font-size: 30px;
	font-weight: 600;
}

.chercheurs .titre{
	color: #FFF;
}

.titre{
	font-size: 17px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	margin-top: 5px;
}

.titre:after{
	content:'';
    position:absolute;
    left:0;right:0;
    top:100%;
    width:40%;
    height:6px;
    background:#24B365;
}
.titre-center:after{
    left:30%;
}

img.form-thumb{
	border: solid 3px #FFF;
	width: 100px;
	height: 100px;
	background: #dddddd;
}

.form-boutons-div{
	/*border:solid 1px #24B365;*/
	padding: 10px;
	margin: 20px 0;
	text-align: right;
}

.titre span{
	font-weight: bold;
}

.grid-result-item{
	/* float: left;
	width: 30%; */
	height: 110px;
	/* margin-left: 0;
	margin-right: 1.3em;*/
	padding: 0px;
	background: #f0f0f0;
	/* margin-bottom: 1.3em;
	padding-right: 10px;*/
}
.grid-result-item .image {
	padding: 2px;
	width: 100px;
	float: left;
	margin-right: 12px;
	margin-top: 12px;
	border-radius: 50%;
}

.grid-result-item .info-person {
	overflow: hidden;
}

ul.relations{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
}

.relations li a{
	color: #444;
}

h3.title{
	margin-top: 15px;
	margin-bottom: 3px;
	font-size: 1.3em;
}

h3.title a{
	color: #197141;
}

.articles .art{
	background: #EFEFEF;
	padding: 5px 5px 5px 35px;
	margin: 5px  0;
}
.articles .art.public{
	background-image: url(../images/public.png);
	background-repeat: no-repeat;
	background-position: 10px;
}
.articles .art.private{
	background: url(../images/private.png) no-repeat 10px;
}

.articles .art .type{
	font-size: 11px;
	color: #555;
}
.articles .art  a.title{
	font-size: 14px;
	color: #003300;
	font-weight: bold;
}
.articles .art  .auth a{
	font-size: 13px;
	color: #000;
	font-weight: bold;
}
.articles .art .an, .articles .art .jrnl{
	font-size: 12px;
	color: #333;
}


.login-signup-menu {
    display: none;
    /*position: relative;*/
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0;
}
.login-signup-menu .btn-default {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .03em;
    text-transform: none;
    background: transparent;
	border: none;
    color: #000;
    padding-left: 0;
    padding-right: 0;
}
.login-signup-menu .btn-default {
    margin-right: 13px;
    text-transform: uppercase;
}

.login-signup-menu .btn-login {
	padding: 4px 23px 4px;
	background-color: #EC2C32;
}

.login-signup-menu .btn-login:hover{
	background-color: #CF262D;
}

.navbar .main-menu .top-level>li>a:hover, .navbar .main-menu .top-level>li>a:active, .navbar .main-menu .top-level>li>.nolink.active, .navbar .main-menu .top-level>li>a.open {
    border-bottom: 4px solid #EC2C32 !important;
	text-decoration: none;
}

.prof-item a img{
	border: solid 3px #FFF;
}

.prof-item a{
	color: #FFF;
}

.prof-item  h4{
	font-weight: bold;
}

.profile-navigation nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.profile-navigation nav ul li:first-child{
	margin-left: 0;
}

.profile-navigation nav ul li{
	float: left;
	margin-left: 25px;
}

.profile-navigation nav ul li a.portal-link{
	padding: 15px 0;
	color: #555;
}

.profile-navigation nav ul li a.portal-link:hover{
	text-decoration: none;
}

.profile-navigation nav ul li a.portal-link:hover i.fa{
	color: #24B365;
}

.profile-navigation nav ul li.selected a{
	color: #323232;
	font-weight: bold;
	border-bottom: solid 3px;
}

.profile-navigation nav a{
	display: block;
	font-size: 1.2em;
}

.profile-navigation nav a{
	display: block;
	font-size: 1.2em;
	color: #555;
}

.bloc-resume{
	margin-bottom: 20px;
}

.profile-navigation nav a i{
	margin-right: 6px;
}

h2.section-title{
	font-size: 1.5em;
	font-weight: normal;
	color: #555;
	border-bottom: solid 1px #444;
}


.hero-content {
    position: absolute;
    top: 20%;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}


.btn{
	transition: all .25s ease-in-out;
}

.input-group .btn-search{
	line-height: 44px;
	border: solid 1px #000;
	font-size: 20px;
	color: #FFF;
	background-color: #EB2B31;
	font-weight: 600;
}

.input-group .search-input{
	line-height: 45px;
	border: solid 1px #000;
	font-size: 20px;
	padding-left: 36px;
	height: 54px;
	color: #000;
	background: url("../images/search.png") no-repeat left center #FFF;
}


@media(min-width: 768px){
	.navbar-site{
		margin-bottom: 0 !important;
		height: auto;
		background: #fff;
		border-radius: 0;
		border-bottom: solid 1px #ddd;
	}

	.navbar-left {
		margin-top: 20px;
	}

	.logo{
		height: 80px;
		line-height: normal;
	}






	.navbar-default .navbar-nav>li.postadd {
		padding-left: 15px;
		margin-left: 5px;
		border-left: solid 1px #ddd;
	}

	.navbar-default .navbar-nav>li.postadd a {
		border-radius: 3px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		color: #fff;
		font-size: 12px;
		height: 40px;
		line-height: normal;
		padding: 12px 0;
		text-transform: uppercase;
		width: 130px;
	}

	.navbar-default .navbar-nav>li .btn-post:hover {
		background-color: #c9302c;
		border-color: #8b211e;
	}



} /* media 768*/

@media(min-width: 992px){
	.hero-content {
		top: 15%;
	}

	.hero-title {
		font-size: 60px;
	}
}

.ui-datepicker-header{
	background: #197141;
	color: #FFFFFF;
	border: 0;
	margin-bottom: 2px;
}

.ui-datepicker-calendar{
	background: #EFEFEF;
}

.ui-datepicker th {
	background: #24B365;;
	color: #FFFFFF;
	border: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #ccc;
	color: #444;
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus {
	border-color: #197141;
	background:#D5F7E3 ;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border-color: #197141;
	background: #24B365;
	color: #D5F7E3;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border-color: #D5F7E3;
	background: #197141;
	color: #FFF;
	font-weight: bold;
}

/**/
/*Upload image*/
.file_container{
	position: relative;
	/*float: left;*/
	height: 152px;
	width: 170px;
	background: #f2f2f2;
	border: 1px dashed #ccc;
	padding: 0;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}

.file_container[data-state="uploaded"] {
	border: 1px solid #ccc;
	line-height: 148px;
}

.file_container[data-state="uploaded"] i.icon-close {
	position: absolute;
	top: -12px;
	right: -12px;
	margin: 0;
}

.file_delete{
	width: 170px;
	text-align: center;
	display: none;

}

.button-link {
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: 0 0;
	outline: 0;
	cursor: pointer;
}

.delete-file{
	color: red;
}

.mrm {
	margin-right: 20px;
}
.mts {
	margin-top: 10px;
}
.file_container input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}

.loader{
	background: #fff;
	opacity: .7;
	display: none;
}

.image{
	/*position: absolute;*/
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	color: #fff;
	font-size: 14px;
	z-index: 20;
}

.image .loaderGif {
	position: absolute;
	left: 50%;
	bottom: 50%;
	height: 50px;
	width: 50px;
	/*margin: 0 0 -25px -25px;*/
	margin: 0 0 -2.5rem -2.5rem;
	background: url("../images/bx_loader.gif") no-repeat center center transparent;
}

.icon-camera{
	margin: 1.9rem 0 0;
	font-size: 5.8rem;
}
/**/

.pagination{
	margin: 5px 0;
}

.pagination li a{
	margin-left: 5px;
}

ul.pagination li a{
	background: #24B365;
	color: #FFFFFF;
}

div.filtre{
	border: solid 1px #24B365;
	background: #D5F7E3;
}



.filtre-search-tools{
	font-size: 11px;
	color: #777777;
	font-weight: 600;
	margin-bottom: 10px;
}

.filtre-box .form-group{
	margin: 0;
}

.chart-box{
	position: relative;
	min-height: 400px;
	color: white;
}

@media print {
   .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
   }
   .col-sm-12 {
        width: 100%;
   }
   .col-sm-11 {
        width: 91.66666667%;
   }
   .col-sm-10 {
        width: 83.33333333%;
   }
   .col-sm-9 {
        width: 75%;
   }
   .col-sm-8 {
        width: 66.66666667%;
   }
   .col-sm-7 {
        width: 58.33333333%;
   }
   .col-sm-6 {
        width: 50%;
   }
   .col-sm-5 {
        width: 41.66666667%;
   }
   .col-sm-4 {
        width: 33.33333333%;
   }
   .col-sm-3 {
        width: 25%;
   }
   .col-sm-2 {
        width: 16.66666667%;
   }
   .col-sm-1 {
        width: 8.33333333%;
   }
}
