/**************************************************************************************************************/
/*			ABIIF - V1.4 Site generique

			Date : 03/09/2014
			Auteur : Alex
			URL : http://pin2:39280/abiif

			Sommaire :	= RESET
							ELEMENTS DE PLONE

						= BXSLIDER

						= PORLTETS
							== RECHERCHE
							== NEWSLETTER
							== CONNEXION
							== SOUS NAVIGATION
							== A LA UNE
							== CONTENUS CORRELES
							== ALBUM PHOTO
							== CALENDRIER

						= CONTENEUR GLOBAL

						= HEADER
							== LOGO
								SI C'EST UN BANDEAU
								SI C'EST UN TEXTE
							== CHANGEMENT DE LANGUE
							== RECHERCHE
							== NAVIGATION NORMALE
								MENU DEROULANT
							== NAVIGATION MINI
								BOUTONS
								RUBRIQUES
								MENU DEROULANT
							== DIAPORAMA
							== BOUTON SE CONNECTER

						= MAIN
							== CENTRE
							== COLONNES
							== ABOVE CONTENT
								CHEMIN DE FER
								MESSAGE DE FEEDBACK
								PORTLETS
							== ELEMENTS GENERAUX
								TITRE
								IMAGE
								DESCRIPTION
								CORPS DE TEXTE
								SOMMAIRE
								PAGINATION
								CONTENUS CORRRELES
								MOTS CLES
							== PAGE D'ACCUEIL
							== PAGE DE LISTE
							== PAGE D'INSCRIPTION A LA NEWSLETTER
							== PAGE DE RESULTAT DE RECHERCHE
								FILTRE
								LISTE
                            == PAGE ACTUALITE
							== PAGE DOSSIER
							== PAGE VIDEOS
							== PAGE EVENEMENT
							== PAGE CALENDRIER
								BOUTON CALENDRIER
								CALENDRIER
							== PAGE ALBUM PHOTOS
							== PAGE SON
							== PAGE FICHIER
							== PAGE DE PLAN DU SITE
							== PAGE DE CONNEXION
							== PAGE LISTE DE DONS

						= FOOTER
							== COORDONNEES
							== SITE ACTION
                            == PLAN DU SITE

						= POPINS
							== CONNEXION
                            == GMAP

						=  ADMINISTRATION
							== BARRE D'EDITION
							== VUE CONTENU
							== FORMULAIRE DE MODIFICATION
							== PALETTE D'ADMIN

						= AJUSTEMENT PETITS ECRANS



*/
/**************************************************************************************************************/

/*------------------------------------------------------------------------------------------------------------*/
/*
	= RESET
*/
/*------------------------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background:#FFF;
	border-top: 5px solid #ef4135;
	font-family:lato;
	font-size:62.5%; /*ensuite 1em=10px en taille normale*/
	color:#000;
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	border: none;
	font-family:verdana;
    font-weight: normal;
	letter-spacing:normal;
}
ul{
	margin:0;
    padding:0;
	list-style-image:none;
	list-style-type:none;
    line-height:1.3em;
}
img{
	border:none;
}
a, a:link{
	text-decoration:none;
	color:#000;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a:visited{
	text-decoration:none;
	color:#000;
}
a:hover, a:focus{
	text-decoration:underline;
	color:#000;
}
input{
	font-family:verdana;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus{
	background-color:#eae5e6;
}

/*
	ELEMENTS DE PLONE
*/
dl.portlet,
dl.portalMessage,
div.managePortletsLink,
a.managePortletsFallback,
div.portletAssignments,
#content,
div.overlay,
#edit-bar,
#portal-sitemap,
#portal-searchbox,
#portal-globalnav,
#portal-breadcrumbs,
#portal-column-content #content,
#portal-footer,
#portal-siteactions,
#portal-colophon,
#portal-languageselector,
#content pre,
.portletItemDetails,
#portal-personaltools,
#fieldset-openid-login input,
#login-form input,
div.listingBar,
#content legend,
#content div.documentByLine,
.commentDate,
.comment,
#portal-sitemap .navTreeLevel2,
#portal-sitemap .navTreeLevel2 ul,
#content .discreet,
#sidebar .discreet,
#category{
	font-size:100%;
}
#content a:link,
dl.portlet a:link,
#content a:visited,
dl.portlet a:visited{
	border:none;
	color:#000;
}
#content dt{
	font-weight:normal;
}
#content{
	clear:none;
}
#content ul{
	list-style:none;
	margin:0;
}
.portletAssignments .portlet_here.portlet_visible .portletHeader{
	color:#000;
	background: #666;
}
body.template-logged_out #content,
body.template-login_form #content{
	text-align:left;
}
.highlightedSearchTerm{
	background:none!important;
	font-weight:normal!important;
}
div.width-full{
	width:100%;
}
div.position-0,
div.position-1\:2{
	margin:0;
}
div.cell{
	float:none;
	left:0;
	width:auto;
}
div.row{
	float:none;
}
#content-ckeditor,
body.cke_panel_frame{
    background:#fff !important;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= BXSLIDER
*/
/*------------------------------------------------------------------------------------------------------------*/
/*
	RESET - LAYOUT
*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 20px;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/*
	THEME
*/
.bx-wrapper .bx-viewport {
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx-slider/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: verdana;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(++resource++PIE.htc);
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/bx-slider/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/bx-slider/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/bx-slider/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/bx-slider/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	width: 80%;
	text-align: left;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	-pie-background: rgba(80, 80, 80, 0.75);
	behavior: url(++resource++PIE.htc);
}
.bx-wrapper .bx-caption span {
	display: block;
	padding: 10px;
	color: #fff;
	font-family: verdana;
	font-size: 0.85em;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= PORLTETS
*/
/*------------------------------------------------------------------------------------------------------------*/
#zone-hospitalier{
	border: 1px solid #d9d9d9;
    float: right;
    margin-top: 20px;
    padding: 10px 10px 10px 10px;
	display:none;
}

#zone-hospitalier a:after{
	content:"";
	width:16px;
	height:16px;
	display:block;
	float:left;
	margin-top:-2px;
	margin-right:10px;
	background-image:url(../images/zone-hospitalier.png);
	background-repeat: no-repeat;
	background-position:0px 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#zone-hospitalier a:hover:after,
#zone-hospitalier a:focus:after{
	background-position:0px -16px;
}

#zone-hospitalier a{
	color: #797979;
	font-family:lato;
	font-size:1.3em;
	
}

#zone-hospitalier a:hover,
#zone-hospitalier a:focus{
	color: #0055a4;
	text-decoration:none;

}

#portal-columns dl.portlet{
	margin:20px 0 30px;
}
#portal-columns dl.portlet dt{
	padding:0;
	background:none;
	font-size:2.5em;
	font-family:Mistral;
	font-weight: normal;
}
#portal-columns dl.portlet dd{
	padding-bottom:5px;
	font-size:1.2em;
	border-bottom:1px solid #d9d9d9;
}

#portal-columns dl.portlet dd li{
}

.portletStaticText ul li{
	font-size:1.2em;
	line-height:1.1em;
}

#content .inscription a,
.inscription a{
	display:block;
	padding:15px 10px 10px;
	min-height:47px;
	border:1px #e5e5e5 solid;
	font-size:1.5em;
	color:#797979;
}

#content .edito > ul{
	margin-bottom:50px;
}

#content .a-la-une > ul{
	margin-bottom:50px;
}

#content .inscription a:after,
.inscription a:after{
	content:"";
	width:27px;
	height:27px;
	display:block;
	float:right;
	margin-top:-5px;
	background-image:url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position:-54px -27px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
#content .inscription a:hover:after,
#content .inscription a:focus:after,
.inscription a:hover:after,
.inscription a:focus:after{
	background-position:-54px 0px;
	}

#content .chants a,
.chants a{
	display:block;
	padding:15px 10px 10px;
	min-height:47px;
	border:1px #e5e5e5 solid;
	font-size:1.5em;
	color:#797979;
}

#content .chants a:after,
.chants a:after{
	content:"";
	width:27px;
	height:27px;
	display:block;
	float:right;
	margin-top:-5px;
	background-image:url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position:-27px -27px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
#content .chants a:hover:after,
#content .chants a:focus:after,
.chants a:hover:after,
.chants a:focus:after{
	background-position:-27px 0px;
	}

#content .jeune a,
.jeune a{
	display:block;
	padding:15px 10px 10px;
	min-height:47px;
	border:1px #e5e5e5 solid;
	font-size:1.5em;
	color:#797979;
}

#content .jeune a:after,
.jeune a:after{
	content:"";
	width:27px;
	height:27px;
	display:block;
	float:right;
	margin-top:-5px;
	background-image:url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position:0px -27px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
#content .jeune a:hover:after,
#content .jeune a:focus:after,
.jeune a:hover:after,
.jeune a:focus:after{
	background-position:0px 0px;
	}
	
#content .jeune a:hover:,
#content .jeune a:focus:{
	border:1px #0055a4 solid;
	}
	
#content .don-en-ligne a,
.don-en-ligne a{
	display:block;
	padding:30px 25px 25px;
	min-height:77px;
	background:#0055a4;
	font-size:2em;
	color:#fff;
	position: relative;
}

#portal-columns #portal-column-two .jeune p{
	margin-bottom:50px;
	
}

#content .don-en-ligne span,
.don-en-ligne span{
	font-family:Mistral;
	font-size:1em;
	display:block;
	margin-top: 10px;
	
}

#content .don-en-ligne strong,
.don-en-ligne strong{
	font-family:Mistral;
	font-size:1.5em;
	font-weight: normal;
}

#content .don-en-ligne a:after,
.don-en-ligne a:after{
	content:"";
	width:80px;
	display:block;
	background-image:url(../images/don-en-ligne.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

#content .don-en-ligne a:hover,
.don-en-ligne a:hover{
	color:#042b4e !important;
	}

.temoignage{
	border-top:1px #797979 solid;
	border-bottom:1px #797979 solid;
	margin-top:20px;
	margin-bottom:20px;
	padding:5px 0px 5px;
}

#content .temoignage p{
	font-size:1.4em;
	line-height:1.2em;
	color:#797979;
	margin-bottom:1em;
}

#content .temoignage ul{
	border-bottom:1px #797979 solid;
	color:#797979;
	padding:0px 10px 5px;
}

#content .temoignage ul img{
	float:right;
	border-radius:100%;
	margin-top:-50px;
	behavior: url(++resource++PIE.htc);
}

