/*
Theme Name: Pianissimo
Theme URI: https://www.pianissimo-music.fr
Author: Paul-Studio / Trois
Description: Theme Pianissimo - Artisan accordeur et luthier de harpe
Version: 2.0
Template: twentytwelve
Text Domain: pianissimo
*/

@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600,200);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* GENERAL */
p{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 200;
	font-size: 1em;
}
.wrap{
	width:920px;
	margin:0 auto;
}
.clearfix{
	clear:both;
}
/* contact */
#text1{
	background:#414141 url(img/tel.png) no-repeat;
	background-position: 20px;
	height:50px;
	line-height: 50px;
	width:130px;
	text-align: center;
	float:left;
	color:#fff;
}
#text2{
	float:left;
	height:50px;
	line-height: 50px;
	width:130px;
	text-align: center;
}
/* HEADER */
#wrap-head{
		padding-top: 5em;
}
#masthead{
	clear:both;
	background:url(img/header2.jpg)	no-repeat fixed;
	height:400px;
	width:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#masthead h1 a{
	width: 165px;
	height: 167px;
	background: url(img/logo_grd.png) center no-repeat;
	font: 0/0 a;
	color: transparent;
	display:block;
	margin:0 auto;
}
.site-description{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 200;
	font-size: 1.4em;
	color:#fff;
	text-align: center;
	margin-top:2em;
}
#line1{
	width:20%;
	margin:2em auto 0;
	background: #fff;
}
#line, #line-blanc{
	width:20%;
	height:1px;
	background: black;
	margin:2em 0;
}
#line-blanc{
	background:#fff;
}
#linefull{
	height:1px;
	background: black;
	width:100%;
	margin-bottom: 1em;
}
#line-4{
	width:40%;
	height:1px;
	background: black;
	margin:2em 0;
}
#hr-contact{
	width:40%;
	background: #fff;
	margin:2em 0;
}

/* NAV */
#menu{
	display:none;
}
#site-navigation{
	margin-left: 29%;
}
#site-navigation ul li{
	float:left;
	text-align:center;
	line-height: 50px;
}
#site-navigation ul li a{
	text-decoration: none;
	display:block;
	background:#414141;
	border:solid 1px transparent;
	border-top: none;
	height:50px;
	line-height: 50px;
	width:130px;
	text-align: center;
	color:#fff;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 1em;
	-webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
#site-navigation ul li a:hover{
	background: #fff;
	border:solid 1px #414141;
	border-top: none;
	color:#414141;
}
/* CONTENT */
.entry-header{
	clear: both;
	padding-top:2em;
}
.entry-title, #face-title{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 2em;
}
#face-title{
	margin-bottom:1em;
	color:#fff;
}
.colonne-gauche, .colonne-droite{
	float: left;
	width:50%;
}
#texte-accueil{
	height:200px;
	width:100%;
}
#texte-accueil p{
	padding-right:1em;
}
#metaslider_8{
	margin-bottom: 4em;
}
#cs-title-metaslider_8{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 200;
	font-size: 1em;
}
/* PAGE ACCORD */
 .colonne-droite2{
 	float: left;
 	width: 49%;
 	margin-left:1%;
}
.colonne-droite2 img{
	display:block;
	margin:2em auto 6em;
}
#cadre{
	background:#414141;
	height:60px;
	width:130px;
	line-height: 17px;
	padding-top: 23px;
	text-align: center;
	float:left;
	color:#fff;
}
#cadre2{
	border:1px solid #414141;
	background:url(img/arrow.png) no-repeat;
	background-position: -2px 35px;
	height:58px;
	line-height: 34px;
	width:130px;
	padding-top: 23px;
	text-align: center;
	float:left;
	color:#414141;
	margin-bottom: 1em;
}
/* PAGE RESTAURATION */
	#metaslider_22{
		margin:1em 0;
	}

/* FOOTER */
#colophon{
	clear:both;
	padding-top: 2em;
	background:url(img/header2.jpg)	no-repeat fixed;
	height:400px;
	width:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#contactme{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 2em;
	color:#fff;
}
input[type=text], input[type=email]{
	width:95%;
	padding:1em;
	background-color: rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.3);
	color: #fff;
	border:1px solid transparent;
	margin-bottom:10px;
	-webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
