html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #222222;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 400;
	color: rgba(0,0,0,.8);
}

h2 {
	padding: 0px 0px 30px 0px;
	font-size: 2.50em;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: 300;
	color: #2D2D2D;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 180%;
	color: #6F6F6F;
}

strong {
}

a {
	color: rgba(0,0,0,.8);
}

a img {
	border: none;
}

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
		border: 1px solid rgba(0,0,0,.1);
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 3em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}
	
	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}

hr {
	display: none;
}

/** WRAPPER */

.wrapper {
	background: #222222;
	margin: 0px 20px;
}

.container {
	width: 90%;
	margin: 0px auto;
}


.container1 {
	width: 1200px;
	margin-top: 0px;
	
}

.columns {
		display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.clearfix {
	clear: both;
}

/** HEADER */

.header-wrapper
{
	background: url(images/0zen.jpg) no-repeat center top;
	background-size: cover;
}

.header {
	position: relative;
	overflow: hidden;
	height: 600px;
}

.social {
	position: absolute;
	margin-top: 16%;
	top: 4em;
	right: 0;
}

.header h1, h2, h3{
	font-family: mathilde, Gabriola, sans-serif;
	margin-top: 50px;
	margin-right: 30px;
	color: #ffffff;
	text-align: center;
	font-style: italic;
}

.header h1{
	font-size: 62pt;
}

.header h2{
	font-size: 95pt;
}

.header h3{
	font-size: 60pt;
}

.identite {
	margin-top: -2%;
	margin-left: 17%;
}

/** LOGO */

.logo {
	position: absolute;
	top: 3em;
	left: 0;
}

.logo h1, .logo p {
	margin: 0;
	padding: 0;
}

.logo h1 {
	background: #ff304d;
	letter-spacing: -1px;
	text-align: center;
	text-transform: lowercase;
	font-size: 3.5em;
	color: #FFF;
}

.logo p {
	padding: 0.1em 1em;
	background: #23221f;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 0.9em;
	color: #FFF;
}

.logo p a {
	color: #FFF;
}

.logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFF;
}

/** MENU */

nav {
	overflow: hidden;
	background: #101010;
}

nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

nav li {
	display: inline-block;
}

nav a {
	display: block;
	padding: 0px 40px 0px 40px;
	line-height: 70px;
	text-decoration: none;
	text-align: left;
	font-size: 16px;
	font-weight: 200;
	color: rgba(255,255,255,0.5);
	border: none;
}

nav a:hover, nav .current_page_item a {
	text-decoration: none;
	color: rgba(255,255,255,0.8);
	border-top: 2px solid #D9FD8A;
}

nav .current_page_item a {
}

nav .last {
	border-right: none;
}

nav li ul {
	left: -999em;
	position: absolute;
	background: #222222;
	float:none;
}

nav li ul li {
border-style: none;
margin-left: -20px;
margin-top: 2px;
display: block;
position: relative;
}

nav ul li ul {
	padding: 0px 10px 0px 10px;
}

nav li ul ul {
position: absolute;
left: -999em;
float:none;
}

nav li:hover ul {
left: auto;
}

nav li:hover ul ul, nav li.sfhover ul ul {
left: auto;
}

nav li ul li:hover {
left: auto;
}

.sous-menu li a{
	font-size: 15px;
}

/** PAGE */

	.page {
		overflow: hidden;
		padding: 4em 0em;
		color: rgba(255,255,255,0.4);
		text-align: center;
	}

	.page img
	{
		margin-bottom: 1em;
	}

	.page .title
	{
		margin-bottom: 2em;
	}

	.page .title h2
	{
		font-size: 60px;
		font-weight: 400;
		color: rgba(255,255,255,0.8);
	}
	
	.page h1
	{
		font-size: 30px;
		color: rgba(255,255,255,0.8);
		margin-bottom : 20px;
		font-family: 'source sans pro', sans-serif;
		text-transform: uppercase;
	}

	.page .title .byline
	{
		display: block;
		padding-bottom: 1em;
		font-size: 0.90em;
		color: rgba(255,255,255,0.4);
	}

/** CONTENT */

.content {
	float: left;
	width: 800px;
	padding-right: 50px;
	border-right: 1px solid #E6E7DC;
}

.content .post-title
{
	margin-bottom: 2em;
}

.content .post-title h2
{
	margin: 0;
	padding: 0;
}


.content .post
{
	margin-bottom: 4em;
	padding-bottom: 4em;
	border-bottom: 1px solid #E6E7DC;
}

/** SIDEBAR 1 */

.sidebar1 {
	float: right;
	width: 250px;
	margin-right: 50px;
}

.sidebar1 .box1 {
	margin-bottom: 4em;
}

.sidebar1 h2,
.sidebar2 h2
{
	font-size: 1.5em;
	font-weight: 400;
}

/** SIDEBAR 2 */

.sidebar2 {
	float: right;
	width: 250px;
}

/* Footer */

.footer {
	overflow: hidden;
	padding: 50px 0px 30px 0px;
	font-size: 18px;
}

.footer p {
	text-align: center;
	color: rgba(255,255,255,0.1);
}

.footer a {
	color: rgba(255,255,255,0.3);
}

.footer .byline {
	color: #ffffff;
	text-align: center
}

/* List style 1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding: 10px 0px 15px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style1 .first {
	padding-top: 0px;
	border-top: none;
}

/* List style 2 */

