/**
 * Filename: default.css
 * Project: Blank Bootstrap WP Theme
 * Copyright: (c) 2014 Zuige Productions
 * License: The MIT License (MIT) http://opensource.org/licenses/MIT
 * 
 * Edit this to add your own custom css to the theme.
 */
body{
	font-family: 'Arial';
	background: url('../img/fond.jpg') repeat transparent;
}
#wrap{
	border-left: 1px solid #f9c4d6;
	border-right: 1px solid #f9c4d6;
	background-color: white;
}
.right-sidebar{
	padding-right: 30px;
}
#navbar-collapse-1{
	background-color: #fad2db;
	margin-bottom: 30px;
	padding-left: 42px;
}
#navbar-collapse-1 ul li a{
	font-family: Arial;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14 px;
	color: white;
}
#navbar-collapse-1 .nav > li > a:hover, #navbar-collapse-1 .nav > li > a:focus{
	background-color: #fad2db;
}
#navbar-top-right .nav > li > a:hover, #navbar-top-right .nav > li > a:focus{
	background-color: transparent;
}
#top-newsletter{
	padding-top: 15px;
}
#banner a img.img-responsive, #top-newsletter a img.img-responsive{
	margin: 0 auto;
}
.menu-search-form {
padding-top: 12px;
}
.menu-search-form input{
	background-color: white;
	border: none;
	padding: 3px 5px;
}
.menu-search-form input:focus{
	outline: 0;
}
#searchsubmit{
	width: 20px;
	background: url('../img/recherche.png') no-repeat 0px 6px white;
}
#portfolio a{
	float:right;
	padding: 2% 6% 0 0;
}

/* SOCIAL LINKS */
#social{
	float: right;
	margin-top: 15px;
}
#socialfooter{
	padding: 40px 0 0 0;
	width: 220px;
	float: left;
}
#social li, #socialfooter li{
	display: inline;
	list-style: none;
}
#social li a, #socialfooter li a{
	padding: 10px;
}
#copyright {
	float: left;
	display: inline;
	color: #f8c0cf; 
	padding: 40px 0 0 0;
}
/* MENU TOP RIGHT */
#top-right-menu{
	background: url('../img/rond-jaune.jpg')  center center no-repeat transparent;
	height: 200px;
}
/*#top-right-menu:hover{
	background: url('../img/mon-portfolio-2.jpg')  center center no-repeat transparent;
}*/
#navbar-top-right{
	padding-top: 40px;
}

ul#menu-secondary li a{
	text-transform: uppercase;
	color: #aaaaaa;
	padding: 10px 10px;
}
ul#menu-secondary li a:hover{
	color: #f6b976;
}


article h2{
	font-size: 30px;
}
h3.widget-title{
	font-size: 26px;
}
article h2, article h2 a, h3.widget-title{
	font-family: "Amatic SC";
	color: #f6b976;
}
.post-meta{
	padding-top: 30px;
}
a:hover, a{
	color: #ffc17a;
	text-decoration: none;
}
a.more-link{
	display:block;
	padding: 15px 0 20px 0;
}
p, hr, dl{
margin: 1.6em 0;
}
.metadatas{
	padding-bottom: 8px;
}
.metadatas, .metadatas span, .metadatas a{
	color: #f8c0cf;
}

h2.comments-title{
	background: url('../img/ronds.jpg') repeat-x 0 -16px;
	text-align: center;
	padding-bottom: 20px;
}
h2.comments-title span{
	background-color: #fff;
	padding: 3px 10px;
	font-family: 'Just another hand', Arial;
	font-size: 40px;
	color: #f499b3;
}

#comments h3#reply-title{
	font-family: 'Just another hand', Arial;
	color: #fad2db;
	font-size: 42px;
}
#comments #respond{
	padding: 10px;
	background-color: #fad2db;
	/*background-color: gray;*/
	background-image: repeating-linear-gradient(45deg, transparent, transparent 25px, rgba(255,255,255,.5) 25px, rgba(255,255,255,.5) 50px);
	margin-top: 20px;
	margin-bottom: 12px;
}
#comments #respond form, #comments #respond h3{
	padding: 20px;
	background-color: white;
}
#comments #respond h3{
	padding-top: 8px;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 95px;
	background: url('../img/timbres.jpg') no-repeat top right white;
}
#comments #respond label{
	text-transform: uppercase;
	color: #aaa;
	font-weight: normal;
}
#comments #respond #submit{
	background-color: #f6b976;
	width: 103px;
	border: 0;
	color: white;
	text-transform: uppercase;
}
#comments .comment-author, #comments .comment-author a{
	font-family: "Amatic SC";
	color: #f6b976;
	font-size: 24px;
}
#comments .commentmetadata a{
	color: #f6b976;
}
#comments .comment-reply-link{
	color: #f499b3;
	font-weight: bold;
}
#comments .comment-body p{
	padding-top: 12px;
}
#comments #respond input, #comments #respond textarea{
	display: block;
	width: 100%;
}
#comments .reply{
	padding-bottom: 20px;
}


#footer{
	background:url('../img/rayures.jpg') repeat-x left bottom transparent;
	padding: 40px 40px 40px 40px;
}
#footer .widget_categories ul{
	list-style: none;
	padding-left: 0;
}
#footer .nav > li > a, #footer .widget_categories ul > li > a{
	text-transform: uppercase;
	color: #aaaaaa;
	background-color: transparent;
	padding: 4px 0;
}
#footer .nav > li > a:hover, #footer .nav > li > a:focus, #footer .widget_categories > li > a:hover, #footer .widget_categories > li > a:focus {
	background-color: transparent;
}
#footer .menu-secondary-container ul li{
	display: block;
	float: none;
}

#searchfooter{
	width: 208px;
	padding: 1px;
	border: 1px solid #ddd;
}

#respond input:focus, #respond textarea:focus { 
    outline: none !important;
    border: 1px solid #f5b875;
    box-shadow: 0 0 20px #f5b875;
}
#respond p.form-allowed-tags{
	display: none;
}

.navigation .previous{
	float: left;
}
.navigation .next{
	float: right;
}

.social-ring{
	display: none;
}

@media (min-width: 992px) {
	.col-md-9 {
		padding-left: 40px;
	}
}