*, #logo,#slogan, footer { font-family:'Roboto', sans-serif; }


html,body { height: 100%; margin: 0px;  }

img { max-width:100% }


body { background-color:#292828;  }

/* général */
.inner { width:1200px;     margin-left: auto;    margin-right: auto; }
.paddingallside { padding:45px; }
.paddingleftright { padding:0 25px; }
.pasvisible, .print { display:none; }


/* avertissement */
/*
div.container{
		z-index:1000;
		position:relative;
 		width: 1000px;
}
div.title-holder {
  width: 1200px;
  height:20px;
  text-align:center;
  overflow:hidden;
    position: relative;
		background-color:#eb4c3c;
}
div.title-holder a {  
  position: relative;  
  white-space:nowrap;  
    left: 0px;
	color:#fff;
	text-decoration:none;
}

*/
 
.tickercontainer { width:100%; position:relative; z-index:300; background-color:#eb4c3c; height:55px;  
top:0; opacity:0; }
	
	
ul.newsticker li {    }
ul.newsticker li a { color:#fff; font-weight: 100; font-size: 16px; font-family:'Roboto' !important; text-decoration:none; }
ul.newsticker li a:hover { text-decoration:underline; }
.tickercontainer .mask { top:18px; }


/* header */
header
{ position:relative; width:100%; background-size:cover; padding-top:13px; z-index:1000; }
header #logo {     z-index: 100; display:inline-block;
    padding-top: 20px;
    padding-bottom: 10px;
	
	
	
	 }
	
header #logo img { width: 280px; }

header #logo img:hover { opacity:0.8; }

#ImageFond1,#ImageFond2 { background-size:cover; background-position:center; }
#ImageFond1 { position:absolute; top:0; bottom:0; left:0; right:0; z-index:-1; }
#ImageFond1 .filter { background-color:rgba(0,0,0,0.6);position:absolute; top:0; bottom:0; left:0; right:0; z-index:100 }
#ImageFond2 { height:175px; }

/*

.gradient {     position: absolute;
    left: 0;
    right: 0;
    top: -100px;
    height: 100px;
    box-shadow: black 0 200px 300px;
	z-index:100;
}
*/


/* footer */
footer
{
	position:relative;
	width:100%;
	bottom:0;
	z-index:100;
	font-size:13px;
}

footer a { text-decoration:none; }
footer a:hover { color:#b5985a; }

footer #credits
{
	background-color:#292828; 
	text-transform: uppercase;
    font-size: 11px;
	padding-top: 30px;
    padding-bottom: 15px;
}

footer #main {
    position: relative;
    margin: 0; 
	background-color:#323232;
}

footer grid#level2 { margin:0; padding-top: 70px; padding-bottom: 70px; }
footer grid#level2 .object { margin:0; }


footer #main {     color: #fff;
    font-size: 12px;
	font-weight:200;
}

footer #main a {   color: #999; line-height: 170%; font-weight: 500;  }
footer #main a:hover { color:#fff; }

footer #credits { color:#fff; }
footer #credits a { color:#fff; text-decoration:none; }
footer #credits a:hover { color:#ddd; }


footer .logo { width: 160px; position:absolute;  margin-left: -180px; }
footer .logo img { height:auto; width:100%; }

footer #facebook { 
	width:100%; background-color:#4d6baa; font-size:17px; color:#fff; width:298px; font-weight: 100;
	padding: 17px 17px 17px 60px;
    background-image: url(../images/icone_facebook.svg);
    background-repeat: no-repeat;
    background-position: 23px center;
    background-size: auto 30px;
	cursor:pointer;

}

footer #facebook:hover { background-color:#33508d; } 


footer #infolettre { 
	width:100%; background-color:#444; font-size:17px; color:#fff; width:298px; font-weight: 100;
	padding: 17px 17px 17px 60px;
    background-image: url(../images/icone_nous_joindre.svg);
    background-repeat: no-repeat;
    background-position: 23px center;
    background-size: auto 18px;
	cursor:pointer;

}

footer #infolettre:hover { background-color:#222; } 





footer .adresse p { margin-bottom:10px;	line-height:170%; }

footer strong { font-weight:400; text-transform:uppercase; }
footer .adresse {  padding-top: 60px; padding-bottom: 20px; }
footer .pushadresse { padding-left:250px; }




/* nav */

nav.secondary { z-index:1000; position:relative; display:inline-block; }

nav.secondary ul li { margin-bottom:2px; width:184px; background-position:17px center; background-repeat:no-repeat; background-size:auto 65%; position:relative;
	padding-left:90px; padding-right:100px; color:#fff; text-decoration:none;
	display: block;  font-size:18px; cursor:pointer;  }
	
