/**************************************************************************************************************/
/*
			LES CHARTREUX  - V1.5 Site generique

			Date : 31/7/17
			Auteur : marlene
			URL : http://pin2:41680/chartreux / liberté 3

*/
/**************************************************************************************************************/


/*------------------------------------------------------------------------------------------------------------*/
/*
	= RESET
*/
/*------------------------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	transform: rotate(-10deg);*/
}
html, body{
	height:100%;
}
body {
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:62.5%; /*ensuite 1em=10px en taille normale*/
	color:#000;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	border: none;
	font-family: 'Kreon', serif;
	font-weight:400;
	letter-spacing:normal;
}
ul{
	margin:0;
    padding:0;
	list-style:none;
    line-height:1.3em;
}
img{
	border:none;
	max-width: 100%;
	height: auto !important;
}
a, a:link{
	text-decoration:none;
	color:#000;
	-webkit-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: 'Open Sans', sans-serif;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus{
	background-color:#eae5e6;
}
@media only screen and (min-width: 800px) {
	.mobile {
		display: none;
	}
	.desktop {
		display: block;
	}
}
@media only screen and (max-width: 800px) {
	.mobile {
		display: block;
	}
	.desktop {
		display: 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:#000;
}
#content dt{
	font-weight:normal;
}
#content{
	clear:none;
}
#content ul{
	list-style:none;
	margin:0;
}
.portletAssignments .portlet_here.portlet_visible .portletHeader{
	color:#000;
	background: #666;
}
body.template-logged_out #content,
body.template-login_form #content{
	text-align:left;
}
.highlightedSearchTerm{
	background:none!important;
	font-weight:normal!important;
}
div.width-full{
	width:100%;
}
div.position-0,
div.position-1\:2{
	margin:0;
}
div.cell{
	float:none;
	left:0;
	width:auto;
}
div.row{
	float:none;
}
#content-ckeditor,
body.cke_panel_frame{
    background:#fff !important;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= BXSLIDER
*/
/*------------------------------------------------------------------------------------------------------------*/
/*
	RESET - LAYOUT
*/
.bx-wrapper {
	position: relative;
	margin: 0 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 {
	min-height: 50px;
	background: url(../images/bx-slider/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	zoom: 1;
	display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: -10px;
	background: url(../images/bx-slider/controls.png) no-repeat 0 0;
}
.bx-wrapper .bx-next {
	left: 10px;
	background: url(../images/bx-slider/controls.png) no-repeat -50px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom: -20px;
	outline: 0;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/bx-slider/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/bx-slider/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	width: 80%;
	text-align: left;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #666;
	background: rgba(80, 80, 80, 0.75);
}
.bx-wrapper .bx-caption span {
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 0.85em;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= PORLTETS
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-columns dl.portlet{
}
#portal-columns dl.portlet dt{
}
#portal-columns dl.portlet dd{
}

/*--------------------------------------------------------------------------------------------------------------
	== MENU SITE ETABLISSEMENT
--------------------------------------------------------------------------------------------------------------*/
.site-etb{
	margin:0 0 0 50px;
	padding:0 100px 0 14%;
	background: #26445c;
}
.portaltype-portlet-page .site-etb {
	position: absolute;
	bottom: 50px;
	right: 0;
	left: 50px;
	z-index:3;
	margin:0;
	padding:0 50px 0 0;
}
.site-etb .entete{
	display: none;
}
.site-etb ul{
	display: flex;
	justify-content: space-between;
}
.portaltype-portlet-page .site-etb ul {
	justify-content: space-around;
}
.site-etb ul li{
	position: relative;
}
.site-etb ul li a{
	display: inline-block;
	padding:25px 15px 20px;
	font-size: 1.8em;
	color: #fff;
}
.site-etb ul li a:hover,
.site-etb ul li a:focus{
	text-decoration: none;
}
.site-etb ul li a::before {
	content: '';
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
	height: 0;
	background: #fff;

	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.site-etb ul li a:hover::before,
.site-etb ul li a:focus::before {
	height: 8px;
}
.site-etb ul ul{
	display: none;
}

/*--------------------------------------------------------------------------------------------------------------
	== ONGLETS BANDEAU
--------------------------------------------------------------------------------------------------------------*/
.onglets-bandeau{
	position: absolute;
	left: 66%;
	right: 100px;
	z-index:3;
}
.onglets-bandeau ul{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0;
	list-style: none;
}
.onglets-bandeau ul li{
	padding:15px 20px;
	width: 49%;
	background: #071b2b;
	font-size: 1.2em;
	white-space: nowrap;
}
.onglets-bandeau ul li strong{
	display: block;
	font-family: 'Kreon', serif;
	font-weight: 700;
	font-size: 1.4em;
	color: #fff;
}
.onglets-bandeau ul li a{
	color: #fff;
}
.onglets-bandeau ul li strong + a{
	padding:0 0 0 8px;
	background: url("../images/chevron-blanc.png") 0 0.45em no-repeat;
}
.onglets-bandeau ul li a.parents{
	margin: 0 5px 0 0;
	padding:0 0 0 15px;
	background: url("../images/picto-parents.png") 0 0.2em no-repeat;
}
.onglets-bandeau ul li a.intranet{
	padding:0 0 0 18px;
	background: url("../images/picto-intranet.png") 0 0.2em no-repeat;
}
.onglets-bandeau ul li a.pedago{
	display: block;
    padding:0 0 0 18px;
    background: url("../images/picto-pedago.png") 0 0.2em no-repeat;
}


/*--------------------------------------------------------------------------------------------------------------
	== VISUEL HOME
--------------------------------------------------------------------------------------------------------------*/
.visuel-home{
	padding: 0 50px 0 0;
}
.visuel-home ul{
	position: relative;
	overflow: hidden;
}
.visuel-home ul::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 50%;
	z-index:2;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
	background: -webkit-linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0));
	background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.visuel-home ul li{
	position: relative;
	z-index:1;
}
.visuel-home img{
	width: 100%;
	filter: grayscale(60%);
	-webkit-filter: grayscale(60%);
}

/*--------------------------------------------------------------------------------------------------------------
	== ACTU PHARE
--------------------------------------------------------------------------------------------------------------*/
.actu-phare li {
	position: relative;
	display: block;
}
.actu-phare li > a,
.actu-phare li .illustration{
	display: block;
	height: 100%;
	background: #26445c;
}
.actu-phare li > a img,
.actu-phare li .illustration img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.actu-phare li::before {
	content: '';
	position: absolute;
	top: 90%;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
	background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
	background: -ms-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
	background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
}
@media only screen and (max-width: 800px){
	.actu-phare li::before {
		top: 60%;
		background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9));
	}
}
.actu-phare li h2 {
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;
	z-index: 2;
	line-height: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.actu-phare li h2 a {
	color: #fff;
	text-decoration: none;
	text-shadow: 2px 2px 4px #000000;

}


.actu-phare li h2 a:hover,
.actu-phare li h2 a:focus {
	text-decoration: none;

}
.actu-phare .splide__arrow {
	top: 100%;
	transform: translate(0, 50%);
}
.actu-phare .splide__arrow--prev {
	left: 0;
}
.actu-phare .splide__arrow--next {
	right: auto;
	left: 2.5em;
}
.actu-phare .portletFooter {
	text-align: right;
}
.actu-phare .portletFooter a {
	display: inline-block;
	margin: 5px 0 0;
	padding: 10px 0 10px 25px;
	background: url("../images/fleche.png") 0 center no-repeat;
	font-size: 1.4em;
}
.actu-phare {}

@media only screen and (min-width: 800px) {
	.actu-phare {
		position: absolute;
		bottom: 130px;
		right: 0;
		z-index: 20;
		padding: 10px;
		width: 445px;
		background: #fff;
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.actu-phare.close {
		right: -405px;
	}
	.actu-phare .action {
		position: absolute;
		top: 20px;
		left: 20px;
		z-index: 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;
		display:none;
	}
	.actu-phare.close .action {
		transform: rotate(45deg);
	}
	.actu-phare .action:hover,
	.actu-phare.close .action:hover {
		transform: rotate(180deg);
	}
	.actu-phare .action {}
	.actu-phare .portletHeader {
		display: none;
	}
	.actu-phare li:hover h2 {
		bottom: 15px;
	}
}

@media only screen and (max-width: 800px) {
	.actu-phare {
		padding: 20px 20px 40px;
	}
	.actu-phare .action {
		display: none;
	}
	.actu-phare .portletHeader {
		display: block;
		padding: 0 0 15px;
		line-height: 1;
		font-size: 3em;
		color: #000;
	}
	.actu-phare .portletFooter {
		display: none;
	}
	
	.actu-phare li h2 a {
	text-shadow: inherit;
}


	.visuel-home {
		display: none;
	}

}

/*--------------------------------------------------------------------------------------------------------------
	== LIEN ACTU
--------------------------------------------------------------------------------------------------------------*/
.lien-actu{
	position: absolute;
	bottom:0;
	right: 0;
	z-index:2;
	padding: 0 50px 0 20px;
	width: 26.5%;
	height: 40%;
	border-left: 1px solid #fff;
}


.lien-actu p:before{
    content: '';
    display: block;
    margin: 10px 0;
    width: 23px;
    height: 24px;
    background: url("../images/sprite.png") -112px -91px no-repeat;
}



.lien-actu p {
	position: relative;
}
.lien-actu a{
	color: #fff;
	font-size: 4em;
	line-height:0.8;
	text-shadow: rgba(0,0,0,0.9) 0 0 10px;
}
.lien-actu a:hover,
.lien-actu a:focus{
	text-decoration: none;
}
.lien-actu a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -40px;
	right: 0;
	bottom: 0;
	z-index:6;
}
.lien-actu a span{
	font-size: 0.5em;
}
.lien-actu a strong{
	display: block;
	font-size: 1.2em;
}
.lien-actu .fleches{
	display: block;
	position: fixed;
	bottom: 30.5%;
	left:72.8%;
	z-index:5;
	width: 30px;
	font-size: 2.5em;
	color: #fff;
	line-height:0.5;

	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;

	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.lien-actu p:hover + .fleches,
.lien-actu .fleches:hover{
	animation-name: bounce-lien-actu;
	-moz-animation-name: bounce-lien-actu;
}
@keyframes bounce-lien-actu {
	0%,100%{bottom:30.5%;}
	50%{bottom:31.5%;}
}
.lien-actu .fleches.scroll {
	display: block;
	color: #d3d3d3;
}
.lien-actu .fleches.invisible {
	display: none;
}

/*--------------------------------------------------------------------------------------------------------------
	== EDITO
--------------------------------------------------------------------------------------------------------------*/
.edito{
	padding: 80px 0;
	font-family: 'Kreon', serif;
}
.edito .bx-viewport{
	overflow: visible!important;
}
.edito .bx-controls{
	display: none;
}
#content .edito li{
	margin:0;
}
.edito img{
	float: left;
	margin:0 20px 0 0;
	filter: grayscale(60%);
	-webkit-filter: grayscale(60%);
}
.edito h2 {
	padding:0 0 15px 0;
	color: #26445c;
	font-size: 5em;
	line-height:1;
}
.edito li > p::before {
	content: '“';
	position: absolute;
	top:-35px;
	left:-25px;
	color: #179faf;
	font-size: 6em;
}
.edito p {
	position: relative;
	color: #26445c;
	font-size: 1.8em;
	line-height:1.3;
}
.edito li div{
	overflow: hidden;
}
.edito li div p {
	font-size: 1.5em;
}

@media only screen and (min-width: 1660px) {
	.edito img {
		margin-left: 0 !important;
		margin-top: 0 !important;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== ACTU
--------------------------------------------------------------------------------------------------------------*/
.actualites{
	position: relative;
	padding: 0 50px 80px 20px;
}
.actualites.scrollfleches::before {
	content: '▼ ▼';
	position: absolute;
	top:0;
	left:-12px;
	width: 30px;
	font-size: 2.5em;
	color: #d3d3d3;
	line-height: 0.5;
}
.actualites .entete{
	position: absolute;
	z-index:2;
	font-size: 3em;
	color: #000;
}
.actualites .entete:hover {
	text-decoration: underline;

}
#content .actualites ul{
}
#content .actualites ul li{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin:0;
}
.actualites ul li > a{
	display: block;
	width: 40%;
	overflow: hidden;
}
.actualites ul li > a img{
	/*height: 100%;*/
	width: auto;
	/*max-width: none;
	filter: grayscale(60%);
	-webkit-filter: grayscale(60%);*/
}
.actualites ul li > h2{
	padding:35px 0 30px;
	width: 50%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.8em;
	line-height:1.2;
}
#content .actualites ul li > h2 a,
#content .actualites ul li > h2 a:hover,
#content .actualites ul li > h2 a:focus{
	color: #000!important;
}

