/**************************************************************************************************************/
/*			Doctrine Chretienne - V1.5 Site generique

			Date : 31/05/2016
			Auteur : Jerem
			URL : http://pin2:41680/doctrine-chretienne/

			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
								COMMENTAIRES
							== 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;
}
::-moz-selection {
  color: white; background: #A12157;
}

::selection {
  color: white; background: #A12157;
} 
body {
	background: url("../images/bg.png") repeat 0 0 #FFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:62.5%; /*ensuite 1em=10px en taille normale*/
	color:#313131;
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	border: none;
    font-family: 'metro';
    font-weight:300;
	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:#313131;
	-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:#313131;
}
a:hover, a:focus{
	text-decoration:underline;
	color:#313131;
}
input{
	font-family: 'Source Sans Pro', sans-serif;
}
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:#313131;
}
#content dt{
	font-weight:normal;
}
#content{
	clear:none;
}
#content ul{
	list-style:none;
	margin:0;
}
.portletAssignments .portlet_here.portlet_visible .portletHeader{
	color:#313131;
	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;
}




/*------------------------------------------------------------------------------------------------------------*/
/*
	= CONTENEUR GLOBAL
*/
/*------------------------------------------------------------------------------------------------------------*/
#visual-portal-wrapper{
}
#visual-portal-wrapper .wrapper{
	max-width: 1180px;
	margin: auto;
	position: relative
}


/*------------------------------------------------------------------------------------------------------------*/
/*
	= HEADER
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-top{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #FFF;
	z-index: 9999;
	-webkit-box-shadow: 0 2px 2px 0px rgba(0,0,0,0.15);
	box-shadow: 0 2px 2px 0px rgba(0,0,0,0.15);
	border-top: 35px solid #9bb620;
}
#portal-personaltools {
	display: none;
}

/*--------------------------------------------------------------------------------------------------------------
	== DIAPORAMA
--------------------------------------------------------------------------------------------------------------*/
#portlets-in-header{
	float: right;
}


/*--------------------------------------------------------------------------------------------------------------
	== LOGO
--------------------------------------------------------------------------------------------------------------*/
#bandeau-site{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 151;
}
.section-accueil #bandeau-site{
	opacity: 0;
			
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.section-accueil #bandeau-site.f-nav{
	opacity: 1;
}


/*--------------------------------------------------------------------------------------------------------------
	== CHGMT LANGUE
--------------------------------------------------------------------------------------------------------------*/

#portal-languageselector{
	position: absolute;
	top: -2.3em;
	right: 0;
	background: none;
	padding: 0;

}
#portal-languageselector a{
    font-family: 'metro';
	font-weight: 700;
	color: #FFF;
	font-size: 1.2em;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 5px;
}
#portal-languageselector li{
	border-left: 2px solid #fff;
}
#portal-languageselector li:first-child{
	border-left: none;
}

/*--------------------------------------------------------------------------------------------------------------
	== RECHERCHE
--------------------------------------------------------------------------------------------------------------*/
#portlets-in-header .portletSearch  {
    position: absolute;
    right: 0;
    z-index: 8;
	cursor: pointer;
	top: 0;
	margin: 25px 0 20px ;
	padding: 0 ;
}
.site-fr #portlets-in-header .portletSearch{
	right: 45px;
}
.portletSearch .portletHeader,
.portletSearch .portletFooter {
	display: none;
}
#portlets-in-header .portletSearch .portletItem {
	padding: 0;
}
.portletSearch .portletItem:before {
	content: "";
	font-size: 1.5em;
    font-family: 'fontawesome';
	color: #767672;
	line-height: 0;
}
.portletSearch .portletItem form{
	position:absolute;
	top:-6px;
	right:150px;
	-webkit-box-shadow: 0 2px 2px -2px rgba(0,0,0,0.15);
	box-shadow: 0 2px 2px -2px rgba(0,0,0,0.15);
	padding: 1px;
	width:250px;
	background: #CCC;
	opacity:0;
	visibility:hidden;
	border-left: 10px solid #FFF;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.portletSearch .portletItem:hover form{
	right:-10px;
	opacity:1;
	visibility:visible;
}
.portletSearch .portletItem form input{
	padding:5px;
	width:100%;
	border:none;
	font-size:1.5em;
	color:#767672;
}
.portletSearch .portletItem form input:focus{
	background-color:#fff;
}
.portletSearch .portletItem form .searchButton{
	background: rgba(0, 0, 0, 0) url("../images/picto-ok.png") no-repeat scroll 0 center;
    border: medium none;
    bottom: 0;
    cursor: pointer;
    position: absolute;
    right: 10px;
    text-indent: -5000px;
    top: 0;
    width: 25px;
}
.portletSearch .portletItem form .searchSection,
.portletSearch .portletItem  form #LSShadow{
	display:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== NEWSLETTER
--------------------------------------------------------------------------------------------------------------*/
#portlets-in-header .portletBSWNewsletterSubscriber  {
    position: absolute;
    right: 0;
    z-index: 9;
	cursor: pointer;
	top: 0;
	margin: 25px 0 20px;
	padding: 0 
}
.portletBSWNewsletterSubscriber > span{
	display: none;
}
.portletBSWNewsletterSubscriber:before {
	content: "";
	font-size: 1.5em;
    font-family: 'fontawesome';
	color: #767672;
	line-height: 0;
}
.portletBSWNewsletterSubscriber form{
	position:absolute;
	top:-6px;
	right:150px;
	-webkit-box-shadow: 0 2px 2px -2px rgba(0,0,0,0.15);
	box-shadow: 0 2px 2px -2px rgba(0,0,0,0.15);
	padding: 1px;
	width:250px;
	background: #CCC;
	opacity:0;
	visibility:hidden;
	border-left: 10px solid #FFF;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.portletBSWNewsletterSubscriber:hover form{
	right:-10px;
	opacity:1;
	visibility:visible;
}
.portletBSWNewsletterSubscriber form input#email-portlet-inscription-newsletter{
	padding:5px;
	width:100%;
	border:none;
	font-size:1.5em;
	color:#767672;
}
.portletBSWNewsletterSubscriber form input#email-portlet-inscription-newsletter:focus{
	background-color:#fff;
}
.portletBSWNewsletterSubscriber form #bt-portlet-inscription-newsletter{
	background: rgba(0, 0, 0, 0) url("../images/picto-ok.png") no-repeat scroll 0 center;
    border: medium none;
    bottom: 0;
    cursor: pointer;
    position: absolute;
    right: 10px;
    text-indent: -5000px;
    top: 0;
    width: 25px;
}



/*--------------------------------------------------------------------------------------------------------------
	== NAVIGATION MINI
--------------------------------------------------------------------------------------------------------------*/
#portal-navigation{
	position:relative;
	z-index:150;
	margin:0;
	
}

/*
	BOUTONS
*/
#portal-navigation > a,
#portal-navigation ul#portal-globalnav + a{
	display:none;
}

/*
  	RUBRIQUES
*/
#portal-globalnav{
	padding:0 20px 0 0;
	background:none;
	margin: 0;
	text-align: right;
}
.site-fr #portal-globalnav{
	padding-right: 70px;
}
#portal-globalnav > li{
	position:relative;
	margin: 0;
	padding: 0;
	float: none;
	display: inline-block;
}
#portal-globalnav > li:last-child{
	padding: 0;
	margin: 0;
	border: none;
}
#portal-globalnav > li > a{
	margin:25px 10px 20px 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #e0e0d5;
	min-width:0;
	background:none;
	font-size:1.4em;
	text-transform:uppercase;
    font-family: 'metro';
	font-weight: 700;
}
.site-es #portal-globalnav > li > a{
	font-size: 1.3em;
}
#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;
	color:#313131;
}

