/**************************************************************************************************************/
/*
			PICPUS - V1.5 Site generique

			Date : 26/10/2019
			Auteur : marlene
			URL : http://pommier2:43980/picpus/   -   liberté 8

*/
/**************************************************************************************************************/


/*------------------------------------------------------------------------------------------------------------*/
/*
	= RESET
*/
/*------------------------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: var(--grey);
	font-family: 'raleway', sans-serif;
	font-size: 62.5%; /*ensuite 1em=10px en taille normale*/
	color: var(--color-dark);
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	border: none;
	font-family: 'raleway', sans-serif;
	font-weight:100;
	color: var(--color-dark);
	letter-spacing:normal;
}
ul{
	margin:0;
    padding:0;
	list-style:none;
    line-height:1.3;
}
img{
	border:none;
}
a, a:link{
	text-decoration:none;
	color: var(--color-dark);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a:visited{
	text-decoration:none;
	color: var(--color-dark);
}
a:hover, a:focus{
	text-decoration:none;
	color: #000;
}
input,
textarea{
	font-family: 'raleway', sans-serif;
	font-size: 1em;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus{
	background-color:#eae5e6;
}
abbr {
	text-decoration: none;
}

/*
	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(--color-dark);
}
#content dt{
	font-weight:normal;
}
#content{
	clear:none;
}
#content ul{
	list-style:none;
	margin:0;
}
.portletAssignments .portlet_here.portlet_visible .portletHeader{
	color:#000;
	background: #666;
}
body.template-logged_out #content,
body.template-login_form #content{
	text-align:left;
}
.highlightedSearchTerm{
	background:none!important;
	font-weight:normal!important;
}
div.width-full{
	width:100%;
}
div.position-0,
div.position-1\:2{
	margin:0;
}
div.cell{
	float:none;
	left:0;
	margin: 0;
	width:100%;
}
div.row{
	float:none;
}
#content-ckeditor,
body.cke_panel_frame{
    background:#fff !important;
}
.noscroll {
	overflow: hidden;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= BXSLIDER
*/
/*------------------------------------------------------------------------------------------------------------*/
/*
	RESET - LAYOUT
*/
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	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 0;
	opacity: 0.5;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/bx-slider/controls.png) no-repeat -43px 0;
	opacity: 0.5;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
	opacity: 1;
}
.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{}
#portal-columns dl.portlet dt{
	padding:0;
	background:none;
}
#portal-columns dl.portlet dd{
	padding:0;
}

/*--------------------------------------------------------------------------------------------------------------
	== IMAGE BEANDEAU
--------------------------------------------------------------------------------------------------------------*/
.image-bandeau {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	margin: var(--marge-fluide-negative);
	max-height: 100vh;
	overflow: hidden;
}
.image-bandeau::before {
	content: '';
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: linear-gradient(rgba(236, 238, 241, 0), rgba(236, 238, 241, 1));
}
.image-bandeau .bx-wrapper {
	z-index: 1;
}

/*--------------------------------------------------------------------------------------------------------------
	== BIENVENUE
--------------------------------------------------------------------------------------------------------------*/
.bienvenue {
	margin: 0 0 var(--marge-fixe);
	text-align: center;
	text-transform: uppercase;
	font-size: 2.5vw;
	font-weight: 100;
	line-height: 1;
	text-shadow: 0 0 20px #fff;
}
.bienvenue strong {
	display: block;
	text-transform: none;
	font-weight: 400;
	font-size: 1.8em;
}
@media only screen and (max-width: 750px) {
	.bienvenue {
		margin: 0;
		font-size: 4.5vw;
	}
	#content .bienvenue p {
		margin: 0;
		font-weight: 400;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== LIST ITEM
--------------------------------------------------------------------------------------------------------------*/
.list-item,
#content .list-item ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
#portal-columns dl.list-item dd,
#content .list-item > ul > li {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1;
	margin: 0 5px;
	padding: 20px;
	background: #fff;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	overflow: hidden;
	transition: all 0.5s;
}
#portal-columns dl.list-item dd:hover,
#content .list-item > ul > li:hover {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
.list-item dd::after,
#content .list-item > ul > li::after {
	content: '';
	display: block;
	padding-top: 65%;
}
.list-item dd a:first-child,
#content .list-item ul li h2 {
	display: block;
	margin: 0 0 20px;
	font-size: 2.5em;
	font-weight: 400;
	line-height: 1.1;
	color: var(--color-dark)!important;
}
.list-item dd a:first-child:hover,
.list-item dd a:first-child:focus,
#content .list-item ul li:hover h2 a,
#content .list-item ul li h2 a:hover
#content .list-item ul li h2 a:focus {
	color: #000!important;
}
.list-item dd a:first-child::before,
#content .list-item ul li h2 a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.list-item dd a ~ a,
.list-item dd .albumPhotosPortlet-listephotos,
#content .list-item ul li .illustration {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.list-item dd a ~ a::before,
.list-item dd .albumPhotosPortlet-listephotos::before,
#content .list-item ul li .illustration::before {
	content: '';
	display: block;
	padding-top: 65%;
}
.list-item dd .albumPhotosPortlet-listephotos li {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.list-item dd a ~ a img,
.list-item dd .albumPhotosPortlet-listephotos img,
#content .list-item ul li .illustration 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;
}
.list-item dd:hover a ~ a img,
.list-item dd:hover .albumPhotosPortlet-listephotos img,
#content .list-item ul li:hover .illustration img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
#content .list-item ul li .description {
	flex: 1;
	font-size: 1.3em;
	line-height: 1.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;
}
#content .list-item ul li:hover .description {
	color: #000;
}
#content .list-item ul li .subjects-listing {
	position: relative;
	margin: 0 0 -10px;
}
#content .list-item ul li .subjects-listing span {
	display: inline-block;
	margin: 0 1px;
	padding: 5px 10px;
	background: var(--color-dark);
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: 700;
	color: #fff;
	transition:all 0.5s;
}
#content .list-item .portletHeader {
	margin: var(--marge-fixe) 0 0;
	width: 100%;
	font-size: 5em;
	font-weight: 100;
	text-align: center;
	line-height: 1.3;
}
#content .list-item .portletFooter {
	padding: 5px;
	width: 100%;
	text-align: right;
}
#content .list-item .portletFooter a {
	font-size: 1.6em;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
	display: block;
}
#content .list-item .portletFooter a:hover,
#content .list-item .portletFooter a :focus{
	color: var(--color-primary)!important;
}

