/**************************************************************************************************************/
/*			Sainte Genevieve Garenne - V1.5 Site generique

			Date : 17-01-2016
			Auteur : Jerem
			URL : http://pin2:41380/ste-genevieve-garenne

			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;
}
body {
	background:#f7f7f7;
	font-family: 'Open Sans';
	font-size:62.5%; /*ensuite 1em=10px en taille normale*/
	color:#4e4f56;
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	border: none;
	font-family: 'montserrat-regular';
    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:#4e4f56;
	-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:#4e4f56;
}
a:hover, a:focus{
	text-decoration: none;
	color:#376EC4;
}
input{
	font-family:'Open Sans';
}
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:#4e4f56;
}
#content a:hover,
dl.portlet a:hover {
	color:#376EC4 !important;
}
#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;
}


/* 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;
}


/* 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: 99;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= HEADER
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-top{
	margin:0 0 50px;
	padding: 10px 0 20px;
	background:#FFF;
}
#portal-top .clear{
	clear: both;
}


/*--------------------------------------------------------------------------------------------------------------
	== LOGO
--------------------------------------------------------------------------------------------------------------*/
#bandeau-site{
	float: left;
	margin: 10px 0 0;
	max-width: 26%;
}
#bandeau-site.bandeau_texte img{
	max-width: 100%;
}

/*--------------------------------------------------------------------------------------------------------------
	== RECHERCHE
--------------------------------------------------------------------------------------------------------------*/
#portlets-in-header{
	z-index:1;
	float: right;
	overflow: hidden;
	max-width: 70%;
}

dl.portlet.portletSearch .portletHeader,
dl.portlet.portletSearch .portletFooter{
	display: none;
}
dl.portlet.portletSearch .portletItem {
	padding: 0 ;
}
dl.portlet.portletSearch {
	float:right;
	margin:0 0 20px 20px;
	padding:0;
	position: relative
}
dl.portlet.portletSearch .searchField{
	padding: 3px 20px 3px 0;
	border:none;
	border-bottom: 1px solid #a1a2af;
	background: none;
	
}
dl.portlet.portletSearch .searchButton{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background:url(../images/picto-rechercher.png) 0 center no-repeat;
	border: none;
	width: 15px;
	text-indent:-5000px;
	cursor:pointer;
	
}

/*--------------------------------------------------------------------------------------------------------------
	== NEWSLETTER
--------------------------------------------------------------------------------------------------------------*/
.portletBSWNewsletterSubscriber{
	float:right;
	margin:0 0 20px;
	padding:0;
	position: relative
}
.portletBSWNewsletterSubscriber span{
	display: none;
}
.portletBSWNewsletterSubscriber #inscription:before{
	content: "Newsletter :  ";
	position: absolute;
	font-family: "montserrat-light";
	font-size: 1.5em;
	color: #376EC4;
	left: -7.5em;
	top: 0.3em;
	text-transform: uppercase;
}
.portletBSWNewsletterSubscriber p{
	margin:5px 0;
	font-size:1.1em;
}
.portletBSWNewsletterSubscriber form{
	position:relative;
}
.portletBSWNewsletterSubscriber form input[type=text]{
	padding: 3px 20px 3px 0;
	border:none;
	border-bottom: 1px solid #a1a2af;
	background: none;
}
.portletBSWNewsletterSubscriber form input[type=submit]{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background:url(../images/picto-newsletter.png) 0 center no-repeat;
	border: none;
	width: 15px;
	text-indent:-5000px;
	cursor:pointer;
}


/*--------------------------------------------------------------------------------------------------------------
	== NAVIGATION MINI
--------------------------------------------------------------------------------------------------------------*/
#portal-navigation{
	position:relative;
	z-index:150;
	margin:0;
	float: right;
	max-width: 70%;
	clear: right;
}

/*
	BOUTONS
*/*#portal-navigation > a,
#portal-navigation ul#portal-globalnav + a{
	display:none;
}

/*
  	RUBRIQUES
*/
#portal-globalnav{
	background:none;
}
#portal-globalnav > li{
	position:relative;
	margin: 0 0 0 5px;
}
#portal-globalnav > li > a{
	padding:0;
	min-width:0;
	background:none;
	border:none;
	font-size:1.4em;
	text-transform:uppercase;
	font-family: 'montserrat-regular';
	padding: 12px 9px;
	background: #376EC4;
	color: #fff;
	
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
#portal-globalnav > li#portaltab-ecole > a,
#portal-globalnav > li#portaltab-ecole > a:focus{
	background: #50612a !important;
}
#portal-globalnav > li#portaltab-college > a,
#portal-globalnav > li#portaltab-college > a:focus{
	background: #2f625d	!important;
}
#portal-globalnav > li#portaltab-lycee > a,
#portal-globalnav > li#portaltab-lycee > a:focus
{
	background: #203d43	!important;
}
#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: #373d91 !important;
	text-decoration: none;
	color: #fff;
}

#portal-globalnav li#portaltab-index_html a{
	background:#4e4f56 !important;
	display:none;
}

/*
	MENU DEROULANT
*/
#portal-globalnav li ul.submenu{
	display:block!important;
	z-index:2;
	left:50%;
	top:120%;
	margin-left:-100px;
	padding:20px;
	width:200px;
	background: #373d91;
	opacity:0;
	visibility:hidden;

	-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-globalnav li:hover ul.submenu{
	top:100%;
	opacity:1;
	visibility:visible;
}
#portal-globalnav li#portaltab-actualites ul.submenu {
	display: none !important;
}
#portal-globalnav li ul.submenu li{
	display:block;
	float:none;
	width:auto;
	text-align: center;
}
#portal-globalnav li ul.submenu li + li{
	margin:10px 0 0;
	padding:10px 0 0;
	border-top: 1px solid #376EC4;
	
}
#portal-globalnav li ul.submenu li a{
	padding:0;
	min-width:0;
	width:auto;
	background:none;
	border:none;
	font-size:1.4em;
	line-height: 1em;
	color:#fff !important;
}
#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;
}


