/*

anthracite : #666765;
gris : #5e5e5e;

violet :#83ba3c;
rouge : #b50b27; // services au public
vert : #78a419; // action municipale
bleu : #0b8ed5; // découvrir loudun


couleur-111 : services au public
couleur-121 : action municipale
couleur-122 : découvrir loudun

*/


/* Couleur rouge services au public */
body.couleur-111 #nav,
body.couleur-111 .bouton,
body.couleur-111 .folium_submit,
body.couleur-111 aside .moduletable-contextuel .nav.menu,
body.couleur-111 aside .moduletable-btn-contact a,
body.couleur-111 .folium_div_description
{
	background-color:#b50b27;
}
body.couleur-111 #main h1,
body.couleur-111 #main h2,
body.couleur-111 #main h3,
body.couleur-111 #main h4,
body.couleur-111 #main h5,
body.couleur-111 #main h6,
body.couleur-111 #main .chapeau,
body.couleur-111 div.colonne_generale .annuaire_liste_nom_prenom,
body.couleur-111 div.colonne_generale .annuaire_liste_nom_prenom a.annuaire_btn_nostyle
{
	color:#b50b27;
}

body.couleur-111 .moduletable-en-un-clic h3 {
	border-bottom:1px solid #b50b27;
	background-position:100% 0;
}


/* Couleur verte ACTION MUNICIPALE */
body.couleur-121 #nav,
body.couleur-121 .bouton,
body.couleur-121 .folium_submit,
body.couleur-121 aside .moduletable-contextuel .nav.menu,
body.couleur-121 aside .moduletable-btn-contact a,
body.couleur-121 .folium_div_description
{
	background-color:#78a419;
}
body.couleur-121 #main h1,
body.couleur-121 #main h2,
body.couleur-121 #main h3,
body.couleur-121 #main h4,
body.couleur-121 #main h5,
body.couleur-121 #main h6,
body.couleur-121 #main .chapeau,
body.couleur-121 div.colonne_generale .annuaire_liste_nom_prenom,
body.couleur-121 div.colonne_generale .annuaire_liste_nom_prenom a.annuaire_btn_nostyle
{
	color:#78a419;
}
body.couleur-121 .moduletable-en-un-clic h3 {
	border-bottom:1px solid #78a419;
	background-position:100% -156px;
}


/* Couleur verte DÉCOUVRIR LOUDUN */
body.couleur-289 #nav,
body.couleur-289 .bouton,
body.couleur-289 .folium_submit,
body.couleur-289 aside .moduletable-contextuel .nav.menu,
body.couleur-289 aside .moduletable-btn-contact a,
body.couleur-289 .folium_div_description
{
	background-color:#0b8ed5;
}
body.couleur-289 #main h1,
body.couleur-289 #main h2,
body.couleur-289 #main h3,
body.couleur-289 #main h4,
body.couleur-289 #main h5,
body.couleur-289 #main h6,
body.couleur-289 #main .chapeau,
body.couleur-289 div.colonne_generale .annuaire_liste_nom_prenom,
body.couleur-289 div.colonne_generale .annuaire_liste_nom_prenom a.annuaire_btn_nostyle
{
	color:#0b8ed5;
}
body.couleur-289 .moduletable-en-un-clic h3 {
	border-bottom:1px solid #0b8ed5;
	background-position:100% -78px;
}



/* *********************************************************************************** */
/* CLASSES GENERIQUES */
/* *********************************************************************************** */

/* boxsizing */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.hidden { display: none; visibility: hidden; }
.hidden-smartphone { display: none; visibility: hidden; }
.hidden-tablet { display: none; visibility: hidden; }

.pull-left.item-image { margin:0 10px 10px 0;}
.pull-right.item-image { margin:0 0 10px 10px;}

.img-intro-left { float:left; }
.img-intro-right { float:right; }

video {
	max-width:100%;
	height:auto;
}

.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0; }
.clearfix:after { clear: both; }
#map_canvas img, .google-maps img, .gm-style img { max-width: none; }

ul, ol { padding: 0; margin: 0 0 9px 25px; }
ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; }
li { line-height: 18px; }
ul.unstyled, ol.unstyled { margin-left: 0; list-style: none; }
ul.nav-stacked, ul.inline, ol.inline { margin-left: 0; list-style: none; }
ul.nav-stacked  > li, ul.inline > li, ol.inline > li { display: inline-block; *display: inline; *zoom: 1; padding-left: 5px;	padding-right: 5px; }




strong {
	font-weight:700;
}


sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

hr {
	margin: 18px 0;
	border: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #fff;
}

span.highlight {
	background:yellow;
}

.transition,
.bouton,
.folium_submit,
body.accueil ul#flux li:last-child a,
aside .moduletable-btn-contact a
{
	-webkit-transition:all 500ms ease-out;
	-moz-transition:all 500ms ease-out;
	-o-transition:all 500ms ease-out;
	transition:all 500ms ease-out;
}

.animation
{
	-webkit-animation: moveFromTop 500ms ease;
	-moz-animation: moveFromTop 500ms ease;
	-ms-animation: moveFromTop 500ms ease;
}
@-webkit-keyframes moveFromLeft{from {-webkit-transform: translateX(-100%);}to {-webkit-transform: translateX(0%);}}
@-moz-keyframes moveFromLeft{from {-moz-transform: translateX(-100%);}to {-moz-transform: translateX(0%);}}
@-ms-keyframes moveFromLeft{from {-ms-transform: translateX(-100%);}to {-ms-transform: translateX(0%);}}
@-webkit-keyframes moveFromRight {from {-webkit-transform: translateX(100%);}to {-webkit-transform: translateX(0%);}}
@-moz-keyframes moveFromRight { from {-moz-transform: translateX(100%);}to {-moz-transform: translateX(0%);}}
@-ms-keyframes moveFromRight {from { -ms-transform: translateX(100%);}to {-ms-transform: translateX(0%);}}
@-webkit-keyframes moveFromBottom {from { -webkit-transform: translateY(100%);} to {-webkit-transform: translateY(0%);}}
@-moz-keyframes moveFromBottom {from { -moz-transform: translateY(100%);}to {-moz-transform: translateY(0%);}}
@-ms-keyframes moveFromBottom {from {-ms-transform: translateY(100%);}to {-ms-transform: translateY(0%);}}
@-webkit-keyframes moveFromTop {from { -webkit-transform: translateY(-100%);} to {-webkit-transform: translateY(0%);}}
@-moz-keyframes moveFromTop {from { -moz-transform: translateY(-100%);}to {-moz-transform: translateY(0%);}}
@-ms-keyframes moveFromTop {from {-ms-transform: translateY(-100%);}to {-ms-transform: translateY(0%);}}