#content .temoignage .portletHeader{
	border-top:1px #797979 solid;
	font-size:3em;
	color:#797979;
	padding-top:25px;
}

#content .temoignage .entete{
	display:block;
	border-bottom:1px #e5e5e5 solid;
	padding-bottom:10px;
	margin-left:10px;
	font-family:Mistral
}

#content .temoignage ul h2{
	font-size:1.2em;
	color:#0055a4;
	padding-top:10px;
	margin-bottom:5px;
}

#content .temoignage ul h2 a{
	color:#0055a4;
}
	
#content a:hover, dl.portlet a:hover{
	color: #0055a4 !important;
	text-decoration:none;
	
	
	
}

/*--------------------------------------------------------------------------------------------------------------
	== RECHERCHE CHANTS
--------------------------------------------------------------------------------------------------------------*/

.photoAlbumEntry {
    background: none;
    float: left;
    height: auto;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0 15px 7px 9px;
    position: relative;
    text-align: left;
    width: 48%;
	background:#eceae3;
}

.photoAlbumEntry:nth-child(even) {
	float:right;
}

.photoAlbumEntry:nth-child(odd) {
	clear:both;
}

.photoAlbumEntry a{
	height:auto;
	width:auto;
	font-size:1.3em;
	font-family:'lato';
	color:#000 !important;
	margin-top:10px;
	background:url(../images/puce-bleue.png);
	background-repeat:no-repeat;
	background-position:0 7px;
	padding-left:10px;
}

 #portal-column-content .photoAlbumEntry a:hover{
	color:#0055A4 !important;
}


.photoAlbumEntry .photoAlbumEntryTitle {
	height:auto;
	width:auto;
	color:inherit;
}


.photoAlbumEntry .photoAlbumEntryDescription {
	display:none;
}

#portal-column-content #center-area .listingBar {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
	font-family:'lato';
    font-size: 1.1em;
    padding: 2px 0;
    text-align: center;
}


.photoAlbumEntry img {
    border: none;
    float: right;
}

.photoAlbumEntry a[href*="mp3"]:after {
	content:url(../images/mp3.png);
	position:absolute;
	top:10px;
	right:10px;
	width:17px;
	height:16px:
}






/*--------------------------------------------------------------------------------------------------------------
	== RECHERCHE
--------------------------------------------------------------------------------------------------------------*/
dl.portlet.portletSearch{
	margin:20px 0;
	padding:0;
}
dl.portlet.portletSearch dd{
	position:relative;
}
dl.portlet.portletSearch dd + dd{
	display:none;
}
dl.portlet.portletSearch input[type=text]{
	padding:5px;
	width:100%;
	border:none;
	-webkit-box-shadow: #99afd3 1px 1px 2px inset;
	-moz-box-shadow: #99afd3 1px 1px 2px inset;
	box-shadow: #99afd3 1px 1px 2px inset;
	behavior: url(++resource++PIE.htc);
	font-size:0.9em;
	color:#003891;
}
dl.portlet.portletSearch .searchButton{
	position:absolute;
	bottom:-5px;
	right:5px;
	margin:0;
	padding:0;
	height:26px;
	width:16px;
	background:url(../images/picto-rechercher.png) 0 0.2em no-repeat;
	border:none;
	text-indent:-5000px;
	cursor:pointer;
}
dl.portlet.portletSearch .searchSection,
dl.portlet.portletSearch #LSShadow{
	display:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== NEWSLETTER
--------------------------------------------------------------------------------------------------------------*/
.portletBSWNewsletterSubscriber{}
.portletBSWNewsletterSubscriber span{
	font-size:1.2em;
}
.portletBSWNewsletterSubscriber p{
	margin:5px 0;
	font-size:1.1em;
}
.portletBSWNewsletterSubscriber form{
	position:relative;
}
.portletBSWNewsletterSubscriber form input[type=text]{
	padding:5px;
	width:100%;
	border:none;
	-webkit-box-shadow: #99afd3 1px 1px 2px inset;
	-moz-box-shadow: #99afd3 1px 1px 2px inset;
	box-shadow: #99afd3 1px 1px 2px inset;
	behavior: url(++resource++PIE.htc);
	font-size:0.9em;
	color:#003891;
}
.portletBSWNewsletterSubscriber form input[type=submit]{
	position:absolute;
	bottom:-5px;
	right:5px;
	margin:0;
	padding:0;
	height:26px;
	width:16px;
	background:url(../images/picto-valider.png) 0 0.2em no-repeat;
	border:none;
	text-indent:-5000px;
	cursor:pointer;
}

/*--------------------------------------------------------------------------------------------------------------
	== EDITO
--------------------------------------------------------------------------------------------------------------*/
.edito{
	background-image:url(../images/guillemets.png);
	background-repeat:no-repeat;
	padding : 15px 0 0 30px;
}
.edito .entete{
	display:none;
}
.edito h2{
	font-weight:normal;
	font-size:2em;
	display:none;

}

.edito h2 a,
#content .edito h2 a:hover,
#content .edito h2 a:focus{
	color:#000!important;
	text-decoration:none;
	cursor:default;
}
.edito p{
	font-size:1.4em;
	line-height:1.3em;
	margin-bottom:50px;
}

.edito img{
	width:100%;
	margin-bottom:10px;
	
	}
#content .edito a.savoirplus{
	padding:10px;
	margin-top:10px;
	background: #0055a4;
	color:#fff;
	text-transform:uppercase;
	font-size:1.2em;
	display:inline-block;
}

.savoirplus {
	padding:5px;
	
	
	}
#content .edito a.savoirplus:hover,
#content .edito a.savoirplus:focus{
	color:#000!important;
}


/*--------------------------------------------------------------------------------------------------------------
	== AGENDA
--------------------------------------------------------------------------------------------------------------*/
.portlet-agenda{
	float:right;
	width:70%;
}
.portlet-agenda dt{
	display:none;
}
.portlet-agenda dd.portletFooter{
	text-align:right;
}
#portal-columns .portlet-agenda dd.portletFooter a{
	display:inline-block;
	padding:0 0 0 8px;
	background:url(../images/chevron-bleu.png) 0 0.6em no-repeat;
	color:#17afd0;
	font-size:0.8em;
}
#portal-columns .portlet-agenda dd.portletFooter a:hover,
#portal-columns .portlet-agenda dd.portletFooter a:focus{
	color:#17afd0!important;
}

/*
  CALENDRIER
*/
#portal-columns dl.portlet.portletAgenda .portletCalendar{
	position:relative;
	margin:10px 0;
	text-align:left;
	color:#17afd0;
	font-size:1.5em
}
dl.portlet.portletAgenda .portletCalendar a#calendar-previous,
dl.portlet.portletAgenda .portletCalendar a#calendar-next{
	position:absolute;
	top:0;
	float:none;
	margin:0;
	padding:0;
	color:#17afd0!important;
}
dl.portlet.portletAgenda .portletCalendar a#calendar-previous{
	right:15px;
}
dl.portlet.portletAgenda .portletCalendar a#calendar-next{
	right:0;
}
dl.portlet.portletAgenda .portletCalendar table{
	margin:5px 0 0;
	border-top:1px solid #7dccda;
	border-right:1px solid #7dccda;
	font-size:0.7em;
	text-transform:none;
}
dl.portlet.portletAgenda .portletCalendar table caption{
	display:none;
}
dl.portlet.portletAgenda .portletCalendar table th{
	background:#17afd0;
	border-bottom:1px solid #7dccda;
	border-left:1px solid #7dccda;
	color:#fff;
}
dl.portlet.portletAgenda .portletCalendar table tbody{
	margin:-10px 0 0;
}
dl.portlet.portletAgenda .portletCalendar table td{
	border-bottom:1px solid #7dccda;
	border-left:1px solid #7dccda;
}
dl.portlet.portletCalendar table td.event{
	background:#7dccda;
}
dl.portlet.portletAgenda .portletCalendar table td.todayevent{
	border:1px solid #7dccda;
	background:#7dccda;
	color:#000;
}
#portal-columns dl.portlet.portletAgenda .portletCalendar table td.todaynoevent{
	border:none;
	border-bottom:1px solid #7dccda;
	border-left:1px solid #7dccda;
	color:#000;
}
dl.portlet.portletAgenda .portletCalendar table td a,
#content dl.portlet.portletAgenda .portletCalendar table td a:hover,
#content dl.portlet.portletAgenda .portletCalendar table td a:focus{
	background:none;
	color:#17afd0!important;
}
dl.portlet.portletAgenda .portletCalendar table td.todayevent a,
#content dl.portlet.portletAgenda .portletCalendar table td.todayevent a:hover,
#content dl.portlet.portletAgenda .portletCalendar table td.todayevent a:focus{
	background:none;
	color:#000!important;
}