@media only screen and (max-width: 750px) {
	#portal-columns dl.list-item dd,
	#content .list-item > ul > li {
		flex: none;
		margin: 10px 0 0;
		width: 100%;
	}
}

/* couleurs */
#content .list-item ul li.ecole:hover h2 a,
#content .list-item ul li.ecole h2 a:hover
#content .list-item ul li.ecole h2 a:focus,
#content .agenda > ul > li.ecole:hover > span,
#content .agenda > ul > li.ecole:hover > span::before,
#content .list-item ul li.ecole:hover .description {
	color: var(--ecole)!important;
}
#content .list-item ul li.ecole:hover .subjects-listing span {
	background: var(--ecole);
}
#content .list-item ul li.college:hover h2 a,
#content .list-item ul li.college h2 a:hover
#content .list-item ul li.college h2 a:focus,
#content .agenda > ul > li.college:hover > span,
#content .agenda > ul > li.college:hover > span::before,
#content .list-item ul li.college:hover .description {
	color: var(--college)!important;
}
#content .list-item ul li.college:hover .subjects-listing span {
	background: var(--college);
}
#content .list-item ul li.lycee:hover h2 a,
#content .list-item ul li.lycee h2 a:hover
#content .list-item ul li.lycee h2 a:focus,
#content .agenda > ul > li.lycee:hover > span,
#content .agenda > ul > li.lycee:hover > span::before,
#content .list-item ul li.lycee:hover .description {
	color: var(--lycee)!important;
}
#content .list-item ul li.lycee:hover .subjects-listing span {
	background: var(--lycee);
}
#content .list-item ul li.prepa:hover h2 a,
#content .list-item ul li.prepa h2 a:hover
#content .list-item ul li.prepa h2 a:focus,
#content .agenda > ul > li.prepa:hover > span,
#content .agenda > ul > li.prepa:hover > span::before,
#content .list-item ul li.prepa:hover .description {
	color: var(--prepa)!important;
}
#content .list-item ul li.prepa:hover .subjects-listing span {
	background: var(--prepa);
}


/*
	A LA UNE
*/
@media only screen and (max-width: 950px) and (min-width: 750px) {
	#content .list-item.alaune > ul > li:first-child {
		flex: none;
		margin-bottom: 10px;
		width: calc(100% - 10px);
	}
	#content .list-item.alaune > ul {
		justify-content: space-between;
	}
}

/*
	AGENDA
*/
#content .agenda > ul > li {
	display: flex;
	flex-direction: column;
	text-align: center;
}
#content .agenda > ul > li::after {
	display: none;
}
#content .agenda > ul > li h2 {
	order: 2;
	font-size: 1.8em;
}
#content .agenda > ul > li > span {
	margin: 0 0 20px;
	order: 1;
	font-size: 1.5em;
	font-weight: 700;
	transition: all 0.5s;
}
#content .agenda > ul > li > span::before {
	content: "\e904";
	display: block;
	margin: 0 0 5px;
	font-family: 'picpus' !important;
	font-size: 3em;
	font-weight: normal;
	speak: none;
	line-height: 1;
	text-align: center;
	transition: all 0.5s;
}
#content .agenda > ul > li:hover > span,
#content .agenda > ul > li:hover > span::before {
	color: #000;
}
#content .agenda > ul > li ul {
	order: 3;
}
#content .agenda ul li .subjects-listing span {
	background: var(--grey2);
}
@media only screen and (max-width: 950px) and (min-width: 750px) {
	#content .agenda > ul {
		flex-wrap: wrap;
	}
	#content .agenda > ul > li {
		flex: none;
		margin-top: 10px;
		width: calc(50% - 10px);
	}
}


/*
	Vue caldendrier
*/

/* Les éléments <a> dont href contient "example" */

.template-ftwcalendar_view #content  a:hover{
	color:#fff !important;

}

.template-ftwcalendar_view .fc-event a {
	border:0px !important;	
	font-size: 1.4em;
}


.template-ftwcalendar_view .fc-event a[href*="ecole"] {
  background-color: #006b41;
  
}

.template-ftwcalendar_view .fc-event a[href*="college"] {
  background-color: #2e4459;
}


.template-ftwcalendar_view .fc-event a[href*="lycee"] {
  background-color: #00abc7;
}


.template-ftwcalendar_view .fc-event a[href*="prepa"] {
  background-color: #7ac2ce;
}

.template-ftwcalendar_view .fc-event {
	border:0px;
}