/* highlight color */
::selection { background: #666765; text-shadow: none; color:#fff; }
::-moz-selection { background: #666765; text-shadow: none; color:#fff; }
::-webkit-selection { background: #666765; text-shadow: none; color:#fff; }

.text_shadow
{
	text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
}

.shadow,
.bouton,
.sf-menu  ul.nav-child ul.nav-child
{
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
}

.shadow_interne
{
	box-shadow: inset 0 0 3px #7da5a8;
	-moz-box-shadow: inset 0 0 3px #7da5a8;
	-webkit-box-shadow: inset 0 0 3px #7da5a8;
}

.no_shadow,
.annuaire_submit_recherche.effacer { -moz-box-shadow: 0 0 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.2); box-shadow: 0 0 0 rgba(0,0,0,0.2); }


.radius,
.bouton,
.btn.btn-primary
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.noradius {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}


.readmore {
	color:#242422;
	text-decoration:underline;
	font-style:italic;
}
.readmore:hover {
	text-decoration:none;
}


.separ {
	margin:15px 0;
}

.triangle {
	width:0;
	height:0;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #fff;
	margin:-8px 0 0 10px;
	position:relative;
}




h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 12px 0;
}
h1 {
	font-size: 34px;
	line-height: 36px;
}
h2 {
	font-size: 22px;
	line-height: 24px;
}
h3 {
	font-size: 18px;
	line-height: 20px;
}
h4 {
	font-size: 14px;
	line-height: 16px;
}
h5 {
	font-size: 13px;
	line-height: 15px;
}
h6 {
	font-size: 12px;
	line-height: 14px;
}







/* *********************************************************************************** */
/* BOUTONS */
/* *********************************************************************************** */

.bouton,
.btn.btn-primary,
.btn-toolbar.pull-right li.btn-group a,
p.rsep_date a,
.folium_submit
{
	display: block;
	text-align: center;
	position:relative;
	text-decoration:none !important;
	text-transform: uppercase;
	font-weight:normal;
	font-size: 16px;
	min-height: 25px;
	line-height: 25px;
	padding:2px 15px;
	color:#fff !important;
	background:url('../images/fond-bouton.png') no-repeat 100% 100% #83ba3c;
}
.bouton:hover,
.btn.btn-primary:hover {
	background-position:130% -130%;
}

.bouton.large,
.folium_submit
{
	background:url('../images/fond-bouton-large.png') no-repeat 70% 0% #83ba3c;
}

.bouton.large:hover,
.folium_submit:hover
{
	background-position:60% 0% !important;
}

button,
input[type="submit"] {
	border:0;
	cursor:pointer;
}

.folium_submit {
	text-shadow: 0 0 0 #ffffff;
	border:0;
}

.item-page .bouton {
	display:inline-block;
}

p.bouton a {
	color:#fff !important;
	display:inline-block;
	text-decoration:none !important;
}








/* *********************************************************************************** */
/* STRUCTURE GENERALE */
/* *********************************************************************************** */
.wrapper {
	max-width:98%;
	margin:0 auto;
	background:#fff;
	padding:20px;
}

body > .wrapper {
	padding:10px 0;
}



/* header */
#header h1 {
	padding:0;
	margin:0;
	font-size:inherit;
	font-weight:inherit;
	line-height:inherit;
}
#header #logo {
	margin:10px 10px 0 10px;
	display:block;
	content:'';
}
#header .top {
}
#header .top a {
	display:block;
	color:#5e5e5e;
	min-height:26px;
}

#header .top a:nth-of-type(1) {
	background:url('../images/icone-boussole.png') no-repeat 0 0;
	padding-left:27px;
	line-height:26px;
}
#header .top a:nth-of-type(2) {
	max-width:90%;
	margin-left:auto;
	margin-right:auto;
	padding:12px 30px 10px 65px;
	height:60px;
	line-height:110%;
	text-align:left;
}
#header .top a:nth-of-type(2) span {
	background:url('../images/icone-demarches.png') no-repeat 0 0;
	display:block;
	width:50px;
	height:40px;
	margin:10px;
	position:absolute;
	top:0;
	left:0;
}
#header .top a:nth-of-type(2) strong {
	display:block;
	font-size:110%;
	margin-left:-15px;
}
#header .top a:nth-of-type(3),
.bottom a {
	background:url('../images/icone-contacter.png') no-repeat 0 0;
	padding-left:27px;
	line-height:26px;
}




/* nav */
#nav {
	background:#83ba3c;
	position:relative;
}

.fixed {
	position:fixed !important;
	top:0;
	z-index:999;
	width:100%;
}
.fixed:after {
	display:block;
	height:37px;
	content:"";
	border-bottom:37px solid #fff;
}

#nav.ferme {
	height:auto;
}
#nav ul.nav.menu {
	float:left;
}






/* moteur recherche */
#nav div.search {
	position:absolute;
	right:50px;
	top:9px;
	z-index:800;
}
#nav div.search label {
	display:none;
}
#nav div.search input {
	border:0;
	padding:7px 10px 5px 45px;
	color:#fff;
	background-color:rgba(255, 255, 255, 0.5);
	background-image:url('../images/icone-loupe.png');
	background-repeat:no-repeat;
	background-position:5% 50%;
}
#nav div.search input::-webkit-input-placeholder { color:#fff;  }
#nav div.search input:-moz-placeholder { color:#fff; }
#nav div.search input::-moz-placeholder { color:#fff; }
#nav div.search input:-ms-input-placeholder { color:#fff;  }


/* Résultats de recherche */
fieldset.phrases
{
	background:#666765;
	padding:10px;
	margin:0 0 10px 0;
	color:#fff;
	border:0;
}

fieldset.only,
dd.result-category
{
	display:none;
}


fieldset.phrases legend,
fieldset.only legend
{
	padding-top:50px;
	font-size:16px;
}

fieldset.phrases .chzn-container,
fieldset.only .chzn-container
{
	color:#666765;
}

dt.result-title {
	margin-top:10px;
	padding:10px 10px 0 10px;
	background:#ebe8ea;
	font-size:20px;
}


dd.result-text {
	padding:0 10px 10px 10px;
	margin:0;
	background:#ebe8ea;
}










/* fil d'ariane */
ul.breadcrumb {
	font-size:smaller;
	padding:0;
	list-style: none;
	margin:10px 0;
}
ul.breadcrumb li {
	display:inline;
	padding:0 2px;
}






/* Main */
#main h1,#main h2, #main h3, #main h4, #main h5, #main h6 {
	color:#83ba3c;
}
#main h1{
	font-weight:400;
}

#main article a{
	text-decoration:underline;
}
#main article a:hover {
	text-decoration:none;
}


.page-header {
	background:#e3e3e3;
	padding:10px;
}
.item .page-header {
	background:none;
	padding:0;
}


#main a[href$=".pdf"] {
	color: #ff0000;
	text-decoration: underline;
	padding-left: 60px;
	line-height:50px;
	display:inline-block;
	background: url('../images/pdf.png') no-repeat 0 3px;
}
#main a[href$=".pdf"]:hover {
	text-decoration: none;
}


#main a[href$=".pdf"].no-icone {
	color: inherit;
	text-decoration: inherit;
	padding-left: inherit;
	line-height:inherit;
	display:inherit;
	background: inherit;
}
#main a[href$=".pdf"].no-icone:hover {
	text-decoration: inherit;
}









.cat-children > div,
.items-row
{
	background:#ebe8ea;
	padding:20px;
	margin:5px 0;
}










/* *********************************************************************************** */
/* ASIDE */
/* *********************************************************************************** */

/* menu contextuel */
aside .moduletable-contextuel .nav.menu {
	background:#83ba3c;
	padding:10px 10px 20px 10px;
	margin:0 !important;
	color:#fff;
}
aside .moduletable-contextuel .nav.menu.empty {
	background-color:transparent !important;
	padding:0 !important;
}

aside .moduletable-contextuel .nav.menu > li > a {

}
aside .moduletable-contextuel .nav.menu li a {
	padding:2px 0;
	color:#fff;
	display:block;
	text-decoration:none;
}



