/**************************************************************************************************************/
/*
			DIOCESE DE COUTANCES - V1.5 Site generique

			Date : 7 juin 2021 - déconfinement !!!
			Auteur : Marlène
			URL : http://pommier2:42080/diocese-coutances-2021

*/
/**************************************************************************************************************/


/*------------------------------------------------------------------------------------------------------------*/
/*
	= RESET
*/
/*------------------------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: var(--font-current);
	font-size:62.5%; /*ensuite 1em=10px en taille normale*/
	color:var(--color-current);
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	border: none;
	font-family: var(--font-current);
	font-weight:700;
	letter-spacing:normal;
}
ul{
	margin:0;
    padding:0;
	list-style:none;
    line-height:1.3;
}
img{
	border:none;
}
a, a:link{
	text-decoration:none;
	color:var(--color-current);
	-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:var(--color-current);
}
a:hover, a:focus{
	text-decoration:underline;
	color:var(--color-current);
}
input,
textarea {
	padding: 10px 20px;
	border: 1px solid var(--color-light);
	border-radius: 3px;
	font-family: var(--font-current);
	font-size: 1em;
	color: var(--color-light);
}
input[type=submit] {
	cursor: pointer;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	background-color:var(--color-grey);
	color: var(--color-current);
	outline: none;
}
.masques-svg {
	position: absolute;
	width: 0;
	height: 0;
}
.noscroll {
	overflow: hidden;
}
@media only screen and (max-width: 800px) {
	.desktop {
		position: absolute;
		top: -5000px;
		width: 0;
		height: 0;	
		overflow: hidden;
	}
}
@media only screen and (min-width: 800px) {
	.mobile {
		position: absolute;
		top: -5000px;
		width: 0;
		height: 0;	
		overflow: hidden;
	}
}

	
.bt-agissons-abus a{
    position: fixed;
    right: 30px;
    bottom: 30px;
	color: #ffffff;
	font-size: 1.5em;
	background-color: #98B0BE;
  	padding: 10px 10px;
  	border-radius: 5px;
	text-decoration: none;
	z-index: 10;
}


/*
	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;
	margin: 0;
	width:auto;
}
div.row{
	float:none;
}
#content-ckeditor,
body.cke_panel_frame{
    background:#fff !important;
}
#content a.link-overlay {
	border-bottom: none!important;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= BXSLIDER
*/
/*------------------------------------------------------------------------------------------------------------*/
/*
	RESET - LAYOUT
*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 20px;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/*
	THEME
*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	height: 100%;
	width: 100%;
	min-height: 50px;
	background: url(../images/bx-slider/bx_loader.gif) center center no-repeat #fff;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-weight: 700;
	color: #666;
}
.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,
#content .bx-wrapper .bx-pager.bx-default-pager a{
	display: block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	background: #000;
	border: 2px solid #000;
	text-indent: -9999px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
#content .bx-wrapper .bx-pager.bx-default-pager a:hover,
#content .bx-wrapper .bx-pager.bx-default-pager a:focus{
	background: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
#content .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #fff;
}

/* 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;
	background: rgba(80, 80, 80, 0.75);
}
.bx-wrapper .bx-caption span {
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 0.85em;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= PORLTETS
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-columns dl.portlet{
	margin:0 0 30px;
}
#portal-columns dl.portlet dt{
	padding:0;
	background:none;
}
#portal-columns dl.portlet dd{
	padding:0;
}

/*--------------------------------------------------------------------------------------------------------------
	== NAVIGATION
--------------------------------------------------------------------------------------------------------------*/
.navigation ul {
	display: flex;
	justify-content: space-between;
	margin: 0;
	width: 100%;
	list-style: none;
}
.navigation ul li {
	position: relative;
	margin: 0 0 0 20px;
}
.navigation ul li:first-child {
	margin: 0;
}
.navigation a {
	color: #fff;
	font-size: 3em;
}
.navigation a:hover,
.navigation a:focus {
	text-decoration: none;
	color: var(--color-current);
}
.navigation span {
	position: absolute;
	top: calc(100% + 10px);
	right: -10px;
	padding: 3px 5px;
	background: var(--color-primary);
	border-radius: 3px;
	font-size: 0.5em;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}
.navigation a:hover span,
.navigation a:focus span {
	opacity: 1;
	visibility: visible;
}
.navigation {}
@media only screen and (min-width: 800px) {
	.navigation {
		margin: 0 var(--margin-flex);
	}
}
@media only screen and (max-width: 800px) {
	.navigation {
		position: absolute;
		top: 50%;
		left: var(--margin-flex);
		right: var(--margin-flex);
		transform: translate(0, -50%);
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== RACCOURCIS
--------------------------------------------------------------------------------------------------------------*/
.raccourcis ul {
	position: relative;
	display: flex;
	justify-content: center;
	margin: 0;
	list-style: none;
}
.raccourcis ul li {
	position: relative;
	z-index: 2;
	margin: 0;
}
.raccourcis a {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 1.3em;
	line-height: 1.1;
}
.raccourcis a:hover,
.raccourcis a:focus {
	text-decoration: none;
	color: #fff;
}
.raccourcis a::before {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 10px;
	padding: 5px 3px;
	min-width: 30px;
	min-height: 30px;
	background: var(--color-primary);
	border-radius: 100%;
	box-shadow: 0 0 20px rgba(0,0,0,0.25);
	font-size: 1.8em;
}
.raccourcis a {}
.raccourcis a {}

@media only screen and (min-width: 800px) {
	.raccourcis ul li.home {
		display: none;
	}
	.raccourcis ul li + li {
		margin: 0 0 0 30px;
	}
	.raccourcis a {
		flex-direction: row;
		align-items: center;
		text-align: left;
		color: var(--color-current);
	}
	.raccourcis a::before {
		margin: 0 10px 0 0;
		transition: all 0.5s;
	}
	.raccourcis a:hover::before,
	.raccourcis a:focus::before {
		background: var(--color-light);
	}
}
@media only screen and (max-width: 800px) {
	.raccourcis {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.raccourcis ul {
		padding: 0;
	}
	.raccourcis ul::after {
		content: "";
		position: absolute;
		top: 4.8vw;
		left: 0;
		right: 0;
		bottom: 0;
		background: var(--color-dark);
	}
	.raccourcis ul::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1;
		height: 5vw;
		background: var(--color-dark);
		-webkit-clip-path: url(#masque-concave);
		clip-path: url(#masque-concave);
	}
	.raccourcis ul .desktop {
		display: none;
	}
	.raccourcis ul li {
		flex: 1;
		padding: 0;
	}
	.raccourcis ul li a {
		padding-top: 0;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== PAROISSE
--------------------------------------------------------------------------------------------------------------*/
.pop-paroisse iframe {
	width: 100%;
	height: calc(100vh - calc(var(--margin-flex) * 3));
}
@media only screen and (max-width: 800px) {
	.pop-paroisse {
		position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	width: 100vw;
	}
	.pop-paroisse iframe {
		height: 100vh;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== RECHERCHE
--------------------------------------------------------------------------------------------------------------*/
dl.portlet.portletSearch {
	margin: auto;
	padding: 0;
	max-width: 500px;
}
dl.portlet.portletSearch dt {
	margin: 0 0 10px;
	padding: 0;
	background: none;
	text-align: center;
	font-size: 3em;
	font-weight: 300;
}
dl.portlet.portletSearch dt a,
dl.portlet.portletSearch dt a:hover,
dl.portlet.portletSearch dt a:focus {
	color: #fff!important;
	text-decoration: none;
}
dl.portlet.portletSearch dd {
	position:relative;
	padding: 0;
}
dl.portlet.portletSearch dd form div::before {
	content: '\e902';
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 2;
	transform: translate(0, -50%);
	font-family: var(--font-picto);
}
dl.portlet.portletSearch dd + dd{
	display:none;
}
dl.portlet.portletSearch input[type=text] {
	position: relative;
	z-index: 1;
	padding: 10px;
	width: 100%;
	background: var(--color-light);
	border: 1px solid var(--color-light);
	border-radius: 3px;
	color: var(--color-current);
	transition: all 0.5s;
	font-size: 1.4em;
}
dl.portlet.portletSearch input[type=text]:focus {
	outline: none;
	background: var(--color-grey);
	border: 1px solid var(--color-grey);
}
dl.portlet.portletSearch input[type=submit]{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	z-index: 3;
	margin:0;
	padding:0;
	width:25px;
	background: none;
	border:none;
	text-indent:-5000px;
	cursor:pointer;
}
dl.portlet.portletSearch .searchSection,
dl.portlet.portletSearch #LSShadow{
	display:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== ESPACE MEDIA
--------------------------------------------------------------------------------------------------------------*/
.espace-medias {
	margin: 0 0 var(--margin-text);
	text-align: center;
}
.espace-medias a {
	font-size: 1.6em !important;
color: var(--color-light) !important;
}
.espace-medias {}

/*--------------------------------------------------------------------------------------------------------------
	== SOUS NAVIGATION
--------------------------------------------------------------------------------------------------------------*/
dl.portlet.portletNavigationTree{
	margin:0;
}
dl.portlet.portletNavigationTree dd ul{
}

/* racine 
dl.portlet.portletNavigationTree ul li.navTreeTopNode{
	margin:0 0 8px;
	padding:0;
	background:none;
	border:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.2em;
}
dl.portlet.portletNavigationTree ul li.navTreeTopNode a.navTreeCurrentItem{
	color:#000;
}

/* premier niveau */
dl.portlet.portletNavigationTree ul li,
dl.portlet ul.navTreeLevel0 > .navTreeItem {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
dl.portlet.portletNavigationTree ul li a {
	margin: 0;
	padding: 0!important;
	background: none;
	font-weight: 300;
}
dl.portlet.portletNavigationTree ul li a:hover,
dl.portlet.portletNavigationTree ul li a:focus {
	text-decoration: none;
}
dl.portlet.portletNavigationTree ul li a img{
	display:none;
}
dl.portlet.portletNavigationTree ul li a.navTreeCurrentItem,
dl.portlet.portletNavigationTree ul li a.navTreeItemInPath{
	margin: 0;
	background: none;
	border: none;
}


/*
	SS NAV PAGE
*/
.ss-nav {
	padding: 5px 0;
	border-top: 1px solid var(--color-current);
	border-bottom: 1px solid var(--color-current);
}
dl.ss-nav ul.navTree li  a {
	padding: 10px 5px!important;
	font-size: 1.3em;
	color: var(--color-current)!important;
	line-height: 1;
}
dl.ss-nav ul.navTree li  a:hover,
dl.ss-nav ul.navTree li  a:focus {
	padding: 10px 0 10px 10px!important;
	color: var(--color-current)!important;
}
dl.portlet.ss-nav ul li a.navTreeCurrentItem,
dl.portlet.ss-nav ul li a.navTreeItemInPath{
	color: var(--color-primary)!important;
}

/*
	RAPPEL NAV FOOTER
*/
dl.portlet.rappel-nav {}
dl.rappel-nav dt {
	display: none; 
}
dl.rappel-nav ul {
	text-align: center;
}
dl.rappel-nav ul.navTree li a {
	font-size: 1.6em!important;
	color: var(--color-light)!important;
	line-height: 2em;
}
dl.rappel-nav ul.navTree li a:hover,
dl.rappel-nav ul.navTree li a:focus {
	color: var(--color-current);
}
dl.rappel-nav ul.navTree li a {}
dl.rappel-nav {}


/*--------------------------------------------------------------------------------------------------------------
	== LISTE ELEM
--------------------------------------------------------------------------------------------------------------*/
.liste-elem > ul > li {
	position: relative;
	display: block;
}
.liste-elem > ul > li::before {
	content: "";
	display: block;
	padding: 66% 0 0;
}
.liste-elem > ul > li .illustration {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
}
.liste-elem ul li a img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: contain;
	transition: all 0.5s;
	background-color: #fff;
}
.liste-elem ul li:hover a img,
.liste-elem ul li a:hover img,
.liste-elem ul li a:focus img {
	transform: scale(1.05);
}
.liste-elem > ul > li div {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 25px 30px 5px;
	min-height: 80px;
	background: rgba(0,0,0,0.5);
}
.liste-elem > ul > li div::before {
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(0, -50%);
	width: 30px;
	height: 35px;
	background: #fff;
	border-radius: 100%;
	font-family: var(--font-picto);
	font-size: 1.5em;
}
.liste-elem > ul > li.albumphotos div::before {
	content: "\e917";
}
.liste-elem > ul > li.video div::before {
	content: "\e91b";
}
.liste-elem > ul > li.son div::before {
	content: "\e918";
}
.liste-elem > ul li.atevent::before {
	content: "\e925";
}
.liste-elem > ul li.atdocument div::before {
	content: "\e91a";
}
.liste-elem > ul li.atnewsitem div::before {
	content: "\e92d";
}
.liste-elem > ul li.atblob div::before {
	content: "\e922";
}
.liste-elem > ul li.atlink div::before {
	content: "\e91c";
}
.liste-elem > ul li.atfolder div::before {
	content: "\e919";
}

.liste-elem h2 {
	font-weight: 300;
	font-size: 2em;
	line-height: 1.2;
}
#visual-portal-wrapper .liste-elem h2 a {
	color: #fff;
}
#visual-portal-wrapper .liste-elem h2 a:hover,
#visual-portal-wrapper .liste-elem h2 a:focus {
	color: #fff!important;
	text-decoration: none;
}
#visual-portal-wrapper .liste-elem h2 a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#visual-portal-wrapper .liste-elem ul.subjects-listing {
	display: flex;
	margin: 0;
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
}
.liste-elem .subjects-listing li + li {
	margin: 0 0 0 10px;
}
.liste-elem > ul > li {}

@media only screen and (max-width: 800px) {
	.liste-elem  .splide__slide {
		margin: 0 10px 0 0;
		background: var(--color-light);
		border-radius: 5px;
		overflow: hidden;
	
	}
}

/*
	SLIDER
*/
#portletPageTopRow .liste-elem {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
#portletPageTopRow .liste-elem::before {
	content: "";
	position: absolute;
	top: 46%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background: var(--color-primary);
}
#portletPageTopRow .liste-elem .portletHeader {
	order: 2;
	flex: 1;
	position: relative;
	padding: 10px 0 0 var(--margin-flex);
	text-align: left;
}
#portletPageTopRow .liste-elem .portletFooter {
	order: 3;
	flex: 1;
	position: relative;
	padding: 10px var(--margin-flex) 0 0;
	text-align: right;
}
#content #portletPageTopRow .liste-elem .portletHeader a,
#content #portletPageTopRow .liste-elem .portletFooter a {
	color: #fff;
	opacity: 0.5;
}
#portletPageTopRow .liste-elem .splide {
	order: 1;
	width: 100%;
}
.liste-elem .splide {
}
.liste-elem ul li.splide__slide {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.liste-elem ul li.splide__slide::before {
	position: absolute;
	top: 0;
	z-index: 2;
	transform: translate(0, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 66% 0 0 15px;
	width: 30px;
	height: 35px;
	background: #fff;
	border-radius: 100%;
	font-family: var(--font-picto);
	font-size: 1.5em;
}

.liste-elem ul li.splide__slide.albumphotos::before {
	content: "\e917";
}
.liste-elem ul li.splide__slide.video::before {
	content: "\e91b";
}
.liste-elem ul li.splide__slide.son::before {
	content: "\e918";
}
.liste-elem ul li.splide__slide.atevent::before {
	content: "\e925";
}
.liste-elem ul li.splide__slide.atdocument::before {
	content: "\e91a";
}
.liste-elem ul li.splide__slide.atnewsitem::before {
	content: "\e92d";
}
.liste-elem ul li.splide__slide.atblob::before {
	content: "\e922";
}
.liste-elem ul li.splide__slide.atlink::before {
	content: "\e91c";
}
.liste-elem ul li.splide__slide.atfolder::before {
	content: "\e919";
}

.liste-elem ul li.splide__slide > a {
	position: relative;
	display: block;
	overflow: hidden;
}
.liste-elem ul li.splide__slide > a::before {
	content: "";
	display: block;
	padding: 66% 0 0;
	/*background-color: #fff;*/
}
.liste-elem ul li.splide__slide > a img {
	position: absolute;
	top: 0;
	left: 0;
}
.liste-elem ul li.splide__slide h2 {
	/*padding: 25px 5px 10px;*/
	padding: 15px 5px 0;
	font-size: 2.2em;
}
#visual-portal-wrapper .liste-elem ul li.splide__slide .subjects-listing {
	margin: 0;
	padding: 0 5px;
}
.liste-elem ul li.splide__slide > span {
	padding: 0 20px;
	color: #fff;
	font-size: 1.2em;
}


/*
	A LA UNE
*/
.alaune {}
.alaune .portletHeader {
	text-align: right;
}
.alaune .portletHeader a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 1.2em;
	text-transform: uppercase;
}
#content .alaune .portletHeader a:hover,
#content .alaune .portletHeader a:focus {
	color: var(--color-current)!important;
	text-decoration: none;
}
.alaune .portletHeader a::before {
	content: '(';
	padding: 0 10px 0 0;
	font-size: 1.3em;
	font-weight: 300;
}
.alaune .portletHeader a::after {
	content: ')';
	padding: 0 0 0 10px;
	font-size: 1.3em;
	font-weight: 300;
}
.alaune .portletFooter a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 1.2em;
	text-transform: uppercase;
}
#content .alaune .portletFooter a:hover,
#content .alaune .portletFooter a:focus {
	color: var(--color-current)!important;
	text-decoration: none;
}
.alaune .portletFooter a::before {
	content: '(';
	padding: 0 10px 0 0;
	font-size: 1.3em;
	font-weight: 300;
}
.alaune .portletFooter a::after {
	content: ')';
	padding: 0 0 0 10px;
	font-size: 1.3em;
	font-weight: 300;
}
#portlets-below .alaune .portletHeader {
	display: block;
	margin: var(--margin-text) 0;
	padding: 0 var(--margin-flex);
	font-size: 3.5em;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	color: var(--color-current);
}
#content .alaune > ul,
#portlets-below .alaune > ul {
	display: flex;
	justify-content: center;
	margin: 0 -10px;
}
.alaune > ul > li {
	position: relative;
	margin: 0 10px;
	width: calc(33.3333% - 20px);
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	overflow: hidden;
}
#portlets-below .alaune.liste-elem ul {
	margin: 0 calc(var(--margin-flex) - 20px);
}
.alaune ul {}

