/*
# -- 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
#
# Thème ALCT_dcBootstrap - V2.18 du 12/11/2019
#
# -- END LICENSE BLOCK -----------------------------------------
*/

/* Layout
-------------------------------------------------------- */
body{
  color: #ffffff !important;
}

body, 
  body.dc-404,
  body.dc-503,
  body.dc-archive-day,
  body.dc-archive-month,
  body.dc-archive,
  body.dc-category,
  body.dc-contactme,
  body.dc-event,
  body.dc-home,
  body.dc-letter,
  body.dc-multitoc,
  body.dc-newsletter,
  body.dc-page,
  body.dc-post,
  body.dc-search,
  body.dc-tag,
  body.dc-tags {
  /* fond bleu-nuit dégradé des bandes latérales en cas d'affichage sur écran large */
	background: #091231 url(img/AL_header-degrade_2x220.png) repeat-x;
}

/* Taille des polices par défaut */
body {
    font-size: 14px;
}
/* Taille des polices par rapport à la taille par défaut définie dans body */
h1, .h1 { font-size: 2.25em; }
h2, .h2 { font-size: 1.7em; }
h3, .h3 { font-size: 1.4em; }
h4, .h4 { font-size: 1.125em; }
h5, .h5 { font-size: 1em; font-style: italic; color: #006600 !important; }
h6, .h6 { font-size: 0.75em; }

#content-info h2.welcome { font-size: 1.4em; }
.my_dayname, .my_month-year { font-size: 0.9em; }
.my_daynum { font-size: 2.1em; }
.post-header { min-height: 5.2em; }
.post-date { min-width: 4.35em; }

/* pour les petits écrans */
@media screen and (max-height: 500px) {
  /* Taille des polices par rapport à la taille par défaut définie dans body */
  h1, .h1 { font-size: 1.6em; }
  h2, .h2 { font-size: 1.2em; }
  h3, .h3 { font-size: 1.1em; }
  h4, .h4 { font-size: 1em; }
  h5, .h5 { font-size: 0.8em; font-style: italic; color: #006600 !important; }
  h6, .h6 { font-size: 0.6em; }

  #content-info h2.welcome { font-size: 1.2em; }
  .my_dayname, .my_month-year { font-size: 0.7em; }
  .my_daynum { font-size: 1.7em; }
  .post-header { min-height: 4.05em; }
  .post-date { min-width: 3.4em; }
}

/* pour off-canvas */
 /* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #091231; /* Blue*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 2px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav-title-container { float:left; width:85%;}
.sidenav-link-container {float:right; width: 15%;}

/* The navigation menu title */
.sidenav p.sidenav-title {
    padding: 0 8px 2px 8px;
    margin: 0;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    font-size: 2.14em;
    color: #fff;
    display: block;
    transition: 0.3s
}

/* The navigation menu links */
.sidenav a.closebtn {
    padding: 0 8px;
    margin: 0;
    line-height: 0.8;
    text-align: right;
    text-decoration: none;
    color: #cc0000;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a.closebtn:hover, .offcanvas a.closebtn:focus{
    color: #ff0000;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    font-size: 2.57em;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#off-canvas-main {
    transition: margin-left .5s;
    padding: 0;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 5px;}
    .sidenav a {font-size: 1em;}
} 
/* fin pour off-canvas */

#page {
  background: #E9ECF0;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #232323;
  max-width:100em;
  margin:0 auto;
}

#extra-header { color: #428bca; height: 36px; line-height: 36px; margin: 0 auto; text-align: center; }

#top-background {
	background-color: #E9ECF0;
}
.navbar-header {
	background-color: #197EF4;
  height:auto;
}

#top {
  overflow: visible;
}

#top a { border: 0; }

#top h1 {
  background: url(img/AL_Header_1825x220.jpg) no-repeat 0 0;
  height:220px;
  margin: 0;
  line-height: 65px;
  font-size: 1.25em; }
#top h1 a {
/*
	background: url(img/logo_dcbootstrap_sprite_alt2.png) no-repeat 0 0;
*/
	line-height: 0px;
	width: auto;
	display: block;
	margin: 0 0 0 0;
	text-indent: -9999px;
}
#top h1 a:hover { background-position: 0 100%; }

