/**************************************************************************************************************/
/*
			EXPRIME TOI - V1.5 Site generique

			Date : 15/11/19
			Auteur : marlene
			URL : http://pommier2:43980/exprimetoi - liberte8

*/
/**************************************************************************************************************/


/*------------------------------------------------------------------------------------------------------------*/
/*
	= RESET
*/
/*------------------------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: #fff;
	font-family: var(--roboto);
	font-size:62.5%; /*ensuite 1em=10px en taille normale*/
	color: var(--grey);
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	border: none;
	font-family: var(--intro);
	font-weight: 800;
	text-align: center;
	color: var(--grey);
	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(--grey);
	-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: var(--roboto);
	font-size: 1em;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus{
	background-color:#fff;
}
body .svg{
	position: absolute;
	top: -50000px;
}
.noscroll {
	overflow-y: hidden;
}

/*
	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: var(--grey);
}
#content dt{
	font-weight:normal;
}
#content{
	clear:none;
}
#content ul{
	list-style:none;
	margin:0;
}
#content .discreet {
	color: var(--grey);
}
#content a:target {
    background: none;
}
.portletAssignments .portlet_here.portlet_visible .portletHeader{
	color:#000;
	background: #666;
}
body.template-logged_out #content,
body.template-login_form #content{
	text-align:left;
}
.highlightedSearchTerm{
	background:none!important;
	font-weight:normal!important;
}
div.width-full{
	width:100%;
}
div.position-0,
div.position-1\:2{
	margin:0;
}
div.cell{
	float:none;
	left:0;
	width:auto;
}
div.row{
	float:none;
}
#content-ckeditor,
body.cke_panel_frame{
    background:#fff !important;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= BXSLIDER
*/
/*------------------------------------------------------------------------------------------------------------*/
/*
	RESET - LAYOUT
*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 20px;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/*
	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 {
	right: 100%;
}
.bx-wrapper .bx-next {
	left: 100%;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
	right: calc(100% + 10px);
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
	left: calc(100% + 10px);
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 30%;
	outline: 0;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a::before {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 0;
	font-family: 'exprime-toi' !important;
	font-size: 5em;
	color: var(--color-dark);
}
.bx-wrapper .bx-controls-direction a.bx-next::before {
	content: "\e907";
}
.bx-wrapper .bx-controls-direction a.bx-prev::before {
	content: "\e906";
	left: auto;
	right: 0;
}
.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 0 30px;
}
#portal-columns dl.portlet dt{
	padding:0;
	background:none;
}
#portal-columns dl.portlet dd{
	padding:0;
}

/*--------------------------------------------------------------------------------------------------------------
	== RACCOURCIS
--------------------------------------------------------------------------------------------------------------*/
.raccourcis {}
.raccourcis ul {
	display: flex;
	justify-content: space-between;
	margin: 0;
	list-style: none;
}
.raccourcis a {
	font-size: 4em;
	color: #000;
}
.raccourcis a:hover,
.raccourcis a:focus {
	text-decoration: none;
	color: var(--color-primary);
}
@media only screen and (max-width: 680px) {
	.raccourcis a {
		font-size: 2em;
	}
}
/*--------------------------------------------------------------------------------------------------------------
	== UNES
--------------------------------------------------------------------------------------------------------------*/
.unes {
	display: flex;
	flex-wrap: wrap;
}
.unes .portletHeader {
	order: 3;
}
.unes .portletFooter {
	order: 4;
}
#content .unes .portletHeader a,
#content .unes .portletFooter a {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 10px 20px;
	background: var(--color-dark);
	border-radius: 100px;
	font-family: var(--intro);
	font-weight: 800;
	font-size: 1.4em;
	color: #fff;
	text-transform: uppercase;
}
#content .unes .portletHeader a:hover,
#content .unes .portletHeader a:focus,
#content .unes .portletFooter a:hover,
#content .unes .portletFooter a:focus {
	color: var(--color-secondary)!important;
	text-decoration: none;
}

/*
	LIST
*/
.unes .bx-wrapper {
	order: 2;
	margin: 0 0 var(--marge-fixe);
	width: 100%;
	max-width: none!important;
}
.unes ul li {
	position: relative;
	width: calc(30vw - 10px)!important;
}
.unes ul li > a {
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.unes ul li > a::before {
	content: '';
	display: block;
	padding-top: 60%;
}
.unes ul li a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.unes ul li:hover a img,
.unes ul li a:hover img,
.unes ul li a:focus img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.unes ul li h2 {
	margin: 25px 0 15px;
	font-family: var(--intro);
	font-weight: 800;
	font-size: 1.9em;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.2;
}
#content .unes ul li h2 a {
	color: var(--color-secondary);
}
#content .unes ul li:hover h2 a,
#content .unes ul li h2 a:hover,
#content .unes ul li h2 a:focus {
	color: #fff!important;
	text-decoration: none;
}
#content .unes ul li h2 a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-weight: 800;
	z-index: 3;
}
#content .unes ul li p {
	margin: 0;
	font-size: 1.6em;
	color: #fff;
	line-height: 1.3;
}
.unes ul.subjects-listing {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
#content .unes ul.subjects-listing li{
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
}
#content .unes ul.subjects-listing li span {
	display: inline-block;
	padding: 5px 10px;
	min-width: 55%;
	background: var(--color-secondary);
	font-family: var(--intro);
	font-size: 1.85em;
	font-weight: 800;
	color: var(--color-primary);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-transform: uppercase;
}
#content .unes li:hover ul.subjects-listing li span,
#content .unes ul.subjects-listing li span:hover {
	min-width: 100%;
}
.unes ul.subjects-listing::before {
	content: '';
	display: block;
	padding-top: 60%;
}
.unes ul li {}
.unes .bx-pager {
	display: none;
	order: 1;
}

@media only screen and (max-width: 900px) {
	.unes ul li {
		width: calc(40vw - 10px) !important;
	}
}
@media only screen and (max-width: 680px) {
	.unes ul li {
		width: calc(80vw - 10px) !important;
	}
}


