/*
# -- BEGIN LICENSE BLOCK ---------------------------------------
#
# This file is part of Dotclear 2.
#
# Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear
# Licensed under the GPL version 2.0 license.
# See LICENSE file or
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
#
# -- END LICENSE BLOCK -----------------------------------------
*/
/* Modifs thème dcBoostrap
le 10 décembre 2016 

Licence : domaine public 
Thème modifié PhE : Corse sauvage CS par défaut
*/

/* CSS Document */
/* ------------------------------------------------------------
	THEME CS défaut
------------------------------------------------------------- */

/* Layout
-------------------------------------------------------- */

#page { background: #f6f6f6; font-family: 'Open Sans', Arial, sans-serif; }

#extra-header { color: #428bca; height: 36px; line-height: 36px; margin: 0 auto; text-align: center; }

#top {
/*	background: #43a6df; */                                                          /* Modif CS */
	margin: 0 auto;
	width: 100%;
	height: 132px;
/*	line-height: 132px; */                                                          /* Modif CS */
}
#top a { border: 0; }

#top h1 { margin: 0; line-height: 132px; font-size: 1.25em; }
#top h1 a {
	background: url(img/logo_dcbootstrap_sprite_alt2.png) no-repeat 0 0;
	height: 96px;
	line-height: 132px;
	width: auto;
	display: block;
	margin: 18px 0;
	text-indent: -9999px;
}
#top h1 a:hover { background-position: 0 100%; }

#top .simple-menu { border-left: 1em solid #f6f6f6; }
#top .navbar {
  	background: none;
  	border: 0;
/*	line-height: 132px; */                                                          /* Modif CS */
	margin: 0;
}
#top .navbar li span { display: none; visibility: hidden; }
/* #top .navbar > *, #top .navbar-nav > li > a { line-height: 132px !important; } */	 /* Modif CS */
#top .navbar-nav > li > a {
	padding: 0 1em;
	text-transform: uppercase;
	font-size: 1.125em;
	color: #fff;
	transition: all 200ms linear 50ms;
}
#top .navbar-nav > li > a:hover,
#top .navbar-nav > li > a:active,
#top .navbar-nav > li > a:focus,
#top .navbar-nav > li.active > a { box-shadow: 0 -4px 0 /*#9AC528*/ rgba(255, 255, 255, 0.3) inset; }
#top .navbar-nav > li > a:hover,
#top .navbar-nav > li > a:active,
#top .navbar-nav > li > a:focus,
#top .navbar-default .navbar-nav > .active > a:hover,
#top .navbar-default .navbar-nav > .active > a:focus { background: rgba(255,255,255,0.15); }
#top .navbar-default .navbar-nav > .active > a { background: rgba(255,255,255,0.1); font-weight: 700; }

#prelude {
	position: absolute;
	top: 0.65em;
	right: 0.65em;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	color: #e5e5e5;
}
#prelude a { color: #e2e2e2; }
#prelude a:focus, #prelude a:hover { color: #cdcdcd; }

#wrapper {
	/*width: 100%;
	max-width: 1170px;*/
	margin: 2em auto 0;
	padding: 2em 0;
	background: #fff;
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 4px 1px rgba(150, 150, 150, 0.075);
}

#main { float: left; }
#content { padding: 0 0 0 1em; }

#sidebar { float: right; }
#blognav, #blogextra { padding: 0 1em; }

h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', Arial, sans-serif !important; }

a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: none !important; }


/* Sidebar styles
-------------------------------------------------------- */

#sidebar h2 {
	margin: 0 0 1em;
	padding: 1em 0;
	text-align: center;
	background: #2e3539;
	color: #fff;
	font-size: 1.075em;
	font-weight: 600;
	border-radius: 0.15em;
}
#sidebar h3 {
	margin: 0.2em 0 0.6em;
	padding: 0.6em 0;
	background: #f5f5f5;
	text-align: center;
	color: #2e3539;
	border: 1px solid #c5c5c5;
	border-radius: 0.125em;
	font-size: 1em;
	font-weight: 700;
}

#sidebar div div { margin-bottom: 2.2em; }
#sidebar div div div { margin-bottom: 0; }

#sidebar ul {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}
#sidebar li {
	display: block;
	margin: 0;
	padding: 0.4em 0.2em;
	border-bottom: 1px dotted #c5c5c5;
}
#sidebar ul ul {
	margin: 0;
	padding: 0 0 0 1em;
}
#sidebar li li {
	margin: 0.5em 0 0 0;
	padding: 0 0;
	border: none;
}

#sidebar #search p { margin: 1em; text-align: center; }
#sidebar #search .submit {
	padding: 0.25em 1em;
	margin-top: -0.1em;
	text-transform: uppercase;
}

