/*
Theme Name: pascalnourtier
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pascalnourtier
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

pascalnourtier is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 11px;
}

.main-navigation .phone {
	color: #fff;
	font-size: 20px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	display: inline-block;
	position: relative;
	margin: 10px 15px 0;
}
.main-navigation li:before {
	content: none;
}

.main-navigation a {
	text-decoration: none;
	font-weight: 600;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu.
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
*/

.menu-toggle {
	display: none;
}
.main-navigation ul {
	display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
header:before,
header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.entry-content:after,
.comment-content:after,
header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/** begin custom**/
body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	background: #fff;
	color: #000;
}

p {
	margin-bottom: 1em;
}

strong {
	font-weight: 700;
}

.btn {
	background: transparent;
	text-transform: uppercase;
	border-radius: 0;
	font-size: 16px;
	padding: 10px 38px;
	color: #fff;
	border-color: #fff;
	font-weight: 700;
	transition: all .2s;
	position: relative;
}
.btn:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	border: 1px solid #fff;
	opacity: 0;
	transition: all .2s;
}
.btn:hover {
	background: transparent;
	color: #fff;
	border-color: #fff;
}
.btn:hover:after {
	border-width: 4px;
	opacity: 1;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
header a, header a:hover {
	color: #fff;
}
header a:hover {
	text-decoration: underline;
}
header #logo {
	text-align: center;
	margin-top: 20px;
}
header #logo img {
	max-width: 100%;
}

@media ( min-width: 1200px ) {
	header #logo {
		float: left;
		margin-top: 30px;
	}
	header .main-navigation {
		float: right;
		clear: none;
		width: auto;
		margin-top: 24px;
	}
	header .main-navigation .phone {
		text-align: right;
		margin-right: 15px;
	}
	#primary-menu li {
		margin-left: 20px;
		font-size: 15px;
	}
}
/*
.menu-toggle {
	position: relative;
	background: transparent;
	border: none;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	margin: 20px 0 0 -126px;
}
.menu-toggle:before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 25px;
	height: 3px;
	background: #fff;
}
.menu-toggle:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 17px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
*/

footer {
	background: #ef1c2e;
	text-align: center;
	padding: 60px 0;
}
footer, footer a {
	color: #fff;
}
footer .logo {
	margin-bottom: 20px;
}
#menu-footer {
	margin: 0;
	padding: 0;
}
#menu-footer li {
	display: inline;
	margin: 0 11px;
	padding: 0;
}
footer .copyright {
	margin-top: 20px;
	font-size: 12px;
}

section.full-width {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 16px;
	line-height: 1.25;
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	min-height: 640px;
}	
section.full-width .content-centered {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
section.full-width .content h1, section.full-width .content h2 {
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size: 44px;
}

@media ( min-width: 1200px ) {
	section.full-width, .btn {
		font-size: 18px;
	}
}

#home-section-1 {
	background-image: url(images/fruit.jpg);
	color: #fff;
}
@media ( min-width: 992px ) {
	#home-section-1 .content {
		width: 30%;
	}
}

#home-section-2 {
	background-image: url(images/pascalbg.jpg);
}
#home-section-2 .content {
	text-align: center;
}
#home-section-2 .content h2 {
	color: #ef1c2e;
	font-weight: 700;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
#home-section-2 .content article {
	padding: 0 28px;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus {
	background: #ef1c2e;
	border-color: #ef1c2e;
}
.btn-primary:after {
	border-color: #ef1c2e;
}

@media ( max-width: 767px ) {
	#home-section-2 {
		background-position: -200px center;
	}
	#home-section-2  .content-centered {
		position: static;
		transform: none;
	}
}
@media ( min-width: 768px ) {
	#home-section-2 .content {
		left: 30%;
		width: 500px;
	}
}
@media ( min-width: 992px ) {
	#home-section-2 .content {
		left: 40%;
		width: 585px;
	}
}
@media ( min-width: 1200px ) {
	#home-section-2 .content {
		left: 50%;
		width: 585px;
	}
}

#home-section-3 {
	background-image: url(images/results.jpg);
	color: #fff;
}
#home-section-3 .content h2 {
	color: #fff;
	margin-bottom: 20px;
}