/* pages niveau 2 et 3 */
aside .moduletable-contextuel .nav.menu > li
{
	display:none;
}
aside .moduletable-contextuel .nav.menu > li.active
{
	display:block;
}
aside .moduletable-contextuel .nav.menu > li.active > a
{
	display:none;
}
aside .moduletable-contextuel .nav.menu ul.nav-child
{
	padding:0 15px;
}
aside .moduletable-contextuel .nav.menu ul.nav-child li
{
	display:none;
}

aside .moduletable-contextuel .nav.menu ul.nav-child li.active,
aside .moduletable-contextuel .nav.menu ul.nav-child li.active li
{
	display:block;
}


aside .moduletable-contextuel .nav.menu ul.nav-child ul.nav-child ul.nav-child
{
	display:none;
}
aside .moduletable-contextuel .nav.menu ul.nav-child ul.nav-child li.active ul.nav-child
{
	display:block;
}
aside .moduletable-contextuel .nav.menu ul.nav-child ul.nav-child > li.active ul
{
	margin-bottom:15px;
}

aside .moduletable-contextuel .nav.menu ul.nav-child li.active  ul.nav-child li a
{
	padding:2px 2px 2px 15px;
	margin:2px 2px;
	background-image:url('../images/puce-ul.png');
	background-position:4px 8px;
	background-repeat:no-repeat;
}


aside .moduletable-contextuel .nav.menu ul.nav-child li.active  ul.nav-child li.active > a,
aside .moduletable-contextuel .nav.menu ul.nav-child li.active  ul.nav-child li> a:hover
{
	background-color:rgba(255, 255, 255, 0.2);
}

aside .moduletable-contextuel .nav.menu ul.nav-child li.active  ul.nav-child li.active ul.nav-child li > a:hover
{
	background-color:transparent;
}

aside .moduletable-contextuel .nav.menu ul.nav-child li.active  ul.nav-child li.active ul.nav-child li.active > a
{
	font-weight:bold;
	background-color:transparent;
}

aside .moduletable-contextuel .nav.menu > li.active  > ul.nav-child > li.active > a
{
	font-size:30px;
	margin:25px 5px 15px 7px;
	line-height:100%;
}







/* pages Action municipale et Découvrir Loudun qui n'ont pas de 3ème niveau */
body.couleur-121 aside .moduletable-contextuel .nav.menu > li.active,
body.couleur-289 aside .moduletable-contextuel .nav.menu > li.active,
body.couleur-623 aside .moduletable-contextuel .nav.menu > li.active
{
	padding:0 15px;
}

body.couleur-121 aside .moduletable-contextuel .nav.menu > li.active > a,
body.couleur-289 aside .moduletable-contextuel .nav.menu > li.active > a,
body.couleur-623 aside .moduletable-contextuel .nav.menu > li.active > a
{
	display:block;
	font-size:30px;
	margin:25px 5px 15px 7px;
	line-height:100%;
}


body.couleur-121 aside .moduletable-contextuel .nav.menu ul.nav-child li,
body.couleur-289 aside .moduletable-contextuel .nav.menu ul.nav-child li,
body.couleur-623 aside .moduletable-contextuel .nav.menu ul.nav-child li
{
	display:block;
}


body.couleur-121 aside .moduletable-contextuel .nav.menu ul.nav-child li ul.nav-child li,
body.couleur-289 aside .moduletable-contextuel .nav.menu ul.nav-child li ul.nav-child li,
body.couleur-623 aside .moduletable-contextuel .nav.menu ul.nav-child li ul.nav-child li
{
	display:none;
}
body.couleur-121 aside .moduletable-contextuel .nav.menu ul.nav-child li.active ul.nav-child li,
body.couleur-289 aside .moduletable-contextuel .nav.menu ul.nav-child li.active ul.nav-child li,
body.couleur-623 aside .moduletable-contextuel .nav.menu ul.nav-child li.active ul.nav-child li
{
	display:block;
}



body.couleur-121 aside .moduletable-contextuel .nav.menu ul.nav-child li a,
body.couleur-289 aside .moduletable-contextuel .nav.menu ul.nav-child li a,
body.couleur-623 aside .moduletable-contextuel .nav.menu ul.nav-child li a
{
	padding:2px 2px 2px 15px;
	margin:2px 2px;
	background-image:url('../images/puce-ul.png');
	background-position:4px 8px;
	background-repeat:no-repeat;
}

body.couleur-121 aside .moduletable-contextuel .nav.menu ul.nav-child li.active > a,
body.couleur-289 aside .moduletable-contextuel .nav.menu ul.nav-child li.active > a,
body.couleur-623 aside .moduletable-contextuel .nav.menu ul.nav-child li.active > a,
body.couleur-121 aside .moduletable-contextuel .nav.menu ul.nav-child li > a:hover,
body.couleur-289 aside .moduletable-contextuel .nav.menu ul.nav-child li > a:hover,
body.couleur-623 aside .moduletable-contextuel .nav.menu ul.nav-child li > a:hover
{
	background-color:rgba(255, 255, 255, 0.2);
}


body.couleur-121 aside .moduletable-contextuel .nav.menu ul.nav-child li.active ul.nav-child li > a:hover,
body.couleur-289 aside .moduletable-contextuel .nav.menu ul.nav-child li.active ul.nav-child li > a:hover,
body.couleur-623 aside .moduletable-contextuel .nav.menu ul.nav-child li.active ul.nav-child li > a:hover
{
	background-color:transparent;
}

body.couleur-121 aside .moduletable-contextuel .nav.menu ul.nav-child li.active ul.nav-child li.active > a,
body.couleur-289 aside .moduletable-contextuel .nav.menu ul.nav-child li.active ul.nav-child li.active > a,
body.couleur-623 aside .moduletable-contextuel .nav.menu ul.nav-child li.active ul.nav-child li.active > a
{
	font-weight:bold;
	background-color:transparent;
}


body.couleur-121 aside .moduletable-contextuel .nav.menu > li.active  > ul.nav-child > li.active > a,
body.couleur-289 aside .moduletable-contextuel .nav.menu > li.active  > ul.nav-child > li.active > a,
body.couleur-623 aside .moduletable-contextuel .nav.menu > li.active  > ul.nav-child > li.active > a
{
	font-size:inherit;
	margin:inherit;
}






/* pages niveau 1 (Services au public, Action municipale, Découvrir Loudun) */
body.itemid-111 aside .moduletable-contextuel .nav.menu > li,
body.itemid-121 aside .moduletable-contextuel .nav.menu > li,
body.itemid-289 aside .moduletable-contextuel .nav.menu > li,
body.itemid-560 aside .moduletable-contextuel .nav.menu > li,
body.itemid-623 aside .moduletable-contextuel .nav.menu > li
{
	display:none;
}

body.itemid-111 aside .moduletable-contextuel .nav.menu > li.current,
body.itemid-111 aside .moduletable-contextuel .nav.menu > li.active,
body.itemid-121 aside .moduletable-contextuel .nav.menu > li.current,
body.itemid-121 aside .moduletable-contextuel .nav.menu > li.active,
body.itemid-289 aside .moduletable-contextuel .nav.menu > li.current,
body.itemid-289 aside .moduletable-contextuel .nav.menu > li.active,
body.itemid-560 aside .moduletable-contextuel .nav.menu > li.current,
body.itemid-560 aside .moduletable-contextuel .nav.menu > li.active,
body.itemid-623 aside .moduletable-contextuel .nav.menu > li.current,
body.itemid-623 aside .moduletable-contextuel .nav.menu > li.active
{
	display:block;
	padding:0 15px;
}