#top .navbar {
  background-color: #197EF4;
  border: 0;
  height: 32px;
  line-height: 30px;
	margin: 0 0 10px 0;
  padding: 0;  
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

#top .navbar-collapse {
  margin: 0;
}  
#top ul.navbar-nav {
  margin-left: 0;
}

#top .navbar > *, #top .navbar-nav > li > a {  overflow: visible; line-height: 30px; }
#top .simple-menu {}
#top .navbar-nav > li {
  margin: 0;
  padding: 0 3px;
	background-color: #197EF4;
	border-right: 1px solid #FFFFFF;
  line-height: 30px;
	color: #FFFFFF;
}
#menu-horizontal .navbar-nav > li.active {
  margin: 0;
  padding: 0 3px;
	background-color: #B0F0F4;
	border-right: 1px solid #FFFFFF;
  line-height: 30px;
	border-top: 1px solid #197EF4;
	border-bottom: 1px solid #197EF4;  
}
#menu-horizontal .navbar-nav > li.active > a {
  color: #000066;
  font-weight: 600;
}
#menu-horizontal .navbar-nav > li > a {
	padding: 0 0.1em;
	text-transform: uppercase;
	font-size: 0.9em;
	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 { background-color: #19A0F4; }
#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-color: #B0F0F4; font-weight: 600 !important; }

/* Affichage des onglets du menu-simple */
#nav-niveau1 span.simple-menu-label {
  display:inline !important;
  visibility:visible !important;
}

/* Affichage des sous-onglets du menu-simple */

#nav-niveau1 > li {
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

#nav-niveau1 > li:hover #nav-niveau2 {
  display:block;
}

#nav-niveau2 {
  display:none;
  min-width: 300px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 1px;
  margin-left: 63px;
  float: left;
}

#nav-niveau2 > li {
  display:block;
  min-width: 300px;
  width: 100%;
  z-index: 1000;
  height: 25px;
  line-height: 25px;
	border-right: none !important;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

#nav-niveau2 > li > a {
	padding: 0 0.2em !important;
	font-size: 0.85em !important;
}

#nav-niveau2 li.active {
  margin: 0;
  padding: 0 3px;
	background-color: #B0F0F4;
}
#nav-niveau2 > li.active > a {
  color: #000066;
  font-weight: 600;
}

#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: 0em auto 0;
	padding: 0; /* padding: 1em 0; */
	background: #fff;
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 4px 1px rgba(150, 150, 150, 0.075);
  display: flex; /* Pour définir les blocs sidebar et main de même hauteur */
  border-right: 0.8em solid #E9ECF0;
  border-left: 0.8em solid #E9ECF0;  
}

.container { width:100% !important; }

#main { float: right; padding: 1em 0; width:75%; }
#content-home_message, #content-banner, #content { padding: 0 0.5em 0 0.5em; }

li.feed-entries {
	font-weight: 180;
  line-height: 1;
  margin-top: 0.357em; /* = 5px */
  margin-bottom: 0.357em; /* = 5px */
}
.feed-entries h3 {
  display: inline;
  line-height: 1;
}
.feed-entry .feed-excerpt li {
  margin-top: 0.214em; /* = 3px */
  margin-bottom: 0.214em; /* = 3px */
}
.feed-entry h4 {
  line-height: 1;;
  margin: 0;
}
li.feed-entries a:before {
 content: url('img/rss.png');
}

/* liste des mots-clés */
#content .row{
  margin-left: 0;
  margin-right: 5px;
}

/* Newsletter style
-------------------------------------------------------- */
.letter-visu { display:none; }

.letter-user-delete {
  display:none;
  font-family: Comic Sans MS;
  font-size: 12pt;
}

.letter-thanks {
  font-family: Comic Sans MS;
  font-size: 12pt;
}

.letter-post-title {
  font-size: 1.2em !important;
}

#sidebar { float: left; padding: 1em 0; border-right: 0.8em solid #E9ECF0; width:25%; max-width:26em; }
#blognav, #blogextra { padding: 0 0.333em 0 0.333em; }

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: 0.75em 0 0.75em 30px;
	text-align: left;
	background: #197EF4 url('img/sbmotif.png') no-repeat left;
	color: #fff;
	font-size: 100%;
	font-weight: 600;
	border-radius: 0.15em;
  overflow: hidden;
}