@media only screen and (max-width: 800px) {
	#portlets-below .alaune .portletHeader {
		margin-bottom: 10px;
	}
}
/* Rendre visible les élements du slider hors cadre*/

div.alaune div.splide__track{
	overflow: visible!important;
}
@media only screen and (max-width: 800px) {
	div.alaune div.splide__track{
		overflow: hidden!important;
	}

}

/*
	CORRELES
*/
.portletBSWContenusCorreles.liste-elem ul li.splide__slide {
	display: flex;
	flex-direction: column;
}
.portletBSWContenusCorreles.liste-elem ul li.splide__slide::before {
	order: 1;
}
.portletBSWContenusCorreles.liste-elem ul li.splide__slide > a:first-child {
	order: 3;
	padding: 25px 20px 10px;
	font-size: 2.2em;
	font-weight: 300;
	color: #fff!important;
}
.portletBSWContenusCorreles.liste-elem ul li.splide__slide > a:first-child::before {
	display: none;
}
.portletBSWContenusCorreles.liste-elem ul li.splide__slide a + a {
	order: 2;
}
.portletBSWContenusCorreles.liste-elem ul li.splide__slide ul {
	order: 2;
	margin: 0!important;
}


/*
	 VOIR
*/
.avoir {}
.avoir .portletHeader {
	position: relative;
	margin: 0 0 var(--margin-text);
	text-align: center;
	line-height: 1;
}
.avoir .portletHeader span {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	font-size: 5em;
	font-weight: 300;
}
.avoir .portletHeader span::before {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translate(0, -50%);
	width: 200px;
	height: 1px;
	background: var(--color-current);
}
.avoir .portletHeader span::after {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(0, -50%);
	width: 200px;
	height: 1px;
	background: var(--color-current);
}
#content .avoir ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}
.avoir ul li {
	border-radius: 5px;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	overflow: hidden;
}

.avoir ul li:nth-child(1) {
	grid-column: 1 / 3 ;
	grid-row: 1 / 3;
}
.avoir ul li:nth-child(2) {
	grid-column: 3;
	grid-row: 1;
}
.avoir ul li:nth-child(3) {
	grid-column: 4;
	grid-row: 1;
}
.avoir ul li:nth-child(4) {
	grid-column: 3;
	grid-row: 2;
}
.avoir ul li:nth-child(5) {
	grid-column: 4;
	grid-row: 2;
}


.avoir.liste-elem ul li a img {
	object-fit:	cover;
}


/*--------------------------------------------------------------------------------------------------------------
	== A LIRE AUSSI
--------------------------------------------------------------------------------------------------------------*/
.lire-aussi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 var(--margin-flex);
}
.lire-aussi .portletHeader {
	width: 100%;
}
.lire-aussi .portletHeader span {
	display: block;
	margin: 0 0 var(--margin-text);
	font-size: 3.5em;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	color: var(--color-current);

}
.lire-aussi dd {
	position: relative;
	margin: 0 10px;
	width: calc(33.333% - 20px);
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	overflow: hidden;
}
.lire-aussi dd::before {
	content: "";
	display: block;
	padding: 66% 0 0;
}
.lire-aussi dd > a:first-child {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 30px 30px 20px;
	min-height: 100px;
	background: rgba(0,0,0,0.6);
	font-weight: 300;
	font-size: 2em;
	line-height: 1.2;
	color: #fff!important;
}
.lire-aussi dd > a:first-child::before {
    content: "";
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(0, -50%);
	width: 30px;
	height: 35px;
	background: #fff;
	border-radius: 100%;
	font-family: var(--font-picto);
	font-size: 1em;
	color: var(--color-current)!important;
}
.lire-aussi dd.albumphotos > a:first-child::before {
	content: "\e917";
}
.lire-aussi dd.video > a:first-child::before {
	content: "\e91b";
}
.lire-aussi dd.son > a:first-child::before {
	content: "\e918";
}
.lire-aussi dd.atevent > a:first-child::before {
	content: "\e925";
}
.lire-aussi dd.atblob > a:first-child::before {
	content: "\e922";
}
.lire-aussi dd.atlink > a:first-child::before {
	content: "\e91c";
}
.lire-aussi dd.atfolder > a:first-child::before {
	content: "\e919";
}
.lire-aussi dd.atdocument > a:first-child::before {
	content: "\e91a";
}
.lire-aussi dd a:first-child:hover,
.lire-aussi dd a:first-child:focus {
	color: #fff!important;
	text-decoration: none;
}

.lire-aussi dd > ul,
.lire-aussi dd > a + a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	margin: 0;
}
.lire-aussi dd a img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.lire-aussi dd:hover a img,
.lire-aussi dd a:hover img,
.lire-aussi dd a:focus img {
	transform: scale(1.05);
}
.lire-aussi dd > ul li {
	height: 100%;
}
.lire-aussi dd > p {
	display: none;
}

/*
.portlet-embed-a-lire-aussi {
	margin: var(--margin-current) 0 var(--margin-text)!important;
	text-align: center;
}
.portlet-embed-a-lire-aussi dt {
	margin: 0 0 var(--margin-text);
	font-size: 3.5em;
	font-weight: 300;
	line-height: 1;
	color: var(--color-current);
}
/*.splide .splide__list li {
	margin: 0 10px 0 0;
	background: var(--color-light);
	border-radius: 5px;
	overflow: hidden;

}
.splide .splide__list h2 {}
.splide .splide__list h2 {}
.splide .splide__list h2 {}
.splide .splide__list .illustration {
	position: relative;
	display: block;
}
.splide .splide__list .illustration::before {
	content: '';
	display: block;
	padding-top: 60%;
}
.splide .splide__list .illustration img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.splide {}*/

