@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}


// remember to define focus styles! :focus { outline: 0; }


// remember to highlight inserts somehow! ins { text-decoration: none; } del { text-decoration: line-through; }


// tables still need 'cellspacing="0"' in the markup table { border-collapse: collapse; border-spacing: 0; }
/* Stylesheet: 2014Ferrals:reset Modified On 2014-06-18 10:42:02 */
/* `Container
----------------------------------------------------------------------------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* Global
----------------------------------------------------------------------------------------------------*/
.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1, .push_2, .pull_2, .push_3, .pull_3, .push_4, .pull_4, .push_5, .pull_5, .push_6, .pull_6, .push_7, .pull_7, .push_8, .pull_8, .push_9, .pull_9, .push_10, .pull_10, .push_11, .pull_11 {
  position: relative;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container .span1 {
  width: 60px;
}
.container .span2 {
  width: 140px;
}
.container .span3 {
  width: 220px;
}
.container .span4 {
  width: 300px;
}
.container .span5 {
  width: 380px;
}
.container .span6 {
  width: 460px;
}
.container .span7 {
  width: 540px;
}
.container .span8 {
  width: 620px;
}
.container .span9 {
  width: 700px;
}
.container .grid_10 {
  width: 780px;
}
.container .span11 {
  width: 860px;
}
.container .span12 {
  width: 940px;
  margin-left: 0;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container .prefix_1 {
  padding-left: 80px;
}
.container .prefix_2 {
  padding-left: 160px;
}
.container .prefix_3 {
  padding-left: 240px;
}
.container .prefix_4 {
  padding-left: 320px;
}
.container .prefix_5 {
  padding-left: 400px;
}
.container .prefix_6 {
  padding-left: 480px;
}
.container .prefix_7 {
  padding-left: 560px;
}
.container .prefix_8 {
  padding-left: 640px;
}
.container .prefix_9 {
  padding-left: 720px;
}
.container .prefix_10 {
  padding-left: 800px;
}
.container .prefix_11 {
  padding-left: 880px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container .suffix_1 {
  padding-right: 80px;
}
.container .suffix_2 {
  padding-right: 160px;
}
.container .suffix_3 {
  padding-right: 240px;
}
.container .suffix_4 {
  padding-right: 320px;
}
.container .suffix_5 {
  padding-right: 400px;
}
.container .suffix_6 {
  padding-right: 480px;
}
.container .suffix_7 {
  padding-right: 560px;
}
.container .suffix_8 {
  padding-right: 640px;
}
.container .suffix_9 {
  padding-right: 720px;
}
.container .suffix_10 {
  padding-right: 800px;
}
.container .suffix_11 {
  padding-right: 880px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container .push_1 {
  left: 80px;
}
.container .push_2 {
  left: 160px;
}
.container .push_3 {
  left: 240px;
}
.container .push_4 {
  left: 320px;
}
.container .push_5 {
  left: 400px;
}
.container .push_6 {
  left: 480px;
}
.container .push_7 {
  left: 560px;
}
.container .push_8 {
  left: 640px;
}
.container .push_9 {
  left: 720px;
}
.container .push_10 {
  left: 800px;
}
.container .push_11 {
  left: 880px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container .pull_1 {
  left: -80px;
}
.container .pull_2 {
  left: -160px;
}
.container .pull_3 {
  left: -240px;
}
.container .pull_4 {
  left: -320px;
}
.container .pull_5 {
  left: -400px;
}
.container .pull_6 {
  left: -480px;
}
.container .pull_7 {
  left: -560px;
}
.container .pull_8 {
  left: -640px;
}
.container .pull_9 {
  left: -720px;
}
.container .pull_10 {
  left: -800px;
}
.container .pull_11 {
  left: -880px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after,
.container:after {
  clear: both;
}
.clearfix,
.container {
  zoom: 1;
}


@media screen and (max-width: 767px) {
	body {
		width: 100%;
		margin-left:0;
		margin-right:0;
		padding-left:0;
		padding-right:0;
	}

	.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12,  {
		clear: both;
		float: none;
		margin-left: 0;
		margin-right: 0;
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
		width: -moz-available;
	}
}
/* Stylesheet: 2014Ferrals:grid Modified On 2014-06-18 10:42:24 */
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * GENERAL................Réglages de base
 * TITRAGES...............Hierarchie des titres
 * HEADER.................Haut de page, logo + recherche
 * NAVIGATION.............Menu général
 * HOMEPAGE...............Contenu page d'accueil
 * ACCES RAPIDE...........Liens internes pied de page
 * FOOTER.................Pied de page
 * PAGE CATEGORIE.........En-tête de section
 * ACTUALITES.............Page liste des actualités
 * PAGE DE CONTENU........Pages internes, 9 et 12 colonnes
 * SITEMAP................Plan du site
 */


 
 
 
/*------------------------------------*\
    $GENERAL
\*------------------------------------*/
body {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 21px;
	color: #4d4d4d;
	background: #ededed url(../../uploads/images/2014template/bg-body.jpg) top left repeat;
	margin: 0 auto;
}
img {
	height: auto;
	width: auto;
	max-width: 100%;
	box-sizing: border-box;
}
a, a:link, a:visited {
	color: #00aaa0;
	text-decoration: none;
	font-weight: 700;
	transition: 0.2s ease-in all;
}
a:hover, a:focus {
	color: #7ebb15;
	text-decoration: underline;
}
p {
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 20px;
}
.float-left {
	float: left;
	margin: 0 10px 10px 0;
}
.float-right {
	float: right;
	margin: 0 0 10px 10px;
}
.underline {
	text-decoration: underline;
}
.color {
	color: #00a684;
}
strong {
	font-weight: 700;
}
small {
	font-size: 0.8em;
}
em {
	font-style: italic;
}
hr {
	margin: 20px auto;	
	height: 1px; 
	color: #a6a5a5; 
	background-color: #a6a5a5; 
	width: 100%; 
	border: none;
}

.container {
	max-width: 940px;
	margin: 0 auto;
	background: #fff;
	padding: 0 20px;
	-webkit-box-shadow: 0 0 3px 2px rgba(0,0,0,0.05);
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.05);
	margin-bottom: 30px;
}

::-moz-selection {
	background: #00aaa0;
	color: #fff;
}
::selection {
	background: #00aaa0;
	color: #fff;
}





/*------------------------------------*\
    $TITRAGES
\*------------------------------------*/
h1 {
	font: 400 48px 'Roboto Condensed', Helvetica, Arial, sans-serif;
	padding: 10px 0 0px 0;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #a8103e;
	border-bottom: 1px solid #a8103e;
}
h2 {
	font: 300 25px 'Roboto Condensed', Helvetica, Arial, sans-serif;
	padding: 5px 0 5px 16px;
	text-transform: uppercase;
	font-weight: 400;
	color: #7ebb15;
	border-left: 6px solid #7ebb15;
	margin-bottom: 20px;
	background: url(../../uploads/images/2014template/bg-h2.jpg) top left repeat;
}
h3 {
	font: 400 22px 'Roboto Condensed', Helvetica, Arial, sans-serif;
	padding: 10px 0 5px 0;
	text-transform: uppercase;
	color: #00aaa0;
	border-bottom: 1px solid #00aaa0;
	margin-bottom: 20px;
}
h4 {
	font: 400 18px 'Roboto Condensed', Helvetica, Arial, sans-serif;
	padding: 20px 0 5px 0;
	text-transform: uppercase;
	color: #ffae00;
	margin-bottom: 20px;
	border-bottom: 1px solid #ffae00;
}
h5 {
	font: 400 18px 'Roboto Condensed', Helvetica, Arial, sans-serif;
	color: #904a9a;
	margin-bottom: 15px;
}
h6 {
	font: 400 16px 'Roboto Condensed', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #ff7809;
	margin-bottom: 10px;
}





/*------------------------------------*\
    $HEADER
\*------------------------------------*/
.header {
	padding: 10px 0 20px 0;
}

/* Logo */
.title a, .title a:link, .title a:visited {
	font: 400 63px 'Roboto Condensed', Helvetica, Arial, sans-serif;
	color: #000;
}
.title a:hover, .title a:focus, .baseline a:hover, .baseline a:focus {
	text-decoration: none;
}

/* Baseline */
.baseline {
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	top: -10px;
}
.baseline a {
	font-weight: normal;
	color: #00aaa0;
}

/* Téléphone */
.header .float-right {
	font: 600 16px 'Source Sans Pro', Helvetica, Arial, sans-serif;
	color: #4d4d4d;
	position: relative;
	top: 25px;
	text-align: right;
}

/* Recherche */
.header label {
	display: none;
}
.header form {
	color: #fff;
}
.header input[type="text"] {
	background: #b4b3b4;
	color: #000;
	border: none;
	width: 180px;
	height: 28px;
	padding-left: 10px;
	margin-right: -4px;
}
.header input[type="submit"] {
	background: url(../../uploads/images/2014template/icn-recherche.jpg) center no-repeat;
	height: 30px;
	width: 30px;
	border: none;
	text-indent: -9999%;
	cursor: pointer;
}
.header input[type="submit"]:hover {
	background: url(../../uploads/images/2014template/icn-recherche-hover.jpg) center no-repeat;
}





/*------------------------------------*\
    $NAVIGATION
\*------------------------------------*/
#cssmenu {
	font: 300 18px 'Roboto Condensed', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#cssmenu > ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#cssmenu > ul li#responsive-tab {
	display: none;
}
#cssmenu > ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
#cssmenu > ul li a {
	display: block;
	padding: 15px 0;
	color: #fff;
	text-align: center;
	border-left: 1px solid #fff;
	background: #444444;
	margin-right: -1px;
    width: 153px;
    font-weight: 400;
}
#cssmenu > ul li a:hover {
	color: #fff;
	text-decoration: none;
}

#cssmenu > ul li.has-sub {
	position: relative;
}
#cssmenu > ul li.has-sub:hover ul {
	display: block;
}
#cssmenu > ul li.has-sub ul {
	display: none;
	width: 153px;
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#cssmenu > ul li.has-sub ul li {
	display: block;
}
#cssmenu > ul li.has-sub > ul a {
	background: #000;
	font-size: 14px;
    padding: 8px 0 8px 10px;
    text-align: left;
    text-transform: none;
    width: 143px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0 none;
    margin-left: 1px;
}

