/*
Theme Name: Theme Planfort
Author: Paulo et Marion
Version: 1.03
Text Domain: planfort
*/

@font-face {
    font-family: 'danielblack';
    font-style: normal;
    font-weight: normal;
    src: url('font/Daniel-Black-webfont.eot');
    src: url('font/Daniel-Black-webfont.eot?#iefix') format('embedded-opentype'), url('font/Daniel-Black-webfont.woff') format('woff'), url('font/Daniel-Black-webfont.ttf') format('truetype'), url('font/Daniel-Black-webfont.svg#danielblack') format('svg');
}
@font-face {
    font-family: 'aaarghnormal';
    font-weight: normal;
    font-style: normal;
    src: url('font/Aaargh-webfont.eot');
    src: url('font/Aaargh-webfont.eot?#iefix') format('embedded-opentype'), url('font/Aaargh-webfont.woff') format('woff'), url('font/Aaargh-webfont.ttf') format('truetype'), url('font/Aaargh-webfont.svg#aaarghnormal') format('svg');
}
/*--------------------------------------------------------------------------------------------------------------
 1.Globale
----------------------------------------------------------------------------------------------------------------*/
html{
	position: relative;
    min-height: 100vh;
}
body{
	margin:0;
	padding:0;
    font-family: aaarghnormal;
    font-size: 14px;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
strong {
    font-size: 14px;
    font-weight: bold;
}
p{
	margin: 25px 0;
}
/*--------------------------------------------------------------------------------------------------------------
 2.Tête de page
--------------------------------------------------------------------------------------------------------------*/

header {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    min-width: inherit;
    font-family: danielblack;
    background-color: rgb(165, 124, 85);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2),0 2px 10px 0 rgba(0,0,0,0.15);
}
.customize-support header {
    top: 32px;
}
header .logo {
    display: inline-block;
    vertical-align: top;
}
.logo a {
    text-decoration: none;
    color: black;
}
.logo_img {
    margin: 5px 0 0 5px;
    max-height: 38px;
    text-decoration: none;
}
.logo_text {
    display: inline-block;
    margin: 6px 0 0 5px;
    font-size: 18px;
    vertical-align: top;
}
/*--------------------------------------------------------------------------------------------------------------
 3.Menu de navigation
--------------------------------------------------------------------------------------------------------------*/

.menu-menu-container {
    display: inline-block;
    float: right;
    margin-right: 20px;
    font-size: 13px;
}
.menu-menu-container * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
.menu-menu-container li {
    display: inline-block;
    vertical-align: top;
}
.menu-menu-container a {
    display: block;
    padding: 0 15px;
    text-align: center;
    font-weight: bold;
    line-height: 48px;
    color: white;
}
.menu-item-has-children > a {
	cursor: default;
}
.sub-menu {
    max-height: 0;
	overflow: hidden;
    background-color: rgba(165, 124, 85, 0.95);
}
.sub-menu li {
    display: block;
}
.menu-menu-container a:hover {
    background-color: #70c555;
	transition-duration: .2s;
}
.menu-item-has-children > a:hover{
	background: none;
}
.menu-menu-container li:hover .sub-menu {
    max-height: none;
}
/*--------------------------------------------------------------------------------------------------------------
4.Bannière
--------------------------------------------------------------------------------------------------------------*/

.banner-img {
    overflow: hidden;
}
.banner-img ul {
    width: 1000%;
    list-style: none;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}
.banner-img ul li {
    display: inline-block;
    width: 10%;
    margin: 0px;
}
.banner-img ul li img {
    width: 100%;
}
.banner-text {
    position: relative;
    bottom: 55px;
    margin: 0;
    padding: 0px;
    text-align: center;
    font-family: danielblack;
    font-size: 15px;
    line-height: 50px;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.5);
}
/*--------------------------------------------------------------------------------------------------------------
5.Contenu
--------------------------------------------------------------------------------------------------------------*/

