/**************************************************************************************************************/
/*
			DIOCESE D'EVREUX - V1.5 Site generique

			Date : 20 novembre 2017
			Auteur : marlene
			URL : http://pin2:43380/Plone

*/
/**************************************************************************************************************/


/*------------------------------------------------------------------------------------------------------------*/
/*
	= RESET
*/
/*------------------------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background:#fff;
	font-family:roboto, sans-serif;
	font-size:62.5%; /*ensuite 1em=10px en taille normale*/
	color:#000;
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	border: none;
	font-family: 'Josefin Sans', sans-serif;
    font-weight:300;
	letter-spacing:normal;
}
ul{
	margin:0;
    padding:0;
	list-style-image:none;
    line-height:1.3em;
}
img{
	border:none;
}
a, a:link{
	text-decoration:none;
	color:#000;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a:visited{
	text-decoration:none;
	color:#000;
}
a:hover, a:focus{
	text-decoration:underline;
	color:#000;
}
input, textarea{
	font-family:roboto, sans-serif!important;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus{
	background-color:#f2f2d1;
}
select {
	background: url("../images/chevron-bas.png") 95% 10px no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*&::-ms-expand {*/
	 /*display: none; !* hiding IE11 arrow *!*/
/*}*/

/*
	ELEMENTS DE PLONE
*/
dl.portlet,
dl.portalMessage,
div.managePortletsLink,
a.managePortletsFallback,
div.portletAssignments,
#content,
div.overlay,
#edit-bar,
#portal-sitemap,
#portal-searchbox,
#portal-globalnav,
#portal-breadcrumbs,
#portal-column-content #content,
#portal-footer,
#portal-siteactions,
#portal-colophon,
#portal-languageselector,
#content pre,
.portletItemDetails,
#portal-personaltools,
#fieldset-openid-login input,
#login-form input,
div.listingBar,
#content legend,
#content div.documentByLine,
.commentDate,
.comment,
#portal-sitemap .navTreeLevel2,
#portal-sitemap .navTreeLevel2 ul,
#content .discreet,
#sidebar .discreet,
#category{
	font-size:100%;
}
#content a:link,
dl.portlet a:link,
#content a:visited,
dl.portlet a:visited{
	border:none;
	color:#000;
}
#content dt{
	font-weight:normal;
}
#content{
	clear:none;
}
#content ul{
	list-style:none;
	margin:0;
}
.portletAssignments .portlet_here.portlet_visible .portletHeader{
	color:#000;
	background: #666;
}
body.template-logged_out #content,
body.template-login_form #content{
	text-align:left;
}
.highlightedSearchTerm{
	background:none!important;
	font-weight:normal!important;
}
div.width-full{
	width:100%;
}
div.position-0,
div.position-1\:2{
	margin:0;
}
div.cell{
	float:none;
	left:0;
	width:auto;
}
div.row{
	float:none;
}
#content-ckeditor,
body.cke_panel_frame{
    background:#fff !important;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= BXSLIDER
*/
/*------------------------------------------------------------------------------------------------------------*/
/*
	RESET - LAYOUT
*/
.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/*
	THEME
*/
.bx-wrapper .bx-viewport {
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx-slider/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/bx-slider/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/bx-slider/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/bx-slider/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/bx-slider/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	width: 80%;
	text-align: left;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
}
.bx-wrapper .bx-caption span {
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 0.85em;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= PORLTETS
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-column-one dl.portlet{
	margin:0 0 60px;
}
#portal-column-one dl.portlet dt{
	padding:0;
	background:none;
	font-size:1.4em;
	text-transform:uppercase;
}
#portal-column-one dl.portlet dd{
	padding:0;
	font-size:1.2em;
}
#portal-column-two dl.portlet{
	margin:0 0 80px;
}
#portal-column-two dl.portlet dt,
#content dl.portlet dt{
	margin:0 0 5px;
	padding:0;
	background:none;
	font-family: 'Josefin Sans', sans-serif;
	font-size:3em;
	font-weight: 300;
	overflow: hidden;
	text-overflow: ellipsis;
}
#portal-column-two dl.portlet dd{
	padding:0;
	font-size:1.2em;
}

/*--------------------------------------------------------------------------------------------------------------
	== CONTACT INIRR
--------------------------------------------------------------------------------------------------------------*/
.contact-inirr {
	clear: both;
	padding: 30px;
}
.contact-inirr p {
	text-align: right;
}
.contact-inirr a {
	position: relative;
}
.contact-inirr a::before {
	content: url(../images/INIRR_court_rollover.png);
	position: absolute;
	opacity: 0;
	transition: all .5s
}
.contact-inirr a:hover::before,
.contact-inirr a:focus:before {
	opacity: 1;
}

/*--------------------------------------------------------------------------------------------------------------
	== HAUT DE PAGE
--------------------------------------------------------------------------------------------------------------*/
.haut-page{
	position: fixed;
	bottom: 80px;
	left: 73%;
	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;
}
.haut-page.visible {
	opacity: 1;
	visibility: visible;
}
.haut-page a{
	display: inline-block;
	padding: 10px 20px;
	background: #fff;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	font-size: 1.3em;
	font-weight: 800;
	text-transform: uppercase;
	color: #4f433b;
	opacity: 0.5;
}
.haut-page a:hover,
.haut-page a:focus{
	text-decoration: none;
	opacity: 1;
}
.haut-page a span{
	margin-right: 10px;
}

/*--------------------------------------------------------------------------------------------------------------
	== ACTIONS USER
--------------------------------------------------------------------------------------------------------------*/
.actions-user{
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	bottom: 15px;
}
.actions-user ul{
	display: flex;
	flex-direction: column;
	margin: 0;
	height:100%;
	list-style: none;
}
.actions-user ul li{
	position: relative;
	margin: 0 0 5%;
}
@media only screen and (min-width: 600px) {
	.actions-user ul li.donne {
		margin-top: 40px;
	}
}
.actions-user ul li.contact{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin:0;
}
.actions-user ul li a{
	display: block;
	padding:5px;
	text-align: center;
	font-size: 1.3em;
	font-weight: 700;
	color: rgba(242,242,209,1);
}
.actions-user ul li a::before {
	content: '';
	display: block;
	margin:5px auto;
	width: 25px;
	height:27px;
	background: url("../images/sprite.png");
	opacity:0.5;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.actions-user ul li.recherche a::before {
	background-position: -702px 0;
}
.actions-user ul li.bapteme a::before {
	background-position: -80px 0;
}
.actions-user ul li.informe a::before {
	background-position: -80px -35px;
}
.actions-user ul li.contact a::before {
	background-position: -108px -35px;
}

.actions-user ul li a:hover,
.actions-user ul li a:focus{
	color: rgba(242,242,209,1);
	text-decoration: none;
}
.actions-user ul li a:hover::before,
.actions-user ul li a:focus::before{
	opacity:1;
}

.actions-user ul li.donne a::before {
	background-position: -108px 0;
	opacity: 1;
	-webkit-transition: none;
	transition: none;
}
.actions-user ul li.donne a::after {
	content: '';
	position: absolute;
	top: 11px;
	left: 50%;
	width: 25px;
	height:27px;
	background: url("../images/sprite.png") -108px -123px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.actions-user ul li.donne a:hover,
.actions-user ul li.donne a:focus{
	color: #e73e3f;
	text-decoration: none;
}
.actions-user ul li.donne a:hover::after,
.actions-user ul li.donne a:focus::after{
	opacity: 1;
}

/*--------------------------------------------------------------------------------------------------------------
	== VOLETS ACTIONS USER
--------------------------------------------------------------------------------------------------------------*/
.volet-action-user {
	position: fixed;
	top:0;
	right: -50%;
	left:auto;
	bottom:0;
	z-index:1;
	padding:45px;
	width: calc(34% - 98px);
	background: #4f433b ;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	color: #f2f2d1;
	font-size: 1.4em;
	overflow: auto;
}
.volet-action-user.open,
.volet-action-user:hover{
	right: 96px;
}

/*
	RECHERCHE
*/
dl.portlet.je-cherche dt{
	margin:0 0 10px;
	padding: 0;
	background: none;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 2.5em;
	font-weight: 300;
	line-height:1;
}
dl.portlet.je-cherche dt a,
dl.portlet.je-cherche dt a:hover,
dl.portlet.je-cherche dt a:focus{
	color: #f2f2d1!important;
	text-decoration: none;
}
dl.portlet.je-cherche dd{
	padding:0;
}
.je-cherche dd form input{
	display: block;
	margin:5px 0;
	padding:5px 10px;
	width: 100%;
	background: rgba(242,242,209,0.8);
	border: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.je-cherche dd form input:focus {
	background: rgba(242,242,209,1);
}
.je-cherche dd form input[type=submit] {
	display: inline-block;
	width: auto;
	background: #000;
	border: none;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.je-cherche dd form input[type=submit]:hover {
	padding-right: 50px;
	-webkit-border-radius:0 30px 30px 0;
	border-radius: 0 30px 30px 0;
}
dl.portlet.je-cherche dd.portletFooter{
	display: none;
}

/*
	BAPTEME
*/
.demandez-acte h2{
	margin:0 0 20px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 2em;
	font-weight: 300;
	line-height:1;
	color: #f2f2d1!important;
}

/*
	RESTEZ INFORMEZ
*/
.restez-informe p{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 2em;
	font-weight: 300;
	line-height:1;
}
.restez-informe form {
	margin: 0 0 50px;
}
.restez-informe form input {
	display: block;
	margin:5px 0;
	padding:5px 10px;
	width: 100%;
	background: rgba(242,242,209,0.8);
	border: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.restez-informe form input:focus {
	background: rgba(242,242,209,1);
}
.restez-informe #nom-portlet-inscription-newsletter {
	display: none;
}
.restez-informe #prenom-portlet-inscription-newsletter {
	display: none;
}
.restez-informe form input[type=submit] {
	display: inline-block;
	width: auto;
	background: #000;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.restez-informe form input[type=submit]:hover {
	padding-right: 50px;
	-webkit-border-radius:0 30px 30px 0;
	border-radius: 0 30px 30px 0;
}
.restez-informe ul{
	margin: 10px 0 0;
}
.restez-informe ul li{
	display: inline-block;
	margin: 0 10px 0 0;

}
.restez-informe ul li a{
	display: inline-block;
	padding:2px 5px;
	background: #3f3731;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.restez-informe ul li a:hover,
.restez-informe ul li a:focus{
	background: #000;
}

/*
	CONTACTEZ LE DIOCESE
*/
.contactez-diocese p:first-child{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 2em;
	font-weight: 300;
	line-height:1;
}
.contactez-diocese p ~ p{
	margin:10px 0 0;
}
.contactez-diocese form {
	margin: 0 0 50px;
}
.contactez-diocese form input,
.contactez-diocese form select,
.contactez-diocese form textarea{
	display: block;
	margin:5px 0;
	padding:5px 10px;
	width: 100%!important;
	background-color: rgba(242,242,209,0.8);
	border: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 1em;
}
.contactez-diocese form select option{
	margin:5px 0 0;
	background: #f2f2d1;
	border: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 1em;
	font-family: 'roboto', sans-serif;
}
.contactez-diocese form input:focus {
	background: rgba(242,242,209,1);
}
.contactez-diocese form input[type=submit] {
	display: inline-block;
	width: auto!important;
	background: #000;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.contactez-diocese form input[type=submit]:hover {
	padding-right: 50px;
	-webkit-border-radius:0 30px 30px 0;
	border-radius: 0 30px 30px 0;
}

/*
	DONNEZ AU DIOCESE
*/
dl.portlet.donnez dt{
	margin:0 0 20px;
	padding: 0;
	background: none;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 3em;
	font-weight: 300;
	color: #f2f2d1;
	line-height:1;
}
dl.portlet.donnez dt a,
dl.portlet.donnez dt a:hover,
dl.portlet.donnez dt a:focus{
	color: #f2f2d1!important;
	text-decoration: none;
	cursor: text;
}
dl.portlet.donnez dd{
	padding:0;
	font-size: 1.4em;
	color: #f2f2d1;
}
dl.portlet.donnez ul.navTreeLevel0 > .navTreeItem {
	position: relative;
	display: block;
	padding:0;
	line-height:1.2;
}
dl.portlet.donnez ul.navTreeLevel0 > .navTreeItem::before,
dl.portlet.donnez ul.navTreeLevel0::after{
	/*display: none;*/
	margin:20px 0;
	background: #f2f2d1;
}
dl.portlet.donnez ul.navTreeLevel0 > .navTreeItem .titre{
	color: #f2f2d1;
	font-size: 1.2em;
	text-transform: uppercase;
}
dl.portlet.donnez ul.navTreeLevel0 > .navTreeItem .titre::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
dl.portlet.donnez ul.navTreeLevel0 > .navTreeItem p{
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
dl.portlet.donnez ul.navTreeLevel0 > .navTreeItem:hover .titre,
dl.portlet.donnez ul.navTreeLevel0 > .navTreeItem .titre:hover,
dl.portlet.donnez ul.navTreeLevel0 > .navTreeItem .titre:focus,
dl.portlet.donnez ul.navTreeLevel0 > .navTreeItem:hover p{
	color: #fff!important;
	text-decoration: none;
}

/*--------------------------------------------------------------------------------------------------------------
	== JE CHERCHE
--------------------------------------------------------------------------------------------------------------*/
#content dl.portlet.je-cherche {
	margin:0 0 50px;
	padding: 0 70px 0 45px;
	text-align: right;
}
#portal-column-two dl.portlet.je-cherche dt {
	padding: 20px 0 0;
}
#content dl.portlet.je-cherche dd{
	padding:0;
}
.je-cherche dd ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
}
.je-cherche dd ul li{
	position: relative;
	margin:10px 0 0;
	padding:0 0 0 18px;
	width: 48%;
	line-height:1;
	display: block;
}
#content .je-cherche dd ul li {
	margin:0;
	width: auto;
	font-size: 1.2em;
}
.je-cherche dd ul li::before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 12px;
	height:12px;
	background: url("../images/sprite.png") 0 -80px no-repeat;
}
#content .je-cherche dd ul li::before {
	top:2px;
}
.je-cherche dd ul li a{
	font-weight: 700;
}
.je-cherche dd ul li a:hover,
.je-cherche dd ul li a:focus,
#content .je-cherche dd ul li a:hover,
#content .je-cherche dd ul li a:focus{
	color: #000!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== EDITO