/*
	CONTROLE
*/
.actualites .bx-wrapper .bx-pager{
	padding: 0;
	left:0;
	right: 40%;
	bottom: 0;
	width: auto;
	text-align: left;
}
.actualites .bx-wrapper .bx-pager.bx-default-pager a{
	margin:0 5px 0 0;
	width: 8px;
	height:8px;
	background: #000;
	border: 1px solid #000!important;
}
.actualites .bx-wrapper .bx-pager.bx-default-pager a:hover,
.actualites .bx-wrapper .bx-pager.bx-default-pager a:focus,
.actualites .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #fff;
}

/*--------------------------------------------------------------------------------------------------------------
	== AGENDA
--------------------------------------------------------------------------------------------------------------*/
.agenda{
	padding: 0 0 0 70px;
}
.agenda .portletHeader{
	font-size: 4em;
	line-height:1;
}
#content .agenda .portletHeader a:hover,
#content .agenda .portletHeader a:focus{
	color: #000!important;
}
#content .agenda > ul {
	margin:20px 0 0;
}
#content .agenda > ul > li{
	position: relative;
	display: flex;
	flex-direction: column;
}
.agenda > ul > li::after {
	content: '';
	order: 4;
	display: block;
	margin:15px 0;
	width: 60px;
	height:2px;
	background: #000;
}
.agenda > ul > li:last-child::after {
	margin-bottom: 0;
}
.agenda ul li ul {
	order: 1;
}
.agenda ul li ul span{
	text-transform: uppercase;
}
.agenda ul li h2{
	order: 3;
	margin:5px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.6em;
	font-weight: 400;
	line-height:1;
	color: #000 !important;
}




.agenda ul li h2 a,
#content .agenda ul li h2 a:hover,
#content .agenda ul li h2 a:focus{
	color: #000!important;
}

.agenda ul li h2 a:before{
content: '';
display: inline-block;
width: 18px;
height: 21px;
background: url("../images/sprite.png") -119px -66px no-repeat;
position:relative;
top:3px;
}


.agenda ul li h2 a:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.agenda > ul > li > span{
	order: 2;
	align-self: flex-start;
	padding:5px;
	background: #000;
	color: #fff;
	font-size: 1.4em;
	font-weight: 700;
}


.subsection-tout-lagenda #content #content-core .illustration-event {
    position: relative;
	float: left;
	height: 100%;
    overflow: hidden;
}



.subsection-tout-lagenda #content #content-core .illustration-event img{
	width:100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}


.subsection-tout-lagenda #content #content-core h2.tileHeadline a:after{
	content: "[ En savoir plus ]";
	position: relative;
	font-size: 0.5em;
	display: block;
	margin-top: 10px;
}



/*--------------------------------------------------------------------------------------------------------------
	== EN IMAGE
--------------------------------------------------------------------------------------------------------------*/
.en-image{
	padding: 0 50px 0 0;
}
.en-image .portletHeader,
.en-image .bx-controls{
	display: none;
}
.en-image h2{
	position: absolute;
	top:-50000px;
}
.en-image img{
	width: 100%;
	filter: grayscale(60%);
	-webkit-filter: grayscale(60%);
}
.en-image .video{
	position: relative;
}
.en-image h2 + .video::before {
	content: '';
	display: block;
	padding-top: 54%;
}
.en-image .video iframe{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height:100%;
}

/*--------------------------------------------------------------------------------------------------------------
	== NAVIGATION SPECIALE
--------------------------------------------------------------------------------------------------------------*/
.navigation-speciale{}
.navigation-speciale dt{
	display: none;
}
#portal-columns dl.portlet.navigation-speciale dd {
	padding:0;
}
#portletPageColumns .navigation-speciale dd > ul > li {
	position: relative;
	margin:0;
	overflow: hidden;
}
#portletPageColumns .navigation-speciale dd > ul > li + li{
	margin-top: 2px;
}
.navigation-speciale dd > ul > li::before {
	content: '';
	display: block;
	padding-top: 34.7%;
}
.navigation-speciale dd > ul > li > a.illustration {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index:1;
}
.navigation-speciale dd > ul > li > a.illustration img{
	margin:0 0 0 50px;
	width: 100%;
	filter: grayscale(60%);
	-webkit-filter: grayscale(60%);
}
#portletPageColumns .navigation-speciale dd > ul > li > a.titre{
	position: absolute;
	left:0;
	bottom: 10px;
	z-index:2;
	padding:10px 0 20px;
	width: 14%;
	background: #26445c;
	border-left: 50px solid #26445c;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	font-size: 2.5em;
	font-weight: 300;
	color: #fff;
	line-height:1;
}
#contportletPageColumnsent .navigation-speciale dd > ul > li > a.illustration:hover + a.titre,
#portletPageColumns .navigation-speciale dd > ul > li > a.titre:hover,
#portletPageColumns .navigation-speciale dd > ul > li > a.titre:focus{
	color: #179faf!important;
	text-decoration: none;
}
@keyframes bounce-navigation-speciale {
	0%,100%{margin:10px 0;}
	50%{margin:0 0 20px;}
}
#portletPageColumns .navigation-speciale dd > ul > li > a.titre::before {
	content: '';
	display: block;
	margin:10px 0;
	width: 23px;
	height:21px;
	background: url("../images/sprite.png") 0 -27px no-repeat;

	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;

}
#portletPageColumns .navigation-speciale dd > ul > li > a.illustration:hover + a.titre::before,
#portletPageColumns .navigation-speciale dd > ul > li > a.titre:hover::before,
#portletPageColumns .navigation-speciale dd > ul > li > a.titre:focus::before {
	animation-name: bounce-navigation-speciale;
	-moz-animation-name: bounce-navigation-speciale;
}
#portletPageColumns .navigation-speciale dd > ul > li > a.titre span{
	display: block;
	padding: 0 10px 0 0;
	word-break: keep-all;
}
#portletPageColumns .navigation-speciale dd > ul > li > a.titre span::before {
	display: block;
	margin:0 0 5px;
	font-size: 0.6em;
}
#portletPageColumns .navigation-speciale dd > ul > li.section-chartreux-croix-rousse > a.titre span::before {
	content: 'Lyon';
}
#portletPageColumns .navigation-speciale dd > ul > li.section-chartreux-saint-famille > a.titre span::before {
	content: 'Saint-Etienne';
}
#portletPageColumns .navigation-speciale dd > ul > li.section-chartreux-sainte-blandine > a.titre span::before {
	content: 'Saint-Cyr-au-Mont-d’Or';
}
#portletPageColumns .navigation-speciale dd > ul > li.section-chartreux-saint-romain > a.titre span::before {
	content: 'Caluire-et-Cuire';
}
#portletPageColumns .navigation-speciale dd > ul > li ul{
	position: absolute;
	bottom: 10px;
	left: 18%;
	z-index:3;
	display: flex;
}

.section-accueil #portletPageColumns .navigation-speciale dd > ul > li ul{
	display: none;
}


#portletPageColumns .navigation-speciale dd > ul > li ul li{
	display: flex;
	flex-direction: column;
	margin: 0;
	padding:0;
	width: 100px;
	background: rgba(7,27,43,0.8);
}
#portletPageColumns .navigation-speciale dd > ul > li ul li + li{
	margin: 0 0 0 1px;
}
#portletPageColumns .navigation-speciale dd > ul > li ul li a.illustration{
	display: none;
}
#portletPageColumns .navigation-speciale dd > ul > li ul li a.titre{
	flex: 1;
	display: flex;
	padding: 20px 10px;
	color: #fff;
	font-size: 1.2em;
	line-height:1;
}
#portletPageColumns .navigation-speciale dd > ul > li ul li a.titre:hover,
#portletPageColumns .navigation-speciale dd > ul > li ul li a.titre:focus{
	background: #071b2b;
	text-decoration: none;
	color: #fff!important;
}
#portletPageColumns .navigation-speciale dd > ul > li ul li a.titre span{
	align-self: flex-end;
}

/*--------------------------------------------------------------------------------------------------------------
	== NOS ETABLISSEMENTS
--------------------------------------------------------------------------------------------------------------*/
.etablissements{
	position: absolute;
	top:0;
	left:0;
	right: 50px;
	overflow: hidden;

	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.etablissements .entete{
	display: block;
	margin: 0 0 10px;
	padding:0 0 0 14%;
	border-left: 70px solid #fff;
	font-family: 'Kreon', serif;
	font-size: 5em;
	color: #26445c;
	line-height:1;
}
.etablissements.invisible {
	z-index:1;
	opacity:0;
	visibility: hidden;
}
.etablissements.visible {
	z-index:2;
	opacity:1;
	visibility: visible;
}

/*
	CARTE
*/
.etablissements .contents-map-geolocalisation{
	position: relative;
	z-index:1;
}
.etablissements .contents-map-geolocalisation .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
	bottom: 145px!important;
}

/*
	LISTE
*/
.etablissements .maps-listing-items{
	position: absolute;
	bottom:0;
	right: 50px;
	left: 0px;
	z-index:20;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	height: 50px;
}

#portletPageColumns .etablissements .maps-listing-items li#Sup-Alta-localisation{
	display:none;
}