#topnav span { display: none; visibility: hidden; }

#sidebar li a:before {
	font-family: FontAwesome;
	content: "\f0da";
	margin: 0 0.5em;
	color: #686868; 
	text-shadow: 0 1px 1px #d5d5d5;
}

#sidebar li a:hover:before,
#sidebar li a:active:before,
#sidebar li a:focus:before { color: #202020; }

#sidebar .categories ul { list-style: none; }
#sidebar .categories li.category-current { font-weight: 700; }
#sidebar .categories li.category-current li { font-weight: normal; }

#sidebar .categories ul ul li a:before { content: "\f07b"; }
#sidebar .lastcomments li a:before { content: "\f075"; }
#sidebar .links li a:before { content: "\f0ac"; }
#sidebar .pages li a:before { content: "\f15c"; }
#sidebar .syndicate li a:before { content: "\f09e"; }
#sidebar .tags li a:before { content: "\f02b"; }

ul.tags, ul.archive { list-style: none; margin: 0.6em 0; padding: 0; }
ul.tags li, ul.archive li { margin: 0.2em auto; }
ul.tags li a, ul.archive li a { display: block; padding: 10px 15px; position: relative; }


/* Main content styles
-------------------------------------------------------- */

h2, h3, h4 {
	margin: 1em 0 0 0;
	padding: 0;
}

h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }

#content-info h2, #content-info h3 { margin: 0 0 1em; }
#content-info h2:before, #content-info h3:before {
	font-family: FontAwesome;
	color: #248DC1;
	text-shadow: 0 1px 1px #d5d5d5;
}

.dc-404 #content-info h2:before {	
	content: "\f127";
	margin: 0 0.5em 0 0;	
}
.dc-archive #content-info h2:before {	
	content: "\f187";
	margin: 0 0.5em 0 0;	
}
.dc-category #content-info h2:before {	
	content: "\f07b";
	margin: 0 0.5em 0 0;	
}
.dc-contactme #content-info h2:before {	
	content: "\f0e0";
	margin: 0 0.5em 0 0;	
}
.dc-tag #content-info h2:before {	
	content: "\f02b";
	margin: 0 0.5em 0 0;	
}
.dc-tags #content-info h2:before {	
	content: "\f02c";
	margin: 0 0.5em 0 0;	
}

#subcategories {
	background: #f5f5f5;
	border-color: #c5c5c5;
	border-style: solid;
	border-width: 1px 0;
	margin: 1em 0;
	padding: 0.5em;
}
#subcategories h3 { margin: 0; }
#subcategories ul {
	margin: 0.5em 0 0 0;
	padding: 0 0 0 1.5em;
	line-height: 1.4;
}

.day-date {
	font-size: 1em;
	margin: 0 0 0.5em;
	text-align: right;
	color: #279ac4;
}

.post { margin: 0 0 2em 0; }

.post-title {
	color: #9ac528;
	font-size: 1.7em;
}
.dc-post .post-title,
.dc-page .post-title { font-size: 2.3em; margin-bottom: 0.5em; }

.post-title a {
	color: #9ac528;
}
.post-info {
	margin: 0 0 1em 0;
}

.post-tags {
	list-style: none;
	margin: 0 0 1em;
	padding: 0.4em 0;
}
.post-tags li { display: inline; }
.post-tags li:before { font-family: FontAwesome; content: "\f02b"; margin: 0 0.5em; color: #686868; text-shadow: 0 1px 1px #d5d5d5; }
.post-tags li:first-child:before { margin-left: 0; }
.post-tags li a {}

.post-info-co {
	clear: both;
	padding: 0.8em;
    background: #f5f5f5;
    border-radius: 0.2em;
}
.post-info-co a { text-decoration: none !important; border-bottom: 0; }
.post-info-co a:before { margin: 0 0.5em; color: #686868; text-shadow: 0 1px 1px #d5d5d5; }
.post-info-co .comment_count:before { font-family: FontAwesome; content: "\f086"; }
.post-info-co .ping_count:before { font-family: FontAwesome; content: "\f074"; }
.post-info-co .attach_count:before { font-family: FontAwesome; content: "\f019"; }

.read-it {
	clear: both;
	text-align: right;
	padding: 0.25em 0;
}
.read-it a { font-weight: 700; }

a.feed:before {
	font-family: FontAwesome;
	content: "\f09e";4
	margin: 0 0.5em 0 0;
    color: #686868;
	text-shadow: 0 1px 1px #d5d5d5;
}


/* Post content
-------------------------------------------------------- */

.post-content, .post-excerpt, #comments dd, #pings dd, dd.comment-preview {
	line-height:1.4em;
}
.post-content acronym, .post-excerpt acronym {
	cursor: help;
	border-bottom: 1px dotted #666;
}

.post-content blockquote, .post-excerpt blockquote,
#comment-form blockquote, #comment-form blockquote {
	background-color: #F4F8FA;
	border-color: #5BC0DE;
	font-size: 1.1em;
}