--------------------------------------------------------------------------------------------------------------*/
.edito{
	max-width: 300px;
	font-size: 1.3em;
}
.edito h2{
	display: none;
}
.edito .savoirplus{
	position: relative;
	display: inline-block;
	margin: 5px 0 0;
	font-style: italic;
}
.edito .savoirplus::before {
	content: '';
	position: absolute;
	top:0;
	left: -15px;
	width: 12px;
	height:12px;
	background: url("../images/sprite.png") 0 -80px no-repeat;
}

/*--------------------------------------------------------------------------------------------------------------
	== EPHEMERIDE
--------------------------------------------------------------------------------------------------------------*/
.portlet-embed-widget-date{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	font-size: 1.2em;
}
.portlet-embed-widget-date::before {
	content: '';
	display: block;
	margin:0 0 10px;
	width: 50px;
	height: 1px;
	background: #000;
}
.portlet-embed-widget-date::after {
	content: '';
	display: block;
	margin:10px 0 0;
	width: 50px;
	height: 1px;
	background: #000;
}

/*--------------------------------------------------------------------------------------------------------------
	== PSAUMES
--------------------------------------------------------------------------------------------------------------*/
.psaume li{
	position: relative;
	display: block;
}
.psaume li::after {
	content: '';
	display: block;
	padding-top: 40%;
}
.psaume .illustration{
	position: absolute;
	right: -30px;
	bottom: 0;
	z-index:1;
	cursor: default;
}
.psaume .illustration::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("../images/masque-psaume.png") 0 0 no-repeat;
	background-size: cover;
}
.psaume .illustration img {
	width: 100%;
}

.psaume h2{
	display: none;
}
.psaume .description {
	position: relative;
	z-index:2;
	padding:0 0 0 30%;
	font-size: 1.3em;
	font-weight: 700;
}
.psaume li > div {
	position: relative;
	z-index:2;
	margin: 5px 0 0;
	font-size: 1.3em;
	font-style: italic;
}


/*--------------------------------------------------------------------------------------------------------------
	== A LA UNE
--------------------------------------------------------------------------------------------------------------*/
.alaune{
	position: relative;
	float: right;
	width: 66.66667%;
	overflow: hidden;
}
.alaune .portletFooter{
	position: absolute;
	top:8px;
	right: 30px;
}
.alaune .portletFooter a{
	display: block;
	width: 15px;
	height: 15px;
	background: #fff;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	box-shadow: rgba(0,0,0,0.8) 0 0 5px;
	font-size: 2em;
	font-weight: 400;
	text-align: center;
	line-height:15px;
}
#content .alaune .portletFooter a:hover,
#content .alaune .portletFooter a:focus{
	background: #000;
	color: #fff!important;
	text-decoration: none;
}

/*
	ELEMENTS
*/
.alaune ul li::before {
	content: '';
	display: block;
	padding-top: 65%;
}

.alaune ul li::after {
	content: '';
	position: absolute;
	top: 70%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index:2;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	background: -ms-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.alaune ul li:hover::after {
	top:50%;
}
.alaune ul li > a{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index:1;
	display: flex;
	background: #ccc;
}
.alaune ul li img{
	margin: auto;
	max-width: 100%;
	max-height: 100%;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.alaune ul li:hover 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);*/
}
.alaune ul li h2 {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index:3;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding:25px 70px 15px 25px;
	text-align: right;
	font-size: 2em;
	font-weight: 400;
	line-height:1;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.alaune ul li:hover h2 {
	padding-bottom: 30px;
}
#content .alaune ul li h2 a,
#content .alaune ul li h2 a:hover,
#content .alaune ul li h2 a:focus{
	color: #fff!important;
	text-decoration: none;
}
.alaune ul li h2 a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/*
	CONTROLES
*/
.alaune .bx-wrapper .bx-pager{
	display: flex;
	justify-content: flex-end;
	top:10px;
	right: 70px;
	left:25px;
	bottom:auto;
	padding:0;
	width: auto;
}
#content .alaune .bx-wrapper .bx-pager.bx-default-pager a{
	margin: 0 3px;
	background: #fff;
	border: 1px solid #fff;
	box-shadow: rgba(0,0,0,0.8) 0 0 5px;
}
#content .alaune .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: none;
}
#content .alaune .bx-wrapper .bx-pager.bx-default-pager a:hover,
#content .alaune .bx-wrapper .bx-pager.bx-default-pager a:focus{
	background: #000;
	border: 1px solid #000;
}

/*--------------------------------------------------------------------------------------------------------------
	== ETRE AIDE
--------------------------------------------------------------------------------------------------------------*/
.etre-aider{
	float: left;
	margin:0 0 30px;
	padding:0 45px;
	width: 33.3334%;
}
.etre-aider ul{
	border-top: 1px solid #ccc;
}
.etre-aider ul li{
	border-bottom: 1px solid #ccc;
}
.etre-aider ul li a{
	display: block;
	padding:5px;
	font-size: 1.2em;
	font-weight: 700;
}
#content .etre-aider ul li a:hover,
#content .etre-aider ul li a:focus{
	color: #000!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== QUESTIONS SUR
--------------------------------------------------------------------------------------------------------------*/
.questions-sur{
	float: left;
	margin:30px 0 0;
	padding:0 45px;
	width: 33.3334%;
}
.questions-sur .entete{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 2.2em;
	font-weight: 300;
	color: #e73e3f;
}
.questions-sur ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.questions-sur ul li{
	margin:10px 0px;
	width: 47%;
}
#content .questions-sur ul li a{
	display: block;
	color: #e73e3f;
	font-size: 1.2em;
	text-align: center;
	line-height:1;
	/*white-space: nowrap;*/
}
#content .questions-sur ul li a:hover,
#content .questions-sur ul li a:focus{
	color: #000!important;
	text-decoration: none;
}
.questions-sur ul li a::before {
	content: '';
	display: block;
	margin: 0 auto 5px;
	width: 45px;
	height:45px;
	background: #e73e3f url("../images/sprite.png");
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.questions-sur ul li a:hover::before,
.questions-sur ul li a:focus::before{
	background-color: #000;
}
.questions-sur ul li[class*=catechisme] a::before {
	background-position: -602px -50px;
}
.questions-sur ul li[class*=bapteme] a::before {
	background-position: -652px -50px;
}
.questions-sur ul li[class*=mariage] a::before {
	background-position: -652px 0;
}
.questions-sur ul li[class*=funeraille] a::before {
	background-position: -602px 0;
}

/*--------------------------------------------------------------------------------------------------------------
	== AGENDA
--------------------------------------------------------------------------------------------------------------*/
#portal-columns .agenda{
	float: left;
	padding-left: 55px;
	width: 25%;
}
.agenda .portletHeader{
	margin:0 0 5px;
	padding:0;
	background:none;
	font-family: 'Josefin Sans', sans-serif;
	font-size:3em;
	font-weight: 300;
	line-height:1;
}
.agenda .portletFooter{
	margin:25px 0 0;
}
.agenda .portletFooter a{
	position: relative;
	font-size: 1.1em;
}
#content .agenda .portletFooter a:hover,
#content .agenda .portletFooter a:focus{
	color: #000!important;
}
.agenda .portletFooter a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -22px;
	width: 13px;
	height:13px;
	background: url("../images/sprite.png") -80px -80px no-repeat;
}