body.itemid-111 aside .moduletable-contextuel .nav.menu > li.active > a,
body.itemid-121 aside .moduletable-contextuel .nav.menu > li.active > a,
body.itemid-289 aside .moduletable-contextuel .nav.menu > li.active > a,
body.itemid-560 aside .moduletable-contextuel .nav.menu > li.active > a,
body.itemid-623 aside .moduletable-contextuel .nav.menu > li.active > a
{
	font-size:30px;
	margin:25px 5px 15px 7px;
	line-height:100%;
}



body.itemid-111 aside .moduletable-contextuel .nav.menu ul.nav-child li,
body.itemid-121 aside .moduletable-contextuel .nav.menu ul.nav-child li,
body.itemid-289 aside .moduletable-contextuel .nav.menu ul.nav-child li,
body.itemid-560 aside .moduletable-contextuel .nav.menu ul.nav-child li,
body.itemid-623 aside .moduletable-contextuel .nav.menu ul.nav-child li
{
	display:block;
}



body.itemid-111 aside .moduletable-contextuel .nav.menu > li.active .nav-child,
body.itemid-111 aside .moduletable-contextuel .nav.menu > li.current .nav-child,
body.itemid-121 aside .moduletable-contextuel .nav.menu > li.active .nav-child,
body.itemid-121 aside .moduletable-contextuel .nav.menu > li.current .nav-child,
body.itemid-289 aside .moduletable-contextuel .nav.menu > li.active .nav-child,
body.itemid-289 aside .moduletable-contextuel .nav.menu > li.current .nav-child,
body.itemid-560 aside .moduletable-contextuel .nav.menu > li.current .nav-child,
body.itemid-623 aside .moduletable-contextuel .nav.menu > li.active .nav-child,
body.itemid-623 aside .moduletable-contextuel .nav.menu > li.current .nav-child
{
	display:none;
}

body.itemid-111 aside .moduletable-contextuel .nav.menu > li.current > .nav-child,
body.itemid-111 aside .moduletable-contextuel .nav.menu > li.active > .nav-child,
body.itemid-121 aside .moduletable-contextuel .nav.menu > li.current > .nav-child,
body.itemid-121 aside .moduletable-contextuel .nav.menu > li.active > .nav-child,
body.itemid-289 aside .moduletable-contextuel .nav.menu > li.current > .nav-child,
body.itemid-289 aside .moduletable-contextuel .nav.menu > li.active > .nav-child,
body.itemid-560 aside .moduletable-contextuel .nav.menu > li.active > .nav-child,
body.itemid-623 aside .moduletable-contextuel .nav.menu > li.current > .nav-child,
body.itemid-623 aside .moduletable-contextuel .nav.menu > li.active > .nav-child
{
	display:block;
}


body.itemid-111 aside .moduletable-contextuel .nav.menu > li.active > a,
body.itemid-121 aside .moduletable-contextuel .nav.menu > li.active > a,
body.itemid-289 aside .moduletable-contextuel .nav.menu > li.active > a,
body.itemid-560 aside .moduletable-contextuel .nav.menu > li.active > a,
body.itemid-623 aside .moduletable-contextuel .nav.menu > li.active > a
{
	display:block;
}

body.itemid-111 aside .moduletable-contextuel .nav.menu > li.current > .nav-child a,
body.itemid-111 aside .moduletable-contextuel .nav.menu > li.active > .nav-child a,
body.itemid-121 aside .moduletable-contextuel .nav.menu > li.current > .nav-child a,
body.itemid-121 aside .moduletable-contextuel .nav.menu > li.active > .nav-child a,
body.itemid-289 aside .moduletable-contextuel .nav.menu > li.current > .nav-child a,
body.itemid-289 aside .moduletable-contextuel .nav.menu > li.active > .nav-child a,
body.itemid-560 aside .moduletable-contextuel .nav.menu > li.active > .nav-child a,
body.itemid-623 aside .moduletable-contextuel .nav.menu > li.current > .nav-child a,
body.itemid-623 aside .moduletable-contextuel .nav.menu > li.active > .nav-child a
{
	padding:2px 2px 2px 15px;
	margin:2px 2px;
	background-image:url('../images/puce-ul.png');
	background-position:4px 8px;
	background-repeat:no-repeat;
}

body.itemid-111 aside .moduletable-contextuel .nav.menu > li.current > .nav-child a:hover,
body.itemid-111 aside .moduletable-contextuel .nav.menu > li.active > .nav-child a:hover,
body.itemid-121 aside .moduletable-contextuel .nav.menu > li.current > .nav-child a:hover,
body.itemid-121 aside .moduletable-contextuel .nav.menu > li.active > .nav-child a:hover,
body.itemid-289 aside .moduletable-contextuel .nav.menu > li.current > .nav-child a:hover,
body.itemid-289 aside .moduletable-contextuel .nav.menu > li.active > .nav-child a:hover,
body.itemid-560 aside .moduletable-contextuel .nav.menu > li.active > .nav-child a:hover,
body.itemid-623 aside .moduletable-contextuel .nav.menu > li.current > .nav-child a:hover,
body.itemid-623 aside .moduletable-contextuel .nav.menu > li.active > .nav-child a:hover
{
	background-color:rgba(255, 255, 255, 0.2);
}














/* moduletable */
aside .moduletable {
	background:#e3e3e3;
	padding:20px;
	margin:0;
}
aside .moduletable h3 {
	font-size:30px;
	line-height:100%;
	font-weight:400;
}

aside .moduletable-btn-contact a {
	display:block;
	padding-left:70px;
	width:100%;
	height:69px;
	line-height:69px;
	color:#fff;
	text-align:left;
	font-size:17px;
	text-decoration:none;
	background:url('../images/icone-flux.png') no-repeat 20px -42px #83ba3c;
	background-size:auto 140%;
}
aside .moduletable-btn-contact a:hover {
	background-color:#666765 !important;
}






/* en un clic */
.moduletable-en-un-clic ul {
	list-style:none;
	margin:0;
	padding:0;
}
.moduletable-en-un-clic ul li a {
	text-decoration:none;
}

.moduletable-en-un-clic ul li a.violet{
	font-weight: bold;
	color: #83ba3c;
}

.moduletable-en-un-clic ul li a:hover {
	text-decoration:underline;
}

.moduletable-en-un-clic ul li a img {
	margin-right:4px;
}

.moduletable-en-un-clic h3 {
	font-weight:300;
	font-size:30px;
	padding:10px 10px 15px 0;
	max-width:180px;
	border-bottom:1px solid #78a418;
	background:url('../images/icone-souris.png') no-repeat 100% -158px;
}















/* *********************************************************************************** */
/* ACCUEIL */
/* *********************************************************************************** */
body.accueil #main {
	margin:10px 20px;
}

body.accueil #main > .clearfix {
	margin:15px 0;
}
body.accueil .bloc-left {
	width:100%;
}




/* diaporama */
body.accueil #diaporama {

}
body.accueil #diaporama .legende {
	background:rgba(255,255,255,0.9);
	display:block;
	padding:5px;
}

body.accueil #diaporama .legende br,
body.accueil #diaporama .legende a.readmore
{
	display:none;
}

body.accueil #diaporama .legende p,
body.accueil #diaporama .legende h2
{
	padding:0;
	margin:0;
	font-size:14px;
	line-height:16px;
	display:inline;
}