@media ( max-width: 767px ) {
	#home-section-3 {
		background-position: -200px center;
	}
}
@media ( min-width: 768px ) {
	#home-section-3 .content {
		text-align: right;
		left: 15px;
		width: 720px;
	}
}
@media ( min-width: 992px ) {
	#home-section-3 .content {
		width: 940px;
	}
}
@media ( min-width: 1200px ) {
	#home-section-3 .content {
		left: 50%;
		width: 585px;
	}
}

#home-section-4 {
	background: #ef1c2e;
	text-align: center;
	color: #fff;
	padding: 44px 0;
}
#home-section-4.endossements {
	background: #819a4d;
}
#home-section-4 .sup-title {
	color: #fff;
}
#home-section-4 .content h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin-top: 10px;
}
.prestation {
	margin-top: 30px;
}
.prestation .img {
	position: relative;
}
.prestation .grad {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+55,ffffff+100&0+55,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 55%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 55%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 55%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	transition: height .5s;
}
.prestation:hover .grad {
	height: 125%;
}
.prestation .img img {
	width: 100%;
	height: auto;
}
.prestation .txt {
	position: absolute;
	bottom: 10px;
	left: 0;
	font-weight: 700;
	width: 100%;
	font-size: 30px;
	text-align: center;
	color: #4b4b4b;
	transition: padding .5s;
}
.prestation:hover .txt {
	padding-bottom: 30px;
}

#home-section-5, #paris-section-2 {
	color: #fff;
	text-align: center;
	background-image: url(images/paris.jpg);
}
#home-section-5 .sup-title, #paris-section-2 .sup-title {
	color: #fff;
}
#home-section-5 .intro, #paris-section-2 .intro {
	margin-bottom: 30px;
}
#home-section-5 .content h2, #paris-section-2 .content h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin: 10px 0 22px;
}
#home-section-5 .sub-content, #paris-section-2 .sub-content, #contact-section-1 .sub-content, #news-section-2 .entry-content .excerpt {
	text-align: left;
	border-left: 2px solid #ef1c2e;
	margin-top: 40px;
}
#home-section-5 .sub-content h3, #paris-section-2 .sub-content h3, #contact-section-1 .sub-content h3, #news-section-2 .entry-content h2 {
	font-size: 1em !important;
	color: #ef1c2e;
	text-transform: uppercase;
	margin: 0 0 3px 0;
	font-weight: 700;
}
#home-section-5 .sub-content p, #paris-section-2 .sub-content p, #contact-section-1 .sub-content p, #news-section-2 .entry-content .excerpt p {
	margin-bottom: 0;
}

@media ( min-width: 992px ) {
	#home-section-5 .sub-content, #paris-section-2 .sub-content {
		margin-top: 80px;
		padding-right: 30px;
	}
}
@media ( min-width: 1200px ) {
	#home-section-5 .sub-content, #paris-section-2 .sub-content {
		margin-top: 126px;
		padding-right: 45px;
	}
}

#home-section-6 {
	color: #fff;
	text-align: center;
	padding: 40px 0;
	background: #819a4d url(images/videosbg.gif) repeat-x center bottom;
}
#home-section-6 .sup-title {
	color: #fff;
}
#home-section-6 .intro {
	margin-bottom: 30px;
}
#home-section-6 .content h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin: 10px 0 22px;
}

#home-section-6 .owl-carousel .item-video {
	height: 284px;
}
.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	left: -50px;
	right: -50px;
	margin: -61px 0 0;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 0;
	width: 37px;
	height: 72px;
	text-indent: -999px;
	overflow: hidden;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-prev:hover {
	background: url(images/prev.png) no-repeat;
	left: 0;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-next:hover {
	background: url(images/next.png) no-repeat;
	right: 0;
}

.owl-carousel {
	margin: 37px auto 0;
	width: 250px;
}
.owl-carousel .owl-video-wrapper {
	background: transparent;
}

@media ( min-width: 768px ) {
	.owl-carousel {
		width: 640px;
	}
}
@media ( min-width: 992px ) {
	.owl-carousel {
		width: 740px;
	}
	.owl-carousel .owl-nav {
		left: -100px;
		right: -100px;
	}
}
@media ( min-width: 1200px ) {
	.owl-carousel {
		width: 953px;
	}
	.owl-carousel .owl-nav {
		left: -44px;
		right: -44px;
	}
}

#home-section-6 .owl-carousel .owl-item {
	background: url(images/videoshadow.png) no-repeat bottom center;
	background-size: contain;
	padding-bottom: 50px;
}