.agenda ul li{
	display: block;
	position: relative;
	margin:15px 0;
}
.agenda ul li::before {
	content: '';
	position: absolute;
	top: -3px;
	left: -18px;
	width: 14px;
	height:16px;
	background: url("../images/sprite.png") -60px -80px no-repeat;
}
.agenda ul li h2 {
	font-family: roboto, sans-serif;
	font-size: 1.5em;
	line-height:1;
}
#content .agenda ul li:hover h2 a,
#content .agenda ul li h2 a:hover,
#content .agenda ul li h2 a:focus{
	color: #000!important;
}
.agenda ul li h2 a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.agenda ul li span{
	font-size: 1.1em;
	font-weight: 700;
}

/*--------------------------------------------------------------------------------------------------------------
	== LISTE PAROISSE
--------------------------------------------------------------------------------------------------------------*/
#portal-columns .liste-paroisse{
	float: none;
	padding:0;
	width: auto;
}
#portal-columns .liste-paroisse ul{
	display: flex;
}
#portal-columns .liste-paroisse ul li{
	position: relative;
	margin:0 0 0 1%;
	padding:10px;
	width: 19%;
	background: #f2f2d1;
}
#portal-columns .liste-paroisse ul li:nth-child(5n+1) {
	margin: 0;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
/*#portal-columns .liste-paroisse ul li:nth-last-child(2),*/
/*#portal-columns .liste-paroisse ul li:nth-last-child(2) ~ li {*/
	/*width: 49%;*/
/*}*/
/*#portal-columns .liste-paroisse ul li:nth-last-child(3),*/
/*#portal-columns .liste-paroisse ul li:nth-last-child(3) ~ li {*/
	/*width: 32%;*/
/*}*/
/*#portal-columns .liste-paroisse ul li:nth-last-child(4),*/
/*#portal-columns .liste-paroisse ul li:nth-last-child(4) ~ li {*/
	/*width: 24%;*/
/*}*/
/*#portal-columns .liste-paroisse ul li:nth-last-child(5),*/
/*#portal-columns .liste-paroisse ul li:nth-last-child(5) ~ li {*/
	/*width: 19%;*/
/*}*/
/*#portal-columns .liste-paroisse ul li + li{*/
	/*margin:0 0 0 1%;*/
/*}*/
.liste-paroisse ul li::before {
	position: relative;
	top: auto;
	left:auto;
	display: block;
	margin:0 0 5px;
}
#content .liste-paroisse ul li h2 a{
	border: none!important;
}
#content .liste-paroisse ul li:hover h2 a,
#content .liste-paroisse ul li h2 a:hover,
#content .liste-paroisse ul li h2 a:focus{
	color: #000!important;
}
.liste-paroisse ul li h2 a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#portal-columns .liste-paroisse ul li h2,
#portal-columns .liste-paroisse ul li span{
	font-family: roboto, sans-serif;
	font-size: 1em;
}
.documents ul li::before {
	content: '';
	width: 14px;
	height:13px;
	background: url("../images/sprite.png") -80px -95px no-repeat;
}



/*--------------------------------------------------------------------------------------------------------------
	== MOUVEMENTS & SERVICES
--------------------------------------------------------------------------------------------------------------*/
.mouvements-services{
	float: right;
	margin:5px 0 60px;
	padding:0 30px 0 0;
	width: 66.6667%;
	text-align: right;
}
aside .mouvements-services {
	float: none;
	padding: 0 0 0 18px;
	width: auto;
}
aside .mouvements-services ul{
	justify-content: flex-start;
}
aside .mouvements-services ul li{
	width: 50%;
	text-align: left;
}
.mouvements-services ul{
	display: flex;
	justify-content: flex-end;
}
#content .mouvements-services ul li{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin:0 0 0 50px;
}
.mouvements-services ul li::before,
.mouvements-services ul li::after {
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background: #000;
}
.mouvements-services ul li a{
	position: relative;
	display: block;
	padding:5px 0 8px;
	font-weight: 700;
	font-size: 1.4em;
}
#content .mouvements-services ul li a:hover,
#content .mouvements-services ul li a:focus{
	color: #000!important;
}
.mouvements-services ul li a::before {
	content: '';
	position: absolute;
	top: 6px;
	left: -18px;
	width: 12px;
	height:12px;
	background: url("../images/sprite.png") 0 -80px no-repeat;
}

/*--------------------------------------------------------------------------------------------------------------
	== LES DOSSIERS
--------------------------------------------------------------------------------------------------------------*/
.dossiers{
	float: right;
	padding:0 30px 0 0;
	width: 66.6667%;
	text-align: right;
}
.dossiers .entete{
	position: relative;
	display: inline-block;
	margin:0 0 10px;
	font-family: 'Josefin Sans', sans-serif;
	font-size:4em;
	font-weight: 300;
	color: #4f433b;
	line-height:1;
}
.dossiers .entete::before {
	content: '';
	position: absolute;
	bottom:10px;
	left:-30px;
	width: 24px;
	height:29px;
	background: url("../images/sprite.png") -103px -80px;
}
.dossiers ul li h2{
	font-family: roboto, sans-serif;
	font-size: 1.6em;
	line-height:1;
}
#content .dossiers ul li h2 a{
	display: block;
	padding:10px 20px;
	background: #fff;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color: #4f433b;
}
#content .dossiers ul li h2 a:hover,
#content .dossiers ul li h2 a:focus{
	background: #4f433b;
	color: #fff!important;
	text-decoration: none;
}

/*--------------------------------------------------------------------------------------------------------------
	== ADD THIS
--------------------------------------------------------------------------------------------------------------*/
.portlet-embed-add-this{
	margin-bottom: 40px;
	padding-top:20px ;
}
.portlet-embed-add-this div{
	display: flex;
	justify-content: flex-end;
}
.portlet-embed-add-this a{
	display: inline-block;
	margin:0 0 0 5px;
	padding:0;
	width: 15px!important;
	height:15px;
	background: url("../images/sprite.png");
}
.portlet-embed-add-this a:hover,
.portlet-embed-add-this a:focus{
	-webkit-filter: brightness(0);
	-ms-filter: brightness(0);
	filter: brightness(0);
}
.portlet-embed-add-this a span{
	display: none;
}

.portlet-embed-add-this a.addthis_button_facebook {
	background-position: -20px -123px;
}
.portlet-embed-add-this a.addthis_button_twitter {
	background-position: 0 -123px;
}
.portlet-embed-add-this a.addthis_button_email {
	background-position: -40px -123px;
}
.portlet-embed-add-this a.addthis_button_print {
	background-position: -60px -123px;
}

/*--------------------------------------------------------------------------------------------------------------
	== SOUS NAVIGATION
--------------------------------------------------------------------------------------------------------------*/
dl.portlet.portletNavigationTree{
	margin:0;
	text-align: right;
}
dl.portlet.portletNavigationTree dd ul{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	line-height:1;
}

/* premier niveau */
dl.portlet ul.navTreeLevel0::after{
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background: #000;
}
dl.portlet ul.navTreeLevel0 > .navTreeItem{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin:0;
	padding:0 0 0 10px;
	border:none;
}
dl.portlet ul.navTreeLevel0 > .navTreeItem::before {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background: #000;
}
dl.portlet.portletNavigationTree ul li a{
	margin:0;
	padding:8px 0!important;
	background:none;
	font-size:1.1em;
	font-weight: 700;
	line-height:1.2;
	color:#000!important;
}
dl.portlet.portletNavigationTree ul li a:hover,
dl.portlet.portletNavigationTree ul li a:focus{
	color:#000!important;
	text-decoration: none;
}
dl.portlet.portletNavigationTree ul li a.navTreeCurrentItem{
	margin-right: -25px;
	padding-right:25px!important;
	background: url("../images/fleche-neutre.png") right 0.9em no-repeat;
	background-size:20px auto ;
	border:none;
	/*color: #000!important;*/
}
dl.portlet.portletNavigationTree ul li a img{
	display:none;
}

/* deuxieme niveau */
dl.portlet.portletNavigationTree ul li ul{
	margin:0 0 20px;
}
dl.portlet.portletNavigationTree ul li ul li.navTreeItem{
	margin:0;
	padding:5px 0;
	background:none;
}
dl.portlet.portletNavigationTree ul li ul li a{
	/*margin-right: -12px;
	padding:0 12px 0 0!important;
	background: url("../images/chevron-inverse.png") right 0.3em no-repeat;
	color: #000!important;
	opacity:0.5;*/
	padding: 0!important;
}
/*dl.portlet.portletNavigationTree ul li ul li a:hover,
dl.portlet.portletNavigationTree ul li ul li a:focus{
	opacity:1;
}*/
dl.portlet.portletNavigationTree ul li ul li a.navTreeCurrentItem{
	margin-right: -25px;
	padding-right:25px!important;
	background: url("../images/fleche-neutre2.png") right 0.3em no-repeat;
	background-size:20px auto ;
}
/*dl.portlet.portletNavigationTree ul li ul li a.navTreeCurrentItem,
dl.portlet.portletNavigationTree ul li ul li a.navTreeCurrentItem.navTreeFolderish.contenttype-formfolder{
	margin-right: -12px;
	padding:0 12px 0 0!important;
	background: url("../images/chevron-inverse.png") right 0.3em no-repeat;
	color: #000!important;
	opacity:0.8;
}*/
/*dl.portlet.portletNavigationTree ul li ul li a.navTreeCurrentItem.navTreeFolderish,
dl.portlet.portletNavigationTree ul li ul li a.navTreeItemInPath.navTreeFolderish{
	margin-right: -15px;
	padding:0 15px 0 0!important;
	background: url("../images/chevron-bas.png") right 0.3em no-repeat;
}*/

/* troisieme niveau */
dl.portlet.portletNavigationTree ul li li ul{
	margin:0 ;
}
dl.portlet.portletNavigationTree ul li li ul li a{
	margin:0;
	padding:0!important;
	background: none!important;
	font-weight: 400;
	color: #808040!important;
}
dl.portlet.portletNavigationTree ul li li ul li a.navTreeCurrentItem{
	margin-right: -25px;
	padding-right:25px!important;
	background: url("../images/fleche-niv3.png") right 0.3em no-repeat!important;
	background-size:20px auto!important;
}

/* quatrieme niveau */
dl.portlet.portletNavigationTree ul li li li ul{
	margin:0;
}
dl.portlet.portletNavigationTree ul li li li ul li a {
	color: #000!important;
}
dl.portlet.portletNavigationTree ul li li li ul li a.navTreeCurrentItem{
	margin-right: -25px;
	padding-right:25px!important;
	background: url("../images/fleche-niv4.png") right 0.3em no-repeat!important;
	background-size:20px auto!important;
}

