/*
Bienvenue dans l'éditeur de CSS !

Pour en savoir plus sur le fonctionnement de l'éditeur, vous pouvez vous
rendre sur cette page :
http://wp.me/PEmnE-Bt
*/
/* =Main Navigation
-------------------------------------------------------------- */
#nav-wrapper {
	position: relative;
	z-index: 500;
	clear: both;
}

.menus {
	display: block;
	clear: both;
	font-size: 13px;
	background: #126fb4;
	font-family: 'Cantata One', serif;
	font-weight: 400;
}

#site-sub-navigation {
	background: none;
	font-size: 12px;
	border-bottom: 1px solid #999;
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	font-family: Arial, sans-serif;
}

.menus ul {
	padding: 0;
	margin: 0;
}

.menus li {
	display: inline-block;
	position: relative;
	text-align: left;
	border-right: 1px solid #fff;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
}

.menus li li {
	border: 0;
}

#site-sub-navigation li {
	margin-right: 8px;
	position: relative;
	border: 0;
}

#site-sub-navigation li:before {
	content: "\2022";
	font-size: 18px;
	position: absolute;
	right: -8px;
}

#site-sub-navigation li:last-child:before,
			#site-sub-navigation li li:before {
	content: none;
}

.menus li a {
	color: #fff;
	padding: 8px 15px;
	display: inline-block;
	text-shadow: 1px 1px 0 #000;
	text-decoration: none;
}

#site-sub-navigation li a {
	padding: 5px 15px;
}

#site-navigation li a,
			#site-sub-navigation ul ul li a {
	width: 100%;
}

#site-sub-navigation li,
		#site-sub-navigation li a {
	color: #000;
	text-shadow: none;
	text-transform: uppercase;
}

#site-sub-navigation li li,
			#site-sub-navigation li li a {
	text-transform: none;
}

#site-navigation li:hover {
	background: #0E5487;
}

#site-sub-navigation li:hover,
			#site-sub-navigation li li:hover {
	background: #eee;
}

.menus li a:not(:last-child):after {
	content: "\f0d7";
	font-family: FontAwesome;
	float: right;
	margin: 0 0 0 10px;
}

.menus ul ul li a:not(:last-child):after {
	content: "\f0da";
}

.menus ul ul {
	opacity: 0;
	position: absolute;
	left: -9999px;
	width: 300px;
	z-index: 99999;
	background: #0E5487;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

#site-sub-navigation ul ul {
	background: #eee;
}

.menus li li {
	clear: both;
	width: 100%;
}

#site-navigation li li:hover {
	background: #126fb4;
}

#site-sub-navigation li li:hover {
	background: #ddd;
}

.menus ul li:hover > ul {
	opacity: 1;
	left: 0;
}

.menus ul ul li:hover > ul {
	left: 100% !important;
	top: 0;
}

#main-menu {
	float: left;
}

/* =Article
-------------------------------------------------------------- */
article {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

.page article,
	.single article {
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
}

.entry-title {
	font-size: 2em;
	margin: 0;
	line-height: 1.2;
}

.entry-title a {
	text-decoration: none;
	color: #333 !important;
}

.entry-title a:hover,
		.format-link cite a:hover {
	color: #666 !important;
}

.entry-meta {
	font-size: 90%;
	line-height: 1.3;
	margin: 2px 0 10px;
	color: #333;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.entry-meta a {
	text-decoration: none;
	border-bottom: 1px dotted;
}

.post-category,
.post-format,
.page-title,
.archive-meta {
	text-transform: uppercase;
	font-size: 80%;
	margin: 0;
	color: #666;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.post-category a {
	text-decoration: none;
	color: #666 !important;
}

.post-category a:hover {
	color: #444;
}

.entry-content {
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
	overflow: hidden;
}

.entry-content a {
	border-bottom: 1px dotted;
	text-decoration: none;
}

.more-link,
#posts-pagination a,
.form-submit input[type="submit"],
.comment-reply-link {
	font-size: 13px;
	background: #126fb4;
	color: #eee !important;
	text-decoration: none;
	text-shadow: 1px 1px 0 #000;
	padding: 6px 12px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #222 !important;
	-moz-box-shadow: 1px 1px 0 #eee;
	-webkit-box-shadow: 1px 1px 0 #eee;
	box-shadow: 1px 1px 0 #eee;
	display: inline-block;
	margin: 1em 0;
	line-height: 1.2;
}

.more-link:hover,
	.form-submit input[type="submit"]:hover,
	#posts-pagination a:hover,
	.comment-reply-link:hover {
	background: #0E5487;
	color: #eee;
}

.more-link-p {
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
}

.entry-content img {
	border: 1px solid #e2e2e2;
}

footer.entry {
	clear: both;
	float: left;
	width: 100%;
}

blockquote {
	margin: 5px 0 1em;
	font-size: .9em;
	color: #666;
	border-left: 10px solid #aaa;
	padding-left: 12px;
}

blockquote.pullquote {
	font-size: 2em;
	color: inherit;
	font-weight: bold;
	line-height: 1.6125em;
	border: 0;
	padding: 0;
	margin: 0 1.625em 0 0;
	text-align: right;
	width: 33%;
	float: left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

blockquote.pullquote p {
	margin: 1em 0;
}

blockquote.pullquote.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
	float: right;
}

@media only screen and (max-width: 600px) {
	blockquote.pullquote,
						blockquote.pullquote.alignright {
		font-size: 1.4em !important;
		float: none;
		margin: 0;
		width: 100%;
	}
}