#cssmenu > ul li:nth-child(2) a, #cssmenu > ul li.has-sub:nth-child(2) > ul a {
	background: #a8103e;
}
#cssmenu > ul li:nth-child(2) a:hover, #cssmenu > ul li.has-sub:nth-child(2) > ul a:hover {
	background: #d91953;
}
#cssmenu > ul li:nth-child(3) a, #cssmenu > ul li.has-sub:nth-child(3) > ul a {
	background: #ffae00;
}
#cssmenu > ul li:nth-child(3) a:hover, #cssmenu > ul li.has-sub:nth-child(3) > ul a:hover {
	background: #f9c451;
}

#cssmenu > ul li:nth-child(4) a, #cssmenu > ul li.has-sub:nth-child(4) > ul a {
	background: #00aaa0;
}
#cssmenu > ul li:nth-child(4) a:hover, #cssmenu > ul li.has-sub:nth-child(4) > ul a:hover {
	background: #00cbbf;
}

#cssmenu > ul li:nth-child(5) a, #cssmenu > ul li.has-sub:nth-child(5) > ul a {
	background: #7ebb15;
}
#cssmenu > ul li:nth-child(5) a:hover, #cssmenu > ul li.has-sub:nth-child(5) > ul a:hover {
	background: #9be51c;
}