.content {
    display: block;
    margin: 90px auto 140px auto;
    max-width: 900px;
    min-height: 200px;
	line-height: 1.5;
}
.content img{
	width: 100%;
	height: auto;
}
.banner ~ .content {
	position: relative;
	bottom: 40px;
    margin: 0px auto 80px auto;
}
.title {
    text-align: center;
}
.post {
    min-height: 150px;
}
.category .post {
	padding: 0 20px;
	background-color: #F6F6F6;
}
.date {
    font-size: 15px;
    font-style: italic;
    color: #b30000;
	text-align: right;
}
.attachment-post-thumbnail {
    display: block;
    width: 75%;
    height: auto;
    margin: auto;
}
.post-text {
	margin-top: 50px;
}
.price{
	font-size: 28px;
	font-weight: bold;
	color: #8f0000;
}
.gallery-item img{
	width: 100%;
	height: auto;
}
/*--------------------------------------------------------------------------------------------------------------
4.Commentaire
--------------------------------------------------------------------------------------------------------------*/
#comments{
	display: none;
}
.commentlist {
	list-style: outside none none;
	margin-top: 50px;
	padding: 0px;
}
.commentlist li {
	padding: 20px;
	border-top: 4px solid #8DB662;
	margin-bottom: 15px;
	background-color: #F6F6F6;
}
.fn {
	font-style: normal;
}
.comment-meta a {
    text-decoration: none ;
    font-size: 12px;
    font-style: italic;
    color: #b30000;
}
#comment{
	width: 100%;
	font-size: 14px;
	font-family: aaarghnormal;
}
/*--------------------------------------------------------------------------------------------------------------
5.Pied de page
--------------------------------------------------------------------------------------------------------------*/


footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
    height: 80px;
    color: #FFFFFF;
    background-color: #563307;
}
footer * {
    display: inline-block;
    vertical-align: top;
}
.facebook-logo {
	height: 30px;
}
.facebook-link {
	margin: 25px 0 0 3%;
}
.adresse {
    float: right;
    margin: 12px 3% 0 0;
}
/*--------------------------------------------------------------------------------------------------------------
6.Media Queries
--------------------------------------------------------------------------------------------------------------*/

.menu-icon {
    display: none;
    position: absolute;
    top: 12px;
    right: 15px;
    max-height: 24px;
}
input[type=checkbox] {
    display: none;
}
@media screen and (max-width: 1200px) {
    .logo_text {
        display: none;
    }
    .menu-menu-container {
        float: none;
        position: relative;
        bottom: 2px;
    }
}
@media screen and (max-width: 920px) {
    .content {
        margin: 90px 20px 130px 20px !important;
        max-width: none;
        min-height: 0;
    }
	.banner-img {
		margin-top: 48px;
	}
    .banner-text {
        bottom: 0;
        margin: 0 20px 0 20px;
        color: #000000;
        background-color: inherit;
    }
    .menu-icon {
        display: inline-block;
    }
    input[type=checkbox]:checked ~ .menu-menu-container {
        display: block;
    }
    .logo_text {
        display: inline-block;
    }
    .menu-menu-container {
        display: none;
        float: none;
        background-color: rgba(165, 124, 85, 0.98);
        width: 100%;
        bottom: 4px;
    }
	.sub-menu {
		background-color:  rgb(86, 104, 115);
	}
	.menu-menu-container a:hover {
		transition-duration: 0s;
	}
    .menu-menu-container li {
        display: block;
    }
	.menu-item-has-children > a {
		background:url(images/submenu-icon.png) no-repeat;
		background-position: 2px 15px;
		background-size: 18px;
	}
	.menu-item-has-children:hover > a {
		background:#70c555 url(images/submenu-icon-selected.png) no-repeat;
		background-position: 2px 15px;
		background-size: 18px;
	}
	.menu-item-has-children:hover {
		border-bottom: solid 1px rgb(205, 205, 205);
	}
	
}
@media screen and (max-width: 782px){
	/*Adapte la page et la barre d'administration sur les petits écrans*/
    .customize-support header {
        top: 46px;
    }
    #wpadminbar {
        position: fixed!important;
    }
}