/* ciquieme niveau */
dl.portlet.portletNavigationTree ul li li li li ul{
	margin:0;
}
dl.portlet.portletNavigationTree ul li li li li ul li a {
	color: #808080!important;
}
dl.portlet.portletNavigationTree ul li li li li ul li a.navTreeCurrentItem{
	margin-right: -25px;
	padding-right:25px!important;
	background: url("../images/fleche-niv5.png") right 0.3em no-repeat!important;
	background-size:20px auto!important;
}


/*--------------------------------------------------------------------------------------------------------------
	== EN IMAGE
--------------------------------------------------------------------------------------------------------------*/
.en-image{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.en-image dt {
	margin:0 0 8px;
}
.en-image dd > a:first-child {
	display: none;
}
.en-image dd ul li{
	float: right;
	margin: 0 0 0 2px;
}
.en-image dd ul li a{
	display:block;
}
.en-image dd ul li a img{
	height: 55px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.en-image dd a{
	display: block;
}
.en-image dd a img{
	max-width:100%;
}
.en-image dd a:hover img,
.en-image dd a:focus img{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

/*--------------------------------------------------------------------------------------------------------------
	== A LIRE
--------------------------------------------------------------------------------------------------------------*/
.a-lire{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.a-lire::after{
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background: #000;
}
.a-lire.masque {
	display: none;
}
.a-lire dt {
	margin:0 0 8px;
}
.a-lire dd{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin:0;
}
.a-lire dd::before{
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background: #000;
}
.a-lire dd.masque {
	display: none;
}
.a-lire dd > a:first-child{
	display:block;
	margin:0 0 5px;
	padding:5px 0;
	color:#000!important;
	font-weight: 700;
	text-align: right;
}
.a-lire dd > a:first-child:hover,
.a-lire dd > a:first-child:focus{
	color: #000!important;
	text-decoration: none;
}
.a-lire dd span,
.a-lire dd p,
.a-lire dd a{
	display:none;

}

/*--------------------------------------------------------------------------------------------------------------
	== J'APPROFONDIS
--------------------------------------------------------------------------------------------------------------*/
.japprofondis {}
.japprofondis.masque{
	display: none;
}
.japprofondis  dd.masque{
	display: none;
}
.japprofondis  dd > a:first-child{
	position: relative;
	display:block;
	margin:15px 0;
	padding:0;
	color:#000!important;
	font-size: 1.2em;
}
.japprofondis  dd > a:first-child:hover,
.japprofondis  dd > a:first-child:focus{
	color: #000!important;
}
.japprofondis  dd > a:first-child::before{
	content: '';
	position: absolute;
	left: -23px;
	width: 18px;
	height: 23px;
}
.japprofondis  dd > a[href*="je-decouvre"]::before {
	top: 1px;
	left: -25px;
	width: 20px;
	height:13px;
	background: url("../images/sprite.png") -40px -105px;
}
.japprofondis  dd > a[href*="je-minteresse"]::before {
	top: -2px;
	background: url("../images/sprite.png") -20px -80px;

}
.japprofondis  dd > a[href*="je-me-documente"]::before {
	top: -5px;
	background: url("../images/sprite.png") -40px -80px;

}
.japprofondis  dd > a[href*="jeunes"]::before {
	top: -3px;
	width: 13px;
	height: 17px;
	background: url("../images/sprite.png")0 -101px;
}
.japprofondis  dd span,
.japprofondis  dd p,
.japprofondis  dd a{
	display:none;

}

/*--------------------------------------------------------------------------------------------------------------
	== ILLUSTRATION PAROISSE
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content .illus-paroisse {
	margin:20px -40px;
}
.illus-paroisse dt,
.illus-paroisse dd a:first-child{
	display: none;
}
.illus-paroisse dd a{
	display: block;
	cursor: default;
}
.illus-paroisse dd a img{
	display: block;
	width: 100%;
}

/*--------------------------------------------------------------------------------------------------------------
	== INFOS PRATIQUES PAROISSE
--------------------------------------------------------------------------------------------------------------*/
dl.portlet.infos-paroisse{
	margin: 0 0 0 30px;
	padding: 0 0 0 30px;
	border-left: 1px solid #000;
}
dl.portlet.infos-paroisse dt{
	margin: 0 0 15px;
	padding: 0;
	background: none;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 3em;
	font-weight: 300;
	line-height: 1;
}
dl.portlet.infos-paroisse dd {
	padding: 0;
	font-size: 1.2em;
	line-height: 1.2;
}
dl.portlet.infos-paroisse dd *:empty,
dl.portlet.infos-paroisse dd .nom{
	display: none;
}
dl.portlet.infos-paroisse dd span{
	display: block;
	margin: 5px 0 0;
	line-height: 1;
}
dl.portlet.infos-paroisse dd span.code_postal,
dl.portlet.infos-paroisse dd span.ville{
	display: inline-block;
}
dl.portlet.infos-paroisse dd a:hover,
dl.portlet.infos-paroisse dd a:focus{
	color: #000!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== PARTENAIRES
--------------------------------------------------------------------------------------------------------------*/
.partenaires ul{
	display: flex;
	flex-wrap: wrap;
}
.partenaires ul li{
	margin: 0 0 10px;
	padding:5px;
	background: #fff;
	border: 1px solid #ccc;
}
.partenaires ul li + li{
	margin-left: 10px;
}
.partenaires ul li a{
	display: block;
	height: 45px;
}
.partenaires ul li a img{
	width: auto;
	height:100%;
	filter: grayscale(30%);
	-webkit-filter: grayscale(30%);
	-moz-filter: grayscale(30%);
	-o-filter: grayscale(30%);
}
.partenaires ul li h2{
	display: none;
}


/*------------------------------------------------------------------------------------------------------------*/
/*
	= CONTENEUR GLOBAL
*/
/*------------------------------------------------------------------------------------------------------------*/
#visual-portal-wrapper{
}

#visual-portal-wrapper::before{
	content: '';
	position: fixed;
	top: 0;
	left: 66%;
	right: 0;
	bottom: 0;
	z-index:1;
	background: #f2f2d1;
}
#visual-portal-wrapper > *{
	z-index:2;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= HEADER
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-top{
	z-index:3;
	float: left;
	margin:0;
	padding:0;
	width: 66%;
}
#portlets-in-header{
	z-index:300;
	margin:0;
}
div.InHeaderPortletManager1 {
	z-index:1;
}
div.InHeaderPortletManager2{
	position: fixed;
	top:0;
	right: 0;
	left:auto;
	bottom:0;
	z-index:2;
	width: 96px;
	background: #4f433b url("../images/epi.png") 0 70% no-repeat;
	border-left:1px solid #f2f2d1;
}

/*--------------------------------------------------------------------------------------------------------------
	== LOGO
--------------------------------------------------------------------------------------------------------------*/
#portal-logo{
	position: relative;
	z-index:2;
	display:flex;
	justify-content: flex-end;
	margin:0;
	padding: 20px 0 20px 45px;
}
#portal-logo:hover,
#portal-logo:focus{
	text-decoration: none;
}
#portal-logo strong{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 6em;
	font-weight: 300;
	text-align: right;
	line-height:1;
}
#portal-logo strong span{
	display: block;
	font-size: 0.3em;
	font-style: italic;
	line-height:1.1;
}
#portal-logo img {
	margin:0 -105px 0 25px;
	align-self: flex-start;
}

/*--------------------------------------------------------------------------------------------------------------
	== NAVIGATION MINI
--------------------------------------------------------------------------------------------------------------*/
#portal-navigation{
	position:relative;
	z-index:150;
	margin:0;
	background:none;
}

/*
	BOUTONS
*/
#portal-navigation > a,
#portal-navigation ul#portal-globalnav + a{
	display:none;
}

/*
  	RUBRIQUES
*/
#portal-globalnav{
	display: flex;
	justify-content: space-between;
	margin:0;
	padding:0;
	background:none;
}
#portal-globalnav::after {
	display: none;
}
#portal-globalnav > li{
	position:relative;
	margin:0;
	width: 24.9%;
	text-align: center;
}
#portal-globalnav > li.selected::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -40px;
	height:0;
	width: 0;
	border: 40px solid transparent;
	border-top: 25px solid #000;
}
#portal-globalnav > li > a{
	display: block;
	padding:30px 0 5px;
	min-width:0;
	height: 100%;
	background:#000;
	border:none;
	font-size:1.6em;
	font-weight: 700;
	text-transform:uppercase;
	color: #fff;
}
#portal-globalnav > li#portaltab-je-decouvre > a {
	background: #da9924;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f3b648), to(#da9924));
	background: -webkit-linear-gradient(#f3b648, #da9924);
	background: -moz-linear-gradient(#f3b648, #da9924);
	background: -ms-linear-gradient(#f3b648, #da9924);
	background: -o-linear-gradient(#f3b648, #da9924);
	background: linear-gradient(#f3b648, #da9924);
}
#portal-globalnav > li#portaltab-je-minteresse > a {
	background: #e06f10;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ef9244), to(#e06f10));
	background: -webkit-linear-gradient(#ef9244, #e06f10);
	background: -moz-linear-gradient(#ef9244, #e06f10);
	background: -ms-linear-gradient(#ef9244, #e06f10);
	background: -o-linear-gradient(#ef9244, #e06f10);
	background: linear-gradient(#ef9244, #e06f10);
}
#portal-globalnav > li#portaltab-je-me-documente > a {
	background: #c84019;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ea6843), to(#c84019));
	background: -webkit-linear-gradient(#ea6843, #c84019);
	background: -moz-linear-gradient(#ea6843, #c84019);
	background: -ms-linear-gradient(#ea6843, #c84019);
	background: -o-linear-gradient(#ea6843, #c84019);
	background: linear-gradient(#ea6843, #c84019);
}
#portal-globalnav > li#portaltab-jeunes > a {
	background: #1b4867;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2b5f82), to(#1b4867));
	background: -webkit-linear-gradient(#2b5f82, #1b4867);
	background: -moz-linear-gradient(#2b5f82, #1b4867);
	background: -ms-linear-gradient(#2b5f82, #1b4867);
	background: -o-linear-gradient(#2b5f82, #1b4867);
	background: linear-gradient(#2b5f82, #1b4867);
}
#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{
	color:#fff;
	text-decoration: none;
}

#portal-globalnav > li > a::after {
	content: '';
	display: block;
	margin:15px auto 0;
	width: 50px;
	height:50px;
	background: url("../images/sprite.png");
}
#portal-globalnav > li#portaltab-je-decouvre > a::after {
	background-position: -191px -60px;
}
#portal-globalnav > li#portaltab-je-minteresse > a::after {
	background-position: -136px -60px;
}
#portal-globalnav > li#portaltab-je-me-documente > a::after {
	background-position: -191px 0;
}
#portal-globalnav > li#portaltab-jeunes > a::after {
	background-position: -136px 0;
}

/*#portal-globalnav > li#portaltab-jeunes:hover a,
#portal-globalnav > li#portaltab-jeunes a:hover,
#portal-globalnav > li#portaltab-jeunes a:focus {
	background: #1b4867;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#1b4867), to(#1b4867));
	background: -webkit-linear-gradient(#1b4867, #1b4867);
	background: -moz-linear-gradient(#1b4867, #1b4867);
	background: -ms-linear-gradient(#1b4867, #1b4867);
	background: -o-linear-gradient(#1b4867, #1b4867);
	background: linear-gradient(#1b4867, #1b4867);
}*/
#portal-globalnav li#portaltab-index_html{
	display:none;
}

/*
	MENU DEROULANT
*/
#portal-globalnav li ul.submenu{
	z-index:2;
	display: block;
	padding:0;
	width:100%;
	opacity:0;
	visibility: hidden;

	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-globalnav li a:hover + ul.submenu,
#portal-globalnav li ul.submenu:hover{
	visibility: visible;
	opacity:1;
}
#portal-globalnav li ul.submenu li{
	display:block;
	float:none;
	width:auto;
}
#portal-globalnav li ul.submenu li {
	padding:0;
	border-top:1px solid #fff;
}
#portal-globalnav li ul.submenu li a{
	padding:10px;
	min-width:0;
	width:auto;
	background:#000;
	border:none;
	font-size:1.2em;
	text-transform:none;
	color:#fff!important;
}
#portal-globalnav li#portaltab-je-decouvre ul.submenu li a {
	background: #da9924;
}
#portal-globalnav li#portaltab-je-minteresse ul.submenu li a {
	background: #e06f10;
}
#portal-globalnav li#portaltab-je-me-documente ul.submenu li a {
	background: #c84019;
}
#portal-globalnav li#portaltab-jeunes ul.submenu li a {
	background: #1b4867;
}

#portal-globalnav li ul.submenu li a:hover,
#portal-globalnav li ul.submenu li a:focus{
	border:none;
}
#portal-globalnav li#portaltab-je-decouvre ul.submenu li a:hover,
#portal-globalnav li#portaltab-je-decouvre ul.submenu li a:focus{
	background: #f3b648;
}
#portal-globalnav li#portaltab-je-minteresse ul.submenu li a:hover,
#portal-globalnav li#portaltab-je-minteresse ul.submenu li a:focus{
	background: #ef9244;
}
#portal-globalnav li#portaltab-je-me-documente ul.submenu li a:hover,
#portal-globalnav li#portaltab-je-me-documente ul.submenu li a:focus{
	background: #ea6843;
}
#portal-globalnav li#portaltab-jeunes ul.submenu li a:hover,
#portal-globalnav li#portaltab-jeunes ul.submenu li a:focus{
	background: #2b5f82;
}
#portal-globalnav li ul.submenu li a img{
	display:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== RECHERCHE