body.accueil #diaporama .newsflash-title {
	color:inherit;
	font-size:24px;
	font-weight:400;
}
body.accueil #diaporama .owl-theme .owl-controls {
	display:none !important;
}
body.accueil #diaporama .img-intro-left,
body.accueil #diaporama .img-intro-right
{
	float:none;
}





/* en un clic */
body.accueil #en_un_clic {
	width:100%;
}
body.accueil #en_un_clic a.bouton {
	margin-top:50px;
	padding:10px;
	text-align:left;
	background-color:#666765;
	display:block;
}
body.accueil #en_un_clic a.bouton span {
	float:left;
	width:45px;
	height:27px;
	background:url('../images/icone-annuaire.png') no-repeat 0 0;
}


/* journal municipal */
body.accueil #journal_municipal {
	width:100%;
	height:157px;
}
body.accueil #journal_municipal h3 {
	color:#616161;
	font-size:30px;
	padding:0;
	margin:0;
	font-weight:400;
	line-height:100%;
}
body.accueil #journal_municipal p {
	line-height:130%;
	padding:0;
	margin:0;
}
body.accueil #journal_municipal p a {
	text-decoration:underline;
}
body.accueil #journal_municipal img {
	margin-right:30px;
	max-height:130px;
	width:auto;
}

body.accueil #journal_municipal .loupe {
	position:absolute;
	margin:50px 0 0 75px;
}
body.accueil #journal_municipal .newsflash-title {
	color:inherit;
	padding-bottom:0;
	margin-bottom:0;
}


/* service public */
body.accueil a#guide_demarches {
	width:100%;
	margin:20px 0 0 0;
	padding-top:10px;
	font-size:25px;
	color:#83ba3c !important;
	background:#818181;
}


body.accueil #guide_demarches span {
	display:block;
	margin:10px auto 0 auto;
	width:106px;
	height:110px;
	background:url('../images/icone-service-permanences.png') no-repeat 0 0;
}

/* permanences */
body.accueil a#permanences {
	width:100%;
	height:197px;
	margin:20px 0 0 0;
	padding-bottom:10px;
	font-size:27px;
	color:#83ba3c !important;
	background:#818181;
}
body.accueil #permanences span {
	display:block;
	margin:10px auto 0 auto;
	width:106px;
	height:110px;
	background:url('../images/icone-service-permanences.png') no-repeat 0 -200px;
}




/* facebook */
body.accueil .fb-socials {
	width:100%;
	display: flex;
	justify-content: space-between;
}

body.accueil .fb-socials a {
	width: 48%;
}

body.accueil a#facebookculture,
body.accueil a#facebook {
	padding-bottom:10px;
	margin:0 0 20px 0;
	font-size:20px;
	text-align:center;
	color:#fff !important;
}

body.accueil a#facebook {
	background-color:#3b5998;
}

body.accueil #facebook span {
	display:block;
	margin:10px auto;
	width:123px;
	height:97px;
	background:url('../images/icone-facebook.png') no-repeat 0 0;
}

body.accueil #facebookculture span {
	display:block;
	margin:10px auto;
	width:123px;
	height:97px;
	background:url('../images/icone-facebook.png') no-repeat 0 0;
}




/* kiosque */
body.accueil #kiosque {
	width:100%;
	height:197px;
	margin-bottom: 60px;
}
body.accueil #kiosque h3 {
	color:#616161;
	font-size:30px;
	padding:0;
	margin:0;
	font-weight:400;
	line-height:100%;
}
body.accueil #kiosque p {
	line-height:130%;
	padding:0;
	margin:0;
}
body.accueil #kiosque p a {
	text-decoration:underline;
}
body.accueil #kiosque img {
	margin-right:30px;
	max-width:100px;
	height:auto;
}
body.accueil #kiosque .img-intro- {
	float:left;
}




body.accueil #kiosque .loupe {
	display:block;
	position:absolute;
	z-index:999;
	margin:70px 0 0 80px;
}

body.accueil #kiosque .newsflash-title {
	color:inherit;
	padding-bottom:0;
	margin-bottom:0;
}




/* agenda */
body.accueil #agenda {
	width:100%;
	color:#ededed;
	padding:15px;
	margin:20px 0 0 0;
	background:url('../images/loudun-evenements-768.jpg')!important;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}
body.accueil #agenda:after {
	content: '';
	background: #000;
	opacity: 0.4;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
body.accueil #agenda h3 {
	color:#fff;
	padding:5px 5px 15px 5px;
	font-weight:400;
	font-size:40px;
}

body.accueil #agenda .agenda__content {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 20px 0;
	z-index: 2;
	position: relative;
}
body.accueil #agenda .agenda__text {
	text-align: center;
	margin-bottom: 1.875rem;
	overflow: hidden;
}
body.accueil #agenda .agenda__text h3 {
	text-transform: uppercase;
	font-weight: 400;
	margin: 15px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 95vw;
	max-width: 500px;
}
body.accueil #agenda .agenda__text h3:before {
	content: '';
	flex: 1;
	height: 1px;
	margin-left: 5%;
	margin-right: 2.5%;
	background: #fefefe;
}
body.accueil #agenda .agenda__text h3:after {
	content: '';
	flex: 1;
	height: 1px;
	margin-right: 5%;
	margin-left: 2.5%;
	background: #fefefe;
}
body.accueil #agenda .agenda__text span {
	color: #fefefe;
	text-transform: uppercase;
	font-size: 1.25rem;
}
body.accueil #agenda .agenda__button {
	display: flex;
	justify-content: center;
}
body.accueil #agenda .agenda__button a {
	color: #fefefe;
	background-color: #83ba3c;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	margin: 0 0 1rem;
	transition: background-color .25s ease-out;
	padding: .85em 1em;
}

body.accueil #agenda .agenda__button a:hover {
	background-color: #689330;
}

body.accueil #agenda ul.rsepro_featured {

}
body.accueil #agenda ul.rsepro_featured li {
	display:inline-block;
	width:49%;
	padding:10px 0 0 0;
	vertical-align:top;
	border-right:1px solid #fff;
	color:#fff;
}
body.accueil #agenda ul.rsepro_featured li:last-child{
	padding:10px 0 0 10px;
	border-right:0;
}

body.accueil #agenda ul.rsepro_featured li a{
	color:#fff;
	text-decoration:none;
}
body.accueil #agenda ul.rsepro_featured li a h4 {
	color:#fff;
	font-size:110%;
	padding:0 0 5px 0;
	margin:0;
	font-weight:400;
}
body.accueil #agenda ul.rsepro_featured li img{
	max-height:120px;
	max-width:110px;
}


body.accueil #agenda div.rsepro_search_form {
	margin-top:5px;
}


body.accueil #agenda div.rsepro_search_form select {
	display:block;
}


body.accueil #agenda div.rsepro_search_form input#rse_keyword {
	border:0;
	padding:7px 40px 5px 5px;
	color:#83ba3c;
	background-color:#fff;
	width:80%;
}

body.accueil #agenda div.rsepro_search_form input::-webkit-input-placeholder { color:#83ba3c;  }
body.accueil #agenda div.rsepro_search_form input:-moz-placeholder { color:#83ba3c; }
body.accueil #agenda div.rsepro_search_form input::-moz-placeholder { color:#83ba3c; }
body.accueil #agenda div.rsepro_search_form input:-ms-input-placeholder { color:#83ba3c;  }