#covoiturage h2 {
	margin: 0 0 1em;
	padding: 0.75em 0 0.75em 30px;
	text-align: left;
	background: #197EF4 url('img/sbmotif.png') no-repeat left;
	color: #fff;
	font-size: 1.075em;
	font-weight: 600;
	border-radius: 0.15em;
  overflow: hidden;
}

#sidebar h3 {
	margin: 0.2em 0 0.6em;
	padding: 0.6em 0;
	background: #E9ECF0;
	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: 0.1em; text-align: left; }
#sidebar #search .submit {
	padding: 0.25em 1em;
	margin-top: -0.1em;
	text-transform: uppercase;
}

#search #q {
  width: 75%;
}

.calendar table {
  margin-left:auto;
  margin-right:auto;
  font-size: 95%;
}

.calendar tbody td a {
	font-weight : 600;
  color:#2A6496;
  background-color: #FFFFFF;
}

.calendar tbody td a:hover {
  color:#4198E0;
	font-weight : 600;
  background-color: #FFFFFF;
}

.calendar tbody td a:visited {
	font-weight : 600;
  color:#2A6496;
  background-color: #DBEDFF;
}

#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 li a:before { content: "\f07b"; }
#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"; }

#sidebar div.syndicate {margin-bottom: 0;}
#sidebar div.syndicate-add {margin-bottom: 0;}
#sidebar div.syndicate ul {margin-bottom: 0;}
#sidebar div.syndicate-add ul {margin: 0;}
#sidebar div.facebook-add ul {margin-top: 0;}
/* List of Font Awesome icons : http://astronautweb.co/snippet/font-awesome/ */
#sidebar div.syndicate-add li a:before { content: "\f09e"; }
#sidebar div.facebook-add li a:before { content: "\f09a"; }

ul.tags, ul.archive { list-style: none; margin: 0.2em 0; padding: 0; }
ul.tags li { margin: 0.2em 0.3em 0.2em 0; max-width: 249px;}
ul.archive li { margin: 0.2em 0.26em 0.2em 0; max-width: 245px;}
ul.tags li a, ul.archive li a { display: block; padding: 4px 5px; position: relative; }
.panel-body { padding: 0 4px !important; }

#off-canvas-sidebar { float: left; background-color:#fff; padding: 1em 0; max-width:26em; }

/* off-canvas-sidebar styles
-------------------------------------------------------- */

#off-canvas-sidebar h2 {
	margin: 0 0 1em;
	padding: 0.75em 0 0.75em 30px;
	text-align: left;
	background: #197EF4 url('img/sbmotif.png') no-repeat left;
	color: #fff;
	font-size: 100%;
	font-weight: 600;
	border-radius: 0.15em;
  overflow: hidden;
}

#off-canvas-sidebar h3 {
	margin: 0.2em 0 0.6em;
	padding: 0.6em 0;
	background: #E9ECF0;
	text-align: center;
	color: #2e3539;
	border: 1px solid #c5c5c5;
	border-radius: 0.125em;
	font-size: 1em;
	font-weight: 700;
}

#off-canvas-sidebar div div { margin-bottom: 2.2em; }
#off-canvas-sidebar div div div { margin-bottom: 0; }
#off-canvas-sidebar .calendar table, #off-canvas-sidebar p, #off-canvas-sidebar h5 { color:#232323; }

#off-canvas-sidebar ul {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}
#off-canvas-sidebar li {
	display: block;
	margin: 0;
	padding: 0.4em 0.2em;
	border-bottom: 1px dotted #c5c5c5;
}
#off-canvas-sidebar ul ul {
	margin: 0;
	padding: 0 0 0 1em;
}
#off-canvas-sidebar li li {
	margin: 0.5em 0 0 0;
	padding: 0 0;
	border: none;
}

#off-canvas-sidebar #search p { margin: 0.1em; text-align: left; }
#off-canvas-sidebar #search .submit {
	padding: 0.25em 1em;
	margin-top: -0.1em;
	text-transform: uppercase;
}

#off-canvas-sidebar li a:before {
	font-family: FontAwesome;
	content: "\f0da";
	margin: 0 0.5em;
	color: #686868;
	text-shadow: 0 1px 1px #d5d5d5;
}

#off-canvas-sidebar li a:hover:before,
#off-canvas-sidebar li a:active:before,
#off-canvas-sidebar li a:focus:before { color: #202020; }