/*--------------------------------------------------------------------------------------------------------------
	== AGENDA
--------------------------------------------------------------------------------------------------------------*/
.agenda {}
div.agenda::after {
	content: "\e901";
	display: block;
	margin: var(--margin-current) 0 0;
	text-align: center;
	color: #fff;
	font-family: var(--font-picto);
	font-size: 3em;
	opacity: 0.4;
}
.agenda .portletHeader {
	position: relative;
	text-align: center;
	line-height: 1;
}
.agenda .portletHeader span {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	font-size: 5em;
	font-weight: 300;
	color: #fff;
}
.agenda .portletHeader span::before {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translate(0, -50%);
	width: 200px;
	height: 1px;
	background: #fff;
}
.agenda .portletHeader span::after {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(0, -50%);
	width: 200px;
	height: 1px;
	background: #fff;
}
#content .agenda .portletHeader a {	
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
	opacity: 0.6;
}
@media only screen and (max-width: 1000px) {
	#content .agenda .portletHeader a{
		transform: translate(0, 50%);
	}
}
@media only screen and (max-width: 800px) {
		#content .agenda .portletHeader a{
			transform: translate(0, -50%);
		}
}
#content .agenda .portletHeader a:hover,
#content .agenda .portletHeader a:focus {
	color: #fff!important;
	text-decoration: none;
	opacity: 1;
}
.agenda .portletHeader a::before {
	content: '(';
	padding: 0 10px 0 0;
	font-size: 1.3em;
	font-weight: 300;
}
.agenda .portletHeader a::after {
	content: ')';
	padding: 0 0 0 10px;
	font-size: 1.3em;
	font-weight: 300;
}

#content .agenda ul {
	display: flex;
	justify-content: center;
	margin: var(--margin-text) 0;
}
#content .agenda ul li {
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
	align-items: center;
	margin: 0 20px;
	max-width: calc(25% - 40px);
	text-align: center;
}
.agenda ul span {
	font-size: 2em;
	line-height: 1;
	font-weight: 300;
	color: #fff;
}
.agenda ul span span{
	font-size: inherit;
}
.agenda ul span abbr{
	text-decoration: none;
}
.agenda ul h2 {
	margin: 10px 0 0;
	font-size: 1.5em;
}
#content .agenda ul h2 a {
	color: #fff;
}
#content .agenda ul h2 a:hover,
#content .agenda ul h2 a:focus {
	color: #fff!important;
	text-decoration: none;
}
.agenda ul h2 a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.agenda {}

/*--------------------------------------------------------------------------------------------------------------
	== EVENTS RECURENTS
--------------------------------------------------------------------------------------------------------------*/
.portletEvents {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.portletEvents::after {
	content: "\e901";
	display: block;
	margin: var(--margin-current) 0 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: var(--font-picto);
	font-size: 3em;
	opacity: 0.4;
}
.portletEvents .portletHeader {
	position: relative;
	width: 100%;
	text-align: center;
	line-height: 1;
}
#content .portletEvents .portletHeader a {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	font-size: 5em;
	font-weight: 300;
	color: #fff;
}
#content .portletEvents .portletHeader a:hover,
#content .portletEvents .portletHeader a:focus {
	color: #fff!important;
	text-decoration: none;
}
.portletEvents .portletHeader a::before {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translate(0, -50%);
	width: 200px;
	height: 1px;
	background: #fff;
}
.portletEvents .portletHeader a::after {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(0, -50%);
	width: 200px;
	height: 1px;
	background: #fff;
}
#content .portletEvents .portletFooter {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(0, 50%);
}
#content .portletEvents .portletFooter:last-child {
	display: block;
}
#content .portletEvents .portletFooter a {	
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
	opacity: 0.6;
}
#content .portletEvents .portletFooter a:hover,
#content .portletEvents .portletFooter a:focus {
	color: #fff!important;
	text-decoration: none;
	opacity: 1;
}
.portletEvents .portletFooter a::before {
	content: '(';
	padding: 0 10px 0 0;
	font-size: 1.3em;
	font-weight: 300;
}
.portletEvents .portletFooter a::after {
	content: ')';
	padding: 0 0 0 10px;
	font-size: 1.3em;
	font-weight: 300;
}
#content .portletEvents dd {
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
	align-items: center;
	margin: 0 20px;
	max-width: calc(25% - 40px);
	text-align: center;
}
.portletEvents dd span {
	font-size: 2em;
	line-height: 1;
	font-weight: 300;
	color: #fff;
}
.portletEvents dd span span{
	font-size: inherit;
}
.portletEvents dd span abbr{
	text-decoration: none;
}
#content .portletEvents dd a {
	margin: 10px 0 0;
	font-size: 1.5em;
	color: #fff;
}
#content .portletEvents dd h2 a:hover,
#content .portletEvents dd h2 a:focus {
	color: #fff!important;
	text-decoration: none;
}
.portletEvents dd h2 a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.portletEvents {}

/*--------------------------------------------------------------------------------------------------------------
	== POP DEMANDE
--------------------------------------------------------------------------------------------------------------*/
dl.portlet.pop-demande dt {
	margin: 0 0 10px;
	padding: 0;
	background: none;
	text-align: center;
	font-size: 3em;
	font-weight: 300;
	color: #fff;
}
dl.portlet.pop-demande dd {
	padding: 0;
}
.pop-demande ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0 0;
	list-style: none;
}
.pop-demande li {
	position: relative;
	margin: 5px;
	padding: 20px 0 0;
	width: calc(25% - 10px);
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.pop-demande li a {
	display: block;
	padding: 20px 0;
	height: 100%;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}
.pop-demande li a:hover,
.pop-demande li a:focus {
	color: inherit!important;
	text-decoration: none;
}
.pop-demande li a::after {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px auto 0;
	width: 75px;
	height: 85px;
	background: var(--color-primary);
	border-radius: 100%;
	color: #fff;
	font-family: var(--font-picto);
	font-size: 2em;
	font-weight: 300;
	transition: all 0.5s;
}
.pop-demande li a:hover::after,
.pop-demande li a:focus::after {
	background: var(--color-current)!important;
}

dl.portlet.pop-demande li:nth-child(1) a {
	color: #98bf32;
}
dl.portlet.pop-demande li:nth-child(2) a {
	color: #92599c;
}
dl.portlet.pop-demande li:nth-child(3) a {
	color: var(--color-primary);
}
dl.portlet.pop-demande li:nth-child(4) a {
	color: #98bf32;
}
dl.portlet.pop-demande li:nth-child(5) a {
	color: #e65c21;
}
dl.portlet.pop-demande li:nth-child(6) a {
	color: #00a0e0;
}
dl.portlet.pop-demande li:nth-child(7) a {
	color: var(--color-primary);
}
dl.portlet.pop-demande li:nth-child(8) a {
	color: #92599c;
}

.pop-demande li:nth-child(1) a::after {
	content: "\e90d";
	background: #98bf32;
}
.pop-demande li:nth-child(2) a::after {
	content: "\e911";
	background: #92599c;
}
.pop-demande li:nth-child(3) a::after {
	content: "\e90f";
}
.pop-demande li:nth-child(4) a::after {
	content: "\e907";
	background: #98bf32;
}
.pop-demande li:nth-child(5) a::after {
	content: "\e90e";
	background: #e65c21;
}
.pop-demande li:nth-child(6) a::after {
	content: "\e912";
	background: #00a0e0;
}
.pop-demande li:nth-child(7) a::after {
	content: "\e913";
}
.pop-demande li:nth-child(8) a::after {
	content: "\e910";
	background: #92599c;
}

/*--------------------------------------------------------------------------------------------------------------
	== VOUS SOUHAITEZ
--------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 800px) {
	#portal-columns dl.portlet.souhait {
		position: relative;
		margin: -2vw 0 0;
	}
	.souhait::before {
		content: "";
		position: absolute;
		top: 0;
		left: calc(var(--margin-flex) * -1);
		right: calc(var(--margin-flex) * -1);
		z-index: 2;
		height: 5vw;
		background: var(--color-primary);
		-webkit-clip-path: url(#masque-convexe);
		clip-path: url(#masque-convexe);
	}
	.souhait::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: calc(var(--margin-flex) * -1);
		right: calc(var(--margin-flex) * -1);
		z-index: 2;
		height: 5vw;
		background: #fff;
		-webkit-clip-path: url(#masque-concave);
		clip-path: url(#masque-concave);
	}
	.souhait .portletHeader {
		position: relative;
		text-align: center;
		line-height: 1;
	}
	.souhait .portletHeader span {
		position: absolute;
		top: 1.5vw;
		left: 0;
		right: 0;
		z-index: 3;
		display: inline-block;
		padding: 0 10px;
		font-size: 3em;
		font-weight: 300;
		color: #fff;
	}
	#content .souhait ul {
		position: relative;
		display: flex;
		padding: 10px 0 0;
	}
	#content .souhait li {
		position: relative;
		flex: 1;
		margin: 0;
		padding: 20px 0 0;
		background: #fff;
		box-shadow: 0 0 10px rgba(0,0,0,0.3);
	}
	#content .souhait li + li {
		margin: 0 0 0 10px;
	}
	.souhait li a {
		display: block;
		padding: 20px 0;
		height: 100%;
		font-size: 1.6em;
		font-weight: 700;
		line-height: 1.2;
		text-align: center;
	}
	#content .souhait li a:hover,
	#content .souhait li a:focus {
		color: inherit!important;
		text-decoration: none;
	}
	.souhait li a::after {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 10px auto 0;
		width: 75px;
		height: 85px;
		background: var(--color-primary);
		border-radius: 100%;
		color: #fff;
		font-family: var(--font-picto);
		font-size: 2em;
		font-weight: 300;
		transition: all 0.5s;
	}
	.souhait li a:hover::after,
	.souhait li a:focus::after {
		background: var(--color-current)!important;
	}

	#content .souhait li:nth-child(1) a {
		padding: 2.6vw 0 0;
		color: #00a0e0;
	}
	#content .souhait li:nth-child(2) a {
		padding: 3.9vw 0 0;
		color: #92599c;
	}
	#content .souhait li:nth-child(3) a {
		padding: 4.8vw 0 0;
		color: #00a0e0;
	}
	#content .souhait li:nth-child(4) a {
		padding: 5vw 0 1vw;
		color: #e65c21;
	}
	#content .souhait li:nth-child(5) a {
		padding: 5vw 0 1vw;
		color: #98bf32;
	}
	#content .souhait li:nth-child(6) a {
		padding: 4.8vw 0 0;
		color: #e65c21;
	}
	#content .souhait li:nth-child(7) a {
		padding: 3.9vw 0 0;
		color: #00a0e0;
	}
	#content .souhait li:nth-child(8) a {
		padding: 2.6vw 0 0;
		color: var(--color-primary);
	}

	.souhait li:nth-child(1) a::after {
		content: "\e929";
		background: #00a0e0;
	}
	.souhait li:nth-child(2) a::after {
		content: "\e90d";
		background: #92599c;
	}
	.souhait li:nth-child(3) a::after {
		content: "\e911";
		background: #00a0e0;
	}
	.souhait li:nth-child(4) a::after {
		content: "\e92b";
		background: #e65c21;
	}
	.souhait li:nth-child(5) a::after {
		content: "\e912";
		background: #98bf32;
	}
	.souhait li:nth-child(6) a::after {
		content: "\e926";
		background: #e65c21;
	}
	.souhait li:nth-child(7) a::after {
		content: "\e92a";
		background: #00a0e0;
	}
	.souhait li:nth-child(8) a::after {
		content: "\e92c";
		background: var(--color-primary);
	}
}
@media only screen and (max-width: 800px) {
	.souhait {
		position: relative;
		padding: var(--margin-text) var(--margin-flex);
		background: var(--color-primary);
		text-align: center;
	}
	.souhait::after {
		content: "";
		position: absolute;
		bottom: -4.8vw;
		left: 0;
		right: 0;
		z-index: 1;
		height: 5vw;
		background: var(--color-primary);
		-webkit-clip-path: url(#masque-concave);
		clip-path: url(#masque-concave);
		transform: rotate(180deg);
	}
	.souhait .portletHeader span {
		font-size: 4em;
		font-weight: 300;
	}
	#content .souhait li {
		font-size: 1.7em;
		font-weight: 300;
	}
	/* agissons abus responsive*/
	#content div.souhait li.abus a{
	color: #fff;
	}
	#content .souhait li::before{
		content: "";
		display: block;
		margin: 10px auto;
		width: 50px;
		height: 1px;
		background: var(--color-current);
		opacity: 0.5;
	}
	#content .souhait li a {	
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== EPHEMERIDE
--------------------------------------------------------------------------------------------------------------*/
.saint-jour {
	text-align: center;
}
#content .saint-jour .nominis_lien {
	margin: 0 0 10px;
	line-height: 1;
	font-size: 4em;
}
#content .saint-jour .nominis_lien a,
#content .saint-jour .nominis_lien a:hover,
#content .saint-jour .nominis_lien a:focus {
	color: var(--color-current)!important;
	font-weight: 300;
	text-decoration: none;
}
.saint-jour .date-jour {
	font-size: 2em;
	font-weight: 700;
}
.saint-jour ul {
	display: flex;
	justify-content: center;
}
.saint-jour ul li {
	margin: 0 20px;
	max-width: 200px;
	width: 100%;
}
.saint-jour ul li::before {
	display: block;
	margin: 0 0 10px;
	filter: grayscale(1);
}
.saint-jour ul li.aelf::before {
	content: url(../images/logo-aelf.png);
}
.saint-jour ul li.mi::before {
	content: url(../images/logo-mi.png);
}
#content .saint-jour ul a {	
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 1.7em;
	text-transform: uppercase;
}
#content .saint-jour ul a:hover,
#content .saint-jour ul a:focus {
	color: var(--color-primary)!important;
	text-decoration: none;	
}
.saint-jour ul a::before {
	content: '(';
	padding: 0 10px 0 0;
	font-size: 1.5em;
	font-weight: 300;
}
.saint-jour ul a::after {
	content: ')';
	padding: 0 0 0 10px;
	font-size: 1.5em;
	font-weight: 300;
}
@media only screen and (max-width: 800px) {
	#content .saint-jour .nominis_lien {
		font-size: 3em;
	}
	#content .saint-jour ul {
		justify-content: space-between;
	}
	#content .saint-jour ul li {
		margin: 0;
	}
	#content .saint-jour ul a {
		font-size: 1.4em;
	}
}