nav.secondary ul li span {	
    display: table-cell;
    height: 80px;
    vertical-align: middle;
}

nav.secondary ul li ul { position: absolute;
    left: 0; top: 0;
    background-color: #ccc;
    z-index: 1000;
    left: 384px;
	display:block;
	left:-10000px;
	opacity:0;
	-webkit-transition: opacity .1s ease-in-out;
	-moz-transition: opacity .1s ease-in-out;
	-o-transition: opacity .1s ease-in-out;
	transition: opacity .1s ease-in-out;
	z-index:-1;

}

nav.secondary li.menu:hover ul { display:block; opacity:1; left: 394px; z-index:1000;  }


nav.secondary ul li .arrow { width:20px; height:80px; position:absolute; right:0; top:0; display:block; opacity:0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	 }
nav.secondary ul li:hover .arrow { display:block; right:-20px; opacity:1; } 
nav.secondary li .arrow .object {
	position:absolute; width:40px; height:40px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg); 
	top:20px;
	left:-33px;
	
	}


nav.secondary ul li ul {	width: 250px; }

nav.secondary ul li ul li{  margin:0; width:auto; }
nav.secondary ul li ul li {	padding-left:20px; padding-right:20px; font-size:15px; }
nav.secondary ul li ul li span { padding-top:10px; padding-bottom:10px; height:inherit; vertical-align:middle;  }