/*--------------------------------------------------------------------------------------------------------------
	== NEWSLETTER
--------------------------------------------------------------------------------------------------------------*/
dl.portlet.newsletter {
	position: relative;
	margin: auto;
	max-width: 800px;
}
dl.portlet.newsletter dt {
	margin: 0 0 10px;
	padding: 0 0 0 40%;
	background: none;
	font-family: var(--intro);
	font-size: 3.5em;
	font-weight: 800;
	text-transform: uppercase;
	color: var(--color-secondary);
	line-height: 1;
}
dl.portlet.newsletter dd {
	padding: 0 0 0 40%;
}
.newsletter dd iframe {

}
.newsletter dd p {
	/*float: left;
	margin: -50px 0 0;
	padding: 20px;
	width: 40%;
	height: 200px;
	background: var(--color-secondary);
	box-shadow: -2px -2px 5px rgba(0,0,0,0.5);
	text-align: center;
	font-size: 1.8em;*/
}
.newsletter .clipped {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0 40px 0 0;
	width: 40%;
	filter: drop-shadow(-2px -2px 5px rgba(0, 0, 0, 0.5));

}
.newsletter .clipped p{
	display: inline-block;
	margin: 0!important;
	padding: 50px;
	background: var(--color-secondary);
	-webkit-clip-path: url(#my-clip-path);
	clip-path: url(#my-clip-path);
	text-align: center;
	font-size: 1.8em;
}

@media only screen and (max-width: 680px) {
	dl.portlet.newsletter dt,
	dl.portlet.newsletter dd {
		padding: 0;
	}
	.newsletter .clipped {
		position: relative;
		top: auto;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		padding: 0;
		width: 100%;
	}
}

/*
    IFRAME
*/
body.responsive {
    background: none;
    overflow: hidden;
}
body.responsive form.mj-form {
    position: relative;
    font-size: 1.4em;
    overflow: hidden;
}
body.responsive input[type="email"] {
    padding: 10px;
    width: 100%;
    background: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: inset 1px 1px 4px rgba(0,0,0,0.5);
}
body.responsive div.mj-form-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.responsive div.mj-form-button div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/*--------------------------------------------------------------------------------------------------------------
	== APROPOS
--------------------------------------------------------------------------------------------------------------*/
.apropos {
	padding: var(--marge-fixe) var(--marge-fluide);
}
.apropos h2 {
	padding: var(--marge-fixe) 0;
	text-transform: uppercase;
	font-size: 3.5em;
	line-height: 1;
}
.apropos p {
	margin: 0 auto 20px;
	max-width: 500px;
	text-align: center;
	font-size: 1.6em;
	line-height: 1.5;
}
.apropos .bouton {
	display:inline-block;
	margin:10px 0;
	padding:5px 20px;
	background:var(--grey);
	box-shadow: none;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	font-weight: 700;
	color:#fff!important;
}
.apropos .bouton:hover,
.apropos .bouton:focus{
	background:var(--color-primary);
	box-shadow: none;
	text-decoration:none;
	color:#fff!important;
}
.apropos div ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: var(--marge-fixe) 0;
}
.apropos div ul li {
	margin: 0 20px;
}
.apropos div ul {}
.apropos ul {}

/*--------------------------------------------------------------------------------------------------------------
	== TEMOIGNAGE
--------------------------------------------------------------------------------------------------------------*/
.temoignage {
	position: relative;
	margin: var(--marge-fixe) auto;
	max-width: 570px;
}
.temoignage::before {
	content: "\e908";
	position: absolute;
	top: 25px;
	right: 90%;
	z-index: 1;
	font-family: 'exprime-toi' !important;
	font-size: 15em;
	color: var(--color-secondary);
}
.temoignage h2 {
	display: none;
}
.temoignage p {
	position: relative;
	z-index: 2;
	font-family: var(--intro);
	font-size: 1.8em;
	text-align: center;
	line-height: 1.4;
	font-family: var(--roboto);
}
.temoignage p:last-child {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	max-width: 400px;
	font-family: var(--roboto);
	font-size: 1.5em;
	text-align: right;
}
.temoignage img {
	order: 2;
	margin: 0 0 0 20px;
	border-radius: 500px;
	max-width: 150px;
	height: auto!important;
	overflow: hidden;
}
.temoignage p:last-child::after {
	content: "\e909";
	position: absolute;
	bottom: 0;
	left: 85%;
	font-family: 'exprime-toi' !important;
	font-size: 5em;
	color: var(--color-secondary);
}

/*--------------------------------------------------------------------------------------------------------------
	== CARTE COMMUNAUTE
--------------------------------------------------------------------------------------------------------------*/
.communaute {
	position: relative;
}

/*
	CONTENU
*/
.communaute .content-portlet {
	position: absolute;
	top: 0;
	bottom: 0;
	right: var(--marge-fluide);
	z-index: 2;
	padding: var(--marge-fixe);
	width: 390px;
	background: rgba(255, 239, 42, 0.8);
}
.communaute .content-portlet::before {
	content: '';
	position: absolute;
	right: 100%;
	top: 20%;
	border: 20px solid transparent;
	border-right: 20px solid rgba(255, 239, 42, 0.8);
}
#portal-column-content .communaute .content-portlet .entete {
	display: block;
	padding: 0 0 var(--marge-fixe)!important;
	font-size: 3em;
	font-family: var(--intro);
	color: var(--grey)!important;
	line-height: 1;
}
.communaute .content-portlet .entete::after {
	content: '';
	display: block;
	margin: 20px 0 0;
	width: 150px;
	height: 5px;
	background: var(--grey);
}
.communaute .content-portlet #text.deactivated {
	display: none;
}
.communaute .content-portlet #text {
	font-size: 1.4em;
	line-height: 1.4;
}
#content .communaute .maps-listing-items {
	position: relative;
}
#content .communaute .maps-listing-items > li {
	display: none;
	flex-direction: column;
	align-items: flex-start;
	margin: 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;
}
#content .communaute .maps-listing-items li.active {
	display: flex;
	opacity: 1;
	visibility: visible;
}
.communaute .maps-listing-items h2 {
	margin: 0 0 20px;
	text-align: left;
	text-transform: uppercase;
	line-height: 1;
}
.communaute .maps-listing-items .adresse {
	font-size: 1.3em;
}
.communaute .maps-listing-items .email {
	display: inline-block;
	margin-top: 5px;
	font-size: 1.3em;
	text-decoration: underline;
}
#content .communaute .maps-listing-items .email:hover,
#content .communaute .maps-listing-items .email:focus {
	color: #000!important;
	text-decoration: none;
}
#content .communaute .maps-listing-items .link_etablissement {
	display: inline-block;
	margin: 10px 0 20px;
	padding: 5px 10px;
	background: var(--grey);
	border-radius: 50px;
	font-size: 1.3em;
	font-weight: 700;
	color: #fff;
}
#content .communaute .maps-listing-items .link_etablissement:hover,
#content .communaute .maps-listing-items .link_etablissement:focus {
	background: #000;
	color: #fff!important;
	text-decoration: none;
}
.communaute .maps-listing-items .journaux {
	display: flex;
	width: 100%;
}
.communaute .maps-listing-items .journaux li {
	position: relative;
	width: 48%;
}
.communaute .maps-listing-items .journaux li + li {
	margin-left: 2%;
}
.communaute .maps-listing-items .journaux h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-size: 1.5em;
	font-weight: 700;
	font-family: var(--roboto);
	color: #fff;
	line-height: 1.2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.communaute .maps-listing-items .journaux li:hover h3 {
	height: 30%;
}
.communaute .maps-listing-items .journaux h3::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: var(--grey);
	opacity: 0.7;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.communaute .maps-listing-items .journaux li:hover h3::before {
	opacity: 0.9;
}
#content .communaute .maps-listing-items .journaux h3 a {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 10px;
	color: #fff;
}
#content .communaute .maps-listing-items .journaux h3 a:hover,
#content .communaute .maps-listing-items .journaux h3 a:focus {
	color: #fff!important;
	text-decoration: none;
}
#content .communaute .maps-listing-items .journaux h3 a::after {
	content: '+';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50px;
	color: var(--grey);
	font-weight: 700;
	font-size: 1.8em;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#content .communaute .maps-listing-items .journaux li:hover h3 a::after {
	bottom: -10px;
	background: var(--grey);
	color: #fff;
}
.communaute .maps-listing-items .journaux a {
	display: block;
}
.communaute .maps-listing-items .journaux a img {
	width: 100%;
}


/*
	CARTE
*/
.communaute .contents-map-geolocalisation {
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 900px) {
	.communaute .content-portlet {
		position: relative;
		top: auto;
		bottom: auto;
		right: auto;
		width: 100%;
		background: var(--color-secondary);
	}
	.communaute .content-portlet::before {
		right: auto;
		left: 50%;
		top: 100%;
		transform: translate(-50%, 0);
		border-right: 20px solid transparent;
		border-top: 20px solid var(--color-secondary);
	}
	#portal-column-content .communaute .content-portlet .entete,
	.communaute .content-portlet #text {
		text-align: center;
	}
	.communaute .content-portlet .entete::after {
		margin: 20px auto 0;
	}
	#content .communaute .maps-listing-items > li {
		align-items: center;
	}
	.communaute .maps-listing-items h2,
	.communaute .maps-listing-items .adresse{
		text-align: center;
	}
	.communaute .maps-listing-items .journaux {
		justify-content: center;
	}
	.communaute .maps-listing-items .journaux li {
		max-width: 150px;
	}

}