/*--------------------------------------------------------------------------------------------------------------
	== ADDTHIS
--------------------------------------------------------------------------------------------------------------*/
.addthis_toolbox {
	position: relative;
	display: flex;
	justify-content: center;
	height: 5vw;
}
.template-search .addthis_toolbox {
	display: none;
}
.addthis_toolbox a {
	margin: 0 10px;
	padding: 0;
}
.addthis_toolbox a:hover,
.addthis_toolbox a:focus {
	text-decoration: none;
	color: var(--color-primary);
}
.addthis_toolbox a::before {
	content: 'picto';
	font-family: var(--font-picto);
	font-size: 2em;
}
.addthis_toolbox a.addthis_button_facebook::before {
	content: '\e91f';
}
.addthis_toolbox a.addthis_button_twitter::before {
	content: '\e91e';
}
.addthis_toolbox a.addthis_button_email::before {
	content: '\e920';
}
.addthis_toolbox a.addthis_button_print::before {
	content: '\e921';
}
.addthis_toolbox a.addthis_button_pdf::before {
	content: '\e922';
}
.addthis_toolbox a span {
	display: none;
}
.template-facetednavigation_view .addthis_toolbox a.addthis_button_print,
.template-facetednavigation_view .addthis_toolbox a.addthis_button_pdf,
.template-login_form .addthis_toolbox a.addthis_button_print,
.template-login_form .addthis_toolbox a.addthis_button_pdf,
.template-abonne_edit .addthis_toolbox a.addthis_button_print,
.template-abonne_edit .addthis_toolbox a.addthis_button_pdf,
.portaltype-collection .addthis_toolbox a.addthis_button_print,
.portaltype-collection .addthis_toolbox a.addthis_button_pdf,
.template-folder_summary_view .addthis_toolbox a.addthis_button_print,
.template-folder_summary_view .addthis_toolbox a.addthis_button_pdf {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.addthis_toolbox {
		height: auto;
		background: #fff;
	}
	.addthis_toolbox::before {
		content: '';
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 1;
		height: 5vw;
		background: #fff;
		-webkit-clip-path: url(#masque-convexe);
		clip-path: url(#masque-convexe);
	}
}




/*--------------------------------------------------------------------------------------------------------------
	== CONTACT
--------------------------------------------------------------------------------------------------------------*/
dl.portlet.contact {
	margin: var(--margin-current) 0;
	overflow: hidden;
}
dl.portlet.contact dt {
	margin: 0 0 20px;
	padding: 0;
	background: none;
	text-align: center;
	font-size: 3.5em;
	font-weight: 300;
	text-align: center;
	color: var(--color-primary);
}
dl.portlet.contact dd {
	padding: 0;
}
dl.portlet.contact ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	list-style: none;
}
dl.portlet.contact a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-width: 100px;
	min-height: 110px;
	background: var(--color-primary);
	border-radius: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	color: var(--color-current);
	font-size: 1.6em;
	font-weight: 300;
	line-height: 1.1;
	text-align: center;
}
dl.portlet.contact a:hover,
dl.portlet.contact a:focus {
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	text-decoration: none;
	color: #fff!important;
}
dl.portlet.contact a::before {
	display: block;
	margin: 0 0 10px;
}

@media only screen and (max-width: 800px) {
	dl.portlet.contact li:nth-child(2) {
		position: relative;
		z-index: 2;
		margin: 0 -10px;
	}
	dl.portlet.contact a {
		min-width: 27vw;
		min-height: 29vw;
	}
	dl.portlet.contact li:nth-child(2) a {
		min-width: 30.5vw;
		min-height: 33.5vw;
	}
	dl.portlet.contact a::before {
		font-size: 1.5em;
	}
	dl.portlet.contact li:nth-child(2) a::before {
		font-size: 2.2em;
	}
}
@media only screen and (min-width: 800px) {
	dl.portlet.contact dt {
		position: absolute;
		top: -5000px;
		color: #fff;
	}
	dl.portlet.contact li:nth-child(1) {
		position: relative;
		order: 1;
	}
	dl.portlet.contact li:nth-child(2) {
		position: relative;
		order: 3;
	}
	dl.portlet.contact li:nth-child(3) {
		order: 2;
		position: relative;
		z-index: 2;
		margin: 0 -15px;
	}
	dl.portlet.contact li:nth-child(1)::before {
		content: '';
		position: absolute;
		top: 50%;
		right: calc(100% + 20px);
		transform: translate(0, -50%);
		height: 1px;
		width: 100px;
		background: var(--color-primary);
	}
	dl.portlet.contact li:nth-child(2)::after {
		content: '';
		position: absolute;
		top: 50%;
		left: calc(100% + 20px);
		transform: translate(0, -50%);
		height: 1px;
		width: 100px;
		background: var(--color-primary);
	}
	dl.portlet.contact a {
		min-width: 140px;
		min-height: 160px;
	}
	dl.portlet.contact li:nth-child(3) a {
		min-width: 195px;
		min-height: 220px;
	}
	dl.portlet.contact a::before {
		font-size: 2em;
		transition: all 0.5s;
	}
	dl.portlet.contact a:hover::before,
	dl.portlet.contact a:focus::before {
		margin: 0 0 20px!important;
	}
	dl.portlet.contact a.icon-locate2::before {
		margin: 0 0 15px;
		font-size: 3em;
	}
}

.contact {}
.contact {}


/*--------------------------------------------------------------------------------------------------------------
	== NEWSLETTER
--------------------------------------------------------------------------------------------------------------*/
.portlet-mailjet,
.portletBSWNewsletterSubscriber {
	text-align: center;
}
.portlet-mailjet > span,
.portletBSWNewsletterSubscriber > span {
	display: block;
	font-size: 2em;
}
.portlet-mailjet form,
.portletBSWNewsletterSubscriber form {
	position: relative;
	margin: 10px auto 0;
	max-width: 400px;
}
.portlet-mailjet form::before,
.portletBSWNewsletterSubscriber form::before {
	content: '\e902';
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 2;
	transform: translate(0, -50%);
	font-family: var(--font-picto);
}
.portlet-mailjet form input[type="email"],
.portletBSWNewsletterSubscriber form input[type="text"] {
	width: 100%;
	font-size: 1.6em;
}
.portlet-mailjet form input[type="submit"],
.portletBSWNewsletterSubscriber form input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	width: 30px;
	background: none;
	border: none;
	text-indent: -5000px;
	cursor: pointer;
}
.potamiel{
	display: none;
}

@media only screen and (max-width: 800px) {
	.portlet-mailjet span,
	.portletBSWNewsletterSubscriber span {
		display: block;
		font-size: 1.5em;
	}
	.portlet-mailjet span span,
	.portletBSWNewsletterSubscriber span span {
		display: block;
		font-size: 2.4em;
		font-weight: 300;
		line-height: 1.1
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== RESEAUX SOCIAUX
--------------------------------------------------------------------------------------------------------------*/
.reseaux-sociaux ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: var(--margin-text) 0;
	list-style: none;
}
.reseaux-sociaux li {
	margin: 0 20px;
}
.reseaux-sociaux a {
	font-size: 3em;
	color: var(--color-primary);
}
.reseaux-sociaux a:hover,
.reseaux-sociaux a:focus {
	text-decoration: none;
	color: var(--color-current);
}
.reseaux-sociaux span {
	display: none;
}

@media only screen and (max-width: 800px) {
	.reseaux-sociaux ul {
		margin: var(--margin-current) 0;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== PARTENAIRES
--------------------------------------------------------------------------------------------------------------*/
.partenaires ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.partenaires ul li {
	position: relative;
	margin: 0 var(--margin-text);
	overflow: hidden;
}
.partenaires ul .illustration {
	opacity: 0.8;
}
.partenaires ul .illustration:hover,
.partenaires ul .illustration:focus {
	opacity: 1;
}
.partenaires ul .illustration img {
	display: block;
	max-height: 80px;
	width: auto;
	filter: grayscale(1);
}
.partenaires ul h2 {
	position: absolute;
	top: -5000px;
}

.partenaires ul h2 {}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= POPINS
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-popins {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: var(--margin-flex);
	background: var(--color-primary);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}
#portal-popins::before {
	content: '\e904';
	position: absolute;
	top: var(--margin-flex);
	right: var(--margin-flex);
	z-index: 2;
	font-family: var(--font-picto);
	font-size: 2em;
	cursor: pointer;
}
#portal-popins.actif {
	opacity: 1;
	visibility: visible;
}
#portal-popins > div {
	position: absolute;
	top: -5000px;
	margin: calc(var(--margin-flex) * 2) -5px var(--margin-flex) var(--margin-flex);
	padding: 0 calc(var(--margin-flex) * 2) 0 0;
	width: 100%;
	max-height: calc(100vh - calc(var(--margin-flex) * 2));
	overflow: auto;
	visibility: hidden;
}
#portal-popins > div.actif {
	position: relative;
	top: auto;
	visibility: visible;
}
@media only screen and (max-width: 800px) {
	#portal-popins > div {
		margin: 0;
		padding: 0;
	}
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= HEADER
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-top {
	position: sticky;
	top: 0;
	z-index: 3;
	margin: 0 0 var(--margin-current);
}
#portal-top > div:first-child {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background: var(--color-primary);
}
div.InHeaderPortletManager1 {
	position: static;
	z-index: 0;
}
@media only screen and (min-width: 800px) {
	#portal-top > div:first-child {
		justify-content: space-between;
		align-items: center;
	}
	div.InHeaderPortletManager1 {
		display: flex;
		flex: 1;
		flex-direction: row-reverse;
		align-items: center;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== LOGO
--------------------------------------------------------------------------------------------------------------*/
#portal-logo {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	margin: 0 var(--margin-flex);
	color: #fff;
}
#portal-logo:hover,
#portal-logo:focus {
	text-decoration: none;
}
#portal-logo strong {
	font-size: 1.3em;
	font-weight: 300;
	text-transform: uppercase;
}
#portal-logo span {
	display: block;
	font-weight: 700;
}
#portal-logo span ~ span {
	display: inline-block;
}