/*------------------------------------------------------------------------------------------------------------*/
/*
	= HOME
*/
/*------------------------------------------------------------------------------------------------------------*/

#portletPageTopRow {
	overflow: hidden;
}

/*--------------------------------------------------------------------------------------------------------------
	== EDITO
--------------------------------------------------------------------------------------------------------------*/
.edito {
	float: right;
	width: 32%;
	background: #FFF;
	padding: 30px;
	font-size: 1.3em;
	margin-bottom: 30px;
}
.edito .portletHeader,
.edito h2 {
	display:none;
}
.edito p:before {
	content: url(../images/exergue.png);
	float: left;
	display: block;
	padding: 7px 10px 0 0;
}
.edito .portletFooter {
	position: relative;
}


.edito .portletFooter a{
	float: right;
	padding: 4px 8px 5px;
	background: #376EC4;
	color: #FFF !important;
	font-family: 'montserrat-regular';
	text-transform: uppercase;
	font-size: 0.8em;
	position: relative;
	
}
.edito .portletFooter a:before{
	border: 2px solid #376EC4;
    border-radius: inherit;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
	bottom: 0;
	right: 0;
    transform: scale3d(0.6, 0.6, 1);
    transition-delay: 0s, 0s;
    transition-duration: 0.3s, 0.3s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
#content .edito .portletFooter a:hover {
    background-color: #fff !important;
    color: #376EC4 !important;
	text-decoration: none;
}
.edito .portletFooter a:hover:before {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}


/*--------------------------------------------------------------------------------------------------------------
	== ALERTES
--------------------------------------------------------------------------------------------------------------*/
.alertes {
	float: right;
	width: 32%;
	background: #376EC4;
	padding: 30px;
	margin-bottom: 30px;
}
.alertes .portletHeader {
	display: none;
}
#content .alertes li {
	overflow: hidden;
}
#content .alertes li + li {
	margin-top: 20px;
}
#content .alertes h2{
	font-family: 'montserrat-light';
	font-size: 2.1em;
	line-height: 1.2em;
	display: block;
	text-transform: uppercase;
}
#content .alertes h2 a,
#content .alertes h2 a:hover{
	color: #FFF !important;
}
#content .alertes p,
#content .alertes a.savoirplus{
	color: #FFF;
	font-size: 1.3em;
}
#content .alertes a.savoirplus{
	float: right;
	padding: 4px 8px 5px;
	background: #fff;
	color: #376EC4 !important;
	font-family: 'montserrat-regular';
	text-transform: uppercase;
	position: relative;
	margin-top: 0
}
#content .alertes a.savoirplus:before{
	border: 2px solid #fff;
    border-radius: inherit;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
	bottom: 0;
	right: 0;
    transform: scale3d(0.6, 0.6, 1);
    transition-delay: 0s, 0s;
    transition-duration: 0.3s, 0.3s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
#content .alertes a.savoirplus:hover {
    background-color: #376EC4 !important;
    color: #fff !important;
	text-decoration: none;
}
#content .alertes a.savoirplus:hover:before {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/*--------------------------------------------------------------------------------------------------------------
	== SLIDER HOME
--------------------------------------------------------------------------------------------------------------*/
.slider-home {
	float: left;
	width: 66%;
}
.slider-home .bx-controls-auto{
	display: none;
}


/*--------------------------------------------------------------------------------------------------------------
	== AGENDA
--------------------------------------------------------------------------------------------------------------*/
.agenda {
	float: right;
	clear: right;
	width: 32%;
	background: #FFF;
	padding: 15px;
	border-bottom: 5px solid #ffa803;
}
#content .agenda .portletHeader a{
	font-family: 'montserrat-light';
	font-size: 2.9em;
	line-height: 1em;
	padding-bottom: 20px;
	border-bottom: 1px solid #4e4f56;
	color: #4e4f56;
	display: block;
	text-transform: uppercase;
	background:url(../images/picto-calendar.png) right 0 no-repeat;

}
#content .agenda .portletItem {
	border-bottom: 1px solid #a1a2af;
	overflow: hidden;
	padding: 10px 0;
}
#content .agenda .portletItem:last-child {
	border-bottom: none;
}
#content .agenda .portletItem h2{
	float: right;
	width: 65%;
	font-size: 1.3em;
}
#content .agenda .portletItem > span {
	color: #a1a2af;
	font-size: 1.3em;
}

.agenda .portletFooter a{
	float: right;
	padding: 4px 8px 5px;
	background: #376EC4;
	color: #FFF !important;
	font-family: 'montserrat-regular';
	text-transform: uppercase;
	position: relative;
	margin-top: 5px
	
}
.agenda .portletFooter a:before{
	border: 2px solid #376EC4;
    border-radius: inherit;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
	bottom: 0;
	right: 0;
    transform: scale3d(0.6, 0.6, 1);
    transition-delay: 0s, 0s;
    transition-duration: 0.3s, 0.3s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.agenda .portletFooter a:hover {
    background-color: #fff !important;
    color: #376EC4 !important;
	text-decoration: none;
}
.agenda .portletFooter a:hover:before {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}



/*--------------------------------------------------------------------------------------------------------------
	== BOUTONS
--------------------------------------------------------------------------------------------------------------*/
.acces-rapide {
	clear: both;
	margin: 70px 0;
	padding: 70px 0;
	border-bottom: 1px solid #a1a2af;
	border-top:1px solid #a1a2af
}
#content .acces-rapide > ul > li{
	display: inline-block;
	padding: 0 30px;
	background: none;
	vertical-align: top;
	width: 15%;
	min-height: 145px;
}
.acces-rapide > ul > li  a{
	font-family: 'montserrat-light';
	font-size: 1.5em;
	display: block;
	position: relative;
}

