
/**************************************************************************************************************/
/*
			MONASTIC - V1.5 Site generique

			Date : 18/01/2019
			Auteur : marlene
			URL : http://pommier2:43980/monastic

*/
/**************************************************************************************************************/


/*------------------------------------------------------------------------------------------------------------*/
/*
	= RESET
*/
/*------------------------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background:#fff;
	font-family: 'Raleway', sans-serif;
	font-size:62.5%; /*ensuite 1em=10px en taille normale*/
	font-weight: 400;
	color:#000;
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	border: none;
	font-family: 'zwodreibold', sans-serif;
	font-weight:400;
	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:#000;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a:visited{
	text-decoration:none;
	color:#000;
}
a:hover, a:focus{
	text-decoration:underline;
	color:#000;
}
input,
textarea{
	font-family: 'Raleway', sans-serif !important;
	font-size: 1em;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus{
	background-color:#eae5e6;
}

/*
	ELEMENTS DE PLONE
*/
dl.portlet,
dl.portalMessage,
div.managePortletsLink,
a.managePortletsFallback,
div.portletAssignments,
#content,
div.overlay,
#edit-bar,
#portal-sitemap,
#portal-searchbox,
#portal-globalnav,
#portal-breadcrumbs,
#portal-column-content #content,
#portal-footer,
#portal-siteactions,
#portal-colophon,
#portal-languageselector,
#content pre,
.portletItemDetails,
#portal-personaltools,
#fieldset-openid-login input,
#login-form input,
div.listingBar,
#content legend,
#content div.documentByLine,
.commentDate,
.comment,
#portal-sitemap .navTreeLevel2,
#portal-sitemap .navTreeLevel2 ul,
#content .discreet,
#sidebar .discreet,
#category{
	font-size:100%;
}
#content a:link,
dl.portlet a:link,
#content a:visited,
dl.portlet a:visited{
	border:none;
	color:#000;
}
#content dt{
	font-weight:normal;
}
#content{
	clear:none;
}
#content ul{
	list-style:none;
	margin:0;
}
.portletAssignments .portlet_here.portlet_visible .portletHeader{
	color:#000;
	background: #666;
}
body.template-logged_out #content,
body.template-login_form #content{
	text-align:left;
}
.highlightedSearchTerm{
	background:none!important;
	font-weight:normal!important;
}
div.width-full{
	width:100%;
}
div.position-0,
div.position-1\:2{
	margin:0;
}
div.cell{
	float:none;
	left:0;
	width:auto;
}
div.row{
	float:none;
}
#content-ckeditor,
body.cke_panel_frame{
    background:#fff !important;
}
.date{
	padding: 0;
	width: auto;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none ;
	box-shadow: none;
	font-size: 1em;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= 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\9;
	background: rgba(80, 80, 80, 0.75);
}
.bx-wrapper .bx-caption span {
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 0.85em;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= PORLTETS
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-columns dl.portlet{
	margin:0;
}
#portal-columns dl.portlet dt{
	padding:0;
	background:none;
}
#portal-columns dl.portlet dd{
	padding:0;
}


/*--------------------------------------------------------------------------------------------------------------
	== NAVIGATION
--------------------------------------------------------------------------------------------------------------*/
dl.portlet.navigation{
	margin:0;
	text-align: right;
}
dl.portlet.navigation dt{
	display: none;
}
dl.portlet.navigation dd {
	padding: 0;
}
dl.portlet.navigation dd li{
	position: relative;
	color: #fff;
}
@media only screen and (max-width: 680px) {
	dl.portlet.navigation {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background: #311d17;
	}
	dl.portlet.navigation dd ul{
		display: flex;
	}

}

/* premier niveau */
dl.portlet ul.navTreeLevel0 > .navTreeItem{
	position: relative;
	margin:70px 0 0;
	padding:0;
	background:none;
	border:none;
}
.small-header dl.portlet ul.navTreeLevel0 > .navTreeItem{
	margin-top: 40px;
}
dl.portlet.navigation ul li a{
	margin:0;
	padding:0;
	background:none;
	font-size:2.2em;
	font-family: 'zwodreibold', sans-serif;
	line-height:1.2;
	text-transform: uppercase;
	color:#fff!important;
}
dl.portlet.navigation ul li a:hover,
dl.portlet.navigation ul li a:focus{
	margin:0 -20px 0 20px;
	color:#fff!important;
	text-decoration: none;
}
dl.portlet.navigation ul li a.navTreeCurrentItem,
dl.portlet.navigation ul li a.navTreeItemInPath{
	margin:0;
	background:none;
	border:none;
	font-weight:bold;
}
dl.portlet.navigation ul li a img{
	display:none;
}
@media only screen and (max-width: 680px) {
	dl.portlet ul.navTreeLevel0 {
		margin: 0 10px;
	}
	dl.portlet ul.navTreeLevel0 > .navTreeItem{
		flex: 1;
		margin: 0!important;
	}
	dl.portlet.navigation ul li a{
		display: block;
		padding: 10px 5px;
		font-size: 1.8em;
		text-align: center;
	}
	dl.portlet.navigation ul li a:hover,
	dl.portlet.navigation ul li a:focus {
		margin: 0;
	}
}