#off-canvas-sidebar .categories ul { list-style: none; }
#off-canvas-sidebar .categories li.category-current { font-weight: 700; }
#off-canvas-sidebar .categories li.category-current li { font-weight: normal; }

#off-canvas-sidebar .categories li a:before { content: "\f07b"; }
#off-canvas-sidebar .categories ul ul li a:before { content: "\f07b"; }
#off-canvas-sidebar .lastcomments li a:before { content: "\f075"; }
#off-canvas-sidebar .links li a:before { content: "\f0ac"; }
#off-canvas-sidebar .pages li a:before { content: "\f15c"; }
#off-canvas-sidebar .syndicate li a:before { content: "\f09e"; }
#off-canvas-sidebar .tags li a:before { content: "\f02b"; }

#off-canvas-sidebar div.syndicate {margin-bottom: 0;}
#off-canvas-sidebar div.syndicate-add {margin-bottom: 0;}
#off-canvas-sidebar div.syndicate ul {margin-bottom: 0;}
#off-canvas-sidebar div.syndicate-add ul {margin: 0;}
#off-canvas-sidebar div.facebook-add ul {margin-top: 0;}
/* List of Font Awesome icons : http://astronautweb.co/snippet/font-awesome/ */
#off-canvas-sidebar div.syndicate-add li a:before { content: "\f09e"; }
#off-canvas-sidebar div.facebook-add li a:before { content: "\f09a"; }

/* Main content styles
-------------------------------------------------------- */

h2, h3, h4 {
	margin: 1em 0 0 0;
	padding: 0;
}

#content-info h2, #content-info h3 {
	color: #324400;
  margin-top: 0;
  margin-bottom: 0.4em;
  font-weight: 500;
}

#content-info h2.welcome {
	color: #197EF4;
  margin-top: 0;
  margin-bottom: 0;
}

#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: "\f14b";
	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;
}
.dc-letter #content-info h2:before {
	content: "\f0e0";
	margin: 0 0.5em 0 0;
}
.dc-external #content-info #rssreader h2:before {
	content: "\f143";
	margin: 0 0.5em 0 0;
}
.dc-external #content-info #page-connexe h2:before {
	content: "\f15c";
	margin: 0 0.5em 0 0;
}

#subcategories {
	background: #E9ECF0;
	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;
}

.my_date {
  border: 1px solid #1757DD;
  border-radius: 0.15em;
  background-color: #fff;
  color: #000;
  font-family: "Century Gothic", Verdana,  Arial, Helvetica, sans-serif;
  text-align: center;
  width: 100%;
  float: left;
  margin: 0;
}

.my_date span {
  display: block;
  width: 100%;
}

.my_dayname {
  background-color: #1757DD;
  border-bottom: 1px solid #1757DD;
  color: #fff;
  font-weight: 600;
}

.my_daynum {
  font-weight: 600;
  color: #1757DD;
  line-height: 1.1;
}

.my_month-year {
  font-weight: 600;
  color: #232323;
  margin-bottom: 0.08em;
}

.day-date {
	font-size: 1.2em;
	margin: 1.5em 0 0;
	text-align: left;
	color: #003777;
  line-height: 1.5;
}

.post { margin: 0 0 2em 0; }

.post-header {
  clear:both;
  margin: 0 0 8px 0;
  padding: 0;
}

.post-date {
  float:left;
  margin: 0 8px 0 0;
}

.post-title {
	color: #324400 !important;
	text-align: left !important;
  margin-top: 0 !important;
  margin-bottom: 0.3em !important;
  line-height: 1;
}
.post-title a {
	color: #324400;
}
.dc-post .post-title,
.dc-page .post-title { margin-bottom: 0.5em; }

.post-info {
	margin: 0 0 5px 0;
  text-align: left;
}

.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.2em;
  background: #EFF3F7;
  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: 500; }

a.feed:before {
	font-family: FontAwesome;
	content: "\f09e";
	margin: 0 0.5em 0 0;
    color: #686868;
	text-shadow: 0 1px 1px #d5d5d5;
}


/* Post content
-------------------------------------------------------- */

.post-logo {
  width: 30% !important;
  height: auto !important;
  min-width: 90px !important;
  max-width: 150px !important;
  vertical-align: top !important;
  margin: 0 0.5em 0.5em 0 !important;
  padding: 0 !important;
}