#home-section-7 {
	color: #fff;
	text-align: center;
	padding: 40px 0;
	background-image: url(images/dernieres.jpg);
	color: #4b4b4b;
}
#home-section-7 .content-centered {
	left: 0;
	width: 100%;
}
#home-section-7 .content h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin: 10px 0 22px;
	color: #ef1c2e;
}
#home-section-7 .btn-primary {
	margin-top: 30px;
}
#home-section-7 .article {
	text-align: left;
	border-left: 2px solid #ef1c2e;
	padding-left: 15px;
	margin: 15px 0 60px;
}
#home-section-7 .article:last-child {
	margin-bottom: 0;
}
#home-section-7 .article h3 {
	font-size: 1em;
	margin: 0 0 3px 0;
}
#home-section-7 .article h3 a {
	font-weight: 700;
}
#home-section-7 .article a {
	color: #ef1c2e;
	text-transform: uppercase;
}
#home-section-7 .article p {
	margin-bottom: 0;
}
#home-section-7 .article p a {
	text-decoration: underline;
}

@media ( max-width: 991px ) {
	#home-section-7 .content-centered {
		position: static;
		transform: none;
	}
}

.sup-title {
	color: #4b4b4b;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
}

@media ( min-width: 992px ) {
	.col-md-offset-1_5 {
		margin-left: 12.499995%;
	}
}


#paris-section-1 {
	background-image: url(images/parishero.jpg);
}
#paris-section-1 .content {
	text-align: center;
	left: 0;
	width: 100%;
}
#paris-section-1 .content h1 {
	color: #fff;
	font-weight: 700;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 15px 0 20px 0;
}
#paris-section-1 .sup-title {
	color: #fff;
}

#paris-section-2 {
	background-image: url(images/pascalparisbg.jpg);
}
#paris-section-2 .sup-title {
	color: #4b4b4b;
}
#paris-section-2 h2 {
	color: #ef1c2e;
}
#paris-section-2, #paris-section-2 .content {
	color: #000;
}

#paris-section-3 {
	background-image: url(images/map.jpg);
	color: #4b4b4b;
}
#paris-section-3 .images div {
	position: relative;
}
#paris-section-3 .images div span {
	position: absolute;
	left: 5%;
	top: 50%;
	width: 90%;
	text-align: center;
	transform: translateY(-50%);
	color: #fff;
	font-size: 16px;
}
#paris-section-3 .images div span strong {
	display: block;
}
#paris-section-3 .images div img {
	width: 100%;
	margin-bottom: 1px;
}
#paris-section-3 .images div:nth-child(odd) img {
	margin-left: -1px;
}

@media ( max-width: 991px ) {
	#paris-section-3 .content-centered {
		position: static;
		transform: none;
		margin-bottom: 40px;
	}
}

@media ( min-width: 768px ) {
	#paris-section-3 .images div {
		width: 50%;
		float: left;
	}
}

@media ( min-width: 992px ) {
	#paris-section-3 .images {
		width: 50%;
		float: right;
	}
}


#paris-section-4 {
	background-image: url(images/pascalquotebg.jpg);
	color: #fff;
	min-height: 0;
	padding: 20px 0 0;
}
#paris-section-4  .pascal {
	float: right;
	text-align: center;
}
#paris-section-4  .pascal img {
	max-width: 100%;
}
#paris-section-4  .nav {
	height: 37px;
}
#paris-section-4  .nav div {
	float: right;
	width: 36px;
	height: 36px;
	line-height: 35px;
	margin-left: 1px;
	text-align: center;
	cursor: pointer;
	background: rgba( 0, 0, 0, .7 );
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
#paris-section-4  .nav div.page {
	font-size: 16px;
	color: #000;
	background: none;
}
#paris-section-4 .quote-container {
	margin-bottom: 20px;
}
#paris-section-4 .quotes .quote {
	background: rgba( 0, 0, 0, .7 );
	font-size: 16px;
	padding: 10px 12px 16px;
	display: none;
}
#paris-section-4 .quotes .quote.active {
	display: block;
}
#paris-section-4 .quotes .quote .title {
	font-weight: bold;
	text-transform: uppercase;
}
#paris-section-4 .quotes .quote p:last-child {
	margin-bottom: 0;
}