/*
	EVENEMENTS
*/
#content dl.portlet.portletAgenda .portletCollection{
}
#content dl.portlet.portletAgenda .portletCollection ul{
}
#content dl.portlet.portletAgenda .portletCollection ul li{
	margin:5px 0;
	padding:0 0 5px;
	border-bottom:1px dotted #17afd0;
}
#content dl.portlet.portletAgenda .portletCollection ul li a{
	padding:0!important;
	background:none;
	color:#17afd0;
    font-family: 'museo300';
	font-size:1.6em;
	line-height:normal;
}
#content dl.portlet.portletAgenda .portletCollection ul li a > span{
	display:block;
	color:#000;
	font-family:verdana;
	font-size:0.5em;
	font-weight:bold;
}
#content dl.portlet.portletAgenda .portletCollection ul li a:hover,
#content dl.portlet.portletAgenda .portletCollection ul li a:focus,
#content dl.portlet.portletAgenda .portletCollection ul li a:hover span,
#content dl.portlet.portletAgenda .portletCollection ul li a:focus span{
	color:#000!important;
	text-decoration:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== CONNEXION
--------------------------------------------------------------------------------------------------------------*/
.portlet.portletLogin{
	margin:0;
}
.portlet.portletLogin dt{
	padding:0;
	background:none;
	color:#000;
}
.portlet.portletLogin dd{
	padding:0;
}
.portlet.portletLogin dd .formControls{
	margin:0;
	text-align:right;
}

/*--------------------------------------------------------------------------------------------------------------
	== SOUS NAVIGATION
--------------------------------------------------------------------------------------------------------------*/
dl.portlet.portletNavigationTree{
	margin:0;
}
dl.portlet.portletNavigationTree dd ul{
}

#portlets-below .portletNavigationTree{
	display:none;
		}

/* racine */
dl.portlet.portletNavigationTree ul li.navTreeTopNode{
	margin:5px 0 8px;
	padding:10px 0 0 0 ;
	background:none;
	border:none;
	font-size:2em;
	font-family:Mistral;
	border-top:1px solid #d9d9d9;
}

dl.portlet.portletNavigationTree dd > ul{
	border-top:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	margin-top: 10px;
	padding-bottom:15px;
	
	
}


dl.portlet.portletNavigationTree ul li.navTreeTopNode a.navTreeCurrentItem{
	color:#000;
}

/* premier niveau */
dl.portlet.portletNavigationTree ul li,
dl.portlet ul.navTreeLevel0 > .navTreeItem{
	margin:0 0 5px;
	padding:0 0 0 10px;
	border:none;
}
dl.portlet.portletNavigationTree ul li a{
	margin:0;
	padding:0!important;
	background:none;
	font-size:1.1em;
	line-height:1.2em;
	color:#444!important;
	font-weight: normal;
}

dl.portlet.portletNavigationTree ul li a:before{
	content:"> "
}

dl.portlet.portletNavigationTree ul li.navTreeTopNode a:before{
	content:""
}

dl.portlet.portletNavigationTree ul li a:hover,
dl.portlet.portletNavigationTree ul li a:focus{
	color:#0055a4 !important;
}
dl.portlet.portletNavigationTree ul li a.navTreeCurrentItem,
dl.portlet.portletNavigationTree ul li a.navTreeItemInPath{
	margin:0;
	background:none;
	border:none;
	color:#000 !important;

}

dl.portlet.portletNavigationTree ul li a.navTreeCurrentItem:hover,
dl.portlet.portletNavigationTree ul li a.navTreeItemInPath:hover,
dl.portlet.portletNavigationTree ul li a.navTreeCurrentItem:focus,
dl.portlet.portletNavigationTree ul li a.navTreeItemInPath:focus{
	color:#0055a4 !important;

}
dl.portlet.portletNavigationTree ul li a img{
	display:none;
}

/* deuxieme niveau */
dl.portlet.portletNavigationTree ul li ul{
	border-top:1px dotted #000;
	margin:5px 0 10px 15px;
}
dl.portlet.portletNavigationTree ul li ul li.navTreeItem{
	margin:0;
	padding:5px 0;
	background:none;
	border-bottom:1px dotted #000;
}
dl.portlet.portletNavigationTree ul li ul li a{
	font-size:0.9em;
}
dl.portlet.portletNavigationTree ul li ul li a.navTreeCurrentItem{
	font-weight:bold;
}

/* troisieme niveau */
dl.portlet.portletNavigationTree ul li li ul{
	margin:5px 0 0 10px;
	border:none;
}

dl.portlet.portletNavigationTree ul li ul li li.navTreeItem{
	border-top:1px dotted #000;
	border-bottom:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== A LA UNE
--------------------------------------------------------------------------------------------------------------*/
#content div.portlet.a-la-une{}
#content div.portlet.a-la-une .entete{
	font-size:4.5em;
	color:#000;
	font-family:Mistral;
}
#content div.portlet.a-la-une .entete a,
#content div.portlet.a-la-une .entete a:hover,
#content div.portlet.a-la-une .entete a:focus{
	color:#000!important;
}

#content .a-la-une{
	padding-top: 30px;
}

.a-la-une .portletHeader a + a{
	float:right;
	}

#content div.portlet.a-la-une ul li{
	overflow:hidden;
	margin:5px 0 0;
	padding:25px 0 0;
	border-top:1px solid #e5e5e5;
}
#content div.portlet.a-la-une ul li + li{
	margin:25px 0 0;
	padding:25px 0 0;
	border-top:1px solid #e5e5e5;
}

.a-la-une .portletHeader{
	padding-bottom:10px;
	border-bottom:1px solid #e5e5e5;                
	}

#content div.portlet.a-la-une ul li > a:first-child{
	float:right;
	margin:0 0 0 10px;
}
#content div.portlet.a-la-une ul li h2{
	display:inline-block;
	font-size:1.5em;
	text-transform:uppercase;
	font-weight:normal;
	text-height:0;
}
#content div.portlet.a-la-une ul li h2 a{
	display:inline-block;
	color: #0055a4;
}
#content div.portlet.a-la-une ul li h2 a:hover,
#content div.portlet.a-la-une ul li h2 a:focus{
	color:#000!important;
	text-decoration:none;
}
#content div.portlet.a-la-une ul li span{
	display:block;
	margin:0 0 3px;
}
#content div.portlet.a-la-une ul li p{
	font-size:1.4em;
	line-height:1.3em;
}
#content div.portlet.a-la-une ul li a.savoirplus{
	padding:0 0 0 8px;
	background:url(../images/chevron-noir.png) 0 0.3em no-repeat;
	color:#000!important;
	font-weight:bold;
}
#content div.portlet.a-la-une ul li a.savoirplus:hover,
#content div.portlet.a-la-une ul li a.savoirplus:focus{
	color:#000!important;
}

.a-la-une img{
	display:block;
	float:right;
	width:27%;
	margin-left:3%;
}

#content .liens-a-la-une li{
	display:inline;
	padding:5px;
	background: none;
	
}

#content .liens-a-la-une ul{
	margin-top:25px;
	padding-top:25px;
	border-top:1px solid #e5e5e5;
}

#content .liens-a-la-une a{
	margin-right:10px;
	color: #797979;
}

#content .liens-a-la-une li:after{
	content:"|";
	color: #797979;
}

#content .liens-a-la-une li:first-child:before{
    content:"|";
	color: #797979;
}
#content .liens-a-la-une li:first-child a{
	margin-left:10px;
	
}

.reseaux-sociaux{
	float:right;
}

.reseaux-sociaux img{
	margin-right:20px;
}

/*--------------------------------------------------------------------------------------------------------------
	== CONTENUS CORRELES
--------------------------------------------------------------------------------------------------------------*/
#portal-columns dl.portlet.portletBSWContenusCorreles{}
#portal-columns dl.portlet.portletBSWContenusCorreles dt{
}
#portal-columns dl.portlet.portletBSWContenusCorreles dd{
	margin:10px 0 20px;
}

#portal-columns dl.portlet.portletBSWContenusCorreles dd > a:first-child{
	display:inline-block;
	margin:0 0 5px;
	padding:2px 5px;
	background:#0055a4;
	color:#fff!important;
}
#portal-columns dl.portlet.portletBSWContenusCorreles dd span{
	display:block;
	margin:3px 0;
	font-size:0.8em;
	font-weight:bold;
}
#portal-columns dl.portlet.portletBSWContenusCorreles dd p{
	margin:0;
	font-size:1.1em;
	line-height:1.3em;
	color:#444;
	margin-bottom:10px;
}
#portal-columns dl.portlet.portletBSWContenusCorreles dd img{
	display:block;
	width:100%;
}

/*--------------------------------------------------------------------------------------------------------------
	== ALBUM PHOTO
--------------------------------------------------------------------------------------------------------------*/
#portal-columns .albumPhotosPortlet{
	margin:30px 0;
	padding:10px 0 0;
	border-top:1px dotted #000;
}
#portal-columns .albumPhotosPortlet dt{
	padding:0;
	background:none;
}
#portal-columns .albumPhotosPortlet dt a,
#portal-columns .albumPhotosPortlet dt a:hover,
#portal-columns .albumPhotosPortlet dt a:focus{
	color:#000!important;
	text-decoration:none;
}
#portal-columns .albumPhotosPortlet dd{
	padding:0;
}
#portal-columns .albumPhotosPortlet dd p{
	margin:0;
}
#portal-columns .albumPhotosPortlet dd ul{
	overflow:hidden;
}
#portal-columns .albumPhotosPortlet dd ul li{
	float:left;
	margin:2px 2px 0 0;
}
#portal-columns .albumPhotosPortlet dd ul li a{
	display:block;
}
#portal-columns .albumPhotosPortlet dd.portletFooter a{
	color:#000!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== CALENDRIER