.post-content img, .post-excerpt img { max-width: 100%; height: auto; }
.post-content object, .post-excerpt object, .post-content iframe, .post-excerpt iframe { max-width: 100%; }

.post-content .row {
	margin-bottom: 20px;
}

#attachments h3 {
	font-size: 1.2em;
}

#attachments ul {
	list-style: none;
	margin: 0;
	padding: 4px 0;
}

#attachments li {
	margin: 0 0 0.6em;
	padding: 2px 10px 2px 18px;
}

#attachments li object {
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.attachments .fa { color: #248DC1; margin-right: 0.5em; }

#navlinks { clear: both; }
#navlinks .next { float: right; }
#navlinks span { display: none; visibility: hidden; }


/* Comments and trackbacks
-------------------------------------------------------- */

#comments { clear: both; }

#comments, #comment-form, #pings { margin-top: 2.8em; }

#comments h3:first-child, #comment-form h3, #pings h3 {
	background: #2e3539;
	color: #fff;
	padding: 1em;
	margin: 0 0 2.2em;
	font-size: 1.1em;
	font-weight: 600;
	text-align: center;
	border-radius: 0.15em;
}

#comments dt {
	margin: 1.5em 0 0 0;
	padding: 0 0.6em;
	height: 2.775em;
	line-height: 2.775em;
	font-weight: 600;
	border-bottom: 1px solid #428bca;
}
#comments dt.me { border-bottom-color: #9AC528; }
#comments a.comment-number {
	background-color: #428bca;
	color: #fff;
	display: block;
	float: left;
	margin-right: 0.725em;
	padding: 0 0.875em;
	border-radius: 0.2em 0.2em 0 0;
}
#comments dt.me a.comment-number { background-color: #9AC528; }
#comments dd { margin: 0; padding: 1em; }
#comments dd.me { background-color: #f6f6f6; color: #428BCA; }
#comments dd p { margin: 0.5em 0; line-height: 1.5em; }

/* --- Comments.html --- */

.comment-post { margin: 1em 0; }
.comment-post img { max-width: 100%; }

.comment-content {
	margin: 0.6em 0 1em !important;
	min-height: 9.75em;
	padding: 1.4em;
	position: relative;
	word-wrap: break-word;
}
.me .comment-content { border-color: #428BCA; }
.comment-content .comment-content-header {
	margin: -1.4em -1.4em 1.4em;
	padding: 0.6em 1em;
	letter-spacing: 0.025em;
}
.me .comment-content .comment-content-header { background: #428BCA; color: #fff; }
.comment-content .comment-content-header b,
.comment-content .comment-content-header b a { color: #222; font-weight: 600; }
.me .comment-content .comment-content-header b,
.me .comment-content .comment-content-header b a { color: #fff; font-weight: 600; }


/* Forms
-------------------------------------------------------- */

#comment-form { clear: both; }

#comment-form fieldset { border: none; }
#comment-form fieldset p {
	padding: 0.4em 0;
}
#comment-form fieldset p.field {
	padding: 0.4em 0;
	width: auto;
	margin: 0.8em 0;
	clear: both;
}
#comment-form p.form-help { font-style: italic; }

#comment-form .field label { width: auto; }
#comment-form .field label {
  color: #666666;
  display: block;
  font-size: 0.975em;
  font-weight: 600;
  text-indent: 0.4em;
}
#comment-form .field:hover label, #comment-form .field:focus label, #comment-form .field:active label { color: #428BCA; }

#comment-form input, #comment-form textarea {
	font: 1em "Lucida Grande",Arial,sans-serif;
	width: 68%;
}
#comment-form textarea { width: 100%; }

#comment-form p.remember { margin: 0; }
#comment-form input#c_remember {
	width: auto;
	border: 0;
	margin: 0;
}

p.buttons { text-align: center; }