#cssmenu > ul li:nth-child(6) a, #cssmenu > ul li.has-sub:nth-child(6) > ul a {
	background: #904a9a;
}
#cssmenu > ul li:nth-child(6) a:hover, #cssmenu > ul li.has-sub:nth-child(6) > ul a:hover {
	background: #bd69c9;
}

#cssmenu > ul li:nth-child(7) a, #cssmenu > ul li.has-sub:nth-child(7) > ul a {
	background: #ff7809;
}
#cssmenu > ul li:nth-child(7) a:hover, #cssmenu > ul li.has-sub:nth-child(7) > ul a:hover {
	background: #fdac69;
}





/*------------------------------------*\
    $HOMEPAGE
\*------------------------------------*/
h2.home-h2 {
	font-size: 48px;
	padding: 10px 0 0px 0;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #00aaa0;
	border-bottom: 1px solid #00aaa0;
	border-left: none;
	background: none;
}
h2.home-h2 span a {
    font-size: 22px;
    color: #348681;
    font-weight: 600;
    border-bottom: 0;
    text-decoration: underline;
}

/* Actualités */
.news-home a, .news-home a:link, .news-home a:visited {
	background: #00aaa0;
	color: #fff;
	margin-bottom: 3px;
	display: block;
	min-height: 112px;
}
.news-home a:hover, .news-home a:focus {
	background: #444444;
	color: #fff;
	text-decoration: none;
}