@media ( min-width: 768px ) {
	#paris-section-4 .row {
		position: relative;
	}
	#paris-section-4 .quote-container {
		position: absolute;
		height: 100%;
		margin-bottom: 0;
	}
	#paris-section-4 .quotes {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		transform: translateY(-50%);
	}
}


#contact-section-1 {
	background-image: url(images/contacthero.jpg);
	color: #fff;
	padding: 150px 0 80px 0;
}
#contact-section-1 .content {
	text-align: center;
	left: 0;
	width: 100%;
}
#contact-section-1 .content h1 {
	color: #fff;
	font-weight: 700;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 15px 0 20px 0;
}
#contact-section-1 .sup-title {
	color: #fff;
}
#contact-section-1 form {
	margin-top: 40px;
}
#contact-section-1 form input[type='text'], #contact-section-1 form input[type='email'], #contact-section-1 form textarea {
	width: 100%;
	border: 1px solid #fff;
	background: #000;
	background: rgba(0,0,0,.6);
	font-size: 16px;
	color: #fff;
	padding: 10px 12px;
}
#contact-section-1 form .input-container {
	margin-bottom: 26px;
}
#contact-section-1 form textarea {
	height: 180px;
}
#contact-section-1 form ::-moz-placeholder {
	font-style: italic;
	opacity: 1;
}
#contact-section-1 form ::-webkit-input-placeholder {
	font-style: italic;
	opacity: 1;
}
#contact-section-1 form :-ms-input-placeholder {
	font-style: italic;
	opacity: 1;
}
#contact-section-1 form :-moz-placeholder {
	font-style: italic;
	opacity: 1;
}

#paris-section-2.contact-section-3 {
	background-image: url(images/results.jpg);
}
#paris-section-2.contact-section-3 .content, #paris-section-2.contact-section-3 h2, #paris-section-2.contact-section-3 .sup-title {
	color: #fff;
}

div.wpcf7 .ajax-loader {
	display: none;
}

#contact-section-3 {
	background-image: url(images/contactmapbg.jpg);
	text-align: center;
}
#contact-section-3 .content h2 {
	color: #ef1c2e;
	text-transform: uppercase;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin: 10px 0 22px;
}
#contact-section-3 .intro {
	margin-bottom: 30px;
}
#contact-section-3 .inner {
	padding: 32px 16px;
	background: #fff;
}
#contact-section-3 .address h3 {
	color: #ef1c2e;
	text-transform: uppercase;
}
#contact-section-3 .address p {
	font-size: 16px;
	line-height: 1.75;
}
#contact-section-3 .address h3, #contact-section-3 .address h4, #contact-section-3 .phone {
	text-align: center;
	font-size: 16px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin-bottom: 16px;
}
#contact-section-3 .address h3 {
	margin-top: 0;
}
#contact-section-3 .address h4 {
	line-height: 1.4;
}
#contact-section-3 .address, #contact-section-3 .phone {
	text-align: left;
	margin: 0;
}
#contact-section-3 .map {
	margin-bottom: 20px;
}
#contact-section-3 .map img {
	width: 100%;
}

@media ( min-width: 992px ) {
	#contact-section-3 .address {
		min-height: 350px;
	}
}
@media ( min-width: 1200px ) {
	#contact-section-3 .address {
		min-height: 300px;
	}
}


#parcours-section-1 {
	background-image: url(images/parcourshero.jpg);
}
#parcours-section-1 .content {
	text-align: center;
	left: 0;
	width: 100%;
}
#parcours-section-1 .content h1 {
	color: #fff;
	font-weight: 700;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 15px 0 20px 0;
}
#parcours-section-1 .sup-title {
	color: #fff;
}