textarea{
	width:95%;
	height:8em;
	padding:1em;
	background-color: rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.3);
	color:#fff;
	border:1px solid transparent;
	margin-bottom:10px;
	outline: none;
	-webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
textarea:hover, input[type=text]:hover, input[type=email]:hover{
	background: none;
	border:1px solid #fff;
	color:#fff;
	box-shadow: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
    font-family: 'Titillium Web', sans-serif;
	font-weight: 200;
	font-size: 1em;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
    opacity:  1;
    font-family: 'Titillium Web', sans-serif;
	font-weight: 200;
	font-size: 1em;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
    opacity:  1;
    font-family: 'Titillium Web', sans-serif;
	font-weight: 200;
	font-size: 1em;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
    font-family: 'Titillium Web', sans-serif;
	font-weight: 200;
	font-size: 1em;
}
input[type=submit]{
	display:block;
	width:100%;
	border:1px solid #414141;
	padding:5px;
	background: #414141;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 200;
	font-size: 1em;
	color:#fff;
	-webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
input[type=submit]:hover{
	border:1px solid #fff;
	background: #fff;
	color:#414141;
	cursor: pointer;
}
#adresse img{
	float:left;
	padding-left: 4em;
}
#line_3{
	float:left;
	background: #fff;
	width:1px;
	height:72px;
	margin:1em 2em 0;
}
#route{
	margin: 26px 0 4em;
	float:left;
	color:#fff;

}
#map{
	clear:both;
	display: block;
	margin: 0 auto;
	height:220px;
	width:400px;
	overflow:hidden;
}
#map iframe{
	display: block;
	margin: 0 auto;
	margin-top: -36%;
	width:100%;
	height:200%;
}
#fin{
	background: #414141;
	height:3em;
}
footer h4, #fin h4{
	clear: both;
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 200;
	font-size: 1em;
	
}
footer a, #fin a{
	text-decoration: none;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 200;
	font-size: 1em;
	color: black;
	
}
footer a:hover, #fin a:hover{
	color:grey;
}
#go-top {
	position: fixed;
	bottom: 0;
	right: 1em;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	z-index:99;
	opacity:0;
}
/* FACEBOOK */
#fb{
	background:#414141;
	padding:2em 0 5em;
	content:"";
	display:table;
	width:100%;
	height:100%;
	color:#fff!important;
}
.fbf_facebook_page_widget_container ul li{
	float:left !important;
	width:29% !important;
	border-right:1px solid grey !important;
	border-left:1px solid grey !important;
	border-bottom: none !important;
	padding: 0 1% 0 3% !important;
	position:relative !important;
}
.fbf_facebook_page_widget_container ul li:before{
	position: absolute !important;
	content:""!important;
	position: absolute!important;
	content: ""!important;
	height: 15px!important;
	width: 15px!important;
	border-radius: 50%!important;
	background-color: #888!important;
	top: 3px!important;
	left: 6px!important;
	color:#fff !important;
}
.fbf_facebook_page_widget_container ul li:after{
	position: absolute;
	content: "";
	height: 4px;
	width: 4px;
	border: 2px solid;
	border-right: none;
	border-top: none;
	top: 7px;
	left: 10px;
	color:#fff !important;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}
.fbf_facebook_page_widget_container ul li:last-child, .fbf_facebook_page_widget_container ul li:first-child{
	border:none !important;
}
.fbf_facebook_page_widget h4{
	font-family: 'Titillium Web', sans-serif !important;
	font-weight: 400 !important;
	font-size: 1em !important;
	margin: 0 0 10px 0 !important;
	color:grey !important;
	font-style: italic!important;
}
.fbf_facebook_page_widget a{
	color:#d2d2d2 !important;

}
.fbf_facebook_page_widget a:hover{
	color:#d2d2d2 !important;
}
.fbf_desc{
	font-family: 'Titillium Web', sans-serif !important;
	font-weight: 400 !important;
	font-size: 1em !important;
	color:black !important;
}
#u_0_2{
	display:none!important;
	color:transparent!important;

}
.img{
	float:left !important;
}
#fb #bouton-facebook{
display: block;
margin-top: 1em;
width: 7%;
padding: 0.5em;
background: url(img/fb-pic.png)no-repeat;
background-position: 6px 50%;
font-family: 'Titillium Web', sans-serif;
font-weight: 400;
font-size: 1em;
color: #fff;
text-align: right;
position: absolute;
padding: 1em;
text-transform: uppercase;
-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
#fb #bouton-facebook:hover{
	background: url(img/fb-pic.png)no-repeat;
	background-position: 6px 50%;
	color:grey;
}