.date-news {
	display: inline-block;
	width: 96px;
	/*border-right: 1px solid #52c5bf;*/
	min-height: 112px;
	text-align: center;
	vertical-align: top;
	font: 300 24px 'Roboto Condensed', Helvetica, Arial, sans-serif;
}
.date-news strong {
	display: block;
	padding: 0;
	font-size: 60px;
	margin-bottom: -16px
}
.content-news {
	display: inline-block;
	vertical-align: top;
	position: relative;
	/*width: 359px;*/
	width: 100%;
	min-height: 112px;
}
.category-news, .title-news, .lire-news {
	/*padding-left: 10px;*/
	padding-left: 30px;
}
.category-news {
	font: 300 14px 'Roboto Condensed', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding-top: 20px;
}
.title-news {
	font: 400 24px 'Roboto Condensed', Helvetica, Arial, sans-serif;
}
.lire-news {
	font: 300 14px 'Roboto Condensed', Helvetica, Arial, sans-serif;
	margin-top: 10px;
	padding-bottom: 10px;
}
.more-news {
	background: #fff;
	text-align: center;
	color: #00aaa0;
	font-size: 30px;
	line-height: 26px;
	font-weight: 700;
	height: 30px;
	width: 30px;
	float: right;
    position: absolute;
    right: 20px;
    bottom: 0;
}





/*------------------------------------*\
    $ACCES RAPIDE
\*------------------------------------*/
#acces-rapide {
	background: #8862b3;
	height: 99px;
	margin: 20px 0;
}
#acces-rapide h3 {
	color: #fff;
	font-size: 40px;
	padding: 22px 14px;
	border-bottom: 0;
	margin-bottom: 0;
	display: inline-block;
}

a.acces-demarches, a.acces-travaux, a.acces-marches, a.acces-plan, a.acces-associations, a.acces-numeros {
	display: inline-block;
	width: 112px;
	height: 99px;
	margin-left:-4px;
	text-indent: -9999%;
	position: relative;
	top: -48px;
	border-left: 1px solid #bfa8d6;
}
@-moz-document url-prefix()
{
    a.acces-demarches, a.acces-travaux, a.acces-marches, a.acces-plan, a.acces-associations, a.acces-numeros {
        top: -49px;
    }
}
a.acces-demarches {
	background: url(../../uploads/images/2014template/footer-vos-demarches.jpg) top left no-repeat;
}
a.acces-travaux {
	background: url(../../uploads/images/2014template/footer-travaux-en-cours.jpg) top left no-repeat;
}
a.acces-marches {
	background: url(../../uploads/images/2014template/footer-marches-publics.jpg) top left no-repeat;
}
a.acces-plan {
	background: url(../../uploads/images/2014template/footer-plan-ville.jpg) top left no-repeat;
}
a.acces-associations {
	background: url(../../uploads/images/2014template/footer-associations.jpg) top left no-repeat;
}
a.acces-numeros {
	background: url(../../uploads/images/2014template/footer-numeros-utiles.jpg) top left no-repeat;
}
a:hover.acces-demarches {
	background: url(../../uploads/images/2014template/footer-vos-demarches-hover.jpg) top left no-repeat;
}
a:hover.acces-travaux {
	background: url(../../uploads/images/2014template/footer-travaux-en-cours-hover.jpg) top left no-repeat;
}
a:hover.acces-marches {
	background: url(../../uploads/images/2014template/footer-marches-publics-hover.jpg) top left no-repeat;
}
a:hover.acces-plan {
	background: url(../../uploads/images/2014template/footer-plan-ville-hover.jpg) top left no-repeat;
}
a:hover.acces-associations {
	background: url(../../uploads/images/2014template/footer-associations-hover.jpg) top left no-repeat;
}
a:hover.acces-numeros {
	background: url(../../uploads/images/2014template/footer-numeros-utiles-hover.jpg) top left no-repeat;
}