.error, .message, .success {
	margin: 2.4em 0;
	padding: 1em;
	color: #000000;
	text-shadow: 0 1px 0 rgba(250, 250, 250, 0.5);
	font-size: 1.1em;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 0.15em;
}
.success { background-color: #BEE74B; }
.message { background-color: #a2cbe9 ; }
.error { background-color: #c44d58; color: #fff; text-shadow: 0 1px 0 rgba(0,0,0,0.5); }


/* Input / Textarea / Select
-------------------------------------------------------- */

input[type="text"], input[type="email"], input[type="password"], input[type="file"],
textarea, select { border: 1px solid #d5d5d5; border-radius: 0.125em; }

input[type="text"], input[type="email"], input[type="password"], input[type="file"] { padding: 0.375em 0.4em; }
textarea { padding: 0.4em; }
select { padding: 0.375em; border-radius: 0.125em; }

input, textarea, select, a.button { transition: all 0.35s ease 0s; }

input[type="text"]:hover, input[type="email"]:hover, input[type="password"]:hover, input[type="file"]:hover, textarea:hover, select:hover,
input[type="text"]:active, input[type="email"]:active, input[type="password"]:active, input[type="file"]:active, textarea:active, select:active,
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="file"]:focus, textarea:focus, select:focus {
	border-color: #11a3ea;
	color: #0f4987;
}

input[type="submit"], a.button {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	width: auto !important;
	font-weight: normal;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #428BCA;
	background-image: none;
	border: 1px solid #357EBD;
	color: #fff;
	border-radius: 0.2em;
}
input[type="submit"]:hover, input[type="submit"]:focus, a.button:hover, a.button:focus {
	background-color: #3276B1;
	border-color: #285E8E;
	color: #fff;
}
input[type="submit"]:focus, a.button:focus {
	outline: thin dotted #333333;
	outline-offset: -2px;
}


/* Table
-------------------------------------------------------- */

table td { vertical-align: middle !important; }

#content table { width: 100%; }
#content table > thead > tr > th { border-bottom: 2px solid #DDDDDD; padding: 8px; vertical-align: middle; }
#content table > thead > tr > td, #content table > tbody > tr > td, #content table > tfoot > tr > td {
  border-top: 1px solid #DDDDDD;
  line-height: 1.42857;
  padding: 8px;
}


/* Footer
-------------------------------------------------------- */

#footer {
	clear: both;
	margin: 1em 0 0;
	padding: 2em 0 3em;
}
#footer p {
	margin: 0 auto;
	text-align: center;
}

.social a {
	color: #ffffff;
    font-size: 1.25em;
    margin: 0;
    width: 32px;
    height: 32px;
    display: inline-block;
	transition: background 0.8s ease 0s;
}