/*
	DECOVRIR
*/
.decouvrir dt {
	width: 100%;
	font-size: 6em;
	font-weight: 300;
	text-align: center;
}
@media only screen and (max-width: 750px) {
	.decouvrir dt {
		font-size: 4em;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== AGENDA
--------------------------------------------------------------------------------------------------------------*/
.agenda{}


/*--------------------------------------------------------------------------------------------------------------
	== PARTENAIRES
--------------------------------------------------------------------------------------------------------------*/
.partenaires {
	margin: var(--marge-fixe) var(--marge-fluide) 0;
}
.partenaires ul {
	display: flex;
	justify-content: center;
}
.partenaires li {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px 10px;
	padding: 8px 15px;
	border: 1px solid var(--grey2);
}
.partenaires li h2 {
	position: absolute;
	top: -500000px;
}
.partenaires li a {
	max-width: 100%;
	max-height: 100%;
}
.partenaires li a img {
	max-width: 100%;
}

@media only screen and (max-width: 990px) {
	.partenaires ul {
		flex-wrap: wrap;
	}
	.partenaires li {
		min-width: 110px;
		width: 20%;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== COORDONNEES
--------------------------------------------------------------------------------------------------------------*/
.coordonnees {
	display: flex;
	flex-direction: column;
	margin: var(--marge-fixe) 0 0;
	padding: var(--marge-fixe) 0 0;
	background: var(--color-semidark);
}

/*
	MAP
*/
.contents-map-geolocalisation {
	order: 2;
	position: relative;
	z-index: 1;
	margin: -10vw 0 0;
}
.contents-map-geolocalisation .gm-style::before {
	content: url("../images/fond-footer.svg");
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	line-height: 0;
}
/*.contents-map-geolocalisation .gm-style > * {
	position: relative;
	z-index: 2;
}
.contents-map-geolocalisation .gm-style > div:last-child{
	display: none;
}*/

/*
	LISTE
*/
.maps-listing-items {
	order: 1;
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.maps-listing-items li {
	display: block;
	margin: 0 2%;
	padding: 0 0 10px;
	width: 37%;
	background: #fff;
	text-align: center;
	font-size: 1.4em;
	color: var(--color-semidark);
}
.maps-listing-items li a {
	display: block;
	color: var(--color-semidark);
}
.maps-listing-items li a img {
	width: 100%;
}
.maps-listing-items li h2 {
	margin: 10px 0 3px;
	font-weight: 700;
	font-size: 1.3em;
	color: var(--color-primary);
	line-height: 1;
}
.maps-listing-items li p:not(.adresse) {
	margin: 0 0 10px;
	font-weight: 700;
}
.maps-listing-items li p.adresse br {
	display: none;
}
.maps-listing-items li {}

@media only screen and (max-width: 750px) {
	.maps-listing-items {
		display: block;
	
		flex-direction: column;
		margin: 0 var(--marge-fluide);
	}
	.maps-listing-items li {
		margin: 0;
		width: auto;
	}
	.maps-listing-items li + li {
		margin-top: 10px;
	}
}


/*--------------------------------------------------------------------------------------------------------------
	== RACCOURCIS
--------------------------------------------------------------------------------------------------------------*/
.bt-raccourcis {
	width: 100%;
}
.bt-raccourcis::before {
	content: url("../images/fond-header.svg");
	position: absolute;
	top: 0;
	right: 0;
	width: calc(var(--col) + 59%);
}
.bt-raccourcis ul {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	height: 60px;
	list-style: none;
}
.bt-raccourcis li {
	display: flex;
	align-items: center;
}
.bt-raccourcis li.retour {
	display: none;
}
.bt-raccourcis li:not(:last-child)::after {
	content: "|";
	margin: 0 10px;
	font-size: 1.3em;
}
.bt-raccourcis li a{
	position: relative;
	display: inline-block;
	padding: 10px;
	font-size: 1.6em;
}
.bt-raccourcis li.retour a {
	text-transform: uppercase;
}
.bt-raccourcis li a span{
	position: absolute;
	top: 110%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	padding: 2px 5px;
	background: var(--color-dark);
	border-radius: 3px;
	font-size: 0.7em;
	font-style: normal;
	text-transform: none;
	text-align: center;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}
.bt-raccourcis li a:hover span,
.bt-raccourcis li a:focus span {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.bt-raccourcis li a span::before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	border: 5px solid transparent;
	border-bottom: 3px solid var(--color-dark);
}

@media only screen and (max-width: 750px) {
	.bt-raccourcis {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 40;
	}
	.bt-raccourcis::before {
		width: var(--col);
	}
	.bt-raccourcis ul{
		justify-content: flex-end;
		padding-right: var(--marge-fixe);
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== POPIN
--------------------------------------------------------------------------------------------------------------*/
.popin,
dl.popin {
	display: none;
	margin: auto;
	padding: var(--marge-fluide);
	width: 100%;
	max-width: 600px;
	background: var(--color-primary);
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}
.popin.actif,
dl.popin.actif {
	display: block;
	opacity: 1;
	visibility: visible;
}
dl.portlet.popin dt {
	margin: 0 0 20px;
	padding: 0;
	background: none;
	text-align: center;
	font-size: 4em;
	font-weight: 300;
	color: #fff;
}
dl.portlet.popin dd{
	position:relative;
	padding: 0;
}

/*
	RECHERCHE
*/
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::before {
	content: "\e906";
	position:absolute;
	top:50%;
	right:0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin:0;
	padding:0;
	width:50px;
	text-align: center;
	font-family: 'picpus' !important;
	font-size: 2em;
	speak: none;
	color: var(--color-dark);
}
dl.portlet.portletSearch dd + dd{
	display:none;
}
dl.portlet.portletSearch input[type=text]{
	padding: 10px 20px;
	width: 100%;
	background: #fff;
	border: none;
	border-radius: 3px;
	color: var(--color-dark);
	font-size: 1.6em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
dl.portlet.portletSearch input[type=submit]{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	margin:0;
	padding:0;
	width:50px;
	background:none;
	border:none;
	text-indent:-5000px;
	cursor:pointer;
}
dl.portlet.portletSearch .searchSection,
dl.portlet.portletSearch #LSShadow{
	display:none;
}

/*
	CONTACTS
*/
dl.portlet.pop-contact dd {
	text-align: center;
	color: #fff;
	font-size: 1.6em;
}
dl.portlet.pop-contact dd strong::before{
	content: '';
	display: block;
	margin: 20px auto;
	width: 100px;
	height: 1px;
	background: #fff;
}
dl.portlet.pop-contact dd strong {
	text-transform: uppercase;
}

/*--------------------------------------------------------------------------------------------------------------
	== CLOSE
--------------------------------------------------------------------------------------------------------------*/
.close {
	position: fixed;
	top: var(--marge-fluide);
	right: var(--marge-fluide);
	font-size: 3em;
}
.close a {
	display: block;
}
.close a:hover,
.close a:focus{
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

/*--------------------------------------------------------------------------------------------------------------
	== MENU PRINCIPAL
--------------------------------------------------------------------------------------------------------------*/
.menu-principal .entete {
	display: none;
}
.menu-principal ul {
	display: block;
	text-align: center;
}
.menu-principal li {
	display: block;
	position: relative;
}
.menu-principal > ul > li:first-child::before,
.menu-principal > ul > li:not(:last-child)::after {
	content: '';
	display: block;
	margin: 10px auto;
	width: 40px;
	height: 6px;
	background: var(--grey2);
	-webkit-transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	transform: skewX(-15deg);
}
.menu-principal > ul > li:last-child {
	margin: var(--marge-fixe) 0 0;
}
.menu-principal > ul > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 5px;
	text-transform: uppercase;
	font-size: 1.8em;
	font-weight: 600;
	color: var(--color-dark);
}
.menu-principal > ul > li > a::before,
.menu-principal > ul > li > a::after {
	content: '';
	flex: none;
	margin: 0 10px;
	height: 3px;
	background: var(--color-dark);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.menu-principal > ul > li > a:hover::before,
.menu-principal > ul > li > a:focus::before,
.menu-principal > ul > li > a:hover::after,
.menu-principal > ul > li > a:focus::after {
	flex: 1;
}
.menu-principal > ul > li.ecole > a:focus,
.menu-principal > ul > li.ecole > a:hover {
	color: var(--ecole);
}
.menu-principal > ul > li.ecole > a:hover::before,
.menu-principal > ul > li.ecole > a:focus::before,
.menu-principal > ul > li.ecole > a:hover::after,
.menu-principal > ul > li.ecole > a:focus::after {
	background: var(--ecole);
}
.menu-principal > ul > li.college > a:focus,
.menu-principal > ul > li.college > a:hover {
	color: var(--college);
}
.menu-principal > ul > li.college > a:hover::before,
.menu-principal > ul > li.college > a:focus::before,
.menu-principal > ul > li.college > a:hover::after,
.menu-principal > ul > li.college > a:focus::after {
	background: var(--college);
}
.menu-principal > ul > li.lycee > a:focus,
.menu-principal > ul > li.lycee > a:hover {
	color: var(--lycee);
}
.menu-principal > ul > li.lycee > a:hover::before,
.menu-principal > ul > li.lycee > a:focus::before,
.menu-principal > ul > li.lycee > a:hover::after,
.menu-principal > ul > li.lycee > a:focus::after {
	background: var(--lycee);
}
.menu-principal > ul > li.prepa > a:focus,
.menu-principal > ul > li.prepa > a:hover {
	color: var(--prepa);
}
.menu-principal > ul > li.prepa > a:hover::before,
.menu-principal > ul > li.prepa > a:focus::before,
.menu-principal > ul > li.prepa > a:hover::after,
.menu-principal > ul > li.prepa > a:focus::after {
	background: var(--prepa);
}
.menu-principal > ul > li:last-child > a{
	color: var(--color-primary);
}
.menu-principal ul.bswsubmenu a {
	display: block;
	padding: 5px;
	color: #fff;
	font-size: 1.4em;
}
.menu-principal ul.bswsubmenu a:hover,
.menu-principal ul.bswsubmenu a:focus {
	color: var(--color-primary);
}
@media only screen and (min-width: 750px) {
	.menu-principal ul.submenu,
	.menu-principal ul.bswsubmenu {
		position: absolute;
		bottom: 100%;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		padding: 10px;
		width: 200px;
		background: var(--color-dark);
		border-radius: 5px;
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s;
	}

	.menu-principal .associations:hover ul.bswsubmenu {
		bottom: 120%;
		opacity: 1;
		visibility: visible;
	}

	.menu-principal ul.bswsubmenu::before {
		content: '';
		position: absolute;
		top: 100%;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		border: 5px solid transparent;
		border-top: 3px solid var(--color-dark);
	}
}

@media only screen and (max-width: 750px) {
	.menu-principal {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 40;
	}
	.menu-principal .entete {
		display: block;
		padding: 20px;
		background: var(--color-primary);
		color: #fff;
		font-size: 1.6em;
		text-transform: uppercase;
		text-align: center;
	}
	.menu-principal > ul {
		position: fixed;
		bottom: 0;
		top: 0;
		left: 0;
		right: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background: rgba(255,255,255,0.9);
		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;
	}
	.menu-principal > ul.actif {
		opacity: 1;
		visibility: visible;
	}
	.menu-principal li:not(.associations) ul.submenu,
	.menu-principal li:not(.associations) ul.bswsubmenu {
		display: none;
	}
	.menu-principal ul.submenu li,
	.menu-principal ul.bswsubmenu li {
		display: inline-block;
	}
	.menu-principal ul.submenu a,
	.menu-principal ul.bswsubmenu a {
		display: block;
		margin: 2px;
		padding: 3px 8px;
		background: var(--color-dark);
		border-radius: 3px;
	}
	.menu-principal ul {}
}

/*--------------------------------------------------------------------------------------------------------------
	== SOUS NAVIGATION
--------------------------------------------------------------------------------------------------------------*/
dl.portlet.portletNavigationTree{
	margin: 0;
}
dl.portlet.portletNavigationTree dd ul{
}

@media only screen and (max-width: 990px) {
	dl.portlet.portletNavigationTree{
		display: none;
	}
}

/* premier niveau */
#content dl.portlet.portletNavigationTree ul li,
dl.portlet ul.navTreeLevel0 > .navTreeItem{
	margin:0 0 5px;
	padding:0;
	background:#fff;
	border:none;
	border-radius: 3px;
}
#content dl.portlet.portletNavigationTree ul li.navTreeCurrentNode,
#content dl.portlet.portletNavigationTree ul li.navTreeItemInPath{
	background: var(--color-primary);
}
dl.portlet.portletNavigationTree ul li a{
	margin:0;
	padding: 15px 20px!important;
	background: none;
	font-size:1.4em;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	text-align: right;
	color:var(--color-primary)!important;
}
#content dl.portlet.portletNavigationTree ul li a:hover,
#content dl.portlet.portletNavigationTree ul li a:focus{
	color:var(--color-dark)!important;
}
dl.portlet.portletNavigationTree ul li a.navTreeCurrentItem,
dl.portlet.portletNavigationTree ul li a.navTreeItemInPath{
	margin:0;
	background:none;
	border:none;
	color: #fff!important;
}
#content dl.portlet.portletNavigationTree ul li.navTreeCurrentNode a {
	color: #fff!important;
}
dl.portlet.portletNavigationTree ul li a img{
	display:none;
}

/* deuxieme niveau */
dl.portlet.portletNavigationTree ul li.navTreeCurrentNode ul{
	display: none;
}
dl.portlet.portletNavigationTree ul li ul{
	padding: 0;
}
#content dl.portlet.portletNavigationTree ul li ul li.navTreeItem{
	margin:0;
	padding:0;
	background:none;
	border-top:1px solid rgba(255,255,255,0.5);
	border-radius: 0;
}
dl.portlet.portletNavigationTree ul li ul li a{
	padding: 10px 20px!important;
	font-size:1.3em;
	font-weight: 400;
	text-transform: none;
	color: #fff!important;
}
dl.portlet.portletNavigationTree ul li ul li a.navTreeCurrentItem{
	background: rgba(255,255,255,0.3);
}

/* troisieme niveau */
dl.portlet.portletNavigationTree ul li li ul{
	margin:0 0 0 10px;
}




/*--------------------------------------------------------------------------------------------------------------
	== SOUS NAVIGATION agenda
--------------------------------------------------------------------------------------------------------------*/


.sousnavigation-agenda .portletHeader{
	font-size: 2.4em;
}


/* premier niveau */
.sousnavigation-agenda dd{
	margin:0 0 5px;
	padding:0;
	background:#fff;
	border:none;
	border-radius: 3px;
}

.sousnavigation-agenda dd a{
	margin:0;
	padding: 15px 20px!important;
	background: none;
	font-size:1.4em;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	text-align: right;
	color:var(--color-primary)!important;
	display: block;
}



/*--------------------------------------------------------------------------------------------------------------
	== SLIDER MINISITE
--------------------------------------------------------------------------------------------------------------*/
.slider-minisite li {
	position: relative;
}
.slider-minisite a {
	display: block;
	width: 100%;
}
.slider-minisite a img {
	width: 100%;
}
.slider-minisite h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 2em;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
}
.slider-minisite h2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background: var(--color-semidark);
	opacity: 0.8;
}
#content .slider-minisite h2 a {
	position: relative;
	z-index: 2;
	display: block;
	padding: 20px;
	color: #fff;
	text-align: center;
}
#content .slider-minisite h2 a:hover,
#content .slider-minisite h2 a:focus {
	color: #fff!important;
}
.slider-minisite h2 a {}