.acces-rapide > ul > li > a{
	text-align: center;
}

.acces-rapide > ul > li > a:before {
	width: 80px;
	height: 80px;
	content: "";
	-webkit-border-radius: 40px;
	border-radius: 40px;
	display: block;
	margin: 0 auto 10px;
	
	box-shadow: 0 0 0 40px #376EC4 inset;
	transform: scale3d(1, 1, 1);
    transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
	
}

.acces-rapide > ul > li > a:hover:before {
    box-shadow: 0 0 0 2px #376EC4 inset;
    transform: scale3d(1.1, 1.1, 1);
}
.acces-rapide > ul > li > a:after {
	content: "";
	height: 45px;
	position: absolute;
	top: 17px;
	left: 0;
	right: 0;
}
.acces-rapide > ul > li > a:hover:after {
	background-position: center -100px !important;
}
.acces-rapide > ul > li.inscription > a:after {
	background:	url(../images/picto_inscription.png) center 0 no-repeat;
}
.acces-rapide > ul > li.contact > a:after {
	background:	url(../images/picto_contact.png) center 0 no-repeat;
}
.acces-rapide > ul > li.documents > a:after {
	background:	url(../images/picto_documents.png) center 0 no-repeat;
}
.acces-rapide > ul > li.menu > a:after {
	background:	url(../images/picto_menu.png) center 0 no-repeat;
}
.acces-rapide > ul > li.liens > a:after {
	background:	url(../images/picto_liens.png) center 0 no-repeat;
}



#content .acces-rapide > ul > li:last-child{
	width: 23%;
	vertical-align: middle;
	background: #FFF;
	margin-top: -10px;
}
#content .acces-rapide ul li ul{
	margin-top: 15px;
	margin-bottom: 15px;
}
#content .acces-rapide ul li ul li{
	background: none;
	padding: 0;
}
#content .acces-rapide ul li ul li h2{
	text-transform: uppercase;
	color: #777777;
    font-family: 'montserrat-light';
	font-size: 2em;
}
#content .acces-rapide ul li ul li a{
	background:	url(../images/sprite.png) 0 0 no-repeat;
	padding-left: 25px;
	padding: 5px 0 5px 25px;
	display: block;
}
#content .acces-rapide ul li ul li a.parents{
	background-position: 0 0;
}
#content .acces-rapide ul li ul li a.enseignants{
	background-position: 0 -40px;
}
#content .acces-rapide ul li ul li a.enfants{
	background-position: 0 -85px;
}
#content .acces-rapide ul li ul li a:hover{
	-moz-transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-o-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}






/*--------------------------------------------------------------------------------------------------------------
	== A LA UNE
--------------------------------------------------------------------------------------------------------------*/
#content .a-la-une .portletHeader{
	font-family: 'montserrat-light';
	font-size: 4em;
	line-height: 1em;
	padding-bottom: 20px;
	color: #4e4f56;
	display: block;
	text-transform: uppercase;
	text-align:center;
}
#content .a-la-une .portletItem {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	background: #fff;
	border-bottom: 5px solid #ffa803;
	padding-bottom: 25px;
	min-height: 380px;
}
#content .a-la-une .portletItem:last-child {
	margin-right: 0;
}
#content .a-la-une .portletItem a.illustration{
	display: block;
	overflow:hidden;
	height: 180px
}
#content .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;
}
#content .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);
}

#content .a-la-une .portletItem h2,
#content .a-la-une .portletItem p{
	padding: 0 10px;
	font-size: 1.4em;
	line-height: 1.3em;
}
#content .a-la-une .portletItem h2{
	font-family: "Open Sans";
	text-transform: uppercase;
	margin: 10px 0 10px 0;
	font-weight: bold;
	font-size: 1.6em;
}
#content .a-la-une .portletFooter a{
	clear: both;
	text-align: right;
	font-size: 1.3em;
	color: #b2b2ae;
	display: block;
	text-transform: uppercase;
	padding-top: 15px;
	font-weight: 600;
}




/*------------------------------------------------------------------------------------------------------------*/
/*
	= PORLTETS
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-columns dl.portlet{
	margin:0 0 30px;
}
#portal-columns dl.portlet dt{
	padding:0;
	background:none;
	font-size:1.4em;
	text-transform:uppercase;
}
#portal-columns dl.portlet dd{
	padding:0;
	font-size:1.4em;
}

/*--------------------------------------------------------------------------------------------------------------
	== 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;
	border-bottom: 5px solid #376EC4;
}

/*--------------------------------------------------------------------------------------------------------------
	== SOUS NAVIGATION ECOLE
--------------------------------------------------------------------------------------------------------------*/

 .section-ecole dl.portlet.portletNavigationTree{
	border-bottom: 5px solid #50612a;
}

 .section-ecole dl.portlet.portletNavigationTree ul li a.navTreeCurrentItem{
	color: #50612a !important;
}

 .section-ecole  #portal-globalnav li ul.submenu{
	color: #50612a !important;
}

#portal-globalnav li#portaltab-ecole ul.submenu, #portal-globalnav li#portaltab-ecole ul.submenu li a{
	background: #50612a !important;
}

#portal-globalnav li#portaltab-ecole ul.submenu li + li { 
	border-top:1px solid #fff;
}


/*--------------------------------------------------------------------------------------------------------------
	== SOUS NAVIGATION college
--------------------------------------------------------------------------------------------------------------*/

 .section-college dl.portlet.portletNavigationTree{
	border-bottom: 5px solid #2f625d;
}

 .section-college dl.portlet.portletNavigationTree ul li a.navTreeCurrentItem{
	color: #2f625d !important;
}

 .section-college  #portal-globalnav li ul.submenu{
	color: #2f625d !important;
}