#parcours-section-2 {
	background-image: url(images/parcoursbg.jpg);
}
#parcours-section-2 .sub-content {
	text-align: left;
	border-left: 2px solid #ef1c2e;
}
#parcours-section-2 img {
	max-width: 95%;
	margin-bottom: 30px;
}
#parcours-section-2 .sub-content h3 {
	font-size: 1em;
	color: #ef1c2e;
	text-transform: uppercase;
	margin: 0 0 3px 0;
	font-weight: 700;
}
#parcours-section-1 .sub-content p:last-child {
	margin-bottom: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	padding-left: 1em;
	text-indent: -.7em;
	margin-bottom: .7em;
}
li::before {
  content: "\002022";
  color: #ef1c2e;
  padding-right: 7px;
}

#parcours-section-4 {
	background: #5b752d;
}
#parcours-section-4 .half-container {
	padding: 60px 15px;
}
#parcours-section-4 .half-container-1 .btn-container {
	margin-top: 30px;
}
#parcours-section-4 .half-container .btn {
	font-size: 12px;
}
#parcours-section-4 .half-container-1 {
	background: url(images/videobg.gif) repeat-x bottom left;
	text-align: center;
}
#parcours-section-4 .half-container-2 {
	background: url(images/dernieres.jpg) no-repeat center center;
}

#parcours-section-4 .half-container-1 .content h1 {
	color: #fff;
	font-weight: 700;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 15px 0 20px 0;
}
#parcours-section-4 .half-container-1  .sup-title {
	color: #fff;
}
#parcours-section-4 .half-container-1 .intro {
	color: #fff;
	margin-bottom: 30px;
	font-size: 16px;
}
#parcours-section-4 .half-container-1 .video-container {
	background: url(images/videoshadow.png) no-repeat bottom center;
	background-size: contain;
	padding-bottom: 40px;
}
#parcours-section-4 .half-container-1 .video {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
}
#parcours-section-4 .half-container-1 .video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

@media ( min-width: 768px ) {
	#parcours-section-4 .half-container {
		float: left;
		width: 50%;
		padding-left: 30px;
		padding-right: 30px;
	}
	#parcours-section-4 .content {
		width: 315px;
	}
	#parcours-section-4  .half-container-1 .content {
		float: right;
	}
	#parcours-section-4  .half-container-2 .content {
		float: left;
	}
}
@media ( min-width: 992px ) {
	#parcours-section-4 .content {
		width: 425px;
	}
	#parcours-section-4 .half-container-1 .video-container {
		width: 340px;
	}
	#parcours-section-4 .half-container-1 .video-container {
		margin: 0 auto;
		width: 300px;
	}
}
@media ( min-width: 1200px ) {
	#parcours-section-4 .content {
		width: 525px;
	}
	#parcours-section-4 .half-container-2 .btn-container {
		margin-top: 65px;
	}
	#parcours-section-4 .half-container-1 .video-container {
		width: 362px;
	}
}

#parcours-section-4 .half-container-2 .content {
	text-align: center;
}
#parcours-section-4 .half-container-2 .content h1 {
	color: #ef1c2e;
	font-weight: 700;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 15px 0 20px 0;
}
#parcours-section-4 .half-container-2 .intro {
	margin-bottom: 30px;
	font-size: 16px;
}
#parcours-section-4 .half-container-2 .sub-content {
	text-align: left;
	border-left: 2px solid #ef1c2e;
	margin-top: 30px;
	font-size: 16px;
	padding-left: 12px;
}
#parcours-section-4 .half-container-2 .sub-content h4 {
	font-size: 1em;
	color: #ef1c2e;
	text-transform: uppercase;
	margin: 0 0 3px 0;
	font-weight: 700;
}
#parcours-section-4 .half-container-2 .sub-content a {
	color: #ef1c2e;
	text-decoration: underline;
	text-transform: uppercase;
}

#prestations-section-1 {
	background-image: url(images/nosprestationshero.jpg);
}
#prestations-section-1 .content {
	text-align: center;
	left: 0;
	width: 100%;
}
#prestations-section-1 .content h1 {
	color: #fff;
	font-weight: 700;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 15px 0 20px 0;
}
#prestations-section-1 .sup-title {
	color: #fff;
}