/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
#footer {
	background: #303030;
	margin-bottom: 20px;
	color: #fff;
}
.blason, .infos-mairie, .horaires-mairie, .links {
	display: inline-block;
	vertical-align: top;
	min-height: 128px;
}

#footer h4 {
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	font-size: 15px;
	color: #fff;
	display: inline;
	margin-bottom: 5px;
}

.blason {
	text-align: center;
	width: 154px;
	border-right: 1px solid #4f4f4f;
	padding: 20px 0;
}
.infos-mairie {
	border-right: 1px solid #4f4f4f;
	padding: 20px 0 0 10px;
	width: 328px;
}
.horaires-mairie {
	border-right: 1px solid #4f4f4f;
	padding: 20px 0 19px 10px;
	width: 227px;
}
.links {
	padding: 20px 0 20px 10px;
}
#footer a, #footer a:link, #footer a:visited {
	color: #fff;
	font-weight: 300;
}





/*------------------------------------*\
    $PAGE CATEGORIE
\*------------------------------------*/
.breadcrumb {
	font-size: 14px;
	font-weight: 700;
}
.breadcrumb span {
	font-weight: 400;
}
.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited {
	font-weight: 300;
	color: #000;
}
.breadcrumb a:hover, .breadcrumb a:focus {
	color: #7ebb15;
}

#content-cat li a {
	margin-bottom: 20px;
	color: #fff;
	display: block;
	font-weight: 300;
	min-height: 144px;
}
#content-cat li a:hover {
	text-decoration: none;
}
#content-cat li.span4:nth-child(3n+1) {
	margin-left: 0;
}
#content-cat li.span4:nth-child(3n) {
	margin-right: 0;
}
#content-cat li:nth-child(1) a, #content-cat li:nth-child(7) a {
	background: #a8103e;
}
#content-cat li:nth-child(2) a, #content-cat li:nth-child(8) a {
	background: #ffae00;
}
#content-cat li:nth-child(3) a, #content-cat li:nth-child(9) a {
	background: #00aaa0;
}
#content-cat li:nth-child(4) a, #content-cat li:nth-child(10) a {
	background: #7ebb15;
}
#content-cat li:nth-child(5) a, #content-cat li:nth-child(11) a {
	background: #904a9a;
}
#content-cat li:nth-child(6) a, #content-cat li:nth-child(12) a {
	background: #ff7809;
}
#content-cat li:nth-child(1) a:hover, #content-cat li:nth-child(2) a:hover, #content-cat li:nth-child(3) a:hover, #content-cat li:nth-child(4) a:hover, #content-cat li:nth-child(5) a:hover, #content-cat li:nth-child(6) a:hover, #content-cat li:nth-child(7) a:hover, #content-cat li:nth-child(8) a:hover, #content-cat li:nth-child(9) a:hover, #content-cat li:nth-child(10) a:hover, #content-cat li:nth-child(11) a:hover, #content-cat li:nth-child(12) a:hover {
	background: #444444;
}
#content-cat .span4 h2 {
	font: 600 17px 'Source Sans Pro', Helvetica, Arial, sans-serif;
	background: none;
	color: #fff;
	padding: 20px 20px 0 20px;
	border: none;
	margin-bottom: 0;
}
#content-cat .span4 p {
	padding: 10px 20px 20px 20px;
}





/*------------------------------------*\
    $ACTUALITES
\*------------------------------------*/
#content-cat .span6 .more-news {
	color: #a8103e;
}
#content-cat .span6:nth-child(odd) { 
	margin-left: 0; 
}
#content-cat .span6:nth-child(even) { 
	margin-right: 0; 
}
#content-cat .span6 .date-news {
	/*border-right: 1px solid #fff;*/
}
#content-cat li:nth-child(1) .more-news, #content-cat li:nth-child(7) .more-news {
	color: #a8103e;
}
#content-cat li:nth-child(2) .more-news, #content-cat li:nth-child(8) .more-news {
	color: #ffae00;
}
#content-cat li:nth-child(3) .more-news, #content-cat li:nth-child(9) .more-news {
	color: #00aaa0;
}
#content-cat li:nth-child(4) .more-news, #content-cat li:nth-child(10) .more-news {
	color: #7ebb15;
}
#content-cat li:nth-child(5) .more-news, #content-cat li:nth-child(11) .more-news {
	color: #904a9a;
}
#content-cat li:nth-child(6) .more-news, #content-cat li:nth-child(12) .more-news {
	color: #ff7809;
}