/* deuxieme niveau */
dl.portlet.navigation ul li ul{
	display: none;
	opacity: 0;
	visibility: hidden;
}
.section-monasteres dl.portlet.navigation ul li.section-trouver ul,
dl.portlet.navigation ul li.navTreeItemInPath ul,
dl.portlet.navigation ul li.navTreeCurrentNode ul{
	display: block;
	opacity: 1;
	visibility: visible;
}
dl.portlet.navigation ul li ul li.navTreeItem{
	margin:10px 0;
	padding:0;
	background:none;
}
dl.portlet.navigation ul li ul li.section-un-lieu-de-vente{
	margin-top: 40px;
}
dl.portlet.navigation ul li ul li a{
	font-family: 'Raleway', sans-serif;
	font-size:1.5em;
	text-transform: none;
}
.portaltype-monastere dl.portlet.navigation ul li ul li.section-un-monastere::before,
.portaltype-service dl.portlet.navigation ul li ul li.section-un-service::before,
.portaltype-sejour dl.portlet.navigation ul li ul li.section-un-sejour::before,
.portaltype-produit dl.portlet.navigation ul li ul li.section-un-produit::before,
dl.portlet.navigation ul li ul li.navTreeCurrentNode::before{
	content: '';
	position: absolute;
	top: 50%;
	right: -20px;
	border: 5px solid transparent;
	border-right: 4px solid #fff;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.portaltype-monastere dl.portlet.navigation ul li ul li.section-un-monastere a,
.portaltype-service dl.portlet.navigation ul li ul li.section-un-service a,
.portaltype-sejour dl.portlet.navigation ul li ul li.section-un-sejour a,
.portaltype-produit dl.portlet.navigation ul li ul li.section-un-produit a,
dl.portlet.navigation ul li ul li.navTreeCurrentNode a{
	font-weight:700;
}
.portaltype-monastere dl.portlet.navigation ul li ul li.section-un-monastere a:hover,
.portaltype-monastere dl.portlet.navigation ul li ul li.section-un-monastere a:focus,
.portaltype-service dl.portlet.navigation ul li ul li.section-un-service a:hover,
.portaltype-service dl.portlet.navigation ul li ul li.section-un-service a:focus,
.portaltype-sejour dl.portlet.navigation ul li ul li.section-un-sejour a:hover,
.portaltype-sejour dl.portlet.navigation ul li ul li.section-un-sejour a:focus,
.portaltype-produit dl.portlet.navigation ul li ul li.section-un-produit a:hover,
.portaltype-produit dl.portlet.navigation ul li ul li.section-un-produit a:focus,
dl.portlet.navigation ul li li.navTreeCurrentNode a:hover,
dl.portlet.navigation ul li li.navTreeCurrentNode a:focus{
	margin: 0;
}
@media only screen and (max-width: 680px) {
	dl.portlet.navigation ul li ul,
	.section-monasteres dl.portlet.navigation ul li.section-trouver ul,
	dl.portlet.navigation ul li.navTreeItemInPath ul,
	dl.portlet.navigation ul li.navTreeCurrentNode ul{
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
		padding: 20px;
		background: rgba(49, 29, 23, 0.8);
		overflow-y: auto;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	dl.portlet.navigation ul li ul.open {
		opacity: 1!important;
		visibility: visible!important;
	}
	dl.portlet.navigation ul li ul a.close{
		position: absolute;
		top: 15px;
		right: 20px;
		z-index: 2;
		color: #311d17!important;
	}
	dl.portlet.navigation ul li ul a + li.navTreeItem,
	dl.portlet.navigation ul li ul li.navTreeItem:first-child{
		padding-top: 20px;
		-webkit-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}
	dl.portlet.navigation ul li ul li.navTreeItem:last-child{
		padding-bottom: 20px;
		-webkit-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
	}
	dl.portlet.navigation ul li ul li.navTreeItem{
		margin: 0;
		background: #fff;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}
	dl.portlet.navigation ul li ul li.navTreeItem a{
		color: #311d17!important;
		text-align: center;

	}
	.portaltype-monastere dl.portlet.navigation ul li ul li.section-un-monastere::before,
	.portaltype-service dl.portlet.navigation ul li ul li.section-un-service::before,
	.portaltype-sejour dl.portlet.navigation ul li ul li.section-un-sejour::before,
	.portaltype-produit dl.portlet.navigation ul li ul li.section-un-produit::before,
	dl.portlet.navigation ul li ul li.navTreeCurrentNode::before {
		display: none;
	}
		/*dl.portlet.navigation ul li.navTreeItemInPath ul,
        dl.portlet.navigation ul li.navTreeCurrentNode ul{
            opacity: 0;
            visibility: hidden;
        }*/

}


/*--------------------------------------------------------------------------------------------------------------
	== EDITO
--------------------------------------------------------------------------------------------------------------*/
.edito{
	margin: 70px auto 0;
	max-width: 400px;
}
.small-home .edito{
	max-width: none;
}
.small-header .edito{
	margin-top: 40px;
}
.edito h2{
	position: absolute;
	top: -50000px;
}
.edito div{
	font-size: 1.7em;
	line-height: 1.5;
}
.edito p{
	margin: 0 0 20px;
}
.edito .portletFooter{
	font-size: 3em;
	font-family: 'monastic';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.edito .portletFooter a{
	display: inline-block;
}
.edito .portletFooter a:hover,
.edito .portletFooter a:focus{
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	text-decoration: none;
}

@media only screen and (max-width: 800px){
	.small-header .edito{
		margin: 40px -20px 0;
	}

}
@media only screen and (max-width: 680px) {
	.edito p ~ p{
		display: none;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== IMAGES HOME
--------------------------------------------------------------------------------------------------------------*/
.images-home{}
.images-home ul{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.images-home ul::before {
	content: '';
	position: absolute;
	top: 0;
	left: 33.33vh;
	bottom: 0;
	z-index: 2;
	width: 33.2vh;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
.images-home ul::after {
	content: '';
	position: absolute;
	top: 33.33vh;
	left: 0;
	right: 0;
	z-index: 2;
	height: 33.2vh;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#content .images-home ul li{
	position: relative;
	margin: 0;
	padding: 0;
	width: 33.33vh;
	height: 33.33vh;
	overflow: hidden;
}
#content .images-home ul li:nth-child(5){
	margin-left: 33.33vh;
}
#content .images-home ul li:nth-child(8) ~ li{
	display: none;
}
.images-home ul li h2{
	display: none;
}
.images-home ul li .illustration{}
.images-home ul li .illustration img{
	width: 100%;
	position: absolute;
    top: 0;
    left: 0;
}

/*
	SMALL HOME
*/
.small-home .images-home ul::before{
	left: 33.33vw;
	width: 33.2vw;
}
.small-home .images-home ul::after{
	top: 33.33vw;
	height: 33.2vw;

}
.small-home #content .images-home ul li{
	width: 33.33vw;
	height: 33.33vw;
}
.small-home #content .images-home ul li:nth-child(5){
	margin-left: 33.33vw;
}
@media only screen and (max-width: 680px) {
	.images-home::before{
		content: '';
		position: absolute;
		top: 0;
		left: 50vw;
		z-index: 2;
		width: 1px;
		height: 25vw;
		background: #fff;
	}
	.images-home::after{
		content: '';
		position: absolute;
		top: 75vw;
		left: 50vw;
		z-index: 2;
		width: 1px;
		height: 25vw;
		background: #fff;
	}
	.small-home .images-home ul::before {
		left: 25vw;
		width: 49.8vw;
	}
	.small-home .images-home ul::after{
		top: 25vw;
		height: 49.8vw;
	}
	.small-home #content .images-home ul li{
		width: 25vw;
		height: 25vw;
	}
	.small-home #content .images-home ul li:nth-child(5),
	.small-home #content .images-home ul li:nth-child(5) ~ li{
		margin-left: 0;
		margin-top: 50vw;
	}

}

/*--------------------------------------------------------------------------------------------------------------
	== SEARCH HOME
--------------------------------------------------------------------------------------------------------------*/
.search-home{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(49, 29, 23, 0);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.search-home:hover {
	background: rgba(49, 29, 23, 0.4);
}
#content .search-home dt{
	margin: 0 0 3vh;
	font-family: 'zwodreibold', serif;
	font-size: 5.5em;
	color: #fff;
}
.search-home dd {
	position: relative;
	width: calc(33vh - 40px);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.search-home:hover dd {
	width: 66vh;
}
.search-home dd input[type=search]{
	padding: 10px;
	width: 100%;
	background: #311d17;
	border: 1px solid rgba(255,255,255,0.5);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-style: italic;
	font-size: 1.4em;
	color: rgba(255,255,255,0.5);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.search-home:hover dd input[type=search] {
	padding: 20px;
	background: #fff;
	color: rgba(49, 29, 23,0.7);
	font-size: 1.6em;
}
.search-home dd input[type=submit] {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: none;
	border: none;
	color: rgba(255,255,255,0.5);
	cursor: pointer;
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'monastic' !important;
	font-size: 2em;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.search-home dd input[type=submit]:hover {
	color: #fff;
}
.search-home:hover dd input[type=submit] {
	right: 20px;
	color: rgba(49, 29, 23,0.7);
	font-size: 3em;
}
.search-home:hover dd input[type=submit]:hover {
	color: #311d17;
}

/*
	SMALL HOME
*/
.small-home .search-home dd{
	width: calc(33vw - 40px);
}
.small-home .search-home:hover dd {
	width: 66vw;
}
@media only screen and (max-width: 680px) {
	.search-home {
		background: rgba(49, 29, 23, 0.4);
	}
	#content .search-home dt{
		margin: 0 0 2vw;
		font-size: 11vw;
	}
	.small-home .search-home:hover dd,
	.small-home .search-home dd {
		width: 85vw;
	}
	.search-home dd input[type=search] {
		padding: 20px;
		background: #fff;
		color: rgba(49, 29, 23,0.7);
		font-size: 1.6em;
	}
	.search-home dd input[type=submit] {
		right: 20px;
		color: rgba(49, 29, 23,0.7);
		font-size: 3em;
	}
	.search-home dd input[type=submit]:hover {
		color: #311d17;
	}

}

/*--------------------------------------------------------------------------------------------------------------
	== FILIGRANE HOME
--------------------------------------------------------------------------------------------------------------*/
.portlet-embed-filigrane{
	position: absolute;
	top: 33vh;
	left: 33vh;
	bottom: 33vh;
	right: 33vh;
	fill: #fff;
	opacity: 0.1;
}
.small-home .portlet-embed-filigrane{
	top: 33vw;
	left: 33vw;
	bottom: 33vw;
	right: 33vw;
}
@media only screen and (max-width: 680px) {
	.small-home .portlet-embed-filigrane{
		top: 25vw;
		left: 25vw;
		bottom: 25vw;
		right: 25vw;
	}
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= CONTENEUR GLOBAL
*/
/*------------------------------------------------------------------------------------------------------------*/
#visual-portal-wrapper{
	position: relative;
	display: flex;
}
#visual-portal-wrapper::before {
	content: '';
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 20%;
	min-width: 225px;
	background: #311d17;
}
@media only screen and (max-width: 680px) {
	#visual-portal-wrapper {
		display: block;
	}
	#visual-portal-wrapper::before {
		display: none;
	}
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= HEADER
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-top{
	position: sticky;
	top: 0;
	z-index: 3;
	/*position: relative;*/
	margin:0;
	padding: 70px;
	width: 20%;
	min-width: 225px;
	height: 100vh;
	background: #311d17;
}
#portal-top.small-header {
	padding:40px 40px 100px;
}
#portlets-in-header{
	z-index:1;
	margin:0;
}
@media only screen and (max-width: 680px) {
	#portal-top {
		position: relative;
		padding:20px;
		width: 100%;
		height: auto;
		background: none;
		text-align: center;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== LOGO
--------------------------------------------------------------------------------------------------------------*/
#portal-logo{
	margin: 0;
}
#portal-logo img{
	width: 100%;
}
@media only screen and (max-width: 680px) {
	#portal-logo {
		width: 80px;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== BOUTON SE CONNECTER
--------------------------------------------------------------------------------------------------------------*/
#portal-personaltools-wrapper{}
#portal-personaltools-wrapper ul#portal-personaltools,
#portal-personaltools-wrapper dl{
	position:fixed;
	padding:0;
	background:none;
	-webkit-border-radius:0;
	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{
	flex: 1;
	padding: 70px;
}
#portal-columns:after{
	content:"";
	display:block;
	clear:both;
}
#portal-columns.sans-colonne #portal-column-content{
	width: 100%;
}
#portal-column-content{
}
#portal-column-content #content{
	position: relative;
	margin:0;
    padding:0;
	min-height:300px;
    background:transparent;
}
#content > .marque{
	position: absolute;
	top: 0;
	right: 0;
}