--------------------------------------------------------------------------------------------------------------*/
#portal-searchbox{
	position: fixed;
	top:0;
	left:0;
	right: 0;
	bottom:0;
	z-index:2000;
	display: flex;
	margin:0;
	background: rgba(0,0,0, 0.9);
	opacity:0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-searchbox.actif {
	opacity:1;
	visibility: visible;
}
#portal-searchbox > div{
	margin:auto;
	padding:30px;
	width: 500px;
	background: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#portal-searchbox > div form::before{
	content: 'Rechercher sur le site';
	font-family: 'Josefin Sans', sans-serif;
	font-size: 2.5em;
	color: #4f433b;
}
#portal-searchbox > div form input[type=text] {
	display: block;
	margin:5px 0;
	padding:10px 20px;
	width: 100%;
	background: rgba(242,242,209,0.8);
	border: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#portal-searchbox > div form input[type=text]:focus {
	background: rgba(242,242,209,1);
}
#portal-searchbox > div form input[type=submit] {
	display: inline-block;
	padding:5px 10px;
	width: auto;
	background: #000;
	border: none;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-searchbox > div form input[type=submit]:hover {
	padding-right: 50px;
	-webkit-border-radius:0 30px 30px 0;
	border-radius: 0 30px 30px 0;
}
.searchSection{
	display: none;
}

/*--------------------------------------------------------------------------------------------------------------
	== BOUTON SE CONNECTER
--------------------------------------------------------------------------------------------------------------*/
#portal-personaltools-wrapper{
}
#portal-personaltools-wrapper ul#portal-personaltools,
#portal-personaltools-wrapper dl{
	position:fixed;
	z-index: 2000;
	padding:0;
	background:none;
	-webkit-border-radius:0;
	border-radius:0;
}
#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;
}


/*------------------------------------------------------------------------------------------------------------*/
/*
	= MAIN
*/
/*------------------------------------------------------------------------------------------------------------*/
/*ensemble des trois colonnes*/
#portal-columns{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	float: left;
	margin:0 0 70px;
	padding:0 70px 0 45px;
	width: 66%;
}


/*--------------------------------------------------------------------------------------------------------------
	== CENTRE
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content{
	z-index:2;
	margin:0;
	padding:0;
	width: calc(100% - 220px);
	background:none;
}
#portal-column-content.sans-colonne {
	width: 100%;
}
#portal-column-content #content{
	margin:0;
    padding:0;
	min-height:300px;
    background:transparent;
}

/*--------------------------------------------------------------------------------------------------------------
	== COLONNES
--------------------------------------------------------------------------------------------------------------*/
#portal-column-one{
	position: relative;
	width: 170px;
}
#portal-column-one .fixe {
	position: fixed;
	top: 0;
	width: 170px;
}
#portal-column-one .fixe-bas {
	position: absolute;
	bottom: 0;
}
#portal-column-one .fixe-bas2 {
	position: fixed;
	bottom: 0;
	width: 170px;
}
#portal-column-two{
	float: right;
	position: relative;
	z-index: 30;
	order: 2;
	margin:0;
	padding:0 155px 0 45px;
	width:34%;
}

/*--------------------------------------------------------------------------------------------------------------
	== ABOVE CONTENT
--------------------------------------------------------------------------------------------------------------*/
#above-content{
	margin:60px 0 0;
	width: 100%;
}

/*
	CHEMIN DE FER
*/
#portal-breadcrumbs{
	margin:0 0 20px;
    padding:0;
	color:#8a8a8a;
	font-size: 1.1em;
}
#portal-breadcrumbs #breadcrumbs-you-are-here{
	display:none;
}
#portal-breadcrumbs a{
	color:#8a8a8a;
}
#portal-breadcrumbs a:hover,
#portal-breadcrumbs a:focus{
	color:#000;
}

/*
	MESSAGE DE FEEDBACK
*/
dl.portalMessage{
	margin:0 0 20px;
	background:#fff;
	border:1px solid #000;
	font-size:1.1em;
}
dl.portalMessage dt{
	background:#000;
}
dl.error dd{
	background:#fff;
}

/*
	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{
	margin:20px 0 0;
	border:none;
	color:#000;
	font-size: 4.5em;
	font-weight: 300;
	line-height:0.8;
}
.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;
}

/*
	DESCRIPTION
*/
#portal-column-content .documentDescription{
	margin:10px 0 0;
	padding:0;
	background:#fff;
	color:#000;
	font-family: roboto, sans-serif;
	font-size:1.6em;
	font-weight: 400;
}
.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:40px 0 0;
	padding:10px 0;
	width: 100%;
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
	text-align:center;
	font-size:1.1em;
}
#portal-column-content .listingBar a{
	padding:0;
	border:none;
}
#portal-column-content .listingBar a:hover,
#portal-column-content .listingBar a:focus{
	background:none;
	color:#000!important;
}
#portal-column-content .listingBar span a{
	font-weight:bold;
}
#portal-column-content .listingBar .previous{
	float:left;
}
#portal-column-content .listingBar .current{
	font-weight: bold;
}

/*
	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;
	box-shadow:none;
	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;
}

/*
	SHORT CODE ADEL
*/
.adelgroupe .adelpersonne .fonctions {
	display: none;
}


/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE LISTE
--------------------------------------------------------------------------------------------------------------*/
.template-folder_summary_view #content-core,
.portaltype-collection #content-core{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.template-folder_summary_mozaique_view #content-core {
}

#portal-column-content #content-core .tileItem{
	position: relative;
	padding:20px 0;
	width: calc(50% - 23px);
	border-bottom: 1px solid #000;
}
#portal-column-content #content-core .tileItem::before {
	content: '';
	display: block;
	margin: 0 0 10px;
	height: 100px;
	width: 100px;
	background: #4f433b;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-column-content #content-core .tileItem:hover::before {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
#portal-column-content #content-core .tileItem::after {
	content: '+';
	position: absolute;
	top: 20px;
	left: 0;
	z-index:3;
	height: 100px;
	width: 100px;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 4em;
	text-align: center;
	line-height:100px;
	opacity:0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-column-content #content-core .tileItem:hover::after {
	opacity:1;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

#portal-column-content #content-core .tileItem:first-child,
#portal-column-content #content-core .tileItem:first-child + .tileItem{
	border-top: 1px solid #000;
}
#portal-column-content #content-core .tileItem h2{
	margin:0;
	font-size:1.5em;
	font-weight: 400;
	text-transform:uppercase;
	line-height: 1;
}
#portal-column-content #content-core .tileItem h2 a{
	line-height:1;
	color:#000!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 h2 a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index:4;
}
#portal-column-content #content-core .tileItem > a:first-child{
	position: absolute;
	top: 20px;
	left: 0;
	z-index:2;
	margin: 0 0 10px;
	height: 100px;
	width: 100px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
}
#portal-column-content #content-core .tileItem > a:first-child img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-column-content #content-core .tileItem:hover > a img,
#portal-column-content #content-core .tileItem > a:hover img,
#portal-column-content #content-core .tileItem > a:focus img{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
#portal-column-content #content-core .tileItem > div,
#portal-column-content #content-core .tileItem p{
	margin:5px 0 0;
	font-size:1em;
	color: #000;
	font-weight: 400;
	font-family: roboto, sans-serif;
	line-height:1.2;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-column-content #content-core .tileItem p.tileFooter{
	display: none;
}


