/**************************************************************************************************************/
/*			PAROISSE THEME 5 VERT - V1.4 Site generique
			
			Exemple : http://pin2:38880/BSWParoisse
			
			Couleurs :  #9ed000 - vert
						#5f7d00 - vert sombre

*/
/**************************************************************************************************************/


@import url("++resource++bsw.themes/paroisse-5/css/global.css");


/*--------------------------------------------------------------------------------------------------------------
	== LOGO
--------------------------------------------------------------------------------------------------------------*/
#bandeau-site.bandeau_texte{
	color:#9ed000;
}

/*--------------------------------------------------------------------------------------------------------------
	== NAVIGATION
--------------------------------------------------------------------------------------------------------------*/
#portal-navigation{
	background:#9ed000;
}
#portal-globalnav li:hover a,
#portal-globalnav .selected a,
#portal-globalnav .selected a:hover,
#portal-globalnav .selected a:focus,
#portal-globalnav a:hover,
#portal-globalnav a:focus,
.section-accueil-theme-5 #portal-globalnav #portaltab-index_html.selected a{
	background:#5f7d00;
}
#portal-globalnav #portaltab-index_html.selected a{
	background:#9ed000;
}
#portal-globalnav li ul.submenu{
	background:#5f7d00;
}

/*--------------------------------------------------------------------------------------------------------------
	== MOTS CLES
--------------------------------------------------------------------------------------------------------------*/
#category a.link-category{
	background:#5f7d00;
}

/*--------------------------------------------------------------------------------------------------------------
	== GUIDE PAROISSIAL
--------------------------------------------------------------------------------------------------------------*/
.section-guide-paroissial .contacts h2,
.section-guide-paroissial .contacts ul li span,
.section-guide-paroissial #content .contacts ul li a{
	color:#9ed000;
}
.section-guide-paroissial .contacts ul li span.nom{
	background:#9ed000;
	color:#fff;
}
/*.section-guide-paroissial #content .une .agenda ul li .date{
	color:#aca89c!important;
}*/
.section-guide-paroissial #content .boutons a{
	border-top:1px solid #9ed000;
	border-bottom:1px solid #9ed000;
	color:#9ed000;
}
.section-guide-paroissial #content .slider-home h2 a{
	background:#9ed000;
}
.section-guide-paroissial #content .bx-wrapper .bx-pager.bx-default-pager a,
.section-guide-paroissial #content .bx-wrapper .bx-pager.bx-default-pager a:hover,
.section-guide-paroissial #content.bx-wrapper .bx-pager.bx-default-pager a.active{
	border:1px solid #9ed000;
	background:#9ed000;
}

/*--------------------------------------------------------------------------------------------------------------
	== AGENDA
--------------------------------------------------------------------------------------------------------------*/
.agenda .entete,
.agenda ul li h2 a,
#content .agenda ul li h2 a:hover,
#content .agenda ul li h2 a:focus,
.agenda ul li span{
	color:#5f7d00!important;
}
.agenda .portletFooter a,
#content .agenda .portletFooter a:hover,
#content .agenda .portletFooter a:focus{
	background:url(../images/chevron-sombre.png) 0 0.5em no-repeat;
	color:#5f7d00!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== A LA UNE
--------------------------------------------------------------------------------------------------------------*/
#content div.portlet.a-la-une,
#content div.portlet.a-la-une ul li h2 a{
	color:#5f7d00;
}
#content div.portlet.a-la-une ul li + li{
	border-left:1px dotted #5f7d00;
}
#content div.portlet.a-la-une .portletFooter a,
#content div.portlet.a-la-une .portletFooter a:hover,
#content div.portlet.a-la-une .portletFooter a:focus{
	background:url(../images/chevron-sombre.png) 0 0.5em no-repeat;
	color:#5f7d00!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== BOUTONS
--------------------------------------------------------------------------------------------------------------*/
#content .boutons ul li a{
	background-image:url(../images/sprite.png);
	color:#df4386;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE LISTE
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #content-core .tileItem h2 a:hover,
#portal-column-content #content-core .tileItem h2 a:focus{
	color:#9ed000!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE D'INSCRIPTION A LA NEWSLETTER
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #newsletter form#nl_form fieldset .formControls input{
	background:#5f7d00;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE EVENEMENT
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #content-core .eventDetails,
#portal-column-content #content-core .eventDetails ul li a,
#portal-column-content #content-core .eventDetails ul li.calendrier a{
	color:#5f7d00;
}
#portal-column-content #content-core .eventDetails ul li + li{
	border-left:1px dotted #5f7d00;
}
#portal-column-content #content-core #parent-fieldname-eventUrl{
	background:#5f7d00;
}

/*--------------------------------------------------------------------------------------------------------------
	== CONTENUS CORRELES
--------------------------------------------------------------------------------------------------------------*/
#portal-columns dl.portlet.portletBSWContenusCorreles dd > a:first-child{
	background:#5f7d00;
}
#portal-columns dl.portlet.portletBSWContenusCorreles dt,
#portal-columns dl.portlet.portletBSWContenusCorreles dd span,
#portal-columns dl.portlet.portletBSWContenusCorreles dd p{
	color:#5f7d00;
}


/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE PLAN DU SITE
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #content-core #portal-sitemap > li > div > a:hover,
#portal-column-content #content-core #portal-sitemap > li > div > a:focus{
	color:#9ed000!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== FOOTER
--------------------------------------------------------------------------------------------------------------*/
#portal-footer{
	background:#9ed000;
}


/*------------------------------------------------------------------------------------------------------------*/
/*
	= AJUSTEMENT PETITS ECRANS
*/
/*------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 800px){
	#portal-navigation{
		background:#9ed000;
	}
	#portal-navigation ul#portal-globalnav:target + a{
		background:#9ed000;
	}
	#portal-navigation ul#portal-globalnav{
		background:#9ed000;
	}
	#portal-globalnav > li ul.submenu{
		background:#5f7d00;
	}
}
@media only screen and (max-width: 600px){
		#content div.portlet.a-la-une ul li + li{
			border:none;
			border-top:1px dotted #5f7d00;
		}
}