/*
	CONTROLS
*/
.slider-minisite .bx-controls {
	position: relative;
}
.slider-minisite .bx-controls .bx-controls-direction a {
	bottom: calc(100% + 10px);
	top: auto;

}
.slider-minisite .bx-wrapper .bx-pager {
	position: relative;
	bottom: auto;
	padding: 10px 0 0;
}
.slider-minisite .bx-wrapper .bx-pager {
	text-align: left;
}
.slider-minisite .bx-wrapper .bx-pager.bx-default-pager a,
#content .slider-minisite .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	border-color: #fff;
}
.slider-minisite .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slider-minisite .bx-wrapper .bx-pager.bx-default-pager a:focus,
#content .slider-minisite .bx-wrapper .bx-pager.bx-default-pager a:hover,
#content .slider-minisite .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: var(--color-primary);
	border-color: var(--color-primary);
	opacity: 0.2;
}

.bx-wrapper .slider-minisite .bx-pager.bx-default-pager a.active,
#content .slider-minisite .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: var(--color-semidark);
	border-color: var(--color-semidark);
}

/*--------------------------------------------------------------------------------------------------------------
	== VIE DE L'ECOLE
--------------------------------------------------------------------------------------------------------------*/
.vie-ecole {
	margin: var(--marge-fixe) 0 0;
	font-size: 5em;
	font-weight: 100;
	text-align: center;
	line-height: 1.3;
}
#content .vie-ecole p {
	margin: 0;
}

