/* https://kuler.adobe.com/Eduardo-color-theme-3374/ */

body {
    padding-top: 70px;
	padding-bottom: 30px;
	background-color: #FAEEFF;
	/*color: #59535E;*/
}

.well {
	background-color: #F1BAF3;
}

h1, h2, h3, h4, h5, h6 {
	color: #5D4970;
}

hr {
	border-top: 1px dotted #5D4970;
}

a, a:hover {
    color: #372049;
}

.navbar-text .phone-link {
	color: #FFF;
	font-weight: bold;
}

.navbar-default {
	background-color: #5D4970;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #F1BAF3;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background-color: #372049;
}

#content {
	text-align: justify;
}

#content a {
	text-decoration: underline;
}

#content a.btn {
	text-decoration: none;
}

.btn-primary {
	background-color: #372049;
	border-color: #372049;
}

.btn-primary:hover {
	background-color: #5D4970;
	border-color: #5D4970;
}

.form-control {
	border-color: #F1BAF3;
}

.form-control:focus {
	border-color: #5D4970;
}

.required-star {
	color: #e32;
	font-weight: bold;
}

/* Slicebox */
.wrapper {
	position: relative;
	max-width: 840px;
	width: 100%;
	padding: 0 50px;
	margin: 0 auto;
}

/* pages */

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	border-color: #95a5a6;
}

table.tarifs h3 {
	margin-top: 0;
}

table.tarifs td.price span {
	padding: 5px;
	background-color: #95a5a6;
	color: #FFF;
	font-size: 22px;
	border-radius: 5px;
}