/*
	AGENDA
*/
.template-agenda_view #portal-column-content #content-core .tileItem > a:first-child{
	-webkit-border-radius: 0;
	border-radius: 0;
	width: auto;
}
.template-agenda_view #portal-column-content #content-core .tileItem::before{
	background: none;
}
.template-agenda_view #portal-column-content #content-core .tileItem::after {
	display: none;
}
.template-agenda_view #portal-column-content #content-core .tileItem > a:first-child img{
	height: 100%;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE D'INSCRIPTION A LA NEWSLETTER
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #newsletter{
	font-size:1em!important;
}
#portal-column-content #newsletter .documentDescription{
	margin:0!important;
}
#portal-column-content #newsletter form#nl_form{
	margin:30px 0 0;
	padding:0;
}
#portal-column-content #newsletter form#nl_form fieldset{
	margin:0;
	padding:0;
	border:none;
}
#portal-column-content #newsletter form#nl_form fieldset .field{
	margin:0 0 25px;
	padding:0;
	border-bottom:0;
	color:#000;
}
#portal-column-content #newsletter form#nl_form fieldset .field label{
	font-size:1.4em;
}
#portal-column-content #newsletter form#nl_form fieldset .field div{
	font-size:1.2em;
	font-style:italic;
}
#portal-column-content #newsletter form#nl_form fieldset .field input[type=text]{
	width:50%;
	padding:5px 10px;
	border:1px solid #666;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#portal-column-content #newsletter form#nl_form fieldset .field textarea{
	width:100%;
	padding:5px 10px;
	border:1px solid #666;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#portal-column-content #newsletter form#nl_form fieldset .liste-newsletters{
	padding:0;
	margin:0;
	border:none;
}
#portal-column-content #newsletter form#nl_form fieldset .liste-newsletters p{
 	font-style:normal;
	font-weight:800;
	font-size:1.4em;
	color:#000;
}
#portal-column-content #newsletter form#nl_form fieldset .liste-newsletters label{
	font-size:1.3em;
	font-weight:300;
}
#portal-column-content #newsletter form#nl_form fieldset #rgpd-newsletter{
	font-size: 1.3em;
	line-height: 1.3;
}
#portal-column-content #newsletter form#nl_form fieldset #rgpd-newsletter a{
	border-bottom: 1px dotted #000;
}
#portal-column-content #newsletter form#nl_form fieldset #rgpd-newsletter a:hover,
#portal-column-content #newsletter form#nl_form fieldset #rgpd-newsletter a:focus {
	border-bottom: 1px solid #000;
	text-decoration: none;
	color: #000!important;
}
#portal-column-content #newsletter form#nl_form fieldset .formControls{
	margin:20px 0 0;
	padding:20px 0 0;
	border:none;
}
#portal-column-content #newsletter form#nl_form fieldset .formControls input{
	display: inline-block;
	padding:5px 20px;
	width: auto !important;
	background: #000;
	border: none;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-column-content #newsletter form#nl_form fieldset .formControls input:hover,
#portal-column-content #newsletter form#nl_form fieldset .formControls input:focus{
	padding-right:40px;
	-webkit-border-radius: 0 30px 30px 0;
	border-radius: 0 30px 30px 0
}
.template-abonne_edit form#nl_form .field:nth-child(4),
.template-abonne_edit form#nl_form .field:nth-child(5),
.template-abonne_edit form#nl_form .field:nth-child(6),
.template-abonne_edit form#nl_form .field:nth-child(7) {
     display: none;
}



/*--------------------------------------------------------------------------------------------------------------
	== 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;
}

#search-results-wrapper .tileItem:before {
	display:none !important;
}

/*
  	FILTRE
*/
#portal-column-content #content-core #search-results-bar{
	padding:0;
	border:none;
}
#portal-column-content #content-core #search-results-bar > span:first-child{
	display:block;
	margin:0;
	font-size:1.4em;
}
#portal-column-content #content-core #search-results-bar dl.actionMenu,
#portal-column-content #content-core #search-results-bar span#searchResultsSort{
	display: none;
}


/*
	LISTE
*/
#portal-column-content #content-core #search-results{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:20px 0 0;
	padding:0;
}
#portal-column-content #content-core #search-results .tileItem {
	font-size: 1.2em;
}
#portal-column-content #content-core #search-results .tileItem h2{
	padding: 0!important;
	background: none;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE ACTUALITE
--------------------------------------------------------------------------------------------------------------*/
.portaltype-news-item #archetypes-fieldname-imageCaptionBSW{
    display:none;
}


/*--------------------------------------------------------------------------------------------------------------
	== 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 20px -45px;
	padding:10px 0 10px 45px;
	width:auto;
	border:none;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	overflow:hidden;
}
#portal-column-content #content-core .eventDetails ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#portal-column-content #content-core .eventDetails ul li{
	margin:10px 0;
	width: 48%;
	line-height:1;
}
#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 p{
	margin:0;
	line-height:1;
}
#portal-column-content #content-core .eventDetails ul li span.entete{
	display:block;
	margin:0 0 5px;
	font-family: 'Josefin Sans', sans-serif;
	font-size:1.4em;
	font-weight:400;
}
#portal-column-content #content-core .eventDetails ul li.calendrier a{
	margin:0 15px 0 0;
	color:#000;
}
#portal-column-content #content-core .eventDetails ul li a:hover,
#portal-column-content #content-core .eventDetails ul li a:focus{
	color:#000!important;
}
#portal-column-content #content-core #parent-fieldname-eventUrl{
	display: inline-block;
	padding:10px 15px;
	background:#f2f2d1;
	-webkit-border-radius:50px;
	border-radius:50px;
	color:#000;
	font-size: 1.2em;
	font-weight:bold;
	white-space: nowrap;
}
#portal-column-content #content-core #parent-fieldname-eventUrl:hover,
#portal-column-content #content-core #parent-fieldname-eventUrl:focus{
	background: #000;
	color:#fff!important;
	text-decoration:none;
}

/*
	POPIN
*/
.pb-ajax #portal-column-content #content-core .eventDetails{
	margin-left: 0;
	padding-left: 0;
}
.pb-ajax #portal-column-content #content-core .eventDetails ul li{
	width: 30%;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE CARTE PAROISSE
--------------------------------------------------------------------------------------------------------------*/
#tooltip {
	z-index: 999;
	position: absolute;
	display: none;
	padding: 2px 5px;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #000;
	font-size: 1.2em;
	text-transform: uppercase;
}

.carte {
	position: absolute;
	z-index: 500;
	display: none;
	opacity: 0;
}

img[usemap] {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE CALENDRIER
--------------------------------------------------------------------------------------------------------------*/
/*
	BOUTON CALENDRIER
*/
#portal-column-content .voir-le-calendrier,
#portal-column-content .retour-agenda{
	position: relative;
	float: right;
	margin: -20px 0 0;
	text-align:right;
}
#portal-column-content .retour-agenda {
	margin: -30px 0 0;
}
#portal-column-content .voir-le-calendrier a,
#portal-column-content .retour-agenda{
	padding:5px 10px;
	background:#f2f2d1;
	-webkit-border-radius:50px;
	border-radius:50px;
	color:#000!important;
	font-weight:700;
	font-size: 1.2em;
	text-transform:uppercase;
}
#portal-column-content .voir-le-calendrier a:hover,
#portal-column-content .voir-le-calendrier a:focus,
#portal-column-content .retour-agenda:hover,
#portal-column-content .retour-agenda:focus{
	background:#000;
	color:#fff!important;
	text-decoration:none;
}

/*
	CALENDRIER
*/
#calendar{
	margin:30px 0 0;
}
.fc-header h2{
	font-size:1.6em;
	font-weight:normal;
	text-transform:uppercase;
	color:#000;
}
.fc-content th.fc-day-header{
	font-size:1.2em;
}
.fc-content .fc-state-highlight{
	background:#e8e8e8;
	border:1px solid #ccc;
	font-weight:bold;
}
.fc-content a.fc-event{
	background:#666;
	border:1px solid #666!important;
	font-size:1.1em;
}
#content .fc-content a.fc-event:hover,
#content .fc-content a.fc-event:focus{
	color:#fff!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE ALBUM PHOTOS
--------------------------------------------------------------------------------------------------------------*/
#content span.nb-photo{
	display: none;

}

#content .liste-photos {
	display: flex;
	flex-wrap: wrap;
}
#content .liste-photos .imageAlbumContainer{
	width: 32%;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
#content .liste-photos .imageAlbumContainer img{
	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;
}
#content .liste-photos .imageAlbumContainer:hover 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);
}

/*--------------------------------------------------------------------------------------------------------------
	== 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{
	display:inline-block;
	margin:5px 0;
	padding:5px 10px;
	background:#000;
	-webkit-border-radius:5px;
	border-radius:5px;
	border-bottom:none;
	font-size:1.2em;
	color:#fff;
}
.portaltype-file #content-core a:hover,
.portaltype-file #content-core a:focus{
	background:#000;
	color:#fff!important;
	text-decoration:none;
}
.portaltype-file #content-core a img{
	display:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE MEDIATHEQUE
--------------------------------------------------------------------------------------------------------------*/
.template-mediatheque_view #content-core{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#mediatheque-search-results-bar{
	margin:0 0 40px -45px;
	padding:20px 0 20px 45px;
	width: 100%;
	border-top: 1px dotted #4f433b;
	border-bottom: 1px dotted #4f433b;
}
#mediatheque-search-results-bar #mediatheque_header_title{
	display:none;
}
#mediatheque-search-results-bar fieldset{
	margin:0 0 30px;
	padding:0;
	border:none;
}
#mediatheque-search-results-bar fieldset#mediatheque-SearchableText{
	float:left;
	width:45%;
}
#mediatheque-search-results-bar fieldset#mediatheque-chemin{
	float:right;
	width:45%;
}
#mediatheque-search-results-bar fieldset#mediatheque-chemin + fieldset{
	clear:both;
}
#mediatheque-search-results-bar fieldset legend{
	margin:0 0 5px;
	padding:0;
	border:none;
	font-family: 'Josefin Sans', sans-serif;
	font-size:1.4em;
	font-weight:400;
	color: #4f433b;
}
#mediatheque-search-results-bar fieldset ul li{
	display:inline-block;
	margin:0 10px 0 0;
}
#mediatheque-search-results-bar fieldset#mediatheque-SearchableText input,
#mediatheque-search-results-bar fieldset#mediatheque-chemin select{
	padding:5px 10px;
	width:100%;
	background-color: rgba(242,242,209,0.8);
	border: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#mediatheque-search-results-bar fieldset#mediatheque-SearchableText input:focus,