#portal-globalnav li#portaltab-college ul.submenu, #portal-globalnav li#portaltab-college ul.submenu li a{
	background: #2f625d !important;
}

#portal-globalnav li#portaltab-college ul.submenu li + li { 
	border-top:1px solid #fff;
}



/*--------------------------------------------------------------------------------------------------------------
	== SOUS NAVIGATION lycee
--------------------------------------------------------------------------------------------------------------*/

 .section-lycee dl.portlet.portletNavigationTree{
	border-bottom: 5px solid #203d43;
}

 .section-lycee dl.portlet.portletNavigationTree ul li a.navTreeCurrentItem{
	color: #203d43 !important;
}

 .section-lycee  #portal-globalnav li ul.submenu{
	color: #203d43 !important;
}

#portal-globalnav li#portaltab-lycee ul.submenu, #portal-globalnav li#portaltab-lycee ul.submenu li a{
	background: #203d43 !important;
}

#portal-globalnav li#portaltab-lycee ul.submenu li + li { 
	border-top:1px solid #fff;
}






dl.portlet.portletNavigationTree dd ul{
}

/* racine */
dl.portlet.portletNavigationTree ul li.navTreeTopNode{
	margin:0 0 20px;
	padding:0 0 10px;
	background:none;
	border:none;
	text-transform:uppercase;
	border-bottom: 1px solid #4e4f56;
    color: #4e4f56;
	font-size:1.5em;
	font-family: "montserrat-light";
}
dl.portlet.portletNavigationTree ul li.navTreeTopNode a{
	color:#4e4f56 !important;
}

/* premier niveau */
dl.portlet.portletNavigationTree ul li,
dl.portlet ul.navTreeLevel0 > .navTreeItem{
	margin:10px 0 10px 0px;
	padding:0;
	background: none;
	border:none;
	
}

dl.portlet ul.navTreeLevel0 > .visualNoMarker a:before{
	content: "\f105";
	display:inline-block;
	margin:0 5px 0 0;
    font-family: 'FontAwesome';
	font-size:1em;
	color:#4e4f56 ;
}
dl.portlet.portletNavigationTree ul li a{
	margin:0;
	padding:0!important;
	background:none;
	line-height:1.2em;
	color:#4e4f56!important;
}
dl.portlet.portletNavigationTree ul li a:hover,
dl.portlet.portletNavigationTree ul li a:focus{
	color:#376EC4!important;
}
dl.portlet.portletNavigationTree ul li a.navTreeCurrentItem,
dl.portlet.portletNavigationTree ul li a.navTreeItemInPath{
	margin:0;
	background:none;
	border:none;
	color: #376EC4 !important;
	font-weight: 600;
}

dl.portlet ul.navTreeLevel0 > .visualNoMarker a.navTreeCurrentItem:before,
dl.portlet ul.navTreeLevel0 > .visualNoMarker a.navTreeItemInPath:before{
	color:#376EC4 ;
	font-weight: 400;
	font-size: 1em;
}
dl.portlet.portletNavigationTree ul li a img{
	display:none;
}

/* deuxieme niveau */
dl.portlet.portletNavigationTree ul li ul{
	/*border-left: 1px solid #a1a2af;*/
	margin: 0 0 30px 10px;
	padding: 5px 0;
}
dl.portlet.portletNavigationTree ul li ul li.navTreeItem{
	margin: 5px 0 5px 0;
	padding: 0 0 0 5px;
	background:none;
}
dl.portlet.portletNavigationTree ul li ul li a{
	font-size: 0.9em;
	position: relative;
	padding-left: 8px !important;
}
dl.portlet ul.navTreeLevel0 > .visualNoMarker ul li a:before{
	content: ".";
	font-size: 1em;
	position: absolute;
	top: -0.2em;
	left: 0;
}
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;
}




/*--------------------------------------------------------------------------------------------------------------
	== AGENDA
--------------------------------------------------------------------------------------------------------------*/
.portlet-agenda{
}
.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:#376EC4;
}
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:'Open Sans';
	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;
}


/*--------------------------------------------------------------------------------------------------------------
	== CONTENUS CORRELES
--------------------------------------------------------------------------------------------------------------*/
#portal-columns dl.portlet.portletBSWContenusCorreles{}
#portal-columns dl.portlet.portletBSWContenusCorreles dt span:nth-child(2){
	margin:0 0 10px;
	padding:0 0 3px;
	background:none;
	border:none;
	text-transform:uppercase;
	border-bottom: 1px solid #4e4f56;
    color: #4e4f56;
	font-size:1.5em;
	font-family: "montserrat-light";
	font-weight: normal;
	display: block;
}
#portal-columns dl.portlet.portletBSWContenusCorreles dd{
	margin: 0;
}

#portal-columns dl.portlet.portletBSWContenusCorreles dd > a:first-child{
	display:inline-block;
	margin:0;
	color:#4e4f56!important;
	text-transform: uppercase;
}
#portal-columns dl.portlet.portletBSWContenusCorreles dd span{
	display:block;
	margin:3px 0;
	font-weight:400;
}
#portal-columns dl.portlet.portletBSWContenusCorreles dd p{
	margin:0;
}
#portal-columns dl.portlet.portletBSWContenusCorreles dd a{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom: 5px;
}
#portal-columns dl.portlet.portletBSWContenusCorreles dd a img{
	display:block;
	width:100%;
	

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#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);
}
/*--------------------------------------------------------------------------------------------------------------
	== 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:#fff!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{
}
#visual-portal-wrapper .wrapper{
	max-width: 1180px;
	margin: auto;
	position: relative
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= MAIN
*/
/*------------------------------------------------------------------------------------------------------------*/
/*ensemble des trois colonnes*/
#portal-columns{
}
#portal-columns:after{
	content:"";
	display:block;
	clear:both;
}

