/********* style général ********/
	* { 
		margin: 0;
		padding: 0px;
	} 

html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;

  margin:0;
  padding: 0;

  background-color:#767A68;

  font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  cursor:default;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
}

p { 
	padding: 0; 
	margin-bottom: 12px; 
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px; 
	line-height: 24px;
	color: #384452; 
	margin-top: 10px; 
}

img {
	height: auto;
	max-width: 100%;
}

a { 
	padding: 0;
	margin: 0;
	text-decoration: none; 
}
a:hover,
a:focus {
  text-decoration: none;
  color:#01b2fe;
}

::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}

.centered {
	text-align: center;
}

/************** Modification de Bootstrap ************/

/**************** FORMULAIRE *************/

.form-horizontal {
	margin-top: 40px;
}

.form-group {
	padding-left: 20px;
	color: rgba(0, 77, 125, 1); /* bleu;*/

}
.form-control {
	padding-left: 5px;
	border: 1px solid;
	border-color: rgba(158, 192, 57, 0.7); /* vert;*/
	width: 100%;
}
  .form-horizontal .control-label {
    text-align:left;
  }


/******************* PANEL ***************************/
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4em;
  color: #777;
  width: auto;
}

.panel-title > a {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #999;
}

.panel-body {
  font-size: 1.1em;
  margin-right: 0px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0px;
  width: 100%;
}

.panel-default {
  border-color:transparent;
}
.panel-default > .panel-heading {
  color: #333;
  background-color:transparent;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: rgba(0, 77, 125, 0.5); /* bleu;*/
}

/*The accordion is closed*/
.accordion-icon:before {
    content: "\f0d7";
}
/*The accordion is open*/
.active .accordion-icon:before {
    content: "\f0d8";
 }


/******************* DROP ***************************/
.dropdown-menu {
	background-color: rgba(0, 77, 125, 0.75); /* bleu;*/
	text-transform:none;
}

.dropdown-menu > li > a {
	color: white;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.05em;
}

/*************** headerwrap **************/
#headerwrap {
	background-color: #fff;
	/*min-height: 20px;*/
}

#headerwrap h3, h5 {
	color: white;
	font-weight: 400;
}

#headerwrap h1 {
	color: white;
	margin-bottom: 25px;
}

#headerwrap .img-responsive {
	margin: 0 auto;
}

/* Footer */
#footerwrap {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#footerwrap i:hover {
	color: #00b3fe
}

#footerwrap h4 {
	color: white;
}

#footerwrap i {
	font-size: 30px;
	color: #bfc9d3;
	padding-right: 25px;
}

#footerwrap i:hover {
	color: #00b3fe
}