#portal-globalnav li#portaltab-index_html, 
#portal-globalnav li#portaltab-les-nouvelles ul.submenu,
#portal-globalnav li#portaltab-c0c8c18cc2dd ul.submenu,
#portal-globalnav li#portaltab-noticias-1 ul.submenu{
	display:none !important;
}

/*
	MENU DEROULANT
*/
#portal-globalnav li ul.submenu{
	padding:20px 10px 20px;
	width:140%;
	background:#fff;
	border:5px solid #e0e0d5;
	border-top: none;
	display: block !important;
	left:auto;
	right:-20%;
	top: 140%;
	opacity:0;
	visibility:hidden;
	min-width:250px;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	
	-webkit-box-shadow: 0 2px 2px 0px rgba(0,0,0,0.15);
	box-shadow: inset 0 2px 2px 0px rgba(0,0,0,0.15);


	
}
#portal-globalnav li:hover ul.submenu{
	top:100%;
	opacity:1;
	visibility:visible;
	
}
#portal-globalnav li ul.submenu li{
	display:block;
	float:none;
	width:auto;
}
#portal-globalnav li ul.submenu li + li{
	margin:10px 0 0;
	padding:10px 0 0;
	border-top:1px solid #e0e0d5;
}
#portal-globalnav li ul.submenu li a{
	padding:0;
	min-width:0;
	width:auto;
	background:none;
	border:none;
	font-size:1.6em;
	line-height: 1em;
    font-family: 'Source Sans Pro';
	color:#313131!important;
	text-align: center
}
#portal-globalnav li ul.submenu li a:hover,
#portal-globalnav li ul.submenu li a:focus{
	border:none;
	text-decoration: none;
}
#portal-globalnav li ul.submenu li a img{
	display:none;
}






/*------------------------------------------------------------------------------------------------------------*/
/*
	= ACCUEIL
*/
/*------------------------------------------------------------------------------------------------------------*/
body.section-accueil {
	background-image: none;
}



/*--------------------------------------------------------------------------------------------------------------
	== HEADER 
--------------------------------------------------------------------------------------------------------------*/
.section-accueil #above-content {
	background: url("../images/bg.png") repeat 0 0 #FFF;
	overflow: hidden;
	padding: 140px 0 110px;
	position: relative;
}

.section-accueil #above-content:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: transparent url("../images/tear_top.png") repeat scroll center bottom;
	height: 122px;
}

.section-accueil #above-content .header{
	padding: 0 90px;
}
.section-accueil #above-content .header p img{
	margin-right: 30px;
	padding: 20px 30px 40px 0;
	border-right: 1px solid #767672;
	box-sizing: content-box;
}
.section-accueil #above-content .header h2 {
	background: none;
	font-size: 5em;
	line-height: 1em;
	margin-bottom:45px;
    font-family: 'scriptina';
	color: #313131;
	padding: 0;
	margin-top: 0;
	border: none;
}
.site-ko.section-accueil #above-content .header h2 {
	font-size: 3.5em;
}
.section-accueil #above-content .header p {
    font-family: 'metro';
	font-size: 1.9em;
	font-weight: 300;
	color: #767672;
	margin: 0;
	line-height: 1.1em;
}
.section-accueil #above-content .header p i{
	display: block;
}
.section-accueil #above-content .header h2 + p{
	overflow: hidden;
	padding: 5px 0 0 20px;
	position: relative;
}
.section-accueil #above-content .header h2 + p:before{
	content: "“";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 3em;
	line-height: 1em;
}

.site-ko.section-accueil .header p img {
	max-width: 40%;
	height: auto !important;
}



/*--------------------------------------------------------------------------------------------------------------
	== AGENDA
--------------------------------------------------------------------------------------------------------------*/
.portletPageLeftColumn {
	width: 24.5%;
	padding: 20px 3% 20px 0;
}
.section-accueil .agenda .portletHeader{
	margin-bottom: 25px;
}
.section-accueil .agenda .portletHeader .entete{
    font-family: 'scriptina';
	font-size: 5em;
	color: #313131;
	margin-bottom: 25px;
	line-height: 1em;
	display: block;
	position: relative;
	z-index: 2;
	text-shadow: 1px 1px 0 #FFFFFF;
}
.site-ko.section-accueil .agenda .portletHeader .entete{
	font-size: 3.5em;
}
.section-accueil .agenda .portletHeader .entete:before{
	position: absolute;
	bottom: -18px;
	left: 0;
	right: 0;
	content: "";
	background: transparent url("../images/bg_title.png") no-repeat scroll 0 0;
	height: 5px;
	z-index: -1;
}
.section-accueil .agenda .portletHeader a{
	text-align: right;
	display: block;
	font-size:1.3em;
	text-transform:uppercase;
    font-family: 'metro';
	font-weight: 700;
}
.section-accueil .agenda .portletHeader a:after{
    content: " ";
    font-family: "FontAwesome";
}

.section-accueil #content .agenda .portletItem {
	display: block;
	margin-bottom: 15px;
	padding-left: 10px;
	background:	url(../images/puce_blue.png) 0 0.8em no-repeat;
}
.section-accueil .agenda .portletItem  h2,
.section-accueil .agenda .portletItem > span {
	display: inline;
	font-size: 1.6em;
    font-family: 'Source Sans Pro';
	color: #313131;
	line-height: 1.3em;
}
.section-accueil .agenda .portletItem > span:before {
	content: "| ";
}
.section-accueil .agenda .portletItem > span {
	/*font-weight: 700;*/
}

.section-accueil .agenda .portletItem h2 {

}


/*--------------------------------------------------------------------------------------------------------------
	== A LA UNE
--------------------------------------------------------------------------------------------------------------*/
.portletPageRightColumn {
	width: 75.5%;
	padding: 20px 0 20px  3%;
	border-left: 1px solid #e0e0d5;
}
.section-accueil .a-la-une .portletHeader{
	margin-bottom: 10px;
}
.section-accueil .a-la-une .portletHeader .entete{
    font-family: 'scriptina';
	font-size: 5em;
	color: #313131;
	margin-bottom: 25px;
	line-height: 1em;
	display: block;
	position: relative;
}
.site-ko.section-accueil .a-la-une .portletHeader .entete{
	font-size: 3.5em;
}
.section-accueil .a-la-une .portletHeader .entete:before{
	position: absolute;
	bottom: -18px;
	left: 0;
	right: 0;
	content: "";
	background: transparent url("../images/bg_title.png") no-repeat scroll 0 0;
	height: 5px;
}
.section-accueil .a-la-une .portletHeader a{
	text-align: right;
	display: block;
	font-size:1.3em;
	text-transform:uppercase;
    font-family: 'metro';
	font-weight: 700;
}
.section-accueil .a-la-une .portletHeader a:after{
    content: " ";
    font-family: "FontAwesome";
}
.section-accueil .a-la-une .portletItem {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.section-accueil .a-la-une .portletItem:last-child {
	margin-right: 0;
}
.section-accueil .a-la-une .portletItem a.illustration{
	display: block;
	overflow:hidden;
	height: 170px;
	margin-bottom: 15px;
}
.section-accueil .a-la-une .portletItem a.illustration img{
	width: 100%;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

	transform-origin: top center;
}
.section-accueil .a-la-une .portletItem:hover a.illustration img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.section-accueil .a-la-une .portletItem h2,
.section-accueil .a-la-une .portletItem p{
	font-size: 1.6em;
    font-family: 'Source Sans Pro';
	line-height: 1.2em;
	color: #313131;
}
.section-accueil .a-la-une .portletItem h2{
	margin-bottom: 15px;
	font-weight: 700;
	color: #313131;
}



/*--------------------------------------------------------------------------------------------------------------
	== CITATION 
--------------------------------------------------------------------------------------------------------------*/
.section-accueil #below-content {
	background: transparent url("../images/bg_citation.png") no-repeat scroll center center;
	overflow: hidden;
	padding: 95px 0 105px;
	position: relative;
}

