html, body, div, input, p, ul, ol, li, b, table, td, tr, strong {
	font-family: futural, Arial, Helvetica, sans-serif;
	color: #777;
}

a {
	font-family: futural, Arial, Helvetica, sans-serif;
	color: #D90327;
}

body .container{
	position:relative;
	margin:0 auto;
	max-width:68em
}

/*---------------------------------Header-----------------------------------------*/
.clean-qp-header {
	top: 0;
	z-index: 999;
	width: 100%;
	display: block;
	border-bottom: 3px solid #D90327;
	padding-bottom: 10px;
}

.desktop ul li a {
	color: black;
	font-weight: bold;
	font-size: 16px;
}

.desktop ul li a:hover {
	color: #D90327;
	background-color: transparent;
}

.navbar-qp {
	margin-bottom: 0;
	padding-bottom: 4px;
	border: none;
}

.navbar-qp .navbar-header {
	position: relative;
}

.navbar-qp .navbar-header .navbar-brand {
	padding: 0 15px 0 0;
	height: 20px;
}

.clean-qp-header.scrolled .logo-black {
	display: block;
}

.navbar-brand .logo-black {
	margin-top: 5px;
}

.navbar-brand {
	float: left;
	height: 60px;
	padding: 17.5px 15px;
	font-size: 20px;
	line-height: 25px;
}

.navbar-header a {
	text-decoration: underline;
	background-color: transparent;
}

.navbar-nav {
	float: left;
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

/*---------------------------------Body-----------------------------------------*/
.well {
	border-radius: 3px;
}

.border-top-red {
	border-top: 5px solid #D90327;
}

.txt-color-red-colombes, h1 {
	color: #D90327 !important;
}

.border-radius-top {
	border-radius: 3px 3px 0 0;
}

p span {
	color: #D90327 !important;
	font-size: 16px !important;
}


.pagination>.active>a {
	z-index: 2;
	color: #fff;
	background-color: #8BB611;
	border-color: #8BB611;
	cursor: default;
}

.nav-pills>li.active>a {
	color: #fff;
	background-color: #8BB611;
}

.pagination>.active>a:hover, .nav-pills>li.active>a:hover {
	color: white;
	background-color: #80AA0A;
	border-color: #80AA0A;
}

	/*----Button----*/
.btn, .btn-default {
	background-color: #8BB611 !important;
	border-radius: 3px;
	padding: 8px 20px;
	border: 0;
	font-size: 15px;
	line-height: 20px;
	color: white;
	font-weight: normal;
	cursor: pointer;
	-webkit-appearance: none;
}

.btn:hover {
	color: white;
	background-color: #80AA0A;
}

button {
	border-width: 0;
}

.thead-dark {
	color: white;
	background-color: black !important;
	text-align: center;
	font-size: 9px;
}

.hrQpark {
	border: 1px solid black;
}

p, u, ul, strong {
	font-size: 14px;
}

.tarifsAbo {
	border: 1px solid #E2E5E3;
}

/*---------------------------------Footer-----------------------------------------*/
.qp-footer{
	margin-top: 50px;
	padding: 35px 0;
	background-color: #1C1C1C;
	font-family: "FutT",Arial,Helvetica,sans-serif;
}

.my-container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	.my-container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.my-container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.my-container {
		width: 1170px;
	}
}

.qp-footer ul li a {
	color: #fff;
	font-size: 15px;
	line-height: 30px !important;
}

.qp-footer ul li a:hover {
	text-decoration: none;
	color: #d90327;
}

.qp-footer ul {
	margin-top: 15px !important;
}

.qp-footer .title {
	font-weight: bold;
	color: #fff;
	font-size: 18px !important;
}

.img-bg {
	display: block;
	position: relative;
	height: 51px;
	min-width: 295px;
	margin: 0;
	background-repeat: no-repeat;
	-moz-background-size: auto 50px;
	-o-background-size: auto 50px;
	background-size: auto 50px;
	background-position: center center;
}

.clean-footer-logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.padding-horizontal-sm {
	padding-top: 36px;
}

.clean-footer-logo .qp-logo-img {
	display: block;
	position: relative;
	height: 51px;
	min-width: 295px;
	margin: 0;
	background-repeat: no-repeat;
	-moz-background-size: auto 50px;
	-o-background-size: auto 50px;
	background-size: auto 50px;
	background-position: center center;
}

.img-bg {
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #333;
}

.clean-footer-logo .legal {
	padding: 1em 0;
}

.right{
	text-align: right;
}

.right li a {
	color: #9F9E9E !important;
}

.clean-footer-logo .legal ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clean-footer-logo .legal li {
	display: inline-block;
}

.right ul li a:hover {
	color: white !important;
}

.copyright {
	font-size: 15px;
}

.clean-footer-logo .legal li:not(:last-child)::after {
	content: ' -';
}