--------------------------------------------------------------------------------------------------------------*/
dl.portlet.portletCalendar{
	position:relative;
}
dl.portlet.portletCalendar dt{
	text-align:left;
}
dl.portlet.portletCalendar dt a#calendar-previous,
dl.portlet.portletCalendar dt a#calendar-next{
	position:absolute;
	top:0;
	float:none;
	margin:0;
	padding:0;
}
dl.portlet.portletCalendar dt a#calendar-previous{
	right:1em;
}
dl.portlet.portletCalendar dt a#calendar-next{
	right:0;
}
dl.portlet.portletCalendar dd table{
	border-top:1px solid #000;
	border-right:1px solid #000;
}
dl.portlet.portletCalendar dd table caption{
	display:none;
}
dl.portlet.portletCalendar dd table th{
	background:#000;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	color:#fff;
	font-weight:bold;
}
dl.portlet.portletCalendar dd table tbody{
	margin:-10px 0 0;
}
dl.portlet.portletCalendar dd table td{
	border-bottom:1px solid #000;
	border-left:1px solid #000;
}
dl.portlet.portletCalendar dd table td.event{
}
dl.portlet.portletCalendar dd table td.todayevent{
	border:none;
	background:#333;
}
#portal-columns dl.portlet.portletCalendar dd table td.todaynoevent{
	border:none;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
}
dl.portlet.portletCalendar dd table td a,
dl.portlet.portletCalendar dd table td a:hover,
dl.portlet.portletCalendar dd table td a:focus{
	color:#000!important;
}
dl.portlet.portletCalendar dd table td.todayevent a,
dl.portlet.portletCalendar dd table td.todayevent a:hover,
dl.portlet.portletCalendar dd table td.todayevent a:focus{
	color:#fff!important;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= CONTENEUR GLOBAL
*/
/*------------------------------------------------------------------------------------------------------------*/
#visual-portal-wrapper{
	position:relative;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= HEADER
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-top{
	margin:auto;
	max-width:1200px;
	position:relative;
}

/*--------------------------------------------------------------------------------------------------------------
	== LOGO
--------------------------------------------------------------------------------------------------------------*/
#bandeau-site{
	display:block;
}

/*
  	SI C'EST UN BANDEAU
*/
#bandeau-site.bandeau_image{
}

/*
  	SI C'EST UN TEXTE
*/
#bandeau-site.bandeau_texte{
	line-height:0.9em;
	overflow:hidden;
}
#bandeau-site.bandeau_texte:hover,
#bandeau-site.bandeau_texte:focus{
	color:#000;
	text-decoration:none;
}

#bandeau-site.bandeau_texte img{
	margin:15px 30px 20px 0;
}

#bandeau-site.bandeau_texte strong{
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
    color: #787979;
    font-size: 1.5em;
	line-height:1.2em;
    font-style: italic;
    font-weight: normal;
    padding-top: 26px;
	padding-left:241px;
}
#bandeau-site.bandeau_texte strong span{
	display:block;
}

/*--------------------------------------------------------------------------------------------------------------
	== CHANGEMENT DE LANGUE
--------------------------------------------------------------------------------------------------------------*/
#portal-languageselector{
	background:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	behavior: url(++resource++PIE.htc);
}

/*--------------------------------------------------------------------------------------------------------------
	== RECHERCHE
--------------------------------------------------------------------------------------------------------------*/
#portal-searchbox{
	float:right;
	margin:20px 0;
	padding:0;
}
#portal-searchbox #searchGadget{
	padding:1px 2px;
	border:none;
	-webkit-box-shadow: #666 1px 1px 2px inset;
	-moz-box-shadow: #666 1px 1px 2px inset;
	box-shadow: #666 1px 1px 2px inset;
	behavior: url(++resource++PIE.htc);
}
#portal-searchbox .searchButton{
	margin:0 0 0 2px;
	padding:0 0 0 13px;
	background:url(../images/picto-rechercher.png) 0 0.2em no-repeat;
	border:none;
	text-indent:-5000px;
	cursor:pointer;
}
#portal-searchbox .searchSection,
#portal-searchbox #LSShadow{
	display:none;
}


/*--------------------------------------------------------------------------------------------------------------
	== NAVIGATION MINI
--------------------------------------------------------------------------------------------------------------*/
#portal-navigation{
	position:relative;
	z-index:150;
	margin:0;
	background:#0055a4;
}

/*
	BOUTONS
*/
#portal-navigation > a,
#portal-navigation ul#portal-globalnav + a{
	display:none;
}

/*
  	RUBRIQUES
*/
#portal-globalnav{
	padding:0px;
	background:none;
	margin:auto;
	max-width:1200px;
}

#portal-globalnav > li{
	position:relative;
	width:14.28%;
	text-align:center;
}

#portal-globalnav > li > a{
	min-width:0;
	font-size:1.4em;
	text-transform:uppercase;
	color:white;
	padding: 17px;
	background:none;
	border: 0;
	border-right:1px solid #fff;
}
#portal-globalnav > li:first-child{
	border-left:1px solid #fff;
}

#portal-globalnav > li:first-child:hover{
	color: #fff;
}

#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{
	background:#043e73;
	color:#fff;
}

/*
	MENU DEROULANT
*/
#portal-globalnav li ul.submenu{
	z-index:2;
	padding:0px;
	width:100%;
	background:#043e73;
}
#portal-globalnav li ul.submenu li{
	display:block;
	float:none;
	width:auto;
	padding:10px;
}
#portal-globalnav li ul.submenu li + li{
	padding:10px;
	border-top:1px solid #fff;
}
#portal-globalnav li ul.submenu li a{
	padding:0;
	min-width:0;
	width:auto;
	background:none;
	border:none;
	font-family:verdana;
	font-size:1.1em;
	text-transform:none;
	color:#fff !important;
}

#portal-globalnav #portaltab-chants ul.submenu{
	display:none;
}


#portal-globalnav li ul.submenu li a:hover,
#portal-globalnav li ul.submenu li a:focus{
	border:none;
}
#portal-globalnav li ul.submenu li a img{
	display:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== BOUTON SE CONNECTER
--------------------------------------------------------------------------------------------------------------*/
#portal-personaltools-wrapper{}
#portal-personaltools-wrapper ul#portal-personaltools,
#portal-personaltools-wrapper dl{
	position:fixed;
	padding:0;
	background:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	behavior: url(++resource++PIE.htc);
}
#portal-personaltools-wrapper > ul{
	display:none;
}
#portal-personaltools-wrapper ul li a,
#portal-personaltools-wrapper dl a{
	color:#000;
	font-size:1.3em;
}
#portal-personaltools-wrapper ul li a{
	text-decoration:underline;
}
#portal-personaltools-wrapper ul li a + a{
	display:none;
}
#portal-personaltools-wrapper dl dd{
}
#portal-personaltools-wrapper dl dd a:hover{
	background:#000;
}

/*--------------------------------------------------------------------------------------------------------------
	== DIAPORAMA
--------------------------------------------------------------------------------------------------------------*/
#portlets-in-header{
	z-index:1;
	max-width:1200px;
	margin:auto;
	margin-bottom:30px; 
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= MAIN
*/
/*------------------------------------------------------------------------------------------------------------*/
/*ensemble des trois colonnes*/
#portal-columns{
	max-width:1200px;
	margin:auto;
	margin-bottom:60px;
}
#portal-columns:after{
	content:"";
	display:block;
	clear:both;
}

/*--------------------------------------------------------------------------------------------------------------
	== CENTRE
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content{
	margin:0;
	padding:0;
	background:#fff;
	overflow:hidden;
}
.section-accueil #portal-column-content{
	overflow:visible;
}
.template-portlets.section-accueil #portal-column-content{
	overflow:hidden;
}
#portal-column-content #content{
	margin:0;
    padding:0;
	min-height:300px;
    background:transparent;
}

/*--------------------------------------------------------------------------------------------------------------
	== COLONNES
--------------------------------------------------------------------------------------------------------------*/
#portal-column-one{
	float:left;
	margin-right:5%;
	padding:0 20px 0 0;
	width:23%;
}
#portal-column-two{
	float:right;
	margin-left:5%;
	padding:0 0 0 20px;
	width:23%;
}

/*--------------------------------------------------------------------------------------------------------------
	== ABOVE CONTENT
--------------------------------------------------------------------------------------------------------------*/
#above-content{}

/*
	CHEMIN DE FER
*/
#portal-breadcrumbs{
	margin:0 0 20px;
    padding:0;
	color:#8a8a8a;
}
#portal-breadcrumbs #breadcrumbs-you-are-here{
	display:none;
}
#portal-breadcrumbs a{
	color:#8a8a8a;
}
#portal-breadcrumbs a:hover,
#portal-breadcrumbs a:focus{
	color:#000;
}

/*
	MESSAGE DE FEEDBACK
*/
dl.portalMessage{
	margin:0 0 20px;
	background:#fff;
	border:1px solid #000;
	font-size:1.1em;
}
dl.portalMessage dt{
	background:#000;
}
dl.error dd{
	background:#fff;
}