.section-accueil #below-content:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	content: "";
	background: transparent url("../images/tear_top.png") repeat scroll center bottom;
	height: 122px;
}
.section-accueil #below-content:before {
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	content: "";
	background: transparent url("../images/tear_bottom.png") repeat scroll center bottom;
	height: 122px;
}
.section-accueil .citations{
	text-align: center;
	padding: 0 100px;
}
.section-accueil .citations li{
	padding: 0 0 0 ;
}
.section-accueil .citations h2,
.section-accueil .citations p{ 
	font-size: 2.7em;
    font-family: 'Source Sans Pro';
	line-height: 1.2em;
	color: #FFF;
	padding: 0 60px;
	
}
.section-accueil .citations p{
	position: relative;
	padding: 45px 60px 55px;
}
.section-accueil .citations p:before{
	content: "“";
	font-size: 5em;
	line-height: 1em;
	font-family: "Microsoft Himalaya";
	position: absolute;
	top: 0;
	left: 0;
}
.section-accueil .citations p:after{
	content: "“";
	font-size: 5em;
	line-height: 1em;
	font-family: "Microsoft Himalaya";
	position: absolute;
	bottom: 0;
	right: 0;
	-ms-transform: rotate(deg); /* IE 9 */
    -webkit-transform: rotate(deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.section-accueil .citations h2{ 
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	font-style: italic
}
.section-accueil .citations .bx-controls {
	display: none;
}




/*--------------------------------------------------------------------------------------------------------------
	== CONTINENT 
--------------------------------------------------------------------------------------------------------------*/
.section-accueil #portlets-footer {
	overflow: hidden;
	margin-bottom: 80px;
}
.section-accueil #portlets-footer .continent h2 {
    font-family: 'scriptina';
	font-size: 5em;
	margin: 10px 0 30px;
	background: 0;
	padding: 0;
	color: #313131;
	text-align:center;
	display: block;
	border: none;
	
}
.site-ko.section-accueil #portlets-footer .continent h2 {
	font-size: 3.5em;
}
.section-accueil #portlets-footer .continent p {
    font-family: 'metro';
	font-size: 1.9em;
	font-weight: 300;
	padding: 0 170px;
	text-align: center;
}
.section-accueil #portlets-footer .continent li {
	float: left;
	width: 25%;
	margin: 20px 0 135px;
	display: block;
	background: none;
	padding: 0;
	position: relative;
	
}
.section-accueil .continent li a.illustration{
	height:315px;
	text-align: center;
	display: block;
	overflow: hidden;
	margin: 0 5px;
	position: relative;
}
.section-accueil .continent li img{
	position: absolute;
	height: 100%;
	left: -5000px;
	right: -5000px;
	text-align: center;
	margin:auto;
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.section-accueil .continent li:hover img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.2);
}
.section-accueil #portlets-footer .continent a.titre {
	position: absolute;
	left: 0;
	right: 0;
	top: 280px;
	text-align: center;
}
.section-accueil #portlets-footer .continent a.titre span{
	display: inline-block;
	margin: auto;
	font-family: 'metro';
	font-weight: 300;
	color: #fff;
	background: #a12157;
	padding:10px 20px 13px;
	font-size: 3.3em;
	line-height: 1em;
}



/*------------------------------------------------------------------------------------------------------------*/
/*
	= PORLTETS
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-columns dl.portlet{
	margin:0 0 50px;
}
#portal-columns dl.portlet dt{
	padding:0;
	background:none;
	font-size:1.8em;
	text-transform:uppercase;
	position: relative;
    font-family: 'metro';
	margin-bottom: 20px;
}
#portal-columns dl.portlet dt:before{
	position: absolute;
	bottom: -7px;
	left: 0;
	right: 0;
	content: "";
	background: transparent url("../images/bg_title.png") no-repeat scroll 0 0;
	height: 5px;
}
#portal-columns dl.portlet dd{
	padding:0;
	font-size:1.6em;
}


/*--------------------------------------------------------------------------------------------------------------
	== SOUS NAVIGATION
--------------------------------------------------------------------------------------------------------------*/
#portal-column-two > div.portlet-navigation {
	background: #e0e0d5;
	padding: 50px 30px 60px 80px;
	margin-bottom: 50px;
}
#portal-columns dl.portlet.portletNavigationTree{
	margin:0;
}
dl.portlet.portletNavigationTree dd ul{
}

/* racine */
dl.portlet.portletNavigationTree dt {
	display: none;
}
dl.portlet.portletNavigationTree ul li.navTreeTopNode{
	padding:0;
	margin: 0;
	background:none;
	text-transform:uppercase;
	position: relative;
    font-family: 'metro';
	font-weight: 700;
	margin-bottom: 10px
}
dl.portlet.portletNavigationTree ul li.navTreeTopNode a.navTreeCurrentItem{
	color:#313131;
}

/* premier niveau */
dl.portlet.portletNavigationTree ul li,
dl.portlet ul.navTreeLevel0 > .navTreeItem{
	margin:0 0 5px;
	padding:0 0 0 10px;
	background:url(../images/puce_black.png) 0 0.4em no-repeat;
	border:none;
}
dl.portlet.portletNavigationTree ul li a{
	margin:0;
	padding:0!important;
	background:none;
	line-height:1.2em;
	color:#313131!important;
}
dl.portlet.portletNavigationTree ul li a:hover,
dl.portlet.portletNavigationTree ul li a:focus{
	color:#313131!important;
}
dl.portlet.portletNavigationTree ul li a.navTreeCurrentItem,
dl.portlet.portletNavigationTree ul li a.navTreeItemInPath{
	margin:0;
	background:none;
	border:none;
	font-weight:bold;
}
dl.portlet.portletNavigationTree ul li a img{
	display:none;
}

/* deuxieme niveau */
dl.portlet.portletNavigationTree ul li ul{
	margin-bottom: 5px
}
dl.portlet.portletNavigationTree ul li ul li.navTreeItem{
	margin:5px 0 0;
	background:url(../images/puce_grey.png) 0 0.4em no-repeat;
}
dl.portlet.portletNavigationTree ul li ul li a{
}
dl.portlet.portletNavigationTree ul li ul li a.navTreeCurrentItem{
	font-weight:bold;
}

/* troisieme niveau */
dl.portlet.portletNavigationTree ul li li ul{
	margin:0 0 0 10px;
}
dl.portlet.portletNavigationTree ul li li ul li{
	margin:0 0 0 10px;
	text-transform: uppercase;
	font-size: 0.9em;
}