@media only screen and (min-width: 800px){
	#portal-logo::before {
		margin: 0 10px 0 0;
		font-size: 8em;
	}
}
@media only screen and (max-width: 800px){
	#portal-logo::before {
		font-size: 5em;
	}
		#portal-logo strong {
		position: absolute;
		top: -5000px;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== CHEMIN DE FER
--------------------------------------------------------------------------------------------------------------*/
#portal-breadcrumbs {
	margin: 0;
    padding: 0 var(--margin-flex);
	width: 100%;
	background: var(--color-light);
	border-top: 1px solid #fff;
	color:var(--color-current);
	font-weight: 300;
	font-size: 1.5em;
}
#portal-breadcrumbs #breadcrumbs-you-are-here {
	display:none;
}
#portal-breadcrumbs .breadcrumbSeparator,
#portal-breadcrumbs a {
	position: relative;
	padding: 10px 1px;
	color: var(--color-current);
}
#portal-breadcrumbs a:hover,
#portal-breadcrumbs a:focus {
	color:var(--color-current);
}
@media only screen and (max-width: 800px) {
	#portal-breadcrumbs span {
		display: none;
	}
	#portal-breadcrumbs span:nth-last-child(3) {
		display: block;
	}
	#portal-breadcrumbs span:nth-last-child(3) a {
		display: block;
		font-weight: 700;
	}
	#portal-breadcrumbs span:nth-last-child(3) a::before {
		content: "\e903";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(-110%, -50%);
		font-family: var(--font-picto);
		font-size: 0.7em;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== NAVIGATION
--------------------------------------------------------------------------------------------------------------*/
#portal-navigation {
	position: relative;
	z-index: 150;
	margin: 0;
}
#portal-globalnav {
	margin: 0;
	padding: 0;
	background: none;
}
#portal-globalnav > li {
	position: relative;
	float: none;
	display: block;
	margin: 0;
	padding: 0;
}
#portal-globalnav > li + li {
	margin-top: var(--margin-text);
}
#portal-globalnav > li > a{
	display: block;
	padding: 10px;
	min-width:0;
	background: none;
	border: none;
	font-size: 2em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}
#portal-globalnav a:hover,
#portal-globalnav a:focus {
	background: none;
	color: var(--color-current);
	text-decoration: none;
}
#portal-globalnav .selected a,
#portal-globalnav .selected a:hover,
#portal-globalnav .selected a:focus {
	background: none;
	color: var(--color-current);
	text-decoration: none;
}

/*
	MENU DEROULANT
*/
#portal-globalnav li ul.submenu {
	position: relative;
	top: auto;
	left: auto;
	z-index: 2;
	display: block;
	padding: 0;
	width: auto;
	border-top: 1px solid var(--color-current);
	border-bottom: 1px solid var(--color-current);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-globalnav li.close ul.submenu {
	height: 0;
	opacity:0;
	visibility: hidden;
	overflow: hidden;
}
#portal-globalnav li.open ul.submenu {
	height: auto;
	opacity: 1;
	visibility: visible;
}
#portal-globalnav li ul.submenu::before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	border: 5px solid transparent; 
	border-bottom: 5px solid var(--color-current); 
}
#portal-globalnav li ul.submenu li{
	display:block;
	float:none;
	padding:10px;
	width:auto;
}
#portal-globalnav li ul.submenu li a{
	padding:0;
	min-width:0;
	width:auto;
	background:none;
	border:none;
	font-family: var(--font-current);
	font-size:1.4em;
	text-align: center;
	text-transform:none;
	color:var(--color-current)!important;
}
#portal-globalnav li ul.submenu li a:hover,
#portal-globalnav li ul.submenu li a:focus{
	border:none;
}
#portal-globalnav li ul.submenu li a img{
	display:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== BOUTON SE CONNECTER
--------------------------------------------------------------------------------------------------------------*/
#portal-personaltools-wrapper{}
#portal-personaltools-wrapper ul#portal-personaltools,
#portal-personaltools-wrapper dl{
	position:fixed;
	z-index: 500;
	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
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-columns{
	position: relative;
	z-index: 1;
}
#portal-columns:after{
	content:"";
	display:block;
	clear:both;
}
#portal-column-content {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: flex-start;
	padding: 0 var(--margin-flex);
	width: 100%;
}
#portal-column-content #content{
	order: 2;
	margin: 0;
	width: 100%;
	max-width: 950px;	min-height: 300px;
    background:transparent;
}
#portal_colonne{
	position: sticky;
	top: 0;
	width: 170px;
}
#portal-columns > #portlets-below {
	position: relative;
}
#portal-columns > #portlets-below::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	height: 5vw;
	background: var(--color-primary);
	-webkit-clip-path: url(#masque-concave);
  	clip-path: url(#masque-concave);
}
#portal-columns > #portlets-below::after {
	content: '';
	position: absolute;
	top: 4.8vw;
	left: 0;
	right: 0;
	z-index: 1;
	height: 50%;
	background: var(--color-primary);
}
#portal-columns > #portlets-below > div {
	position: relative;
	z-index: 2;
}
@media only screen and (max-width: 800px) {
	#portal-column-content > a {
		display: none;
	}
}
@media only screen and (min-width: 800px) {
	#portal-column-content aside ~ #content{
		padding: 0 var(--margin-flex) 0 calc(170px + var(--margin-flex));
		max-width: calc(950px + calc(var(--margin-flex) * 2));
	}
	#portal-column-content .next + #content{
		padding: 0 0 0 180px; 
	}
	#portal-column-content .previous + #content{
		padding: 0 180px 0 0; 
	}
	.portaltype-collection #portal-column-content #content,
	#portal-column-content .next + .previous + #content{
		padding: 0; 
	}
	#portal-column-content > a {
		display: flex;
		align-items: center;
		margin: var(--margin-flex) 20px 0 0;
		width: 160px;
		color: var(--color-primary);
		font-size: 1.3em;
		font-weight: 700;
	}
	.portaltype-collection #portal-column-content > a.previous,
	.portaltype-collection #portal-column-content > a.next {
		display: none;
	}
	#portal-column-content > a.previous {
		order: 3;
	}
	#portal-column-content > a.next {
		order: 1;
		flex-direction: row-reverse;
		text-align: right;
		margin: var(--margin-flex) 0 0 20px;
	}
	#portal-column-content > a:hover,
	#portal-column-content > a:focus {
		color: var(--color-current);
		text-decoration: none;
	}
	#portal-column-content > a.next::before {
		content: "\e924";
		margin: 0 0 0 10px;
		font-family: var(--font-picto);
		font-size: 3.5em;
		font-weight: 300;
	}
	#portal-column-content > a.previous::before {
		content: "\e923";
		margin: 0 10px 0 0;
		font-family: var(--font-picto);
		font-size: 3.5em;
		font-weight: 300;
	}
	#portal-column-content > a {}
}
@media only screen and (max-width: 1280px) {
	#portal-column-content aside ~ #content{
		padding-left: 0;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== ELEMENTS GENERAUX
--------------------------------------------------------------------------------------------------------------*/
/*
	TITRE
*/
#portal-column-content h1 {
	border: none;
	margin: var(--margin-current) 0 0;
	color: var(--color-current);
	font-size: 2rem;
	line-height: 1;
	text-align: center;
}
#portal-column-content h1 span.discreet {
	display: block;
}
#portal-column-content h1 strong#search-term{
	color:#000;
	font-style:italic;
	text-transform:none;
}

/*
  	IMAGE
*/
#portal-column-content .imageContainer {
	position: relative;
	margin: var(--margin-text) auto 0;
	max-width: 460px;
}
#portal-column-content .imageContainer::before {
	content: '';
	display: block;
	padding-top: 60%;
}
#portal-column-content .imageContainer img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#portal-column-content .imageContainer p{
	position:absolute;
	bottom:5px;
	margin:0;
	padding:5px;
	background:rgba(0,0,0,0.6);
	color:#fff;
}

/*
	DESCRIPTION
*/
#portal-column-content .documentDescription {
	margin: var(--margin-text) 0 0;
	padding: 0;
	background: none;
	color: var(--color-current);
	font-family: var(--font-current);
	font-size: 1.8em;
	line-height: 1.6;
	text-align: center;
}

/*
	CORPS DE TEXTE
*/
#portal-column-content #content-core {
	margin: var(--margin-text) 0 var(--margin-current);
}
#portal-column-content #content-core > div {
	font-size: 1.6em;
	font-weight: 300;
	line-height: 1.5;
}

/*
	MESSAGE DE FEEDBACK
*/
dl.portalMessage{
	margin:0 var(--margin-flex) 20px;
	width: auto;
	background:#fff;
	border:1px solid #e34121;
	font-size:1.4em;
}
dl.portalMessage dt{
	background:#e34121;
}
dl.portalMessage dd{
	color: #e34121;
}
dl.error dd {
	background:#fff;
}

/*
  	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::before {
	content: '\e901';
	display: block;
	margin: var(--margin-text) 0;
	text-align: center;
	font-family: var(--font-picto);
	font-size: 2em;
	color: var(--color-primary);
	opacity: 0.2;
}
#portal-column-content .listingBar {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.template-folder_contents #portal-column-content .listingBar {
	margin: 0;
}
#portal-column-content .listingBar a {
	margin: 0 10px;
	padding: 0;
	border: none;
	color: var(--color-primary);
}
#portal-column-content .listingBar a:hover,
#portal-column-content .listingBar a:focus {
	background:none;
	color: var(--color-current)!important;
	text-decoration: none;
}
#portal-column-content .listingBar span a {
	font-weight:bold;
}
#portal-column-content .listingBar .previous {
	float:left;
}
#portal-column-content .listingBar .current {
	margin: 0 10px;
	font-weight: 700;
}
#portal-column-content .listingBar .list {
	font-weight: 700;
	font-size: 0.9em;
	text-transform: uppercase;
}
#portal-column-content .listingBar .list:hover,
#portal-column-content .listingBar .list:focus {
	text-decoration: none;
}
.template-video_view #portal-column-content .listingBar {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: var(--margin-text) 0 0;
}

/*
	MOTS CLES
*/
#category {
	margin: 0 0 var(--margin-text);
	text-align: center;
}
#category a.link-category {
	padding: 0 5px;
	background: none;
	text-transform: uppercase;
	font-size: 1.6em;
	color: var(--color-primary);
}
#category a.link-category + a.link-category {
	margin: 0 0 0 10px;
}
#category a.link-category:hover,
#category a.link-category:focus {
	background: none;
	text-decoration: none;
	color: var(--color-current)!important;
}
#category a.link-category {}
#category a {}
#category a {}

/*
	COMMENTAIRES
*/
.discussion{
	margin:50px 0 20px;
	border-bottom:5px solid #f3f2f1;
}
.discussion:before{
	content:"Commentaires";
	display:block;
	margin:0 0 10px;
	font-size:3em;
	color:#9d9893;
}
.discussion > div{
	margin:0 0 10px;
	padding:10px 0 0;
	border-top:5px solid #f3f2f1;
	text-align:right;
}
.discussion > .replyTreeLevel1{
	margin-left:30px;
}
.discussion .documentByLine{
	float:none;
	margin:0;
	text-align:left;
	font-size:1.4em;
	font-weight:700;
	color:#9d9893;
}
.discussion > div .commentImage{
	display:none;
}
.discussion > div .commentDate{
	display:inline;
	font-weight:400;
}
.discussion > div .commentBody{
	position:relative;
	margin:10px 0;
	padding:0;
	border:none;
	-webkit-border-radius:0 ;
	-moz-border-radius:0 ;
	border-radius:0 ;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	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;
}