#fb a{
	text-decoration:none;
}


/* RESPONSIVE < 800px */
@media screen and (max-width:800px) {
	.wrap{
		width:100%;
	}
	#go-top {
		opacity:0.5;
	}
	#site-navigation{
		margin-left: 23%;
	}
	.entry-title, #contactme{
		margin-left: 16px;
	}
	#line, #hr-contact{
		margin-left: 1em;
	}
	#line-4{
	width:20%;
	margin-left: 1em;
	}
	#hr-contact{
		width:20%;
	}
	#content {
		margin:1em 0;
		}
	.colonne-gauche, .colonne-droite, .colonne-droite2{
		float:none;
		overflow: hidden;
		width:100%;
		margin:0 auto;
	}
	#texte-accueil{
		height:100%;
		width:100%;
	}
	#texte-accueil p{
		padding:1em;
	}
	.colonne-gauche img{
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.colonne-droite2 p{
		padding:1em;
	}
	#cadre{
		margin-left: 1em;
	}
	.colonne-droite2 img{
		margin:0 auto;
	}
	#cadre2{
		margin:0;
	}
	.metaslider{
		display:block;
		margin:0 auto;
	}
	#metaslider_8{
		display:block;
		margin:0 auto;
	}
	#colophon{
		margin:0 auto;
		content:"";
		width:100%;
		display:table;
	}
	input[type=text], input[type=email],textarea{
		width:80%;
		margin:0 auto 5px;
		display:block;
		float:none;
	}
	input[type=submit]{
		width:83%;
		margin:0 auto;
	}
	#adresse{
		margin-left: 20%;
	}
	#map{
		width:100%;
	}
	#map iframe{
		margin-top: -20%;
	}
	footer h4, footer a{
		display: none;
	}
}
/* RESPONSIVE < 600px */
@media screen and (max-width:600px) {
	#site-navigation{
		display:none;
		margin:0;
	}
	#site-navigation ul{
		margin:0;
		padding: 0;
	}
	#site-navigation ul li{
		display:block;
		border-top: 1px solid #fff;
		width:100%;
				overflow: hidden;
		background: #414141;
	}
	#site-navigation ul li a{
		text-align: left;
		width:100%;
		padding-left: 1em;
	}
	#menu{
		display:block;
		background: #414141;
		font-family: 'Titillium Web', sans-serif;
		font-weight: 400;
		font-size: 1em;
		padding:1em;
		color:#fff;
		cursor: pointer;

	}
	#menu:before{
		content:"";
		display: inline-block;
		width: 12px;
		height: 12px;
		background-image:url("img/menu.png");
		background-size: contain;
		margin-right: 1em;

	}
	.fbf_facebook_page_widget_container ul li{
	border-top: 1px solid grey !important;
	width:90% !important;
	margin:0 auto;
	display:block;
	padding-top: 1em !important;

	}
	 .fbf_facebook_page_widget_container ul li:last-child{
	 	border-top: 1px solid grey !important;
	 	border-left: none!important;
	 	border-right: none!important;
	 }

	.fbf_facebook_page_widget_container ul li:first-child{
	border:none !important;
}
	.fbf_facebook_page_widget_container ul li:before,.fbf_facebook_page_widget_container ul li:after{
		display:none!important;
	}
	#fb #bouton-facebook{
	width: 40%;
	margin-left: 26%;
	background-position:10% 50%;
	

}
	#adresse img{
	padding-left: 0;
}

}