#portletPageColumns .etablissements .maps-listing-items > li{
	padding: 15px;
	width: 19.5%;
	background: #26445c;
	color: #fff;
}
.etablissements .maps-listing-items li h2{
	margin: 0 0 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #fff;
	line-height:1;
}
.etablissements .maps-listing-items li .infos{
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.etablissements .maps-listing-items li:hover .infos,
.etablissements .maps-listing-items li.active .infos{
	margin-bottom: 0!important;
}
.etablissements .maps-listing-items li .infos > p{
	margin:0 0 5px;
	font-size: 1.4em;
}
#content .etablissements .maps-listing-items li .infos > a,
#content .etablissements .maps-listing-items li .infos > a:hover,
#content .etablissements .maps-listing-items li .infos > a:focus{
	display: block;
	margin:0 0 15px;
	color: #fff!important;
	font-size: 1.4em;
}
#portletPageColumns .etablissements .maps-listing-items li div ul li{
	position: relative;
	display: block;
	padding:0 0 5px 10px;
}
#portletPageColumns .etablissements .maps-listing-items li div ul li::before {
	content: '';
	position: absolute;
	top:0;
	left:0;
	width: 0;
	height:0;
	border: 6px solid transparent;
	border-left: 6px solid #fff;
}
#portletPageColumns .etablissements .maps-listing-items li div ul li::after {
	content: '';
	position: absolute;
	top:2px;
	left:1px;
	width: 0;
	height:0;
	border: 4px solid transparent;
	border-left: 4px solid #fff;
}
#portletPageColumns .etablissements .maps-listing-items li div ul li.ecole::after {
	border-left: 4px solid #3d926d;
}
#portletPageColumns .etablissements .maps-listing-items li div ul li.college::after {
	border-left: 4px solid #b11c1c;
}
#portletPageColumns .etablissements .maps-listing-items li div ul li.lycee::after {
	border-left: 4px solid #373f81;
}
#portletPageColumns .etablissements .maps-listing-items li div ul li.postbac::after {
	border-left: 4px solid #a4864e;
}
#portletPageColumns .etablissements .maps-listing-items li div ul li a,
#portletPageColumns .etablissements .maps-listing-items li div ul li a:hover,
#portletPageColumns .etablissements .maps-listing-items li div ul li a:focus{
	color: #fff!important;
	font-size: 1.4em;
	font-style: italic;
}


/*--------------------------------------------------------------------------------------------------------------
	== ONGLETS CARTE
--------------------------------------------------------------------------------------------------------------*/
.onglets-etb{
	position: absolute;
	top:20px;
	right: 50px;
	z-index:3;
}
#portletPageColumns .onglets-etb ul li{
	display: inline-block;
}
#portletPageColumns .onglets-etb ul li a{
	display: block;
	padding:5px 15px;
	border: 1px solid #000;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color: #000;
	font-size: 1.4em;
	font-weight: 700;
	opacity:0.3;
}
#portletPageColumns .onglets-etb ul li a:hover,
#portletPageColumns .onglets-etb ul li a:focus{
	color: #000!important;
	text-decoration: none;
	opacity:1;
}
#portletPageColumns .onglets-etb ul li a.active {
	opacity:1;
}

/*--------------------------------------------------------------------------------------------------------------
	== LEGENDE CARTE
--------------------------------------------------------------------------------------------------------------*/
.legende-carte{
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	z-index:4;
	padding:100px 0 0 50px;
	width: 14%;
	background: rgba(255,255,255,0.8);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.legende-carte ul li{
	font-size: 1.4em;
	font-weight: 700;
}
.legende-carte ul li::before {
	content: '';
	display: inline-block;
	margin: 0 10px 0 0;
	width: 20px;
	height: 20px;
	background: #000;
	vertical-align: middle;
}
.legende-carte ul li.ecole {
	color: #3d926d;
}
.legende-carte ul li.ecole::before {
	background: #3d926d;
}
.legende-carte ul li.college {
	color: #b11c1c;
}
.legende-carte ul li.college::before {
	background: #b11c1c;
}
.legende-carte ul li.lycee {
	color: #373f81;
}
.legende-carte ul li.lycee::before {
	background: #373f81;
}
.legende-carte ul li.postbac {
	color: #a4864e;
}
.legende-carte ul li.postbac::before {
	background: #a4864e;
}
.legende-carte ul li.enseignement {
	margin: 20px 0 0;
}
.legende-carte ul li.enseignement::before {
	background: url("../images/sprite.png") 0 -59px no-repeat;
}
.legende-carte ul li.internat::before {
	background: url("../images/sprite.png") -44px -59px no-repeat;
}


/*--------------------------------------------------------------------------------------------------------------
	== ADD THIS
--------------------------------------------------------------------------------------------------------------*/
.portletEmbed.portlet-embed-add-this{
	text-align: right;
}
#portal-column-content .portletEmbed.portlet-embed-add-this a{
	float: none;
	display: inline-block;
	margin: 0 0 0 5px;
	width: 17px;
	height: 17px;
	background: #26445c;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}
#portal-column-content .portletEmbed.portlet-embed-add-this a:hover,
#portal-column-content .portletEmbed.portlet-embed-add-this a:focus{
	background: #179faf;
}
.portletEmbed.portlet-embed-add-this a::before {
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	background-image: url("../images/sprite.png");
}
.portletEmbed.portlet-embed-add-this a.addthis_button_facebook::before {
	background-position: 0 0;
}
.portletEmbed.portlet-embed-add-this a.addthis_button_twitter::before {
	background-position: -27px 0;
}
.portletEmbed.portlet-embed-add-this a.addthis_button_print::before {
	background-position: -54px 0;
}
.portletEmbed.portlet-embed-add-this a.addthis_button_email::before {
	background-position: -81px 0;
}
.portletEmbed.portlet-embed-add-this a span{
	display: none;
}

/*--------------------------------------------------------------------------------------------------------------
	== MENU SECONDAIRE
--------------------------------------------------------------------------------------------------------------*/
.menu-secondaire{
	margin: 70px 20px 0 0;
}
.menu-secondaire::before {
	content: '';
	display: block;
	margin: auto;
	width: 42px;
	height:42px;
	background: url("../images/sprite.png") -71px -59px no-repeat;
}
.menu-secondaire ul li{
	display: block;
	margin: 10px 0 0;
}
.menu-secondaire ul li a{
	display: block;
	padding: 10px;
	border: 1px solid #000;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	text-align: center;
	font-size: 1.4em;
	font-weight: 700;
}
.menu-secondaire ul li a:hover,
.menu-secondaire ul li a:focus{
	background: #d3d3d3;
	text-decoration: none;
}

/*--------------------------------------------------------------------------------------------------------------
	== LISTE AGENDA
--------------------------------------------------------------------------------------------------------------*/
.liste-agenda{
	margin:0;
}
.liste-agenda .entete {
	display: block;
	color:#26445c;
	text-transform:uppercase;
	font-size:1.8em;
	font-family: 'Kreon', serif;
	line-height: 1;
}
.liste-agenda .entete::after{
	content: '';
	display: block;
	margin: 10px 0 0;
	width: 60px;
	height: 2px;
	background: #179faf;
}
.liste-agenda  ul li{
	position: relative;
}
.liste-agenda  ul li::after{
	content: '';
	display: block;
	margin: 10px 0 0;
	width: 60px;
	height: 2px;
	background: #179faf;
}
.liste-agenda  ul li h2{
	margin:0;
	padding:10px 0 5px!important;
	background:none;
	font-size:1.6em;
	font-family: 'Kreon', serif;
	line-height:1;
	color:#26445c;
}
.liste-agenda ul li h2 a{
	color:#26445c!important;
}
.liste-agenda ul li:hover h2 a,
.liste-agenda ul li h2 a:hover,
.liste-agenda ul li h2 a:focus{
	color:#179faf!important;
	text-decoration: none;
}
.liste-agenda ul li h2 a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.liste-agenda  ul li span{
	margin: 0 0 10px;
	font-size: 1.1em;
	color:#26445c;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.liste-agenda  ul li:hover span {
	color:#179faf;
}

/*--------------------------------------------------------------------------------------------------------------
	== SOUS NAVIGATION
--------------------------------------------------------------------------------------------------------------*/
dl.portlet.portletNavigationTree{
	margin:0;
}
dl.portlet.portletNavigationTree dd ul{
}

/* racine */
dl.portlet.portletNavigationTree ul li.navTreeTopNode{
	margin:0;
	padding:0;
	background:none;
	border:none;
	text-transform:uppercase;
	font-size: 1.2em;
}
dl.portlet.portletNavigationTree ul li.navTreeTopNode a {
	color:#179faf!important;
}

/* premier niveau */
dl.portlet.portletNavigationTree ul li,
dl.portlet ul.navTreeLevel0 > .navTreeItem{
	margin:0;
	padding:0;
	border:none;
}
dl.portlet.portletNavigationTree ul li::after{
	content: '';
	display: block;
	width: 60px;
	height: 2px;
	background: #179faf;
}
dl.portlet.portletNavigationTree ul li a{
	margin:0;
	padding:10px 0!important;
	background:none;
	font-size:1.6em;
	font-family: 'Kreon', serif;
	color:#26445c!important;
	line-height:1;
}
dl.portlet.portletNavigationTree ul li a:hover,
dl.portlet.portletNavigationTree ul li a:focus{
	color:#179faf!important;
	text-decoration: none;
}
dl.portlet.portletNavigationTree ul li a.navTreeCurrentItem,
dl.portlet.portletNavigationTree ul li a.navTreeItemInPath{
	margin:0;
	background:none;
	border:none;
	color: #179faf!important;
}
dl.portlet.portletNavigationTree ul li a img{
	display:none;
}

/* deuxieme niveau */
dl.portlet.portletNavigationTree ul li ul{
	margin:0 0 20px 10px;
}
dl.portlet.portletNavigationTree ul li ul li.navTreeItem{
	margin:0;
	padding:0 0 0 10px;
	background:url("../images/chevron-general2.png") 0 0.3em no-repeat;
}
dl.portlet.portletNavigationTree ul li ul li.navTreeItem.navTreeCurrentNode{
	background-image: url("../images/chevron-general.png");
}

dl.portlet.portletNavigationTree ul li ul li.navTreeItem + li{
	margin:8px 0 0;
}
dl.portlet.portletNavigationTree ul li ul li.navTreeItem::after {
	display: none;
}
dl.portlet.portletNavigationTree ul li ul li a{
	padding: 0 !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3em;
	color: #17afd0!important;
}
dl.portlet.portletNavigationTree ul li ul li a:hover,
dl.portlet.portletNavigationTree ul li ul li a:focus{
	color:#26445c!important;
}
dl.portlet.portletNavigationTree ul li ul li a.navTreeCurrentItem{
	color:#26445c!important;
}

/* troisieme niveau */
dl.portlet.portletNavigationTree ul li li ul{
	margin:10px 0 0 10px;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= CONTENEUR GENERAL
*/
/*------------------------------------------------------------------------------------------------------------*/
#visual-portal-wrapper{
	position: relative;
}
#visual-portal-wrapper::before{
	content: '';
	position: absolute;
	top:0;
	right:100px;
	bottom: 0;
	z-index:1;
	width: 1px;
	background: #f8f8f8;
}
#visual-portal-wrapper > *{
	position: relative;
	z-index:2;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= HEADER
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-top{
	margin:0;
	background: #dcdcdc;
}
.portaltype-portlet-page #portal-top{
	height:100%;
	background: #fff;
}
#portlets-in-header{
	z-index:151;
	margin:0;
	height: 100%;
}
.portaltype-portlet-page div.InHeaderPortletManager1 {
	position: static;
	z-index:2;
}
div.InHeaderPortletManager2 {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index:1;
	overflow: hidden;
}
#portal-navsearch{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	padding: 0 0 0 50px;
}
.portaltype-portlet-page #portal-navsearch {
	position: absolute;
	top:0;
	z-index:153;
	background: #fff;
	max-height: 50px;
}