/*
	SHORTCODE
*/
div[id^=parent-fieldname-text] > .adelgroupe,
div[id^=parent-fieldname-text] > .adelpersonne,
div[id^=parent-fieldname-text] > .adelfonction,
div.adelgroupe, 
div.adelpersonne, 
div.adelfonction {
	margin: 0 0 var(--margin-text);
}

.adelgroupe .nom,
.adelpersonne .nom {
	display: block;
	margin: 0 0 5px;
	font-weight: 700;
	color: var(--color-primary);
}
.adelgroupe .coordonnee,
.adelpersonne .coordonnee {
	padding: 0 0 10px 10px;
	color: var(--color-light);
}
.adelgroupe .coordonnee span:not(.telephone):first-child::before,
.adelpersonne .coordonnee span:not(.telephone):first-child::before {
	content: "\e916";
	margin: 0 10px 0 0;
	font-family: var(--font-picto);
	color: var(--color-light);
}
.adelgroupe .coordonnee span.telephone,
.adelpersonne .coordonnee span.telephone {
	display: block;
}
.adelgroupe .coordonnee span.mobile,
.adelpersonne .coordonnee span.mobile {
	position: relative;
	top: auto;
	display: block;
	width: auto;
	height: auto;
	overflow: auto;
}
.adelgroupe .coordonnee span.telephone::before,
.adelgroupe .coordonnee span.mobile::before,
.adelpersonne .coordonnee span.telephone::before,
.adelpersonne .coordonnee span.mobile::before {
	content: "\e915";
	margin: 0 10px 0 0;
	font-family: var(--font-picto);
	color: var(--color-light);
}
.adelgroupe .coordonnee span + a,
.adelpersonne .coordonnee span + a {
	display: block;
}
.adelgroupe .coordonnee span.telephone + a,
.adelgroupe .coordonnee span.mobile + a,
.adelpersonne .coordonnee span.telephone + a,
.adelpersonne .coordonnee span.mobile + a {
	display: inline-block;
}
.adelgroupe .coordonnee a::before,
.adelpersonne .coordonnee a::before {
	content: "\e920";
	margin: 0 10px 0 0;
	font-family: var(--font-picto);
	color: var(--color-light);
}
.adelfonction .fonction {
	display: block;
	margin: 0 0 10px;
	text-transform: uppercase;
	font-weight: 700;
}
#portal-column-content #content-core div[id^="parent-fieldname-text"] .contactAdelOverlay {
	box-shadow: none!important;
	color: var(--color-light)!important;
}
#portal-column-content #content-core div[id^="parent-fieldname-text"] .contactAdelOverlay:hover,
#portal-column-content #content-core div[id^="parent-fieldname-text"] .contactAdelOverlay:focus {
	box-shadow: none!important;
	color: var(--color-dark)!important;
}
.userrole-anonymous .adel-error {
	display: block;
}
li.siteweb {
	list-style: none;
}
li.siteweb::before {
	content: "\e91c";
	font-family: var(--font-picto);
	color: var(--color-light);
}
#portal-column-content #content-core div[id^="parent-fieldname-text"] li.siteweb a {
	box-shadow: none!important;
	color: var(--color-light)!important;
}
#portal-column-content #content-core div[id^="parent-fieldname-text"] li.siteweb a:hover,
#portal-column-content #content-core div[id^="parent-fieldname-text"] li.siteweb a:focus {
	box-shadow: none!important;
	color: var(--color-dark)!important;
}
#portal-column-content #content-core div[id^="parent-fieldname-text"] .adelgroupe .coordonnees ul li.siteweb,
#portal-column-content #content-core div[id^="parent-fieldname-text"] .adelpersonne .coordonnees ul li.siteweb {
	margin: 0 0 0 -20px;
}
#portal-column-content #content-core div[id^="parent-fieldname-text"] .adelgroupe .coordonnees ul li.siteweb a,
#portal-column-content #content-core div[id^="parent-fieldname-text"] .adelpersonne .coordonnees ul li.siteweb a {
	margin-left: 10px;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE LISTE
--------------------------------------------------------------------------------------------------------------*/
.template-event_listing #portal-column-content #content-core,
.portaltype-folder #portal-column-content #content-core,
.portaltype-collection #portal-column-content #content-core {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 0 var(--margin-flex);
}
#portal-column-content #content-core .tileItem {
	position: relative;
	margin: 10px;
	padding: 0 0 10px;
	width: calc(20% - 20px);
	background: var(--color-light);
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	overflow: hidden;
	transition: all 0.5s;
}
#portal-column-content #content-core .tileItem:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
#portal-column-content #content-core .tileItem h2 {
	display: block;
	margin: 5px 0;
	padding: 10px 20px 0;
	background: none!important;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1.2;
}
#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 h2 a {
	color: #fff!important;
}
#portal-column-content #content-core .tileItem:hover h2 a,
#portal-column-content #content-core .tileItem h2 a:hover,
#portal-column-content #content-core .tileItem h2 a:focus{
	color: var(--color-current)!important;
	text-decoration:none;
}
#portal-column-content #content-core .tileItem > a:first-child {
	position: relative;
	display: block;
	overflow: hidden;
}
#portal-column-content #content-core .tileItem > a:first-child::before {
	content: '';
	display: block;
	padding: 60% 0 0;
}
#portal-column-content #content-core .tileItem > a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-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{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
#portal-column-content #content-core .tileItem .audio-player audio {
	margin: 10px 20px 0;
	width: calc(100% - 40px);
	border-radius: 5px;
	background: var(--color-dark);
}
#portal-column-content #content-core .tileItem p {
	position: relative;
	margin: 0;
	padding: 0 20px;
	max-height: calc(200px - 5vw);
	font-size: 0.9em;
	font-weight: 300;
	color: #fff;
	line-height: 1.4;
	overflow: hidden;
	transition: all 0.5s;
}
#portal-column-content #content-core .tileItem:hover p {
	color: var(--color-current);
}
#portal-column-content #content-core .tileItem div > span {
	display: block;
	padding: 5px 20px 5px;
	font-size: 0.8em;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-column-content #content-core .tileItem:hover div > span {
	color: var(--color-current);
}
#portal-column-content #content-core .tileItem abbr {
	text-decoration: none;
}
#portal-column-content #content-core .tileItem cite {
	position: relative;
	z-index: 4;
	display: block;
	padding: 10px 20px 5px;
	font-size: 0.8em;
	font-weight: 300;
}
#portal-column-content #content-core .tileItem cite a,
#portal-column-content #content-core .tileItem cite a:hover,
#portal-column-content #content-core .tileItem cite a:focus {
	color: var(--font-current)!important;
}
#portal-column-content #content-core .tileItem .description ~ .visualClear::after,
#portal-column-content #content-core .tileItem .tileBody ~ .visualClear::after {
	content: '';
	position: absolute;
	top: 70%;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(0deg, var(--color-light) 0%, transparent 100%);
}
#portal-column-content #content-core .tileItem p.tileFooter{
	display: none;
}

@media only screen and (max-width: 1550px) {
	#portal-column-content #content-core .tileItem {
		width: calc(25% - 20px);
	}
}
@media only screen and (max-width: 1200px) {
	#portal-column-content #content-core .tileItem {
		width: calc(33.3333% - 20px);
	}	
}
@media only screen and (max-width: 900px) {
	#portal-column-content #content-core .tileItem {
		width: calc(50% - 20px);
	}
}
@media only screen and (max-width: 700px) {
	#portal-column-content #content-core .tileItem {
		position: relative;
		margin: 10px 0;
		width: 100%;
	}
}

/*
	SERVICES DIOCESAIN
*/
.section-les-services-diocesains #portal-column-content #content-core .tileItem h2 {
	position: relative;
	padding-top: 30px;
}
/*
.section-les-services-diocesains .tileItem h2 a::after {
	content: 'o';
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(0, -50%);
	width: 30px;
	height: 35px;
	background: #fff;
	border-radius: 100%;
	font-family: var(--font-picto);
	font-size: 1.5em;
}
.section-les-services-diocesains .tileItem h2 a[href*=economat-et-services-administratifs]::after ,
.section-les-services-diocesains .tileItem h2 a[href*=communication]::after {
	color: #7a864b;
}
.section-les-services-diocesains .tileItem h2 a[href*=initiation-chretienne]::after {
	color: #94559d;
}
.section-les-services-diocesains .tileItem h2 a[href*=formation-1]::after,
.section-les-services-diocesains .tileItem h2 a[href*=pastorale-familiale]::after,
.section-les-services-diocesains .tileItem h2 a[href*=pelerinages]::after,
.section-les-services-diocesains .tileItem h2 a[href*=oecumenisme]::after,
.section-les-services-diocesains .tileItem h2 a[href*=pastorale-liturgique-et-sacramentelle]::after {
	color: #009ee3;
}
.section-les-services-diocesains .tileItem h2 a[href*=evangelisation-des-jeunes-et-vocations]::after {
	color: #ea5a0b;
}
.section-les-services-diocesains .tileItem h2 a[href*=service-du-frere]::after {
	color: #95c11e;
}
*/

/*--------------------------------------------------------------------------------------------------------------
	== PAGE FACETED
--------------------------------------------------------------------------------------------------------------*/
.template-facetednavigation_view.portaltype-folder #content-core > div {
	width: 100%;
}
.template-facetednavigation_view.portaltype-folder #content-core #faceted-form {
	padding: 0;
}

/*
	FORM
*/
#faceted-form .section-recherche {
	margin: auto;
	max-width: 600px;
}
#faceted-form .section-recherche fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#faceted-form .section-recherche fieldset legend {
	display: none;
}
#faceted-form .section-recherche form {
	display: flex;
}
#faceted-form .section-recherche input[type=text] {
	flex: 1;
	margin: 0 2px 0 0;
}
@media only screen and (max-width: 800px) {
	#faceted-form .section-recherche form {
		flex-direction: column;
	}
	#faceted-form .section-recherche input[type=text] {
		margin: 0 0 2px 0;
	}
}

/* CRITERES */
#center-content-area {
}
#faceted-form .affiche-criteres {
	display: flex;
	margin: 20px auto 10px;
	max-width: 600px;
	font-size: 0.9em;
	font-weight: 700;
}
#faceted-form .affiche-criteres::after {
	content: "\e903";
	margin: 0 0 0 20px;
	font-family: var(--font-picto);
	font-weight: 300;
	transform: rotate(-90deg);
}
#center-top-area {
	padding: var(--margin-text);
	background: var(--color-grey);
	border-radius: 5px;
}
#center-top-area .faceted-widget + .faceted-widget  {
	margin: 20px 0 0;
}
#portal-column-content #center-top-area fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#center-top-area legend {
	display: block;
	margin: 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: var(--color-light);
}
#center-top-area .faceted-daterange-widget-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#center-top-area .faceted-daterange-widget-form > div {
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid var(--color-light);
}
#center-top-area .faceted-daterange-widget-form > div label {
	font-weight: 300;
}
#center-top-area .faceted-daterange-widget-form > div label::after {
	content: " :";
}
#center-top-area .faceted-daterange-widget-form > div input {
	padding: 5px;
	background: none;
	border: none;
	font-weight: 300;
	color: var(--color-current);
}
#center-top-area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#center-top-area input[type=checkbox] {
	display: none;
}
#center-top-area input[type=checkbox] + label {
	display: block;
	margin: 0 5px;
	padding: 5px 20px;
	border: 1px solid var(--color-light);
	border-radius: 50px;
	font-size: 0.9em;
	color: var(--color-current);
	font-weight: 300;
	cursor: pointer;
	transition: all 0.5s;
}
#center-top-area input[type=checkbox] + label:hover {
	border-color: var(--color-current);
}
#center-top-area input[type=checkbox]:checked + label {
	background: var(--color-light);
}
#center-top-area input[type=checkbox] {}