/*--------------------------------------------------------------------------------------------------------------
	== APPLICATION
--------------------------------------------------------------------------------------------------------------*/
.application {
	margin: var(--marge-fixe) 0;
}
.application h2 {
	font-size: 3em;
	color: var(--grey)!important;
	line-height: 1;
	text-transform: uppercase;
}
.application h2 + div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.application div div {
	order: 3;
	flex: 1;
}
.application div div:first-child {
	order: 1;
	text-align: right;
}
.application div p.illustration {
	order: 2;
	margin: var(--marge-fixe);
	width: 30vw;
}
.application div p.illustration img{
	width: 100%!important;
	height: 100%!important;
}
.application h3 {
	margin: 0 0 10px;
	text-align: inherit;
	text-transform: uppercase;
	font-size: 2.3em;
}
.application p {
	font-size: 1.6em;
	line-height: 1.5;
}
.application p a {
	font-size: 0.85em;
	font-weight: 700;
}
#content .application p a:hover,
#content .application p a:focus {
	color: #000!important;
	text-decoration: none;
}
.application p a::before {
	padding: 0 3px 0 0;
	font-size: 0.7em;
}
#content .application li {
	display: inline-block;
}
#content .application li + li {
	margin: 0 0 0 10px;
}
#content .application li li a {
	font-size: 3.5em;
}
#content .application li li a:hover,
#content .application li li a:focus {
	color: #000!important;
}
@media only screen and (max-width: 680px) {
	.application h2 + div {
		flex-direction: column;
	}
	.application div div:first-child {
		order: 2;
		margin-bottom: var(--marge-fixe);
		text-align: left;
	}
	.application div p.illustration {
		order: 1;
		margin: var(--marge-fixe) 0;
		width: 100%;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== IMPRESSION
--------------------------------------------------------------------------------------------------------------*/
.impression {
	display: none;
}

/*--------------------------------------------------------------------------------------------------------------
	== CONVERSION
--------------------------------------------------------------------------------------------------------------*/
#portlets-below {
	margin: var(--marge-fixe) var(--marge-fluide);
	width: auto;
}
#portal-columns dl.portlet.conversion {
	position: relative;
	margin: auto;
	padding: var(--marge-fixe);
	max-width: 500px;
	background: var(--color-secondary);
	border-radius: 10px;
	text-align: center;
}
.conversion dt {
	font-family: var(--intro);
	font-size: 3em;
	font-weight: 800;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.conversion dd {
	margin: 10px 0 0;
	font-size: 1.5em;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.conversion:hover dt,
.conversion:hover dd {
	color: var(--color-primary);
}
.conversion dd span {
	display: none;
}
#content .conversion dd .bt-popin {
	margin: 0;
}
.conversion dd .bt-popin a {
	display: inline-block;
	padding: 5px 20px;
	background: var(--grey);
	border-radius: 50px;
	color: var(--color-secondary);
	font-weight: 700;
	font-size: 1.1em;
}
.conversion dd .bt-popin a:hover,
.conversion dd .bt-popin a:focus {
	background: var(--color-primary);
	color: var(--color-secondary)!important;
	text-decoration: none;
}
.conversion dd .bt-popin a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/*--------------------------------------------------------------------------------------------------------------
	== LIRE AUSSI
--------------------------------------------------------------------------------------------------------------*/
.lire-aussi {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.lire-aussi dt {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-family: var(--intro);
	font-size: 3.5em;
	font-weight: 800;
	color:  var(--color-primary);
}
.lire-aussi dt::before {
	content: '';
	display: block;
	margin: 0 auto var(--marge-fixe);
	width: 100%;
	max-width: 200px;
	height: 10px;
	background: var(--color-secondary);
}
.lire-aussi dd {
	display: flex;
	flex-direction: column;
	margin: 5px;
	width: calc(25% - 10px);
	background: var(--color-secondary);
	border-radius: 5px;
	overflow: hidden;
}
.lire-aussi dd a:first-child {
	order: 2;
	padding: 10px 20px;
	font-family: var(--intro);
	font-weight: 800;
	font-size: 1.8em;
	text-transform: uppercase;
	color: var(--grey)!important;
}
.lire-aussi dd:hover a,
.lire-aussi dd a:hover,
.lire-aussi dd a:focus {
	color: #000!important;
	text-decoration: none;
}
.lire-aussi dd a + a {
	order: 1;
	overflow: hidden;
}
.lire-aussi dd a + a img {
	width: 100%;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.lire-aussi dd:hover a + a img,
.lire-aussi dd a + a:hover img,
.lire-aussi dd a + a:focus img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
}
.lire-aussi dd .description {
	display: none;
}

@media only screen and (max-width: 680px) {
	.lire-aussi dd {
		margin: 5px 0;
		width: 100%;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== NAVIGATION
--------------------------------------------------------------------------------------------------------------*/
.navigation{
	position: relative;
	padding: var(--marge-fluide);
}
.navigation dt {
	display: none;
}
dl.portlet.navigation ul li {
	margin: 0;
	padding: 0!important;
	border: none!important;
	/*line-height: 0!important;*/
}
dl.portlet.navigation ul li a {

}
dl.portlet.navigation dd > ul > li + li::before {
	content: "";
	display: block;
	margin: var(--marge-fixe) 0;
	width: 80px;
	height: 1px;
	background: var(--color-secondary);
}
dl.portlet.navigation dd > ul > li > a {
	padding: 0!important;
	background: none;
	color: var(--color-secondary)!important;
	font-family: var(--intro);
	font-weight: 800;
	font-size: 2.5em;
	text-transform: uppercase;
}
dl.portlet.navigation dd > ul > li > a:hover,
dl.portlet.navigation dd > ul > li > a:focus {
	color: var(--color-secondary)!important;
}
dl.portlet.navigation dd > ul > li ul {
	margin: 10px 0 0;
}
dl.portlet.navigation dd > ul > li ul li {
	display: inline-block;
	margin: 5px 5px 0 0;
}
dl.portlet.navigation dd > ul > li ul li a {
	display: block;
	padding: 3px 15px!important;
	background: rgba(0,0,0,0.2);
	border-radius: 50px;
	color: #fff;
	font-size: 1.4em;
	opacity: 0.5;
}
dl.portlet.navigation dd > ul > li ul li a:hover,
dl.portlet.navigation dd > ul > li ul li a:focus {
	color: #fff!important;
	text-decoration: none;
	opacity: 1;
}
.navigation {}

/*--------------------------------------------------------------------------------------------------------------
	== BOUTON ESPACE PRIVE
--------------------------------------------------------------------------------------------------------------*/
.btn-espace-prive {}
.btn-espace-prive .clipped {
	filter: drop-shadow(-2px -2px 5px rgba(0, 0, 0, 0.5));
	display: flex;
	justify-content: flex-end;
	margin: 0!important;
	/*font-size: 1.8em;*/
}
.btn-espace-prive a,
#content .btn-espace-prive a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 50px 20px 20px 40px;
	background: var(--color-secondary);
	font-size: 1.4em;
	color: #000;
	-webkit-clip-path: url(#clip-path-intranet);
	clip-path: url(#clip-path-intranet);
	text-align: center;
}
#content .btn-espace-prive a {
	-webkit-clip-path: url(#clip-path-intranet-home);
	clip-path: url(#clip-path-intranet-home);
}
.btn-espace-prive a:hover,
.btn-espace-prive a:focus,
#content .btn-espace-prive a:hover,
#content .btn-espace-prive a:focus {
	background: #000;
	color: var(--color-secondary)!important;
	text-decoration: none;
}
.btn-espace-prive a {}
.btn-espace-prive a strong {
	display: block;
	margin: 7px 0 0;
	font-family: var(--animatic);
	font-weight: 400;
	font-size: 3.1em;
	line-height: 0.8;
}
.btn-espace-prive a strong em {
	display: block;
	margin: 0 0 25px;
	font-size: 1.3em;
	font-style: normal;
}
.btn-espace-prive a {}


.pop-menu .btn-espace-prive {
	position: absolute;
	bottom: 100px;
	right: 60%;
}
.pop-menu .btn-espace-prive a {
	font-size: 1.5em;
}
@media only screen and (max-height: 1000px) {
	.pop-menu .btn-espace-prive {
		bottom: 10px;
	}
}
@media only screen and (max-width: 1000px) {
	.pop-menu .btn-espace-prive {
		right: 400px;
	}
	.pop-menu .btn-espace-prive a {
		font-size: 1em;
	}
}
@media only screen and (max-width: 800px) {
	#portletPageTopRow .btn-espace-prive,
	.pop-menu .btn-espace-prive{
		display: none;
		position: relative;
		bottom: auto;
		left: 0;
		right: 0;
	}
	.pop-menu .btn-espace-prive a,
	#content .btn-espace-prive a{
		width: 100%;
		-webkit-clip-path: none;
		clip-path: none;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== CONTACT
--------------------------------------------------------------------------------------------------------------*/
dl.portlet.contact {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: var(--marge-fluide);
	width: 60%;
	background: var(--color-primary);
}
dl.portlet.contact dt {
	padding: 0;
	background: none;
	font-family: var(--intro);
	font-size: 4em;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
}
dl.portlet.contact dd {
	padding: 0;
}
dl.portlet.contact p {
	display: flex;
	align-items: center;
	margin: var(--marge-fixe) auto;
	max-width: 500px;
	color: #fff;
	font-size: 1.6em;
}
.contact p img {
	margin: 0 20px 0 0;
	border-radius: 500px;
	width: 150px!important;
	height: 150px!important;
}
.contact p strong {
	display: block;
	margin: 0 0 5px;
	font-family: var(--intro);
	font-weight: 800;
	font-size: 1.4em;
}
dl.portlet.contact p a {
	display: inline-block;
	margin: 5px 0 0;
	color: #fff;
	font-size: 1.5em;
}
dl.portlet.contact p a:hover,
dl.portlet.contact p a:focus {
	color: #fff!important;
	text-decoration: none;
}
.contact form {
	margin: auto;
	max-width: 600px;
	text-align: center;
}
.contact form label {
	display: block;
	margin: 0 0 10px;
}
.contact form input[type=text],
.contact form textarea {
	display: block;
	padding: 10px;
	width: 100%;
	background: rgba(255,255,255,0.6);
	border: none;
	border-radius: 3px;
	color: var(--color-dark);
	font-size: 1.4em;
	-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=text]:focus,
.contact form textarea:focus {
	background: rgba(255,255,255,1);
}
.contact form input[type=submit] {
	padding: 10px 50px;
	background: var(--color-dark);
	border: none;
	border-radius: 100px;
	color: #fff;
	font-family: var(--intro);
	font-size: 1.8em;
	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 {
	color: var(--color-secondary);
}
@media only screen and (max-width: 1000px)  and (min-width: 800px) {
	dl.portlet.contact {
		bottom: auto;
		width: 400px;
	}
	dl.portlet.contact dt {
		font-size: 3.5em;
	}
	dl.portlet.contact p{
		flex-direction: column;
		text-align: center;
	}
	.contact p img {
		margin: 0;
		width: 100px!important;
		height: 100px!important;
	}
}
@media only screen and (max-width: 800px) {
	dl.portlet.contact {
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
		width: auto;
	}

}

/*--------------------------------------------------------------------------------------------------------------
	== RECHERCHE
--------------------------------------------------------------------------------------------------------------*/
dl.portlet.portletSearch {
	margin: auto;
	padding:0;
	max-width: 600px;
}
dl.portlet.portletSearch dt {
	padding: 0;
	background: none;
	font-family: var(--intro);
	font-size: 4em;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
dl.portlet.portletSearch dt a,
dl.portlet.portletSearch dt a:hover,
dl.portlet.portletSearch dt a:focus {
	color: #fff!important;
	text-decoration: none;
	cursor: text;
}
dl.portlet.portletSearch dd{
	position:relative;
	padding: 0;
}
dl.portlet.portletSearch dd::before {
	content: "\e905";
	position:absolute;
	top:50%;
	right:10px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-family: 'exprime-toi' !important;
	font-size: 2em;
	color: var(--color-dark);
}
dl.portlet.portletSearch dd + dd{
	display:none;
}
dl.portlet.portletSearch input[type=text]{
	display: block;
	padding: 10px;
	width: 100%;
	background: rgba(255,255,255,0.6);
	border: none;
	border-radius: 3px;
	color: var(--color-dark);
	font-size: 1.4em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-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.portletSearch  input[type=text]:focus {
	background: rgba(255,255,255,1);
}

dl.portlet.portletSearch input[type=submit]{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	margin:0;
	padding:0;
	width:40px;
	background: none;
	border:none;
	text-indent:-5000px;
	cursor:pointer;
}
dl.portlet.portletSearch .searchSection,
dl.portlet.portletSearch #LSShadow{
	display:none;
}


/*------------------------------------------------------------------------------------------------------------*/
/*
	= HEADER
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-top{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding:  50px var(--marge-fluide);
	z-index: 2;
	background: #fff;

	/*height: 180px;*/
}
.InHeaderPortletManager1 {
	width: 100%;
}
/*
#portal-top.small {
	padding: 20px var(--marge-fluide);
}*/
@media only screen and (max-width: 680px) {
    #portal-top {
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: 0;
    }
    #portal-logo strong {
        font-size: 1.8em;
    }
}
/*--------------------------------------------------------------------------------------------------------------
	== LOGO
--------------------------------------------------------------------------------------------------------------*/
#portal-logo{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	text-align: center;
    -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-logo:hover,
#portal-logo:focus {
	text-decoration: none;
}
#portal-logo strong {
	display: block;
	margin: 20px 0;
	font-family: var(--intro);
	font-weight: 800;
	font-size: 3em;
	text-transform: uppercase;
}
#portal-logo.small strong {
    margin-top: -125px;
    margin-bottom: 0;
}
#portal-logo span {
	display: block;
	padding: 2px 10px;
	background: var(--color-secondary);
	color: #000;
	text-align: center;
	white-space: nowrap;
}
#portal-logo span + span {
	margin: 0 20px;
	background: var(--color-primary);
	color: #fff;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
#portal-logo img {
	width: 160px;
	-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-logo.small  img{
    margin: 20px 0 0;
	width: 120px;
}

@media only screen and (max-width: 680px) {
	#portal-logo strong {
		font-size: 1.8em;
	}
	#portal-logo img {
		width: 100px;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== POPIN
--------------------------------------------------------------------------------------------------------------*/
.popin {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--color-primary);
	opacity: 0;
	visibility: hidden;
	overflow: auto;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.popin.actif {
	opacity: 1;
	visibility: visible;
}
.popin > i {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 2;
	color: #fff;
	font-size: 2em;
	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;
}
.popin > i:hover {
	color: var(--color-secondary);
}
.popin > div {
	display: none;
	background: var(--color-primary);
	height: 100%;
}
.popin > div.actif {
	display: block;
}

/*
	MENU
*/
.popin div.pop-menu {
	padding-right: 60%;
}
.popin div.pop-menu::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--color-dark);
}
@media only screen and (max-width: 1000px) {
	.popin div.pop-menu {
		padding-right: 400px;
	}
}
@media only screen and (max-width: 800px) {
	.popin div.pop-menu {
		padding-right: 0;
	}
}