#prestations-section-2 {
	background: #ef1c2e;
	min-height: 0;
}
#prestations-section-2.prestation {
	background: #819a4d;
}
#prestations-section-2 a {
	display: block;
	padding: 17px;
	color: #4b4b4b;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}
#prestations-section-2 a:hover {
	text-decoration: underline;
}
#prestations-section-2 .col-sm-6 {
	margin-top: 12px;
	margin-bottom: 12px;
}
#prestations-section-2 a.pediatrie {
	background-image: url(images/pediatriebtn.jpg);
}
#prestations-section-2 a.grossesse {
	background-image: url(images/grossessebtn.jpg);
}
#prestations-section-2 a.tca {
	background-image: url(images/tcabtn.jpg);
}
#prestations-section-2 a.intolerances {
	background-image: url(images/intolerancesbtn.jpg);
}
#prestations-section-2 a.pathologies {
	background-image: url(images/pathologiesbtn.jpg);
}
#prestations-section-2 a.sportifs {
	background-image: url(images/sportifsbtn.jpg);
}
#prestations-section-2 a.maigrir {
	background-image: url(images/maigrirbtn.jpg);
}


#prestations-section-3 {
	background-image: url(images/pascalparisbg.jpg);
}
#prestations-section-3 .content h2 {
	color: #4b4b4b;
	margin-bottom: 20px;
}

@media ( max-width: 767px ) {
	#prestations-section-3 {
		background-position: -200px center;
	}
}
@media ( min-width: 768px ) {
	#prestations-section-3 .content {
		text-align: right;
		left: 15px;
		width: 720px;
	}
}
@media ( min-width: 992px ) {
	#prestations-section-3 .content {
		width: 940px;
	}
}
@media ( min-width: 1200px ) {
	#prestations-section-3 .content {
		left: 50%;
		width: 585px;
	}
}


#prestations-section-pediatrie {
	background-image: url(images/prestations/pediatriebg.jpg);
	color: #fff;
}
#prestations-section-grossesse {
	background-image: url(images/prestations/grossessebg.jpg);
	color: #000;
}
#prestations-section-grossesse h2 {
	color: #ef1c2e;
}
#prestations-section-tca {
	background-image: url(images/prestations/tcabg.jpg);
	color: #fff;
}
#prestations-section-intolerances {
	background-image: url(images/prestations/intolerancesbg.jpg);
	color: #000;
}
#prestations-section-intolerances h2 {
	color: #ef1c2e;
}
#prestations-section-pathologies {
	background-image: url(images/prestations/pathologiesbg.jpg);
	color: #fff;
}
#prestations-section-sportifs {
	background-image: url(images/prestations/sportifsbg.jpg);
	color: #000;
}
#prestations-section-sportifs h2 {
	color: #ef1c2e;
}
#prestations-section-maigrir {
	background-image: url(images/prestations/maigrirbg.jpg);
	color: #fff;
}

.prestations-section .content {
	text-align: center;
	padding: 0 20px;
}
.prestations-section .content h2 {
	font-weight: bold;
}
.prestations-section .images .image {
	position: relative;
}
.prestations-section .images .image span {
	position: absolute;
	left: 5%;
	top: 50%;
	width: 90%;
	text-align: center;
	transform: translateY(-50%);
	color: #fff;
	font-size: 16px;
}
.prestations-section .images .image span strong {
	display: block;
}
.prestations-section .images .image img {
	width: 100%;
	margin-bottom: 1px;
}
.prestations-section .images .image:nth-child(odd) img {
	margin-left: -1px;
}
.prestations-section .images .btn-container {
	margin-top: 40px;
	width: 100%;
	text-align: center;
	clear: both;
}

@media ( min-width: 768px ) {
	.prestations-section .images .image {
		width: 50%;
		float: left;
	}
}

@media ( min-width: 992px ) {
	#prestations-section-pediatrie .content, #prestations-section-tca .content, #prestations-section-pathologies .content {
		float: right;
	}
	.prestations-section .images .btn-container {
		margin-top: 140px;
	}
}