dl.portalMessage, div.attention, div.caution, div.danger, div.error, div.hint, div.important, div.note, div.tip, div.warning{
	font-size:120% !important;
}

/*
	PORTLETS
*/
#portlets-above{
}
#portlets-above > div + div{
	margin:20px 0 0;
}
#portlets-above dl.portlet{
	margin:0;
}
#portlets-above dl.portlet dt{
	margin:0;
}
#portlets-above dl.portlet dd{
}
#portlets-above dl.portlet dd p{
	margin:10px 0 0;
}

/*--------------------------------------------------------------------------------------------------------------
	== ELEMENTS GENERAUX
--------------------------------------------------------------------------------------------------------------*/
/*
	TITRE
*/
#portal-column-content h1{
	border:none;
	color:#000;
}
.section-accueil #portal-column-content h1{
	position:absolute;
	top:-5000px;
}
#portal-column-content h1 span.discreet{
	display:block;
}
#portal-column-content h1 strong#search-term{
	color:#000;
	font-style:italic;
	text-transform:none;
}

/*
  	IMAGE
*/
#portal-column-content .imageContainer{
	position:relative;
	float:left;
	margin:0 10px 0 0;
	display:none;
}
#portal-column-content .imageContainer p{
	position:absolute;
	bottom:5px;
	margin:0;
	padding:5px;
	background:rgba(0,0,0,0.6);
	-pie-background:rgba(0,0,0,0.6);
	behavior: url(++resource++PIE.htc);
	color:#fff;
}

/*
	DESCRIPTION
*/
#portal-column-content .documentDescription{
	margin:5px 0 0 0;
	padding:5px 0 0 0 ;
	font-family:lato;
	font-style:italic;
	background:#fff;
	color:#000;
	font-size:1.5em;
	border-top:1px solid #e5e5e5; 

}
.section-accueil #portal-column-content .documentDescription{
	position:absolute;
	top:-5000px;
}


#content h1.documentFirstHeading {
    font-family: Mistral;
    font-size: 4em;
    margin-top: 0;
	border-bottom:1px solid #e5e5e5;
}
/*
	CORPS DE TEXTE
*/
#portal-column-content #content-core{
	margin:30px 0 0;
}

#portal-column-content #content-core > div{
	font-size:1.1em;
}

/*
  	SOMMAIRE
*/
#portal-column-content dl.toc{
	float:none;
	margin:10px 0;
	width:100%;
}
#portal-column-content dl.toc dt{
	margin:0;
	color:#000;
}
#portal-column-content dl.toc dd{
	margin:0;
	color:#000;
}
#portal-column-content dl.toc dd li{
	margin:0 0 8px;
	line-height:1.1;
}
#portal-column-content dl.toc dd li a,
#portal-column-content dl.toc dd li a:hover,
#portal-column-content dl.toc dd li a:focus{
	color:#000!important;
}

/*
	PAGINATION
*/
#portal-column-content .listingBar{
	padding:2px 0;
	border-top:1px dashed #000;
	border-bottom:1px dashed #000;
	text-align:center;
	font-size:1.1em;
}
#portal-column-content .listingBar a{
	padding:0;
	border:none;
}
#portal-column-content .listingBar a:hover,
#portal-column-content .listingBar a:focus{
	background:none;
	color:#000!important;
}
#portal-column-content .listingBar span a{
	font-weight:bold;
}
#portal-column-content .listingBar .previous{
	float:left;
}
#portal-column-content .listingBar .current{
	font-weight: bold;
}

/*
	CONTENUS CORRRELES
*/
#portal-column-content .relatedItems{
	margin:20px 0 0;
	padding:10px;
	background:#ebe7d6;
}
#portal-column-content .relatedItems dl{
	overflow:hidden;
}
#portal-column-content .relatedItems dl dt{
	margin:10px 0 5px;
	font-size:2.5em;
	font-weight:normal;
	font-family:Mistral;
}
#portal-column-content .relatedItems dl dd{
	float:left;
	margin:0;
	padding:0 0 0 8px;
	width:45%;
	background:url(../images/puce-noire-petite.png) 0 0.6em no-repeat;
	font-size:1.3em;
}
#portal-column-content .relatedItems dl dd span{
	padding:0!important;
	background:none;
	line-height:1;
}
#portal-column-content .relatedItems dl dd span a,
#portal-column-content .relatedItems dl dd span a:hover,
#portal-column-content .relatedItems dl dd span a:focus{
	color:#000!important;
}
#portal-column-content .relatedItems dl dd span img{
	display:none;
}

/*
	MOTS CLES
*/
#category{
	margin:10px 0 0;
	display:none;
}
#category a.link-category{
	background:#ccc;
}
#category a.link-category:hover,
#category a.link-category:focus{
	background:#000;
}

/*
	PORTLET RSS
*/

.portletRss .portletItemDetails,
.portletRss .portletFooter{
	display:none;
}

.portletRss .portletItem a {
    font-size: 1.2em !important;
}


/*--------------------------------------------------------------------------------------------------------------
	== PAGE D'ACCUEIL
--------------------------------------------------------------------------------------------------------------*/
#portletPageTopRow{
	max-width: 25%;
	float:left;
}

.portletPageLeftColumn{
	max-width: 40%;
	margin-right:5%;
	margin-left:5%;
	float:left
}

.portletPageRightColumn{
	max-width: 24%;
	float:right;
	padding-top:15px;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE LISTE
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #content-core .tileItem{
	margin:30px 0 0;
	padding:30px 0 0;
	border-top: 1px solid #e5e5e5;
}
#portal-column-content #content-core .tileItem + .tileItem{
	padding:30px 0 0;
	border-top: 1px solid #e5e5e5;
}
#portal-column-content #content-core .tileItem h2{
	margin:0 0 5px;
	font-size:2.5em;
	overflow:hidden;
}
#portal-column-content #content-core .tileItem h2 a{
	display:inline-block;
	padding:0;
	background:#fff;
	line-height:normal;
	font-family:Mistral;
	color:#0055a4!important;
}
#portal-column-content #content-core .tileItem h2 a:hover,
#portal-column-content #content-core .tileItem h2 a:focus{
	color:#0055a4!important;
	text-decoration:none;
}
#portal-column-content #content-core .tileItem > a:first-child{
	float:right;
	margin:3px 0 0 10px;
}
#portal-column-content #content-core .tileItem h2 + a{
	float:left;
	margin:3px 10px 0 0;
}
#portal-column-content #content-core .tileItem p{
	font-size:1.2em;
	line-height:1.4em;
}
#portal-column-content #content-core .tileItem p.tileFooter{
	margin-top:5px;
	font-size:0.9em;
}
#portal-column-content #content-core .tileItem p.tileFooter a{
	display:inline-block;
	color:#797979!important;
	font-weight:bold;
	font-size:1.2em;
}
#portal-column-content #content-core .tileItem p.tileFooter a:hover,
#portal-column-content #content-core .tileItem p.tileFooter a:focus{
	color:#000!important;
}




/*--------------------------------------------------------------------------------------------------------------
	== PAGE D'INSCRIPTION A LA NEWSLETTER
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #newsletter{
	font-size:1em!important;
}
#portal-column-content #newsletter .documentDescription{
	margin:0 !important;
}
#portal-column-content #newsletter form#nl_form{
	margin:30px 0 0;
	padding:0;
}
#portal-column-content #newsletter form#nl_form fieldset{
	margin:0;
	padding:0;
	border:none;
}
#portal-column-content #newsletter form#nl_form fieldset .field{
	margin:0 0 25px;
	padding:0;
	border-bottom:0;
	color:#444;
}
#portal-column-content #newsletter form#nl_form fieldset .field label{
	font-size:1.4em;
}
#portal-column-content #newsletter form#nl_form fieldset .field div{
	font-size:1.2em;
	font-style:italic;
}
#portal-column-content #newsletter form#nl_form fieldset .field input[type=text]{
	width:50%;
	padding:10px;
	border:1px solid #eae1d8;
}
#portal-column-content #newsletter form#nl_form fieldset .field textarea{
	width:100%;
	padding:10px;
	border:1px solid #eae1d8;
}
#portal-column-content #newsletter form#nl_form fieldset .liste-newsletters{
	padding:0;
	margin:0;
	border:none;
}
#portal-column-content #newsletter form#nl_form fieldset .liste-newsletters p{
 	font-style:normal;
	font-weight:800;
	font-size:1.4em;
	color:#444;
}
#portal-column-content #newsletter form#nl_form fieldset .liste-newsletters label{
	font-size:1.3em;
	font-weight:300;
}
#portal-column-content #newsletter form#nl_form fieldset .formControls{
	margin:20px 0 0;
	padding:20px 0 0;
	border:none;
}
#portal-column-content #newsletter form#nl_form fieldset .formControls input{
	margin:10px 0 0;
	margin:0;
	padding:2px 15px;
	background:#444;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(++resource++PIE.htc);
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	cursor:pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-column-content #newsletter form#nl_form fieldset .formControls input:hover,
#portal-column-content #newsletter form#nl_form fieldset .formControls input:focus{
	background:#000;
}


/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE RESULTAT DE RECHERCHE
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #content-core p#rss-subscription{
	margin:5px 0 0;
	float:right;
}
#portal-column-content #content-core p#rss-subscription a:hover,
#portal-column-content #content-core p#rss-subscription a:focus{
	color:#000!important;
}
#portal-column-content #content-core #searchform{
	margin:0 0 20px;
	text-align:left;
}
#portal-column-content #content-core #searchform #search-field{
	display:none;
}

/*
  	FILTRE
*/
#portal-column-content #content-core #search-results-bar{
	padding:10px;
	background:#f3f3ef;
	border:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