/*
	SEARCH
*/
.popin div.pop-search.actif {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: var(--marge-fluide);
}
.popin div.pop-search > div{
	width: 100%;
}

/*--------------------------------------------------------------------------------------------------------------
	== 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 {
	position: relative;
	z-index: 1;
	/*padding-top: 180px;*/
}
#portal-column-content {
}
/*#portal-column-content #content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	height: 300px;
	background: var(--color-primary);
}*/
#portal-column-content #content {
	margin: 0;
    padding:0;
	min-height:300px;
    background:transparent;
}
.small + #portal-columns #content > .entete {
    min-height: 0;
}
#content > .entete {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 2;
	padding: var(--marge-fixe) var(--marge-fluide);
	background: var(--color-primary);
    opacity: 1;
    /*-webkit-transition: opacity, visibility, 1s;
    -moz-transition: opacity, visibility, 1s;
    -ms-transition: opacity, visibility, 1s;
    -o-transition: opacity, visibility, 1s;*/
    transition: opacity 0.5s;

}
#content > .entete.off {
   /* opacity: 0;
    transition: opacity 0.5s;*/
}
#content .entete > a {
	position: absolute;
	bottom: 20px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 var(--marge-fixe);
	width: calc(50% - 335px);
	margin: 0;
	color: #fff;
	font-size: 1.4em;
	font-weight: 700;
}
#content .entete > a.next {
	left: auto;
	right: 0;
	justify-content: flex-start;
}
#content .entete > a:hover,
#content .entete > a:focus {
	color: #fff!important;
	text-decoration: none;
}
#content .entete > a i {
	margin: 0 5px;
	font-size: 0.7em;
	line-height: 1;
}
#content .contenu {
	padding: 0 var(--marge-fluide);
}
/*
#content .off + .contenu {
    position: relative;
    z-index: 4;
}*/
#portal_colonne {
	padding: var(--marge-fixe) var(--marge-fluide);
}