#news-section-1 {
	background-image: url(images/newshero.jpg);
}
#news-section-1 .content {
	text-align: center;
	left: 0;
	width: 100%;
}
#news-section-1 .content h1 {
	color: #fff;
	font-weight: 700;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 15px 0 20px 0;
}
#news-section-1 .sup-title {
	color: #fff;
}

#news-section-2 {
	background: #fff;
}
#news-section-2 .content {
	text-align: center;
	left: 0;
	width: 100%;
	color: #4b4b4b;
}
#news-section-2 .content h2 {
	color: #ef1c2e;
	font-weight: 700;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 15px 0 20px 0;
}
#news-section-2 .sup-title {
	color: #4b4b4b;
}
#news-section-2 .intro {
	text-align: center;
}

#news-section-2 .entry-content {
	margin-top: 20px;
	margin-bottom: 40px;
}
#news-section-2 .entry-content .excerpt, #article-section-2 .entry-content .article {
	text-align: left;
	margin-top: 0;
}
#news-section-2 .entry-content .excerpt h2, #article-section-2 .entry-content .article h1 {
	margin: 0;
}
#news-section-2 .entry-content .excerpt a {
	color: #ef1c2e;
	text-transform: uppercase;
}

@media ( min-width: 1200px ) {	
	#news-section-2 .entry-content {
		margin-top: 40px;
		margin-bottom: 60px;
	}
}

#article-section-2 .entry-content .article h1 {
	color: #ef1c2e;
	margin: 0 0 3px 0;
	font-weight: 700;
}
#article-section-2 .entry-content .article h2 {
	color: #ef1c2e;
	margin: 0 0 1em 0;
	font-weight: 700;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#qfp-section-1 {
	background-image: url(images/qfphero.jpg);
}
#qfp-section-1 .content {
	text-align: center;
	left: 0;
	width: 100%;
}
#qfp-section-1 .content h1 {
	color: #fff;
	font-weight: 700;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 15px 0 20px 0;
}
#qfp-section-1 .sup-title {
	color: #fff;
}


#qfp-section-3 {
	background: #fff;
}
#qfp-section-3 .content {
	text-align: center;
	left: 0;
	width: 100%;
}
#qfp-section-3 .content h2 {
	color: #ef1c2e;
	font-weight: 700;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 15px 0 20px 0;
}
#qfp-section-3 .sup-title {
	color: #4b4b4b;
}

body {
	counter-reset: section;
}
.ufaq-faq-list {
	border-top: 1px solid #4b4b4b;
}
.ufaq-faq-div {
	margin: 0 !important;
	padding: 0 !important;
}
.ufaq-faq-title {
	position: relative;
	text-align: left;
	padding: 10px 13px 7px 15px;
}
.ufaq-faq-title a {
	color: #4b4b4b;
}
.ewd-ufaq-post-margin-symbol {
	border: 2px solid #4b4b4b;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	padding: 0;
	position: absolute;
	right: 13px;
	top: 50%;
	margin: -12px 0 0;
	font-weight: normal;
	transition: transform .25s, color .25s;
}
.ewd-ufaq-post-margin-symbol span {
	display: none;
}
.ewd-ufaq-post-margin-symbol:before {
	content: "+";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 23px;
	color: #4b4b4b;
	position: absolute;
	left: 0;
	top: 0;
	width: 23px;
	height: 23px;
	text-align: center;
	transition: color .25s;
}
.ewd-ufaq-post-active .ewd-ufaq-post-margin-symbol {
	border-color: #ef1c2e;
	transform: rotate(45deg);
}
.ewd-ufaq-post-active .ewd-ufaq-post-margin-symbol:before {
	color: #ef1c2e;
}
.ufaq-faq-title-text {
	display: inline-block;
	vertical-align: middle;
	float: none;
	width: 100%;
	position: relative;
}
.ufaq-faq-title-text:before {
	counter-increment: section;
	content: "Q" counter(section) ".";
	font-size: 36px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
	line-height: 1;
	font-weight: bold;
	transition: color 1s;
}
.ewd-ufaq-post-active .ufaq-faq-title-text:before {
	color: #ef1c2e;
}
.ufaq-faq-title h4 {
	margin: 0 !important;
	font-weight: bold;
}
.ufaq-faq-body {
	display: block;
	overflow: hidden;
	max-height: 500px;
	transition: max-height 1s;
	border-bottom: 1px solid #4b4b4b;
	padding: 0 16px;
	text-align: left;
}
.ewd-ufaq-post-margin {
	padding: 24px 0;
}
.ewd-ufaq-hidden {
	display: block;
	max-height: 0;
}