#portal_colonne{
	width:200px;
}
@media only screen and (max-width: 1500px) {
	#portal-columns {
		padding: 40px;
	}
}
@media only screen and (max-width: 680px) {
	#portal-columns {
		padding: 20px;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== CHEMIN DE FER
--------------------------------------------------------------------------------------------------------------*/
#portal-breadcrumbs{
	margin:0 0 20px;
    padding:0;
	width: 100%;
	color:#8a8a8a;
}
#portal-breadcrumbs #breadcrumbs-you-are-here{
	display:none;
}
#portal-breadcrumbs .breadcrumbSeparator,
#portal-breadcrumbs a{
	color:#8a8a8a;
}
#portal-breadcrumbs a:hover,
#portal-breadcrumbs a:focus{
	color:#000;
}

/*--------------------------------------------------------------------------------------------------------------
	== ELEMENTS GENERAUX
--------------------------------------------------------------------------------------------------------------*/
/*
	TITRE
*/
#portal-column-content h1{
	margin: 0 0 50px;
	border:none;
	color:#311d17;
	font-size: 4.5em;
	line-height: 1;
}
#portal-column-content .imageContainer h1,
#portal-column-content .infos-pratique h1 {
	margin: 0;
	font-size: 3em;
	opacity: 0;
	height: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-column-content .scroll h1 {
	margin: 50px 0;
	height: 100%;
	opacity: 1;
}
#portal-column-content .imageContainer h1 {
	margin-left: 70px;
}
#portal-column-content h1 span.discreet{
	display:block;
}
#portal-column-content h1 strong#search-term{
	color:#000;
	font-style:italic;
	text-transform:none;
}
#portal-column-content #content-core > h2{
	margin: 50px 0 10px;
	color: #311d17;
	font-size: 3em;
	line-height: 1;
}
#portal-column-content h1 + .categorie,
#portal-column-content h1 + .date-event{
	display: block;
	margin: -35px 0 50px;
	width: 100%;
	font-size: 1.6em;
}
.categorie span::before,
.date-event::before{
	content: '[ ';
}
.categorie span::after,
.date-event::after{
	content: ' ]';
}
@media only screen and (max-width: 680px) {
	#portal-column-content h1{
		margin: 0 0 20px;
		text-align: center;
	}
	#portal-column-content h1 + .categorie,
	#portal-column-content h1 + .date-event {
		margin-top: 0;
		text-align: center;
	}
}

/*
  	IMAGE
*/
#portal-column-content .imageContainer{
	position:relative;
	margin:0;
	overflow: hidden;
}
/*
#portal-column-content .imageContainer img{
	width: 100%;
    height: auto;
}
*/
#portal-column-content .imageContainer span{
    position: relative;
    width: 11vw;
	height: 11vw;
    overflow: hidden;
}
#portal-column-content .imageContainer span + span{
	margin-left: 1px;
}
/*
#portal-column-content .imageContainer span::before{
    content: '';
    display: block;
    padding-top: 100%;
}*/
#portal-column-content .imageContainer span img{
    /*position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: auto!important;*/
    /*min-height: 100%;*/
	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;
}
.portaltype-folder #portal-column-content .imageContainer,
.portaltype-document #portal-column-content .imageContainer {
	position: sticky;
	top: 0;
	float:left;
	margin: 0 70px 0 -70px;
	width: calc(35% + 70px);
}
.portaltype-boutiquemonastic .imageContainer,
.portaltype-sejour .imageContainer,
.portaltype-produit .imageContainer,
.portaltype-service .imageContainer,
.portaltype-event .imageContainer{
	display: flex;
}
.portaltype-monastere .imageContainer{
	display: flex;
	margin: 0 0 0 -70px!important;
	width: calc(100% + 70px)!important;
}
.portaltype-monastere #content .imageContainer li{
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.portaltype-monastere #content .imageContainer li + li{
	margin-left: 1px;
}
/*
.portaltype-monastere #content .imageContainer li::before {
	content: '';
    display: block;
    padding: 100% 0 0;
}*/
.portaltype-boutiquemonastic #portal-column-content  .imageContainer img,
.portaltype-sejour #portal-column-content  .imageContainer img,
.portaltype-service #portal-column-content  .imageContainer img,
.portaltype-produit #portal-column-content  .imageContainer > img{
/*	width: calc(25% - 3px);
	height: auto;*/
}
.portaltype-event #portal-column-content  .imageContainer img{
	width: calc(25% - 3px);
	height: auto;
}


.portaltype-monastere .imageContainer img{
	/*flex: 1;
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
    top: 0;*/
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.portaltype-sejour  .imageContainer img + img,
.portaltype-produit  .imageContainer img + img,
.portaltype-service  .imageContainer img + img,
.portaltype-event  .imageContainer img + img,
.infos-pratique .imageContainer img + img{
	margin-left: 1px;
}
@media only screen and (max-width: 1500px) {
	.portaltype-folder #portal-column-content .imageContainer,
	.portaltype-document #portal-column-content .imageContainer {
		margin: 0 40px 0 -40px;
		width: calc(35% + 40px);
	}
	.portaltype-monastere .imageContainer {
		margin: 0 0 0 -40px!important;
		width: calc(100% + 40px)!important;
	}
}
@media only screen and (max-width: 1000px) {
	.portaltype-folder #portal-column-content .imageContainer,
	.portaltype-document #portal-column-content .imageContainer {
		position: relative;
		float: none;
		display: block;
		margin: 0 0 40px -40px;
		width: calc(100% + 40px);
	}
}
@media only screen and (max-width: 800px) {
	#portal-column-content .imageContainer span{
		width: 15.5vw;
		height: 15.5vw;
	}
}
@media only screen and (max-width: 680px) {
	.portaltype-monastere .imageContainer,
	.portaltype-folder #portal-column-content .imageContainer,
	.portaltype-document #portal-column-content .imageContainer {
		margin: 0 -20px 20px -20px!important;

	}
	#portal-column-content .imageContainer span{
		width: 22.5vw;
		height: 22.5vw;
	}

}