#ui-datepicker-div {
	font-size: 1.4em!important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: var(--color-current)!important;
	border: none!important;
}
.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover{
	background: var(--color-primary)!important;
}
@media only screen and (max-width: 800px) {
	#center-top-area .faceted-daterange-widget-form > div {
		width: 100%;
	}
	#center-top-area .faceted-daterange-widget-form > div#c5_errors,
	#center-top-area .faceted-daterange-widget-form > div#c6_errors {
		border: none;
	}
	#center-top-area .faceted-daterange-widget-form > div label {
		flex: 1;
	}
	#center-top-area .faceted-daterange-widget-form > div input {
		width: 100px;
	}
}

/*
	RESULT
*/
.template-facetednavigation_view.portaltype-folder .faceted-magazine {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
/*.template-facetednavigation_view.portaltype-folder #portal-column-content #content-core .tileItem{
	float: left;
	margin:10px 0 0;
	padding:0;
	width: 24%;
	border: none;
	overflow: hidden;
}
.template-facetednavigation_view.portaltype-folder #portal-column-content #content-core .tileItem h2{
	margin:0;
	padding:10px;
	background: rgba(0,0,0,0.8);
	font-family: var(--font-current);
	font-size: 1em;
}
.template-facetednavigation_view.portaltype-folder #portal-column-content #content-core .tileItem a + h2{
	position: absolute;
	bottom:0;
	left:0;
	right: 0;
	z-index:3;
}
.template-facetednavigation_view.portaltype-folder #portal-column-content #content-core .tileItem h2 a{
	color:#fff;
}*/

/*--------------------------------------------------------------------------------------------------------------
	== PAGE D'INSCRIPTION A LA NEWSLETTER
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #newsletter {
	font-size: 1em!important;
}
#portal-column-content #newsletter form#nl_form {
	margin: var(--margin-text) auto var(--margin-current);
	padding: 0;
	max-width: 600px;
	width: 100%;
	font-size: 1.2em;
}
#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;
}
#portal-column-content #newsletter form#nl_form fieldset .field label{
	font-size: 1.4em;
	text-transform: uppercase;
}
#portal-column-content #newsletter form#nl_form fieldset .field div{
	font-size:1em;
	font-style:italic;
	color: var(--color-light);
}
#portal-column-content #newsletter form#nl_form fieldset .field input[type=text] {
	width: 100%;
	font-size: 1.2em;
	font-weight: 300;
}
#portal-column-content #newsletter form#nl_form fieldset .field textarea{
	width: 100%;
	font-family: var(--font-current);
	font-size: 1.2em;
	font-weight: 300;
}
#portal-column-content #newsletter form#nl_form fieldset .field > p {
	margin: 0 0 8px;
	font-size: 1.4em;
	text-transform: uppercase;
}
#portal-column-content #newsletter form#nl_form fieldset p + label{
	font-size: 1.1em;
	font-weight:300;
	text-transform: none!important;
}
#portal-column-content #newsletter form#nl_form fieldset .formControls{
	margin: var(--margin-text) 0 0;
	border:none;
}
#portal-column-content #newsletter form#nl_form fieldset .formControls input{
	margin: 0;
	background: var(--color-primary);
	border: none;
	border-radius: 50px;
	color:#fff;
	font-weight: 700;
	font-size: 1.3em;
	cursor:pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-column-content #newsletter form#nl_form fieldset .formControls input:hover,
#portal-column-content #newsletter form#nl_form fieldset .formControls input:focus{
	background: var(--color-current);
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE RESULTAT DE RECHERCHE
--------------------------------------------------------------------------------------------------------------*/
.template-search #portal-column-content #content-core {
	margin-top: 0;
}
#portal-column-content #content-core #searchform #search-field{
	margin: 0;
	padding: 0;
	font-size: 0.7em;
}
#portal-column-content #content-core #searchform #search-field::after {
	content: '\e901';
	display: block;
	margin: var(--margin-text) 0 0;
	text-align: center;
	font-family: var(--font-picto);
	font-size: 4em;
	color: var(--color-primary);
	opacity: 0.2;
}
.template-search #portal-column-content #content-core h1 {
	display: block;
	margin: var(--margin-text) 0 0;
	width: 100%;
	text-align: center;
}

/*
  	FILTRE
*/
#portal-column-content #content-core #search-results-bar{
	padding: 0;
	background: none;
	border: none;
}
#portal-column-content #content-core #search-results-bar > span:first-child{
	display: block;
	float: none;
	margin: 0;
	font-size: 1.4em;
	text-align: center;
}
#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: center;
	margin: var(--margin-text) calc(50% - 50vw) 0;
	padding: 0 var(--margin-current);
	font-size: 1.6em;
}


/*--------------------------------------------------------------------------------------------------------------
	== PAGE ACTUALITE
--------------------------------------------------------------------------------------------------------------*/
.portaltype-news-item #archetypes-fieldname-imageCaptionBSW{
    display:none;
}
#portal-column-content #content-core .plain{
	float:none;
	overflow:hidden;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE DOSSIER
--------------------------------------------------------------------------------------------------------------*/
.portaltype-folder #plone-contentmenu-actions{
    display:none;
}
.userrole-manager.portaltype-folder #plone-contentmenu-actions{
    display:block;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE VIDEOS
--------------------------------------------------------------------------------------------------------------*/
.template-video_view #content-core {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;
	height: 0;*/
}
.template-video_view #content-core iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE EVENEMENT
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #content-core .eventDetails {
	clear: both;
	float: none;
	margin: 20px 0;
	padding: 0;
	width: auto;
	border: none;
	overflow: hidden;
}
#portal-column-content #content-core .eventDetails::before,
#portal-column-content #content-core .eventDetails::after { 
	content: '\e901';
	display: block;
	font-family: var(--font-picto);
	font-size: 2em;
	text-align: center;
	color: var(--color-primary);
	opacity: 0.2;
}
#portal-column-content #content-core .eventDetails ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -10px;
}
#portal-column-content #content-core .eventDetails ul li {
	margin: 0 10px;
	width: calc(25% - 20px);
	line-height: 1;
	color: var(--color-primary);
	text-align: center;
}
#portal-column-content #content-core .eventDetails ul ul li {
	position: relative;
	z-index: 2;
	margin-top: 10px;
}
#portal-column-content #content-core .eventDetails ul li.participants {
	margin-top: 40px;
	width: calc(100% - 20px);
}
#portal-column-content #content-core .eventDetails ul li.site-web {
	margin-top: 20px;
	width: calc(100% - 20px);
}
#portal-column-content #content-core .eventDetails ul li.recurrences {
	position: relative;
	margin-top: 40px;
	padding: 10px;
	width: calc(100% - 20px);
}
#portal-column-content #content-core .eventDetails ul li.recurrences::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--color-light);
	opacity: 0.2;
}
#portal-column-content #content-core .eventDetails ul li.calendrier{
	display:none;
}
#portal-column-content #content-core .eventDetails ul li .entete {
	display: block;
	margin: 0 0 5px;
	font-weight: 700;
	text-align: center;
}
#portal-column-content #content-core .eventDetails ul li abbr {
	text-decoration: none;
}
#portal-column-content #content-core .eventDetails ul li p {
	margin:0;
	line-height: 1.3;
}
#portal-column-content #content-core .eventDetails a,
#portal-column-content #content-core .eventDetails a:hover,
#portal-column-content #content-core .eventDetails a:focus {
	color: var(--color-primary)!important;
}
#portal-column-content #content-core .eventDetails .site-web a {
	display: inline-block;
	padding: 8px 20px;
	border: 1px solid var(--color-primary);
	border-radius: 50px;
	font-size: 0.9em;
}
#portal-column-content #content-core .eventDetails .site-web a:hover,
#portal-column-content #content-core .eventDetails .site-web a:focus {
	background: var(--color-light);
	color: #fff!important;
	text-decoration: none;
}
#portal-column-content #content-core .eventDetails ul li p a::before {
	content: "\e920";
	display: inline-block;
	margin: 0 5px 0 0;
	font-family: var(--font-picto);
}
#portal-column-content #content-core .eventDetails ul li .timezone {
	display: none;
}
#portal-column-content #content-core #parent-fieldname-eventUrl {
	display: inline-block;
	margin: 20px 0 0;
	padding: 10px 20px;
	background: var(--color-primary);
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color:#fff;
	font-size: 1.3em;
	line-height: 1;
}
#portal-column-content #content-core #parent-fieldname-eventUrl:hover,
#portal-column-content #content-core #parent-fieldname-eventUrl:focus{
	background: var(--color-current);
	color:#fff!important;
	text-decoration: none;
}
@media only screen and (max-width: 900px) {
	#portal-column-content #content-core .eventDetails ul li {
		margin-bottom: 30px;
		width: calc(50% - 20px);
	}
	#portal-column-content #content-core .eventDetails ul ul li {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 700px) {
	#portal-column-content #content-core .eventDetails ul li {
		width: calc(100% - 20px);
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE CALENDRIER
--------------------------------------------------------------------------------------------------------------*/
/*
	BOUTON CALENDRIER
*/
#portal-column-content .voir-le-calendrier,
#portal-column-content .retour-agenda {
	position: relative;
	margin: var(--margin-text) 0 0;
	text-align: center;
}

#portal-column-content .voir-le-calendrier a,
#portal-column-content .retour-agenda a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
	color: var(--color-light)!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 a:hover,
#portal-column-content .retour-agenda a:focus{
	color: var(--color-current)!important;
	text-decoration:none;
}
#portal-column-content .voir-le-calendrier a::before,
#portal-column-content .retour-agenda a::before {
	content: '(';
	padding: 0 10px 0 0;
	font-size: 1.3em;
	font-weight: 300;
}
#portal-column-content .voir-le-calendrier a::after,
#portal-column-content .retour-agenda a::after {
	content: ')';
	padding: 0 0 0 10px;
	font-size: 1.3em;
	font-weight: 300;
}

/*
	CALENDRIER
*/
#calendar{
	margin: var(--margin-text) calc(50% - 50vw) 0;
	padding: 0 var(--margin-flex);
}
.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 > a > img{
	width: 100%;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#content .liste-photos .imageAlbumContainer:hover > a > 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;
}
.portaltype-son .audio-player {}
.portaltype-son .audio-player audio {
	width: 100%;
	background: var(--color-dark);
	border-radius: 5px;
}

/*--------------------------------------------------------------------------------------------------------------
	== 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 DE PLAN DU SITE
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #content-core #portal-sitemap{
	margin: var(--margin-text) 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::before {
	content: "\e901";
	display: block;
	margin: var(--margin-text) 0;
	text-align: center;
	color: var(--color-primary);
	font-family: var(--font-picto);
	font-size: 3em;
	opacity: 0.2;
}
#portal-column-content #content-core #portal-sitemap > li > div {
	text-align: center;
}
#portal-column-content #content-core #portal-sitemap > li > div > a {
	padding: 0!important;
	background: none;
	border: none;
	color: var(--color-primary)!important;
	font-size: 2em;
	font-weight: 700;
	line-height: 1;
}
#portal-column-content #content-core #portal-sitemap > li > div > a:hover,
#portal-column-content #content-core #portal-sitemap > li > div > a:focus{
	color: var(--color-current)!important;
	text-decoration:none;
}

/* deuxieme niveau */
#portal-column-content #content-core #portal-sitemap > li > ul{
	margin: 0;
}
#portal-column-content #content-core #portal-sitemap > li > ul > li{
	margin:0 0 10px;
	text-align: center;
}
#portal-column-content #content-core #portal-sitemap > li > ul > li > div > a{
	margin: 10px 0;
	padding: 0!important;
	text-transform:uppercase;
	font-size:1.4em;
	color:#000!important;
}
#portal-column-content #content-core #portal-sitemap > li > ul > li > div > a:hover,
#portal-column-content #content-core #portal-sitemap > li > ul > li > div > a:focus{
	border:none;
	color:#000!important;
	text-decoration:underline;
}