body.accueil #agenda div.rsepro_search_form input#enablestart,
body.accueil #agenda div.rsepro_search_form input#enableend
{
	display:none;
}

body.accueil #agenda div.rsepro_search_form .rs_date
{
	display:inline-table;
	vertical-align:top;
	width:49%;
	margin-top:10px;
}

body.accueil #agenda div.rsepro_search_form .rs_date #rsstart,
body.accueil #agenda div.rsepro_search_form .rs_date #rsend
{
	display:inline-block;
	vertical-align:top;
	width:80px;
	color:#83ba3c;
}

body.accueil #agenda div.rsepro_search_form .rs_date .btn
{
	display:inline-table;
}

body.accueil #agenda div.rsepro_search_form .rs_date label
{
	display:inline-table;
	vertical-align:top;
	padding-right:5px;
}

body.accueil #agenda div.rsepro_search_form .rs_date #rsstart_img,
body.accueil #agenda div.rsepro_search_form .rs_date #rsend_img
{
	background:none;
	color:#fff;
	padding:2px;
	margin:0;
}

body.accueil #agenda div.rsepro_search_form .recherche_mot_cles
{
	margin-top:10px;
	display:block;
}

body.accueil #agenda div.rsepro_search_form .recherche_mot_cles .btn
{
	background:none;
	color:#fff;
}
















/* video */
body.accueil #video {
	position:relative;
	width:100%;
}

body.accueil #video #buse {
	display:none;
}


/* newsletter */
body.accueil #newsletter {
	width:100%;
	padding:5px;
	margin:20px 0 0 0;
	background:#d0d0d0;
}
body.accueil #newsletter h3 {
	color:#292924;
	font-weight:300;
	font-size:30px;

	padding:0;
	text-indent:50px;
}
body.accueil #newsletter h3 span {
	display:block;
	position:absolute;
	margin:-25px 0 0 15px;
	width:32px;
	height:33px;
	background:url('../images/icone-newsletter.png') no-repeat 0 0;
}
body.accueil #newsletter form {
	padding:5px 20px;
}
body.accueil #newsletter form input {
	display:block;
	width:100%;
	margin:5px;
}
body.accueil #newsletter form input.bouton {
	border:0;
	margin:15px 0 0 0;
	cursor:pointer;
	background-color:#666765;
}






/* flux */
body.accueil ul#flux {
	list-style:none;
	padding:0;
	margin:0;
}
body.accueil ul#flux li {
	display:inline-block;
	width:120px;
	height:100px;
	padding:0;
	margin:20px 2px 0 20px;
}
body.accueil ul#flux li:first-child {
	margin-left:0;
}
body.accueil ul#flux li:last-child {
	margin-right:0;
}
body.accueil ul#flux li a {
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	text-align:center;
	font-size:15px;
	text-decoration:none;
}
body.accueil ul#flux li:first-child  a{
	background:#ff8b2f;
}
body.accueil ul#flux li:last-child a {
	background:#a089c1;
}

body.accueil ul#flux li:first-child  a:hover {
	background:#d96d17;
}
body.accueil ul#flux li:last-child a:hover {
	background:#7b649d;
}


body.accueil ul#flux li a span {
	display:block;
	margin:0 auto 5px auto;
	width:64px;
	height:69px;
	background:url('../images/icone-flux.png') no-repeat 0 10px;
}
body.accueil ul#flux li:last-child a span {
	background-position:0 -90px;
}






/* météo */
body.accueil #meteo {
	width:100%;
	height:310px;
	padding:15px 0 5px 0;
	margin:25px 0 0 0;
	background:#ededed;
}
body.accueil #meteo span {
	display:block;
	position:absolute;
	margin:-25px 0 0 15px;
	width:64px;
	height:59px;
	background:url('../images/icone-meteo.png') no-repeat 0 0;
}

body.accueil #meteo #tameteo[style] {
	width:100% !important;
}




/* les sites de Loudun */
body.accueil #les_sites {
	width:100%;
	max-width:400px;
	margin:0 15px 0 0;
}
body.accueil #les_sites h3 {
	color:#616161;
	font-size:30px;
	padding:0;
	margin:0;
	font-weight:400;
	line-height:100%;
}
body.accueil #les_sites p {
	line-height:130%;
}
body.accueil #les_sites p a {
	text-decoration:underline;
}
body.accueil #les_sites img {
	margin-right:30px;
	float:none;
}

body.accueil #les_sites_flexisel {
	width:100%;
	height:120px;
	background:#e7e7e7;
}








/* *********************************************************************************** */
/* FOLIUM */
/* *********************************************************************************** */
.folium_form {
	padding:20px;
	margin:0 0 10px 0;
	background:#e7e7e7;
}
.folium_ul_etape li {
	display:block;
	margin: 5px 0 0 0;
	padding: 12px 0 12px 10px !important;
	color:#b3b3b3;

	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}


.folium_ul_etape li.active {
	background:#e7e7e7;
	color:#666765;
}

.folium_ul_etape div>span {
	font-size: 1.2em;
}


@media only screen and (max-width:768px)
{
	.folium_ul{float:none;padding:0;}
	.folium_separator{display:none;border:1px solid red;}
}


/* *********************************************************************************** */
/* FLEXISEL */
/* *********************************************************************************** */

.nbs-flexisel-container {
	position:relative;
	max-width:100%;
}
.nbs-flexisel-ul {
	position:relative;
	width:9999px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}

.nbs-flexisel-inner {
	overflow:hidden;
	float:left;
	width:100%;
}

.nbs-flexisel-item {
	float:left;
	margin:0px;
	padding:0px;
	cursor:pointer;
	position:relative;
	line-height:0px;
}
.nbs-flexisel-item img {
	width: 100%;
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width:160px;
	max-height:100px;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	display:none;
}














/* *********************************************************************************** */
/* OWL-CAROUSEL */
/* *********************************************************************************** */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
	cursor:url(../images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

.owl-theme .owl-controls{
	margin-top: -70px;
	margin-left:120px;
	text-align: left;
	z-index:99;
	width:100%;
	position:absolute;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}






/* *********************************************************************************** */
/* RSEVENTPRO */
/* *********************************************************************************** */
#rs_event_show .description,
#rs_event_show .description * {
	text-align:left !important;
	font-family:inherit !important;
}
#rs_event_show .description p {
	margin:0 !important;
	padding:0 !important;
	text-indent:0 !important;
}


ul.rsepro_categories {}

ul.rsepro_categories li {
	/*float:left;*/
	display:inline-table;
	vertical-align:top;
	width:45%;
	min-height:480px;
	padding:10px;
	margin:10px;
	background:#ebe8ea;
}

ul.rsepro_categories li img {
	padding:0 10px 0 0;
}

ul.rsepro_categories li .btn-voir-events {
	width:auto;
	display:inline-block;
	margin:10px 10px 10px 0;
}

ul.rsepro_categories li h4 a {
	font-size:20px;
}

.btn-back {
	width:auto;
	display:inline-block;
	margin-bottom:10px;
}

.rs_featured_event {
	background:none !important;
	padding: 0 !important;
}




.rs_event_detail {
	background: #ebe8ea !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: 0 0 0 rgba(255, 255, 255, 0);
	margin: 0 0 5px !important;
	padding: 5px 10px !important;
}
.rs_event_detail:hover {
	background: #ebe8ea !important;
}

.rs_event_details a {
	font-size:20px;
	display:block;
	padding:10px 0 0 0;
}
.rs_event_image img {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding-right:10px;
}