/*
	INFOS PRATIQUES
*/
.infos-pratique{
	position: sticky;
	top: 0;
	float: left;
	margin: 0 70px 0 0;
	width: 35%;
}

.infos-pratique > *{
	position: relative;
	z-index: 2;
}
.infos-pratique > .ordre{
	display: block;
	padding: 40px;
	text-align: right;
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: 700;
}
#content .infos-pratique .ordre:hover,
#content .infos-pratique .ordre:focus {
	color: #311d17!important;
	text-decoration: none;
}
#content .infos-pratique a:hover,
#content .infos-pratique a:focus{
	color: #000!important;
}

.infos-pratique ul li {
	position: relative;
	padding: 0 0 0 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.infos-pratique ul li li:hover {
	margin-left: 10px;
	margin-right: -10px;
}
.infos-pratique ul li:not(.imageContainer li)::before {
	content: "\e900";
	position: absolute;
	top: 3px;
	left: -3px;
	font-family: 'monastic' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.infos-pratique ul li li a:hover,
.infos-pratique ul li li a:focus {
	text-decoration: none;
}
#content .infos-pratique .voir-tous,
a.lien-boutique {
	display: block;
	margin: 40px 0 0;
	padding: 10px;
	background: #cdc3bc;
	-webkit-border-radius: 200px%;
	border-radius: 200px;
	font-size: 1.4em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #311d17;
}
#content .infos-pratique .voir-tous:hover,
#content .infos-pratique .voir-tous:focus,
a.lien-boutique:hover,
a.lien-boutique:focus {
	background: #311d17;
	color: #cdc3bc!important;
	text-decoration: none;
}
.infos-pratique svg{
	position: absolute;
	bottom: -50px;
	z-index: 1;
	fill: #311d17;
	opacity: 0.1;
}
@media only screen and (max-width: 1500px) {
	.infos-pratique{
		margin-right: 40px;
	}
}
@media only screen and (max-width: 1024px) {
	.infos-pratique > .ordre {
		padding: 10px;
	}
}
@media only screen and (max-width: 800px) {
	.infos-pratique{
		position: relative;
		float: none;
		margin: 0 0 20px;
		width: auto;
	}
}

/* accordeon */
.infos-pratique .accordeon{
	border-top: 1px solid #311d17;
}
.infos-pratique .accordeon > li{
	padding: 20px 40px 20px 0;
	border-bottom: 1px solid #311d17;
	font-size: 1.4em;
}
.infos-pratique .accordeon li .entete{
	display: flex;
	justify-content: space-between;
	font-size: 1.2em;
	font-weight: 700;
}
.infos-pratique .accordeon > li::before {
	display: none;
}
.infos-pratique .accordeon > li .entete::after {
	content: "\e908";
	font-family: 'monastic' !important;
	font-size: 1.4em;
	speak: none;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.infos-pratique .accordeon > li.open .entete::after {
	content: "\e906";
}
.infos-pratique .accordeon li > div{
	height: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.infos-pratique .accordeon li.open > div {
	margin-top: 20px;
	height: auto;
	opacity: 1;
	visibility: visible;
}
@media only screen and (max-width: 1024px) {
	.infos-pratique .accordeon > li{
		padding: 10px 10px 10px 0;
	}
	.infos-pratique .accordeon li.open > div{
		margin-top: 10px;
	}
}

/* monastere */
.infos-pratique .monastere {
	padding: 20px 40px 20px 0;
	border-top: 1px solid #311d17;
	border-bottom: 1px solid #311d17;
	font-size: 1.4em;
}
.infos-pratique .monastere strong{
	text-transform: uppercase;
	font-size: 1.2em;
}
.infos-pratique .monastere .ordre {
	display: block;
	margin: 5px 0 20px;
	font-style: italic;
}

.adresse {
	display:block;
}

.codepostal:before {
	content: ' ';
	display: block;
}

/* formulaire */

.affiche-form{}
.affiche-form.open{}
.affiche-form #contact-form{
	margin: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.affiche-form.open #contact-form{
	margin: 0 0 20px;
	height: 100%;
	opacity: 1;
	visibility: visible;
}

#contact-form input,
#contact-form textarea{
	display: block;
	margin: 5px 0;
	padding: 5px;
	width: 100%;
	border: 1px solid #dad5d0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 0.9em;
}
#contact-form input[type=submit]{
	padding: 5px 20px;
	width: auto;
	background: rgba(218, 213, 208,0.4);
	-webkit-border-radius: 30px;
	border-radius: 30px;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#contact-form input[type=submit]:hover {
	background: rgba(218, 213, 208,0.8);
}

/*
	OU ACHETER / TROUVER
*/
.ou-acheter{
	display: flex;
	flex-wrap: wrap;
}
.ou-acheter > li{
	position: relative;
	width: 23%;
	background: #cdc3bc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.6em;
}
.ou-acheter > li + li{
	margin-left: 1px;
}
.ou-acheter li.direct + li:not(.direct) {
	margin-left: 2%;
}
.ou-acheter > li::before{
	content: '';
	display: block;
	padding-top: 100%;
}
.ou-acheter > li > a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
	text-align: center;
	line-height: 1;
}
.ou-acheter > li > a::before {
	display: block;
	margin: 0 0 5px;
	font-size: 3.2vw;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ou-acheter li > a span{
	display: block;
	margin: 5px 0;
	font-weight: 700;
}
#content .ou-acheter > li > a:hover,
#content .ou-acheter > li > a:focus {
	color: #000!important;
	text-decoration: none;
}
.ou-acheter > li > a:hover::before,
.ou-acheter > li > a:focus::before {
	margin: 0 0 25px;
}
.masque-popin {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: flex;
	background: rgba(49, 29, 23, 0.7);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.masque-popin.open {
	opacity: 1;
	visibility: visible;
}
.warpper-popin {
	position: relative;
	margin: auto;
	padding: 30px;
	width: 50vh;
	height: 50vh;
	min-width: 530px;
	min-height: 530px;
	background: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.warpper-popin > a{
	position: absolute;
	top: 10px;
	right: 10px;
	font-family: 'monastic' ;
	font-size: 1.5em;
}
#content .warpper-popin > a:hover,
#content .warpper-popin > a:focus {
	color: #000!important;
	text-decoration: none;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.warpper-popin .titre {
	display: block;
	margin: 0 0 10px;
	font-family: zwodreibold, sans-serif;
	font-size: 1.55em;
	line-height: 1.2;
}
#content .warpper-popin li{
	margin: 20px 0 0;
}
.warpper-popin ::before{
	display: inline-block;
	font-size: 2.2em;
}

@media only screen and (max-width: 1200px) {
	.ou-acheter li{
		width: 34%;
	}
	.ou-acheter li.direct + li:not(.direct){
		margin-left: 0;
	}
	.ou-acheter li > a::before {
		font-size: 4.2vw;
	}
}
@media only screen and (max-width: 1000px) {
	.ou-acheter li {
		width: 49%;
	}
	.ou-acheter li > a::before {
		font-size: 5.2vw;
	}
}
@media only screen and (max-width: 680px) {
	.ou-acheter li > a::before {
		font-size: 14vw;
	}
	.warpper-popin{
		margin: 10px;
		min-width: auto;
		min-height: auto;
	}
}

/*
	DESCRIPTION
*/
#portal-column-content .documentDescription{
	margin:0 0 0 calc(35% + 70px);
	padding:0;
	background:#fff;
	color:#000;
	font-size:1.6em;
	font-family: 'Raleway', sans-serif;
	line-height: 1.4;
	overflow: hidden;
}
@media only screen and (max-width: 1500px) {
	#portal-column-content .documentDescription{
		margin-left: calc(35% + 40px);
	}
}
@media only screen and (max-width: 1000px) {
	#portal-column-content .documentDescription{
		margin-left: 0;
	}
}