.social i {
	margin: 0;
	text-align: center;
  	width: 32px;
  	line-height: 32px;
}
.social a:hover { background: #ffffff; }

a.facebook { background: #3c5b9b }
a.twitter { background: #2daae1; }
a.linkedin { background: #0173b2; }
a.pinterest { background: #cb2027; }
a.google-plus { background: #f63e28; }
a.contact { background: #06bc14; }
a.rss { background: #ff9a07; }
a.facebook:hover, a.facebook:focus { color: #3c5b9b }
a.twitter:hover, a.twitter:focus { color: #2daae1; }
a.linkedin:hover, a.linkedin:focus { color: #0173b2; }
a.pinterest:hover, a.pinterest:focus { color: #cb2027; }
a.google-plus:hover, a.google-plus:focus { color: #f63e28; }
a.contact:hover, a.contact:focus { color: #06bc14; }
a.rss:hover, a.rss:focus { color: #ff9a07; } 

#scrollUp {
	background-color: #2e3539;
	bottom: 1.2em;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 0.9em;
	padding: 0.9em 1.5em;
	right: 1.2em;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #e5e5e5;
	border-radius: 0.2em;
	opacity: 0.8;
	transition: opacity 150ms linear 0s;
}
#scrollUp:hover, #scrollUp:focus, #scrollUp:active { opacity: 1; }
#scrollUp:after { font-family: FontAwesome; content: "\f077"; }


/* Utilities
-------------------------------------------------------- */

.left { float: left; }
.right { float: right; }


/* Fonts
-------------------------------------------------------- */

/* --- OpenSans --- */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'),
  url(lib/fonts/open-sans/OpenSans-Light.ttf) format('ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'),
  url(lib/fonts/open-sans/OpenSans-Regular.ttf) format('ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), 
  url(lib/fonts/open-sans/OpenSans-Semibold.ttf) format('ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), 
  url(lib/fonts/open-sans/OpenSans-Bold.ttf) format('ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), 
  url(lib/fonts/open-sans/OpenSans-ExtraBold.ttf) format('ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), 
  url(lib/fonts/open-sans/OpenSans-LightItalic.ttf) format('ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), 
  url(lib/fonts/open-sans/OpenSans-Italic.ttf) format('ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), 
  url(lib/fonts/open-sans/OpenSans-SemiboldItalic.ttf) format('ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), 
  url(lib/fonts/open-sans/OpenSans-BoldItalic.ttf) format('ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic'), 
  url(lib/fonts/open-sans/OpenSans-ExtraBoldItalic.ttf) format('ttf');
}


/* Agora plugin
-------------------------------------------------------- */

/* --- Widget "Navigation utilisateur" --- */
#agorabox {}
#agorabox p { clear: both; margin: 1em 0; }
#agorabox label { margin: 0.35em 0 0; }
#agorabox input#li_login, #agorabox input#li_pwd { float: right; }
#agorabox .remember > * { font-weight: 500; font-size: 0.925em; }

/* --- Widget "Nouveau billet" --- */
.agoranew p { margin: 1em auto; text-align: center; }

/* --- agora_post.html --- */
.posts-actions { margin: 1em auto; }
.markItUp .markItUpEditor { padding: 0.8em; }


/* Responsive designing
-------------------------------------------------------- */

/* --- Landscape phones and down --- */

@media (max-width: 480px) {
	#sidebar,
	.read-it { display: none; visibility: hidden; }
}

@media (max-width: 768px) {
	#extra-header, #prelude,
	#top h1 { display: none; visibility: hidden; }
	
	#extra-header { height: 0; }
	
	#top { height: auto; line-height: 78px; color: #fff; }
	#top .simple-menu { border-left: 0; }
	#top .navbar-brand { font-size: 1em; color: #fff; }
	#top .navbar-default .navbar-toggle { border-color: #fff; }
	#top .navbar-default .navbar-toggle:hover,
	#top .navbar-default .navbar-toggle:focus { background-color: #fff; border-color: #9ac528; }
	#top .navbar-default .navbar-toggle .icon-bar { background-color: #fff; }
	#top .navbar-default .navbar-toggle:hover .icon-bar,
	#top .navbar-default .navbar-toggle:focus .icon-bar { background-color: #9ac528; }
	#top .navbar > * {
		line-height: 20px !important;
		padding: 1em 1.2em !important;
	}
	#top .navbar-nav > li > a {
		line-height: 20px !important;
		padding: 0.75em 1.2em !important;
		border-bottom: 1px dotted rgba(255,255,255,0.075);
	}
	#top .navbar-nav > li > a:hover { background: rgba(255,255,255,0.1); }
	#top .navbar-collapse {
		max-height: inherit;
		/*background-color: #2e3539;
		border-top: 1px solid #1d2428;
		border-bottom: 3px solid #43a6df;
		border-radius: 0 0 0.2em 0.2em;*/
	}
	
		
	#wrapper { margin-top: 0; border: 0; box-shadow: none; }
	
	#content { padding: 0 0.2em; }
	
	.post-info, .post-tags, .post-info-co { display: none; visibility: hidden; }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
.comment-content .comment-content-header:before {
	border-color: rgba(0, 0, 0, 0) #dddddd;
	border-style: solid;
	border-width: 8px 15px 8px 0;
	bottom: auto;
	content: "";
	display: block;
	left: -15px;
	position: absolute;
	top: 8px;
	width: 0;
}
.me .comment-content .comment-content-header:before { border-color: rgba(0, 0, 0, 0) #428BCA; }
.comment-content .comment-content-header:after {
	border-color: rgba(0, 0, 0, 0) #f5f5f5;
	border-style: solid;
	border-width: 7px 14px 7px 0;
	bottom: auto;
	content: "";
	display: block;
	left: -14px;
	position: absolute;
	top: 9px;
	width: 0;
}
.me .comment-content .comment-content-header:after { border-color: rgba(0, 0, 0, 0) #428BCA; }

.comment-user-infos { margin-top: 1em; }
}

/*-----------------------------------------*/
/* MODIFICATIONS SPECIFIQUES CORSE SAUVAGE */
/*-----------------------------------------*/

#page { background: #f6f6f6 url(/perso/public/images/Corse-APuntaBunifazinca0049.jpg) repeat; font-family: 'Open Sans', Arial, sans-serif; }

#extra-header { color: #428bca; height: 36px; line-height: 36px; margin: 0 auto; text-align: center; }

.clear-l { clear: left; }
.clear-r { clear: right; }
.clear-b { clear: both; }
.clear-n { clear: none !important; }

h5 { font-size: 16px !important; font-weight: 500 !important; }

cite { font-size: 0.9em; color: red; font-style: italic !important; }


/* Bandeau d'en-tête */
/*--------------------*/
#top {
	background: ;																					/* Modif CS */
	margin: 0 auto;
	width: 100%;
	height: 154px;
	line-height: ;
}
#top .row {
	background: #728579;
}
#bandeau-debut img {
	vertical-align: top;
}
#col1, #col2, #col3 { display: inline-block; }
@media (max-width:345px){
#col2 { display: none;}
#col3 { display: none;}
}
@media (max-width:768px){
#top { line-height: 16px; color: #000; }
#col2 { display: none;}
#col3 { width: 106px; height: 154px; float: right;}
}
@media (min-width:768px){
#col2 { width: 416px; height: 154px; margin-left: -4px;}
#col3 { width: 106px; height: 154px; margin-left: -4px;}
}
@media (min-width:992px){
#col2 { width: 636px; height: 154px; margin-left: -4px;}
#col3 { width: 106px; height: 154px; margin-left: -4px;}
}
@media (min-width:1200px){
#col2 { width: 836px; height: 154px; margin-left: -4px;}
#col3 { width: 106px; height: 154px; margin-left: -4px;}
}

#top .navbar { background-color: #728579; }

@media (max-width: 768px) {
	#top .navbar > * {
		line-height: 20px !important;
		padding: 0 !important;
	}
	#top .navbar-nav > li > a {
		line-height: 20px !important;
		padding: 0 !important;
		border-bottom: 1px dotted rgba(255,255,255,0.075);
	}
}

/* Webcam Porto-Vecchio */	
/*----------------------*/

.webcam {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.embed-webcam {
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}
.embed-webcam iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

/* Simple Menu */																	/* Pas trouvé d'autre moyen pour activer Simple Menu en haut de page */
/*-------------*/
#top .navbar li span { display: inline; visibility: visible; }

/* Contenu général */
/*-----------------*/
#wrapper {
	background: #dde6e2;
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 4px 1px rgba(150, 150, 150, 0.075);
	margin-top: 0;
}
#main { margin-top: 20px; }
.day-date {
    background: #8c0000 none repeat scroll 0 0;
    color: #A6E9B8;
    padding: 2px 16px;
    text-transform: lowercase;
}
#ouverture {
    margin-top: -25px;
}
@media (max-width: 768px) {
#en-tete { display: none;}
}

.parent {
  display: flex;
  flex-wrap: wrap;
}
.enfant {
  margin: auto;
}

/* Pour toutes les tailles d'écrans : centrages verticaux avec bootstrap (version avec colonnes de mêmes hauteurs) */
.vertical-center, .vertical-top, .vertical-bottom {
  display: flex;
  justify-content: center;
}
.vertical-center > div {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
.vertical-top > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* center ou flex-end */
} 
.vertical-bottom > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* flex-start ou center */
} 

/* Bandeau de droite */
/*-------------------*/
#sidebar {
	background: #6e6353;
	color: #fff9ef;
	padding: 0;
	margin-top: -50px;
}
#sidebar a {
	color: #88fea2;
}
#sidebar a:hover, #sidebar a:active, #sidebar a:focus {
	color: #fff000;
}
#blognav, #blogextra { padding: 0 10px 0 10px; }
#sidebar div div {
    margin-bottom: 0;
}
.contact-Blog, #Meteo-Corse, #randomimage,#lastimage, #Album_Spec { text-align: center; }
#Referenceur div {
    margin-top: 1em;
    text-align: center;
}
#sidebar h1 { margin: 15px -10px 0 -10px; background-color: #69A19A; text-align: center; padding: 15px 5px; }
#sidebar h2 { margin: 10px -10px; background-color: #fff; color: #000; text-align: left; padding: 5px; font-size: 18px;}

/* --------------------------------------------------------
    Widgets
-------------------------------------------------------- */
.widget-img {
    text-align: center;
}
#ChoixStyle {
	padding-left: 5px;
	padding-right: 5px;
}
#ChoixStyle ul {														/* Modifications ChoixStyle */
	font-size: 11px;
	text-align: center;
	margin-top: 10px;
}
#ChoixStyle ul li {
	padding: 0;
	margin: 0 5px;
	display: inline;
	background: none;
	border-bottom: none;
}
#tool-std, #tool-s1, #tool-s2, #tool-s3, #tool-s4 { max-width: 25px; }
.recherche input { width: 80%; }
#sidebar .intro-Blog li {
	list-style: disc inside;
	display: list-item;
}
.calendar table {
    margin: auto;
    text-align: center;
}
.wFlickrDiv {
	text-align: center;
}
.wFlickrDiv h2{
	text-align: left;
	padding-bottom: 10px;
}
.text h4  {
	font-size: 1.1em;
	font-style:italic;
	text-decoration: underline;
}

#Music-Page, #Music-Page_1, #Music-Page_2, #Music-Page_3, #Music-Page_4, #Music-Page_5, #Music-Page_6, #Music-Page_7, #Music-Page_8 {
	margin:auto;
}

/* Widgets Météo */
/*---------------*/
#widget-meteo_1 { float: left; width: 50%; margin: 0 !important; }
#widget-meteo_2 { float: right; width: 50%; margin: 0 !important; border-left: solid black 2px;}
/*---------------*/

/* Contenu galeries  */
/*-------------------*/
embed { 
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* Contenu post */
/*--------------*/
.center {text-align: center !important; }
#content a { color: #8c0000; }
#content a:hover, #content a:focus, #content a:active { color: #00c382; }
.post-title { font-size: 35px; }
.zoom-link { background: transparent url("/perso/public/images/icons/zoom-link.gif") no-repeat scroll right center; padding-right: 16px; }

/* ------------------------------------------------------------
	Classe spéciale pour les photos à gauche, Scripts, object,...
------------------------------------------------------------- */
.float_photo {
	clear: left;
	float : left;
	padding: 5px 5px 5px 0px;
}
.float_right {
	clear: right;
	float : right;
	padding: 5px 0px 5px 5px;
}

script, object {
	clear: both;
	float: left;
	padding: 5px 5px 0px 0px;
	margin : 0 auto 0.3em -4px;													/* modif nécessaire à l'alignement des blocs de la page */
}
.post-content, .post-excerpt { text-align: justify; }
.post-content h1, .post-excerpt h1, .post-content h2, .post-excerpt h2,
.post-content h4, .post-excerpt h4 { text-align: left; }
.post-excerpt { color: #008136; }
.dc-post .post-title, .dc-page .post-title {
    font-size: 35px;
	color: #008136;
}
.post-content img, .post-excerpt img {
	display: inline;
	margin-top: 5px;
}
.post-content p, .post-excerpt p { clear: both;}

/* ------------------------------------------------------------
	Classe spéciale pour les photos responsive
------------------------------------------------------------- */

.video-responsive {
  position: relative;
  padding-bottom: 54.42%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -----------------------------------------------------------------------
	Modifications classes bootstrap.min.css pour espaces entre photos...
----------------------------------------------------------------------- */
.post-content .row {
    margin-left: 0!important;
    margin-right: 0!important;
}
.post-content .col-xs-1, .post-content .col-sm-1, .post-content .col-md-1, .post-content .col-lg-1, .post-content .col-xs-2, .post-content .col-sm-2, .post-content .col-md-2, .post-content .col-lg-2, .post-content .col-xs-3, .post-content .col-sm-3, .post-content .col-md-3, .post-content .col-lg-3, .post-content .col-xs-4, .post-content .col-sm-4, .post-content .col-md-4, .post-content .col-lg-4, .post-content .col-xs-5, .post-content .col-sm-5, .post-content .col-md-5, .post-content .col-lg-5, .post-content .col-xs-6, .post-content .col-sm-6, .post-content .col-md-6, .post-content .col-lg-6, .post-content .col-xs-7, .post-content .col-sm-7, .post-content .col-md-7, .post-content .col-lg-7, .post-content .col-xs-8, .post-content .col-sm-8, .post-content .col-md-8, .post-content .col-lg-8, .post-content .col-xs-9, .post-content .col-sm-9, .post-content .col-md-9, .post-content .col-lg-9, .post-content .col-xs-10, .post-content .col-sm-10, .post-content .col-md-10, .post-content .col-lg-10, .post-content .col-xs-11, .post-content .col-sm-11, .post-content .col-md-11, .post-content .col-lg-11, .post-content .col-xs-12, .post-content .col-sm-12, .post-content .col-md-12, .post-content .col-lg-12 {
    padding-left: 5px!important;
    padding-right: 5px!important;
}
/* Contenu commentaires*/
/*---------------------*/
#AssistComment {
    background-color: #d5d5d5;
    border: 2px outset #000000;
    color: #ffffff;
    width: 30%;
    float: right;
    font-weight: bold;
    margin: -15px 0 -35px 0;
    padding: 2px;
}
.comment-preview {
	color: #eee;
}
.emoticones {
	color: #fff;
	text-decoration: underline;
}
#comments, #comment-form, #pings {
	background-color: #3f4a43;
    margin-top: 50px;
    padding: 0;
	clear: both;
}
#ping-url, #comments-feed  {
	background-color: #3f4a43;
	color: #ddd;
	margin: 0;
	padding: 10px 0	;
}
#comments-feed a {
	color: #ff9fb2;
}
#comments-feed a:hover, #comments-feed a:focus, #comments-feed a:active {
	color: #dffb93;
}
#comments h3:first-child, #comment-form h3, #pings h3 {
	font-size: 18px;
    text-align: left;
}
#comments h3, #comment-form h3, #pings h3 {
	font-size: 18px;
	text-align: left;
	border-bottom: 1px solid #d2dadb;
	margin-bottom: 15px;
}
#pings h3 {
	margin-bottom : 0;
	padding-bottom: 15px;
}
#comment-form .field label {
	color: #ddd;
}
#comment-form .field:hover label, #comment-form .field:focus label, #comment-form .field:active label {
	color: #dffb93;
}
#comments dd.odd, #pings dd.odd, 
#comments dt.odd, #pings dt.odd {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #dbe3fb;
    border-color: #193ca6;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px;
}
#comments dt, #pings dt,
#comments dd, #pings dd {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #e0e8ff;
    border-color: #193ca6;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 0;
}
#comments dt.me, #pings dt.me,
#comments dd.me, #pings dd.me {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f6f6f6;
    border-color: #25b425;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 0;
	color: #428BCA;
}
#comments dt.me.odd, #pings dt.me.odd,
#comments dd.me.odd, #pings dd.me.odd {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #E5E5E5;
    border-color: #25b425;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 0;
	color: #428BCA;
}
.form-help, .remember { color: #eee; }
#sidebar .syndicate li a:before { content: url("/perso/themes/default/img/feed.png"); }
a.feed:before { content: url("/perso/themes/default/img/feed.png"); }

/* Footer */
/*--------*/
#footer {
	padding: 0 0 50px 0;
	margin: 0;
}
#footer .container {
	background-color: #3f4a43;
	border: 1px solid #ddd;
}
#footer .text-muted {
	color: #fff;
}
#footer a {
	color: #ff9fb2;
}
#footer a:hover, #footer a:focus,#footer a:active {
	color: #dffb93;
}
#scrollUp {																/* Retour Haut de Page modifié */
	padding: 0.9em;;
}