/*--------------------------------------------------------------------------------------------------------------
	== ELEMENTS GENERAUX
--------------------------------------------------------------------------------------------------------------*/
/*
	TITRE
*/
#portal-column-content h1{
	margin: auto;
	padding: 0;
	max-width: 670px;
	border:none;
	font-size: 4em;
	color: var(--color-secondary);
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
}
#portal-column-content h1 span.discreet{
	display:block;
}
#portal-column-content h1 strong#search-term{
	text-transform:none;
	color: #fff;
	font-size: 0.8em;
}
#portal-column-content h1 strong#search-term::before,
#portal-column-content h1 strong#search-term::after {
	content: '"';
}

@media only screen and (max-width: 680px) {
	#portal-column-content h1 {
		font-size: 2.5em;
	}
}

/*
  	IMAGE
*/
#portal-column-content .imageContainer{
	position:relative;
	z-index: 3;
	margin: -200px auto 0;
	width: 100%;
	max-width: 670px;
	text-align: center;
}
#portal-column-content .imageContainer img{
	width: 100%;
}
#portal-column-content .imageContainer p{
	position:absolute;
	bottom:5px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	margin:0;
	padding:5px;
	background:rgba(0,0,0,0.4);
	color:#fff;
}

/*
	DESCRIPTION
*/
#portal-column-content .documentDescription{
	position: relative;
	z-index: 0;
	margin: auto;
	padding: 0;
	max-width: 570px;
	background: none;
	font-family: var(--intro);
	font-weight: 800;
	font-size:2em;
	line-height: 1.4;
	text-align: center;
	color: var(--color-primary);
}
#portal-column-content .documentDescription::before,
#portal-column-content .documentDescription::after {
	content: '';
	display: block;
	margin: var(--marge-fixe) auto;
	width: 100%;
	max-width: 200px;
	height: 10px;
	background: var(--color-secondary);
}
@media only screen and (max-width: 680px) {
	#portal-column-content .documentDescription {
		font-size: 1.7em;
	}
}

/*
	CORPS DE TEXTE
*/
#portal-column-content #content-core{
	position: relative;
	z-index: 0;
	margin: var(--marge-fixe) auto 0;
	padding: 0;
	max-width: 1110px;
}
#portal-column-content .documentDescription ~ #content-core {
	margin-top: 0;
}
#portal-column-content #content-core > div{
	font-size:1.6em;
	line-height:1.5;
}

/*
	MESSAGE DE FEEDBACK
*/
dl.portalMessage{
	margin:0 var(--marge-fluide) 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{
	padding:2px 0;
	border-top:1px dashed #000;
	border-bottom:1px dashed #000;
	text-align:center;
	font-size:1.1em;
}
#portal-column-content .listingBar a{
	padding:0;
	border:none;
}
#portal-column-content .listingBar a:hover,
#portal-column-content .listingBar a:focus{
	background:none;
	color:#000!important;
}
#portal-column-content .listingBar span a{
	font-weight:bold;
}
#portal-column-content .listingBar .previous{
	float:left;
}
#portal-column-content .listingBar .current{
	font-weight: bold;
}*/


/*
	PAGINATION
*/
body:not(.template-folder_contents) #portal-column-content .listingBar{
	margin:0;
	padding:var(--marge-fixe) 0 0;
	width: 100%;
	text-align:center;
	color: #fff;
}
body:not(.template-folder_contents) #portal-column-content .listingBar a{
	display: inline-block;
	padding:0;
	width: 30px;
	height: 30px;
	background: #fff;
	border:none;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	text-align: center;
	line-height: 30px;
}
body:not(.template-folder_contents) #portal-column-content .listingBar a:hover,
body:not(.template-folder_contents) #portal-column-content .listingBar a:focus{
	background:var(--color-primary);
	color:#fff!important;
	text-decoration: none;
}
body:not(.template-folder_contents) #portal-column-content .listingBar span{
	display: inline-block;
	padding:0;
	width: 30px;
	height: 30px;
	background: var(--color-primary);
	border:none;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	font-weight: 400;
	text-align: center;
	line-height: 30px;
}
body:not(.template-folder_contents) #portal-column-content .listingBar span:last-child {
	padding: 0 0 0 5px;
	width: auto;
	background: none;
	color: var(--color-primary);
}
body:not(.template-folder_contents) #portal-column-content .listingBar span:last-child a{
	margin: 0 0 0 5px;
}
body:not(.template-folder_contents) #portal-column-content .listingBar .previous{
	float:left;
	background: none;
	width: auto;
}
body:not(.template-folder_contents) #portal-column-content .listingBar .next{
	float:right;
	background: none;
	width: auto;
}
body:not(.template-folder_contents) #portal-column-content .listingBar .previous,
body:not(.template-folder_contents) #portal-column-content .listingBar .next{
	width: auto;
	background: none;
	color: #494949!important;
}
body:not(.template-folder_contents) #portal-column-content .listingBar .previous:focus,
body:not(.template-folder_contents) #portal-column-content .listingBar .next:focus,
body:not(.template-folder_contents) #portal-column-content .listingBar .previous:hover,
body:not(.template-folder_contents) #portal-column-content .listingBar .next:hover{
	width: auto;
	background: none;
	color: #000!important;
}