/* troisieme niveau */
#portal-column-content #content-core #portal-sitemap li li ul{
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 30px;
	padding: 0;
	width: auto;
	border-top: 1px solid var(--color-current);
	border-bottom: 1px solid var(--color-current);
}
#portal-column-content #content-core #portal-sitemap li li ul::before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	border: 5px solid transparent;
	border-bottom: 5px solid var(--color-current);
}
#portal-column-content #content-core #portal-sitemap li li li{
}
#portal-column-content #content-core #portal-sitemap li li li a {
	display: inline-block;
	padding: 5px!important;
	background:none;
	text-transform:none;
	font-size:1.2em;
	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;
	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 {
	margin: 0;
	padding: 0;
	background: linear-gradient(0deg, var(--color-grey) 0%, transparent 100%);;
	border: none;
}
#portlets-footer {
	padding: 0 var(--margin-flex);
}
#portlets-footer > div {
	margin: var(--margin-current) 0;
}
#portlets-footer {}

@media only screen and (min-width: 800px) {
	#portlets-footer > div + div::before {
		content: "\e901";
		display: block;
		margin: var(--margin-current) 0;
		text-align: center;
		color: var(--color-primary);
		font-family: var(--font-picto);
		font-size: 3em;
		opacity: 0.2;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== ALERTE POPIN
--------------------------------------------------------------------------------------------------------------*/
#portal-footer #alerte-popin{
	display: flex;
	padding: 10px;
	max-width: none;
}
#portal-footer #alerte-popin > div {
	margin: auto;
	padding: 0px;
	max-width: 900px;
	width: auto;
}
#portal-footer #alerte-popin > div img{
	max-width: 100%;
	padding: 0px;
	height: auto!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== SITE ACTION
--------------------------------------------------------------------------------------------------------------*/
#portal-siteactions {
	position: relative;
	clear: none;
	float: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: none;
	font-size: 1.4em;
}
#portal-siteactions li a,
#portal-siteactions li a:visited {
	display: block;
	padding: 5px;
	border: none;
	text-transform: none;
	color:var(--color-current);
	font-weight: 300;
	opacity: 0.6;
}
#portal-siteactions li a:hover,
#portal-siteactions li a:focus {
	background: none;
	border: none;
	text-decoration: none;
	color:var(--color-current);
	opacity: 1;
}
@media only screen and (min-width: 800px) {
	#portal-siteactions {
		flex-direction: row;
		align-items: flex-start;
		padding: var(--margin-current) var(--margin-flex);
		background: var(--color-primary);
	}
	#portal-siteactions::before {
		content: '';
		position: absolute;
		top: -4.8vw;
		left: 0;
		right: 0;
		height: 5vw;
		background: var(--color-primary);
		-webkit-clip-path: url(#masque-concave);
		clip-path: url(#masque-concave);
	}
	#portal-siteactions li a,
	#portal-siteactions li a:visited,
	#portal-siteactions li a:hover,
	#portal-siteactions li a:focus {
		color:#fff;
	}
}
@media only screen and (max-width: 800px) {
	#portal-siteactions {
		margin: calc(var(--margin-current) * -1) 0 0;
		padding: var(--margin-text) var(--margin-flex) var(--margin-current);
	}
	#portal-siteactions li {
		display: none;
	}
	#portal-siteactions li#siteaction-mentions-legales,
	#portal-siteactions li#siteaction-conditions-generales-dutilisation,
	#portal-siteactions li#siteaction-gestion-cookies {
		display: block;
	}
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= POPINS
*/
/*------------------------------------------------------------------------------------------------------------*/
#exposeMask {
	background: var(--color-primary)!important;
	opacity: 1!important;
}
div.overlay div.close {
	position: fixed;
	top: var(--margin-flex)!important;
	right: var(--margin-flex)!important;
	left: auto!important;
	background: none;
}
div.overlay div.close::before {
	content: '\e904';
	font-family: var(--font-picto);
	font-size: 2em;
}

/*
	POPIN
*/
.overlay.overlay-ajax {
	position: fixed!important;
	top: 0!important;
	left: 0!important;
	margin: calc(var(--margin-flex) * 2) -5px var(--margin-flex) var(--margin-flex);
	/*margin: 0;*/
	padding: 0 calc(var(--margin-flex) * 2) 0 0;
	width: 100%!important;
	max-height: calc(100vh - calc(var(--margin-flex) * 2));
	overflow: auto;
}
.overlay.overlay-ajax .pb-ajax {
	background: none;
	box-shadow: none;
	border: none;
	font-size: 1.2em;
}
.overlay.overlay-ajax .pb-ajax > div {
	margin: auto;
	padding: 0;
	max-width: 600px;
	font-size: 1.4em;
	color: #fff;
}

/*
	CONTENU
*/
.pb-ajax #portal-column-content {
	display: block;
	padding: 0;
}
.pb-ajax #portal-column-content h1 {
	text-align: center;
	color: #fff;
	font-weight: 300;
}
.pb-ajax div div:first-child {
	margin: var(--margin-text) 0;
}
.pb-ajax .field {
	margin: 0 0 var(--margin-text);
}	
.pb-ajax .field label {
	text-transform: uppercase;
}	
.pb-ajax .field div {
	font-style: italic;
	font-weight: 300;
	color: #fff;
	opacity: 0.8;
	font-size: 0.8em;
}	
.pb-ajax .field input,
.pb-ajax .field textarea {
	width: 100%!important;
	background: var(--color-light);
	border: 1px solid var(--color-light);
	border-radius: 3px;
	color: var(--color-current);
	transition: all 0.5s;
}	
.pb-ajax .field input:focus,
.pb-ajax .field textarea:focus {
	outline: none;
	background: var(--color-grey);
	border: 1px solid var(--color-grey);
}	
.pb-ajax input[type=submit] {
	margin: 0;
	background: var(--color-dark);
	border: none;
	border-radius: 50px;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.5s;
}
.pb-ajax input[type=submit]:hover {
	background: var(--color-current);
}

/* FORM CONTACT */
.modal-content .contact-mail {}
.modal-content .contact-mail label {
	position: relative;
	text-transform: uppercase;
	font-size: 1em;
}
.modal-content .contact-mail label input,
.modal-content .contact-mail label textarea {
	width: 100%!important;
	background: var(--color-light);
	border: 1px solid var(--color-light);
	border-radius: 3px;
	color: var(--color-current);
	transition: all 0.5s;
}	
.modal-content .contact-mail input:focus,
.modal-content .contact-mail textarea:focus {
	outline: none;
	background: var(--color-grey);
	border: 1px solid var(--color-grey);
}
.modal-content .contact-mail input[type=submit] {
	margin: 0;
	padding: 10px 20px;
	background: var(--color-dark);
	border: none;
	border-radius: 50px;
	color: #fff;
	font-weight: 700;
	font-size: 1em;
	cursor: pointer;
	transition: all 0.5s;
}
.modal-content .contact-mail input[type=submit]:hover {
	background: var(--color-current);
}
.modal-content .contact-mail div:first-child {
	margin: 0;
}
.modal-content {}

/* PAGE PAR DEFAUT */
#default_page_form {}
#default_page_form label {
	padding: 0!important;
	background: none!important;
}
#default_page_form dd {
	display: none;
}
#default_page_form .formControls {
	border: none!important;
}

/* AJOUT CORRELES */
.pb-ajax #search .field {
	display: flex;
}
.pb-ajax #search .field input[type=text] {
	flex: 1;
	margin: 0 10px 0 0;
	width: auto!important;
}
.pb-ajax #search .field input[type=submit] {
	width: auto!important;
}
.pb-ajax #messageWrapper {
	height: 100px!important;
}
.pb-ajax dl.portalMessage {
	margin: 0;
	background: none;
}
.pb-ajax dl.portalMessage dd {
	background: none;
}

/*
	REPETITION EVENT
*/
div.riform {
	background: none!important;
	box-shadow: none;
	font-size: 1.4em;
	color: #fff;
}
div.riform a.close {
	position: fixed;
	top: var(--margin-flex)!important;
	right: var(--margin-flex)!important;
	left: auto!important;
	background: none;
}
div.riform a.close::before {
	content: '\e904';
	font-family: var(--font-picto);
	font-size: 2em;
}
div.riform h1,
div.riform h2 {
	color: #fff!important;
}
.ricancelbutton {
	display: none;
}


/*------------------------------------------------------------------------------------------------------------*/
/*
	=  ADMINISTRATION
*/
/*------------------------------------------------------------------------------------------------------------*/
.template-dashboard #edit-bar{
	display:none;
}
.template-dashboard.userrole-manager #edit-bar{
	display:block;
}
#plone-document-byline {
	margin: auto;
	max-width: var(--width-content);
}
.calendar {
	z-index: 200!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== EDIT BAR
--------------------------------------------------------------------------------------------------------------*/
#edit-bar {
    z-index: 45;
    margin: 10px var(--margin-flex) var(--margin-current);
	width: auto;
}
#edit-bar #dossiernewsletter {
	display: none!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== BTS
--------------------------------------------------------------------------------------------------------------*/
input.searchButton.addreference,
.formControls input {
	background: var(--color-primary);
	color: #fff;
}

/*--------------------------------------------------------------------------------------------------------------
	== ZAPETTE
--------------------------------------------------------------------------------------------------------------*/
.portletPaletteAdministration.close {
	display: none;
}
.portletPaletteAdministration {
    display: flex;
    flex-wrap: wrap;
    margin: calc(-1 * var(--margin-current)) 0 0!important;
    padding: 20px var(--margin-flex)!important;
    border-radius: 0!important;
    background: var(--color-light)!important;
	font-size: 1.4em!important;
}
.portletPaletteAdministration dt {
	background: none!important;
	padding: 0 10px!important;
    width: 100%;
	border-bottom: none!important;
	color: var(--color-current)!important;
}
.portletPaletteAdministration dd {
	position: relative;
	flex: 1;
	margin: 5px;
	min-width: 150px;
	border-radius: 5px;
	overflow: hidden;
}
.portletPaletteAdministration dd::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	opacity: 0.3;
	transition: all 0.5s;
}
.portletPaletteAdministration dd:hover::before {
	opacity: 0.7;
}
#portal-columns dl.portlet.portletPaletteAdministration dd a {
	position: relative;
	z-index: 2;
	padding: 10px;
	height: 100%;
	background: none!important;
	color: var(--color-primary)!important;
	text-align: center;
}
#portal-columns dl.portlet.portletPaletteAdministration dd a:hover,
#portal-columns dl.portlet.portletPaletteAdministration dd a:focus {
	color: var(--color-primary)!important;
	text-decoration: none!important;
}
/*--------------------------------------------------------------------------------------------------------------
	== ANCRES
--------------------------------------------------------------------------------------------------------------*/
/* correction masquage des ancres par header */
html {
    scroll-padding-top: 200px;
}


/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------------*/
/*
	= RESPONSIVE
*/
/*------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1280px){

}
@media only screen and (max-width: 1024px){

}
@media only screen and (max-width: 800px){

}
@media only screen and (max-width: 680px){

}


	/* MAIN 
	#portal-column-content,
	#portal_colonne,
	#portal-column-content #content-core .eventDetails ul li{
		width: 100%;
	}
	#content .liste-photos .imageAlbumContainer{
		width: 49%;
	}
	#portal-column-content .imageContainer,
	#portal-column-content #content-core .tileItem > a:first-child{
		display: block;
		float: none;
		margin:0 0 10px;
	}

	/* 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;
	}

	/* FOOTER 
	#portal-siteactions li + li::before,
	#portal-siteactions li{
		display: none;
	}
	#portal-siteactions li#siteaction-mentions-legales{
		display: block;
	}

}

/*------------------------------------------------------------------------------------------------------------*/