/*--------------------------------------------------------------------------------------------------------------
	== CENTRE
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content{
	margin:0;
	padding: 30px;
	overflow:hidden;
	background: #FFF;
}
.section-accueil #portal-column-content{
	overflow:visible;
	background: none;
	padding:0;
}
.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 30px 0 0;
	padding:0;
	width:24%;
}
#portal-column-two{
	float:right;
	margin:0 0 0 30px;
	padding:0;
	width:24%;
}
#portal-column-two > div:not(.managePortletsLink) > *,
#portal-column-one > div:not(.managePortletsLink) > * {
	background:#FFFFFF;
	margin-bottom: 30px;
	padding: 30px;
}


/*--------------------------------------------------------------------------------------------------------------
	== ABOVE CONTENT
--------------------------------------------------------------------------------------------------------------*/
#above-content{}

/*
	CHEMIN DE FER
*/
#portal-breadcrumbs{
	margin:0 0 20px;
    padding:0;
	color:#a1a2af;
	font-size: 1.4em;
}
#portal-breadcrumbs #breadcrumbs-you-are-here{
	display:none;
}
#portal-breadcrumbs a{
	color:#a1a2af;
}


/*
	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;
}

/*
	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:#4e4f56;
	font-family: 'montserrat-light';
	text-transform: uppercase;
	font-size: 2.9em;
}
.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{
	display: none;
}

/*
	DESCRIPTION
*/
#portal-column-content .documentDescription{
	margin:0;
	padding:0;
	color:#4e4f56;
	font-weight: 600;
	font-size:1.4em;
	font-family: "Open Sans";
}
.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.4em;
	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:#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{
	margin-top: 30px;
	padding:5px 0;
	border-top:1px dashed #4e4f56;
	border-bottom:1px dashed #4e4f56;
	text-align:center;
	font-size:1.4em;
}
#portal-column-content .listingBar a{
	padding:0;
	border:none;
}
#portal-column-content .listingBar a:hover,
#portal-column-content .listingBar a:focus{
	background:none;
	color:#4e4f56!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:#F7F7F7;
	border-bottom: 5px solid #376EC4;
}
#portal-column-content .relatedItems dl{
	overflow:hidden;
}
#portal-column-content .relatedItems dl dt {
	display: none;
}
#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.4em;
}
#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:#4e4f56 !important;
}
#portal-column-content .relatedItems dl dd span img{
	display:none;
}

/*
	MOTS CLES
*/
#category{
	display:none;
}
#category a.link-category{
	background:#ccc;
}
#category a.link-category:hover,
#category a.link-category:focus{
	background:#000;
}

/*
	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:#000;
}

/*
	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:#000;
	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;
}
#portal-column-content #content-core .tileItem + .tileItem{
	padding:30px 0 0;
	border-top: 1px solid #a1a2af;
}
#portal-column-content #content-core .tileItem h2{
	margin:0 0 5px;
	font-size:1.5em;
	font-weight: 300;
	text-transform:uppercase;
	overflow:hidden;
}
#portal-column-content #content-core .tileItem h2 a{
	display:inline-block;
	line-height:normal;
	color:#4e4f56!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: 125px;
	height: 125px;
	overflow: hidden;
	-webkit-border-radius: 75px;
	border-radius: 75px;
	margin-left: 45px;
	margin-top: 20px;
	border: 2px solid #376EC4 
}
#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 h2 + a{
	float:left;
	margin:3px 10px 0 0;
}
#portal-column-content #content-core .tileItem p{
	line-height:normal;
}
#portal-column-content #content-core .tileItem p.tileFooter{
	display: none;
}

/*--------------------------------------------------------------------------------------------------------------
	== 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: 0.9em;
	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.4em;
	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{
	font-weight: 400;
	color: #000;
}

#content  form .field .label{
	font-size: 1.5em;
}

#content label{
	font-size: 1.3em;
	margin: 0 0 0 5px;
}

.field{
	margin-bottom:30px;
}


#content  form .field input[type=text]{
	width:50%;
	padding:10px;
	border:1px solid #a1a2af;
}
#content  form .field textarea{
	width:100%;
	padding:10px;
	border:1px solid #a1a2af;
}

#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: #376EC4;
	color: #FFF !important;
	font-family: 'montserrat-regular';
	text-transform: uppercase;
	position: relative;
	margin-top: 5px;
	border: 2px solid #FFF;
	cursor: pointer;
	
	-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;
	
}

#content  form .formControls input[type=submit]:hover {
    background-color: #fff !important;
    color: #376EC4 !important;
	text-decoration: none;
	border: 2px solid #376EC4;
}




#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 #7d7d7d ;
	padding-top: 15px;
	color: #7d7d7d ;
}
div.attention, div.caution, div.danger, div.error, div.hint, div.important, div.note, div.tip, div.warning {
	font-size: 100%;
}


.portaltype-formsavedata2contentadapter #content-core {
    overflow: scroll;
}


/*--------------------------------------------------------------------------------------------------------------
	== 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:#F7F7F7;
	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:#F7F7F7;
	border:1px solid #fff;
	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{
	margin:0 0 5px;
	font-size:2.2em;
	line-height: 1em;
	font-weight: 300;
	text-transform:uppercase;
	overflow:hidden;
	background: none;
	padding: 0 !important;
	font-family: "montserrat-regular";
}
#portal-column-content #content-core #search-results dl dt a{
	color:#4e4f56!important;
}
#portal-column-content #content-core #search-results dl dt a:hover,
#portal-column-content #content-core #search-results dl dt a:focus{
	color:#4e4f56!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 0 30px;
	font-size:1.4em;
	padding:0 0 30px;
	border-bottom: 1px solid #d8d8d8;
}
#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:#4e4f56!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:#F7F7F7;
	border: none;
	border-bottom: 5px solid #376EC4;
	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 solid #a1a2af;
}
#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;
}
#portal-column-content #content-core .eventDetails ul li span.entete{
	display:block;
	margin:0 0 5px;
	font-weight:bold;
}
#portal-column-content #content-core .eventDetails ul li.calendrier a{
	margin:0 15px 0 0;
	color:#376EC4;
}
#portal-column-content #content-core .eventDetails ul li.calendrier a:hover,
#portal-column-content #content-core .eventDetails ul li.calendrier a:focus{
	color:#376EC4!important;
}
#portal-column-content #content-core #parent-fieldname-eventUrl{
	float: right;
	padding: 4px 8px 5px;
	background: #376EC4;
	color: #FFF !important;
	font-family: 'montserrat-regular';
	text-transform: uppercase;
	position: relative;
	margin-top: 5px
	
}
#portal-column-content #content-core #parent-fieldname-eventUrl:before{
	border: 2px solid #376EC4;
    border-radius: inherit;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
	bottom: 0;
	right: 0;
    transform: scale3d(0.6, 0.6, 1);
    transition-delay: 0s, 0s;
    transition-duration: 0.3s, 0.3s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
#portal-column-content #content-core #parent-fieldname-eventUrl:hover {
    background-color: #fff !important;
    color: #376EC4 !important;
	text-decoration: none;
}
#portal-column-content #content-core #parent-fieldname-eventUrl:hover:before {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE CALENDRIER
--------------------------------------------------------------------------------------------------------------*/
/*
	BOUTON CALENDRIER
*/
#portal-column-content .voir-le-calendrier{
}
#portal-column-content .voir-le-calendrier a{
	float: right;
	padding: 4px 8px 5px;
	background: #376EC4;
	color: #FFF !important;
	font-family: 'montserrat-regular';
	text-transform: uppercase;
	position: relative;
	margin-top: -30px
	
}
#portal-column-content .voir-le-calendrier a:before{
	border: 2px solid #376EC4;
    border-radius: inherit;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
	bottom: 0;
	right: 0;
    transform: scale3d(0.6, 0.6, 1);
    transition-delay: 0s, 0s;
    transition-duration: 0.3s, 0.3s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