/*--------------------------------------------------------------------------------------------------------------
	== ZONE MULTIMEDIA
--------------------------------------------------------------------------------------------------------------*/
.zone-multimedia {
	height: calc(100% - 25px);
}
.zone-multimedia ul {
	height: 100%;
	width: 100%;
}
.zone-multimedia iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.zone-multimedia h2 {
	display: none;
}

/*--------------------------------------------------------------------------------------------------------------
	== LOGO
--------------------------------------------------------------------------------------------------------------*/
.logo{
	position: absolute;
	bottom: calc(6vw - 15px);
	left: 20px;
	z-index: 3;
	display: flex;
	height: calc(7vw - 20px);
}
.logo p{
	margin: auto;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= HEADER
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-top{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin:0;
	width: var(--col);
	background: #fff;
}
.InHeaderPortletManager1 {
	order: 1;
}
.InHeaderPortletManager2 {
	order: 3;
	width: 100%;
}
.InHeaderPortletManager4 {
	order: 4;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 41;
	padding: var(--marge-fluide);
	background: rgba(255,255,255,0.8);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}
.InHeaderPortletManager4.actif {
	opacity: 1;
	visibility: visible;
}
.manageInHeaderPortletsLink {
	order: 5;
	margin: var(--marge-fixe);
}

@media only screen and (min-width: 750px) {
	#portal-top {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
		overflow: auto;
	}
}
@media only screen and (max-width: 750px) {
	#portal-top{
	padding-top: 15%;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== LOGO
--------------------------------------------------------------------------------------------------------------*/
#portal-logo,
#portal-autrelogo-minisite{
	order: 2;
	position: relative;
	z-index: 2;
	margin: var(--marge-fluide) var(--marge-fixe);
}
#portal-logo img,
#portal-autrelogo-minisite img{
	max-width: 100%;
}

/*--------------------------------------------------------------------------------------------------------------
	== NAVIGATION
--------------------------------------------------------------------------------------------------------------*/
#portal-navigation{
}


