/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Amatic+SC:400,700');
body {
	
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 300;
	color : #010a3a;
	text-align : justify;
}

h1, h2, h3, h4, h5, h6 {
	color : #010a3a;
	
}

pre {
	color : #010a3a;
	background : #fff48b;
	font-size : 14px;
	line-height : 1.3em;
	margin-bottom : 20px;
	padding : 5px;
	border : 1px dotted #cdcdcd;
}




.margin-0 {
	margin : 0!important;
}

.full-width {
	width : 100%;
	
}



.page-header-row {
	
	
	
}



.header-title {
	font-family: 'Josefin Sans', sans-serif;
	font-size : 40px;
	line-height : 1.2em;
	font-weight : 600;
	text-transform : uppercase;
}



.nectar-button {
	font-family: 'Josefin Sans', sans-serif;
	font-size : 15px;
	/* line-height : 1.2em; */
	font-weight : 600;
	text-transform : none;
}


.page-header-row .nectar-button {
	font-size : 22px;
}

.nectar-button + .nectar-button {
	margin-left : 20px;
}


.nectar-button.center {
	text-align : center;
}

.nectar-button.full-width {
	margin-left : 0;
	margin-bottom : 20px;
}
.nectar-button.full-width:last-child {
	margin-bottom : 0;
}


@media only screen and (max-width:960px){
	.nectar-button {
		margin : 0!important;
		margin-bottom : 20px!important;
	}
}

@media only screen and (max-width:690px){
	.nectar-button {
		width : 100%!important;
	}
}






.shadowed {
	-moz-box-shadow: 7px 7px 7px 0px #cccaca;
	-webkit-box-shadow: 7px 7px 7px 0px #cccaca;
	-o-box-shadow: 7px 7px 7px 0px #cccaca;
	box-shadow: 7px 7px 7px 0px #cccaca;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cccaca, Direction=135, Strength=7);
}




.bloc-angle-bas-descendant {
	position : relative;
	z-index : 1;
}
.bloc-angle-bas-descendant::after {
	position: absolute;
	content: '';
	pointer-events: none;
	bottom: 0%;
	bottom: -600px;
	left: -25%;
	z-index: 2;
	width: 150%;
	height: 600px;
	background: rgba(0, 255, 0, .5);
	background: #ffffff;
	-webkit-transform: rotate(6deg);
	transform: rotate(6deg);
	-webkit-transform-origin: -3% 0;
	transform-origin: -3% 0;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
.bloc-angle-bas-montant {
	position : relative;
	z-index : 1;
}
.bloc-angle-bas-montant::after {
	position: absolute;
	content: '';
	pointer-events: none;
	bottom: -600px;
	left: -25%;
	z-index: 2;
	width: 150%;
	height: 30%;
	height: 600px;
	background: rgba(0, 255, 0, .5);
	background: #ffffff;
	-webkit-transform: rotate(-6deg);
	transform: rotate(-6deg);
	-webkit-transform-origin: -3% 0;
	transform-origin: -3% 0;
	
}





.page-reserver-row-boutons {
	margin-top : -100px;
	transform: translateY(-60px);
	z-index: 100;
	
	
}
.page-reserver-col-particuliers {
	
	
	
	padding : 50px 40px 20px 40px;
	
}



.home-row-reserver {
	
}






.home-row-reserver-buttons {
	
	margin : 0 15%;
	
}
.home-row-reserver-buttons h2,
.home-row-reserver-buttons h4 {
	font-size : 25px!important;
	line-height : 40px;
}

.home-row-reserver-buttons .nectar-button {
	padding-left : 10px;
	padding-right : 10px;
}


.home-bloc-rouge {
	background : #aa0414;
	color : #ffffff;
	float : right;
	width : 420px;
	padding : 25px 40px 0px 40px;
	margin-left : 90px;
	margin-top : -50px;
	margin-bottom : 90px!important;
	z-index: 1;
	padding-top: 0px;
	position : relative;
}

.home-bloc-rouge::after {
	position: absolute;
	content: '';
	pointer-events: none;
	width : 100%;
	bottom: -30px;
	left: 0;
	right : 0;
	z-index : -1;
	height: 60px;
	background: rgba(0, 255, 0, .5);
	background: #aa0414;

	
	-webkit-transform: skewY(-5deg);
	-moz-transform: skewY(-5deg);
	-ms-transform: skewY(-5deg);
	-o-transform: skewY(-5deg);
	transform: skewY(-5deg);
}


.home-bloc-rouge + * {
	z-index: 5;
	
}

.home-bloc-rouge h4 {
	line-height : 70px!important;
}
.home-bloc-rouge p {
	
	font-family: Amatic SC;
	font-size: 30px;
	line-height : 70px;
	font-weight: 700;
	
	
	letter-spacing: 0px;
	margin-bottom: 8px;
	
	
	
	
	
	
	
	
}












@media only screen and (max-width:999px){
	.home-bloc-rouge {
		width : 100%;
		margin-left : 0;
		margin-bottom : 50px!important;
	}
}






.menu-menu-footer-container {
	width : 100%;
	float : left;
	overflow:hidden;
	position:relative;
	text-align : center;
	
	
}


#menu-menu-footer {
	margin : auto;
	display : inline-block;
	list-style: none outside none;
	
	
	clear:left;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align : center;
	
	
	
	font-family: 'Josefin Sans', sans-serif;
	font-size : 14px;
	font-weight : 600;
	text-transform : uppercase;
}