#portal-column-content .voir-le-calendrier a:hover {
    background-color: #fff !important;
    color: #376EC4 !important;
	text-decoration: none;
}
#portal-column-content .voir-le-calendrier a:hover:before {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/*
	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:#F7F7F7;
	border:1px solid #ccc;
	font-weight:bold;
}
.fc-content a.fc-event{
	background:#376EC4;
	border:1px solid #376EC4!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:#376EC4;
	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:#000;
	font-size:1.6em;
	font-weight:normal;
	text-transform: uppercase;
	line-height:1em;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE FICHIER
--------------------------------------------------------------------------------------------------------------*/

.portaltype-file #content-core a{
	float: right;
	padding: 4px 8px 5px;
	background: #376EC4;
	color: #FFF !important;
	font-family: 'montserrat-regular';
	text-transform: uppercase;
	position: relative;
	margin-top: 5px
	
}
.portaltype-file #content-core a:before{
	border: 2px solid #376EC4;
    border-radius: inherit;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
	bottom: 0;
	right: 0;
    transform: scale3d(0.6, 0.6, 1);
    transition-delay: 0s, 0s;
    transition-duration: 0.3s, 0.3s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.portaltype-file #content-core a:hover {
    background-color: #fff !important;
    color: #376EC4 !important;
	text-decoration: none;
}
.portaltype-file #content-core a:hover:before {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
.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:50px 0 0;
	padding:0 0 20px;
	border-bottom:1px solid #a1a2af;
}
#portal-column-content #content-core #portal-sitemap > li > div > a{
	margin:0;
	padding:0!important;
	background:none;
	border:none;
	font-size:2em;
	font-weight:normal;
	text-transform:uppercase;
	line-height:1;
	color: #376EC4 !important;
}
#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:20px 0 0;
}
#portal-column-content #content-core #portal-sitemap > li > ul > li{
	margin:0 0 10px 10px;
}
#portal-column-content #content-core #portal-sitemap > li > ul > li a:before{
	content:"";
	display:inline-block;
	width:15px;
    font-family: 'FontAwesome';
	font-size:1.2em;
	color: #376EC4;
}
#portal-column-content #content-core #portal-sitemap > li > ul > li > div > a{
	margin:0 0 5px;
	padding:0!important;
	font-size:1.6em;
	color:#4e4f56!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:#4e4f56!important;
	text-decoration:underline;
}

/* troisieme niveau */
#portal-column-content #content-core #portal-sitemap li li ul{
	margin:0 0 0 30px;
}
#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.4em;
	line-height:1;
	color:#4e4f56!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:2.5em;
	color:#464646;
}
#portal-column-content #login-form .field label{
	font-style:normal;
	font-size: 1.4em;
}
#portal-column-content #login-form .field input{
	padding:5px;
	width:40%;
	font-size: 1.4em;
}
#portal-column-content #login-form .formControls{
	margin:0 0 0 148px;
}
#portal-column-content #login-form .formControls input{
	padding: 4px 8px 5px;
	background: #376EC4;
	color: #FFF !important;
	font-family: 'montserrat-regular';
	text-transform: uppercase;
	position: relative;
	margin-top: 5px;
	border: 2px solid #FFF;
	cursor: pointer;
	font-size: 1.2em;
	
	-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;
	
}
#portal-column-content #login-form .formControls input:hover {
    background-color: #fff !important;
    color: #376EC4 !important;
	text-decoration: none;
	border: 2px solid #376EC4;
}
#portal-column-content #login-forgotten-password{
	margin:40px 0 0 148px;
	padding:40px 0 0;
	border-top:1px dotted #464646;
	font-size:1.1em;
}