/*
	CORPS DE TEXTE
*/
#portal-column-content .imageContainer ~ #content-core,
#portal-column-content .infos-pratique ~ #content-core{
	margin:30px 0 0 calc(35% + 70px);
	overflow: hidden;
}
#portal-column-content #content-core > div{
	font-size:1.5em;
	line-height:1.5;
}
.template-facetednavigation_view #portal-column-content #content-core > div{
	font-size:1em;
	line-height:1;
}

@media only screen and (max-width: 1500px) {
	#portal-column-content .imageContainer ~ #content-core,
	#portal-column-content .infos-pratique ~ #content-core{
		margin-left: calc(35% + 40px);
	}
}
@media only screen and (max-width: 1000px) {
	#portal-column-content .imageContainer ~ #content-core,
	#portal-column-content .infos-pratique ~ #content-core{
		margin-left: 0;
	}
}

/*
	MAP
*/
#map{
	margin: 0 0 50px;
}
.hidden{
	display: none!important;
}
.affiche-result{
	float: right;
	display: inline-block;
	margin: -20px 0 30px;
	font-size: 1.6em;
}
#content .affiche-result:hover,
#content .affiche-result:focus {
	color: #000!important;
}

/*
	LISTE ITEM
*/
.liste-item{
	clear: both;
	display: flex;
	flex-wrap: wrap;
}
.liste-item li{
	position: relative;
	margin: 0 0 2px 2px;
	width: calc(33% - 1px );
	background: #311d17;
	overflow: hidden;
}
.liste-item li:nth-child(3n+1){
	margin-left: 0;
}
.liste-item li::before {
	content: '';
	display: block;
	padding: 100% 0 0;
}
.liste-item .illustration{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.liste-item .illustration img{
	min-width: 100%;
    height: auto;
    min-height: 100%;
    overflow: hidden;
    width: auto;
}
.liste-item .marque{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
}
.liste-item div{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 10px 10px 40px;
	background: rgba(49, 29, 23, 0.6);
}
.liste-item div h3{
	font-family: 'Raleway', sans-serif;
	font-size: 1.8em;
	line-height: 1.3;
}
#content .liste-item div h3 a{
	display: block;
	color: #fff;
}
#content .liste-item div h3 a:hover,
#content .liste-item div h3 a:focus{
	color: #fff!important;
	text-decoration: none;
}
#content .liste-item div h3 a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.liste-item div .departement{
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #fff;
}
.liste-item div .ordre,
.liste-item div .dates,
.liste-item div .categorie,
.liste-item div .monastere{
	margin-top: 20px;
	color: #fff;
	font-weight: 700;
	font-size: 1.2em;
}

.liste-item li.boutiquemonastic div  .monastere,
.liste-item li.monastere div  .monastere,
.liste-item li.sejour div  .monastere {
	display: none;
}

.liste-item div .type{
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fff;
	font-size: 2em;
}
.liste-item div .type span{
	visibility: hidden;
}

/* avec illustration */
.liste-item .illustration + div {
	top: calc(100% - 65px);
	bottom: 0;
	justify-content: flex-start;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
/*.liste-item :hover .illustration + div {
	top: 0;
	justify-content: flex-end;
}*/
.liste-item .illustration + div h3 {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.liste-item .illustration + div h3 a{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.liste-item .illustration + div .ordre,
.liste-item .illustration + div .dates,
.liste-item .illustration + div .categorie,
.liste-item .illustration + div .monastere {
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.liste-item li:hover .illustration + div {
	top:0;
}
.liste-item li.preover .illustration + div h3{
	opacity: 0;
}
.liste-item li.over .illustration + div {
	top: 0;
	justify-content: flex-end;
	background: rgba(49, 29, 23, 0.7);
}
.liste-item li.over .illustration + div h3{
	opacity: 1;
}
.liste-item li.preout .illustration + div {
	justify-content: flex-end;
}
.liste-item li.preout .illustration + div h3{
	opacity: 0;
}
.liste-item li.over .illustration + div a,
.liste-item li.preout .illustration + div a {
	white-space: normal;
}
.liste-item .over .illustration + div .ordre,
.liste-item .over .illustration + div .dates,
.liste-item .over .illustration + div .categorie,
.liste-item .over .illustration + div .monastere {
	opacity: 1;
}

@media only screen and (min-width: 1400px) {
	#faceted-results .liste-item li {
		width: calc(20% - 2px);
	}
	#faceted-results .liste-item li:nth-child(3n+1) {
		margin-left: 2px;
	}
	#faceted-results .liste-item li:nth-child(5n+1) {
		margin-left: 0;
	}
}
@media only screen and (max-width: 1400px) and (min-width: 1150px) {
	#faceted-results .liste-item li {
		width: calc(25% - 2px);
	}
	#faceted-results .liste-item li:nth-child(3n+1),
	#faceted-results .liste-item li:nth-child(5n+1) {
		margin-left: 2px;
	}
	#faceted-results .liste-item li:nth-child(4n+1) {
		margin-left: 0;
	}
}
@media only screen and (max-width: 1024px) {
	.liste-item li{
		width: calc(50% - 1px);
	}
	.liste-item li:nth-child(3n+1){
		margin: 0 0 2px 2px;
	}
	.liste-item li:nth-child(2n+1){
		margin-left: 0;
	}
}
@media only screen and (max-width: 680px) {
	.liste-item li{
		width:100%;
	}
	.liste-item li:nth-child(3n+1){
		margin-left: 0;
	}
}


/*
	FACETED
*/
#faceted-center-column{
	margin: 0 0 70px;
	padding: 30px 0 0;
	border-top: 1px solid #311d17;
	border-bottom: 1px solid #311d17;
	font-size: 1.6em;
}
#faceted-center-column::after {
	content: '';
	display: block;
	clear: both;
}
.faceted-widgets{
	/*display: flex;
	flex-wrap: wrap;*/
}
.faceted-widget{
	float: left;
	margin: 0 0 10px;
}
.faceted-widget.inactif {
	display: none!important;
}
#faceted-form fieldset{
	position: relative;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	background: #f0edeb;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	white-space: nowrap;
}
#faceted-form fieldset::before {
	content: '';
	position: absolute;
	top: 55%;
	right: 10px;
	z-index: 1;
	border: 5px solid transparent;
	border-top: 5px solid #000;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#faceted-form fieldset legend{
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}
#faceted-form fieldset form{
	position: relative;
	z-index: 2;
	width: 100%;
}
#faceted-form fieldset select{
	padding: 10px 25px 10px 10px;
	background: none;
	border: none;
	font-size: 0.8em;
	font-family: 'Raleway', sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#faceted-form .faceted-daterange-widget fieldset::before{
	display: none;
}
#faceted-form fieldset form.faceted-daterange-widget-form{
}
#faceted-form fieldset form.faceted-daterange-widget-form label{
	display: inline-block;
	padding: 7px ;
	font-weight: 400;
	font-size: 0.8em;
}
#faceted-form fieldset form.faceted-daterange-widget-form input{
	padding: 7px ;
	background: none;
	border: none;
	font-size: 0.8em;
}
.ui-state-default,
.ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	background: #311d17;
	border: none;
	color: #fff!important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active{
	background: #000;
	border: none;
	color: #fff!important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight{
	background: #f0edeb;
	border: none;
	color: #000!important;
}
@media only screen and (max-width: 800px) {
	.faceted-widget{
		float: none;
		width: 100%;
		font-size: 0.7em;
	}
}