/*------------------------------------*\
    $PAGE DE CONTENU
\*------------------------------------*/
.list-with-puce li {
	background: url(../../uploads/images/2014template/icn-list-puce.jpg) top left no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
}

#sidebar {
	background: #444444;
	color: #fff;
	padding-bottom: 1px;
	padding-top: 10px;
}
#sidebar h3 {
	color: #fff;
	font: 600 18px 'Source Sans Pro', Helvetica, Arial, sans-serif;
	margin: 0 15px 5px 15px;
	border-bottom-color: #fff;
}
#sidebar p {
	font: 600 15px 'Source Sans Pro', Helvetica, Arial, sans-serif;
	padding: 10px 15px 0 15px;
	border-bottom-color: #fff;
	text-transform: uppercase;
}
#sidebar ul {
	margin:0 15px 20px 15px;
}
#sidebar li {
	font: 400 15px 'Source Sans Pro', Helvetica, Arial, sans-serif;
	padding: 5px 10px;
	border-bottom-color: #fff;
}
#sidebar li a, #sidebar li a:link, #sidebar li a:visited {
	background: url(../../uploads/images/2014template/icn-list-puce-sidebar.png) top left no-repeat;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	padding-left: 20px;
}
#sidebar li a:hover, #sidebar li a:focus {
	text-decoration: underline;
}
#sidebar.sid-municipale {
	background: #ffae00;
}
#sidebar.sid-decouvrir {
	background: #00aaa0;
}
#sidebar.sid-associative {
	background: #7ebb15;
}
#sidebar.sid-urbanisme {
	background: #904a9a;
}