/*
	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:#000!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE LISTE DE DONS
--------------------------------------------------------------------------------------------------------------*/

#liste-dons_wrapper{
	overflow:auto;
}




/*--------------------------------------------------------------------------------------------------------------
	== BAS DE SITE
--------------------------------------------------------------------------------------------------------------*/

#portal-column-content .bas-de-liste {
	clear:both;
	margin-top: 30px;
	border-top: 1px solid #a1a2af;
    padding: 30px 0 0;
}


#portal-column-content .bas-de-liste  h2{
	margin:30px 0 10px;
	padding:0;
	color:#376EC4;
	font-size:2em;
	text-transform:uppercase;
	line-height:1;
	font-family: 'montserrat-light';
}
#portal-column-content .bas-de-liste  h3{
	margin:30px 0 10px;
	padding:5px 0;
	font-size:1.8em;
	line-height:1;
	font-family: 'montserrat-light';
	text-transform: uppercase;
}
#portal-column-content .bas-de-liste  h3:before{
	content:"";
	display:inline-block;
	margin:0 5px 0 0;
	height:15px;
	width:8px;
	background:#376EC4;
}
#portal-column-content .bas-de-liste  h4{
	margin:30px 0 10px;
	padding:0;
	font-family: 'montserrat-light';
	font-size:1.6em;
	line-height:1;
}

#portal-column-content .bas-de-liste h5{
	display:inline-block;
	margin:30px 0 10px;
	padding:5px 0;
	border-top:1px solid #838489;
	border-bottom:1px solid #838489;
	font-size:1.5em;
	font-family: 'montserrat-light';
	line-height:1;
}
#portal-column-content .bas-de-liste  h6{
	margin:30px 0 10px;
	font-size:1.2em;
	line-height:1;
	text-transform:uppercase;
}


/*------------------------------------------------------------------------------------------------------------*/
/*
	= FOOTER
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-footer{
	margin:150px 0 0;
	padding:50px 0;
	background:#4e4f56;
	border:none;
	overflow: hidden;
}
/*--------------------------------------------------------------------------------------------------------------
	== ALERTE POPIN
--------------------------------------------------------------------------------------------------------------*/
#portal-footer #alerte-popin{
	display: flex;
	padding: 10px;
	max-width: none;
}
#portal-footer #alerte-popin > div {
	margin: auto;
	padding: 30px;
	max-width: 900px;
	width: auto;
}
#portal-footer #alerte-popin > div img{
	max-width: 100%;
	height: auto!important;
}


/*--------------------------------------------------------------------------------------------------------------
	== COORDONNEES
--------------------------------------------------------------------------------------------------------------*/
#coordonnees {
	overflow: hidden;
}
#coordonnees p{
	padding-left: 20px;
	margin-bottom: 20px;
	position: relative;
	font-size:1.4em;
	color: #FFF;
}
#coordonnees p a{
	color: #FFF;
}
#coordonnees p:before{
	font-family: 'fontawesome';
	content: "";
	font-size: 1.1em;
	position: absolute;
	top: 0;
	left: 0;
}
#coordonnees p.adresse:before{
	content: "";
}
#coordonnees p.tel:before{
	content: "";
}
#coordonnees p.mail:before{
	content: "";
}

/*--------------------------------------------------------------------------------------------------------------
	== SITE ACTION
--------------------------------------------------------------------------------------------------------------*/
#portal-siteactions{
	clear:none;
	float:right;
	padding:0;
	border:none;
	color:#b2b2ae;
	font-size:1.4em;
}
#portal-siteactions li{
	display:block;
	text-align: right;
	color:#b2b2ae;
	margin-bottom: 5px;
}
#portal-siteactions li a,
#portal-siteactions li a:visited{
	border:none;
	text-transform:none;
	color:#b2b2ae;
}
#portal-siteactions li a:hover{
	border:none;
	background:none;
	color:#b2b2ae;
}

/*--------------------------------------------------------------------------------------------------------------
	== PLAN DU SITE
--------------------------------------------------------------------------------------------------------------*/
#portal-sitemap-footer{
	border-bottom: 1px solid #838489;
	padding: 0 0 30px;
	margin-bottom: 40px;
}
#portal-sitemap-footer > ul{
	padding:30px 0;
	-moz-column: 7;
    -webkit-column: 7;
    column: 7;
	text-align:center;
}
#portal-sitemap-footer > ul > li{
	display:inline-block;
	padding:0 30px 0 0;
	border:none;
	overflow:hidden;
	vertical-align:top;
	min-height: 120px;
	text-align: left;
}
#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{
	text-transform:uppercase;
	line-height: 1em;
}
#portal-sitemap-footer > ul > li a{
	color:#ffffff!important;
	font-size:1.7em;
	text-transform: uppercase;
	color: #b2b2ae !important;
}
#portal-sitemap-footer > ul > li a:hover,
#portal-sitemap-footer > ul > li a:focus{
	color:#fff!important;
	text-decoration:none;
}
#portal-sitemap-footer > ul > li > ul{
	margin:0;
}
#portal-sitemap-footer > ul > li > ul li{
	display:block;
	margin:10px 0 0;
}
#portal-sitemap-footer > ul > li > ul li a{
	font-weight:normal;
	font-size:1.2em;
	line-height:1;
	text-transform: none;
}
#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:#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:'Open Sans';
	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;
}

/*--------------------------------------------------------------------------------------------------------------
=  ADMINISTRATION
--------------------------------------------------------------------------------------------------------------*/

.template-dashboard #edit-bar{
	display:none;
}
.template-dashboard.userrole-manager #edit-bar{
	display:block;
}