#footer-outer #footer-widgets #menu-menu-footer li {
	float : left;
	padding : 0 20px 0 20px!important;
	position:relative;
	right:50%;
}

#footer-outer #footer-widgets #menu-menu-footer li + li {
	border-left : 1px solid #fff!important;
}


@media only screen and (max-width:690px){
	
	
	#footer-outer #footer-widgets #menu-menu-footer li {
		/* float : none; */
		width : 100%;
	}
	
	#footer-outer #footer-widgets #menu-menu-footer li + li {
		border-left : 0!important;
	}
	
	
}


@media only screen and (min-width:960px){
	.btn-home-bloc1-1 {
		-webkit-transform : translateY(-10px) translateX(20px);
		transform : translateY(-10px) translateX(20px);
		padding-right : 42px!important;
	}
	.btn-home-bloc1-2 {
		-webkit-transform : translateY(10px) translateX(-20px);
		transform : translateY(10px) translateX(-20px);
	}

}






#partenaire-row-image {
	padding-top : 100px!important;
	padding-bottom: 900px!important;
}
@media only screen and (max-width:960px){
	#partenaire-row-image {
		padding-bottom: 700px!important;
	}
}
@media only screen and (max-width:690px){
	#partenaire-row-image {
		padding-bottom: 400px!important;
	}
}





body #header-secondary-outer {
	
	background : #ffffff;
	/* border-bottom : 1px solid #fff; */
	
}
body #header-secondary-outer nav {
	
}
body #header-secondary-outer nav > ul {
	/* width : 100%; */
}
body #header-secondary-outer nav > ul > li {
	
	/* border : 0!important; */
	
}
body #header-secondary-outer nav > ul > li > a {
	
	/* border : 0!important; */
	font-size : 14px!important;
	text-transform : uppercase;
	font-weight : 400;
	/* background : #010a3a; */
	/* color : #fff; */
	
}
body #header-secondary-outer nav > ul > li > a:hover {
	
	color : #aa0414;
	
}




.bloc-mission {
	
	-webkit-transform: skewY(-5deg);
	-moz-transform: skewY(-5deg);
	-ms-transform: skewY(-5deg);
	-o-transform: skewY(-5deg);
	transform: skewY(-5deg);
	z-index : 200;
	
	background : rgba(170, 4, 20, 1);
}
.bloc-mission > .vc_column-inner {
	
	-webkit-transform: skewY(5deg);
	-moz-transform: skewY(5deg);
	-ms-transform: skewY(5deg);
	-o-transform: skewY(5deg);
	transform: skewY(5deg);
	z-index : 300;
	
	
	
	/* background : rgba(0, 255, 0, .5); */
	
	
	
}



.post-header .title a {
	
	
}
.post-header .title a::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0);
}



/* remplacement des titres des related post par un "p" */
p.title {
	color : #010a3a;
	font-family: Amatic SC;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
}

p.widget-title {
	color: #999;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 12px;
	line-height: 40px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 12px;
	padding : 0;
}


p.related-title {
	font-family: Amatic SC;
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: #010a3a;
	letter-spacing: 0px;
	margin-bottom: 7px;
	padding: 8% 0 40px 0;
}




.masonry.material .masonry-blog-item .meta-category .a, 
.post-area.featured_img_left .meta-category .a, 
.related-posts[data-style="material"] .meta-category .a, 
.nectar-recent-posts-single_featured .grav-wrap .text .a, 
.auto_meta_overlaid_spaced .masonry-blog-item .meta-category .a, 
[data-style="list_featured_first_row"] .meta-category .a {
	color : #aa0414 !important;
	font-size: 14px;
	line-height: 19px;
	position: relative;
	display: inline-block;
	margin: 0 10px 10px 0;
	text-decoration: none;
}






.masonry.material .masonry-blog-item .meta-category .a::before, 
.post-area.featured_img_left .meta-category .a::before, 
.related-posts[data-style="material"] .meta-category .a::before, 
.nectar-recent-posts-single_featured .grav-wrap .text .a::before, 
.auto_meta_overlaid_spaced .masonry-blog-item .meta-category .a::before, 
[data-style="list_featured_first_row"] .meta-category .a::before {
	
	background-color: #aa0414 !important;
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: -3px;
	left: 0;
	content: '';
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform-origin: left;
	-webkit-transform: scaleX(0);
	transform-origin: left;
	-webkit-transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
	transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
	
}


.masonry.material .masonry-blog-item .meta-category .a:hover::before, 
.post-area.featured_img_left .meta-category .a:hover::before, 
.related-posts[data-style="material"] .meta-category .a:hover::before, 
.nectar-recent-posts-single_featured .grav-wrap .text .a:hover::before, 
.auto_meta_overlaid_spaced .masonry-blog-item .meta-category .a:hover::before, 
[data-style="list_featured_first_row"] .meta-category .a:hover::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}











.bloc-mission > .vc_column-inner * {

z-index : 300;



}

.light {
	color : #fff;
	
}