/*--------------------------------------------------------------------------------------------------------------
    == LOGO
--------------------------------------------------------------------------------------------------------------*/
#portal-logo{
	position: absolute;
	top:0;
	left:5%;
	z-index:152;
	margin: 0;
	width: 10%;
	background: url("../images/logo2.png") center center no-repeat;
	background-size: auto 95% ;
	overflow: hidden;
}
#portal-logo img{
	display: none;
}
.portaltype-portlet-page #portal-logo {
	width: 40%;
	background: none;
}
.portaltype-portlet-page #portal-logo img{
	display: block;
	width: 100%;
}

/*--------------------------------------------------------------------------------------------------------------
	== RECHERCHE
--------------------------------------------------------------------------------------------------------------*/
#portal-searchbox{
	margin:0;
}
#portal-searchbox a.bton{
	position: relative;
	padding: 18px 0;
}
#portal-searchbox a.bton::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	background: #fff;

	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-searchbox a.bton:hover::before,
#portal-searchbox a.bton:focus::before{
	height: 8px;
}
#portal-searchbox form{
	display: flex;
	position: fixed;
	top:0;
	left: 100%;
	right: -100%;
	bottom: 0;
	z-index:500;
	background: #26445c;

	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-searchbox form.open {
	left: 0;
	right: 0;
}
#portal-searchbox form.close {
	left: 100%;
	right: -100%;
}
#portal-searchbox form .bt-close{
	position: absolute;
	top:50px;
	right: 50px;
	cursor: pointer;
}
#portal-searchbox form .bt-close:hover,
#portal-searchbox form .bt-close:focus{
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
#portal-searchbox form > div{
	margin: auto;
}
#portal-searchbox form > div::before {
	content: 'Rechercher sur le site';
	display: inline-block;
	padding:0 0 10px;
	font-size: 3em;
	color: #fff;
	font-family: 'Kreon', serif;
}
#portal-searchbox form > div input[type=text]{
	display: block;
	padding:5px;
	width: 100%;
	border:none;
}
#portal-searchbox form > div input[type=submit]{
	margin:10px 0 0;
	padding:5px 10px;
	background:#071b2b;
	border:none;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
	cursor:pointer;

	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-searchbox form > div input[type=submit]:hover {
	background: #000;
}
#portal-searchbox .searchSection,
#portal-searchbox #LSShadow{
	display:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== NAVIGATION MINI
--------------------------------------------------------------------------------------------------------------*/
#portal-navigation{
	position:relative;
	z-index:150;
	margin:0;
	background:none;
}

/*
	BOUTONS
*/
#portal-navigation > a,
#portal-navigation ul#portal-globalnav + a{
	display:none;
}

/*
  	RUBRIQUES
*/
#portal-globalnav{
	margin:0;
	padding:0;
	background:none;
}
#portal-globalnav > li{
	position:relative;
	margin:0 20px 0 0;
}
#portal-globalnav > li > a{
	padding:20px 0;
	min-width:0;
	background:none;
	border:none;
	font-size:1.4em;
}
#portal-globalnav > li#portaltab-fonds-de-dotation > a {
	color: #179faf;
}
#portal-globalnav > li#portaltab-inscriptions > a {
	font-weight: 700;
	color: #179faf;
}
#portal-globalnav li:hover a,
#portal-globalnav .selected a,
#portal-globalnav .selected a:hover,
#portal-globalnav .selected a:focus,
#portal-globalnav a:hover,
#portal-globalnav a:focus{
	background:none;
	color:#000;
	text-decoration: none;
}
#portal-globalnav > .selected > a::before {
	content: '';
	position: absolute;
	left: 10px;
	bottom: -6px;
	z-index:1;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-top:10px solid #dcdcdc;
}
#portal-globalnav > .selected > a::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 10px;
	background: #fff;
	border-radius: 5px 5px 0 0;
}
#portal-globalnav > li > a::after,
#portal-globalnav a::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	background: #fff;

	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-globalnav  > li:hover > a::after,
#portal-globalnav  > li > a:hover::after,
#portal-globalnav  > li > a:focus::after {
	content: '';
	height: 10px;
}

#portal-globalnav li#portaltab-index_html{
	display:none;
}

/*
	MENU DEROULANT
*/
#portal-globalnav li ul.submenu{
	top:110%;
	z-index:2;
	display: block;
	padding:0;
	width:200px;
	background: none;
	opacity:0;
	visibility: hidden;

	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-globalnav li:hover ul.submenu {
	top:100%;
	opacity:1;
	visibility: visible;
}
#portal-globalnav li ul.submenu li{
	display:block;
	float:none;
	width:auto;
}
#portal-globalnav li ul.submenu li a{
	display: block;
	margin:1px 0 0;
	padding:10px;
	min-width:0;
	width:auto;
	background:rgba(255,255,255,0.9);
	border:none;
	font-size:1.2em;
	text-transform:none;
	color:#000!important;
}
#portal-globalnav li ul.submenu li a:hover,
#portal-globalnav li ul.submenu li a:focus{
	background: #fff;
	border:none;
}
#portal-globalnav li ul.submenu li a img{
	display:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== BOUTON SE CONNECTER
--------------------------------------------------------------------------------------------------------------*/
#portal-personaltools-wrapper{
	z-index:5000;
}
#portal-personaltools-wrapper ul#portal-personaltools,
#portal-personaltools-wrapper dl{
	position:fixed;
	padding:0;
	background:none;
	-webkit-border-radius:0;
	border-radius:0;
	z-index:5000;
}
#portal-personaltools-wrapper > ul{
	display:none;
}
#portal-personaltools-wrapper ul li a,
#portal-personaltools-wrapper dl a{
	color:#000;
	font-size:1.3em;
}
#portal-personaltools-wrapper ul li a{
	text-decoration:underline;
}
#portal-personaltools-wrapper ul li a + a{
	display:none;
}
#portal-personaltools-wrapper dl dd{
}
#portal-personaltools-wrapper dl dd a:hover{
	background:#000;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= MAIN
*/
/*------------------------------------------------------------------------------------------------------------*/
/*ensemble des trois colonnes*/
#portal-columns{
	position: relative;
	z-index:1;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	padding:0 0 50px;
}
#portal-columns::before {
	content: '';
	position: absolute;
	top:0;
	left:14%;
	bottom: 0;
	z-index:1;
	width: 1px;
	background: #f8f8f8;
	border-left:50px solid #fff ;
}
#portal-columns::after{
	content: '';
	position: absolute;
	top:0;
	right:26.5%;
	bottom: 0;
	z-index:1;
	width: 1px;
	background: #f8f8f8;
}
.portaltype-portlet-page #portal-columns{
	padding: 0;
}

/*--------------------------------------------------------------------------------------------------------------
	== CENTRE
--------------------------------------------------------------------------------------------------------------*/
#portal-entete{
	position: relative;
	z-index:2;
	margin:0 0 30px;
	padding:0 50px 0 0;
	width: 100%;
}
#portlets-below-content{
	position: absolute;
	top:0;
	left: 0;
	width: 18%;
}
.section-numeros-utiles #portlets-below-content {
	width: 13%;
}
#portal-column-content{
	flex: 1;
	position: relative;
	z-index:2;
	margin:0;
	padding:0 10% 0 14%;
	background:none;
	border-left: 50px solid #fff;
}
.portaltype-portlet-page #portal-column-content {
	margin:80px 0;
}
.section-accueil #portal-column-content {
	margin:0;
	padding:0;
	border: none;
}
#portal-column-content #content{
	clear: left;
	margin:0;
    padding:0;
	min-height:300px;
    background:transparent;
}
#portal-column-one{
	margin:0;
	padding:0 100px 0 0;
	width:25%;
}
.portaltype-portlet-page #portal-column-one {
	margin:80px 0;
}
#portlets-above{
	position: relative;
	z-index:2;
}

/*--------------------------------------------------------------------------------------------------------------
	== ELEMENTS GENERAUX
--------------------------------------------------------------------------------------------------------------*/
/*
	CHEMIN DE FER
*/
#portal-breadcrumbs{
	position: absolute;
	bottom:10px;
	left: 14%;
	z-index:2;
	margin:0 0 0 70px;
	padding:0;
	color:#fff;
	font-size: 1.3em;
	font-weight: 700;
}
#portal-breadcrumbs .breadcrumbSeparator,
#portal-breadcrumbs a,
#portal-breadcrumbs a:hover,
#portal-breadcrumbs a:focus{
	color: #fff;
}
#portal-breadcrumbs #breadcrumbs-you-are-here{
	display:none;
}
#portal-entete.sans-image #portal-breadcrumbs{
	position: relative;
	bottom: auto;
	margin-top:10px;
	color: #dcdcdc;
}
#portal-entete.sans-image #portal-breadcrumbs .breadcrumbSeparator,
#portal-entete.sans-image #portal-breadcrumbs a,
#portal-entete.sans-image #portal-breadcrumbs a:hover,
#portal-entete.sans-image #portal-breadcrumbs a:focus{
	color: #dcdcdc;
}

/*
  	IMAGE
*/
.imageContainer{
	position: relative;
	z-index:1;
	overflow: hidden;
}
.imageContainer::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index:2;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.3)));
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.3));
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.3));
}
.imageContainer::after {
	content: '';
	display: block;
	padding-top: 34.7%;
}

.imageContainer img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;

	filter: grayscale(60%);
	-webkit-filter: grayscale(60%);
}
.imageContainer p{
	position:absolute;
	bottom:0;
	z-index:3;
	margin:0;
	padding:10px 20px;
	width: 14%;
	color:#000;
	font-family: 'Kreon', serif;
	font-size: 2em;
}

/*
	TITRE
*/
#portal-column-content h1{
	padding:0 0 0 20px;
	border:none;
	color:#26445c;
	font-size: 5em;
	line-height:1;
}
.template-search #portal-column-content h1 {
	padding:0;
}
.section-accueil #portal-column-content h1{
	position:absolute;
	top:-5000px;
}
#portal-column-content h1 span.discreet{
	display:block;
}
#portal-column-content h1 strong#search-term{
	color:#000;
	font-style:italic;
	text-transform:none;
}


/*
	DESCRIPTION
*/
#portal-column-content .documentDescription{
	margin:10px 0 30px;
	padding:0 0 0 20px;
	background:none;
	color:#000;
	font-family: 'Kreon', serif;
	font-size:1.8em;
	font-weight: 700;
}
.section-accueil #portal-column-content .documentDescription{
	position:absolute;
	top:-5000px;
}

/*
	CORPS DE TEXTE
*/
#portal-column-content #content-core{
	margin:30px 0 0 20px;
}
#portal-column-content #content-core > div{
	font-size:1.4em;
	line-height:1.4;
}
.portaltype-portlet-page #portal-column-content #content > div[id^="parent-fieldname-text"]{
	position: relative;
	margin:10px 0 0 20px;
	font-family: 'Kreon', serif;
	font-size:1.8em;
	line-height:1.4;
}
.section-accueil.portaltype-portlet-page #portal-column-content #content > div[id^="parent-fieldname-text"] {
	display: none;
}
.portaltype-portlet-page #portal-column-content #content > div[id^="parent-fieldname-text"]::before {
	content: '“';
	position: absolute;
	top:-35px;
	left:-45px;
	z-index:2;
	color: #17afd0;
	font-size: 6em;
}

#portal-column-content #content-core iframe{
	max-width: 100%;
}