/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------------*/
/*
	= AJUSTEMENT PETITS ECRANS
*/
/*------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1200px){
		#visual-portal-wrapper{
			width:auto;
			border:none;
		}
		#visual-portal-wrapper .wrapper,
		.wrapper {
			padding: 0 20px;
			width:auto;
			border:none;
		}

		#portal-top {
			padding: 10px 0 10px;
			margin-bottom: 20px;
		}
		
		#portal-globalnav > li > a {
			padding: 8px 5px;
		}
		#portal-column-two > div:not(.managePortletsLink) > *,
		#portal-column-one > div:not(.managePortletsLink) > *,
		#portal-column-content {
			padding: 20px;
		}
		#portal-sitemap-footer > ul > li{
			padding-right: 35px;
		}
}
@media only screen and (max-width: 1000px){
		.portletBSWNewsletterSubscriber,
		dl.portlet.portletSearch {
			display: none;
		}
		#bandeau-site{
			max-width: 70%;
		}
		#portal-top .wrapper{
			padding-top: 20px;
			padding-bottom: 30px;
		}
		#portal-top{
			padding: 0;
		}

		/* NAVIGATION MINI */
		#portal-navigation > div {
			padding-left: 0;
		}
		#portal-navigation {
			right: 0;
			left: 0;
			max-width: 100%;
			position: static;
			margin-top: 30px;
		}
		#portal-navigation:after{
			content:"";
			display:block;
			clear:both;
		}
		/* boutons */
		#portal-navigation > a{
			display:block;
			font-family: 'fontawesome';
			font-size:2.6em;
			position:absolute;
			bottom:30%;
			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:#376EC4;
			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:0;
		left: 0;
		width: 100%;
		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{
		display:block;
		float:none;
		margin:0;
		padding:0;
		border:none;
		width:auto;
		border-top:1px solid #fff;
	}
	#portal-globalnav > li:hover{
		border-color: #fff !important;
		background: #363636;
	}
	#portal-globalnav > li:first-child{
		display:none;
	}
	#portal-globalnav > li a,
	#portal-globalnav > li:last-child > a{
		padding:20px;
		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:30%;
		right:20px;
    	font-family: 'FontAwesome';
		font-size:2.6em;
		color:#363636;
		background: #FFF;
	}
	#portal-navigation ul#portal-globalnav:target + a:before{
		content:"/";
		position:absolute;
		top:-9px;
		left:6px;
		font-size:1.5em;
		font-weight:bold;
	}
	#content  form .field input[type=text]{
		width: 100%;
	}


	/* HOME */
	.edito,
	.agenda,
	.slider-home,
	#content .acces-rapide > ul > li:last-child,
	.alertes {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		clear: both;
	}
	.edito,
	.agenda,
	.alertes {
		padding: 15px 15px 40px;
	}
	.acces-rapide {
		margin: 20px 0;
		padding: 30px 0 20px;
	}
	#content .acces-rapide > ul > li:last-child {
		margin-top: 20px;
	}
	#content .acces-rapide > ul > li {
		width: 19.5%;
	}
	#content .a-la-une .portletItem {
		width: 45%;
		float: left;
		margin-bottom: 20px;
	}
	#content .a-la-une .portletItem:nth-child(2n+1){
		margin-right: 5%;
		clear: left;
	}
	#content .acces-rapide > ul  {
		text-align: center;
	}
	#content .acces-rapide > ul > li {
		display: inline-block;
		width: 140px;
		padding: 0 10px;
		float: none;
	}
	/* STRUCTURE */
	#portal-column-one,
	#portal-column-two{
		float:none;
		margin:0;
		padding:0;
		width:auto;
		border:none;
	}	
	#content .slider-home .bx-viewport li {
		height: auto !important;
	}
	.bx-wrapper {
		margin-bottom: 0;
	}
	.portletPageLeftColumn,
	.portletPageRightColumn{
		float:none;
		width:auto;
	}
	#portal-below .a-la-une li a.illustration {
		float: none;
		display: block;
	}

	/* ELEMENTS DE PAGES DE DETAIL */
	
	#portal-breadcrumbs {
		margin-bottom: 10px;
	}
	#portal-column-one,
	#portal-column-two {
		display: none;
	}
	
	#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 !important;
	}
	#portal-column-content .relatedItems dl dd{
		float:none;
		width:100%;
	}

	/* FOOTER */
	#portal-footer #portal-sitemap-footer {
		display: none;
	}
	#coordonnees {
		float:none;
		width:auto;
		padding: 0;
		border: none;
	}
		

	/* 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;
	}
	#portal-footer {
		margin-top: 50px;
	}
}
@media only screen and (max-width: 500px){
	#content .acces-rapide > ul > li.inscription {
		float: none;
		margin: auto;
		text-align: center;
		width: 100%;
	}
	#content .a-la-une .portletItem {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		clear: both;
	}
	
	#portal-column-content #content-core .tileItem > a:first-child {
		display: block;
		margin: 0 0 10px;
		float: none;
	}
	
	#bandeau-site.bandeau_texte strong {
		font-size: 3em;
	}
	#portal-column-content h1 {
		line-height: 1.2em;
	}
	#content .slider-home {
		/*display: none;*/
	}
	#content .boutons li {
		width: 50%;
	}
	#content .boutons li:nth-child(2n+1) {
		float: left;
		clear: left;
	}
	#portal-below .a-la-une li {
		float:none;
		width:100%;
		margin: 0 0 20px;
		display: block;
	}
	#portal-below .a-la-une li a.illustration {
		display: none;
	}
	
	
	#portal-siteactions-container {
		display: none;
	}
	#content form .formControls input[type="submit"] {
		float: none;
		width: 100%;
	}

}

/*------------------------------------------------------------------------------------------------------------*/