/*--------------------------------------------------------------------------------------------------------------
	== 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;
	color:#313131!important;
	font-weight: 700;
	line-height: 1em;
	font-style: italic;
}
#portal-columns dl.portlet.portletBSWContenusCorreles dd span{
	display:block;
	margin:0;
	font-weight:700;
	font-size: 0.9em;
}
#portal-columns dl.portlet.portletBSWContenusCorreles dd p{
	margin:0;
	font-size: 0.9em;
}
#portal-columns dl.portlet.portletBSWContenusCorreles dd a{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
#portal-columns dl.portlet.portletBSWContenusCorreles dd a img{
	display:block;
	width:100%;

	-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-columns dl.portlet.portletBSWContenusCorreles dd a:hover img,
#portal-columns dl.portlet.portletBSWContenusCorreles dd a:focus img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}




/*------------------------------------------------------------------------------------------------------------*/
/*
	= MAIN
*/
/*------------------------------------------------------------------------------------------------------------*/
/*ensemble des trois colonnes*/
#portal-columns{
}
#portal-columns:after{
	content:"";
	display:block;
	clear:both;
}

/*--------------------------------------------------------------------------------------------------------------
	== CENTRE
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content{
	margin:0;
	padding: 170px 0;
	margin: 0 ;
	position: relative;
	background: #FFF;
	width: 74%;
	float:left;
}
#portal-column-content:after {
	position: absolute;
	bottom: 0;
	top: 0;
	right: -105px;
	content: "";
	background: transparent url("../images/tear_right.png") repeat scroll 0 center;
	width: 105px;
}
#portal-column-content:before {
	position: absolute;
	top: 0;
	left: -5000px;
	right: 0;
	bottom: 0;
	z-index: -1;
	content: "";
	background:#fff;
}
.section-accueil #portal-column-content{
	padding: 0;
	width: 100%;
	float: none;
}
.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:0;
	padding:0;
	width:26%;
	border-right:1px dotted #313131;
}
#portal-column-two{
	float:right;
	margin:0;
	padding:0;
	width:26%;
}
#portal-column-one > div,
#portal-column-two > div{
	padding-left: 80px;
}
#portal-column-one > div:first-child,
#portal-column-two > div:first-child{
	margin-top: 140px;
}
/*--------------------------------------------------------------------------------------------------------------
	== ABOVE CONTENT
--------------------------------------------------------------------------------------------------------------*/
#above-content{}


.section-accueil #portal-breadcrumbs{
	display: none;	
}
/*
	CHEMIN DE FER
*/
#portal-breadcrumbs{
	margin:0 0 20px;
    padding:0;
	color:#767672;
	font-size: 1.6em;
}
#portal-breadcrumbs #breadcrumbs-you-are-here{
	display:none;
}
#portal-breadcrumbs a{
	color:#767672;
}
#portal-breadcrumbs a:hover,
#portal-breadcrumbs a:focus{
	color:#767672;
}

/*
	MESSAGE DE FEEDBACK
*/
dl.portalMessage{
	margin:0 0 20px;
	background:#fff;
	border:1px solid #313131;
	font-size:1.1em;
}
dl.portalMessage dt{
	background:#313131;
}
dl.error dd{
	background:#fff;
}

/*
	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:#fff;
	background: #a12157;
	font-size: 4.4em;
	margin-bottom: 20px;
	display: inline-block;
	padding: 0 10px;
}
.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:#313131;
	font-style:italic;
	text-transform:none;
}

/*
  	IMAGE
*/
#portal-column-content .imageContainer{
	display: none;
}


/*
	DESCRIPTION
*/
#portal-column-content .documentDescription{
	margin:0;
	padding:0;
	color:#313131;
	font-size:1.8em;
	font-family: "Source Sans Pro";
	font-weight: 700;
	font-style: italic;
	line-height: 1em;
}
.section-accueil #portal-column-content .documentDescription{
	position:absolute;
	top:-5000px;
}

/*
	CORPS DE TEXTE
*/
#portal-column-content #content-core{
	margin:30px 0 0;
}
#portal-column-content #content-core > div{
	font-size:1.6em;
	line-height:1.4;
}

/*
  	SOMMAIRE
*/
#portal-column-content dl.toc{
	float:none;
	margin:10px 0;
	width:100%;
}
#portal-column-content dl.toc dt{
	margin:0;
	color:#313131;
}
#portal-column-content dl.toc dd{
	margin:0;
	color:#313131;
}
#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:#313131!important;
}

/*
	PAGINATION
*/
#below-content .listingBar {
	display: none;
}
#portal-column-content .listingBar{
	padding:10px 0;
	border-top:1px dashed #313131;
	border-bottom:1px dashed #313131;
	text-align:center;
	font-size:1.4em;
	margin-top: 30px;
	text-transform: uppercase;
}
#portal-column-content .listingBar a{
	padding:0;
	border:none;
}
#portal-column-content .listingBar a:hover,
#portal-column-content .listingBar a:focus{
	background:none;
	color:#313131!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:30px;
	background:#E0E0D5;
}
#portal-column-content .relatedItems dl{
	overflow:hidden;
}
#portal-column-content .relatedItems dl dt{
	margin:0 0 5px;
	font-size:2.5em;
	line-height: 1em;
	font-weight:300;
    font-family: 'metro';
}
#portal-column-content .relatedItems dl dd{
	float:left;
	margin: 5px 0 0;
	padding:0;
	width:45%;
	font-size:1.6em;
}
#portal-column-content .relatedItems dl dd:before{
	content:"";
	display:inline-block;
	width:7px;
    font-family: 'FontAwesome';
	font-size:1em;
	color:#009ba1 ;
	vertical-align: top;
}
#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:#313131!important;
}
#portal-column-content .relatedItems dl dd span img{
	display:none;
}

/*
	MOTS CLES
*/
#category{
	display:none;
}

/*
	COMMENTAIRES
*/
.discussion{
	margin:50px 0 20px;
	border-bottom:5px solid #f3f2f1;
}
.discussion:before{
	content:"Commentaires";
	display:block;
	margin:0 0 10px;
	font-size:3em;
	color:#9d9893;
}
.discussion > div{
	margin:0 0 10px;
	padding:10px 0 0;
	border-top:5px solid #f3f2f1;
	text-align:right;
}
.discussion > .replyTreeLevel1{
	margin-left:30px;
}
.discussion .documentByLine{
	float:none;
	margin:0;
	text-align:left;
	font-size:1.4em;
	font-weight:700;
	color:#9d9893;
}
.discussion > div .commentImage{
	display:none;
}
.discussion > div .commentDate{
	display:inline;
	font-weight:400;
}
.discussion > div .commentBody{
	position:relative;
	margin:10px 0;
	padding:0;
	border:none;
	-webkit-border-radius:0 ;
	-moz-border-radius:0 ;
	border-radius:0 ;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	behavior: url(PIE.htc);
	text-align:left;
	font-size:1.3em;
	color:#9d9893;
	overflow:visible;
}
.discussion > div .commentBody p{
	float:none;
}
.discussion > div button{
	margin:0;
	padding:5px;
	background:#f3f2f1;
	border:none;
	font-weight:bold;
	font-size:1em;
	color:#9d9893;
	text-transform:uppercase;
	cursor:pointer;
}
.discussion > div button:hover{
	color:#313131;
}