/* type de contenu */
#faceted-form .section-portal-type {
	width: 100%;
}
#faceted-form .section-portal-type fieldset{
	padding: 0;
	background: none;
}
#faceted-form .section-portal-type fieldset::before{
	display: none;
}
#faceted-form .section-portal-type legend{
	float: none;
	margin: 0 0 20px;
	font-size: 1.2em;
}
#faceted-form .section-portal-type ul{
	display: flex;
	flex-wrap: wrap;
}
#faceted-form .section-portal-type ul li{
	width: calc(20% - 4px);
	background: #f0edeb;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
}
#faceted-form .section-portal-type ul li + li{
	margin-left: 5px;
}
#faceted-form .section-portal-type input{
	display: none;
}
#faceted-form .section-portal-type label{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	font-weight: 700;
	opacity: 0.3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#faceted-form .section-portal-type label:hover {
	opacity: 0.7;
}
#faceted-form .section-portal-type input:checked + label {
	opacity: 1;
}
#faceted-form .section-portal-type label::before {
	margin: 0 10px 0 0;
	font-family: 'monastic' !important;
	font-size: 2em;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#faceted-form .section-portal-type li[id*=Event] label::before {
	content: '\e903';
}
#faceted-form .section-portal-type li[id*=Monastere] label::before {
	content: '\e907';
}
#faceted-form .section-portal-type li[id*=Produit] label::before {
	content: '\e909';
}
#faceted-form .section-portal-type li[id*=Sejour] label::before {
	content: '\e90a';
}
#faceted-form .section-portal-type li[id*=Service] label::before {
	content: '\e90b';
}

@media only screen and (max-width: 1200px) {
	#faceted-form .section-portal-type ul li {
		width: calc(33% - 5px);
	}
	#faceted-form .section-portal-type ul li:nth-child(4) {
		margin-left: 0;
	}
}
@media only screen and (max-width: 800px) {
	#faceted-form .section-portal-type ul li {
		margin-left: 0!important;
		width: 100%;
	}
	#faceted-form .section-portal-type label{
		justify-content: flex-start;
	}
}

/* mots cles */
#faceted-form .section-mots-cles{
	float: right;
	width: 39.7%;
}
#faceted-form .section-mots-cles fieldset{
	position: relative;
	padding: 0;
	font-size: 0.9em;
}
#faceted-form .section-mots-cles fieldset::before {
	content: '\e900 \e900';
	border: none;
	font-family: 'monastic' !important;
}
#faceted-form .section-mots-cles legend{
	display: none;
}
#faceted-form .section-mots-cles input[type=text]{
	padding: 15px 20px;
	width: 100%;
	background: none;
	border: none;
	font-weight: 700;
	font-style: italic;
}
#faceted-form .section-mots-cles input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 40px;
	background: none;
	border: none;
	text-indent: -5000px;
	cursor: pointer;
}

@media only screen and (max-width: 1000px) {
	#faceted-form .section-mots-cles {
		clear: both;
		float: none;
		width:100%;
	}
}

/* pays & region */
#faceted-form .section-pays{
	margin-right: 0.5%;
	margin-bottom: 40px;
}
@media only screen and (max-width: 1000px) {
	#faceted-form .section-pays {
		margin-bottom: 4px;
	}
}

/* categorie */
#faceted-form .section-categorie-du-produit-ou-service{
	clear: left;
	margin-right: 0.5%;
	margin-bottom: 40px;
}
@media only screen and (max-width: 1000px) {
	#faceted-form .section-categorie-du-produit-ou-service {
		margin-bottom: 4px;
	}
	#faceted-form .section-sous-categorie{
		margin-bottom: 10px;
	}
}


/* ordre */
#faceted-form .section-ordre-du-monastere{
	clear: left;
	margin-right: 0.5%;
	margin-bottom: 40px;
}

/* event */
#faceted-form .section-type-devenement{
	clear: both;
	margin-right: 0.5%;
	margin-bottom: 40px;
}

/* marque et magasin monastère */
#faceted-form .section-marque-monastic,
#cxx_option_monastere {
	float: right;
}

#cxx_option_monastere {
	list-style-type: none;
}

#faceted-form .section-marque-monastic fieldset{
	background: none;
}
#faceted-form .section-marque-monastic legend,
#cxx_option_monastere legend,
#faceted-form .section-marque-monastic fieldset::before {
	display: none;
}
#faceted-form .section-marque-monastic input,
#cxx_option_monastere input {
	margin: 6px 0 0;
	width: 15px;
	height: 15px;
	background: none;
	border: 2px solid #f0edeb;
	vertical-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#faceted-form .section-marque-monastic input:checked,
#cxx_option_monastere input:checked {
	background: #f0edeb;
}
#faceted-form .section-marque-monastic label{
	padding-right: 20px;
}
#faceted-form .section-marque-monastic label,
#cxx_option_monastere label {
	position: relative;
	font-size: 0.8em;
	font-weight: 700;
}
#faceted-form .section-marque-monastic input:checked + label::before,
#cxx_option_monastere input:checked + label::before {
	content: 'x';
	position: absolute;
	top: -5px;
	left: -10px;
}
#faceted-form .section-marque-monastic label::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 15px;
	height: 15px;
	background: url("../images/marque-monastic.jpg");
	background-size: contain;
}

#faceted-form .section-current-search{
	display: none!important;
}


/*
	MESSAGE DE FEEDBACK
*/
dl.portalMessage{
	margin:0 0 20px;
	background:#fff;
	border:1px solid #000;
	font-size:1.1em;
}
dl.portalMessage dt{
	background:#000;
}
dl.error dd{
	background:#fff;
}

/*
  	SOMMAIRE
*/
#portal-column-content dl.toc{
	float:none;
	margin:10px 0;
	width:100%;
}
#portal-column-content dl.toc dt{
	margin:0;
	color:#000;
}
#portal-column-content dl.toc dd{
	margin:0;
	color:#000;
}
#portal-column-content dl.toc dd li{
	margin:0 0 8px;
	line-height:1.1;
}
#portal-column-content dl.toc dd li a,
#portal-column-content dl.toc dd li a:hover,
#portal-column-content dl.toc dd li a:focus{
	color:#000!important;
}

/*
	PAGINATION
*/
#portal-column-content .listingBar{
	margin: 50px 0 0;
	padding:0;
	text-align:center;
	font-size:1.4em;
	text-transform: uppercase;
}
#portal-column-content .listingBar a{
	margin: 0 10px 0 0;
	padding:0;
	border:none;
}
#portal-column-content .listingBar a:hover,
#portal-column-content .listingBar a:focus{
	background:none;
	color:#000!important;
}
#portal-column-content .listingBar span a{
	font-weight:bold;
}
#portal-column-content .listingBar .previous{
	margin: 0;
	float:left;
}
#portal-column-content .listingBar .current{
	margin: 0 10px 0 0;
	font-weight: bold;
}

/*
	COMMENTAIRES
*/
.discussion{
	margin:50px 0 20px;
	border-bottom:5px solid #f3f2f1;
}
.discussion:before{
	content:"Commentaires";
	display:block;
	margin:0 0 10px;
	font-size:3em;
	color:#9d9893;
}
.discussion > div{
	margin:0 0 10px;
	padding:10px 0 0;
	border-top:5px solid #f3f2f1;
	text-align:right;
}
.discussion > .replyTreeLevel1{
	margin-left:30px;
}
.discussion .documentByLine{
	float:none;
	margin:0;
	text-align:left;
	font-size:1.4em;
	font-weight:700;
	color:#9d9893;
}
.discussion > div .commentImage{
	display:none;
}
.discussion > div .commentDate{
	display:inline;
	font-weight:400;
}
.discussion > div .commentBody{
	position:relative;
	margin:10px 0;
	padding:0;
	border:none;
	-webkit-border-radius:0 ;
	-moz-border-radius:0 ;
	border-radius:0 ;
	-webkit-box-shadow:none;
	-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;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE LISTE
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #content-core .tileItem{
	position: relative;
	margin:30px 0 0;
	padding: 30px 30px 0 0;
	border-top: 1px solid #311d17;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-column-content #content-core .tileItem:hover {
	padding-left: 30px;
	padding-right: 0;
}
#portal-column-content #content-core .tileItem h2{
	margin:0 0 5px;
	font-size:1.5em;
	text-transform:uppercase;
	overflow:hidden;
}
#portal-column-content #content-core .tileItem h2 a{
	display:block;
	padding:0;
	line-height:1;
	color:#311d17!important;
}
#portal-column-content #content-core .tileItem h2 a:hover,
#portal-column-content #content-core .tileItem h2 a:focus{
	color:#311d17!important;
	text-decoration:none;
}
#portal-column-content #content-core .tileItem h2 a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#portal-column-content #content-core .tileItem > a:first-child{
	float:right;
	margin:0 -30px 0 30px;
	overflow: hidden;
}
#portal-column-content #content-core .tileItem:hover > a:first-child {
	margin-left: 0;
	margin-right: 0;
}
#portal-column-content #content-core .tileItem > a img{
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-column-content #content-core .tileItem p{
	margin: 10px 0 0;
}
#portal-column-content #content-core .tileItem:hover p,
#portal-column-content #content-core .tileItem:hover span {
}
#portal-column-content #content-core .tileItem p.tileFooter{
	display: none;
}
@media only screen and (max-width: 1200px) {
	#portal-column-content #content-core .tileItem > a:first-child{
		float:none;
		display: block;
		margin:0 0 20px;
		width: 40%;
	}
}
@media only screen and (max-width: 680px) {
	#portal-column-content #content-core .tileItem,
	#portal-column-content #content-core .tileItem:hover {
		margin: 20px 0 0;
		padding: 20px 0 0;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE RESULTAT DE RECHERCHE
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #content-core p#rss-subscription{
	margin:5px 0 0;
	float:right;
}
#portal-column-content #content-core p#rss-subscription a:hover,
#portal-column-content #content-core p#rss-subscription a:focus{
	color:#000!important;
}
#portal-column-content #content-core #searchform{
	margin:0 0 20px;
	text-align:left;
}
#portal-column-content #content-core #searchform #search-field{
	display:none;
}