/*
  	SOMMAIRE
*/
#portal-column-content dl.toc{
	float:none;
	margin:10px 0;
	width:100%;
}
#portal-column-content dl.toc dt{
	margin:0;
	color:#000;
}
#portal-column-content dl.toc dd{
	margin:0;
	color:#000;
}
#portal-column-content dl.toc dd li{
	margin:0 0 8px;
	line-height:1.1;
}
#portal-column-content dl.toc dd li a,
#portal-column-content dl.toc dd li a:hover,
#portal-column-content dl.toc dd li a:focus{
	color:#000!important;
}

/*
	PAGINATION
*/
#portal-column-content .listingBar{
	margin: 50px 0 0;
	padding:0;
	width: 100%;
	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;
}

/*
	CONTENUS CORRRELES
*/
#portal-column-content .relatedItems{
	margin:20px 0 0;
	padding:10px;
	background:#ccc;
}
#portal-column-content .relatedItems dl{
	overflow:hidden;
}
#portal-column-content .relatedItems dl dt{
	margin:0 0 5px;
	font-size:1.3em;
	font-weight:bold;
}
#portal-column-content .relatedItems dl dd{
	float:left;
	margin:0;
	padding:0 0 0 8px;
	width:45%;
	background:url(../images/puce-noire-petite.png) 0 0.6em no-repeat;
	font-size:1.1em;
}
#portal-column-content .relatedItems dl dd span{
	padding:0!important;
	background:none;
	line-height:1;
}
#portal-column-content .relatedItems dl dd span a,
#portal-column-content .relatedItems dl dd span a:hover,
#portal-column-content .relatedItems dl dd span a:focus{
	color:#000!important;
}
#portal-column-content .relatedItems dl dd span img{
	display:none;
}

/*
	MOTS CLES
*/
#category{
	margin:10px 0 0;
	/*display:none;*/
	color: #fff;
}
#category span{
	float: left;
	margin: 0 0 10px;
	padding: 0 0 0 20px;
}
#category a.link-category{
	padding: 0;
	background: none;
	text-transform: uppercase;
}
#category a.link-category:hover,
#category a.link-category:focus{
	background: none;
	color: #000;
}

/*
	COMMENTAIRES
*/
.discussion{
	margin:50px 0 20px;
	border-bottom:5px solid #f3f2f1;
}
.discussion:before{
	content:"Commentaires";
	display:block;
	margin:0 0 10px;
	font-size:3em;
	color:#9d9893;
}
.discussion > div{
	margin:0 0 10px;
	padding:10px 0 0;
	border-top:5px solid #f3f2f1;
	text-align:right;
}
.discussion > .replyTreeLevel1{
	margin-left:30px;
}
.discussion .documentByLine{
	float:none;
	margin:0;
	text-align:left;
	font-size:1.4em;
	font-weight:700;
	color:#9d9893;
}
.discussion > div .commentImage{
	display:none;
}
.discussion > div .commentDate{
	display:inline;
	font-weight:400;
}
.discussion > div .commentBody{
	position:relative;
	margin:10px 0;
	padding:0;
	border:none;
	-webkit-border-radius:0 ;
	-moz-border-radius:0 ;
	border-radius:0 ;
	-webkit-box-shadow:none;
	box-shadow:none;
	text-align:left;
	font-size:1.3em;
	color:#9d9893;
	overflow:visible;
}
.discussion > div .commentBody p{
	float:none;
}
.discussion > div button{
	margin:0;
	padding:5px;
	background:#f3f2f1;
	border:none;
	font-weight:bold;
	font-size:1em;
	color:#9d9893;
	text-transform:uppercase;
	cursor:pointer;
}
.discussion > div button:hover{
	color:#000;
}

/*
	DEPOT DE COMMENTAIRES
*/
#commenting{
	margin:0;
}
.reply{
	margin:20px 0 0 80px;
}
#commenting fieldset,
.reply fieldset{
	margin:0;
	padding:0;
	border:none;
}
#commenting fieldset legend,
.reply fieldset legend{
	margin:0;
	padding:0;
	font-size:2em;
	line-height:1.8;
	color:#9d9893;
}
#commenting fieldset p,
.reply fieldset p{
	display:none;
}
#commenting fieldset form,
.reply fieldset form{
	margin:0;
}
#commenting fieldset form .field,
.reply fieldset form .field{
	clear:none;
	text-align:left;
}
#commenting fieldset form .field label,
.reply fieldset form .field label{
	font-weight:normal;
	font-size:1.2em;
	color:#9d9893;
}
#commenting fieldset form .field input,
.reply fieldset form .field input{
	padding:5px;
	width:100%;
	border:1px solid #f3f2f1;
	font-size:1.2em;
}
#commenting fieldset form .field textarea,
.reply fieldset form .field textarea{
	padding:5px;
	width:100%;
	border:1px solid #f3f2f1;
	font-size:1.2em;
}
#commenting fieldset form #formfield-form-widgets-etablissement,
.reply fieldset form #formfield-form-widgets-fonction{
	display:none;
}
#commenting fieldset form #formfield-form-widgets-captcha label,
.reply fieldset form #formfield-form-widgets-captcha strong{
	display:none;
}
#commenting fieldset form #formfield-form-widgets-captcha span,
.reply fieldset form #formfield-form-widgets-captcha span{
	float:right;
	padding:0 135px 0 0;
	color:#000;
	font-size:1.2em;
	font-weight:bold;
}
#commenting fieldset form #formfield-form-widgets-captcha input,
.reply fieldset form #formfield-form-widgets-captcha input{
	float:right;
	margin:-15px 0 0;
	width:125px;
}
#commenting fieldset form .formControls,
.reply fieldset form .formControls{
	clear:both;
	margin:0;
	text-align:right;
}
#commenting fieldset form .formControls input,
.reply fieldset form .formControls input{
	padding:5px 10px;
	margin:0 0 0 5px;
	background:#9d9893;
	border:none;
	color:#fff;
	font-weight:700;
	font-size:1.2em;
	text-transform:uppercase;
	cursor:pointer;
}
.reply fieldset form .formControls input{
	background:#9d9893;
	color:#fff;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE PORTLETS
--------------------------------------------------------------------------------------------------------------*/
#portletPageColumns{
	position: relative;
	z-index:2;
	width:100%;
}
#portletPageTopRow{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:0 0 50px;
}
#portletPageTopRow > div:nth-child(1){
	width: 65%;
}
#portletPageTopRow > div:nth-child(1):nth-last-child(3){
	width: 100%;
}
#portletPageTopRow > div:nth-last-child(3){
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 26.5%;
	border-left: 1px solid #d3d3d3;
}
#portletPageTopRow > div:nth-last-child(2){
	align-self: flex-end;
	margin:0 0 0 14%;
	width: 30%;
}
#portletPageTopRow > div:last-child{
	width: 53%;
}
#portletPageBottomRow{
	position: relative;
	margin:100px 0 0;
}

@media only screen and (max-width: 1300px){
	#portletPageTopRow > div:nth-child(1){
		width: 90%;
	}
	#portletPageTopRow > div:nth-last-child(3) {
		display: none;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE LISTE
--------------------------------------------------------------------------------------------------------------*/
.template-folder_summary_view #portal-column-content #content-core,
.template-summary_view #portal-column-content #content-core,
body[class*=subsection-].template-agenda_view #portal-column-content #content-core{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
body[class*=subsection-].template-folder_summary_view #portal-column-content #content-core {
	display: block;
}
#portal-column-content #content-core .tileItem,
body[class*=subsection-].template-agenda_view #portal-column-content #content-core .tileItem{
	position: relative;
	margin:40px 0 0;
	padding:0;
	width: 35%;
	background: #dcdcdc;
}
body[class*=subsection-] #portal-column-content #content-core .tileItem {
	width: auto;
}
#portal-column-content #content-core .tileItem::before {
	content: '';
	position: absolute;
	top: 0;
	left: -20px;
	bottom: 0;
	width: 20px;
	background: #dcdcdc;
	border-left: 5px solid #26445c;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-column-content #content-core .tileItem:hover::before {
	border-left: 10px solid #26445c;
}
#portal-column-content #content-core .tileItem::after {
	content: '';
	display: block;
	clear: both;
}
#portal-column-content #content-core .tileItem h2 {
	margin:0;
	padding: 40px 0;
	font-size:1.8em;
	line-height:1;
}
#portal-column-content #content-core .tileItem .illustration-event + h2{
	padding: 20px 0 10px;
}
#portal-column-content #content-core .tileItem h2 a{
	padding:0;
	line-height:1;
	color:#26445c!important;
}
#portal-column-content #content-core .tileItem h2 a:hover,
#portal-column-content #content-core .tileItem h2 a:focus{
	color:#26445c!important;
	text-decoration:none;
}
#portal-column-content #content-core .tileItem h2 a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#portal-column-content #content-core .tileItem > a:first-child{
	position: relative;
	float: left;
	height: 100%;
	min-height: 100px;
	overflow: hidden;
}

/*#portal-column-content #content-core .tileItem > a:first-child:not(.illustration-event)::before {
	content: '';
	display: block;
	padding-top: 34.7%;
}
#portal-column-content #content-core .tileItem > a:first-child:not(.illustration-event) img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	filter: grayscale(60%);
	-webkit-filter: grayscale(60%);

	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}*/
#portal-column-content #content-core .tileItem > a:first-child img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(60%);
	-webkit-filter: grayscale(60%);

	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}



#portal-column-content #content-core .tileItem:hover > a img,
#portal-column-content #content-core .tileItem > a:hover img,
#portal-column-content #content-core .tileItem > a:focus img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
#portal-column-content #content-core .tileItem .documentByLine{
	padding-bottom: 20px;
	color: #26445c;
}
#portal-column-content #content-core .tileItem .audio-player{
	position: relative;
	z-index:2;
	padding:0 20px 0 0;
}
#portal-column-content #content-core .tileItem .audio-player audio{
	width: 100%;
	height: 25px;
	background: #26445c;
}
#portal-column-content #content-core .tileItem p,
#portal-column-content #content-core .tileItem p.tileFooter{
	display: none;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE D'INSCRIPTION A LA NEWSLETTER
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #newsletter{
	font-size:1em!important;
}
#portal-column-content #newsletter .documentDescription{
	margin:0!important;
}
#portal-column-content #newsletter form#nl_form{
	margin:30px 0 0;
	padding:0;
}
#portal-column-content #newsletter form#nl_form fieldset{
	margin:0;
	padding:0;
	border:none;
}
#portal-column-content #newsletter form#nl_form fieldset .field{
	margin:0 0 25px;
	padding:0;
	border-bottom:0;
	color:#444;
}
#portal-column-content #newsletter form#nl_form fieldset .field label{
	font-size:1.4em;
}
#portal-column-content #newsletter form#nl_form fieldset .field div{
	font-size:1.2em;
	font-style:italic;
}
#portal-column-content #newsletter form#nl_form fieldset .field input[type=text]{
	width:50%;
	padding:10px;
	border:1px solid #eae1d8;
}
#portal-column-content #newsletter form#nl_form fieldset .field textarea{
	width:100%;
	padding:10px;
	border:1px solid #eae1d8;
}
#portal-column-content #newsletter form#nl_form fieldset .liste-newsletters{
	padding:0;
	margin:0;
	border:none;
}
#portal-column-content #newsletter form#nl_form fieldset .liste-newsletters p{
 	font-style:normal;
	font-weight:800;
	font-size:1.4em;
	color:#444;
}
#portal-column-content #newsletter form#nl_form fieldset .liste-newsletters label{
	font-size:1.3em;
	font-weight:300;
}
#portal-column-content #newsletter form#nl_form fieldset .formControls{
	margin:20px 0 0;
	padding:20px 0 0;
	border:none;
}
#portal-column-content #newsletter form#nl_form fieldset .formControls input{
	margin:10px 0 0;
	padding:2px 15px;
	background:#444;
	border:none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	cursor:pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-column-content #newsletter form#nl_form fieldset .formControls input:hover,