.post-img {
  width: 98% !important;
  height: auto !important;
  max-width: 1024px !important;
  margin: 0 auto !important;
}

.post-content, .post-excerpt, #comments dd, #pings dd, dd.comment-preview {
	line-height:1.4em;
  clear:both;
}
.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, #contact-form blockquote, #contact-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%; }

div.share {
    margin-top: 1em;
    margin-bottom: 1em;
}

#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 5px 2px 10px;
}

#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 { visibility: hidden; }

/* Pour rendre une balise iframe responsive */
.videoWrapper {
 position: relative;
 padding-bottom: 56.25%; /* 16:9 */
 padding-top: 25px;
 height: 0;
}
.videoWrapper iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

/* Comments and trackbacks
-------------------------------------------------------- */

#comments { clear: both; }

#comments, #comment-form, #contact-form, #pings { margin-top: 2.8em; }

#comments h3:first-child, #comment-form h3, #contact-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: #8FC400; }
#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: #8FC400; }
#comments dd { margin: 0; padding: 1em; }
#comments dd.me { background-color: #E9ECF0; 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, #contact-form { clear: both; }

#comment-form fieldset, #contact-form fieldset { border: none; }
#comment-form fieldset p, #contact-form fieldset p {
	padding: 0.4em 0;
}
#comment-form fieldset p.field, #contact-form fieldset p.field {
	padding: 0.4em 0;
	width: auto;
	margin: 0.8em 0;
	clear: both;
}
#comment-form p.form-help, #contact-form p.form-help { font-style: italic; }

#comment-form .field label, #contact-form .field label { width: auto; }
#comment-form .field label, #contact-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; }

#contact-form .field:hover label, #contact-form .field:focus label, #contact-form .field:active label { color: #428BCA; }

#comment-form input, #comment-form textarea, #contact-form input, #contact-form textarea {
	font: 1em "Lucida Grande",Arial,sans-serif;
	width: 68%;
}
#comment-form textarea { width: 100%; margin-left: -5px !important; }

#contact-form textarea { width: 100%;}

#comment-form p.remember, #contact-form p.remember { margin: 0; }
#comment-form input#c_remember, #contact-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); }

/* Pot de miel pour piéger les bots */
#comment-form .field textarea, #contact-form .field textarea {
  z-index:2;
  position:relative;
}
#comment-form .field label#c_extendname {
  margin-top:120px;
  margin-left:15px;
  z-index:1;
  position:absolute;
  display: block;
  color:#666666;
  font-size:0.7em;
  font-weight:600;
}
#contact-form .field label#c_extendname {
  margin-top:80px;
  margin-left:15px;
  z-index:1;
  position:absolute;
  display: block;
  color:#666666;
  font-size:0.7em;
  font-weight:600;
}
#comment-form .field input#c_extendname {
  margin-top:145px;
  margin-left:15px;
  z-index:1;
  position:absolute;
  width:40% !important;
}
#contact-form .field input#c_extendname {
  margin-top:105px;
  margin-left:15px;
  z-index:1;
  position:absolute;
  width:40% !important;
}
/* Fin pot de miel */

/* Input / Textarea / Select
-------------------------------------------------------- */

input[type="text"], input[type="email"], input[type="password"], input[type="file"],
textarea, select { border: 1px solid #d5d5d5 !important; border-radius: 0.125em !important; }

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: 1em;
	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 1px 8px 0.5%;
  font-size: 0.9em;                         /* font-size original : 13pt */
  vertical-align: top;
  text-align: left;
}

/* Classe post-extrait-table
-------------------------------------------------------- */
.post-extrait-table {
  width: 100% !important;
  height: 0 !important;
  border: none !important;
  border-collapse: separate !important;
  font-size:13pt;
  font-family: Comic Sans MS, Verdana, Trebuchet MS;
}

.post-extrait-table > tbody > tr > td {
  border: none !important;
  text-align: justify !important;
  vertical-align: top !important;
  padding: 0 5px 0 0 !important;
  white-space: normal !important;
}

/* Footer
-------------------------------------------------------- */