/*
	DEPOT DE COMMENTAIRES
*/
#commenting{
	margin:0;
}
.reply{
	margin:20px 0 0 80px;
}
#commenting fieldset,
.reply fieldset{
	margin:0;
	padding:0;
	border:none;
}
#commenting fieldset legend,
.reply fieldset legend{
	margin:0;
	padding:0;
	font-size:2em;
	line-height:1.8;
	color:#9d9893;
}
#commenting fieldset p,
.reply fieldset p{
	display:none;
}
#commenting fieldset form,
.reply fieldset form{
	margin:0;
}
#commenting fieldset form .field,
.reply fieldset form .field{
	clear:none;
	text-align:left;
}
#commenting fieldset form .field label,
.reply fieldset form .field label{
	font-weight:normal;
	font-size:1.2em;
	color:#9d9893;
}
#commenting fieldset form .field input,
.reply fieldset form .field input{
	padding:5px;
	width:100%;
	border:1px solid #f3f2f1;
	font-size:1.2em;
}
#commenting fieldset form .field textarea,
.reply fieldset form .field textarea{
	padding:5px;
	width:100%;
	border:1px solid #f3f2f1;
	font-size:1.2em;
}
#commenting fieldset form #formfield-form-widgets-etablissement,
.reply fieldset form #formfield-form-widgets-fonction{
	display:none;
}
#commenting fieldset form #formfield-form-widgets-captcha label,
.reply fieldset form #formfield-form-widgets-captcha strong{
	display:none;
}
#commenting fieldset form #formfield-form-widgets-captcha span,
.reply fieldset form #formfield-form-widgets-captcha span{
	float:right;
	padding:0 135px 0 0;
	color:#313131;
	font-size:1.2em;
	font-weight:bold;
}
#commenting fieldset form #formfield-form-widgets-captcha input,
.reply fieldset form #formfield-form-widgets-captcha input{
	float:right;
	margin:-15px 0 0;
	width:125px;
}
#commenting fieldset form .formControls,
.reply fieldset form .formControls{
	clear:both;
	margin:0;
	text-align:right;
}
#commenting fieldset form .formControls input,
.reply fieldset form .formControls input{
	padding:5px 10px;
	margin:0 0 0 5px;
	background:#9d9893;
	border:none;
	color:#fff;
	font-weight:700;
	font-size:1.2em;
	text-transform:uppercase;
	cursor:pointer;
}
.reply fieldset form .formControls input{
	background:#9d9893;
	color:#fff;
}



/*--------------------------------------------------------------------------------------------------------------
	== PAGE D'ACCUEIL
--------------------------------------------------------------------------------------------------------------*/
.portletPageLeftColumn{
}
.portletPageRightColumn{
}


/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE LISTE
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #content-core .tileItem{
	margin:30px 0 0;
	padding: 0 10px;
}
#portal-column-content #content-core .tileItem + .tileItem{
	padding-top:30px;
	border-top: 1px solid #e0e0d5;
}
#portal-column-content #content-core .tileItem h2{
	margin:0 0 5px;
	font-size:1.5em;
	text-transform:uppercase;
	overflow:hidden;
}
#portal-column-content #content-core .tileItem h2 a{
	display:inline-block;
	padding:0;
	line-height:normal;
	color:#313131!important;
}
#portal-column-content #content-core .tileItem h2 a:hover,
#portal-column-content #content-core .tileItem h2 a:focus{
	text-decoration:none;
}
#portal-column-content #content-core .tileItem > a:first-child{
	float: right;
	width: 200px;
	height: 125px;
	overflow: hidden;
	margin-left: 45px;
	margin-top: 20px;
}
#portal-column-content #content-core .tileItem > a:first-child img{
	max-height: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#portal-column-content #content-core .tileItem:hover > a:first-child img{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
#portal-column-content #content-core .tileItem p{
	font-size:1.1em;
	line-height:normal;
}
#portal-column-content #content-core .tileItem p.tileFooter{
	margin-top:5px;
	font-size:0.8em;
}
#portal-column-content #content-core .tileItem p.tileFooter a{
	display: block;
    font-family: "metro";
    font-weight: 700;
    text-transform: uppercase;
}

#portal-column-content #content-core .tileItem p.tileFooter a:after {
    content: " ";
    font-family: "FontAwesome";
}
#portal-column-content #content-core .tileItem p.tileFooter a:hover,
#portal-column-content #content-core .tileItem p.tileFooter a:focus{
	color:#313131!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== FORMULAIRE NEWSLETTER/CONTACT/PLONEFORMGEN
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #newsletter{
	font-size:1em!important;
}
#portal-column-content #newsletter .documentDescription{
	margin:0!important;
}
#portal-column-content #content > div[id^="parent-fieldname-formPrologue"] {
	margin-top: 30px;
}
#content form{
	margin:30px 0 0;
	padding:0;
}
#content  form fieldset{
	margin:0;
	padding:0;
	border:none;
}
#content fieldset legend{
	color: #222222;
    font-size: 2em;
    font-weight: normal;
    line-height: 1;
    margin: 30px 0 10px;
    padding: 0;
    text-transform: uppercase;
}
.formHelp {
	font-size: 1.4em;
	margin: 0 0 5px;
	font-style: italic;
	font-weight: 300;
	line-height: 1em;
}
body.not(.userrole-authenticated) #content form .field{
	margin:0 0 40px;
	padding:0;
	border:0;
	font-size: 1.6em;
	background: none;
}
#content  form div.field.error .fieldErrorBox{
	font-size: 0.9em;
	margin: 3px 0 5px;
	font-style: italic;
	font-weight: 300;
	color: #ff5063;
	line-height: 1em;
}
#content label{
	font-weight: 300;
}
#content  form .field > label,
#content  form .field .label,
#content  form fieldset .liste-newsletters p,
#content  form fieldset .liste-newsletters label{
	font-weight: 700;
	color: #000;
}
#content  form .field input[type=text]{
	width:50%;
	padding:10px;
	border:1px solid #ccc ;
}
#content  form .field textarea{
	width:50%;
	padding:10px;
	border:1px solid #ccc ;
}

#content  form fieldset .formControls{
	margin:20px 0 0;
	padding:20px 0 0;
	border:none;
}
#content  form .formControls {
	overflow: hidden;
}
#content  form .formControls input[type=submit]{
	float: right;
	padding: 4px 8px 5px;
	background: #A12157;
	color: #FFF !important;
	text-transform: uppercase;
	position: relative;
	margin-top: 5px;
	border: 2px solid #FFF;
	cursor: pointer;
}





#portal-column-content #content > div[id^="parent-fieldname-formEpilogue"] {
	margin-bottom: 10px;
	font-style: italic;
	font-size: 1.4em;
	color:#444;
	border-top: 1px solid #ccc  ;
	padding-top: 15px;
	color: #ccc  ;
}
div.attention, div.caution, div.danger, div.error, div.hint, div.important, div.note, div.tip, div.warning {
	font-size: 100%;
}



/*--------------------------------------------------------------------------------------------------------------
	== 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:#313131!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:#E0E0D5;
	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.6em;
}
#portal-column-content #content-core #search-results-bar dl.actionMenu{
	float:right;
	position:relative;
	font-size:1.4em;
}
#portal-column-content #content-core #search-results-bar dl.actionMenu dd{
	position:absolute;
	right:0;
	left:auto;
	font-size: 0.7em;
}
#portal-column-content #content-core #search-results-bar dl.actionMenu dd > div{
	padding:10px;
	background:#f9f9fa;
	border:1px solid #fff;
	font-size:1.6em;
}
#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;
	font-size:1.6em;
}
#portal-column-content #content-core #search-results-bar a:hover,
#portal-column-content #content-core #search-results-bar a:focus{
	color:#313131!important;
}

/*
	LISTE
*/
#portal-column-content #content-core #search-results{
	margin:20px 0 0;
	padding:0;
}
#portal-column-content #content-core #search-results dl dt{
	margin:0 0 5px;
	font-size:2.8em;
	text-transform:uppercase;
    font-family: 'metro';
	font-weight: 300;
	background: none;
	padding: 0 !important;
}
#portal-column-content #content-core #search-results dl dt a{
	display:inline-block;
	padding: 0;
	background: none;
	border:none;
	color:#313131!important;
}
#portal-column-content #content-core #search-results dl dt a:hover,
#portal-column-content #content-core #search-results dl dt a:focus{
	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;
	padding-bottom: 15px;
	border-bottom: 1px solid #e0e0d5;

}
#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:#313131!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;
}
.userrole-manager.portaltype-folder #plone-contentmenu-actions{
    display:block;
}