#mediatheque-search-results-bar fieldset#mediatheque-chemin select:focus{
	background: rgba(242,242,209,1);
}
#mediatheque-search-results-bar .ui-rangeSlider .ui-rangeSlider-innerBar{
	background: rgba(242,242,209,0.8);
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#mediatheque-search-results-bar .ui-rangeSlider .ui-rangeSlider-bar{
	background: rgba(242,242,209,1);
}
#mediatheque-search-results-bar .ui-rangeSlider-label{
	bottom:auto;
	top:100%;
	margin:3px 0 0;
	background: #c7c7b0;
	padding:3px 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 0.8em;
	line-height:1;
}
#mediatheque-search-results-bar fieldset ul li input{
	vertical-align:middle;
}
#mediatheque-search-results-bar fieldset ul li label{
	font-weight:normal;
	color: #4f433b;
}
#mediatheque-search-results-bar .input_submit_mediatheque input{
	display:inline-block;
	padding:5px 10px;
	background:#4f433b;
	border:none;
	-webkit-border-radius:50px;
	border-radius:50px;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#mediatheque-search-results-bar .input_submit_mediatheque input:hover{
	padding:5px 50px 5px 10px;
	background:#4f433b;
	-webkit-border-radius:0 50px 50px 0;
	border-radius:0 50px 50px 0;
}
#mediatheque_sequence_length{
	margin: 0 0 40px;
	width: 100%;
	color: #4f433b;
	font-style: italic;
}
#searchMediathequeResultsSort{
	display: none;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE FORMULAIRE
--------------------------------------------------------------------------------------------------------------*/
.portaltype-formfolder div[id^=parent-fieldname-formPrologue],
.portaltype-formfolder div[id^=parent-fieldname-formEpilogue]{
	margin:30px 0 30px -45px;
	padding:10px 0 10px 45px;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	font-size: 1.3em;
}
.portaltype-formfolder #content div[id^=parent-fieldname-formPrologue] p,
.portaltype-formfolder #content div[id^=parent-fieldname-formEpilogue] p{
	margin:0;
}
#pfg-fieldwrapper{
	margin:30px 0 0;
}
#pfg-fieldwrapper  div.field.error{
	font-size: 1em;
}
#pfg-fieldwrapper .formHelp{
	font-style: italic;
	font-size: 1.3em;
}
#pfg-fieldwrapper .field .formHelp {
	font-size: 0.9em;
}
#pfg-fieldwrapper  div.field + div.field,
#pfg-fieldwrapper  div.field + div > div.field,
#pfg-fieldwrapper  div + div.field{
	margin:20px 0 0;
}
#pfg-fieldwrapper div.field > label.formQuestion,
#pfg-fieldwrapper div.field .formQuestion{
	font-size: 1.4em;
}
#pfg-fieldwrapper div.field > input[type=text],
#pfg-fieldwrapper div.field > input[type=password]{
	padding:5px 10px;
	width: 50%;
	border: 1px solid #666;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.4em;
}
#pfg-fieldwrapper div.field  textarea{
	padding:5px 10px;
	width: 100%;
	border: 1px solid #666;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.4em;
}
#pfg-fieldwrapper div.field select{
	padding:3px 20px 3px 10px;
	width: auto;
	background-position: 90% 10px;
	border: 1px solid #666;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.4em;
}
#pfg-fieldwrapper div.field table{
	width: 100%;
	border:none;
	font-size: 1.3em;
}
#pfg-fieldwrapper div.field table tr{
	background: none;
}
#pfg-fieldwrapper div.field table th{
	background: none;
	border: none;
	text-align: center;
	vertical-align: middle;
	color: #000;
}
#pfg-fieldwrapper div.field table th + th,
#pfg-fieldwrapper div.field table td + td{
	border-left: 1px solid #666;
}
#pfg-fieldwrapper div.field table td{
	background: none;
	border: none;
	border-top: 1px solid #666;
	text-align: center;
	vertical-align: middle;
}
#pfg-fieldwrapper div.field .plone_jscalendar{
	display: flex;
	align-items: center;
}
#pfg-fieldwrapper div.field .plone_jscalendar span{
	display: inline-block;
	margin:0 5px 0 0;
}
#pfg-fieldwrapper div.field .ArchetypesMultiSelectionValue {
	margin:5px 0 0;
}
#pfg-fieldwrapper div.field .ArchetypesMultiSelectionValue label{
	font-size: 1.3em;
	font-weight: 400;
}
#pfg-fieldwrapper fieldset{
	margin:50px 0;
	padding:0;
	border:none;
}
#pfg-fieldwrapper fieldset legend{
	margin:0 0 10px -45px;
	padding:5px 45px;
	background: #000;
	font-family: 'Josefin Sans', sans-serif;
	color: #fff;
	font-size:2.4em;
	font-weight:300;
	line-height:1;
}
#fg-base-edit input[type=submit] {
	display: inline-block;
	padding:5px 20px;
	width: auto !important;
	background: #000;
	border: none;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#fg-base-edit input[type=submit]:hover {
	padding-right:40px;
	-webkit-border-radius: 0 30px 30px 0;
	border-radius: 0 30px 30px 0;

}
#fg-base-edit input[type=reset] {
	display: inline-block;
	margin: 0 0 0 40px;
	padding:5px 20px;
	width: auto !important;
	background: #d2cfb3;
	border: none;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	color: #000;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#fg-base-edit input[type=reset]:hover {
	margin: 0;
	padding-right:40px;
	-webkit-border-radius: 0 30px 30px 0;
	border-radius: 0 30px 30px 0;

}


/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE PLAN DU SITE
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #content-core #portal-sitemap{
	margin:30px 0 0;
}
#portal-column-content #content-core #portal-sitemap li{
	margin:0;
	padding:0;
	border:none;
	line-height:1;
}
#portal-column-content #content-core #portal-sitemap li a{
	background:none;
	line-height:1;
}
#portal-column-content #content-core #portal-sitemap li img{
	display:none;
}

/* premier niveau */
#portal-column-content #content-core #portal-sitemap > li{
	margin: 0 0 30px;
}
#portal-column-content #content-core #portal-sitemap > li > div > a{
	display:inline-block;
	margin:0 0 10px -45px;
	padding:10px 45px 10px!important;
	background:#000!important;
	color:#fff!important;
	font-family: 'Josefin Sans', sans-serif;
	font-size:2.6em;
	font-weight:300;
	line-height:1;
	border:none;
}
#portal-column-content #content-core #portal-sitemap > li > div > a:hover,
#portal-column-content #content-core #portal-sitemap > li > div > a:focus{
	background:#000;
	color:#fff!important;
	text-decoration:none;
}

/* deuxieme niveau */
#portal-column-content #content-core #portal-sitemap > li > ul{
	margin:0 0 0 10px;
}
#portal-column-content #content-core #portal-sitemap > li > ul > li{
	margin:0 0 20px;
}
#portal-column-content #content-core #portal-sitemap > li > ul > li > div > a{
	margin:8px 0;
	padding:0 0 0 10px!important;
	background:url(../images/chevron-noir.png) 0 0.3em no-repeat;
	text-transform:uppercase;
	font-size:1.6em;
	color:#000!important;
	text-transform: uppercase;
}
#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;
}
#portal-column-content #content-core #portal-sitemap li li li{
	display: inline-block;
	margin: 0 30px 0 0;
}
#portal-column-content #content-core #portal-sitemap li li li a{
	display: inline-block;
	padding:0!important;
	background:none;
	text-transform:none;
	font-size:1.3em;
	color:#000!important;
}
#portal-column-content #content-core #portal-sitemap li li li a:hover,
#portal-column-content #content-core #portal-sitemap li li li a:focus{
	color:#000!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE CONNEXION
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #login-form{
}
#portal-column-content #login-form:before{
	content:"Identifiez-vous";
	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 148px;
}
#portal-column-content #login-form .formControls input{
	margin:0;
	padding:2px 5px;
	background:#464646;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	font-weight:bold;
	font-size:1.3em;
	cursor:pointer;
}
#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:#000!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;
	border-radius: 5px;
	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;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= FOOTER
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-footer{
	position: relative;
	clear: both;
	display: flex;
	align-items: flex-end;
	margin:0;
	padding:0 0 20px;
	background:none;
	border:none;
}
#portlets-footer {
	padding: 0 155px 0 45px;
	width: 34%;
	overflow: hidden;
}

/*--------------------------------------------------------------------------------------------------------------
	== ALERTE POPIN
--------------------------------------------------------------------------------------------------------------*/
#visual-portal-wrapper #alerte-popin{
	z-index: 5000;
	display: flex;
	padding: 10px;
	max-width: none;
}
#visual-portal-wrapper #alerte-popin > div {
	margin: auto;
	padding: 30px;
	max-width: 900px;
	width: auto;
}
#visual-portal-wrapper #alerte-popin > div img{
	max-width: 100%;
	height: auto!important;
}
#visual-portal-wrapper #alerte-popin a {
	text-decoration: underline;
}

/*--------------------------------------------------------------------------------------------------------------
	== COORDONNEES
--------------------------------------------------------------------------------------------------------------*/
#coordonnees{
	margin:0;
	padding:0 70px 0 0;
	width: 66%;
	text-align:right;
	font-size:1.4em;
}
#coordonnees ul {
	display: flex;
	justify-content: flex-end;
	list-style: none;
	gap: 5px;
}
#coordonnees ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	background: #4f433b;
	border-radius: 50px;
}
#coordonnees p + ul,
#coordonnees p ~ p{
	margin:30px 0 0;
}
#coordonnees strong {
	font-size: 1.2em;
}

/*--------------------------------------------------------------------------------------------------------------
	== SITE ACTION
--------------------------------------------------------------------------------------------------------------*/
#portal-siteactions{
	padding:0;
	border:none;
	color:#fff;
	font-size:1.1em;
	text-align: left;
}
#portal-siteactions li{
	display:inline;
	margin:0 10px;
	color:#000;
}

#portal-siteactions li a,
#portal-siteactions li a:visited{
	border:none;
	text-transform:none;
	color:#000;
	white-space: nowrap;
}
#portal-siteactions li a:hover{
	border:none;
	background:none;
	color:#000;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= POPINS
*/
/*------------------------------------------------------------------------------------------------------------*/
#exposeMask{
	position: fixed!important;;
	background: rgba(73,67,59,0.9)!important;;
	opacity: 1!important;
}
div.overlay-ajax{
	left: 10%!important;
	right: 10%!important;
	margin: 0;
	width: auto!important;
}
.pb-ajax{
	background: #fff;
	border:none;
	box-shadow: #000 0 0 10px;
	padding: 20px;
}
div.overlay div.close{
	left: auto;!important;
	top:-25px;
	right: -20px;
	width: 50px;
	height:50px;
	background: #4f433b;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	text-align: center;
	line-height:50px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
div.overlay div.close:hover {
	background: #000;
}
div.overlay div.close::before {
	content: 'X';
	font-size: 2em;
	font-weight: 700;
	color: #fff;
}

.pb-ajax > div{
	padding:0;
	width:auto;
}
.pb-ajax #portal-column-content{
	float: none;
	margin:0;
	padding:40px;
	width: auto!important;
}
.pb-ajax h1{
	border:none;
	font-size:2.8em;
	text-transform:uppercase;
	line-height:1;
}
.pb-ajax #portal-column-content .documentDescription{
	margin-left: 0;
}
.pb-ajax #portal-column-content #content-core{
	margin:0;
}