/*
  	RUBRIQUES
*/
#portal-globalnav{
	margin: 0;
	padding:0;
	background:none;
}
#portal-globalnav > li{
	position:relative;
	float: none;
	display: block;
	margin:0;
}
#portal-globalnav > li + li {
	margin: 15px 0 0;
}
#portal-globalnav > li > a{
	display: block;
	padding: 0;
	min-width:0;
	background:none;
	border:none;
	font-size:2.5em;
	text-align: center;
	color: #fff;
}
#portal-globalnav a:hover,
#portal-globalnav a:focus{
	background:none;
	color:var(--color-dark);
}
#portal-globalnav .selected a,
#portal-globalnav .selected a:hover,
#portal-globalnav .selected a:focus{
	background:none;
	color: var(--color-dark);
}

#portal-globalnav li#portaltab-index_html.selected a,
#portal-globalnav li#portaltab-index_html.selected a:hover,
#portal-globalnav li#portaltab-index_html.selected a:focus{
	font-weight: 400;
}

/*
	MENU DEROULANT
*/
#portal-globalnav li ul.submenu{
	position: relative;
	top: auto;
	left: auto;
	z-index:2;
	display: block;
	padding:0;
	width:auto;
	background:none;
	text-align: center;
}
#portal-globalnav li ul.submenu li{
	display:inline-block;
	margin: 2px;
	float:none;
	padding:0;
	width:auto;
}
#portal-globalnav li ul.submenu li a{
	display: inline-block;
	padding:5px;
	min-width:0;
	width:auto;
	background:#fff;
	border:none;
	font-size:1.2em;
	text-transform:none;
	color:var(--color-dark)!important;
}
#portal-globalnav li ul.submenu li a:hover,
#portal-globalnav li ul.submenu li a:focus{
	background: var(--color-dark);
	border:none;
	color:#fff!important;
}
#portal-globalnav li ul.submenu li a img{
	display:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== BOUTON SE CONNECTER
--------------------------------------------------------------------------------------------------------------*/
#portal-personaltools-wrapper{}
#portal-personaltools-wrapper ul#portal-personaltools,
#portal-personaltools-wrapper dl{
	position:fixed;
	padding:0;
	background:none;
	-webkit-border-radius:0;
	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;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 var(--col) 0 0;
	padding: var(--marge-fluide) var(--marge-fluide) 0;
}
#portal-columns:after{
	content:"";
	display:block;
	clear:both;
}
#portal-column-content {
	width: 100%;
}
#portal-column-content #content{
	display: flex;
	flex-wrap: wrap;
	margin:0 0 var(--marge-fixe);
    padding:0;
	min-height:300px;
    background:transparent;
}
#content .intro {
	display: flex;
	flex-direction: column;
	margin: 0 var(--marge-fixe) 0 0;
	width: 30%;
}
.portaltype-collection #content .intro,
.portaltype-folder #content .intro {
	margin: 0;
	width: 100%;
}
#portal_colonne:not(:first-child) {
	margin: var(--marge-fixe) 0 0;
}

@media only screen and (max-width: 990px) {
	#content {
		flex-direction: column;
	}
	#portal-column-content #content-core {
		width: 100%;
	}
	#content .intro {
		margin: 0;
		width: 100%;
	}
}
@media only screen and (max-width: 750px) {
	#portal-columns {
		margin: 0;
		padding-top: calc(var(--marge-fluide) * 2);
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== CHEMIN DE FER
--------------------------------------------------------------------------------------------------------------*/
#portal-breadcrumbs{
	margin:0 0 10px;
    padding:0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 700;
	color:var(--color-primary);
}
#portal-breadcrumbs #breadcrumbs-you-are-here{
	display:none;
}
#portal-breadcrumbs .breadcrumbSeparator {
	margin: 0 5px;
	color:var(--color-primary);
}
#portal-breadcrumbs a{
	color:var(--color-primary);
}
#portal-breadcrumbs a:hover,
#portal-breadcrumbs a:focus{
	color:#000;
}

/*--------------------------------------------------------------------------------------------------------------
	== ELEMENTS GENERAUX
--------------------------------------------------------------------------------------------------------------*/
/*
	TITRE
*/
#portal-column-content h1{
	margin: 0 0 var(--marge-fixe);
	width: 100%;
	border:none;
	font-size: 5em;
	font-weight: 400;
	text-align: center;
	line-height: 1;
}
#portal-column-content h1 span.discreet{
	display:block;
}
#portal-column-content h1 strong#search-term{
	color:#000;
	font-style:italic;
	text-transform:none;
}
#viewlet-above-content-title,
#viewlet-below-content-title {
	width: 100%;
	text-align: center;
}

/*
  	IMAGE
*/
#portal-column-content .imageContainer{
	position:relative;
	margin:0 0 var(--marge-fixe) var(--marge-fluide-negative);
}
#portal-column-content .imageContainer img{
	width: 100%;
}
#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{
	display: none;
	margin: 0 auto var(--marge-fixe);
	max-width: 70%;
}
@media only screen and (max-width: 990px) {
	#portal-column-content .imageContainer {
		margin-left: 0;
	}
}

/*
	DESCRIPTION 
*/
#portal-column-content .documentDescription{
	margin:0 0 var(--marge-fixe);
	padding:0;
	background:none;
	font-family: 'raleway', sans-serif;
	font-size:1.7em;
	font-weight: 700;
	line-height: 1.4;
	color: var(--color-primary);
	text-align: right;
}
.portaltype-folder #portal-column-content .documentDescription{
	margin: auto;
	max-width: 70%;
	text-align: center;
}
@media only screen and (max-width: 990px) {
	#portal-column-content .documentDescription{
		text-align: center;
	}
}
@media only screen and (max-width: 750px) {
	.portaltype-folder #portal-column-content .documentDescription{
		max-width: none;
	}
}

/*
	CORPS DE TEXTE
*/
#portal-column-content #content-core{
	margin:0;
	flex: 1;
}
#portal-column-content .intro + div + #content-core{
	overflow: hidden;
}
#portal-column-content #content-core > div{
	font-size:1.7em;
	font-weight: 300;
	line-height:1.5;
}

/*
	PORTLETS
*/
#viewlet-below-content-body {
	width: 100%;
}

