@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	margin: 15px 0;
	line-height: normal;
}
.container{
	/*border-left: solid #ddd 1px;
	border-right: solid #ddd 1px;*/
}
header.header{
	margin: 0 0 20px 0;
}
.btn-primary{
	background-color: #009ced;
    border-color: #009ced;
}
.btn-success{
	background-color: #51b06e;
    border-color: #51b06e;
}
h1.titre1{
	font-size: 30px;
	text-align: center;
}
h3.titre2{
	font-size: 20px;
	text-align: center;
}
h3.titre3{
	font-size: 20px;
}
div.inscription_wrapper{
	border: solid #ddd 1px;
}
div.inscription_wrapper h4{
	font-weight: bold;
	text-align: left;
	padding: 10px;
	background-color: #eee;
	border-bottom: solid #ddd 1px;
	font-size: 16px;
}
form.form_inscription{
	padding: 15px;
}
form.form_inscription input, form.form_inscription select, form.form_edit_profile input, form.form_edit_profile select{
	border-radius: unset;
}
div.inscription_wrapper p{
	text-align: left;
	padding: 10px;
	background-color: #eee;
	border-top: solid #ddd 1px;
	columns: #787878;
	font-size: 13px;
	margin: 0;
}
footer{
	margin: 50px 0 0 0;
	border-top: solid #ddd 1px;
	padding: 15px 10px 0 10px;
}
form .error {
	color: #ff0000 !important;
    font-size: 12px;
}
div.top_stats{
	border:solid 1px #ddd;
	padding: 10px;
	min-height: 90px;
	margin-bottom: 20px;
}
div.bloc_1{
	background-image: url(../images/icone5.jpg);
	background-position: right 5px bottom;
	background-repeat: no-repeat;
}
div.bloc_2{
	background-image: url(../images/icone6.jpg);
	background-position: right 5px bottom;
	background-repeat: no-repeat;
}
div.bloc_3{
	background-image: url(../images/icone7.jpg);
	background-position: right 5px center;
	background-repeat: no-repeat;
}
div.bloc_4{
	background-image: url(../images/icone8.jpg);
	background-position: right 5px center;
	background-repeat: no-repeat;
}
div.stats_title{
	font-size: 18px;
	color: #ccc;
}
div.stats_result{
	font-size: 46px;
	color: #aaa;
	font-weight: bold;
}
div.challenge_wrapper{
	margin: 30px 0;
}
div.challenge_title{
	font-size: 18px;
	font-weight: bold;
	color: #3f4847;
	padding: 15px;
}
div.challenge_countdown{
	font-size: 18px;
	color: #3f4847;
	padding: 15px;
}
div.logo{
	position: absolute;
    top: 50px;
    left: 50px;
    width: 150px;
    height: 150px;
    /*background-color: #fff;*/
    text-align: center;
}
div.ajouter_dossier{
	margin-top: 50px;
	color: #5f5f5f;
}
.msg-error {
  color: #c65848;
}
.g-recaptcha.error {
  border: solid 2px #c64848;
  padding: .2em;
  width: 19em;
}
nav.profil_nav_menu{
	border-bottom: solid #ddd 1px;
}
a.profil_nav{
	color: #149fc7;
	font-size: 16px;
    font-weight: bold;
}
div.profil_breadcrumb{
	margin-top: 20px;
}
div.profil_breadcrumb ol.breadcrumb{
	margin: 0;
    background-color: unset;
    padding-left: 0;
    padding-right: 0;
}
li.breadcrumb-item a{
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
li.breadcrumb-item.active{
	color: #6c757d;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
}
div.profil h1{
	color: #646b6d;
    font-weight: bold;
    font-size: 26px;
    margin-top: 20px;
}
div.profil p{
	color: #646b6d;
    font-size: 12px;
}
span.required{
	color: #f00;
}
div.profil h3{
	color: #646b6d;
    font-weight: bold;
    font-size: 16px;
    margin-top: 30px;
    border-bottom: solid #ddd 1px;
}
div.profil_form, div.notification_form{
	margin-bottom: 8px;
}
div.profil_form label{
	margin: 10px 0;
	color: #646b6d;
}
div.form_links{
	font-size: 14px;
	color: #149fc7;
}
div.form_links a{
	color: #149fc7;
}
div.form_links i{
	font-size: 14px;
}
div.notification_form label{
	margin: 10px 0;
	color: #000;
}
a{
	color: #009ced;
}

form.form_inscription input, form.form_inscription textarea, form.form_inscription select{
  width: 100%;
  padding: 5px 10px;
  border: 1px solid rgb(204, 204, 204);
}
form.form_inscription label{
  margin: 0;
}
form.form_inscription div.control-group{
  margin-bottom: 10px;
}
form.form_inscription label.error, span.required{
	color: #f00;
}
div.g-recaptcha{
	width: 304px;
	height: 78px;
	margin: auto;
}
div.container_content{
	padding: 150px 0 0 0;
}

@media only screen and (max-width : 991px) {
	div.container_content{
		padding: 80px 0 0 0;
	}
}