/*
  	FILTRE
*/
#portal-column-content #content-core #search-results-bar{
	padding:10px;
	background:#f3f3ef;
	border:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
#portal-column-content #content-core #search-results-bar > span:first-child{
	display:block;
	margin:0 0 10px;
	font-size:1.4em;
}
#portal-column-content #content-core #search-results-bar dl.actionMenu{
	float:right;
	position:relative;
}
#portal-column-content #content-core #search-results-bar dl.actionMenu dd{
	position:absolute;
	right:0;
	left:auto;
}
#portal-column-content #content-core #search-results-bar dl.actionMenu dd > div{
	padding:10px;
	background:#f9f9fa;
	border:1px solid #e7e9ea;
	font-size:1.4em;
}
#portal-column-content #content-core #search-results-bar dl.actionMenu dd > div .field{
	margin:0;
	padding:0;
	background:none;
}
#portal-column-content #content-core #search-results-bar dl.actionMenu dd > div .optionsToggle{
	background:none;
	border:none;
	font-weight:bold;
}
#portal-column-content #content-core #search-results-bar dl.actionMenu dd > div .field div{
	float:none;
	margin:0;
}
#portal-column-content #content-core #search-results-bar span#searchResultsSort{
	float:none;
	clear:both;
	display:block;
	padding:5px 0 0;
	border-top:1px solid #fff;
}
#portal-column-content #content-core #search-results-bar a:hover,
#portal-column-content #content-core #search-results-bar a:focus{
	color:#000!important;
}

/*
	LISTE
*/
#portal-column-content #content-core #search-results{
	margin:20px 0 0;
	padding:0;
}
#portal-column-content #content-core #search-results dl dt{
	display:inline-block;
	margin:30px 0 0;
	padding:0!important;
	background:#ccc;
	font-weight:bold;
	font-size:1.5em;
	line-height:1em;
}
#portal-column-content #content-core #search-results dl dt a{
	display:inline-block;
	padding:2px 5px;
	background:#ccc;
	border:none;
	color:#000!important;
}
#portal-column-content #content-core #search-results dl dt a:hover,
#portal-column-content #content-core #search-results dl dt a:focus{
	background:#000;
	color:#fff!important;
	text-decoration:none;
}
#portal-column-content #content-core #search-results dl dt img{
	display:none;
}
#portal-column-content #content-core #search-results dl dd{
	margin:0;
	font-size:1.2em;
	line-height:1.5;
}
#portal-column-content #content-core #search-results dl dd cite{
	display:block;
	margin:5px 0 0;
}
#portal-column-content #content-core #search-results dl dd cite a,
#portal-column-content #content-core #search-results dl dd cite a:hover,
#portal-column-content #content-core #search-results dl dd cite a:focus{
	color:#000!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE ACTUALITE
--------------------------------------------------------------------------------------------------------------*/
.portaltype-news-item #archetypes-fieldname-imageCaptionBSW{
    display:none;
}
#portal-column-content #content-core .plain{
	float:none;
	overflow:hidden;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE DOSSIER
--------------------------------------------------------------------------------------------------------------*/
.portaltype-folder #plone-contentmenu-actions{
    display:none;
}
.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: '';
	display: block;
	margin: 0 0 5px;
	width: 50px;
	height: 5px;
	background: #000;
}
#portal-column-content #content-core .eventDetails ul{
	display: flex;
	flex-wrap: wrap;
}
#portal-column-content #content-core .eventDetails ul li{
	width: 30%;
	line-height:1;
}
#portal-column-content #content-core .eventDetails ul li.calendrier{
	display:none;
}
#portal-column-content #content-core .eventDetails ul li::before {
	content: '';
	display: block;
	margin:20px 0 10px;
	font-family: fontawesome;
	font-size: 1.3em;
}
#portal-column-content #content-core .eventDetails ul li.quand::before {
	content: '';
}
#portal-column-content #content-core .eventDetails ul li.ou::before {
	content: '';
}
#portal-column-content #content-core .eventDetails ul li.contact_name::before {
	content: '';
}
#portal-column-content #content-core .eventDetails ul li.telephone::before {
	content: '';
}
#portal-column-content #content-core .eventDetails ul li.participants::before {
	content: '';
}
#portal-column-content #content-core .eventDetails ul li span{
	display:inline;
	padding:0;
	width:auto;
	border:none;
	text-align:left;
	line-height:1;
}
#portal-column-content #content-core .eventDetails ul li.quand p > span{
	display:block;
}
#portal-column-content #content-core .eventDetails ul li p{
	margin:0;
}
#portal-column-content #content-core .eventDetails ul li span.entete{
	display:block;
	margin:0 0 5px;
	font-size:1.1em;
	font-weight:700;
	text-transform: uppercase;
}
#portal-column-content #content-core #parent-fieldname-eventUrl{
	display: inline-block;
	margin: 20px 0 0;
	padding:10px 20px;
	background:#000;
	-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:#fff;
	color:#000!important;
	text-decoration:none;
}


/*--------------------------------------------------------------------------------------------------------------
	== PAGE CALENDRIER
--------------------------------------------------------------------------------------------------------------*/
/*
	BOUTON CALENDRIER
*/
#portal-column-content .voir-le-calendrier,
#portal-column-content .retour-agenda{
	position: relative;
	float: right;
	margin: -20px 0 0;
	text-align:right;
}
#portal-column-content .retour-agenda {
	margin: -30px 0 0;
}
#portal-column-content .voir-le-calendrier a,
#portal-column-content .retour-agenda{
	padding:5px 10px;
	background:#ccc;
	-webkit-border-radius:50px;
	border-radius:50px;
	color:#000!important;
	font-weight:700;
	font-size: 1.2em;
	text-transform:uppercase;
}
#portal-column-content .voir-le-calendrier a:hover,
#portal-column-content .voir-le-calendrier a:focus,
#portal-column-content .retour-agenda:hover,
#portal-column-content .retour-agenda:focus{
	background:#000;
	color:#fff!important;
	text-decoration:none;
}

/*
	CALENDRIER
*/
#calendar{
	margin:30px 0 0;
}
.fc-header h2{
	font-size:1.6em;
	font-weight:normal;
	text-transform:uppercase;
	color:#000;
}
.fc-content th.fc-day-header{
	font-size:1.2em;
}
.fc-content .fc-state-highlight{
	background:#e8e8e8;
	border:1px solid #ccc;
	font-weight:bold;
}
.fc-content a.fc-event{
	background:#666;
	border:1px solid #666!important;
	font-size:1.1em;
}
#content .fc-content a.fc-event:hover,
#content .fc-content a.fc-event:focus{
	color:#fff!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE ALBUM PHOTOS