/*
	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
--------------------------------------------------------------------------------------------------------------*/
.template-search #portal-column-content #content-core {
	margin:  var(--marge-fixe) 0 0;
	max-width: none;
}
#search-results {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	font-size: 1.6em;
	line-height: 1.5;
}
.portaltype-collection #portal-column-content #content-core,
.portaltype-folder #portal-column-content #content-core {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: none;
}
#portal-column-content #content-core .tileItem {
	position: relative;
	display: flex;
	flex-direction: column;
	margin:5px;
	width: calc(25% - 10px);
	background: var(--color-secondary);
	border-radius: 5px;
	overflow: hidden;
}
#portal-column-content #content-core .tileItem h2{
	order: 3;
	margin:0;
	padding: 15px 20px 10px;
	background: none;
	font-size:1.3em;
	line-height: 1.2;
	text-align: left;
	text-transform:uppercase;
}
#portal-column-content #content-core .tileItem h2 a{
	line-height:1;
	color: var(--grey)!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: #000!important;
	text-decoration:none;
}
#portal-column-content #content-core .tileItem h2 a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}
#portal-column-content #content-core .tileItem > a:first-child{
	order: 1;
	margin:0;
	line-height: 0;
	overflow: hidden;
}
#portal-column-content #content-core .tileItem > a img{
	width: 100%;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-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);
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
}
#portal-column-content #content-core .tileItem .audio-player {
	order: 2;
}
#portal-column-content #content-core .tileItem .audio-player audio {
	width: 100%;
}
#portal-column-content #content-core .tileItem .documentByLine {
	order: 3;
	padding: 0 20px 10px;
	font-size: 0.8em;
	line-height: 1.2;
	color: var(--grey);
	-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 h2 + p,
#portal-column-content #content-core .tileItem p.tileBody {
	position: relative;
	order: 4;
	padding: 0 20px;
	max-height: 150px;
	font-size: 0.9em;
	line-height: 1.4;
	text-align: left;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-column-content #content-core .tileItem cite {
	position: relative;
	order: 4;
	padding: 0 20px 20px;
	font-size: 0.7em;
	line-height: 1.4;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-column-content #content-core .tileItem cite a:hover,
#portal-column-content #content-core .tileItem cite a:focus{
	color: var(--grey)!important;
}
#portal-column-content #content-core .tileItem:hover .documentByLine,
#portal-column-content #content-core .tileItem:hover h2 + p,
#portal-column-content #content-core .tileItem:hover cite,
#portal-column-content #content-core .tileItem:hover p.tileBody {
	color: #000;
}
#portal-column-content #content-core .tileItem h2 + p::after,
#portal-column-content #content-core .tileItem p.tileBody::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(rgba(255,239,42,0), rgba(255,239,42,1));
}
#portal-column-content #content-core .tileItem span{
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-column-content #content-core .tileItem:hover p,
#portal-column-content #content-core .tileItem:hover span {
}
#portal-column-content #content-core .tileItem p.fs-son,
#portal-column-content #content-core .tileItem p.tileFooter{
	display: none;
}

@media only screen and (max-width: 1000px) {
	#portal-column-content #content-core .tileItem {
		width: calc(33% - 10px);
	}
}@media only screen and (max-width: 680px) {
	#portal-column-content #content-core .tileItem {
		margin: 5px 0;
		width: 100%;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE RESULTAT DE RECHERCHE
--------------------------------------------------------------------------------------------------------------*/
.template-search .entete {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.template-search .entete > span {
	display: block;
	margin: 20px 0 0;
	color: #fff;
	font-size: 1.6em;
	text-align: center;
}
.template-search .entete fieldset#search-field {
	position: relative;
	margin: var(--marge-fixe) 0 0;
	padding: 0;
}
.template-search .entete fieldset#search-field::before {
	content: "\e905";
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-family: 'exprime-toi' !important;
	font-size: 2em;
	color: var(--color-dark);
}
.template-search .entete fieldset#search-field input[type=text]{
	display: block;
	padding: 10px;
	width: 100%;
	min-width: 300px;
	background: rgba(255,255,255,0.6);
	border: none;
	border-radius: 3px;
	color: var(--color-dark);
	font-size: 1.4em!important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.template-search .entete fieldset#search-field input[type=text]:focus {
	background: rgba(255,255,255,1);
}
.template-search .entete fieldset#search-field input[type="submit"] {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	width: 40px;
	background: none;
	border: none;
	text-indent: -5000px;
	cursor: pointer;
}
#portal-column-content #content-core #searchform #search-field{
	display:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== 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 #portal-column-content #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
--------------------------------------------------------------------------------------------------------------*/
.template-event_view #portal-column-content #content-core {
	max-width: none;
}
#portal-column-content #content-core .eventDetails + div {
	margin: auto;
	max-width: 1100px;
}

/*
	RECAP
*/
#portal-column-content #content-core .eventDetails{
	clear: both;
	float:none;
	margin:0 0 var(--marge-fixe);
	padding:0;
	width:auto;
	border:none;
	overflow:hidden;
}
#portal-column-content #content-core .eventDetails ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#portal-column-content #content-core .eventDetails ul li{
	flex: 1;
	margin: 0 10px;
	min-width: 200px;
	text-align: center;
	color: var(--color-dark);
	line-height:1;
}
#portal-column-content #content-core .eventDetails ul li.calendrier{
	display:none;
}
#portal-column-content #content-core .eventDetails ul li::before {
	display: block;
	margin:20px 0 10px;
	font-family: 'exprime-toi' !important;
	font-size: 1.3em;
}
#portal-column-content #content-core .eventDetails ul li a,
#portal-column-content #content-core .eventDetails ul li a:hover,
#portal-column-content #content-core .eventDetails ul li a:focus {
	color: var(--color-dark)!important;
}
#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;
	text-align: center;
}
#portal-column-content #content-core .eventDetails ul li span.entete{
	top: auto!important;
	display:block;
	margin:0 0 5px;
	padding: 0!important;
	font-family: var(--intro);
	font-size:1.1em;
	text-transform: uppercase;
	text-align: center;
}

/*
	BOUTON
*/
#portal-column-content #content-core div + p {
	text-align: center;
}
#portal-column-content #content-core #parent-fieldname-eventUrl{
	display: inline-block;
	margin: 20px 0 0;
	padding:10px 20px;
	max-width: 100%;
	background:var(--grey);
	-webkit-border-radius:50px;
	border-radius:50px;
	color:#fff;
	font-family: var(--intro);
	font-size: 1.6em;
	line-height:1;
	overflow: hidden;
	text-overflow: ellipsis;
}
#portal-column-content #content-core #parent-fieldname-eventUrl:hover,
#portal-column-content #content-core #parent-fieldname-eventUrl:focus{
	color:var(--color-secondary)!important;
	text-decoration:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE CALENDRIER
--------------------------------------------------------------------------------------------------------------*/
/*
	BOUTON CALENDRIER
*/
#portal-column-content .voir-le-calendrier,
#portal-column-content .retour-agenda{
	position: relative;
	margin: var(--marge-fixe) 0 0;
	line-height: 1;
	text-align:center;
}
#portal-column-content .voir-le-calendrier a,
#portal-column-content .retour-agenda a{
	padding:10px 20px;
	background:var(--color-dark);
	-webkit-border-radius:50px;
	border-radius:50px;
	color:#fff!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-secondary)!important;
	text-decoration:none;
}

/*
	CALENDRIER
*/
.template-ftwcalendar_view .documentDescription {
	display: none;
}
#calendar{
	margin:30px 0 0;
}
#calendar a:hover,
#calendar a:focus {
	color: var(--color-secondary)!important;
	text-decoration: none;
}
.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;
}
.fc-event, .fc-agenda .fc-event-time, .fc-event a {
	background: var(--color-primary);
	border-color: var(--color-primary);
}