#portal-column-content #content-core #search-results-bar > span:first-child{
	display:block;
	margin:0 0 10px;
	font-size:1.4em;
}
#portal-column-content #content-core #search-results-bar dl.actionMenu{
	float:right;
	position:relative;
}
#portal-column-content #content-core #search-results-bar dl.actionMenu dd{
	position:absolute;
	right:0;
	left:auto;
}
#portal-column-content #content-core #search-results-bar dl.actionMenu dd > div{
	padding:10px;
	background:#f9f9fa;
	border:1px solid #e7e9ea;
	font-size:1.4em;
}
#portal-column-content #content-core #search-results-bar dl.actionMenu dd > div .field{
	margin:0;
	padding:0;
	background:none;
}
#portal-column-content #content-core #search-results-bar dl.actionMenu dd > div .optionsToggle{
	background:none;
	border:none;
	font-weight:bold;
}
#portal-column-content #content-core #search-results-bar dl.actionMenu dd > div .field div{
	float:none;
	margin:0;
}
#portal-column-content #content-core #search-results-bar span#searchResultsSort{
	float:none;
	clear:both;
	display:block;
	padding:5px 0 0;
	border-top:1px solid #fff;
}
#portal-column-content #content-core #search-results-bar a:hover,
#portal-column-content #content-core #search-results-bar a:focus{
	color:#000!important;
}

/*
	LISTE
*/
#portal-column-content #content-core #search-results{
	margin:20px 0 0;
	padding:0;
}
#portal-column-content #content-core #search-results dl dt{
	display:inline-block;
	margin:30px 0 0;
	padding:0!important;
	background:#ccc;
	font-weight:bold;
	font-size:1.5em;
	line-height:1em;
}
#portal-column-content #content-core #search-results dl dt a{
	display:inline-block;
	padding:2px 5px;
	background:#ccc;
	border:none;
	color:#000!important;
}
#portal-column-content #content-core #search-results dl dt a:hover,
#portal-column-content #content-core #search-results dl dt a:focus{
	background:#000;
	color:#fff!important;
	text-decoration:none;
}
#portal-column-content #content-core #search-results dl dt img{
	display:none;
}
#portal-column-content #content-core #search-results dl dd{
	margin:0;
	font-size:1.2em;
	line-height:1.5;
}
#portal-column-content #content-core #search-results dl dd cite{
	display:block;
	margin:5px 0 0;
}
#portal-column-content #content-core #search-results dl dd cite a,
#portal-column-content #content-core #search-results dl dd cite a:hover,
#portal-column-content #content-core #search-results dl dd cite a:focus{
	color:#000!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE ACTUALITE
--------------------------------------------------------------------------------------------------------------*/
.portaltype-news-item #archetypes-fieldname-imageCaptionBSW{
    display:none;
}
#portal-column-content #content-core .plain{
	float:none;
	overflow:hidden;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE DOSSIER
--------------------------------------------------------------------------------------------------------------*/
.portaltype-folder #plone-contentmenu-actions{
    display:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE VIDEOS
--------------------------------------------------------------------------------------------------------------*/
.template-video_view #content-core {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;
	height: 0;*/
}
.template-video_view #content-core iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE EVENEMENT
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #content-core .eventDetails{
	float:none;
	margin:20px 0;
	padding:10px;
	width:auto;
	background:#ebe7d6;
	border:none;
	overflow:hidden;
}
#portal-column-content #content-core .eventDetails ul li{
	float:left;
	min-height:60px;
}
#portal-column-content #content-core .eventDetails ul li + li{
	margin:0 0 0 15px;
	padding:0 0 0 15px;
	border-left:1px dotted #000;
}
#portal-column-content #content-core .eventDetails ul li.calendrier{
	display:none;
}
#portal-column-content #content-core .eventDetails ul li span{
	display:inline;
	padding:0;
	width:auto;
	border:none;
	font-size:1.1em;
	text-align:left;
	line-height:1;
}
#portal-column-content #content-core .eventDetails ul li.quand p > span{
	display:block;
}
#portal-column-content #content-core .eventDetails ul li p{
	margin:0;
}
#portal-column-content #content-core .eventDetails ul li span.entete{
	display:block;
	margin:0 0 5px;
	font-size:1.4em;
	font-weight:bold;
}
#portal-column-content #content-core .eventDetails ul li.calendrier a{
	margin:0 15px 0 0;
	color:#000;
}
#portal-column-content #content-core .eventDetails ul li.calendrier a:hover,
#portal-column-content #content-core .eventDetails ul li.calendrier a:focus{
	color:#000!important;
}
#portal-column-content #content-core #parent-fieldname-eventUrl{
	padding:1px 10px 3px;
	background:#000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	behavior: url(++resource++PIE.htc);
	color:#fff;
	font-weight:bold;
}
#portal-column-content #content-core #parent-fieldname-eventUrl:hover,
#portal-column-content #content-core #parent-fieldname-eventUrl:focus{
	color:#fff!important;
	text-decoration:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE CALENDRIER
--------------------------------------------------------------------------------------------------------------*/
/*
	BOUTON CALENDRIER
*/
#portal-column-content .voir-le-calendrier{
	float:right;
	text-align:right;
}
#portal-column-content .voir-le-calendrier a{
	padding:5px 10px;
	background:#333;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	behavior: url(++resource++PIE.htc);
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
#portal-column-content .voir-le-calendrier a:hover,
#portal-column-content .voir-le-calendrier a:focus{
	background:#000;
	color:#fff!important;
	text-decoration:none;
}

/*
	CALENDRIER
*/
#calendar{
	margin:30px 0 0;
}
.fc-header h2{
	font-size:1.6em;
	font-weight:normal;
	text-transform:uppercase;
	color:#000;
}
.fc-content th.fc-day-header{
	font-size:1.2em;
}
.fc-content .fc-state-highlight{
	background:#e8e8e8;
	border:1px solid #ccc;
	font-weight:bold;
}
.fc-content a.fc-event{
	background:#666;
	border:1px solid #666!important;
	font-size:1.1em;
}
#content .fc-content a.fc-event:hover,
#content .fc-content a.fc-event:focus{
	color:#fff!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE ALBUM PHOTOS
--------------------------------------------------------------------------------------------------------------*/
#content span.nb-photo{
	background:#444;
	color:#fff;
}
#content ul.liste-photos{
	clear:both;
	padding:20px 0 0;
}
#content ul.liste-photos li{
	position:relative;
	float:none;
	display:inline-block;
	margin:0 20px 20px 0!important;
	overflow:hidden;
}
#content ul.liste-photos li a{
	width:auto;
}
#content ul.liste-photos li a.albumsphotos{
	background:#fff;
}
#content ul.liste-photos li a.albumsphotos img{
	width:100%;
	height:150px;
}
#content ul.liste-photos li a.viewimagealbumsphotos{
	position:absolute;
	left:0;
	right:0;
	bottom:-150px;
	padding:10px;
	background:rgba(0,0,0,0.8);
	-pie-background:rgba(0,0,0,0.8);
	behavior: url(++resource++PIE.htc);
	color:#fff;
	line-height:normal;
	display:none;
}
#content ul.liste-photos li a.albumsphotos:hover + a,
#content ul.liste-photos li a.albumsphotos:focus + a,
#content ul.liste-photos li a.viewimagealbumsphotos:hover,
#content ul.liste-photos li a.viewimagealbumsphotos:focus{
	bottom:0;
	color:#fff!important;
}

#fancybox-title{
	display:none !important;
}

/*
version de jeremie
*/
/*#content span.nb-photo{
	background:#0055A4;
	color:#fff;
}
#content ul.liste-photos{
	clear:both;
	padding:20px 0 0;
}
#content ul.liste-photos li{
	margin:0 15px 15px 0;
	overflow: hidden;
}
#content ul.liste-photos li:nth-child(3n) {
	margin-right: 15px;
}
#content ul.liste-photos li:nth-child(4n) {
	margin-right: 0;
}
#content ul.liste-photos li:nth-child(4n+1) {
	clear: left;
}
#content ul.liste-photos li a.albumsphotos{
	background:#fff;
	height:140px;
	/*line-height:180px;*/
/*}
#content ul.liste-photos li a.albumsphotos img{
	max-width:100%;
	min-width: 100%;
	min-height: 100%;
}
#content ul.liste-photos li a.viewimagealbumsphotos{
	background:rgba(0,0,0,0.8);
	-pie-background:rgba(0,0,0,0.8);
	behavior: url(++resource++PIE.htc);
	color:#fff;
	line-height:normal;
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	font-size: 1.2em;
	padding-top: 60px;
	bottom: -140px;
	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#content ul.liste-photos li:hover a.viewimagealbumsphotos,
#content ul.liste-photos li:focus a.viewimagealbumsphotos{
	color:#fff!important;
	bottom: 0px;
	text-decoration: none;
}


/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE PLAN DU SITE
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #content-core #portal-sitemap{
	margin:30px 0 0;
}
#portal-column-content #content-core #portal-sitemap li{
	margin:0;
	padding:0;
	border:none;
}
#portal-column-content #content-core #portal-sitemap li a{
	background:none;
}
#portal-column-content #content-core #portal-sitemap li img{
	display:none;
}

/* premier niveau */
#portal-column-content #content-core #portal-sitemap > li{
}
#portal-column-content #content-core #portal-sitemap > li > div > a{
	display:inline-block;
	margin:5px 0;
	padding:4px 5px 3px!important;
	background:#ebe7d6;
	border:none;
	color:#0055a4!important;
	font-size:2em;
	font-weight:normal;
	line-height:1;
}
#portal-column-content #content-core #portal-sitemap > li > div > a:hover,
#portal-column-content #content-core #portal-sitemap > li > div > a:focus{
	background:#0055a4;
	color:#fff!important;
	text-decoration:none;
}

