body.accueil {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.access-layout { display: none; }

.spacer {
	clear: both !important;
	font-size: 0 !important;
	line-height: 0 !important;
	float: none !important;
	height: 0 !important;
	width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.normal { font-weight: normal !important }
.gras { font-weight: bold }
.italique { font-style: italic }
.majuscules { text-transform: uppercase }
.gauche { text-align: left }
.droite { text-align: right }
.justifie { text-align: justify }
.centre { text-align: center }
.souligne { text-decoration: underline }
.minuscules { text-transform: none }

.f-gauche { float: left !important }
.f-droite { float: right !important }

.marge1 { height: 10px; }
.marge2 { height: 20px; }
.marge3 { height: 30px; }
.marge4 { height: 40px; }
.marge5 { height: 50px; }

.s8 { font-size: 8px; }
.s9 { font-size: 9px; }
.s10 { font-size: 10px; }
.s11 { font-size: 11px; }
.s12 { font-size: 12px; }
.s13 { font-size: 13px; }
.s14 { font-size: 14px; }
.s15 { font-size: 15px; }
.s16 { font-size: 16px; }
.s17 { font-size: 17px; }
.s18 { font-size: 18px; }
.s19 { font-size: 19px; }
.s20 { font-size: 20px; }
.s21 { font-size: 21px; }
.s22 { font-size: 22px; }
.s23 { font-size: 23px; }
.s24 { font-size: 24px; }
.s25 { font-size: 25px; }
.s26 { font-size: 26px; }
.s27 { font-size: 27px; }
.s28 { font-size: 28px; }
.s29 { font-size: 29px; }
.s30 { font-size: 30px; }


body {
	padding-top: 70px;
}

.requis {
	font-weight: bold;
	color: red;
}

.form-label-normal label {
	font-weight: normal !important
}

.input-group-addon {
	max-width: 140px;
	text-overflow: ellipsis;
	overflow: hidden;
}


/* Connexion */
.account-wall {
    margin-top: 20px;
    padding: 40px 20px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 90px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0px 2px 90px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 2px 90px rgba(0, 0, 0, 0.8);
}

.account-wall h2 {
	margin: 0 0 25px 0;
}

.navbar-brand {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 20px;
}

.navbar-brand > img {
	max-height: 40px
}

/* Vignettes */
.listeVignettes {
	text-align: center
}

.listeVignettes .col-sm-6, .listeVignettes .col-md-2 {
	float: none;
	display: inline-block;
	margin: 0 0 20px 0;
	width: 13%
}

.listeVignettes .thumbnail .caption {
	padding: 10px 0;
}

.listeVignettes .caption {
	text-align: center;
}

.listeVignettes .fa, .listeVignettes .glyphicon {
	font-size: 60px;
}

.listeVignettes a {
	text-decoration: none;
	display: block;
}

.listeVignettes span {
	
}

.listeVignetteTitre {
	margin: 5px 0 0 0;
	font-size: 16px;
	display: block;
}

/* Footer */
.footer {
	background-color: #f5f5f5;
	padding: 15px 0;
	margin: 50px 0 0 0;
}



/* Formulaires */
label.has-error {
	display: none;
	position: absolute;
	top: -99999px;
}

.form-control.has-error {
	border-color:#a94442;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075)
}

.form-control.has-error:focus{
	border-color:#843534;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

.input-group-addon.has-error {
	color:#a94442;
	border-color:#a94442;
	background-color:#f2dede
}

.form-control-feedback.has-error{
	color:#a94442
}

.inline-form-control {
	display: inline-block;
	width: auto;
}

.margeHaut2 {
	margin-top: 20px;
}

.mce-path {
	display: none !important;
}

.input-xs {
    height: 22px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

/* Table */
.table {
	font-size: 11px;
}

.table th .fa { display: inline }

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

.table-striped>tbody>tr:hover {
	background-color: #E2E2E2
}

/* Sortable */
body.dragging, body.dragging * {
	cursor: move !important;
}

.dragged {
	position: absolute;
	opacity: 0.5;
	z-index: 2000;
}

ul.sortable li.placeholder {
  position: relative;
}

ul.sortable li.placeholder:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	margin-top: 0;
	left: 0;
	top: -4px;
	border: 5px solid transparent;
	border-left-color: red;
	border-right: none
}

.panel-collapse h4 a { 
	text-decoration: none;
	display: block
}

.panel-collapse h4 a:after {
	float: right;
	font-family: FontAwesome;
	display: inline-block;
	content: '\f0d7';

}

.sansMargeHaut { margin-top: 0 !important }

.bootstrap-datetimepicker-widget {
	width: auto !important;
}

.bootstrap-datetimepicker-widget td {
	width: auto !important;
	line-height: normal !important;
	height: auto !important;
	text-align: center !important
}

.bootstrap-datetimepicker-widget td span {
	float: none !important;
	width: auto !important;
	line-height: normal !important;
	height: auto !important;
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
	width: auto !important;
}

.choixProduit {
	text-align: center;
}

.choixProduit.active {
	background: #f5f5f5;
}

.choixProduit h4 {
	margin: 5px 0 10px 0;
}

.choixProduitImage {
	vertical-align: middle;
	height: 50px;
}

.choixProduitImage img {
	margin: 0 10px 0 0;
}

.choixProduit label {
	font-weight: normal;
	font-size: 12px;
	white-space: nowrap
}

/* Navbar */
.navbar-default {
  background: #eaf5fb;
  border-color: #b9def0;
}
.navbar-default .navbar-brand {
  color: #4c4c4c;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #23527c;
}
.navbar-default .navbar-text {
  color: #4c4c4c;
}
.navbar-default .navbar-nav > li > a {
  color: #4c4c4c;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #23527c;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #23527c;
  background: #b9def0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #23527c;
  background: #b9def0;
}
.navbar-default .navbar-toggle {
  border-color: #b9def0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: #b9def0;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #4c4c4c;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #4c4c4c;
}
.navbar-default .navbar-link {
  color: #4c4c4c;
}
.navbar-default .navbar-link:hover {
  color: #23527c;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #4c4c4c;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #23527c;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #23527c;
    background: #b9def0;
  }
}

.demandeHauteur{
	height: 280px;
}