body {
font-family: 'Roboto', sans-serif;
background:url('../images/fond.png')
}
.navbar-brand {
	font-size: 34px;
	font-weight: 900;
	line-height: .9;
}
.navbar-brand .small, .navbar-brand small {
	font-size: 50%;
}
.bg-dark {
	background-color: #171717 !important;
}
.text-primary {
	color: #33c8e0 !important;
}
.navbar-text {
	font-size: 1.5rem;
}
.h1, h1 {
	font-size: 2.4rem;
}
a {
	color: #15b3cd;
}
a:hover {
	color: #00849a;
	text-decoration: underline;
}
.lead {
	font-size: 1.1rem;
}
.blockquote {
	margin-bottom: 1rem;
	font-size: 1.1rem;
}
.boite {
	max-width: 500px;
}
.alert {
	border: 10px solid #ffeeba;
}
.mini-boite {
	max-width: 200px;
}
blockquote {
	margin: 3.5rem 0;
	padding-left: 4.5rem;
	position: relative;
	font-size: 1.5rem;
	font-style: italic;
}
blockquote::before {
	content: "\201C";
	font-size: 10rem;
	line-height: 0;
	margin: 0;
	color: rgba(0,0,0,.25);
	font-family: arial,sans-serif;
	position: absolute;
	top: 3.6rem;
	left: 0;
}
.btn-primary {
	color: #fff;
	background-color: #20acc2;
	border-color: #20acc2;
}
.btn-primary:hover {
	color: #fff;
	background-color: #2a8392;
	border-color: #2a8392;
}
.badge-primary {
	color: #fff;
	background-color: #20acc2;
}
.btn .badge {
	position: relative;
	top: 3px;
}
.h6, h6 {
	margin-top: 3px;
	font-weight: 500;
	font-size: .9rem;
}
.temoin {
	max-width:48px;
}
.temoignage {
	font-size: .9rem;
	font-weight: bold;
	margin-bottom:0;
}
.commentaires{
position:relative;
}
.commentaires::before {
	position: absolute;
	font-family: 'FontAwesome';
	top: 0;
	right: 10px;
	content: "\f086";
	font-size: 3rem;
	text-align: center;
	color: #dcdcdc;
	line-height: 1;
}
.reseaux {
	max-width: 400px;
	margin: 0 auto 30px;
	display: block;
	width: 100%;
}
.h3, h3 {
	font-size: 1.15rem;
}
@media (max-width:991px) {
.h1, h1 {
	font-size: 2rem;
}
blockquote {
	font-size: 1.25rem;
}
}
@media (max-width:575px) {
.h1, h1 {
	font-size: 1.4rem;
}
.navbar-brand {
	font-size: 30px;
}
body {
	font-size: .9rem;
}
.lead {
	font-size: 1rem;
}
blockquote {
	font-size: 1.15rem;
}
.h2, h2 {
	font-size: 1.75rem;
}
.alert.d-flex {
display:block !important
}
}