.rs_event_details p.desc_event {
	display:block;
}

.cat-rs-search a{
	display:inline-block!important;
	font-size:14px!important;
}

.rs_event_detail .rs_event_image {
	min-height:90px;
}







/* *********************************************************************************** */
/* FOOTER */
/* *********************************************************************************** */
#footer {
	margin:50px 0;
}

#footer > div.bottom {
	padding:10px;
	border:1px solid #a1a6b4;
	text-align:right;
}
#footer > div.bottom a {
	display:inline-block;
	width:auto;
}


#footer > div.footer{
	background:#d4d4d4;
	padding:10px;
}

#footer > div.footer .moduletable {
	display:block;
	vertical-align:middle;
	padding-right:20px;
}
#footer > div.footer .moduletable a {
	text-decoration:none;
}
#footer > div.footer .moduletable a:hover {
	text-decoration:underline;
}




/* plan du site footer */
#footer > div.footer .moduletable.sitemap {
	border-left:1px solid #9f9f9f;
	padding-left:20px;
	vertical-align:top;
}
#footer > div.footer .moduletable.sitemap h3 {
	font-weight:400;
	font-size:14px;
}
#footer > div.footer .moduletable.sitemap ul.nav.menu {
	list-style:none;
	margin:0;
	padding:0;
}
#footer > div.footer .moduletable.sitemap ul.nav.menu > li {
	display:block;
	padding-right:50px;
}
#footer > div.footer .moduletable.sitemap ul.nav.menu > li:first-child {
	display:none;
}
#footer > div.footer .moduletable.sitemap ul.nav.menu > li  > a{
	font-size:20px;
	padding-bottom:15px;
	display:block;
}



#footer > div.footer .moduletable:last-child{

}










#footer > div.signature ul {
	list-style:none;
	margin:5px 5px 30px 5px;
}

#footer > div.signature ul li {
	display:inline;
	padding:0 5px;
	border-right:1px solid #666765;
}
#footer > div.signature ul li:last-child {
	border-right:0;
}

#footer > div.signature ul li,
#footer > div.signature ul li a {
	font-style:italic;
	font-size:90%;
	font-weight:400;
}



















/* *********************************************************************************** */
/* FORMULAIRES */
/* *********************************************************************************** */
input {
	border:1px solid #bbccca;
	padding:5px;

}
input[type=text] {
	background:#fff;
}












/* *********************************************************************************** */
/* LOGIN */
/* *********************************************************************************** */
.login,
.reset,
.remind,
fieldset#users-profile-core,
fieldset#users-profile-custom,
form#member-profile fieldset
{
	background:#666765;
	padding:10px;
	margin:0 0 10px 0;
	color:#fff;
	border:0;
}

.login fieldset,
.reset fieldset,
.remind fieldset
{
	border:0;
}

fieldset#users-profile-core legend,
fieldset#users-profile-custom legend,
form#member-profile fieldset legend
{
	padding-top:50px;
	font-size:16px;
}


form#member-profile fieldset .chzn-container {
	color:#666765;
}


.btn-toolbar.pull-right {
	float:none;
	padding:0;
	margin:0;
}

.btn-toolbar.pull-right li.btn-group {
	padding:0;
	margin:0;
}


.login .control-group {
	padding:5px;
}

.login .control-group:nth-of-type(3) .control-label {
	float:left;
}

.nav-stacked li a {
	text-decoration:underline;
}
.nav-stacked li a:hover {
	text-decoration:none;
}


form#login-form #form-login-username label,
form#login-form #form-login-password label
{
	display:none;
}

.moduletable form#login-form .control-group {
	padding:5px 0;
}









































/* *********************************************************************************** */
/* ACCORDIONS */
/* *********************************************************************************** */

.accordion {
	margin-bottom: 18px;
	height: auto!important;
}
.accordion-group {
	margin-bottom: 2px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.accordion-heading {
	border-bottom: 0;
}
.accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 15px;
	text-decoration: none!important;
}
.accordion-heading .accordion-toggle:hover {
	text-decoration: underline!important;
}
.accordion-toggle {
	cursor: pointer;
}
.accordion-inner {
	padding: 9px 15px;
	border-top: 1px solid #e5e5e5;
}
.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}
.collapse.in {
	height: auto;
}

/* *********************************************************************************** */
/* MEDIAS QUERIES */
/* *********************************************************************************** */


/* tablette portrait */
@media only screen and (min-width: 768px) {

	.hidden-smartphone { display: block; visibility: visible; }


	#nav {
		height:78px;
	}

	#header #logo {
		margin:10px;
		width:394px;
	}

	#header .top {
		margin-left:0px;
		margin-top:10px;
	}

	#header .top a {
		display:inline-block;
		vertical-align:top;
	}

	#header .top a:nth-of-type(2) {
		top:20px;
		right:20px;
		position:absolute;
	}
	#header .top a:nth-of-type(3) {
		margin-left:10px;
	}

	body.accueil #diaporama .legende {
		background:rgba(255,255,255,0.85);
		display:block;
		position:absolute;
		padding:10px;
		width:90%;
		left: 0;
		bottom: auto;
		top: 0;
	}
	body.accueil #diaporama .legende br {
		display:none;
	}
	body.accueil #diaporama .owl-theme .owl-controls {
		display:block !important;
		margin-top: 0 !important;
		margin-left:0 !important;
		text-align: right !important;
		width:20px !important;
		position:absolute;
		right:50px;
		bottom:10px;
	}

	body.accueil a#facebookculture {
		width: 25%;
	}

	body.accueil a#facebook {
		width: 74%;
	}

	body.accueil #diaporama .legende h2,
	body.accueil #diaporama .legende h3{
		color: #666765;
	}

	body.accueil #agenda {
		background:url('../images/loudun-evenements-1024.jpg')!important;
	}

	body.accueil .guideperm {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin: 30px 0 20px;
	}

	body.accueil a#guide_demarches {
		width: 48%;
	}

	body.accueil a#permanences {
		width: 48%;
		height: auto;
	}

	body.accueil a#permanences span {
		margin: 10px auto 1em auto;
	}

	body.accueil ul#flux li {
		width:140px;
	}

	body.accueil #les_sites {
		height: 200px;
	}

	body.accueil #les_sites img {
		float:left;
	}


	body.accueil #les_sites_flexisel {
		height:178px;
	}
	body.accueil #les_sites_flexisel .nbs-flexisel-container {
		margin:0px 0 0 35px;
		padding-top: 30px;
		max-width:90% !important;
	}

	.nbs-flexisel-container {
		height: 100%;
	}

	.nbs-flexisel-nav-left,
	.nbs-flexisel-nav-right {
		display:block;
		width: 47px;
		height: 60px;
		position: absolute;
		/* margin-top:40px; */
		cursor: pointer;
		z-index: 100;
		top: 50%!important;
		transform: translateY(-50%);
		background: url(../images/arrow-flexisel.png) no-repeat;
	}
	.nbs-flexisel-nav-left:hover,
	.nbs-flexisel-nav-right:hover {
		opacity: 0.5;
	}

	.nbs-flexisel-nav-left {
		left: -40px;
		background-position:0 0;
	}

	.nbs-flexisel-nav-right {
		right: -40px;
		background-position:0 -140px;
	}




	#footer > div.footer .moduletable {
		display:table-cell;
		vertical-align:middle;
		padding-right:20px;
	}
	#footer > div.footer .moduletable.sitemap ul.nav.menu > li {
		display:table-cell;
		padding-right:50px;
	}



}