/*--------------------------------------------------------------------------------------------------------------
	== 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:#E0E0D5;
	border:none;
	overflow:hidden;
}
#portal-column-content #content-core .eventDetails ul li{
	float:left;
	min-height:60px;
	max-width: 30%;
}
#portal-column-content #content-core .eventDetails ul li + li{
	margin:0 0 0 15px;
	padding:0 0 0 15px;
	border-left:1px solid #fff;
}
#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;
	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;
	line-height: 1.2em;
}
#portal-column-content #content-core .eventDetails ul li span.entete{
	display:block;
	margin:0 0 5px;
	font-weight:bold;
	display:none;
}
#portal-column-content #content-core .eventDetails ul li.calendrier a{
	margin:0 15px 0 0;
	color:#313131;
}
#portal-column-content #content-core .eventDetails ul li.calendrier a:hover,
#portal-column-content #content-core .eventDetails ul li.calendrier a:focus{
	color:#313131!important;
}
#portal-column-content #content-core #parent-fieldname-eventUrl{
	display:inline-block;
	margin:15px 0 0;
	padding:3px 10px;
	background:#A12157;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	behavior: url(++resource++PIE.htc);
	border-bottom:none;
	color:#fff!important;
	font-size: 1.6em;
}
#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
--------------------------------------------------------------------------------------------------------------*/
.template-agenda_view #portal-breadcrumbs,
.template-ftwcalendar_view #portal-breadcrumbs  {
	display: none;
}
/*
	BOUTON CALENDRIER
*/
.template-agenda_view #portal-column-content .voir-le-calendrier{
	float:right;
	text-align:right;
	display:none;
}
#portal-column-content .voir-le-calendrier a{
	padding:5px 10px;
	background:#313131;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	behavior: url(++resource++PIE.htc);
	color:#fff;
	font-weight:300;
	text-transform:uppercase;
	font-size: 1.6em;
}
#portal-column-content .voir-le-calendrier a:hover,
#portal-column-content .voir-le-calendrier a:focus{
	background:#313131;
	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:#313131;
}
.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:#A12157;
	color:#fff;
}
#content ul.liste-photos{
	clear:both;
	padding:20px 0 0;
}
#content ul.liste-photos li,
#content ul.liste-photos li:nth-child(3n){
	margin:0 5px 5px 0;
	overflow: hidden
}
#content ul.liste-photos li a{
	width:auto;
}
#content ul.liste-photos li a.albumsphotos{
	padding:0;
	width:auto;
	background:#fff;
	overflow:hidden;
}
#content ul.liste-photos li a.albumsphotos img{
	height:130px;

	-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 a.albumsphotos:hover img,
#content ul.liste-photos li a.albumsphotos:focus img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
#content ul.liste-photos li a.viewimagealbumsphotos{
	left:0;
	right:0;
	padding:5px;
	height:auto;
	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;
	bottom: -100px;
}
#content ul.liste-photos li:hover a.viewimagealbumsphotos,
#content ul.liste-photos li a.viewimagealbumsphotos:focus{
	background:rgba(0,0,0,1);
	-pie-background:rgba(0,0,0,1);
	behavior: url(++resource++PIE.htc);
	color:#fff!important;
	bottom: 0;
}


/*--------------------------------------------------------------------------------------------------------------
	== PAGE SON
--------------------------------------------------------------------------------------------------------------*/
.portaltype-son h2#download-son{
	margin:30px 0 10px;
	padding:0;
	color:#313131;
	font-size:1.6em;
	font-weight:normal;
	text-transform: uppercase;
	line-height:1em;
}


/*--------------------------------------------------------------------------------------------------------------
	== Formulaire de contact
--------------------------------------------------------------------------------------------------------------*/
.template-contact-info .documentDescription{
	display:none;
}

.template-contact-info #content form label{
	font-size: 1.6em;
}

.template-contact-info .formControls input{
	float:left !important;
}



/*--------------------------------------------------------------------------------------------------------------
	== PAGE FICHIER
--------------------------------------------------------------------------------------------------------------*/
.portaltype-file #content-core a{
	display:inline-block;
	margin:5px 0;
	padding:3px 10px;
	background:#A12157;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	behavior: url(++resource++PIE.htc);
	border-bottom:none;
	color:#fff!important;
	font-size: 1.6em;
}
.portaltype-file #content-core a:hover,
.portaltype-file #content-core a:focus{
	background:#313131;
	color:#fff!important;
	text-decoration:none;
}
.portaltype-file #content-core a img{
	display:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE PLAN DU SITE
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #content-core #portal-sitemap{
	margin: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{
	margin:0 0 0;
	padding:0 0 0;
}
#portal-column-content #content-core #portal-sitemap > li > div > a{
	margin:40px 0 0;
	display: block;
	padding:0!important;
	background:none;
	border:none;
	font-weight:300;
	line-height:1;
	color:#000 !important;
	line-height:1em;
	font-size: 2.5em;
    font-family: 'metro';
	text-transform: uppercase;
}
#portal-column-content #content-core #portal-sitemap > li:first-child > div > a{
	margin-top: ;
}
#portal-column-content #content-core #portal-sitemap > li > div > a:hover,
#portal-column-content #content-core #portal-sitemap > li > div > a:focus{
	text-decoration:none;
}

/* deuxieme niveau */
#portal-column-content #content-core #portal-sitemap > li > ul{
	margin:10px 0 0;
}
#portal-column-content #content-core #portal-sitemap > li > ul > li{
	margin:0 0 0 20px;
}
#portal-column-content #content-core #portal-sitemap > li > ul > li a:before{
	content:"";
	display:inline-block;
	width:7px;
    font-family: 'FontAwesome';
	color: #009ba1;
}
#portal-column-content #content-core #portal-sitemap > li > ul > li > div > a{
	margin:10px 0 5px;
	padding:0!important;
	font-size:1.8em;
	line-height: 1em;
	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 10px 20px;
}
#portal-column-content #content-core #portal-sitemap li li li{
}
#portal-column-content #content-core #portal-sitemap li li li a{
	padding:5px 0!important;
	background:none;
	text-transform:none;
	font-size:1.8em;
	line-height:1;
	color:#767672!important;
}
#portal-column-content #content-core #portal-sitemap li li li a:before{
	display:none;
}
#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";
	display:block;
	padding:0 0 20px 148px;
	font-size:4em;
	color:#464646;
}
#portal-column-content #login-form .field label{
	font-size:1.4em;
	font-style:normal;
}
#portal-column-content #login-form .field input{
	padding:5px;
	width:40%;
	font-size:1.3em;
}
#portal-column-content #login-form .formControls{
	margin:0 0 0 364px;
}
#portal-column-content #login-form .formControls input{
	margin:0;
	padding:2px 5px;
	background:#A12157;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(++resource++PIE.htc);
	color:#fff;
	font-weight:300;
	font-size:1.8em;
	cursor:pointer;
	float: none;
}
#portal-column-content #login-forgotten-password{
	margin:40px 0 0 148px;
	padding:40px 0 0;
	border-top:1px dotted #464646;
	font-size:1.1em;
}
#portal-column-content #login-forgotten-password a:hover,
#portal-column-content #login-forgotten-password a:focus{
	color:#313131!important;
}