#portal-column-content #newsletter form#nl_form fieldset .formControls input:focus{
	background:#000;
}


/*--------------------------------------------------------------------------------------------------------------
	== 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;
	margin:0 0 10px;
	font-size:1.4em;
}
#portal-column-content #content-core #search-results-bar dl.actionMenu,
#portal-column-content #content-core #search-results-bar span#searchResultsSort{
	display: none;
}

/*
	LISTE
*/
#portal-column-content #content-core #search-results{
	margin:20px 0 0;
	padding:0;
}
#portal-column-content #content-core #search-results dl dt{
	display:inline-block;
	margin:50px 0 0;
	padding:0!important;
	background:none;
	font-weight:400;
	font-family: 'Kreon', serif;
	font-size:2.4em;
	line-height:1;
}
#portal-column-content #content-core #search-results dl dt a{
	position: relative;
	border:none;
	color:#26445c!important;
}
#portal-column-content #content-core #search-results dl dt a:hover,
#portal-column-content #content-core #search-results dl dt a:focus{
	color:#000!important;
	text-decoration:none;
}
#portal-column-content #content-core #search-results dl dt a::before{
	content: '';
	position: absolute;
	top:3px;
	bottom: 3px;
	left: -25px;
	width: 10px;
	background: #26445c;

	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-column-content #content-core #search-results dl dt a:hover::before,
#portal-column-content #content-core #search-results dl dt a:focus::before {
	width: 20px;
	background: #000;
}
#portal-column-content #content-core #search-results dl dt img{
	display:none;
}
#portal-column-content #content-core #search-results dl dd{
	margin:5px 0 0;
	font-size:1.4em;
	line-height:1.5;
}
#portal-column-content #content-core #search-results dl dd cite{
	display:block;
	margin:5px 0 0;
	font-size: 0.9em;
}
#portal-column-content #content-core #search-results dl dd cite a,
#portal-column-content #content-core #search-results dl dd cite a:hover,
#portal-column-content #content-core #search-results dl dd cite a:focus{
	color:#000!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE ACTUALITE
--------------------------------------------------------------------------------------------------------------*/
.portaltype-news-item #archetypes-fieldname-imageCaptionBSW{
    display:none;
}
#portal-column-content #content-core .plain{
	float:none;
	overflow:hidden;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE DOSSIER
--------------------------------------------------------------------------------------------------------------*/
.portaltype-folder #plone-contentmenu-actions{
    display:none;
}
.userrole-manager.portaltype-folder #plone-contentmenu-actions{
    display:block;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE VIDEOS
--------------------------------------------------------------------------------------------------------------*/
.template-video_view #content-core {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;
	height: 0;*/
}
.template-video_view #content-core iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE EVENEMENT
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #content-core .eventDetails{
	position: relative;
	float:none;
	margin:40px 0;
	padding:20px 0 0;
	width:auto;
	background:none;
	border:none;
	color: #179faf;
}
#portal-column-content #content-core .eventDetails::before{
	content: '';
	position: absolute;
	top:0;
	left: -30px;
	width: 20px;
	height: 1px;
	background: #179faf;
}
#portal-column-content #content-core .eventDetails::after{
	content: '';
	position: absolute;
	bottom:0;
	left: -30px;
	width: 20px;
	height: 1px;
	background: #179faf;
}
#portal-column-content #content-core .eventDetails ul{
	display: flex;
	flex-wrap: wrap;
}
#portal-column-content #content-core .eventDetails ul li{
	margin:0 0 20px;
	width: 33%;
	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;
	font-size:1em;
	text-align:left;
	line-height:1;
}
#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: #179faf!important;
}
#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.4em;
	font-family: 'Kreon', serif;
	font-weight:700;
}
#portal-column-content #content-core .eventDetails ul li.calendrier a{
	margin:0 15px 0 0;
	color:#000;
}
#portal-column-content #content-core .eventDetails ul li.calendrier a:hover,
#portal-column-content #content-core .eventDetails ul li.calendrier a:focus{
	color:#000!important;
}
#portal-column-content #content-core #parent-fieldname-eventUrl{
	display: inline-block;
	margin:40px 0 0;
	padding:5px 10px;
	background:#071b2b;
	-webkit-border-radius:50px;
	border-radius:50px;
	color:#fff;
	font-weight:700;
	font-size: 1.3em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#portal-column-content #content-core #parent-fieldname-eventUrl:hover,
#portal-column-content #content-core #parent-fieldname-eventUrl:focus{
	background:#26445c;
	color:#fff!important;
	text-decoration:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE CALENDRIER
--------------------------------------------------------------------------------------------------------------*/
/*
	BOUTON CALENDRIER
*/
#portal-column-content .voir-le-calendrier,
#portal-column-content .retour-agenda{
	float:right;
	margin:-20px 0 0;
	text-align:right;
}
#portal-column-content .retour-agenda {
	margin: -20px 0 0;
}
#portal-column-content .voir-le-calendrier a,
#portal-column-content .retour-agenda{
	padding:5px 10px;
	background:#071b2b;
	-webkit-border-radius:50px;
	border-radius:50px;
	color:#fff!important;
	font-weight:700;
	text-transform:uppercase;
}
#portal-column-content .voir-le-calendrier a:hover,
#portal-column-content .voir-le-calendrier a:focus,
#portal-column-content .retour-agenda:hover,
#portal-column-content .retour-agenda:focus{
	background:#179faf;
	color:#fff!important;
	text-decoration:none;
}
#portal-column-content .retour-agenda + #portlets-below{
	display: none;
}


/*
	CALENDRIER
*/
#calendar{
	margin:30px 0 0;
}
.fc-header h2{
	font-size:1.6em;
	font-weight:normal;
	text-transform:uppercase;
	color:#000;
}
.fc-content th.fc-day-header{
	font-size:1.2em;
}
.fc-content .fc-state-highlight{
	background:#e8e8e8;
	border:1px solid #ccc;
	font-weight:bold;
}
.fc-content a.fc-event{
	background:#666;
	border:1px solid #666!important;
	font-size:1.1em;
}
#content .fc-content a.fc-event:hover,
#content .fc-content a.fc-event:focus{
	color:#fff!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE ALBUM PHOTOS
--------------------------------------------------------------------------------------------------------------*/
#content span.nb-photo{
	display: none;
}
#content .liste-photos {
	display: flex;
	flex-wrap: wrap;
}
#content .liste-photos .imageAlbumContainer{
	width: 24%;
	overflow: hidden;
}
#content .liste-photos .imageAlbumContainer img{
	width: 100%;
	filter: grayscale(60%);
	-webkit-filter: grayscale(60%);

	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#content .liste-photos .imageAlbumContainer:hover img {
	-webkit-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 PLAN DU SITE
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #content-core #portal-sitemap{
	margin:30px 0 0;
}
#portal-column-content #content-core #portal-sitemap li{
	margin:0;
	padding:0;
	border:none;
	line-height:1;
}
#portal-column-content #content-core #portal-sitemap li a{
	background:none;
	line-height:1;
}
#portal-column-content #content-core #portal-sitemap li img{
	display:none;
}

/* premier niveau */
#portal-column-content #content-core #portal-sitemap > li{
	margin:50px 0 10px;
	padding:0;
}
#portal-column-content #content-core #portal-sitemap > li > div > a{
	position: relative;
	margin:0;
	padding:0!important;
	background:none;
	border:none;
	font-family: 'Kreon', serif;
	font-size:2.4em;
	font-weight:400;
	line-height:1;
	color:#26445c!important;
}
#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;
}
#portal-column-content #content-core #portal-sitemap > li > div > a::before{
	content: '';
	position: absolute;
	top:3px;
	bottom: 3px;
	left: -25px;
	width: 10px;
	background: #26445c;

	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-column-content #content-core #portal-sitemap > li > div > a:hover::before,
#portal-column-content #content-core #portal-sitemap > li > div > a:focus::before {
	width: 20px;
	background: #000;
}

/* deuxieme niveau */
#portal-column-content #content-core #portal-sitemap > li > ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:20px 0 0 10px;
}
#portal-column-content #content-core #portal-sitemap > li > ul > li{
	margin:0 0 20px;
	width: 48%;
	background: #dcdcdc;
}
#portal-column-content #content-core #portal-sitemap > li > ul > li > div > a{
	margin:0;
	padding:10px!important;
	background:none;
	font-size:1.6em;
	font-weight: 700;
	color:#26445c!important;
}
#portal-column-content #content-core #portal-sitemap > li > ul > li > div > a:hover,
#portal-column-content #content-core #portal-sitemap > li > ul > li > div > a:focus{
	border:none;
	color:#000!important;
	text-decoration:underline;
}

/* troisieme niveau */
#portal-column-content #content-core #portal-sitemap li li ul{
	margin:0 10px 10px;
}
#portal-column-content #content-core #portal-sitemap li li li + li{
	margin-top: 10px;
}
#portal-column-content #content-core #portal-sitemap li li li a{
	padding:0!important;
	background:none;
	text-transform:none;
	font-size:1.3em;
	color:#26445c!important;
}
#portal-column-content #content-core #portal-sitemap li li li a:hover,
#portal-column-content #content-core #portal-sitemap li li li a:focus{
	color:#000!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE CONNEXION
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #login-form{
}
#portal-column-content #login-form:before{
	content:"Identifiez-vous";
	display:block;
	padding:0 0 20px 148px;
	font-size:4em;
	color:#464646;
}
#portal-column-content #login-form .field label{
	font-size:1.4em;
	font-style:normal;
}
#portal-column-content #login-form .field input{
	padding:5px;
	width:40%;
	font-size:1.3em;
}
#portal-column-content #login-form .formControls{
	margin:0 0 0 148px;
}
#portal-column-content #login-form .formControls input{
	margin:0;
	padding:2px 5px;
	background:#464646;
	border:none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	font-weight:bold;
	font-size:1.3em;
	cursor:pointer;
}
#portal-column-content #login-forgotten-password{
	margin:40px 0 0 148px;
	padding:40px 0 0;
	border-top:1px dotted #464646;
	font-size:1.1em;
}
#portal-column-content #login-forgotten-password a:hover,
#portal-column-content #login-forgotten-password a:focus{
	color:#000!important;
}