#footer {
	clear: both;
	margin: 0;
	padding: 0.1em 0 1.5em;
  border-left: 0.8em solid #E9ECF0;
   border-right: 0.8em solid #E9ECF0;  
}
#footer p {
	margin: 0 auto;
	text-align: center;
}

#cookieChoiceInfo {
  padding: 6px 4px 10px !important;
  font-size: 1.2em !important;
  color: #222222 !important;
  background-color: #d9d9d9 !important;
}
#cookieChoiceInfo a {
  font-size: 0.9em;
  font-family: Arial, sans-serif;
  color: #428BCA;
  padding: 5px 4px;
}
#cookieChoiceInfo a:hover {
  transition: color 0,5s;
  color: #1757DD;
}
#cookieChoiceInfo a#cookieChoiceDismiss {
  background-color: #428BCA;
  border-radius: 4px;
  font-size: 0.9em;
  font-family: Arial, sans-serif;
  color: #ffffff;
  padding: 5px 4px;
}
#cookieChoiceInfo a#cookieChoiceDismiss:hover {
  background: #1757DD;
  transition: background-color 0,5s;
}

.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: 768px) {
	#extra-header, #prelude,
	#top h1, .container-navbar-collapse-toggle,
  button.navbar-collapse-off-canvas-toggle { display: none; visibility: hidden; }
  #top .navbar { height: auto; }

  .col-md-8 { width:100% !important; }

	#extra-header { height: 0; }

	#top { height: auto; line-height: 78px; color: #fff; }
	#top .simple-menu {}
  .container-navbar-brand { width: 70%; float:left; position: relative; text-align:center; height:auto; padding: 0 5px;}
	#top .navbar-brand { font-size: 1em; color: #fff; padding: 3px 5px; height:auto; line-height: 1.0; min-width: 120px; }
  .container-navbar-toggle { float:right; margin-right:5px; height:auto; }
	#top .navbar-default .navbar-toggle { border-color: #fff; clear:both; }
	#top .navbar-default button.navbar-toggle { margin-right:0; padding: 7px 3px; } 
	#top .navbar-default .navbar-toggle:hover,
	#top .navbar-default .navbar-toggle:focus { background-color: #fff; border-color: #8FC400; }
	#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: #8FC400; }
  /* off-canvas */
  .container-off-canvas-toggle { float:left; margin-left:5px; margin-right:0; height:auto; }
	#top .navbar-default .off-canvas-toggle { border-color: #fff; background-color: #009900; }
	#top .navbar-default .off-canvas-toggle:hover,
	#top .navbar-default .off-canvas-toggle:focus { background-color: #00ff00; border-color: #8FC400; }
	#top .navbar-default .off-canvas-toggle .icon-bar { background-color: #fff; }
	#top .navbar-default .off-canvas-toggle:hover .icon-bar,
	#top .navbar-default .off-canvas-toggle:focus .icon-bar { background-color: #8FC400; }
  /* end off-canvas */
	#top .navbar > * {
		line-height: 20px !important;
		padding: 0 !important;
	}
	#top .navbar-nav > li > a {
		line-height: 20px !important;
		padding: 0.25em 0.4em !important;
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}
	#top .navbar-nav > li > a:hover { background: rgba(255,255,255,0.2); }
  #top ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
	#top .navbar-collapse {
		max-height: inherit;
    margin: 0;
	}

	#wrapper { margin-top: 0; border: 0; box-shadow: none; }

	#content { padding: 0 0.2em; }

	.post-info, .post-tags { display: none; visibility: hidden; }
}

@media (min-width: 769px) and (max-width: 1024px) {
  #top .navbar-collapse { float:left; }
  .col-md-8 { width:100% !important; }
  .col-md-9 { width:100% !important; }
    /* off-canvas */
    .container-navbar-collapse-toggle { float:left; margin-left:1px; margin-right:1px; height:auto; }
    .navbar-collapse-off-canvas-toggle .icon-bar { border-radius:1px; display:block; height:3px; width:20px; margin:3px auto; }
    .navbar-collapse-off-canvas-toggle { margin:1px 0; padding:2px 2px; border-style:solid; }
	 #top .navbar-default .navbar-collapse-off-canvas-toggle { border-color: #fff; background-color: #009900; height:28px; width:28px; }
	 #top .navbar-default .navbar-collapse-off-canvas-toggle:hover,
	 #top .navbar-default .navbar-collapse-off-canvas-toggle:focus { background-color: #00ff00; border-color: #8FC400; }
	 #top .navbar-default .navbar-collapse-off-canvas-toggle .icon-bar { background-color: #fff; }
	 #top .navbar-default .navbar-collapse-off-canvas-toggle:hover .icon-bar,
	 #top .navbar-default .navbar-collapse-off-canvas-toggle:focus .icon-bar { background-color: #8FC400; }
    /* end off-canvas */
}