/*
	MOT DE PASSE PERDU
*/
#portal-column-content #mail_password{}
#portal-column-content #mail_password fieldset{
	margin:0;
	padding:0;
	border:none;
}
#portal-column-content #mail_password fieldset legend{
	display:none;
}
#portal-column-content #mail_password .field{
	float:left;
	clear:none;
	margin:0 20px 0 0;
}
#portal-column-content #mail_password .field label{
	margin:0 10px 0 0;
	font-size:1.4em;
	font-style:normal;
	font-weight:normal;
}
#portal-column-content #mail_password .field input.context{
	margin:0;
	padding:2px 5px;
	background:#464646;
	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.3em;
	cursor:pointer;
}
#portal-column-content #mail_password + p{
	margin:30px 0 0;
	font-size:1.3em;
}
#portal-column-content #mail_password + p a:hover,
#portal-column-content #mail_password + p a:focus{
	color:#313131!important;
}



/*--------------------------------------------------------------------------------------------------------------
	== TRADUCTION
--------------------------------------------------------------------------------------------------------------*/

.template-at_babel_edit div.width-8.cell  {
    width: 90%;
	margin:0;
}
.template-at_babel_edit div.width-8.cell.position-0 {
	position: absolute;
	top: 0;
	right: -31%;
	left: auto;
	width: 40%;
	z-index: 999;
	background: #FAFAFA;
	padding: 20px;
}
#babel-edit h1 {
	background: none;
	padding: 0;
	font-family: "Source Sans Pro";
	font-size: 2em;
	color: #a12157;
}
.template-at_babel_edit #ajax-spinner {
	display: none !important;
}

.template-at_babel_edit #frame-content .field[rel="imageCaptionBSW"],
.template-at_babel_edit #frame-content .field[rel="subject"],
.template-at_babel_edit #frame-content .field[rel="relatedItems"],
.template-at_babel_edit #frame-content .field[rel="location"],
.template-at_babel_edit #frame-content .field[rel="effectiveDate"],
.template-at_babel_edit #frame-content .field[rel="expirationDate"],
.template-at_babel_edit #frame-content .field[rel="creators"],
.template-at_babel_edit #frame-content .field[rel="contributors"],
.template-at_babel_edit #frame-content .field[rel="rights"],
.template-at_babel_edit #frame-content .field[rel="allowDiscussion"],
.template-at_babel_edit #frame-content .field[rel="excludeFromNav"],
.template-at_babel_edit #frame-content .field[rel="presentation"],
.template-at_babel_edit #frame-content .field[rel="tableContents"],
.template-at_babel_edit #frame-content .field[rel="DisplayOnHomePage"],
.template-at_babel_edit #frame-content .field[rel="position"],
.template-at_babel_edit #frame-content .field[rel="custom_position"]{
	display: none;	
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= FOOTER
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-footer{
	margin:0;
	padding:0;
	background:#e0e0d5;
	border:none;
	position: relative
}
#portal-footer:before {
	position: absolute;
	top: -122px;
	left: 0;
	right: 0;
	content: "";
	background: transparent url("../images/tear_top-brown.png") repeat scroll center bottom;
	height: 122px;
}
#portlets-footer .managePortletsFallback {
	margin-bottom: 150px !important;
}


/*--------------------------------------------------------------------------------------------------------------
	== COORDONNEES
--------------------------------------------------------------------------------------------------------------*/
#coordonnees{
	padding: 30px 0 30px;
	border-bottom: 1px solid #767672;
	margin-bottom: 30px;
}
#coordonnees div > p:first-child{
	float: right;
}
#coordonnees div > p:first-child a{
	background: #FFF;
	color: #A12157;
    font-family: 'metro';
	text-transform: uppercase;
	padding: 5px 10px;
	display: inline-block;
	font-weight: 700;
}
#coordonnees div > h2{
	font-size: 3em;
}
#coordonnees div > p{
	font-size: 1.8em;
	margin: 0;
}
#coordonnees div {
	display: none;
}

.site-fr .display_fr,
.site-es .display_es,
.site-ko .display_ko {
	display: block !important;
}


/*--------------------------------------------------------------------------------------------------------------
	== SITE ACTION
--------------------------------------------------------------------------------------------------------------*/
#portal-siteactions{
	clear:none;
	float:none;
	padding: 5px 0;
	border:none;
	color:#fff;
	font-size:1.6em;
	background: #FFF;
}
#portal-siteactions li{
	display:inline-block;
	color:#313131;
	margin: 0 10px;
}

#portal-siteactions li a,
#portal-siteactions li a:visited{
	border:none;
	text-transform:none;
	color:#313131;
}
#portal-siteactions li a:hover{
	border:none;
	background:none;
	color:#313131;
}

/*--------------------------------------------------------------------------------------------------------------
	== PLAN DU SITE
--------------------------------------------------------------------------------------------------------------*/
#portal-footer #portal-sitemap-footer{
	padding:0 0 50px;
}
#portal-sitemap-footer > ul{
	padding:0;
	display: flex;
	text-align:center;
}

#portal-sitemap-footer > ul > li:last-child{
	display:none;
}

#portal-sitemap-footer > ul > li{
	display:inline-block;
	padding:0 50px 0 0;
	border:none;
	overflow:hidden;
	vertical-align:top;
	min-height: 250px;
	text-align: left;
	min-width: 16%;
}
#portal-sitemap-footer > ul > li:first-child{
	padding-left: 0;
	border-left: none;
}
#portal-sitemap-footer > ul > li:last-child{
	padding-right: 0;	
}
#portal-sitemap-footer ul li a{
	padding:0!important;
	background:none;
}
#portal-sitemap-footer > ul > li div{
	display:inline-block;
}
#portal-sitemap-footer > ul > li > div > a{
	line-height: 1em;
	font-family: 'metro';
	font-size: 1.8em;
	display:block;
	margin-bottom: 15px;
}
#portal-sitemap-footer > ul > li a{
	color: #767672 !important;
}
#portal-sitemap-footer > ul > li a:hover,
#portal-sitemap-footer > ul > li a:focus{
	color:#767672!important;
	text-decoration:none;
}
#portal-sitemap-footer > ul > li > ul{
	margin:0;
}
#portal-sitemap-footer > ul > li > ul li{
	display:block;
	margin:7px 0 0;
}
#portal-sitemap-footer > ul > li > ul li a{
	font-weight:300;
	font-size:1.4em;
	line-height:1;
	text-transform: none;
}
#portal-sitemap-footer > ul > li > ul li a:before{
	content:"";
	display:inline-block;
    font-family: 'FontAwesome';
	vertical-align: top;
}
#portal-sitemap-footer > ul > li > ul li a img{
	display:none;
}
#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:#313131;
	font-size:2em;
	text-transform:uppercase;
	line-height:1em;
}
.pb-ajax div div:first-child{
	margin:10px 0;
	padding:0;
	background:#fff;
	color:#313131;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:normal;
}
.pb-ajax div .formControls{
	margin:0;
}
.pb-ajax div .formControls input{
	margin:0;
	padding:2px 5px;
	background:#313131;
	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:#313131;
}
.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;
}

/*--------------------------------------------------------------------------------------------------------------
=  ADMINISTRATION
--------------------------------------------------------------------------------------------------------------*/