/*
	MOT DE PASSE PERDU
*/
#portal-column-content #mail_password{}
#portal-column-content #mail_password fieldset{
	margin:0;
	padding:0;
	border:none;
}
#portal-column-content #mail_password fieldset legend{
	display:none;
}
#portal-column-content #mail_password .field{
	float:left;
	clear:none;
	margin:0 20px 0 0;
}
#portal-column-content #mail_password .field label{
	margin:0 10px 0 0;
	font-size:1.4em;
	font-style:normal;
	font-weight:normal;
}
#portal-column-content #mail_password .field input.context{
	margin:0;
	padding:2px 5px;
	background:#464646;
	border:none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	font-weight:bold;
	font-size:1.3em;
	cursor:pointer;
}
#portal-column-content #mail_password + p{
	margin:30px 0 0;
	font-size:1.3em;
}
#portal-column-content #mail_password + p a:hover,
#portal-column-content #mail_password + p a:focus{
	color:#000!important;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= FOOTER
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-footer{
	z-index:1;
	margin:0 0 0 50px;
	padding:20px 50px 20px 0;
	background:#26445c;
	border:none;
}
.portaltype-portlet-page #portal-footer{
	margin: 0;
	padding: 20px 50px;
	background: #fff;
}

/*--------------------------------------------------------------------------------------------------------------
	== SITE ACTION
--------------------------------------------------------------------------------------------------------------*/
#portal-siteactions{
	clear:none;
	float:none;
	padding:0;
	border:none;
	color:#fff;
	font-size:1.3em;
	text-align: right;
}
#portal-siteactions li{
	display:inline;
	margin: 0 0 0 20px;
	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:#fff;
}
.portaltype-portlet-page #portal-siteactions li a,
.portaltype-portlet-page #portal-siteactions li a,
.portaltype-portlet-page #portal-siteactions li a:visited,
.portaltype-portlet-page #portal-siteactions li a:hover,
.portaltype-portlet-page #portal-siteactions li a:focus{
	color: #000;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= 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-weight:normal;
}
.pb-ajax div .formControls{
	margin:0;
}
.pb-ajax div .formControls input{
	margin:0;
	padding:2px 5px;
	background:#000;
	border:none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	cursor:pointer;
}


/*------------------------------------------------------------------------------------------------------------*/
/*
	=  ADMINISTRATION
*/
/*------------------------------------------------------------------------------------------------------------*/
.template-dashboard #edit-bar{
	display:none;
}
.template-dashboard.userrole-manager #edit-bar{
	display:block;
}



/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------------*/
/*
	= AJUSTEMENT PETITS ECRANS
*/
/*------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1280px){

	/* PORTLETS */
	.onglets-bandeau ul li {
		padding:15px;
		font-size: 0.9vw;
	}
}
@media only screen and (max-width: 1200px) {

	/* PORTLETS */
	/* onglets bandeau */
	.onglets-bandeau ul{
		display: block;
	}
	.onglets-bandeau ul li{
		padding:15px 20px;
		width: 100%;
		font-size: 1.2em;
	}
	/* lien actu */
	.lien-actu a{
		font-size: 3vw;
	}
	.lien-actu .fleches{
		left: 72.5%;
	}
	/* actus */
	.actualites .entete{
		position: relative;
		display: block;
		padding:0 0 15px;
		line-height:1;
	}
	.actualites ul li > h2{
		padding:0;
	}
	.actualites .bx-wrapper .bx-viewport{
		padding: 0 0 20px;
	}
	.actualites .bx-wrapper .bx-pager{
		right: 0;
	}
	/* nav speciale */
	#portletPageColumns .navigation-speciale dd > ul > li > a.titre{
		font-size: 2vw;
	}
}
@media only screen and (max-width: 1024px) {

	/* PORTLETS */
	/* onglets bandeau */
	.onglets-bandeau{
		left: 56.2%;
	}
	.onglets-bandeau ul{
		display: flex;
	}
	.onglets-bandeau ul li{
		width: 49%;
	}

	/* HEADER */
	#portal-logo{
		width: 14%;
	}
	#portal-navsearch{
		position: relative;
		z-index:152;
	}

	/* NAVIGATION */
	/* boutons */
	#portal-navigation > a{
		position: relative;
		display:block;
		margin:0 20px 0 0;
		padding:16px 0 20px;
		font-size:1.2em;
		color:#000;
		text-transform:uppercase;
	}
	#portal-navigation > a::before{
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 0;
		background: #fff;

		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	#portal-navigation > a:hover::before,
	#portal-navigation > a:focus::before{
		height: 8px;
	}
	#portal-navigation ul#portal-globalnav:target + a{
		display:block;
		position:fixed;
		top:30px;
		right:50px;
		z-index:6;
		padding: 10px;
		background: #dcdcdc;
		-webkit-border-radius: 50px;
		border-radius: 50px;
	}
	#portal-navigation #nav-cache.close ul + a,
	#portal-navigation #nav-cache.open ul + a{
		display:block;
		position:absolute;
		top:30px;
		right:30px;
		z-index:6;
		padding: 10px;
		background: #dcdcdc;
		-webkit-border-radius: 50px;
		border-radius: 50px;
	}
	#portal-navigation ul#portal-globalnav:target + a:hover,
	#portal-navigation ul#portal-globalnav:target + a:focus,
	#portal-navigation #nav-cache.open ul + a:hover,
	#portal-navigation #nav-cache.open ul + a:focus{
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	/* menu */
	#portal-navigation #nav-cache.open{
		position: fixed;
		top:0;
		left: 0;
		right: 0;
		bottom: 0;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	#portal-navigation #nav-cache.close{
		position: fixed;
		top:0;
		left: 100%;
		bottom: 0;
		right: -100%;

		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	#portal-navigation ul{
		position: fixed;
		top:0;
		left: 100%;
		bottom: 0;
		right: -100%;
		z-index:5;
		display:flex;
		flex-direction: column;
		justify-content: space-around;
		padding: 0;
		background: #dcdcdc;
		text-align: center;

		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	#portal-navigation #nav-cache.close ul,
	#portal-navigation #nav-cache.open ul{
		position: absolute;
		top:0;
		left: 0;
		bottom: 0;
		right:0;
		z-index:5;
		display:flex;
		flex-direction: column;
		justify-content: space-around;
		padding: 0;
		background: #dcdcdc;
		text-align: center;

	}
	#portal-navigation ul#portal-globalnav:target{
		left: 0;
		right: 0;
	}
	#portal-navigation ul#nav-cache:target{
		display:none;
	}
	#portal-globalnav::after{
		display: none;
	}
	#portal-globalnav > li{
		position: relative;
		flex: 1;
		display:flex;
		float:none;
		margin:0;
		padding:0;
		width:auto;

		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	#portal-globalnav > li:hover {
		background: #fff;
	}
	#portal-globalnav > li a{
		margin: auto;
		padding:10px;
		font-size:2.5em;
		font-family: 'Kreon', serif;
	}
	#portal-globalnav > .selected > a::before,
	#portal-globalnav > li a::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height:auto;
		width: auto;
		border: none;
	}
	#portal-globalnav > li > a::after, #portal-globalnav a::after,
	#portal-globalnav > li ul.submenu{
		display:none!important;
	}

	/* MAIN */
	/* structure */
	#portal-column-one{
		padding:0 50px 0 0;
	}

	/* page de liste */
	.template-folder_summary_view #portal-column-content #content-core,
	body.template-agenda_view[class*="subsection-"] #portal-column-content #content-core{
		flex-direction: column;
	}
	#portal-column-content #content-core .tileItem,
	body.template-agenda_view[class*="subsection-"] #portal-column-content #content-core .tileItem{
		width: 95%;
	}
	#portal-column-content #content-core .tileItem .audio-player audio{
		height: 15px;
	}

	/* page album */
	#content .liste-photos .imageAlbumContainer{
		width: 31%;
	}
}
@media only screen and (max-width: 800px){

	/* PORTLETS */
	/* onglets bandeau */
	.onglets-bandeau{
		left: auto;
		right: 50px;
	}
	/* site etb */
	.site-etb{
		padding-right: 50px;
	}
	.site-etb ul li a{
		padding-left: 5px;
		padding-right: 5px;
		font-size: 1.5em;
	}
	/* addthis */
	.portletEmbed.portlet-embed-add-this{
		text-align: left;
	}
	/* edito */
	.edito img{
		float: none;
		display: block;
		margin: 0 0 10px 50px;
		width: 30%;
	}
	.edito h2,
	.edito li > p,
	.edito li div{
		position: relative;
		margin-left: 50px;
	}
	.edito h2::before {
		content: '“';
		position: absolute;
		top: -35px;
		left: -25px;
		color: #179faf;
		font-size: 2em;
	}
	.edito li > p::before {
		display: none;
	}
	/* actus */
	#content .actualites ul li{
		display: block;
	}
	#content .actualites ul li > a,
	#content .actualites ul li h2{
		width: 100%;
	}
	.actualites .bx-wrapper .bx-pager{
		position: relative;
	}
	/* agenda */
	.agenda{
		padding:0 0 0 50px;
	}
	/* etablissements */
	.etablissements .entete{
		position: relative;
		z-index:5;
		padding-left: 50px;
		border: none;
	}
	.onglets-etb{
		z-index:6;
	}
	/* nav speciale */
	#portletPageColumns .navigation-speciale dd > ul > li > a.titre{
		width: 180px;
		font-size: 2.5em;
	}
	#portletPageColumns .navigation-speciale dd > ul > li ul{
		left: 250px;
	}
	/* carte */
	.legende-carte{
		width: 180px;
	}

	/* MAIN */
	/* structure */
	.portaltype-portlet-page #portal-column-content #content > div[id^="parent-fieldname-text"]{
		margin-left:50px;
	}
	#portletPageTopRow > div:nth-child(3){
		margin:0;
		width: 40%;
	}
	#portlets-below-content{
		position: relative;
		margin: 0 0 0 50px;
		width: auto;
	}
	#portal-column-content{
		padding-left:0;
		border: none;
	}
	#portal-column-content #content-core{
		margin-left: 50px;
	}

	/* elements generaux */
	#portal-breadcrumbs{
		left:0;
		margin-left: 50px;
	}
	#portal-column-content h1,
	#portal-column-content .documentDescription{
		padding-left: 50px;
	}
	.imageContainer p{
		bottom:auto;
		top:0;
		padding-left: 50px;
		width: auto;
	}

	/* page de liste */
	#portal-column-content #content-core .tileItem::before {
		left: -50px;
		width: 50px;
		background: #fff;
		border-left: 0;
		border-right: 5px solid #26445c;
	}
	#portal-column-content #content-core .tileItem:hover::before {
		border-width: 0 50px 0 0;
	}
	#portal-column-content #content-core .tileItem > a:first-child{
		width: 30%;
	}
	#portal-column-content #content-core .tileItem h2,
	#portal-column-content #content-core .tileItem .audio-player,
	#portal-column-content #content-core .tileItem .documentByLine{
		padding-left:10px;
		overflow: hidden;
	}

	/* ck */
	#portal-column-content #content-core div[id^="parent-fieldname-text"] img.image-gauche{
		margin-left: -50px;
	}
	#portal-column-content #content div[id^="parent-fieldname-text"] .txt-gauche{
		float: none;
		padding:0;
		width: auto;
		overflow: hidden;
	}
	#portal-column-content #content div[id^="parent-fieldname-text"] .txt-gauche li + li{
		margin-top: 10px;
	}
	#portal-column-content #content div[id^="parent-fieldname-text"] .txt-gauche br{
		display: none;
	}
	#portal-column-content #content div[id^="parent-fieldname-text"] .txt-gauche img{
		float: left;
		clear: left;
		margin:0 10px 10px 0;
	}
	#portal-column-content #content div[id^="parent-fieldname-text"] .txt-gauche strong {
		margin-top: 0;
	}
	#portal-column-content #content div[id^="parent-fieldname-text"] .txt-gauche em {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 600px) {
	#visual-portal-wrapper {
		overflow: hidden;
	}
	#visual-portal-wrapper::before,
	#portal-columns::before,
	#portal-columns::after{
		display: none;
	}

	/* PORTLETS */
	/* addthis */
	#portal-column-content .portletEmbed.portlet-embed-add-this a.addthis_button_print{
		display: none;
	}
	/* site etb */
	.site-etb,
	.portaltype-portlet-page .site-etb{
		position: relative;
		bottom:auto;
		left: auto;
		z-index:2;
		margin: 0;
		padding:0;
	}
	.site-etb .entete{
		display: block;
		padding: 17px 20px 18px;
		background: #dcdcdc;
		font-size: 1.3em;
		font-weight: 700;
		white-space: nowrap;
		cursor: pointer;
	}
	.portaltype-portlet-page .site-etb .entete{
		padding-bottom:15px ;
	}
	.site-etb .bt-close{
		position: absolute;
		z-index:200;
		top:20px;
		right: 20px;
		padding: 10px;
		cursor: pointer;
	}
	.site-etb .bt-close:hover {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	.site-etb ul{
		position: fixed;
		top:0;
		bottom: 0;
		left: 100%;
		right: -100%;
		z-index:153;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		background: #071b2b;

		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	.site-etb ul.close {
		left: 100%;
		right: -100%;
	}
	.site-etb ul.open {
		left: 0;
		right: 0;
	}
	.site-etb ul li{
		position: relative;
		display: flex;
		flex: 1;

		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	.site-etb ul li:hover{
		background: #26445c;
	}
	.site-etb ul li a{
		position: static;
		margin: auto;
		font-family: 'Kreon', serif;
		font-size: 2.2em;
	}
	.site-etb ul li a::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height:auto;
		background: none;
	}
	/* onglets */
	.onglets-bandeau{
		position: fixed;
		top:0;
		left: 0;
		right:0;
		z-index:1;
	}
	.onglets-bandeau ul{
		flex-direction: column;
	}
	.onglets-bandeau ul li{
		order: 2;
		display: flex;
		margin: 0;
		justify-content: space-between;
		width: 100%;
		white-space: nowrap;
	}
	.onglets-bandeau ul li + li{
		order: 1;
		border-bottom: 1px solid #fff;
	}
	.onglets-bandeau ul li + li strong{
		display: none;
	}
	/* edito */
	.edito{
		padding:50px 0 0 !important;
	}
	.edito img{
		margin-left: 20px;
		margin-right: 20px;
		width: 40%;
	}
	.edito h2,
	.edito li > p,
	.edito li div{
		margin-left: 20px;
		margin-right: 20px;
	}
	/* actus */
	.actualites{
		padding:20px 20px 0;
	}
	.actualites.scrollfleches::before,
	.actualites .bx-pager{
		display: none;
	}
	/* agenda - en image */
	.agenda,
	.en-image{
		padding:50px 20px 0;
	}
	/* nav speciale */
	.navigation-speciale dd > ul > li > a.illustration img{
		margin:0;
	}
	#portletPageColumns .navigation-speciale dd > ul > li > a.titre{
		position: relative;
		top:auto;
		bottom: auto;
		display: block;
		width: auto;
		border-width: 0 0 0 20px;
	}
	#portletPageColumns .navigation-speciale dd > ul > li ul{
		position: relative;
		bottom:auto;
		left: auto;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 20px 20px;
		background: #26445c;
	}
	#portletPageColumns .navigation-speciale dd > ul > li ul li{
		margin: 1px 0 0;
		width: 49.8%;
	}
	#portletPageColumns .navigation-speciale dd > ul > li ul li + li {
		margin: 1px 0 0 0;
	}
	#portletPageColumns .navigation-speciale dd > ul > li ul li a.titre{
		padding:10px;
	}
	/* liens actus */
	.lien-actu{
		display: none;
	}
	/* visuel homes*/
	.visuel-home{
		left: 0;
		padding:0;
	}

	/* HEADER */
	#portal-top,
	.portaltype-portlet-page #portal-top{
		position: fixed;
		left:0;
		right: 0;
		z-index: 2;
		display: flex;
		height: auto;
		background: #26445c;
	}
	#portal-logo,
	.portaltype-portlet-page #portal-logo{
		position: relative;
		top:auto;
		left:auto;
		margin: 5px 20px;
		width: 40%;
		height: auto;
		background: url("../images/logo2.png") center center no-repeat;
		background-size: contain;
	}
	#portal-logo img,
	.portaltype-portlet-page #portal-logo img{
		display: none;
	}
	#portlets-in-header{
		width: auto;
	}
	div.InHeaderPortletManager2{
		position: fixed;
		top:40px;
		bottom: auto;

		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	#portal-navsearch{
		padding: 0;
	}
	.portaltype-portlet-page #portal-navsearch{
		position: relative;
	}
	#portal-navigation > a,
	#portal-searchbox a.bton{
		display: block;
		margin:0 0 0 1px ;
		padding-left: 20px;
		padding-right: 20px;
		background: #dcdcdc;
	}
	#portal-searchbox a.bton {
		padding-top: 19px;
	}
	.portaltype-portlet-page #portal-navigation > a {
		padding-bottom: 17px;
	}
	.portaltype-portlet-page #portal-searchbox a.bton {
		padding-bottom: 15px;
	}
	#portal-navigation ul#portal-globalnav:target + a,
	#portal-searchbox form .bt-close{
		top:20px;
		right: 20px;
	}

	/* MAIN */
	/* structure */
	#portal-columns{
		z-index:3;
		background: #fff;
	}
	.section-accueil #portal-columns {
		margin-top: 90vh!important;
	}
	#portal-entete{
		padding:0;
	}
	#portal-column-one{
		/*display: none;*/
		padding:50px 20px 0;
		width: 100%;
	}
	#portlets-below-content{
		margin: 0 0 0 20px;
	}
	#portlets-below{
		margin: 10px 0 0 20px;
	}
	#portal-column-content{
		padding: 0;
		width: 100%;
		margin-right: 10px;
	}
	
	#portal-column-content h1 {
		font-size: 4.5em;
	}
	/* ajustement pour page taxe-dapprentissage */
	.taux-de-reussite tr {
		display: flex;
		flex-direction: column;
	}
	.taux-de-reussite tr td {
		width: 100%!important;
	}

	
	#portal-column-content #content-core {
		margin-left: 20px;
		margin-right: 20px;
	}
	#portletPageTopRow > div:nth-child(1),
	#portletPageTopRow > div:nth-child(2),
	#portletPageTopRow > div:nth-child(3),
	#portletPageTopRow > div:nth-child(4){
		width: 100%;
		border: none;
	}
	#portletPageBottomRow,
	.portaltype-portlet-page #portal-column-content #content > div[id^="parent-fieldname-text"]::before{
		display: none;
	}
	.portaltype-portlet-page #portal-column-content #content > div[id^="parent-fieldname-text"]{
		margin-left: 20px;
		margin-right: 20px;
	}

	/* elements generaux */
	#portal-breadcrumbs {
		display: none;
		margin-left: 20px;
		margin-right: 20px;
	}
	#portal-column-content h1,
	#portal-column-content .documentDescription {
		padding-left: 20px;
		padding-right: 20px;
	}
	.imageContainer p {
		bottom:0;
		top: auto;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 1em;
	}

	/* page agenda */
	#portal-column-content .voir-le-calendrier{
		display: none;
	}
	#portal-column-content #content-core .tileItem h2, #portal-column-content #content-core .tileItem .audio-player,
	#portal-column-content #content-core .tileItem .documentByLine{
		padding-bottom: 10px;
	}

	/* ck */
	#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;
		padding:0;
		width:auto;
		text-align: left;
	}
	#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;
		margin:10px 0;
		width:100%!important;
		height:auto!important;
	}

	/* page de liste */
	#portal-column-content #content-core .tileItem,
	body.template-agenda_view[class*="subsection-"] #portal-column-content #content-core .tileItem{
		width: 100%;
	}
	.subsection-tout-lagenda #content #content-core .illustration-event{
		display: block;
		float: none;
		width: 100%;
		height: auto;
	}
	#portal-column-content #content-core .tileItem > a:first-child{
		display: block;
		float: none;
		width: 100%;
		height: auto;
		min-height: 25vh;
	}

	/* page agenda */
	#portal-column-content #content-core .eventDetails ul li{
		width: 100%;
	}

	/* FOOTER */
	#portal-footer,
	.portaltype-portlet-page #portal-footer{
		margin: 0;
		padding: 20px;
	}
	#portal-siteactions{
		text-align: left;
	}
	#portal-siteactions li{
		margin: 0;
	}
	#portal-siteactions li#siteaction-sitemap,
	#portal-siteactions li#siteaction-accessibility,
	#portal-siteactions li#siteaction-contact,
	#portal-siteactions li#siteaction-se-connecter{
		display: none;
	}
	
	#alerte-popin > div{
		width:280px;
	}
}
/*@media only screen and (max-width: 800px){
body{
    font-size:100%;
}



/* STRUCTURE */
/*		#portal-column-one,
		#portal-column-two{
			float:none;
			margin:0;
			padding:0;
			width:auto;
			border:none;
		}
		.portletPageLeftColumn,
		.portletPageRightColumn{
			float:none;
			width:auto;
		}

		/* ELEMENTS DE PAGES DE DETAIL */