/*
	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
*/

body:not(.template-folder_contents) #portal-column-content .listingBar{
	margin:0;
	padding:var(--marge-fixe) 0 0;
	width: 100%;
	text-align:center;
	color: #fff;
	font-size: 1.3em!important;
}
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
--------------------------------------------------------------------------------------------------------------*/
.portaltype-collection #portal-column-content #content-core,
.portaltype-folder #portal-column-content #content-core {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: var(--marge-fixe) 0 0;
	overflow: visible !important;
}
#portal-column-content .tileItem{
	position: relative;
	margin:10px;
	padding: 30px;
	width: calc(33% - 20px);
	background: #fff;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	transition: all 0.5s;
}
#portal-column-content .tileItem:hover {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
.template-search #portal-column-content .tileItem::after,
.template-agenda_view #portal-column-content .tileItem::after {
	display: none;
}
#portal-column-content .tileItem::after {
	content: '';
	display: block;
	padding-top: 65%;
}
#portal-column-content .tileItem h2{
	margin-bottom:20px;
	padding: 0!important;
	background: none;
	font-size:1.5em;
	font-weight: 400;
	line-height:1;
}
#portal-column-content .tileItem h2 a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
#portal-column-content .tileItem:hover h2 a,
#portal-column-content .tileItem h2 a:hover,
#portal-column-content .tileItem h2 a:focus{
	color:#000!important;
	text-decoration:none;
}
#portal-column-content .tileItem > a:first-child{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
#portal-column-content .tileItem > a:first-child::before {
	content: '';
	display: block;
	padding-top: 65%;
}
#portal-column-content .tileItem > a img{
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-column-content .tileItem:hover > a img,
#portal-column-content .tileItem > a:hover img,
#portal-column-content .tileItem > a:focus img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
#portal-column-content .tileItem h2 + p {
	position: relative;
	margin: 0 0 22px;
	max-height: 6vw;
	font-size: 0.85em;
	line-height: 1.3;
	overflow: hidden;
	transition: all 0.5s;
}
#portal-column-content .tileItem h2 + p::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
}
#portal-column-content .tileItem .documentByLine {
	display: block;
	margin: 0 0 5px;
	font-size: 0.8em;
	font-weight: 700;
	color: var(--color-dark);
}
/*
#portal-column-content .tileItem .documentByLine > span + span {
	display: none;
}
*/
#portal-column-content .tileItem span{
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-column-content .tileItem:hover p,
#portal-column-content .tileItem:hover span {
	color: #000;
}
#portal-column-content .tileItem .audio-player {
	position: relative;
	z-index: 3;
	margin-bottom: -20px;
}
#portal-column-content .tileItem .audio-player audio {
	width: 100%;
	background: var(--color-dark);
}
#portal-column-content .tileItem cite {
	position: relative;
	z-index: 3;
	font-size: 0.7em;
	color: var(--color-semidark);
}
#portal-column-content .tileItem cite a:hover,
#portal-column-content .tileItem cite a:focus {
	color: #000!important;
	text-decoration: underline;
}
#portal-column-content .tileItem p.tileFooter{
	display: none;
}

@media only screen and (max-width: 1150px) {
	#portal-column-content .tileItem{
		width: calc(50% - 20px);
	}
}
@media only screen and (max-width: 900px) {
	#portal-column-content .tileItem {
		margin: 0;
		width: 100%;
	}
	#portal-column-content .tileItem + .tileItem {
		margin-top: 10px;
	}
}
@media only screen and (max-width: 750px) {
	#portal-column-content .tileItem h2 + p{
		max-height: 50px;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== 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: 0;
	border: none;
}
#portal-column-content #content-core #search-results-bar > span:first-child{
	display:block;
	float: none;
	margin:0;
	font-size:1.8em;
	text-align: center;
}
#portal-column-content #content-core #search-results-bar dl.actionMenu,
#portal-column-content #content-core #search-results-bar span#searchResultsSort{
	display: none;
}
#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{
	display: flex;
	flex-wrap: wrap;
	margin: var(--marge-fixe) 0 0;
	padding:0;
}
#portal-column-content #content-core #search-results > div {
	font-size: 1.7em;
}

/*--------------------------------------------------------------------------------------------------------------
	== 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 AUDIO
--------------------------------------------------------------------------------------------------------------*/
.template-son_view  .audio-player audio {
	width: 100%;
	background: var(--color-dark);
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE VIDEOS
--------------------------------------------------------------------------------------------------------------*/
.template-video_view #content-core {
	align-self: flex-start;
	position: relative;
	padding-bottom: 40%;
}
.template-video_view #content-core iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 990px) {
	.template-video_view #content-core {
		padding-bottom: 65%;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE EVENEMENT
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #content-core .eventDetails{
	clear: both;
	float:none;
	margin: 0 0 var(--marge-fixe);
	padding:0;
	width:auto;
	border:none;
	overflow:hidden;
	font-size: 1.4em;
}
#portal-column-content #content-core .eventDetails::before,
#portal-column-content #content-core .eventDetails::after{
	content: '';
	display: block;
	margin: 0 0 5px;
	width: 50px;
	height: 1px;
	background: var(--color-dark);
}
#portal-column-content #content-core .eventDetails ul{
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 20px;
}
#portal-column-content #content-core .eventDetails ul li{
	padding: 20px 0 0;
	width: 30%;
	line-height:1;
}
#portal-column-content #content-core .eventDetails ul li.calendrier{
	display:none;
}
#portal-column-content #content-core .eventDetails ul li span{
	display:inline;
	padding:0;
	width:auto;
	border:none;
	text-align:left;
	line-height:1;
}
#portal-column-content #content-core .eventDetails ul li.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:var(--color-dark);
	-webkit-border-radius:50px;
	border-radius:50px;
	color:#fff;
	font-size: 1.3em;
	line-height:1;
}
#portal-column-content #content-core #parent-fieldname-eventUrl:hover,
#portal-column-content #content-core #parent-fieldname-eventUrl:focus{
	background:var(--color-primary);
	color:#fff!important;
	text-decoration:none;
}