.template-dashboard #edit-bar{
	display:none;
}
.template-dashboard.userrole-manager #edit-bar{
	display:block;
}



#portal-column-content .liste_LieuxdeVie{
	display: none;
}

/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------------*/
/*
	= AJUSTEMENT PETITS ECRANS
*/
/*------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px){
		#visual-portal-wrapper{
			width:auto;
			border:none;
		}
		#visual-portal-wrapper .wrapper,
		.wrapper {
			padding: 0 20px;
			width:auto;
			border:none;
		}
		.section-accueil #bandeau-site {
			opacity: 1;
		}
		#bandeau-site {
			left: 20px;
		}
		#bandeau-site img{
			max-width: 200px;
		}

		#portal-globalnav > li > a {
			font-size: 1.2em;
		}
		.section-accueil #above-content .header p img {
			max-width: 40%;
			height: auto !important;
		}
		.site-fr #portal-globalnav{
			padding-right: 40px;
		}
		.site-fr #portlets-in-header .portletSearch {
			right: 25px;
		}
		.section-accueil #above-content .header h2{
			font-size: 4.8em;
		}
		.site-es #portal-globalnav > li > a {
			font-size: 1.1em;
		}

}
@media only screen and (max-width: 800px){
	
		#portlets-in-header,
		.section-accueil #above-content {
			display: none;
		}
	
		#portal-top{
			position: relative;
			border-top-width: 5px;
		}
		#bandeau-site {
			position: relative;
			display: inline-block;
		}
	
	

		/* NAVIGATION MINI */
		/* boutons */
		#portal-navigation > a{
			display:block;
			font-family: 'fontawesome';
			font-size:2.6em;
			position:absolute;
			bottom:20px;
			right:20px;
		}
		#portal-navigation > a:hover,
		#portal-navigation > a:focus,
		#portal-navigation ul#portal-globalnav:target + a:hover,
		#portal-navigation ul#portal-globalnav:target + a:focus{
			color:#9BB620;
			text-decoration:none;
		}
		#portal-navigation ul#portal-globalnav:target + a{
			display:none;
		}

		/* menu */
		#portal-navigation ul{ /* on masque sur la version > 800 */
			display:none;
			position:absolute;
			top:100%;
			right:-20px;
			left: -20px;
			width: auto;
			background:rgba(54,54,54,0.95);
			margin: 0;
			z-index: 99999;
		}
		#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 > li,
		#portal-globalnav > li:last-child{
			display:block;
			float:none;
			margin:0;
			padding:0;
			border:none;
			width:auto;
			max-width: 100%;
			border-top:1px solid #fff;
			text-align: left;
		}
		#portal-globalnav > li:hover{
			border-color: #fff !important;
			background: #313131;
		}
		#portal-globalnav > li:first-child{
			display:none;
		}
		#portal-globalnav > li a,
		#portal-globalnav > li:last-child > a{
			padding:30px;
			margin: 0;
			border:none;
			font-size:1.4em;
			color:#fff;
		}
		#portal-globalnav > li.selected a{
			background:none;
			color:#fff;
		}
		#portal-globalnav > li a:hover,
		#portal-globalnav > li a:focus,
		#portal-globalnav > li.selected a:hover,
		#portal-globalnav > li.selected a:focus{
			color:#fff !important;
			border-color: #FFF;
		}
		#portal-globalnav > li:hover > a::after {
			display: none;
		}
		#portal-globalnav li ul.submenu {
			 display: none !important;
		}
		
		#portal-navigation ul#portal-globalnav:target + a{
			display:block;
			position:absolute;
			bottom:20px;
			right:20px;
			font-family: 'FontAwesome';
			font-size:2.6em;
			color:#9BB620;
			background: #FFF;
		}
		#portal-navigation ul#portal-globalnav:target + a:before{
			content:"/";
			position:absolute;
			top:-9px;
			left:6px;
			font-size:1.5em;
			font-weight:bold;
		}


		/* STRUCTURE */
		.section-accueil #portal-columns {
			margin-top: 30px;
		}
		#portal-column-one,
		#portal-column-two{
			display: none;
		}
		.portletPageLeftColumn,
		.portletPageRightColumn{
			float:none;
			width:auto;
			border: none;
			padding: 0;
			margin: 0 0 20px
		}
		#portal-column-content {
			width: 100%;
			padding: 20px 0 180px;
		}
		#portal-breadcrumbs {
			display: none;
		}
		
		/* ACCUEIL */
		.agenda {
			display: none;
		}
		.section-accueil .a-la-une .portletHeader a {
			display: none;
		}
		.section-accueil #portal-column-content .a-la-une .portletItem {
			float: none;
			margin: 0 0 50px;
			width: 100%;
		}
		.section-accueil .a-la-une .portletItem a.illustration {
			height: auto;
		}
		
		.section-accueil #portlets-footer .continent p {
			padding: 0;
		}
		.section-accueil #portlets-footer .continent li{
			float: none;
			margin: 0 0 50px;
			width: 100%;
		}
		.section-accueil #portlets-footer .continent a.titre span + span {
			display: none;
		}
		.section-accueil #portlets-footer {
			margin-bottom: 130px;
		}
		
		/* ELPAGE NOS LIEUX DE VIE */
		#portal-column-content .map_LieuxdeVie{
			display: none;
		}
		#portal-column-content .liste_LieuxdeVie{
			display: block;
		}

			
		
		/* ELEMENTS DE PAGES DE DETAIL */
		#portal-column-content #content-core .tileItem > a:first-child{
			display: block;
			float: none;
			height: 100%;
			margin: 0 0 10px;
			width: 100%;
		}
		#portal-column-content #content-core .tileItem > a:first-child img{
			display:block;
			width:100%;
			height:auto;
		}
		#portal-column-content #content-core .eventDetails ul li,
		#portal-column-content #content-core .eventDetails ul li + li{
			float:none;
			margin:0 0 10px;
			padding:0;
			border:none;
		}
		#portal-column-content .relatedItems dl dd{
			float:none;
			width:100%;
		}

		/* FOOTER */
		#portal-sitemap-footer,
		#portal-siteactions{
			display: none;
		}
		#coordonnees {
			border: none;
			margin: 0;
		}

		/* CK EDITOR */
	#portal-column-content #content-core div[id^="parent-fieldname-text"] p.exergue,
		#portal-column-content #content-core div[id^="parent-fieldname-text"] h2 + p.exergue,
		#portal-column-content #content-core div[id^="parent-fieldname-text"] h3 + p.exergue,
		#portal-column-content #content-core div[id^="parent-fieldname-text"] h4 + p.exergue,
		#portal-column-content #content-core div[id^="parent-fieldname-text"] h5 + p.exergue,
		#portal-column-content #content-core div[id^="parent-fieldname-text"] h6 + p.exergue{
			float:none;
			margin:20px 0;
			width:auto;
		}
		#portal-column-content #content-core div[id^="parent-fieldname-text"] ul.deux-colonnes li{
			float:none;
			width:100%;
		}
		#portal-column-content #content-core div[id^="parent-fieldname-text"] img.image-droite,
		#portal-column-content #content-core div[id^="parent-fieldname-text"] img.image-gauche{
			float:none;
			width:100%;
			height:auto;
		}
}
@media only screen and (max-width: 500px){
	.section-accueil .citations {
		display: none;
	}
	.section-accueil #portlets-footer .continent h2 {
		font-size: 4.5em;
	}
	.section-accueil #portlets-footer .continent p {
		display: none;
	}

}

/*------------------------------------------------------------------------------------------------------------*/