/* tablette paysage */
@media only screen and (min-width: 1024px) {

	.pull-right { float: right; }
	.pull-left { float: left; }

	.wrapper,
	.fixed
	{
		width:990px;
	}

	.separ {
		margin:40px 0;
	}

	#header #logo {
		margin:0 10px 10px 10px;
		width:394px;
	}

	#header .top {
		margin-left:0px;
		margin-top:10px;
	}

	#header .top a {
		display:inline-block;
		vertical-align:top;
	}

	#header .top a:nth-of-type(2) {
		margin-left:170px;
		margin-top:10px;
		position:absolute;
		top:inherit;
		right:inherit;
	}
	#header .top a:nth-of-type(3) {
		margin-left:10px;
	}

	article:not(.full) {
		width:70%;
		float:right;
	}
	aside {
		width:25%;
		float:left;
		margin:10px 20px 50px 20px;
	}

	body.accueil #main > .clearfix {
		margin:40px 0;
	}

	body.accueil .bloc-left {
		width:73%;
	}
	body.accueil .bloc-left.bloc-left-deux {
		padding:30px 0 20px 0;
	}
	body.accueil #en_un_clic {
		width:25%;
	}
	body.accueil #journal_municipal {
		width:50%;
		max-width:400px;
	}
	body.accueil .fb-socials {
		width: 17%;
		flex-direction: column;
		height: 246px;
		margin-right: 10px;
	}
	body.accueil a#facebook,
	body.accueil a#facebookculture {
		width:100%;
		max-width:150px;
	}
	body.accueil a#facebook {
		height: 60%;
	}
	body.accueil a#facebookculture {
		height: 34.5%;
		font-size: 14px;
		line-height: 16px;
	}
	body.accueil a#facebookculture,
	body.accueil a#facebook {
		margin:0 40px 0 0;
	}
	body.accueil a#facebookculture span {
		width: 30px;
		margin: 3px auto;
		height:37px;
	}
	body.accueil #facebook span {
		width:60px;
		height:37px;
		margin: 20px auto 10px;
	}
	body.accueil #facebookculture span,
	body.accueil #facebook span {
		background-size:contain;
		background-position: center;
	}
	body.accueil #kiosque {
		width:40%;
		max-width:270px;
	}

	body.accueil .guideperm {
		width:46%;
		margin:0 0 0 10px;
		flex-direction: column;
	}

	body.accueil a#permanences {
		/*height:246px;*/
	}

	body.accueil a#guide_demarches {
		width: 100%;
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		padding: 0;
	}
	body.accueil a#guide_demarches span {
		/*margin: 0;*/
		/*float: unset;*/
	}
	body.accueil a#guide_demarches p {
		/*width: calc(100% - 115px);*/
		/*max-width: 314px;*/
	}

	body.accueil a#permanences {
		width: 100%;
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		padding: 0;
	}

	body.accueil a#permanences span {
		margin: 10px auto 0 auto;
	}

	body.accueil #agenda {
		width:25%;
		height:490px;
		margin:-20px 0px 0px 0px;
	}
	body.accueil #agenda h3:before {
		display: none;
	}
	body.accueil #agenda h3:after {
		display: none;
	}
	body.accueil #agenda .agenda__content {
		top: 50%;
		position: relative;
		transform: translateY(-50%);
		height: 100%;
		justify-content: space-between;
		padding: 20px 0 0;
	}
	body.accueil #agenda {
		background:url('../images/loudun-evenements-310.jpg')!important;
	}
	body.accueil #agenda .agenda__text {
		/*order: 2;*/
		background: rgba(255,255,255,0.85);
		margin-bottom: 0;
	}
	body.accueil #agenda .agenda__text h3 {
		max-width: 310px;
		color: #000;
		padding: 4px 0;
		font-size: 30px;
	}
	body.accueil #video {
		width:50%;
		margin-right:60px;
	}
	body.accueil #video #buse {
		display:none;
		position:absolute;
		top:-45px;
		right:-75px;
		z-index:99;
	}
	body.accueil #newsletter {
		width:35%;
		margin:0;
	}
	body.accueil ul#flux li {
		width:110px;
	}
	body.accueil #meteo {
		width:35%;
		height:246px;
		margin:0 0 0 5%;
		overflow:hidden;
	}
	body.accueil #les_sites {
		width:40%;
		max-width:300px;
	}
	body.accueil #les_sites img {
		max-width:150px;
	}
	body.accueil #les_sites_flexisel {
		width:65%;
		float:right;
		height:178px;
	}
	body.accueil #les_sites_flexisel {
		width:65%;
		float:right;
		height:178px;
	}




}


/* desktop */
@media only screen and (min-width: 1200px) {


	.hidden-tablet { display: block; visibility: visible; }

	.wrapper,
	.fixed
	{
		width:1280px;
	}

	#footer > div.footer{
		background:url('../images/logo-footer.png') no-repeat 20px 40% #d4d4d4;
		padding:10px 10px 10px 200px;
	}

	#header #logo {
		margin:0 10px 10px 50px;
		width:394px;
	}


	#header .top {
		margin-left:40px;
		margin-top:10px;
	}
	#header .top a:nth-of-type(2) {
		margin-left:180px;
		margin-top:10px;
		position:absolute;
	}
	#header .top a:nth-of-type(3) {
		margin-left:490px;
	}


	body.accueil #video {
		width:50%;
		margin-right:130px;
	}
	body.accueil ul#flux li {
		width:140px;
	}

	body.accueil #kiosque {
		width:100%;
		max-width:364px;
	}

	body.accueil .guideperm {
		flex-direction: row;
		margin: 0 0 0 30px;
	}

	body.accueil a#guide_demarches {
		max-width:inherit;
		width: 48%;
		flex-direction: column;
		justify-content: center;
		margin-top: 0;
	}
	body.accueil #guide_demarches p {
		margin: 12px 0;
	}

	body.accueil a#permanences {
		width: 48%;
		margin-top: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 10px;
		font-size: 25px;
	}

	body.accueil #permanences span {
		margin: 0 auto;
	}

	body.accueil .fb-socials {
		height: 276px;
		width: 16%;
	}

	body.accueil #facebookculture span,
	body.accueil #facebook span {
		width: 80px;
		height:57px;
	}
	body.accueil a#facebookculture span {
		width: 43px;
		margin: 0 auto 8px;
	}
	body.accueil a#facebook span {
		margin: 50px auto 10px;
	}
	body.accueil a#facebook {
		height: 78%;
	}
	body.accueil a#facebookculture {
		font-size: 17px;
		line-height: 19px;
		display: flex;
		align-items: center;
		height: 20%;
		padding-bottom: 0;
	}
	body.accueil #les_sites {
		max-width:400px;
	}
	body.accueil #les_sites img {
		max-width:inherit;
	}


	body.accueil #meteo {
		height: 276px;
		margin: 0 0 0 3%;
	}

	body.accueil #en_un_clic a.bouton {
		margin-top: 75px;
	}

	body.accueil #agenda {
		height: 535px;
		margin: 30px 0px 0px 0px;
	}

	body.accueil #agenda .agenda__button a {
		font-size: 16px;
	}
}

@media only screen and (min-width: 1333px) {
	body.accueil .fb-socials {
		margin-right: 38px;
	}
}

@media only screen and (min-width: 1500px) {
	body.accueil .guideperm {
		margin: 0 0 0 8%;
	}
}