/*--------------------------------------------------------------------------------------------------------------
	== 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);
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE SON
--------------------------------------------------------------------------------------------------------------*/
.portaltype-son h2#download-son{
	margin:30px 0 10px;
	padding:0;
	color:#000;
	font-size:1.6em;
	font-weight:normal;
	text-transform: uppercase;
	line-height:1em;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE FICHIER
--------------------------------------------------------------------------------------------------------------*/
.portaltype-file #content-core a{
	display:inline-block;
	margin:5px 0;
	padding:5px 10px;
	background:#000;
	-webkit-border-radius:5px;
	border-radius:5px;
	border-bottom:none;
	font-size:1.2em;
	color:#fff;
}
.portaltype-file #content-core a:hover,
.portaltype-file #content-core a:focus{
	background:#000;
	color:#fff!important;
	text-decoration:none;
}
.portaltype-file #content-core a img{
	display:none;
}


/*--------------------------------------------------------------------------------------------------------------
	== PAGE CONTACT
--------------------------------------------------------------------------------------------------------------*/
.template-contact-info .contenu > div > div:first-child {
	position: relative;
	z-index: 0;
	margin: auto;
	padding: 0;
	max-width: 570px;
	background: none;
	font-family: var(--intro);
	font-weight: 800;
	font-size: 2em;
	line-height: 1.4;
	text-align: center;
	color: var(--color-primary);
}
.template-contact-info .contenu > div > div:first-child::before,
.template-contact-info .contenu > div > div:first-child::after {
	content: '';
	display: block;
	margin: var(--marge-fixe) auto;
	width: 100%;
	max-width: 200px;
	height: 10px;
	background: var(--color-secondary);
}
.template-contact-info .contenu form {
	margin: auto;
	max-width: 570px;
}
.template-contact-info .contenu form .field {
	margin: 0 0 20px;
}
.template-contact-info .contenu form label {
	font-size: 1.6em;
}
.template-contact-info .contenu form .formHelp {
	font-size: 1.1em;
	color: var(--grey);
}
.template-contact-info .contenu form input[type=text],
.template-contact-info .contenu form textarea{
	display: block;
	padding: 10px;
	width: 100%;
	border: 1px solid var(--grey);
	border-radius: 3px;
	font-size: 1.4em;
	opacity: 0.4;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.template-contact-info .contenu form input[type=text]:focus,
.template-contact-info .contenu form textarea:focus {
	background: #fff;
	opacity: 1;
}
.template-contact-info .contenu form input[type=submit] {
	padding: 5px 15px;
	background: var(--color-primary);
	border: none;
	border-radius: 50px;
	color: #fff;
	font-family: var(--intro);
	font-size: 1.6em;
	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;
}
.template-contact-info .contenu form input[type=submit]:hover {
	color: var(--color-secondary);
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE PLAN DU SITE
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #content-core #portal-sitemap{
	margin:30px 0 0;
}
#portal-column-content #content-core #portal-sitemap li{
	margin:0;
	padding:0;
	border:none;
}
#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{
	text-align: center;
}
#portal-column-content #content-core #portal-sitemap > li + li{
	margin: var(--marge-fixe) 0 0;
}
#portal-column-content #content-core #portal-sitemap > li > div > a{
	display:inline-block;
	margin:5px 0;
	padding:0!important;
	background:none;
	border:none;
	color: var(--grey)!important;
	font-family: var(--intro);
	font-size:3em;
	font-weight:normal;
	line-height:1;
	text-transform: uppercase;
}
#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:0;
}
#portal-column-content #content-core #portal-sitemap > li > ul > li{
	display: inline-block;
	margin:5px;
}
#portal-column-content #content-core #portal-sitemap > li > ul > li > div > a{
	display: inline-block;
	margin: 0;
	padding:5px 10px!important;
	background: var(--grey);
	border-radius: 50px;
	text-transform:none;
	font-size:1.2em;
	color:#fff!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{
	background: #000;
	border:none;
	color:#fff!important;
	text-decoration:none;
}

/* troisieme niveau */
#portal-column-content #content-core #portal-sitemap li li ul{
	display: none;
}


/*--------------------------------------------------------------------------------------------------------------
	== Formulaire
--------------------------------------------------------------------------------------------------------------*/

#content .pfg-form.formid-inscription{
	text-align:center;
	font-size: 1.4em;
}

#content .pfg-form.formid-inscription legend{
max-width: 600px;
margin: auto;
font-size:1.6em;
}


#content .pfg-form.formid-inscription input,
#content .pfg-form.formid-inscription input:focus{
	padding: 5px;
	border:1px solid #000;
}


#content .pfg-form.formid-inscription input[type=submit]{
	padding: 20px;
	background: var(--color-primary);
	color: #fff;
	border: 0;
	border-radius: 10px;
	cursor: pointer;
}



/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE CONNEXION
--------------------------------------------------------------------------------------------------------------*/
.template-login_form #portal-column-content h1::before {
	content: 'AccÃ¨dez Ã  votre espace communautÃ© Ã©ducative';
}
#portal-column-content #login-form {
	margin: auto;
	max-width: 500px;
}
#portal-column-content #login-form .field {
	margin: 0 0 20px;
}
#portal-column-content #login-form .field label{
	display: block;
	margin: 0 0 5px;
	width: 100%;
	font-size:1.4em;
	font-style:normal;
	text-align: left;
}
#portal-column-content #login-form .field input{
	display: block;
	padding:10px;
	width:100%;
	border: 1px solid var(--grey);
	border-radius: 3px;
	font-size:1.3em;
	color: var(--grey);
	opacity: 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;
}
#portal-column-content #login-form .field input:focus {
	opacity: 1;
}
#portal-column-content #login-form .formControls{
	margin:0;
}
#portal-column-content #login-form .formControls input{
	margin:0;
	padding:5px 15px;
	background:var(--grey);
	border:none;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color:#fff;
	font-family: var(--intro);
	font-size:1.3em;
	cursor:pointer;
	text-transform: uppercase;
	-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 #login-form .formControls input:hover {
	background: #000;
}
#portal-column-content #login-forgotten-password{
	margin: var(--marge-fixe) auto 0;
	max-width: 500px;
	font-size:1.1em;
}
#login-forgotten-password a {
	box-shadow: inset 0 -2px 0 var(--color-secondary);
}
#login-forgotten-password a:hover,
#login-forgotten-password a:focus {
	box-shadow: inset 0 -20px 0 var(--color-secondary);
	text-decoration:none;
	color: var(--grey)!important;
}

/*
	MOT DE PASSE PERDU
*/
#portal-column-content #mail_password{
	margin: auto;
	max-width: 500px;
}
#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{

}
#portal-column-content #mail_password .field label{
	display: block;
	margin: 0 0 5px;
	width: 100%;
	font-size:1.4em;
	font-style:normal;
	text-align: left;
}
#portal-column-content #mail_password .field input:not(.context){
	display: block;
	padding:10px;
	width:100%;
	border: 1px solid var(--grey);
	border-radius: 3px;
	font-size:1.3em;
	color: var(--grey);
	opacity: 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;
}
#portal-column-content #mail_password .field input:not(.context):focus {
	opacity: 1;
}
#portal-column-content #mail_password .field input.context{
	margin:0;
	padding:5px 15px;
	background:var(--grey);
	border:none;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color:#fff;
	font-family: var(--intro);
	font-size:1.3em;
	cursor:pointer;
	text-transform: uppercase;
	-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 #mail_password .field input.context:hover {
	background: #000;
}