/* deuxieme niveau */
#portal-column-content #content-core #portal-sitemap > li > ul{
	margin:0 0 0 10px;
}
#portal-column-content #content-core #portal-sitemap > li > ul > li{
	margin:0 0 10px;
}
#portal-column-content #content-core #portal-sitemap > li > ul > li > div > a{
	margin:0 0 5px;
	padding:0 0 0 10px!important;
	background:url(../images/puce-noire-petite.png) 0 0.9em no-repeat;
	text-transform:uppercase;
	font-size:1.2em;
	color:#000!important;
}
#portal-column-content #content-core #portal-sitemap > li > ul > li > div > a:hover,
#portal-column-content #content-core #portal-sitemap > li > ul > li > div > a:focus{
	border:none;
	color:#000!important;
	text-decoration:underline;
}

/* troisieme niveau */
#portal-column-content #content-core #portal-sitemap li li ul{
	margin:0 0 0 10px;
	border-top:1px dotted #000;
}
#portal-column-content #content-core #portal-sitemap li li li{
	border-bottom:1px dotted #000;
}
#portal-column-content #content-core #portal-sitemap li li li a{
	padding:0!important;
	background:none;
	text-transform:none;
	font-size:1.1em;
	color:#000!important;
}
#portal-column-content #content-core #portal-sitemap li li li a:hover,
#portal-column-content #content-core #portal-sitemap li li li a:focus{
	color:#000!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE CONNEXION
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #login-form{
}
#portal-column-content #login-form:before{
	content:"Identifiez-vous";
	padding:0 0 0 114px;
	font-size:2em;
	color:#000;
}
#portal-column-content #login-form .field label{
	font-size:1.1em;
	font-family:verdana;
	font-style:normal;
}
#portal-column-content #login-form .field input{
	width:200px;
}
#portal-column-content #login-form .formControls{
	margin:0 0 0 114px;
}
#portal-column-content #login-form .formControls input{
	margin:0;
	padding:2px 5px;
	background:#000;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(++resource++PIE.htc);
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	cursor:pointer;
}
#portal-column-content #login-forgotten-password{
	margin:20px 0 0 114px;
	font-size:1.1em;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= FORMULAIRE
*/
/*------------------------------------------------------------------------------------------------------------*/
.portaltype-formfolder div[id^="parent-fieldname-formPrologue"],
.portaltype-formfolder div[id^="parent-fieldname-formEpilogue"] {
	font-size: 1.4em;
	line-height:1.4em;
	margin: 20px 0px 50px 0px;
	padding-left:0;
}

#portal-column-content #content #pfg-fieldwrapper [type="text"][size],
#portal-column-content #content #pfg-fieldwrapper textarea,
#portal-column-content #content #pfg-fieldwrapper .field  > select{
	width: auto;
	min-width: 50%;
	max-width: 50%;
	border: medium none;
    color: #797979;
    display: block;
    padding: 4px 35px 3px 10px;
	border: 1px solid #a5a5a5;
	font-size:1.5em;
}

#pfg-fieldwrapper .formQuestion{
	display:block;
	font-family:lato;
	font-weight:regular;
	text-transform:uppercase;
	font-size:1.3em;
	color:#0055A4;
	float:left;
	width:32%;
	text-align:right;
	margin-right:10px;
}
	
#pfg-fieldwrapper .formQuestion .formHelp{
	font-family:lato;
	font-weight:regular;
	text-transform:none;
	font-size:1em;
}

#content #pfg-fieldwrapper .field.ArchetypesBooleanWidget  > label{
	margin-bottom: 2em;
	
}
.parent-fieldname-formPrologue p{
	font-size:1.5em;
}

.formControls input[type="submit"] {
 }

div.formControls {
    padding-left: 33%;
}
	
	
/*  Habillage pour le formulaire 2021  */ 	
	
.subsection-Inscription-Pelerinage-2021 #pfg-fieldwrapper .formQuestion,
.subsection-Inscription-Pelerinage-Lourdes-2021 #pfg-fieldwrapper .formQuestion,
.subsection-Inscription-Pelerinage-Paris-2021 #pfg-fieldwrapper .formQuestion{
	width: inherit;
	float: inherit;
	text-align:inherit;
	font-size:1.5em;
}


.subsection-Inscription-Pelerinage-2021 form .field,
.subsection-Inscription-Pelerinage-Lourdes-2021 form .field,
.subsection-Inscription-Pelerinage-Paris-2021 form .field{
	margin-bottom: 3em;
}


.subsection-Inscription-Pelerinage-2021 #groupe-de-champs_help,
.subsection-Inscription-Pelerinage-Lourdes-2021 #groupe-de-champs_help,
.subsection-Inscription-Pelerinage-Paris-2021 #groupe-de-champs_help,
.subsection-Inscription-Pelerinage-2021 #pelerinage-paris_help.formHelp,
.subsection-Inscription-Pelerinage-Lourdes-2021 #pelerinage-paris_help.formHelp,
.subsection-Inscription-Pelerinage-Paris-2021 #pelerinage-paris_help.formHelp {
	font-size: 1.8em;
	margin: 0 0 20px 0;
	font-weight: bold;
	line-height: 1.2em;
}



.subsection-Inscription-Pelerinage-2021 #pfg-fieldwrapper .formQuestion .formHelp,
.subsection-Inscription-Pelerinage-Lourdes-2021 #pfg-fieldwrapper .formQuestion .formHelp,
.subsection-Inscription-Pelerinage-Paris-2021 #pfg-fieldwrapper .formQuestion .formHelp{
	margin: 5px 0 15px 0;
}

.subsection-Inscription-Pelerinage-2021 label,
.subsection-Inscription-Pelerinage-Lourdes-2021 label,
.subsection-Inscription-Pelerinage-Paris-2021 label{
		font-size:1.3em;
}


.subsection-Inscription-Pelerinage-2021 .portaltype-formfolder div[id^="parent-fieldname-formPrologue"],
.subsection-Inscription-Pelerinage-Lourdes-2021 .portaltype-formfolder div[id^="parent-fieldname-formPrologue"],
.subsection-Inscription-Pelerinage-Paris-2021 .portaltype-formfolder div[id^="parent-fieldname-formPrologue"],
.subsection-Inscription-Pelerinage-2021 .portaltype-formfolder div[id^="parent-fieldname-formEpilogue"],
.subsection-Inscription-Pelerinage-Lourdes-2021 .portaltype-formfolder div[id^="parent-fieldname-formEpilogue"],
.subsection-Inscription-Pelerinage-Paris-2021 .portaltype-formfolder div[id^="parent-fieldname-formEpilogue"] {
	padding-left:0px;
}

.subsection-Inscription-Pelerinage-2021 fieldset legend,
.subsection-Inscription-Pelerinage-Lourdes-2021 fieldset legend,
.subsection-Inscription-Pelerinage-Paris-2021 fieldset legend{
		font-size:1.3em;
		margin: 0 0 20px 0;
}


	

/*--------------------------------------------------------------------------------------------------------------
	== PAGE LISTE DE DONS
--------------------------------------------------------------------------------------------------------------*/

#liste-dons_wrapper{
	overflow:auto;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= FOOTER
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-footer{
	background:#1c1c1c;
	border-top:solid 10px #d1d1d1;
	padding:30px;
}

#portal-footer > div{
	max-width:1200px;
	margin:auto;
	
	
	}


/*--------------------------------------------------------------------------------------------------------------
	== MENTIONS LEGALES
--------------------------------------------------------------------------------------------------------------*/

.section-mentions-legales h2{
	font-size:2.6em !important;
}



/*--------------------------------------------------------------------------------------------------------------
	== SITE ACTION
--------------------------------------------------------------------------------------------------------------*/
#portal-siteactions{
	clear:none;
	float:none;
	padding:0;
	border:none;
	color:#fff;
	font-size:1.1em;
	text-align:left;
}
#portal-siteactions li{
	display:block;
	color:#fff;
}
#portal-siteactions li:before{
	content:"> ";
}
#portal-siteactions li a,
#portal-siteactions li a:visited{
	border:none;
	text-transform:none;
	color:#fff;
}
#portal-siteactions li a:hover{
	border:none;
	background:none;
	color:#fff;
}

