h1 {
	font-size: 2.2em;
	line-height: 44px;
	margin: 0 0 32px 0;
}

h2 {
	font-size: 1.8em;
	font-weight: 600;
	line-height: 42px;
	margin: 0 0 32px 0;
}

h3 {
	font-size: 1.4em;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 24px;
	margin-bottom: 33px;
	text-transform: none;
}

h4 {
	font-size: 1.2em;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 27px;
	margin: 0 0 14px 0;
}

h5 {
	font-size: 1em;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 18px;
	margin: 0 0 14px 0;
	text-transform: none;
}

h6 {
	color: #333;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 18px;
	margin: 0 0 14px 0;
}

ul.nav-list li a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: none;
	border-bottom: none;
	border-left: none;
	margin: 0;
	position: absolute;
}

ul.nav-list li ul{
	display: none;
}

ul.nav-list li ul.active{
	display: block;
}

.thumb-info .thumb-info-title {
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	text-transform: none;
}
.counters.with-borders .counter {
	margin-bottom:5px;
}

/*
	Corrections sur le carousel, 
	- mettre de la couleur sur les flèches lorsqu'elles sont rondes sinon on ne les voit pas 
	- mettre les flèches (previous/next) sur le bord des images au lieu de sur les images
*/

.owl-carousel.rounded-nav .owl-nav [class*="owl-"], .owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover {
	background: #0088cc; 
	color: #ffffff;
}

.owl-carousel .owl-nav .owl-prev {
	left: -20px;
}

.owl-carousel .owl-nav .owl-next {
	right: -20px;
}

/*
	Correction sur les témoignages, bouger les quotes pour ne plus qu'elles empietent sur le texte
*/

.testimonial.testimonial-with-quotes blockquote:before {
	left:0px;
}

.testimonial.testimonial-with-quotes blockquote:after {
	right:0px;
}

p,
.tabs-navigation .nav-tabs > li a,
.tabs.tabs-simple .nav-tabs > li a, .tabs.tabs-simple .nav-tabs > li a:hover, .tabs.tabs-simple .nav-tabs > li a:focus,
.toggle.toggle-simple .toggle > label,
.pricing-table li,
.pricing-table h3 .desc,
.pricing-table h3 span,
.featured-boxes-style-5 .featured-box .icon-featured, .featured-boxes-style-6 .featured-box .icon-featured, .featured-boxes-style-7 .featured-box .icon-featured,
.featured-boxes-style-6 .featured-box .icon-featured,
.featured-boxes-style-7 .featured-box .icon-featured,
.featured-boxes-style-8 .featured-box .icon-featured,
.thumb-info.thumb-info-bottom-info .thumb-info-title,
.testimonial.testimonial-style-2 blockquote p,
.testimonial.testimonial-style-3 blockquote:before,
.testimonial.testimonial-style-3 blockquote:after,
.testimonial.testimonial-style-3 blockquote p,
.testimonial.testimonial-style-4 blockquote:before,
.testimonial.testimonial-style-4 blockquote:after,
.testimonial.testimonial-style-4 blockquote p,
.testimonial.testimonial-style-5 blockquote p,
.testimonial.testimonial-style-6 blockquote p,
.testimonial.testimonial-with-quotes blockquote:before,
.testimonial.testimonial-with-quotes blockquote:after
{
	color: #000;
}
	
#footer.footer-dark p, #footer.footer-dark .footer-copyright p {
	color: #FFF;
}