@media (max-width: 1024px) {
	#sidebar { display: none; visibility: hidden; }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 769px) {
.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) #E9ECF0;
	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; }
}

@media (min-width: 1025px) {
  .container-navbar-collapse-toggle,
  button.navbar-collapse-off-canvas-toggle { display: none; visibility: hidden; }
}

/* Sidebar - Calendrier des événements - Eventhandler-calendar */
.eventhandler-calendar table {
  margin-left:auto;
  margin-right:auto;
  font-size: 95%;
}

.eventhandler-calendar tbody td a {
	font-weight : 600;
  color:#2A6496;
  background-color: #FFFFFF;
}

.eventhandler-calendar tbody td a:hover {
  color:#4198E0;
	font-weight : 600;
  background-color: #FFFFFF;
}

.eventhandler-calendar tbody td a:visited {
	font-weight : 600;
  color:#2A6496;
  background-color: #DBEDFF;
}

/* End Eventhandler-calendar */

/* Eventhandler-Gmap avant version 2015.08.05 */
.event-gmap-place {
  height: 400px !important;
  max-width: 695px;
}
/* End Eventhandler-Gmap */

/* Eventhandler-Map depuis version 2015.08.05 */
.event-map-place {
  height: 400px !important;
  max-width: 695px;
}
/* End Eventhandler-Map */

/* Eventhandler-Eventlist */
div#eventhandler-menu-period ul{
  margin: 2px 0 10px 0;
}

div#eventhandler-menu-sortorder {
  margin-bottom: 15px;
}

div#eventhandler-menu-sortorder ul{
  margin: 2px 0 0 0;
}
/* End Eventhandler-Eventlist */

/* Bootstrap Carousel Plugin */
.carousel-indicators li{
  border:0 none #fff !important;
}
.carousel-indicators .active{
  background-color:transparent !important;
}

/* pour défilement vertical du plugin scrollingbanners */

.vertical .carousel-inner {
    height: 100%;
}

#myScrollingBanners.carousel.vertical .item {
    -webkit-transition: 0.3s ease-in-out top;
    -moz-transition: 0.3s ease-in-out top;
    -ms-transition: 0.3s ease-in-out top;
    -o-transition: 0.3s ease-in-out top;
    transition: 0.3s ease-in-out top;
}

#myScrollingBanners.carousel.vertical .active {
    top: 0;
}

#myScrollingBanners.carousel.vertical .next {
    top: 400px;
}

#myScrollingBanners.carousel.vertical .prev {
    top: -400px;
}

#myScrollingBanners.carousel.vertical .next.left,
#myScrollingBanners.carousel.vertical .prev.right {
    top: 0;
}

#myScrollingBanners.carousel.vertical .active.left {
    top: -400px;
}

#myScrollingBanners.carousel.vertical .active.right {
    top: 400px;
}

#myScrollingBanners.carousel.vertical .item {
    left: 0;
}

#myScrollingBanners.carousel.vertical .carousel-control {
    width: 100%;
    bottom: inherit;
    top: inherit;
}

#myScrollingBanners.carousel.vertical .carousel-control.left {
    top: 0;
}

/* End Bootstrap Carousel Plugin */

/* dcCKEDITOR addon videodetector */
.videodetector {
    position      : relative;
    width         : 100%;
    height        : 0;
    padding-bottom: 60%;
}

.videodetector iframe {
    position: absolute;
    top     : 0;
    left    : 0;
    width   : 100%;
    height  : 100%;
}

.remove-videodetector{
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 999;
    cursor: pointer!important;
    display: none;
    outline: none;
    padding: 10px 20px;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
    border-radius: 3px;
    border: none;
    background-color: #e74c3c;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.remove-videodetector:hover{
    background-color: #c0392b;
}

.videodetector:hover .remove-videodetector{
    display: block;
}

/* End dcCKEDITOR addon videodetector */