#endossements-section-1 {
	background-image: url(images/testimonialshero.jpg);
}
#endossements-section-1 .content {
	text-align: center;
	left: 0;
	width: 100%;
}
#endossements-section-1 .content h1 {
	color: #fff;
	font-weight: 700;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 15px 0 20px 0;
}
#endossements-section-1 .sup-title {
	color: #fff;
}

#endossements-section-2 {
	background: #fff;
}
#endossements-section-2 .content {
	text-align: center;
	left: 0;
	width: 100%;
}
#endossements-section-2 .content h2 {
	color: #ef1c2e;
	font-weight: 700;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 15px 0 20px 0;
}
#endossements-section-2 .sup-title {
	color: #4b4b4b;
}

.easy_testimonial {
	text-align: left;
}
.easy_testimonial_title {
	background: #dbdbdb;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	margin: 0;
	padding: 14px 17px 0;
	text-transform: uppercase;
}
.testimonial_body {
	background: #dbdbdb;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	margin: 0;
	padding: 0 17px 20px;
}
.testimonial_author {
	background: url(images/quotecallout.gif) no-repeat right top;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding-right: 54px;
	font-weight: bold;
	margin: 0 0 0 17px;
}
.testimonial_author cite span:before {
	content: "- ";
	display: inline;
}

#media-section-1 {
	background-image: url(images/mediahero.jpg);
}
#media-section-1 .content {
	text-align: center;
	left: 0;
	width: 100%;
}
#media-section-1 .content h1 {
	color: #fff;
	font-weight: 700;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 15px 0 20px 0;
}
#media-section-1 .sup-title {
	color: #fff;
}

#media-section-3 {
	background: #819a4d url(images/videosbg.gif) repeat-x center bottom;
	color: #fff;
}
#media-section-3 .content {
	text-align: center;
	left: 0;
	width: 100%;
}
#media-section-3 .content h2 {
	color: #fff;
	font-weight: 700;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 15px 0 20px 0;
}
#media-section-3 .sup-title {
	color: #fff;
}

/*
.otw-twelve:first-child, .otw-row .otw-twelve:first-child {
	width: 40%;
}
.otw-twelve:last-child, .otw-row .otw-twelve:last-child {
	width: 60%;
}
*/
.otw_portfolio_manager_video_link {
	display: none;
}
.otw_portfolio_manager-portfolio-media {
	text-align: center;
}
.otw_portfolio_manager-portfolio-media img, .otw_portfolio_manager-portfolio-media .otw_ier {
	margin: 0 auto;
}
.otw_portfolio_manager-portfolio-title-wrapper, .otw_portfolio_manager-portfolio-content {
	text-align: left;
	border-left: 2px solid #fff;
	margin: 0;
	padding-left: 12px;
}
.otw_portfolio_manager-portfolio-title-wrapper h3, .otw_portfolio_manager-portfolio-title-wrapper h3 a {
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	font-size: 14.5px;
	font-weight: bold;
}

@media ( min-width: 992px ) {
	.otw_portfolio_manager-portfolio-media img, .otw_portfolio_manager-portfolio-media .otw_ier {
		position: relative;
		left: 67px;
	}
}


#prestation-section-1.maigrir {
	background-image: url(images/prestation/maigrir.jpg);
}
#prestation-section-1 .content {
	text-align: center;
	left: 0;
	width: 100%;
}
#prestation-section-1 .content h1 {
	color: #fff;
	font-weight: 700;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 15px 0 20px 0;
}
#prestation-section-1 .sup-title {
	color: #fff;
}

#prestation-section-2 {
	background: #fff;
	color: #000;
}
#prestation-section-2 .content {
	text-align: center;
	left: 0;
	width: 100%;
}
#prestation-section-2 .content h2 {
	color: #ef1c2e;
	font-weight: 700;
	margin: 15px 0 20px 0;
}