/*
	CONTACT SHORTCODE
*/
.pb-ajax .contact-mail label{
	display: block;
	margin: 0 0 15px;
	font-size: 1.4em;
}
.pb-ajax .contact-mail label input{
	display: block;
	margin: 5px 0 0;
	padding: 5px;
	width: 50%;
	border: 1px solid #8a8a8a;
}
.pb-ajax .contact-mail label textarea {
	display: block;
	margin: 5px 0 0;
	padding: 5px;
	width: 100%;
	border: 1px solid #8a8a8a;
}
.pb-ajax .contact-mail input[type=submit] {
	padding: 5px 10px;
	background: #4f433b;
	border: none;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	font-size: 1.4em;
	color: #fff;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	=  ADMINISTRATION
*/
/*------------------------------------------------------------------------------------------------------------*/

.template-dashboard #edit-bar{
	display:none;
}
.template-dashboard.userrole-manager #edit-bar{
	display:block;
}

#content dl.portlet.portletPaletteAdministration dd,
dl.portlet.portletPaletteAdministration dd{
	display: inline-block;
	width: 30%;
}



/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------------*/
/*
	= AJUSTEMENT PETITS ECRANS
*/
/*------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1300px) {
	.alaune{
		width: 100%;
	}
	.etre-aider{
		margin-top: 30px;
	}
	.questions-sur{
		float: right;
		padding-left: 0;
		width: 66.66%;
	}
	.questions-sur ul li{
		width: 25%;
	}
}
@media only screen and (max-width: 1150px) {
	#visual-portal-wrapper::before {
		left: 70%;
	}
	#portal-top{
		width: 70%;
	}
	#portal-logo img {
		margin-right: -125px;
	}
	#portal-columns{
		padding-right: 50px;
		width: 70% ;
	}
	#portal-column-two{
		padding-right: 105px;
		width: 30%;
	}
	.je-cherche dd ul li{
		width: 100%;
	}
	aside .mouvements-services ul{
		flex-direction: column;
	}
}

@media only screen and (max-width: 1050px){

	/* PORTLETS */
	.je-cherche dd ul li{
		width: 100%;
	}
	.je-cherche dd ul{
		justify-content: flex-end;
	}
	#content .je-cherche dd ul li{
		margin:0 0 10px 10px;
	}
	.alaune{
		float: none;
		margin:0 0 50px;
		width: auto;
	}
	.etre-aider{
		float: none;
		padding-right: 70px;
		width: auto;
	}
	.etre-aider ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		border-top: none;
	}
	.etre-aider ul li{
		width: 45%;
		border-top: 1px solid #ccc;
	}
	.questions-sur{
		float: none;
		padding-right: 70px;
		padding-left: 45px;
		width: auto;
	}
	.questions-sur ul li{
		width: 25%;
	}
	#portal-columns .agenda{
		float: none;
		margin-bottom: 40px;
		margin-right: 30px;
		width: auto;
	}
	.dossiers{
		float: none;
		margin-left:55px;
		width: auto;
	}
	.volet-action-user{
		width: 50%;
	}

	/* SUITE */
	#portal-column-content:not(.sans-colonne) #content-core .tileItem{
		width: 100%;
	}
	#portal-column-content:not(.sans-colonne) #content-core .tileItem:first-child + .tileItem{
		border-top: none;
	}
	#portal-column-content #content-core div[id^="parent-fieldname-text"] h2 + p.exergue{
		float: none;
		margin: 50px 0;
	}

}

@media only screen and (max-width: 900px) {
	#portal-logo strong{
		padding:20px 0 0;
		font-size: 4em;
	}
	#portal-logo strong span{
		font-size: 0.4em;
	}

	.questions-sur ul li{
		width: 48%;
	}

	/* SUITE */
	#portal-column-content #content-core .tileItem{
		width: 100%;
	}
	#portal-column-content #content-core .tileItem:first-child + .tileItem{
		border-top: none;
	}
	#portal-column-content #content-core .eventDetails ul li{
		width: 100%;
	}
	#content .liste-photos .imageAlbumContainer{
		width: 45%;
	}

}

@media only screen and (max-width: 600px) {

	#visual-portal-wrapper{
		display: flex;
		flex-direction: column;
		padding:0 0 150px;
	}
	#visual-portal-wrapper::before {
		display: none;
	}

	/* PORTLETS */
	.actions-user{
		position: relative;
		top: auto;
		bottom: auto;
	}
	.section-ma-paroisse .actions-user{
		display: none;
	}
	.actions-user ul{
		flex-direction: row;
		align-items: flex-start;
	}
	.actions-user ul li{
		width: 20%;
	}
	.actions-user ul li a{
		font-size: 1em;
	}
	.agenda ul,
	.agenda .portletFooter,
	.japprofondis dd{
		margin-left: 20px;
	}
	.portlet-embed-add-this{
		padding-top: 0;
	}
	.portlet-embed-add-this div{
		justify-content: flex-start;
	}
	.en-image,
	.a-lire,
	.a-lire dd{
		align-items: flex-start;
	}
	.en-image dd ul li{
		float: left;
		margin:0 2px 0 0;
	}
	.portlet-widget-date{
		position: relative;
		z-index: 2;
	}
	.portlet-psaume{
		position: relative;
		z-index: 1;
	}


	/* HEADER */
	#portal-top{
		order:1;
		z-index:50;
		float: none;
		width: auto;
	}
	#portal-logo{
		justify-content: space-between;
		padding:10px 20px 0;
	}
	#portal-logo strong{
		padding:0;
		font-size: 10vw;
	}
	#portal-logo strong span{
		display: none;
	}
	#portal-logo img{
		margin: 0;
		width: 50px;
	}
	#portal-globalnav > li > a{
		padding: 20px 5px;
		font-size: 1.3em;
		height: 100%;
	}
	#portal-globalnav > li > a::after {
		display: none;
	}
	#portal-globalnav li ul.submenu{
		display: none!important;
	}
	div.InHeaderPortletManager2{
		top: auto;
		left:5px;
		right: 5px;
		bottom: 5px;
		margin:0;
		width: auto;
		background-image: none;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	.volet-action-user,
	.volet-action-user:hover{
		top:5px;
		right: -100%;
		left:100%;
		width: auto;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		overflow-y: auto;
	}
	.volet-action-user.open{
		right: 5px;
		left: 5px;
	}
	.volet-action-user > *:last-child{
		margin-bottom: 50px;
	}
	.volet-action-user .bt-close{
		position: absolute;
		top:10px;
		right: 10px;
		width: 20px;
		height: 20px;
		background: #f2f2d1;
		-webkit-border-radius: 50px;
		border-radius: 50px;
		text-align: center;
		line-height:18px;
		font-size: 1.3em;
		font-weight: 700;
		color: #4f433b;
		cursor: pointer;
	}

	/* MAIN */
	#portal-column-two{
		order:3;
		float: none;
		padding:0 20px;
		width: auto;
	}
	#portal-columns{
		order:2;
		flex-direction: column;
		float: none;
		margin:0;
		padding:0 20px;
		width: auto;
	}
	#portal-column-content,
	#portal-column-one{
		width: 100%;
	}

	dl.portlet.portletNavigationTree{
		display: none;
	}
	#portal-column-content .voir-le-calendrier,
	#portal-column-content .retour-agenda{
		float: none;
		margin: 20px 0 0;
	}

	/* FOOTER */
	#portal-footer{
		display: none;
		order:4;
		margin:50px 0 0;
	}
	#coordonnees{
		padding:0 20px;
		width: 100%;
	}

}

/*@media only screen and (max-width: 800px){
		body{
			font-size:100%;
		}

		/* NAVIGATION NORMALE */
/*		#portal-globalnav > li{
			display:block;
			float:none;
			margin:0;
			text-align:center;
		}
		#portal-globalnav > li + li{
			margin:10px 0 0;
			padding:10px 0 0;
			border-top:1px solid #fff;
		}

		/* NAVIGATION MINI */
		/* boutons */
		/*#portal-navigation > a{
			display:block;
			padding:10px;
			font-size:1.2em;
			color:#000;
			text-transform:uppercase;
		}
		#portal-navigation > a:after{
			content:"▼";
			margin:5px 0 0 10px;
		}
		#portal-navigation ul#portal-globalnav:target + a{
			display:block;
			position:absolute;
			top:15px;
			right:15px;
		}

		/* menu */
		/*#portal-navigation ul{ /* on masque sur la version > 800 */
		/*	display:none;
		}
		#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:10px 0 0;
			padding:10px 0 0;
			width:auto;
			border-top:1px solid #fff;
			font-size:0.9em;
		}
		#portal-globalnav > li:first-child + li{
			margin:0;
		}
		#portal-globalnav > li a{
			padding:10px;
			font-family:verdana;
			font-size:1.4em;
		}
		#portal-globalnav > li ul.submenu{
			display:block;
			margin:0;
			position:relative;
			background:none;
		}
		#portal-globalnav > li ul.submenu li{
			margin:0;
			padding:0;
			border:none;
		}
		#portal-globalnav > li ul.submenu li a,
		#portal-globalnav > li ul.submenu li a:hover,
		#portal-globalnav > li ul.submenu li a:focus{
			background:url(../images/chevron-blanc.png) 0 1em no-repeat;
		}

		/* STRUCTURE */
/*		#portal-column-one,
		#portal-column-two{
			float:none;
			margin:0;
			padding:0;
			width:auto;
			border:none;
		}
		.portletPageLeftColumn,
		.portletPageRightColumn{
			float:none;
			width:auto;
		}

		/* ELEMENTS DE PAGES DE DETAIL */
/*		#portal-column-content .imageContainer,
		#portal-column-content #content-core .tileItem > a:first-child,
		#content div.portlet.a-la-une ul li > a:first-child{
			float:none;
			margin:0;
		}
		#portal-column-content .imageContainer img,
		#portal-column-content #content-core .tileItem > a:first-child img,
		#content div.portlet.a-la-une ul li > 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-footer #portal-sitemap-footer > ul > li{
			display:block;
			float:none!important;
			margin:0 0 10px;
			width:auto;
		}

		/* 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;
		}
}

/*------------------------------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------------------------
	== Select 2 pour sélection de la commune
-------------------------------------------------------------------------------------------------------------- */
#select2-communes-select-results li,
#select2-paroisses-select-results li {
	display: block;
	font-size: 1.5em;
}

.select2-container {
	width: 300px !important;
}

@media only screen and (max-width: 600px) {
	
	#select2-communes-select-results li,
	#select2-paroisses-select-results li	{
	    /*border-bottom: 1px solid black;
		list-style: none;*/
		font-size: 1.8em;
		line-height: 1em;
		margin-top: 20px !important;
	}
	
	.select2-container .select2-selection--single {
		height: 40px;
	}
	
	.select2-container {
		display: block;
		font-size: 1em;
		width: 100% !important;
	}
}