/*
Theme Name:  Wayvolution Bootstrap
Description: Wayvolution Foundation
Author: Gérard DOENS
Author URI: http://silveye.fr/
Theme URI: http://www.wayvolution.com
Version: 5.01
License: GNU General Public License
License URI: license.txt
*/
html {
	font-size: 100%;
	height: 100%;
	margin: 0;
	min-height: 100%;
	padding: 0;
}
body {
	font-size: 100%;
	height: 100%;
	margin: 0;
	min-height: 100%;
	padding: 0;
}
.h1, h1 {
    font-size: 2em;
    padding: 0;
}
.h2, h2 {
    font-size: 1.5em;
    font-weight: 300;
}
.h3, h3 {
    font-size: 1.2em;
    font-weight: 300;
}
.h4, h4 {
    font-size: 1.1em;
    font-weight: 300;
}
.h5, h5 {
    font-size: 1em;
    font-style: italic;
    font-weight: 300;
}
.content {
    padding: 1em 0;
}
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
#header li {
    list-style: none;
}
.wp-caption {
	border: 1px solid;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	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. */
}
.postMeta {
	width: 100%;
	display: table;
}

/* End Wordpress Core */

#footer{
	padding:1em;
    width:100%;
}
#footer ul{
    padding-left: 1em;
}
#footer li{
    list-style: none;
}
#footer li.menu-item{
    list-style: initial;
    margin-left: 1em;
}
.sidebar{
	padding: 1em 0.5em;
	height:100%;
}
.sidebar ul{
	padding:0;
}
.sidebar li{
	list-style: none;
}
.sidebar li.widget{
	margin-bottom: 2em;
}
li.widget > header {
	font-size: 1.2em;
	padding: 0.3em;
}
li..widget > ul{
	padding: 1em 0;
}
li.widget li a{
	display: list-item;
	text-decoration: none;
}


/* SOCIAL */

.footer-contact{
	line-height: 3.012em;
	float: left;
	margin-left: -50px;
	width: 100%;
	height: 3.543em;
}
.footer-contact:before{
	content: url('/public/site/contact.png');
	display: table-cell;
	float: left;
}
.footer-newsletter{
	line-height: 2.312em;
	float: left;
	margin-left: -50px;
	width: 100%;
	height: 2.789em;
}
.footer-newsletter:before{
	content: url('/public/site/newsletter.png');
	display: table-cell;
	float: left;
}
.footer-mentions-legales{
	line-height: 3.012em;
	float: left;
	margin-left: -50px;
	width: 100%;
	height: 3.345em;
	white-space: nowrap;
}
.footer-mentions-legales:before{
	content:url('/public/site/disclaimer.png');
	display: table-cell;
	float: left;
}
.pinterest{
	line-height: 3.012em;
	float: left;
	margin-left: -50px;
	width: 100%;
	height: 3.345em;
	white-space: nowrap;
	width: 12rem;
}
.pinterest:before {
	content:url('/public/site/pinterest.png') -7px -6px no-repeat;
	display: table-cell;
	float: left;
}
.instagram{
	line-height: 3.012em;
	float: left;
	margin-left: -50px;
	width: 100%;
	height: 3.345em;
	white-space: nowrap;
	width: 12rem;
}
.instagram:before {
	content:url('/public/site/instagram.jpeg') -7px -6px no-repeat;
	display: table-cell;
	float: left;
	width: 3.012em;
}
.logo {
	display: block;
    cursor:pointer;
}
.logo > img {
    margin-top: 0.7em;
    max-width: 12em;
    width: 100%;
    height: inherit;
}
figure figcaption p {
	padding: 1em;
	font-weight: 700;
	font-size: 1.789em;
	position: relative;
	margin-top: -6.19rem;
	width: 100%;
}
.center{
    margin:auto;
    text-align:center;
}