ul.style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li {
	padding: 25px 0px 15px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style2 .first {
	padding-top: 0px;
	border-top: none;
}

ul.style2 h3 {
	padding: 0px 0px 10px 0px;
	font-size: 1.10em;
}

ul.style2 h3 a {
	color: #101010;
}

ul.style2 a {
	text-decoration: none;
}

ul.style2 a:hover {
	text-decoration: underline;
}


/* List style 3 */

ul.style3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style3 li {
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #E6E7DC;
}

ul.style3 p {
	margin: 0px;
	padding: 0px;
}

ul.style3 img {
	float: left;
	margin-top: 3px;
	margin-right: 20px;
}

ul.style3 .posted {
	padding: 10px 0px 10px 0px;
	font-size: 8pt;
	color: #A2A2A2;
}

ul.style3 .first {
	padding-top: 0px;
	border-top: none;
}

.link-style {
	display: inline-block;
	margin-top: 20px;
	padding: 7px 20px;
	background: #0C73D4;
	border-radius: 5px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}

/* List style 4 */

/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

.portfolio-wrapper{
	overflow: hidden;
	padding: 2em 0em;
	background: #ffffff;
	background-repeat: repeat;
	border-top: 1px solid rgba(0,0,0,.05);
}

.portfolio {
	text-align: center;
}

.portfolio p {						/*<p> dans la partie blanche*/
	text-align: justify;
	color: #293133;
}

.portfolio .box {
	color: rgba(0,0,0,0.5);
}
	
.portfolio h3 {						/*<h3> des colonnes blanches*/
	display: block;
	padding-bottom: 1em;
	font-size: 4em;
	font-weight: 400;
	color: #293133;
}

.portfolio .title {
}

.portfolio .title h1 {
	color: rgba(0,0,0,0.8);
	font-size: 80pt;
	padding-bottom: 10px;
}

.portfolio .title h2 {				/*Grand titre de la partie blanche. Ex: Bienvenue !*/
	color: #293133;
	font-size: 80pt;
	padding-bottom: 10px;
}

.portfolio .title h3 {				/*Moyen titre de la partie blanche. Ex: "Vous souhaitez une consultation naturopathique ?"*/
	color: #293133;
}

.portfolio .title .byline {
	display: block;
	color: rgba(0,0,0,0.7);
	text-align: center;
}

.column1,
.column2,
.column3,
.column4 {
	width: 282px;
}
	
.column1,
.column2,
.column3 {
	float: left;
	margin-right: 24px;
}

.column4 {
	float: right;
}

.title p {								/*<p> des parties grisées*/
	color: #AFAFAF;
	text-align: justify;
	text-indent: 1em;
}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

.title
{
	margin-bottom: 3em;
}

.title h2
{
	margin: 0;
	padding: 0;
	font-size: 2.8em;
	color: rgba(255,255,255,0.9);
}

.title .byline
{
	padding-top: 0.50em;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.1em;
	color: #AFAFAF;
}

.title .marge {
margin-top: 20px;
}

/* Même chose pour avoir le texte en centré */

.titre p
{
	text-align: center;
}

.titre h2
{
	margin: 0;
	padding: 0;
	font-size: 2.8em;
	color: rgba(255,255,255,0.9);
}

.titre .byline
{
	padding-top: 0.50em;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.1em;
}

.titre .marge {
	margin-top: 20px;
}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

.button {
	display: inline-block;
	margin-top: 2em;
	padding: 0em 2em;
	background: #9EB066;
	letter-spacing: 0.10em;
	line-height: 3em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1em;
	color: #FFF;
}

.button:hover {
	background: #BED086;
}

/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		margin: 0;
		padding: 0em 1em;
		border-radius: 30px;
		list-style: none;
	}
	
	ul.contact li
	{
		padding: 0em 0.10em;
		font-size: 2em;
	}
	
	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
	}
	
	ul.contact li a:before
	{
		background: none;
		width: 40px;
		height: 40px;
		line-height: 70px;
		text-align: center;
		color: rgba(255,255,255,1);
	}

	.welcome-wrapper
	{
		padding: 1em 6em 4em 6em;
		background: #ffffff;
		font-size: 1.2em;
		color: #000000;
	}
	
	.welcome
	{
		text-align: center;
	}
	
.welcome a, .welcome strong
	{
		color: #000000;
	}

.site-contenu h2 {
	color: #000000;
	font-size: 80px;
	margin-bottom: 30px;
}

.site-contenu h3 {
	color: #000000;
	font-size: 70px;
}

.contenu {
	margin: 0 20px 20px 20px;
	text-indent: 20px;
}

.border {
	border: 3px solid black;
}

/*********************************************************************************/
/* Form     		                                                             */
/*********************************************************************************/
form {
	font-family: 'Source Sans Pro', sans-serif;
	background-color:#EEEEEE;
 	padding:10px 20% 10px 20%;
 }
 label {
	display: block;
	width: 39%;
	float: left;
	padding-right: 1%;
	text-align: right;
	letter-spacing: 1px;
 }
 fieldset {
 float: none;
 padding:20px 20px 20px 20px;
 margin:10px 0 10px;
 border:2px solid #afafaf;
 }
input[type=submit] {
	display: inline-block;
	margin-top: 2em;
	padding: 0em 2em;
	background: #9EB066;
	letter-spacing: 0.10em;
	line-height: 3em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1em;
	color: #FFF;
	width:180px;
	float:right;
	}
input[type=submit]:hover {
	background: #BED086;
}

/*********************************************************************************/
/* Espace pour les témoignages clefs du site                                     */
/*********************************************************************************/

.d1{
    width: 576px;
    height: 700px;
    margin: auto auto 50px auto;
    box-shadow: 0px 15px 10px -5px #777;
    background-color: #EDEDED;
    background-size: contain;
}
.conteneur{
    max-width: 576px;
    margin: 50px auto;
}



@media (max-width: 767px) {


.column1,
.column2,
.column3 {
	widht:90%;
}