/* Fenêtre popup flickrembed */
/*---------------------------*/
#titre {
    background: #ccc none repeat scroll 0 0;
    margin: auto;
    max-width: 940px;
	width: auto;
	margin-bottom:-25px;
	padding: 5px 20px 5px 20px;
}
#flickrembed {
    background: #ccc none repeat scroll 0 0;
    margin: auto;
    max-width: 940px;
    padding: 20px;
    width: auto;
}
#titre .mfp-close-btn-in, #titre .mfp-close {
    float: right;
    margin: -118px -35px 0 0;
    position: relative;
	color:#fff;
}

/* Fenêtres popup vidéos */
/*-----------------------*/
.mfp-title {
    background: #ccc none repeat scroll 0 0;
    color: #000 !important;
	font-size: 18px;
	font-style: italic;
    position: absolute;
    bottom: -30px;
    width: 100%;
    height: 50px;
	padding-top: 5px;
	padding-left: 20px !important; 
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #fff !important;
}
/* This adds padding from top and bottom */
.custom-popup-class .mfp-container, .diapo-popup-class .mfp-container {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* This adds max-width to popup content */
.custom-popup-class .mfp-content {
  width: 100%;
  max-width: 1500px !important;
}
.diapo-popup-class .mfp-content {
  width: 100%;
  max-width: 1000px !important;
}
.mfp-iframe-holder .mfp-content {
  width: 100%;
  max-width: 1500px !important;
}
.mfp-iframe-scaler iframe {
  padding: 20px !important;
  background-color: #ccc !important;
}

/* This makes "#popup-with-something" scale down proportionally */
#popup-with-something, #popup-with-something_1, #popup-with-something_2, #popup-with-something_3, #popup-with-something_4, #popup-with-something_5, #popup-with-something_6, #popup-with-something_7, #popup-with-something_8, #popup-with-something_9 {
  width: 100%;
  height: 0;
  overflow: hidden;
/* This is scale ratio */
  padding-top: 56.25%;
}
/* This shifts close button outside of the container */
#popup-with-something .mfp-close, #popup-with-something_1 .mfp-close, #popup-with-something_2 .mfp-close, #popup-with-something_3 .mfp-close, #popup-with-something_4 .mfp-close, #popup-with-something_5 .mfp-close, #popup-with-something_6 .mfp-close, #popup-with-something_7 .mfp-close, #popup-with-something_8 .mfp-close, #popup-with-something_9 .mfp-close {
  top: -44px;
  color: #FFF;
  text-align: right;
  right: 1px;
}
/* This is an element itself */
.some-element {
  background: #ccc;
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: ;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  padding: 20px 20px 5px;
}
.google-maps {
  position: relative;
  padding-bottom: 75%; // This is the aspect ratio
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}