nav.secondary ul li ul li:hover { background-color:#333;  }




nav.secondary img.fleche { position:absolute; 
	right: 40px;
    z-index: 100;
    top: 50%;
    height: 24px;
    margin-top: -12px; 
	}

nav.secondary li ul { padding-top:10px; padding-bottom:10px; }


nav.secondary li.menu1 { background-image:url(../images/icone_municipalite.svg); background-color:#eb4c3c; }
nav.secondary li.menu1 .arrow .object { background-color:#eb4c3c; }
nav.secondary li.menu1 ul { background-color:rgba(235,76,60,0.8);  }
nav.secondary li.menu2 { background-image:url(../images/icone_services_aux_citoyens.svg); background-color:#004677; }
nav.secondary li.menu2 .arrow .object { background-color:#004677; }
nav.secondary li.menu2 ul { background-color:rgba(0,70,119,0.8);  }
nav.secondary li.menu3 { background-image:url(../images/icone_loisirs-culture-vie_communautaire.svg); background-color:#0a9e8b; }
nav.secondary li.menu3 .arrow .object { background-color:#0a9e8b; }
nav.secondary li.menu3 ul { background-color:rgba(10,158,139,0.8);  }






/* sidebar */


aside {
	background-color:#515453;
	position: fixed;
    right: -290px;
    top: 0;
	bottom:0;
    z-index: 10000;
	box-shadow: black 0 0 50px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	width:350px;
	overflow-y: scroll;
	/*padding-right:15px;*/
	padding-bottom:60px;
}


aside.actif { right:-20px; cursor:inherit; }

aside .logo { display:table-cell; width:60px; height:60px;  background-position:center center; background-size:20px auto; background-repeat:no-repeat; }
aside li .title { display:table-cell; height:60px; vertical-align:middle; font-size:16px; color:#fff; font-weight:300; }
aside li:hover { background-color:rgba(255,255,255,0.2) !important; }

aside li { border-bottom:1px solid #999; cursor:pointer; font-size:0; position:relative; padding-right:40px; }

aside li.actif { background-color:rgba(255,255,255,0.4) !important; }
aside ul ul li.current{ background-color:#0b8a7a; }

aside li.section, aside li li.section,aside li.current  { background-color:#0a9e8b; }


aside ul ul {  display:none; background-color: rgba(0,0,0,0.2); padding-right:20px; }
aside ul ul li{  color:#fff; font-size: 13px; padding: 10px 20px; font-weight:300;  }
aside ul ul li fieldset {
	box-sizing: border-box;
    width: 100%;
    position: relative;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
aside ul ul li fieldset input { color:#000 !important; }

aside li #menu.logo { background-image:url(../images/icone_menu.svg); }
aside li #partagez.logo { background-image:url(../images/icone_partagez.svg); }
aside li #recherche.logo { background-image:url(../images/icone_recherche.svg); }
aside li #calendrier.logo { background-image:url(../images/icone_calendrier.svg); }
aside li #liens-rapides.logo { background-image:url(../images/icone_liens_rapides.svg); }

aside li #la-municipalite.logo { background-image:url(../images/icone_municipalite.svg); }
aside li #services-aux-citoyens.logo { background-image:url(../images/icone_services_aux_citoyens.svg); }
aside li #loisirs-culture-et-vie-communautaire.logo { background-image:url(../images/icone_loisirs-culture-vie_communautaire.svg); }


aside li #foire-aux-questions.logo { background-image:url(../images/icone_faq.svg); }
aside li #programmes-municipaux.logo { background-image:url(../images/icone_programmes_municipaux.svg); }
aside li #nous-joindre.logo { background-image:url(../images/icone_nous_joindre.svg); }


#menu.logo.pasvisible { background-image:url(../images/icone_menu.svg); width: 60px; background-repeat:no-repeat; background-position:center center; background-color:#eb4c3c;
    height: 60px;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
 }




/* aside.actif {  width:350px; cursor:inherit; }*/
/*
aside:hover { background-color:#333; }
aside.actif:hover { background-color:#515453; }*/

/*
aside #logos { position:inherit;    }
aside .logo { padding:20px; border-bottom:1px solid #999; position:initial; cursor:pointer; }
aside .logo:last-child { border:0; }
aside .logo div { background-repeat:no-repeat; background-size:contain; background-position:center;  width:20px; height:20px; 	 }
aside .logo:hover { background-color:#0a9e8b; }

aside #menu { background-image:url(../images/icone_menu.svg); }
aside #partagez { background-image:url(../images/icone_partagez.svg); }
aside #recherche { background-image:url(../images/icone_recherche.svg); }
aside #calendrier { background-image:url(../images/icone_calendrier.svg); }
aside #liens-rapides { background-image:url(../images/icone_liens_rapides.svg); }

aside #la-municipalite div { background-image:url(../images/icone_municipalite.svg); }
aside #services-aux-citoyens div { background-image:url(../images/icone_services_aux_citoyens.svg); }
aside #loisirs-culture-et-vie-communautaire div { background-image:url(../images/icone_loisirs-culture-vie_communautaire.svg); }
aside #foire-aux-questions div { background-image:url(../images/icone_faq.svg); }
aside #programmes-municipaux div { background-image:url(../images/icone_programmes_municipaux.svg); }
aside #nous-joindre div { background-image:url(../images/icone_nous_joindre.svg); }
*/

/*
aside #programmesmunicipaux { background-image:url(../images/icone_programmes_municipaux.svg); }
aside #nousjoindre { background-image:url(../images/icone_nous_joindre.svg); }
*/




/*aside nav { display:none; }*/
/*
aside:hover nav { display:block; }
*/

/* aside.actif nav { display:block; }*/

aside nav { /* padding-left:30px; padding-right:60px; padding-top:80px; padding-bottom:30px; */ position:relative; }


/*
aside nav #main span {  color:#fff; padding-left:40px; display:block; padding-top:15px; padding-bottom:15px; position:relative; font-weight:300;  }
aside nav #main span:before { background-position:left center; background-size:contain; background-repeat:no-repeat; display:block; content:' '; width:28px; height:28px; position:absolute; left:0; top:10px;  }
aside nav #main span:hover { text-decoration:underline; cursor:pointer; }

aside nav #main span.la-municipalite:before { background-image:url(../images/icone_municipalite.svg); }
aside nav #main span.services-aux-citoyens:before { background-image:url(../images/icone_services_aux_citoyens.svg); }
aside nav #main span.loisirs-culture-et-vie-communautaire:before { background-image:url(../images/icone_loisir-culture-vie_communautaire.svg); }
aside nav #main span.programmes-municipaux:before { background-image:url(../images/icone_programmes_municipaux.svg); width:23px; height:23px; }
aside nav #main span.foire-aux-questions:before { background-image:url(../images/icone_faq.svg); width:23px; height:23px;  }
aside nav #main span.nous-joindre:before { background-image:url(../images/icone_nous_joindre.svg); width:23px; height:23px;  }
aside nav #main span.liens-rapides:before { background-image:url(../images/icone_liens_rapides.svg); width:23px; height:23px;  }

aside nav #main span.liens-rapides-childrens { padding-top:5px; padding-bottom:5px; font-size:14px; }


aside nav #main ul ul span { padding-top:5px; padding-bottom:5px; font-weight:100; letter-spacing:0.02em; font-size:14px; }
aside nav #main ul ul {  padding-bottom:10px; display:none; }



aside #close { position: absolute;
    right: 45px;
    top: 20px;
    font-size: 50px;
    font-family: Roboto;
    color: #fff;
    text-align: right;
    font-weight: 100;
	cursor:pointer;
}
aside #close:hover { color:#0a9e8b; }

aside nav #topmenu {  font-family:Roboto; color:#fff; font-size:14px; font-weight:100; margin-bottom:30px;  }

aside nav #topmenu div { display:inline-block; cursor:pointer; }
aside nav #topmenu div:hover img, aside nav #topmenu div:hover span { opacity:0.7;  }
aside nav #topmenu div:first-child { border-right:1px solid #999; padding-left:0; }
aside nav #topmenu div { padding:10px 15px; }
aside nav #topmenu img { width:20px; height:20px; }

aside nav #topmenu span { margin-right:5px; display:inline-block; font-weight:300; }


aside #searchbar, aside #sharebar { display:none;  margin-bottom:30px; }
#SocialMediaShare.default { margin:0 !important; }


*/





	/*
.tooltip { border-bottom: 1px dotted #333; position: relative; cursor: pointer; }  

.tooltip:hover:after { content: attr(data-tooltip); position: absolute; white-space: nowrap; background: rgba(0, 0, 0, 0.85); padding: 3px 7px; color: #FFF; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; margin-left: 7px; margin-top: -3px; bottom:0; z-index:1000; }
	*/
	
	
	/*

.logo .tooltips {
  position: relative;
  display: block;
}
.logo .tooltips span {
  position: absolute;
  width:140px;
  color: #FFFFFF;
  background: #000000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  opacity:0;
  
    -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}
.logo .tooltips span:after {
  content: '';
  position: absolute;
  top: 50%;

  margin-top: -8px;
  width: 0; height: 0;

  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.logo :hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  top: 50%;
  margin-top: -15px;
  margin-right: 15px;
  z-index: 999;
  

  font-size:12px;
  
}



*/












/*
nav.primary { 
	position:absolute;
	padding: 45px;
    z-index: 500;
    font-size: 19px;
}

nav.primary li{
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

nav.primary li{
    border-left: 5px solid #cccccc;
    padding-left: 7px;
    margin-bottom: 10px;
}

nav.primary a {
    color: #717174;
    text-decoration: none;
    font-weight: 200;
    letter-spacing: 0.04em;
}
*/
/*
nav.primary li:hover { padding-left:10px;  border-left-color:#b5985a !important;   }
nav.primary li:hover a { font-weight:300; }
nav.primary li.current,
nav.primary li.section { border-left-color:#b5985a !important; }

*/







/* nouvelles */

grid#nouvelles {
	padding-top:30px;
	padding-bottom:30px;
    margin-left: -7px;
    margin-right: -7px;
}
grid#nouvelles .object {
    margin-left: 7px;
    margin-right: 7px;
}
grid#nouvelles { color:#fff; }
grid#nouvelles .object { background-color:#292828; height:250px;
    min-height: 280px;
 }
grid#nouvelles .object:hover { background-color:#323232; }

grid#nouvelles .content { padding-left:50px; padding-right:20px; padding-bottom:10px; padding-top:30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	
    position: relative;
    padding-bottom: 65px;

	 }

grid#nouvelles h4 { padding-right:40px; }
grid#nouvelles p { font-size: 12px; font-weight: 300; line-height: 140%; }

grid#nouvelles .plus { position: absolute;
    bottom: 20px; left:50px;
	
	z-index:100;
}

grid#nouvelles .plus a{ padding-left:45px; display:table-cell; height:29px; vertical-align:middle; font-size:15px;
	background:url(../images/icone_fleche.svg) left center no-repeat; background-size:contain; color:#fff;  }


#touteslesnouvelles { text-align:right;    margin-left: 7px;    margin-right: 7px; margin-bottom:10px;
	right: 0;
    top: -22px;
    z-index: 10000;
	cursor:pointer;
	position:absolute;
}

#touteslesnouvelles span { color:#fff; padding:0 20px; height:40px; line-height:40px; background-color:rgba(0,0,0,0.6); font-weight:300; font-size:15px; letter-spacing:0.07em; display:inline-block; margin-right:5px;  vertical-align: bottom; }
#touteslesnouvelles a { color:#fff;
	text-align: center;
    width: 40px;
    height: 40px; background-color:#0a9e8b; 
	font-size:20px; display:inline-block; line-height:40px;  
	vertical-align: bottom;
	}


#touteslesnouvelles:hover a { background-color:#333; text-decoration:none; } 
#touteslesnouvelles:hover span { background-color:#000; }







/* fil d'ariane */

#fildariane { font-family:Roboto;  letter-spacing: 0.1em;  font-weight: 300; color:#fff; padding: 15px 0; }
#fildariane .logo { width:auto; height:17px; }
#fildariane .fleche { margin: 0 5px; width:auto; height:12px; }
#fildariane a { text-decoration:none; color:#fff;  }
#fildariane a:hover, #fildariane .logo:hover { opacity:0.8; }






/* section */

Body.PageInterieure header h1{
		margin:0;
		padding-bottom: 45px;
		color: #fff;
}

grid.PageSeanceDuConseil h3,
Body.Calendrier h3
{ margin-bottom:0; margin-top: 20px; }

grid.PageSeanceDuConseil .mois { display:none; box-sizing:border-box; position:relative; overflow:hidden; }
grid.PageSeanceDuConseil p { display:none; }
grid.PageSeanceDuConseil h3:hover { cursor:pointer; }
grid.PageSeanceDuConseil h1 { margin-bottom:0; cursor:pointer; display:inline-block; background-color:#eee; padding:5px; border-radius:5px; color:#999; }
grid.PageSeanceDuConseil h1:hover { color:#333 !important;  background-color:#eb4c3c; color:#fff !important;}
grid.PageSeanceDuConseil .object{ margin-bottom: 60px; }




Body.PageSection h3,
h3.results,
p.results,
div.results
{ padding-left:20px; position: relative; }

div.results
{ padding-bottom:10px; }

Body.PageSection h3 img,
h3.results img
{  width: 7px; /*opacity: 0.25;*/ margin-right:10px; position: absolute; top: 5px; left:0; }
Body.PageSection a:hover
{  color:#eee; text-decoration:none; }
h3.results a:hover 
{  color:#666; text-decoration:none; }

/*
h3.results + p.results { margin-bottom:0; }
h3.results:first-child { margin-bottom:0; }
*/

section {
	padding-bottom:100px;
	padding-top:60px;
	background-color: #fff; 
}
.content { position:relative; }

.imageconteneur {  position:relative; }
.imageconteneur img { max-width:100%; height:auto; width:100%; }



Body.PageReglements div.results { display:none; position:relative; overflow:hidden; }
Body.PageReglements h3.results { cursor:pointer; }

Body.PageReglements div.results > p,
Body.PageReglements div.results > h3,
Body.PageReglements div.results > h4
{ margin-top:0; }

Body.PageReglements h3 { margin-top:0; }




/* pagination */
#PageNumbers .pagination
{ padding-top: 70px; font-family:Roboto; }

body.Calendrier .pagination { padding-top:0 !important; padding-bottom:30px; }

#PageNumbers .pagination a
{
	font-size:14px; font-weight:300;
	background-color: #eee;
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block; 
	color:#999;
	text-align: center;
    line-height: 40px;
	text-decoration:none;
	border-radius: 40px;
}

#PageNumbers .pagination a.current 
{
	background-color:#00817b !important;
	color:#fff;
}

#PageNumbers .pagination a:hover { background-color:#999;color:#fff; }


#PageNumbers .pagination span
{ 
	height:40px; padding-left:10px; padding-right:10px;	background-color: #f8f8f8; display: inline-block;  
	vertical-align: bottom; font-size:14px; font-weight:300;  
	line-height: 40px;	text-decoration:none;
	border-radius: 40px;
}





/* page conseil de ville */


img.maire { position: absolute; width:120px; height:auto; }
img.conseillers { width:120px; height:auto; }

.titreconseiller { font-size:120% !important; font-weight:400; }
.descriptionconseiller { color:#999; font-size:14px !important; }
.motdumaire { padding-left: 150px; }

grid#conseillers .conteneur { border-bottom:1px solid #ccc; margin-bottom:20px; position:relative; font-size:0; }
.descriptionconseillers { top: 0; padding-left: 150px; position:absolute; }

#bandecourriel { background-color: #eee;
    padding: 30px;
    font-family: Roboto;
    position: relative;
    top: -60px;
}










/* superslides */
.wide-container {  z-index:0; }
.wide-container,
#slides
{
	height:100%; min-height:1020px; position:absolute; top:0; width:100%; 
   /* min-height: 500px !important;  */   height: inherit; bottom:0;
 }

.wide-container.ticker,
#slides.ticker { min-height:1075px; }
 
 .wide-container .degrade { position:absolute; width:100%; height:100%; background-image:url(../images/degrade_slider.png); background-position:center center; background-size:cover; }
 
 
.slides-navigation { display:none; }

nav.slides-navigation 
{
    top: 65%; left:0;
    margin-top: -30px;
}

nav.slides-navigation a
{ color: #fff; font-size: 60px; }
nav.slides-pagination { display:none; }

#arrow-left, #arrow-right { background:none; }
.slides-navigation a.next { right:50px; }
.slides-navigation a.prev { left:50px; }


nav.slides-pagination {
    display: block;
    top: 400px;
    right:0;
	left:0;
}
.slides-pagination a {
    border-width: 1px;
	margin:4px;
}


.SliderImage{ position:absolute; left:0; right:0; top:0; bottom:0; background-position:left center;/* border-radius:13px;*/ background-size:cover; }




/* caroussel */

#owl-carousel { padding-top: 20px; }
#owl-carousel .owl-prev, #owl-carousel .owl-next { width:40px; height:40px; line-height:40px; border-radius:30px; padding:0; background-color:#ddd; color:#333; }
#owl-carousel .owl-prev:hover, #owl-carousel .owl-next:hover { background-color:#999; color:#fff; }

#owl-carousel .owl-item:hover { opacity:.7; }


/* lightbox */

.owl-item .item { padding:10px; }

.lightboxOverlay {
	background:none;
    background-color: rgba(0,0,0,0.7);
}

.lightbox {
	display:none;
}









/* form */



#Form_Form #EditableTextField1 { max-width:400px; }
#Form_Form #EditableEmailField3 { max-width:500px; }
#Form_Form #EditableTextField5 { max-width:300px; }



#Form_Form_EditableTextField11_Holder{}

#Form_Form_EditableTextField3_Holder .middleColumn,
#Form_Form_EditableTextField1_Holder .middleColumn,
#Form_Form_EditableTextField6_Holder .middleColumn,
#Form_Form_EditableEmailField6_Holder .middleColumn,
#Form_Form_EditableEmailField14_Holder .middleColumn,
#Form_Form_EditableTextField11_Holder .middleColumn

{ max-width:400px; }

#Form_Form_EditableTextField2_Holder .middleColumn,
#Form_Form_EditableTextField7_Holder .middleColumn
{ max-width:600px; }


#Form_Form_EditableTextField4_Holder .middleColumn,
#Form_Form_EditableTextField15_Holder .middleColumn,
#Form_Form_EditableTextField5_Holder .middleColumn

{ max-width:300px; }



/* calendar */

div#calendar {
	font-family:Roboto !important; color:#fff !important; background-color:none; padding-top:20px;
	   -webkit-transition: none;
	 }
#calendrier ul li:hover { background-color:inherit; cursor:none !important; }	
	
ul#calendrierouvert li:hover { background:none !important; }
	
.calendar .hasEvent, .calendar .hasEventForHover {
    background-color: #fff !important;
	color:#333;
	font-weight:bold;
	border-radius:20px;
}

.hasEvent.tag-Type1 {  background-color: #eb4c3c !important;  color:#333; }

.hasEvent.tag-om {  background-color: #fdc700 !important;  color:#333; }
.hasEvent.tag-fm {  background-color: #f6882b !important;  color:#fff; }
.hasEvent.tag-cs {  background-color: #279bb8 !important;  color:#fff; }
.hasEvent.tag-an {  background-color: #97c93c !important;  color:#333; }
.hasEvent.tag-en {  background-color: #eb4c3c !important;  color:#fff; }
.hasEvent.tag-as {  background-color: #006b00 !important;  color:#fff; }

.hasEvent.tag-fm.tag-om { background:none !important; color:#fff !important; }
.hasEvent.tag-fm.tag-om:before { content:"•"; display:block; position:absolute;z-index:1000; color:#fdc700; font-size:23px; top:-2px; left:4px; }
.hasEvent.tag-fm.tag-om:after { content:"•"; display:block; position:absolute;z-index:1000; color:#f6882b; font-size:23px; top:-2px; right:4px; }


.calendar .tooltip {  position:relative !important; top:0 !important; left:0!important; width: 100% !important; background:none !important; border:0 !important; font-family:Roboto !important; color:#fff !important; right: 0 !important; 
	
   transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: all;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out; 
  

}

.with-tooltip > .tooltip:before,
.tooltip:before,
.with-tooltip > .tooltip:after,
.tooltip:after
{ content:''; display:none; }

.calendar .week-day {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
	position: relative;
	
}


.calendar .calendar-controls .arrow-left { background-image:url(../images/arrowleft.png); }
.calendar .calendar-controls .arrow-right { background-image:url(../images/arrowright.png); }
.calendar .calendar-controls .curr-month { margin-right:5px; }
.calendar .calendar-controls .curr-year { color:#fff; }

ul#calendrierouvert li p { margin:20px;  }
ul#calendrierouvert li span {   }
ul#calendrierouvert li a { color:#fff !important; text-decoration:none; background-color:#000; border-radius:30px; padding:6px 13px; position:relative; }
ul#calendrierouvert li a:hover { color:#000; background-color:#0a9e8b !important; text-decoration:none; }



/* google maps */
grid#UserDefinedForm .googlemaps { height:500px; }



/* galerie */

Body.PageMunicipaliteEnImages #wrapper { min-height:inherit !important; }
Body.PageMunicipaliteEnImages section {
    padding-bottom: 50px;
    padding-top: 50px;
	background:#fff;
}

Body.PageMunicipaliteEnImages section h3 { margin-top:15px; margin-right:12px; margin-left:12px; }

Body.PageMunicipaliteEnImages grid#galeries { margin-left:-10px; margin-right:-10px; }

Body.PageMunicipaliteEnImages grid#galeries .object {  height: 200px; width:auto; position:relative; cursor:pointer;  margin-left:10px; margin-right:10px; margin-bottom:20px; }
Body.PageMunicipaliteEnImages grid#galeries .objectinner { top: 0;  left: 0;  right: 0;  bottom: 0; background-position:center center; background-size:cover; }



.lightbox .lb-image, .lb-outerContainer { border-radius:0; }
.lb-container { padding: 8px; }


.lb-nav a.lb-next,
.lb-nav a.lb-prev
{ opacity:.5; }

.lb-nav a.lb-next:hover,
.lb-nav a.lb-prev:hover
{ opacity:1; }



Body.PageMunicipaliteEnImages .objectinner,
Body.PageMunicipaliteEnImages .objecthover,
Body.PageMunicipaliteEnImages .objecthover .plus{ position:absolute;  }

Body.PageMunicipaliteEnImages .objecthover{
	background-color:rgba(10,158,139,0.8);
	left:0; right:0; top:0; bottom:0; opacity:0;   
	transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out; 
}

Body.PageMunicipaliteEnImages .objecthover .plus{ background-image:url(../images/icone_recherche.svg); background-position: center center; background-repeat: no-repeat; left:0; right:0; top:0; bottom:0; background-size:30px auto;  }













/* page accueil homepage */

body.HomePage grid#nouvelles {	display:block;  }
body.HomePage footer grid#nouvelles {	display:block;  }

body.HomePage footer { display:none; }
body.HomePage #wrapper footer { display:block; }




/* page intérieure */

body.PageInterieure #wrapper { min-height:100%; }
body.PageInterieure footer { /*bottom: 318px; */ position:relative; }

body.PageInterieure header #logo img { width: 200px; }



.mask {
	background-color: rgba(0,0,0,0.5);
    top: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    z-index: 100;
}


.tickercontainer .mask { background-color:transparent; }



@media screen and (max-width: 1300px) { 

	.inner { width:100%; }
	.paddingleftright { padding-left:80px; padding-right:80px; }
	
	
	
	
}


@media screen and (max-width: 1200px) { 

	footer .pushadresse { padding-left: 150px;	}
	grid#nouvelles .object { height: inherit; }

	.wide-container, #slides
	{ min-height:1070px;  }
	
	.wide-container.ticker,
	#slides.ticker { min-height:1115px; }
	
	
	
	
}



@media screen and (max-width: 1023px) { 

	Body.PageSeanceDuConseil grid .col1de5{ width:25%; }


	grid#nouvelles .object { height:auto; min-height:inherit; }
	grid#nouvelles .content { position:relative; }
	grid#nouvelles .plus { padding-top:10px; padding-bottom:10px; }
	grid#nouvelles .col1de3 { width:100%; margin-bottom:8px;  }
	
	
	
	body.HomePage grid#nouvelles {	display:block;  }
	body.HomePage footer grid#nouvelles {	display:none;  }
	footer {   position: relative; }
	
		
	.wide-container, #slides {
		position:relative;
		height: inherit;
		min-height: inherit;
	}
	.wide-container { position:absolute; top:0; bottom:0; width:100%; position: fixed; }
	.wide-container #slides { height:100% !important; }
	
	body.HomePage footer { display:block; }
	body.HomePage #wrapper footer { display:block;  }
	
	nav.slides-pagination { display:none; }
	

	
	#touteslesnouvelles { top:12px; }
	grid#nouvelles {  padding-top: 60px; }
	
	grid#nouvelles .object {
   		background-color: #333; }
	
	
		/* googlemap & UserForm */
	grid#UserDefinedForm .col1de3 { width:50%; }
	grid#UserDefinedForm .col2de3 { width:50%; }

	grid#UserDefinedForm .googlemaps { height:300px; }


	Body.PageMunicipaliteEnImages grid#galeries .col1de4 { width:33.333333333%; }
	
	
}


@media screen and (max-width: 950px) { 


	
	
	
	Body.PageSeanceDuConseil grid .col1de5{ width:33.33333333%; }



	footer grid#level1 grid#level2 .col1de2 { width:100%; }
	footer .pushadresse {
		padding-left: 0;
	}
	
	footer .logo {
    width: 160px;
    position: relative;
    margin-left: inherit; 
    padding-bottom: 20px;
	}
	
	footer #facebook, footer #infolettre { width: 210px; }
	
	footer #credits .col1de2 { width:100%; }
	
	
	nav.secondary ul li { width: 160px; padding-right:80px; }
	nav.secondary li.menu:hover ul { left:358px; }	
	
	grid#conseillers .col1de2 { width:100%; }
	
	
	

	
	
	
}

@media screen and (max-width: 767px) { 

	Body.PageSeanceDuConseil grid .col1de5{ width:50%; }

	section {   padding-bottom: 40px; padding-top: 20px;  }

	footer grid#level1 .col1de2 { width:100%; }
	footer .adresse { padding-top:inherit; }

	/*.inner { width:100%; }*/
	.paddingleftright { padding-left:20px; padding-right:20px; }
		
	nav.secondary { display:none; }
	.pasvisible { display:block; }
	
	header #logo {
		display: block;
		text-align: center;
		padding-top:40px;
		padding-bottom:40px;
	}
	
	aside {  right: -350px; }
	footer { text-align:center; }
	
	footer .logo { width:100%; }
	footer .logo img {
		height: auto;
		width: 210px;
	}
	footer #facebook, footer #infolettre { display:inline-block; }
	
	aside .logo { display:none; }

	aside li {	padding-left: 20px;	}
	aside li.menubar { display:none; }
	
	aside.actif {
		width:280px;
	}
	#menu.logo.pasvisible.actif { right:260px; background-color:#111; }

		aside {
    	box-shadow: rgba(0,0,0,0.3) 0 0 20px;
	}
	
	header #logo img, body.PageInterieure header #logo img {
		width: 250px;
	}
	
	
	.wide-container, #slides {
		height: 245px;
	}
	.wide-container { position: absolute; }
	
	
	/*aside li {
	   
		padding-right: 75px;
	}*/
	#bandecourriel {   top: -20px; }
	
	
		/* googlemap & UserForm */
	grid#UserDefinedForm .col1de3 { width:100%; }
	grid#UserDefinedForm .col1de3 .object { margin-bottom:40px; }
	grid#UserDefinedForm .col2de3 { width:100%; }

	grid#UserDefinedForm .googlemaps { height:300px; }
	
}

@media screen and (max-width: 580px) { 

	Body.PageMunicipaliteEnImages grid#galeries .col1de4 { width:50%; }
	Body.PageMunicipaliteEnImages grid#galeries .object { height:100px; }

}

@media screen and (max-width: 380px) { 

	Body.PageSeanceDuConseil grid .col1de5{ width:100%; }

	Body.PageMunicipaliteEnImages grid#galeries .object { height:200px; }


	#bandecourriel {
		top: -20px;
	}
	.motdumaire {
    	padding-left: 0;
	}
	img.maire {
    	position: relative;
	}
	p.descriptionconseiller { font-size:12px !important; }

	footer #facebook, footer #infolettre { width:auto; }
	footer grid#level2 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#ImageFond2 {
   	 height: 85px;
	}
	
	#fildariane { display:none; }


	#touteslesnouvelles a {
		width: 30px;
		height: 30px;
    	line-height: 30px;
	}
	#touteslesnouvelles span {
		padding: 0 10px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		letter-spacing: 0.03em;
	}

	Body.PageMunicipaliteEnImages grid#galeries .object { height:90px; }
	
	Body.PageMunicipaliteEnImages grid#galeries .col1de4 { width:100%; }

}







/* mobile patch */

html.mobiledevice ul.newsticker li a,
html.mobiledevice aside nav #main span,
html.mobiledevice aside nav #topmenu span
{
		font-weight: 300 !important;
}
	

/* internet explorer */
html.msie footer #facebook,
html.msie footer #infolettre,
html.msie aside nav #main ul ul span,
html.msie footer #main
{ font-weight:300 !important; }