/*		#portal-column-content .imageContainer,
		#portal-column-content #content-core .tileItem > a:first-child,
		#content div.portlet.a-la-une ul li > a:first-child{
			float:none;
			margin:0;
		}
		#portal-column-content .imageContainer img,
		#portal-column-content #content-core .tileItem > a:first-child img,
		#content div.portlet.a-la-une ul li > a:first-child img{
			display:block;
			width:100%;
			height:auto;
		}
		#portal-column-content #content-core .eventDetails ul li,
		#portal-column-content #content-core .eventDetails ul li + li{
			float:none;
			margin:0 0 10px;
			padding:0;
			border:none;
		}
		#portal-column-content .relatedItems dl dd{
			float:none;
			width:100%;
		}

		/* FOOTER */
/*		#portal-footer #portal-sitemap-footer > ul > li{
			display:block;
			float:none!important;
			margin:0 0 10px;
			width:auto;
		}

		/* CK EDITOR */
/*		#portal-column-content #content-core div[id^="parent-fieldname-text"] p.exergue,
		#portal-column-content #content-core div[id^="parent-fieldname-text"] h2 + p.exergue,
		#portal-column-content #content-core div[id^="parent-fieldname-text"] h3 + p.exergue,
		#portal-column-content #content-core div[id^="parent-fieldname-text"] h4 + p.exergue,
		#portal-column-content #content-core div[id^="parent-fieldname-text"] h5 + p.exergue,
		#portal-column-content #content-core div[id^="parent-fieldname-text"] h6 + p.exergue{
			float:none;
			margin:20px 0;
			width:auto;
		}
		#portal-column-content #content-core div[id^="parent-fieldname-text"] ul.deux-colonnes li{
			float:none;
			width:100%;
		}
		#portal-column-content #content-core div[id^="parent-fieldname-text"] img.image-droite,
		#portal-column-content #content-core div[id^="parent-fieldname-text"] img.image-gauche{
			float:none;
			width:100%;
			height:auto;
		}
}

/*------------------------------------------------------------------------------------------------------------*/