/*--------------------------------------------------------------------------------------------------------------
	== PLAN DU SITE
--------------------------------------------------------------------------------------------------------------*/
#portal-footer #portal-sitemap-footer{
	padding:30px 0;
}
#portal-footer #portal-sitemap-footer > ul{
	-moz-column-count:2;
	-webkit-column-count:2;
	-o-column-count:2;
	column-count:2;
	-moz-column-gap:20px;
	-webkit-column-gap:20px;
	-o-column-gap:20px;
	column-gap:20px;
	overflow:hidden;
}
#portal-footer #portal-sitemap-footer > ul > li{
	display:block;
	padding:0 0 0 18px;
	background:url(../images/fleche-noire.png) 0 0.8em no-repeat;
	border:none;
	overflow:hidden;
}
#portal-footer #portal-sitemap-footer ul li a{
	padding:0!important;
	background:none;
}
#portal-footer #portal-sitemap-footer > ul > li div{
	display:inline-block;
}
#portal-footer #portal-sitemap-footer > ul > li  a{
	color:#000!important;
	font-weight:bold;
	font-size:1.2em;
}
#portal-footer #portal-sitemap-footer > ul > li > ul{
	margin:0 0 0 30px;
}
#portal-footer #portal-sitemap-footer > ul > li > ul li,
#portal-footer #portal-sitemap-footer > ul > li > ul li div{
	display:inline;
}
#portal-footer #portal-sitemap-footer > ul > li > ul li + li:before{
	content:"| ";
	color:#000;
}
#portal-footer #portal-sitemap-footer > ul > li > ul li a{
	font-weight:normal;
	font-size:1.1em;
}
#portal-footer #portal-sitemap-footer > ul > li > ul li a img{
	display:none;
}
#portal-footer #portal-sitemap-footer > ul > li > ul li ul{
	display:none;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= POPINS
*/
/*------------------------------------------------------------------------------------------------------------*/
div.overlay-iframe, div.overlay-ajax{
	width:450px;
}
.pb-ajax > div{
	padding:20px;
	width:auto;
	font-size:1.2em;
}
.pb-ajax h1{
	border:none;
	color:#000;
	font-size:2em;
	text-transform:uppercase;
	line-height:1em;
}
.pb-ajax div div:first-child{
	margin:10px 0;
	padding:0;
	background:#fff;
	color:#000;
	font-family:verdana;
	font-weight:normal;
}
.pb-ajax div .formControls{
	margin:0;
}
.pb-ajax div .formControls input{
	margin:0;
	padding:2px 5px;
	background:#000;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(++resource++PIE.htc);
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	cursor:pointer;
}

/*--------------------------------------------------------------------------------------------------------------
	== CONNEXION
--------------------------------------------------------------------------------------------------------------*/
.overlay-ajax #login-form{
	padding:10px 0 0;
}
.overlay-ajax #login-form:before{
	content:"Identifiez-vous";
	padding:0 0 0 118px;
	font-size:2.7em;
	color:#000;
}
.overlay-ajax #login-form .field label{
	font-size:1.1em;
}
.overlay-ajax #login-form .field input{
	width:200px;
}
.overlay-ajax #login-form .formControls{
	margin:0 0 0 23px;
}
.overlay-ajax #login-form .formControls input{
	font-size:1.2em;
}
.overlay-ajax #login-forgotten-password{
	font-size:1.1em;
}

/*--------------------------------------------------------------------------------------------------------------
	== GMAP
--------------------------------------------------------------------------------------------------------------*/
.gmap-illustration{
    float: left;
    margin: 0 10px 0 0;
}

.gmap-dates {
    display: block;
    margin: 0 0 3px;
}


/*--------------------------------------------------------------------------------------------------------------
	== Correction Bug Lightbox
--------------------------------------------------------------------------------------------------------------*/
#fancybox-left,
#fancybox-right {
	display: inline !important;
}


/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------------*/
/*
	= AJUSTEMENT PETITS ECRANS
*/
/*------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1215px){

body {
	padding: 0 10px 0;
}
}


@media only screen and (max-width: 1024px){
	#visual-portal-wrapper{
		width:auto;
		border:none;
		}
	
	#portal-column-two {
		width: 29%;	
	}
	#content .don-en-ligne a,
	.don-en-ligne a {
		font-size: 1.7em;
	}
	
	#portal-globalnav > li{
	position:relative;
}

	#portal-globalnav > li > a{
		min-height:60px;
		font-size:1.2em;
	}
	
	#content .liens-a-la-une ul {
		text-align: center;
		margin-top: 15px;
		padding-top: 15px;
	}
	#content .liens-a-la-une li {
		display: inline-block;
		padding: 0;
	}
	#content .liens-a-la-une a {
		margin: 0 10px;
	}
	
	#content ul.liste-photos li a.albumsphotos {
		width: 155px;
		height: 110px;
	}
	
	
	#content ul.liste-photos li a.viewimagealbumsphotos{
		display:none;
	}
	
	
	#content ul.liste-photos li,
	#content ul.liste-photos li:nth-child(3n) {
		margin-right: 4px;
	}
}

@media only screen and (max-width: 800px){

#content .don-en-ligne a:after, .don-en-ligne a:after {
    background-image: none;
}


#content .inscription a:after, .inscription a:after {
    background-image: none;
}


#content .chants a:after, .chants a:after {
    background-image: none;
}

#content .jeune a:after, .chants a:after {
    background-image: none;
}


#content .temoignage ul img {
	display:none;


}
}

@media only screen and (max-width: 600px){

	#zone-hospitalier{
		display:none;
	}
	
	#portal-top {
		min-height: 130px;
	}
	#bandeau-site.bandeau_texte {
		display:inline-block;
	}
	#bandeau-site.bandeau_texte strong {
		padding-left: 0;
		padding-top: 80px;
	}
	#portlets-in-header{
		display:none;
	}
	
	#portletPageTopRow{
		max-width:100%;
		clear:both;
	}
	
	#portletPageTopRow .edito {
    background-image: none;
    padding: 15px 0 0 0 ;
	}
	
	.edito img{
		display:none;
	}
	.liens-a-la-une {
		display: block;
	}
	
	#content .edito > ul {
    margin-top: 20px;
	}
	
	#portal-column-one,
	#portal-column-two{
		float:none;
		margin:0 0 20px;
		padding:0;
		width:auto;
		border:none;
	}
	.portletPageLeftColumn,
	.portletPageRightColumn {
		float:none;
		clear:both;
    	margin-left: 0%;
    	margin-right: 0%;
    	max-width: 100%;
		width:auto
	}
	
	
	
	
	.a-la-une img {
   		 display: block;
   		 float: left;
   		 margin-left: 0px;
		 margin:10px 0 10px;
   		 width: 100%;

	}
	
	#portal-column-two > div{
		display:none;
	}
	#portal-column-two > div.portlet-navigation {
		display: block;
	}
	


	
	
	
	
	/* NAVIGATION MINI */
		/* boutons */
		#portal-navigation {
			height: auto;
		}
		#portal-navigation > a{
			float: none;
			position: relative;
			background: none;
		}
		#portal-navigation > a{
			display:block;
			position:absolute;
			top:-75px;
			right:10px;
		}
		#portal-navigation ul#portal-globalnav:target + a{
			display:block;
			position:absolute;
			top:-75px;
			right:10px;
		}

		/* menu */
		#portal-navigation ul{ /* on masque sur la version > 800 */
			display:none;
			background:#0055a4;
		}
		#portal-navigation ul#portal-globalnav:target{ /* on affiche au clic sur le bouton menu */
			display:block;
		}
		#portal-navigation ul#nav-cache:target{ /* on masque au clic sur le bouton fermer */
			display:none;
		}
		#portal-globalnav {
			width: auto;
		}
		#portal-globalnav > li{
			display:block;
			float:none;
			margin:0;
			padding:5px 0;
			width:auto;
			border-top:1px solid #fff;
			font-size:0.9em;
		}
		#portal-globalnav > li:first-child {
			border-left: none;
		}
		#portal-globalnav > li:first-child + li{
			margin:0;
		}
		#portal-globalnav > li a{
			padding:10px;
			font-family:verdana;
			font-size:1.4em;
			border-right: none;
		}
		
		#portal-globalnav > li ul.submenu{
			display:none;
			margin:0;
			position:relative;
			background:none;
		}
		#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 {
			background: none;
		}
		
		#portal-globalnav > li:hover ul.submenu{
			display:none;
		}
		
		#portal-globalnav > li ul.submenu li{
			margin:0;
			padding:0;
			border:none;
		}
		#portal-globalnav > li ul.submenu li a,
		#portal-globalnav > li ul.submenu li a:hover,
		#portal-globalnav > li ul.submenu li a:focus{
			background:url(../images/chevron-blanc.png) 0 1em no-repeat;
		}
		
		
		
		#portal-breadcrumbs{
			font-size:1.2em;
			margin:20px 0 0 0;
		}
	
		dl.portlet.portletNavigationTree{
			display: none;
		}
		
		#portlets-below .portletNavigationTree{
			display:block;
		}
		
		
	
		#portal-column-content #content-core .tileItem > a:first-child {
			float: none;
			display: block;
			margin: 0 0 10px;
			height: 150px;
			overflow: hidden;
		}
		#portal-column-content #content-core .tileItem > a:first-child img{
			display: block;
			min-width: 100%;
			height: auto;
			margin-top: -40px;
		}
		
		#content #pfg-fieldwrapper [type="text"][size],
#content #pfg-fieldwrapper textarea,
#content #pfg-fieldwrapper .field  > select{
	width: auto;
	min-width: 100%;
	max-width: 100%;
	border: medium none;
    color: #797979;
    display: block;
    padding: 4px 35px 3px 10px;
	border: 1px solid #a5a5a5;
	font-size:1.5em;
	float:none;
}

.formQuestion{
	display:block;
	font-family:lato;
	font-weight:regular;
	text-transform:uppercase;
	font-size:1.3em;
	color:#0055A4;
	width:100%;
	text-align:center;
	margin-right:10px;
	float:none;

}

.photoAlbumEntry {
    width: 100%;
}
		
		
	
}

/*------------------------------------------------------------------------------------------------------------*/