/*------------------------------------*\
    $SITEMAP
\*------------------------------------*/
.sitemap li {
	margin-bottom: 20px;
}
.sitemap li a {
	color: #646464;
	text-transform: uppercase;
}
.sitemap li a:hover {
	color: #ff7809;
}
.sitemap ul ul li a {
	color: #00aaa0;	
	text-transform: none;
}
.sitemap ul ul li a:hover {
	color: #7ebb15;
}
.sitemap ul ul  {
	margin-bottom: 20px;
}
.sitemap ul ul li {
	padding-left: 30px;
	margin-bottom: 0;
}
/* Stylesheet: 2014Ferrals:style Modified On 2017-10-20 18:03:38 */
.st-accordion{
    width:100%;
}
.st-accordion ul li{
    height: 32px;
    border: 1px solid #d6d4d4;
	border-top: 0;
    overflow: hidden;
	background: #fff;
}
.st-accordion ul li:first-child{
    border-top: 1px solid #d6d4d4;
}
.st-accordion ul li > a{
    font: 400 18px 'Roboto Condensed', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
    display: block;
	position: relative;
    line-height: 32px;
	outline: none;
	transition: all 0.2s ease-in-out;
	background: #fff;
	color: #00aaa0;
	padding: 0 20px;
}
.st-accordion ul li > a span{
	background: transparent url(../../uploads/images/2014template/tabs-plus.png) no-repeat center center;
	text-indent:-9000px;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover{
    background: #444444;
	color: #fff;
	text-decoration: none;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{
    background: #00aaa0;
	color: #fff;
}
.st-accordion ul li.st-open > a span{
	background: transparent url(../../uploads/images/2014template/tabs-moins.png) no-repeat center center;
	right:10px;
}
.st-accordion ul li.st-open ul li{
    height: auto;
    border: 0;
	margin-bottom: 8px;
}
.st-content{
    padding: 20px;
}
/* Stylesheet: 2014Ferrals:accordeon Modified On 2014-06-18 10:43:22 */
@media only screen and (max-width: 767px) {
	/* Général ============================================================ */
	.container, .container .span12 {
		width: 90%;
		margin: 0 auto;
	}
	.container .span1, .container .span2, .container .span3, .container .span4, .container .span5, .container .span6, .container .span7, .container .span8, .container .span9, .container .span10, .container .span11, .container .span12 {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}	
	h1 {
		font-size: 40px;
	}
	
	/*------------------------------------*\
		$HEADER
	\*------------------------------------*/
	/* Logo */
	.title a, .title a:link, .title a:visited {
		line-height: 60px;
		position: relative;
		top: 5px;
	}
	/* Baseline */
	.baseline {
		top: 5px;
	}
	/* Téléphone */
	.header .float-right {
		top: 235px;
		text-align: left;
		margin-left: 0;
		float: none;
	}
	
	/*------------------------------------*\
		$NAVIGATION
	\*------------------------------------*/
	#nav {
		position: relative;
		top: -232px;
		margin-bottom: 40px;
	}
	#cssmenu > ul, #cssmenu li {
		width: 100%;
	}
	#cssmenu > ul li#responsive-tab {
		display: block;
	}
	#cssmenu > ul li#responsive-tab a {
		background: #444;
		background-position: 95% -35%;
	}
	#cssmenu > ul li#responsive-tab a:hover {
		background-color: #d80041;
		background-position: 95% 135%;
	}
	#cssmenu > ul li {
		display: none;
	}
	#cssmenu > ul li a {
		width: 100%;
	}
	#cssmenu > ul li.has-sub {
		position: relative;
	}
	#cssmenu > ul li.has-sub ul {
		display: block;
		position: static;
		width: 100%;
		background: #fff;
		border: 0 none;
	}
	#cssmenu > ul li.has-sub ul li {
		display: block !important;
	}
	#cssmenu > ul li.has-sub > ul a {
		padding: 20px 0;
		text-align: center;
		width: 100%;
	}
	
	/*------------------------------------*\
		$HOMEPAGE
	\*------------------------------------*/	
	h2.home-h2 {
		font-size: 28px;
		margin-bottom: 30px;
		padding: 10px 0 0;
	}
	/* Actualités */
	.date-news {
		display: block;
		width: 100%;
		border-right: 0;
		min-height: 15px;
		text-align: left;
		padding-top: 10px;
	}
	.date-news strong {
		display: inline;
		font-size: 25px;
		margin-left: 15px;
		font-weight: 300;
	}
	.content-news {
		width: 100%;
	}
	.category-news, .title-news, .lire-news {
		padding-left: 15px;
	}
	.category-news {
		padding-top: 15px;
	}
	
	/*------------------------------------*\
		$ACCES RAPIDE
	\*------------------------------------*/
	#acces-rapide {
		background: #8862b3;
		min-height: 99px;
		height: auto;
		text-align: center;
	}
	#acces-rapide h3 {
		display: block;
	}
	a.acces-demarches, a.acces-travaux, a.acces-marches, a.acces-plan, a.acces-associations, a.acces-numeros {
		margin-left:0;
		top: 0;
		border-left: 0;
	}
	
	/*------------------------------------*\
		$FOOTER
	\*------------------------------------*/
	.blason, .infos-mairie, .horaires-mairie, .links {
		min-height: 50px;
		text-align: center;
	}
	#footer h4 {
		font-weight: 700;
		text-transform: uppercase;
		border: none;
		font-size: 15px;
		color: #fff;
		display: inline;
		margin-bottom: 5px;
	}
	.blason {
		text-align: center;
		width: 100%;
		border-right: 0;
		padding: 20px 0;
	}
	.infos-mairie {
		border-right: 0;
		padding: 20px 0 0 0px;
		width: 100%;
	}
	.horaires-mairie {
		border-right: 0;
		padding: 20px 0;
		width: 100%;
	}
	.links {
		padding: 20px 0;
		width: 100%;
	}
	
	/*------------------------------------*\
		$PAGE DE CONTENU
	\*------------------------------------*/
	iframe {
		width: 100%;
		max-width: 100%;
	}
}