--------------------------------------------------------------------------------------------------------------*/
#content span.nb-photo{
	display: none;

}
#content .liste-photos {
	display: flex;
	flex-wrap: wrap;
}
#content .liste-photos .imageAlbumContainer{
	width: 32%;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
#content .liste-photos .imageAlbumContainer img{
	width: 100%;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#content .liste-photos .imageAlbumContainer:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

@media only screen and (max-width: 680px) {
	#content .liste-photos .imageAlbumContainer {
		width: 48%;
	}
}


/*--------------------------------------------------------------------------------------------------------------
	== PAGE FICHIER
--------------------------------------------------------------------------------------------------------------*/
.portaltype-file #content-core a{
	display:inline-block;
	margin:5px 0;
	padding:5px 10px;
	background:#000;
	-webkit-border-radius:5px;
	border-radius:5px;
	border-bottom:none;
	font-size:1.2em;
	color:#fff;
}
.portaltype-file #content-core a:hover,
.portaltype-file #content-core a:focus{
	background:#000;
	color:#fff!important;
	text-decoration:none;
}
.portaltype-file #content-core a img{
	display:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE MEDIATHEQUE
--------------------------------------------------------------------------------------------------------------*/
#mediatheque-search-results-bar{
	margin:0 0 10px;
	padding:20px;
	background:#f0eee8;
}
#mediatheque-search-results-bar #mediatheque_header_title{
	display:none;
}
#mediatheque-search-results-bar fieldset{
	margin:0 0 30px;
	padding:0;
	border:none;
}
#mediatheque-search-results-bar fieldset#mediatheque-SearchableText{
	float:left;
	width:45%;
}
#mediatheque-search-results-bar fieldset#mediatheque-chemin{
	float:right;
	width:45%;
}
#mediatheque-search-results-bar fieldset#mediatheque-chemin + fieldset{
	clear:both;
}
#mediatheque-search-results-bar fieldset legend{
	margin:0 0 5px;
	padding:0;
	border:none;
	font-size:1.4em;
	font-weight:bold;
	text-transform:uppercase;
}
#mediatheque-search-results-bar fieldset ul li{
	display:inline-block;
	margin:0 10px 0 0;
}
#mediatheque-search-results-bar fieldset#mediatheque-SearchableText input,
#mediatheque-search-results-bar fieldset#mediatheque-chemin select{
	padding:3px;
	width:100%;
}
#mediatheque-search-results-bar fieldset ul li input{
	vertical-align:middle;
}
#mediatheque-search-results-bar fieldset ul li label{
	font-weight:normal;
}
#mediatheque-search-results-bar .input_submit_mediatheque input{
	display:inline-block;
	padding:5px 10px;
	background:#17afd0;
	border:none;
	-webkit-border-radius:50px;
	border-radius:50px;
	color:#444;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
	
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#mediatheque-search-results-bar .input_submit_mediatheque input:hover{
	background:#000;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE PLAN DU SITE
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #content-core #portal-sitemap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:50px 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{
	width: 30%;
}
#portal-column-content #content-core #portal-sitemap > li > div > a{
	display:inline-block;
	margin:5px 0;
	padding:0!important;
	background:none;
	border:none;
	color:#311d17!important;
	font-family: 'zwodreibold', sans-serif;
	font-size:3em;
	font-weight:400;
	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:#000!important;
	text-decoration:none;
}

/* deuxieme niveau */
#portal-column-content #content-core #portal-sitemap > li > ul{
	margin:10px 0 0;
}
#portal-column-content #content-core #portal-sitemap > li > ul > li{
	margin:0 0 20px;
}
#portal-column-content #content-core #portal-sitemap > li > ul > li > div > a{
	margin:0 0 5px;
	padding:0!important;
	text-transform:uppercase;
	font-size:1.6em;
	color:#000!important;
}
#portal-column-content #content-core #portal-sitemap > li > ul > li > div > a:hover,
#portal-column-content #content-core #portal-sitemap > li > ul > li > div > a:focus{
	border:none;
	color:#000!important;
	text-decoration:underline;
}

/* troisieme niveau */
#portal-column-content #content-core #portal-sitemap li li ul{
	margin:0 0 0 30px;
}
#portal-column-content #content-core #portal-sitemap li li li{
	display: list-item;
	margin: 0 0 5px;
	list-style: square;
}
#portal-column-content #content-core #portal-sitemap li li li a{
	padding:0!important;
	background:none;
	text-transform:none;
	font-size:1.4em;
	color:#000!important;
	line-height: 1.2;
}
#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;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE LISTE DE DONS
--------------------------------------------------------------------------------------------------------------*/
#liste-dons_wrapper{
	overflow:auto;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= FOOTER
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-footer{
	margin:70px 0 0;
	padding:0;
	background:none;
	border:none;
}
@media only screen and (max-width: 1500px) {
	#portal-footer{
		margin-top: 40px;
	}
}
@media only screen and (max-width: 680px) {
	#portal-footer{
		margin: 20px 0 50px;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== ALERTE POPIN
--------------------------------------------------------------------------------------------------------------*/
#portal-footer #alerte-popin{
	display: flex;
	padding: 10px;
	max-width: none;
}
#portal-footer #alerte-popin > div {
	margin: auto;
	padding: 30px;
	max-width: 900px;
	width: auto;
}
#portal-footer #alerte-popin > div img{
	max-width: 100%;
	height: auto!important;
}


/*--------------------------------------------------------------------------------------------------------------
	== SITE ACTION
--------------------------------------------------------------------------------------------------------------*/
#portal-siteactions{
	clear:none;
	float:none;
	padding:0;
	border:none;
	font-size:1.1em;
	text-align: right;
}
#portal-siteactions li{
	display:inline;
	margin: 0;
	color:#000;
}
#portal-siteactions li + li:before{
	content:"-";
	margin: 0 5px;
}
#portal-siteactions li a,
#portal-siteactions li a:visited{
	margin: 0;
	border:none;
	text-transform:none;
	color:#000;
}
#portal-siteactions li a:hover{
	border:none;
	background:none;
	color:#000;
}
@media only screen and (max-width: 680px) {
	#portal-siteactions li + li::before,
	#portal-siteactions li{
		display: none;
	}
	#portal-siteactions li#siteaction-mentions-legales{
		display: block;
	}
}


/*------------------------------------------------------------------------------------------------------------*/
/*
	= POPINS
*/
/*------------------------------------------------------------------------------------------------------------*/
div.overlay-iframe, div.overlay-ajax{
	width:450px;
}
.pb-ajax > div{
	padding:20px;
	width:auto;
	font-size:1.2em;
}
.pb-ajax h1{
	border:none;
	color:#000;
	font-size:2em;
	text-transform:uppercase;
	line-height:1em;
}
.pb-ajax div div:first-child{
	margin:10px 0;
	padding:0;
	background:#fff;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
}
.pb-ajax div .formControls{
	margin:0;
}
.pb-ajax div .formControls input{
	margin:0;
	padding:2px 5px;
	background:#000;
	border:none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	cursor:pointer;
}


/*------------------------------------------------------------------------------------------------------------*/
/*
	=  ADMINISTRATION
*/
/*------------------------------------------------------------------------------------------------------------*/
.template-dashboard #edit-bar{
	display:none;
}
.template-dashboard.userrole-manager #edit-bar{
	display:block;
}

#portlets-in-header dl.portlet.portletPaletteAdministration {
	margin: 20px 0 0;
	text-align: left;
}
dl.portlet.portletPaletteAdministration {
	font-size: 1.4em;
}
.portletPaletteAdministration dd{
	display: inline-block;
	margin: 0 10px 0 0;
}


#form-widgets-ICoordinates-coordinates-map-geocoder {
    display: none;
}



/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------------*/
/*
	= 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 */

}

/*------------------------------------------------------------------------------------------------------------*/