#portal-column-content #mail_password + p{
	margin: var(--marge-fixe) auto;
	max-width: 700px;
	font-size:1.3em;
}
#portal-column-content #mail_password + p a {
	box-shadow: inset 0 -2px 0 var(--color-secondary);
}
#portal-column-content #mail_password + p a:hover,
#portal-column-content #mail_password + p a:focus{
	box-shadow: inset 0 -20px 0 var(--color-secondary);
	text-decoration:none;
	color: var(--grey)!important;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= FOOTER
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-footer{
	margin: 0;
	padding: var(--marge-fixe) var(--marge-fluide);
	background: var(--grey);
	border:none;
}
.FooterPortletManager1 {
	padding: var(--marge-fixe) var(--marge-fluide);
	background: var(--color-primary);
}

/*--------------------------------------------------------------------------------------------------------------
	== ALERTE POPIN
--------------------------------------------------------------------------------------------------------------*/
#portal-footer #alerte-popin{
	display: flex;
	padding: 10px;
	max-width: none;
}
#portal-footer #alerte-popin > div {
	margin: auto;
	padding: 30px;
	max-width: 900px;
	width: auto;
}
#portal-footer #alerte-popin > div img{
	max-width: 100%;
	height: auto!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== COORDONNEES
--------------------------------------------------------------------------------------------------------------*/
#coordonnees{
	margin:0 0 var(--marge-fixe);
	padding:0;
	text-align:center;
	font-size:2em;
}
#coordonnees a {
	color: #fff;
}
#coordonnees a:hover,
#coordonnees a:focus {
	color: var(--color-secondary);
	text-decoration: none;
}

/*--------------------------------------------------------------------------------------------------------------
	== SITE ACTION
--------------------------------------------------------------------------------------------------------------*/
#portal-siteactions{
	clear:none;
	float:none;
	padding:0;
	border:none;
	color:#fff;
	font-size:1.4em;
	font-weight: 700;
}
#portal-siteactions li{
	display:inline-block;
	margin: 0 10px;
	color:#fff;
}
#portal-siteactions li a,
#portal-siteactions li a:visited{
	border:none;
	text-transform:none;
	color:#fff;
}
#portal-siteactions li a:hover,
#portal-siteactions li a:focus{
	border:none;
	background:none;
	color:var(--color-secondary);
	text-decoration: none;
}

/*--------------------------------------------------------------------------------------------------------------
	== PLAN DU SITE
--------------------------------------------------------------------------------------------------------------*/
#portal-footer #portal-sitemap-footer{
	padding:30px 0;
}
#portal-footer #portal-sitemap-footer > ul{
	-moz-column-count:2;
	-webkit-column-count:2;
	-o-column-count:2;
	column-count:2;
	-moz-column-gap:20px;
	-webkit-column-gap:20px;
	-o-column-gap:20px;
	column-gap:20px;
	overflow:hidden;
}
#portal-footer #portal-sitemap-footer > ul > li{
	display:block;
	padding:0 0 0 18px;
	background:url(../images/fleche-noire.png) 0 0.8em no-repeat;
	border:none;
	overflow:hidden;
}
#portal-footer #portal-sitemap-footer ul li a{
	padding:0!important;
	background:none;
}
#portal-footer #portal-sitemap-footer > ul > li div{
	display:inline-block;
}
#portal-footer #portal-sitemap-footer > ul > li  a{
	color:#000!important;
	font-weight:bold;
	font-size:1.2em;
}
#portal-footer #portal-sitemap-footer > ul > li > ul{
	margin:0 0 0 30px;
}
#portal-footer #portal-sitemap-footer > ul > li > ul li,
#portal-footer #portal-sitemap-footer > ul > li > ul li div{
	display:inline;
}
#portal-footer #portal-sitemap-footer > ul > li > ul li + li:before{
	content:"| ";
	color:#000;
}
#portal-footer #portal-sitemap-footer > ul > li > ul li a{
	font-weight:normal;
	font-size:1.1em;
}
#portal-footer #portal-sitemap-footer > ul > li > ul li a img{
	display:none;
}
#portal-footer #portal-sitemap-footer > ul > li > ul li ul{
	display:none;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= POPINS
*/
/*------------------------------------------------------------------------------------------------------------*/
#exposeMask{
	background: rgba(0,0,0,0.7)!important;
	opacity: 1!important;
}
div.overlay-contact{
	position: fixed!important;
	top: 0!important;
	left: 0!important;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0!important;
	width: auto!important;
}
div.overlay-contact .close{
	top: var(--marge-fluide)!important;
	right: var(--marge-fluide);
	left: auto!important;
	background: none!important;
}
div.overlay-contact .close::before {
	content: "\e900";
	font-family: 'exprime-toi' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 2em;
	color: #fff;
	text-transform: none;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
div.overlay-contact .pb-ajax{
	padding:var(--marge-fixe);
	width: 100%;
	max-width: 600px;
	background: var(--color-primary);
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	color: #fff;
	text-align: center;
}
div.overlay-contact h1{
	margin: 0 0 var(--marge-fixe);
	border:none;
	color:#fff;
	font-size:3.5em;
	text-transform:uppercase;
	line-height:1;
}
.pb-ajax > div {
	padding: 0;
	width: 100%;
}
.pb-ajax > div > div {
	font-size: 1.4em;
}
.pb-ajax > div #content-core {
	margin: var(--marge-fixe) 0 0;
}
.pb-ajax > div #content-core .formHelp {
	display: none;
}
.field.error{
	color: red;
}
.pb-ajax > div #content-core .fieldRequired{
	font-size: 0.8em;
	font-style: italic;
}
.pb-ajax > div #content-core input,
.pb-ajax > div #content-core textarea{
	margin: 10px 0 0;
	padding: 10px 20px;
	width: 100%;
	background: rgba(255, 255, 255, 0.6);
	border: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.pb-ajax > div #content-core input:focus,
.pb-ajax > div #content-core textarea:focus {
	background: #fff;
}
.pb-ajax > div #content-core input[type=submit]{
	background: var(--color-dark);
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
	font-family: var(--intro);
	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;
}
.pb-ajax > div #content-core input[type=submit]:hover {
	color: var(--color-secondary);
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	=  ADMINISTRATION
*/
/*------------------------------------------------------------------------------------------------------------*/
.template-dashboard #edit-bar{
	display:none;
}
.template-dashboard.userrole-manager #edit-bar{
	display:block;
}
#edit-bar,
#portal-columns dl.portlet.portletPaletteAdministration {
	margin: 0 var(--marge-fixe);
}
.portletPaletteAdministration dd {
	display: inline-block;
	margin: 0 20px 0 0;
}

/*
	ESPACE MEMBRE
*/
.userrole-member #portal-personaltools,
.userrole-member #portal-columns dl.portlet.portletPaletteAdministration,
.userrole-member div#plone-document-byline.documentByLine {
	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){

	/* HEADER */
	#portal-top{}

	/* NAVIGATION MINI */
	/* boutons */
	#portal-navigation > a{
        display:block;
        padding:10px;
        font-size:1.5em;
		font-family: fontawesome;
        color:#000;
        text-transform:uppercase;
    }
    #portal-navigation ul#portal-globalnav:target + a{
        display:block;
        position:absolute;
        top:15px;
        right:15px;
		font-size:1.5em;
		font-family: fontawesome;
    }
    /* menu */
	#portal-navigation ul{
		display:none;
    }
    #portal-navigation ul#portal-globalnav:target{
		display:block;
    }
    #portal-navigation ul#nav-cache:target{
		display:none;
    }
    #portal-globalnav > li{
        display:block;
        float:none;
        margin:10px 0 0;
        padding:10px 0 0;
        width:auto;
        border-top:1px solid #fff;
        font-size:0.9em;
    }
    #portal-globalnav > li a{
        padding:10px;
        font-size:1.4em;
    }
    #portal-globalnav > li ul.submenu{
        display:none!important;
    }

	/* 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;
	}

}

/*------------------------------------------------------------------------------------------------------------*/