@media screen and (min-width: 500px) and (max-width: 767px) {
	/* Logo */
	.title a, .title a:link, .title a:visited {
		top: 5px;
	}
	/* Baseline */
	.baseline {
		top: 5px;
	}
	/* Téléphone */
	.header .float-right {
		top: 175px;
	}
	/* Navigation */
	#nav {
		top: -172px;
		margin-bottom: 20px;
	}
}
 



 
@media screen and (min-width: 721px) and (max-width: 1023px) {
	/* Général ============================================================ */
	.container {
		width: 90%;
		margin: 0 auto;
	}
	.container .span12 { width: 100%; }
	.container .span11 {	width: 89.66666667%; }
	.container .span10 { width: 81.33333333%; }
	.container .span9 { width: 73%; }
	.container .span8 { width: 64.66666667%; }
	.container .span7 { width: 56.33333333%; }
	.container .span6 { width: 48%; }
	.container .span5 { width: 39.66666667%; }
	.container .span4 { width: 31.33333333%; }
	.container .span3 { width: 23%; }
	.container .span2 { width: 14.66666667%; }
	.container .span1 { width: 6.33333333%; }
	
	/* Général ============================================================ */
	.container, .container .span12 {
		width: 90%;
		margin: 0 auto;
	}
	.container .span12 {
		width: 100%;
		margin: 0 auto;
	}
	
	/*------------------------------------*\
		$HEADER
	\*------------------------------------*/
	/* Logo */
	.title a, .title a:link, .title a:visited {
		line-height: 60px;
	}
	/* Baseline */
	.baseline {
		top: 5px;
	}
	
	/*------------------------------------*\
		$NAVIGATION
	\*------------------------------------*/
	#nav {
		position: relative;
	}
	#cssmenu > ul, #cssmenu li {
		width: 100%;
	}
	#cssmenu > ul li#responsive-tab {
		display: block;
	}
	#cssmenu > ul li#responsive-tab a {
		background: #444;
		background-position: 95% -35%;
	}
	#cssmenu > ul li#responsive-tab a:hover {
		background-color: #d80041;
		background-position: 95% 135%;
	}
	#cssmenu > ul li {
		display: none;
	}
	#cssmenu > ul li a {
		width: 100%;
	}
	#cssmenu > ul li.has-sub {
		position: relative;
	}
	#cssmenu > ul li.has-sub ul {
		display: block;
		position: static;
		width: 100%;
		background: #fff;
		border: 0 none;
	}
	#cssmenu > ul li.has-sub ul li {
		display: block !important;
	}
	#cssmenu > ul li.has-sub > ul a {
		padding: 20px 0;
		text-align: center;
		width: 100%;
	}
	
	h2.home-h2 {
		font-size: 40px;
		margin-bottom: 30px;
		padding: 22px 0 0;
	}
	/* Actualités */
	.date-news {
		display: block;
		width: 100%;
		border-right: 0;
		min-height: 15px;
		text-align: left;
		padding-top: 10px;
	}
	.date-news strong {
		display: inline;
		font-size: 25px;
		margin-left: 15px;
		font-weight: 300;
	}
	.content-news {
		width: 100%;
	}
	.category-news, .title-news, .lire-news {
		padding-left: 15px;
	}
	.category-news {
		padding-top: 15px;
	}
	
	/*------------------------------------*\
		$ACCES RAPIDE
	\*------------------------------------*/
	#acces-rapide {
		background: #8862b3;
		min-height: 99px;
		height: auto;
		text-align: center;
	}
	#acces-rapide h3 {
		display: block;
	}
	a.acces-demarches, a.acces-travaux, a.acces-marches, a.acces-plan, a.acces-associations, a.acces-numeros {
		margin-left:0;
		top: 0;
		border-left: 0;
	}
	
	/*------------------------------------*\
		$FOOTER
	\*------------------------------------*/
	.blason, .infos-mairie, .horaires-mairie, .links {
		width: 48%;
		text-align: center;
	}
	.blason {
		width: 48%;
		margin-bottom: 40px;
	}
	.infos-mairie {
		border-right: 0;
		padding: 20px 0 0 0px;
		width: 48%;
	}
	.horaires-mairie {
		padding: 20px 0;
		width: 48%;
	}
	.links {
		padding: 20px 0;
	}
	
	/*------------------------------------*\
		$PAGE DE CONTENU
	\*------------------------------------*/
	iframe {
		width: 100%;
		max-width: 100%;
	}
}
	
	
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	/* Général ============================================================ */
	.container {
		width: 960px;
		margin: 0 auto;
	}
}


@media (min-width: 768px) {
	#cssmenu > ul > li.collapsed {
		display: inline-block !important;
		*display: inline;
		zoom: 1;
	}
	#cssmenu > ul ul li.collapsed {
		display: block !important;
	}
}

/* Stylesheet: 2014Ferrals:responsive Modified On 2014-06-19 08:50:05 */