#portal-column-content #content-core .eventDetails .participants{
	display:none;
}



/*--------------------------------------------------------------------------------------------------------------
	== PAGE CALENDRIER
--------------------------------------------------------------------------------------------------------------*/
/*
	BOUTON CALENDRIER
*/
#portal-column-content .voir-le-calendrier,
#portal-column-content .retour-agenda{
	width: 100%;
	text-align: center;
}
#portal-column-content .voir-le-calendrier a,
#portal-column-content .retour-agenda a{
	padding:5px 10px;
	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{
	background:var(--color-primary);
	color:#fff!important;
	text-decoration:none;
}

/*
	CALENDRIER
*/
.template-ftwcalendar_view .intro + div {
	width: 100%;
}
#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);
}

/*--------------------------------------------------------------------------------------------------------------
	== 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 DE CONNEXION
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #login-form{
}
#portal-column-content #login-form:before{
	content:"Identifiez-vous";
	display:block;
	padding:0 0 20px 148px;
	font-size:4em;
	color:#464646;
}
#portal-column-content #login-form .field label{
	font-size:1.4em;
	font-style:normal;
}
#portal-column-content #login-form .field input{
	padding:5px;
	width:40%;
	font-size:1.3em;
}
#portal-column-content #login-form .formControls{
	margin:0 0 0 148px;
}
#portal-column-content #login-form .formControls input{
	margin:0;
	padding:2px 5px;
	background:#464646;
	border:none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	font-weight:bold;
	font-size:1.3em;
	cursor:pointer;
}
#portal-column-content #login-forgotten-password{
	margin:40px 0 0 148px;
	padding:40px 0 0;
	border-top:1px dotted #464646;
	font-size:1.1em;
}
#portal-column-content #login-forgotten-password a:hover,
#portal-column-content #login-forgotten-password a:focus{
	color:#000!important;
}

/*
	MOT DE PASSE PERDU
*/
#portal-column-content #mail_password{}
#portal-column-content #mail_password fieldset{
	margin:0;
	padding:0;
	border:none;
}
#portal-column-content #mail_password fieldset legend{
	display:none;
}
#portal-column-content #mail_password .field{
	float:left;
	clear:none;
	margin:0 20px 0 0;
}
#portal-column-content #mail_password .field label{
	margin:0 10px 0 0;
	font-size:1.4em;
	font-style:normal;
	font-weight:normal;
}
#portal-column-content #mail_password .field input.context{
	margin:0;
	padding:2px 5px;
	background:#464646;
	border:none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	font-weight:bold;
	font-size:1.3em;
	cursor:pointer;
}
#portal-column-content #mail_password + p{
	margin:30px 0 0;
	font-size:1.3em;
}
#portal-column-content #mail_password + p a:hover,
#portal-column-content #mail_password + p a:focus{
	color:#000!important;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= FOOTER
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-footer{
	position: relative;
	margin: 0 var(--col) 0 0;
	padding:0;
	background:none;
	border:none;
}
.FooterPortletManager1 {
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 750px) {
	#portal-footer{
		margin: 0;
	}
}


/*--------------------------------------------------------------------------------------------------------------
	== 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{
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 3;
	-webkit-transform: translate(-50%), 0;
	transform: translate(-50%, 0);
	clear:none;
	float:none;
	padding:10px 0;
	border:none;
	color:#fff;
	font-size:1.1em;
}
#portal-siteactions li{
	display:inline;
	color:#fff;
}
#portal-siteactions li a,
#portal-siteactions li a:visited{
	border:none;
	text-transform:none;
	color:#fff;
}
#portal-siteactions li a:hover{
	border:none;
	background:none;
	color:#fff;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= 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: 'raleway', 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
*/
/*------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------------------
	== EDIT BAR
--------------------------------------------------------------------------------------------------------------*/
#edit-bar{
	width: 100%;
}
#edit-bar li{
	display: inline;
}
.template-dashboard.userrole-manager #edit-bar{
	display:block;
}
.template-dashboard #edit-bar{
	display:none;
}
#content-views li:not(.selected) a {
	color: #fff;
}

/*--------------------------------------------------------------------------------------------------------------
	== MODIFIER
--------------------------------------------------------------------------------------------------------------*/
.template-atct_edit #content .intro{
	display: none;
}
.template-atct_edit #content > div {
	width: 100%;
}


/*--------------------------------------------------------------------------------------------------------------
	== CONTENU / PARTAGER / SEO
--------------------------------------------------------------------------------------------------------------*/
.template-content_status_history #content > div,
.template-tabular_extended_view #content > div,
.template-folder_contents #content > div,
.template-seo-context-properties #content > div,
.template-sharing #content > div {
	width: 100%;
}
.template-content_status_history #content .documentDescription,
.template-tabular_extended_view #content .documentDescription,
.template-folder_contents #content .documentDescription,
.template-seo-context-properties #content .documentDescription,
.template-sharing #content .documentDescription {
	text-align: center;
}
.template-content_status_history #content #portal_colonne,
.template-tabular_extended_view #content #portal_colonne,
.template-folder_contents #content #portal_colonne,
.template-seo-context-properties #content #portal_colonne,
.template-sharing #content #portal_colonne {
	display: none;
}
.template-content_status_history #content-core,
.template-tabular_extended_view #content-core,
.template-folder_contents #content-core,
.template-seo-context-properties #content-core,
.template-sharing #content-core {
	overflow: visible!important;
}



.managePortletsAboveLink {
	position: relative;
	z-index: 2;
}
.manageFooterPortletsLink {
	position: absolute;
	top: -20px;
}
.fc-container {
	width: 100%;
}

/*--------------------------------------------------------------------------------------------------------------
	== PALETTE
--------------------------------------------------------------------------------------------------------------*/
.portletPaletteAdministration {
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 1.4em!important;
}
.portletPaletteAdministration dt{
	width: 100%;
}
.portletPaletteAdministration dd{
	padding: 10px!important;
}
.hiddenStructure {
	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){




	/* 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;
	}

}

/*------------------------------------------------------------------------------------------------------------*/



