/**************************************************************************************************************/
/*
			ND PAIX - V1.5 Site generique

			Date : 11 / 12 / 2019
			Auteur : NEthel
			URL : http://pommier2:44280/NDPaix

*/
/**************************************************************************************************************/


/*------------------------------------------------------------------------------------------------------------*/
/*
	= RESET
*/
/*------------------------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background:#ffffff;
	font-family: 'Barlow', sans-serif;
	font-size:62.5%; /*ensuite 1em=10px en taille normale*/
	color:#000;
	scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	border: none;
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
	color:#004159;
}
ul{
	margin:0;
    padding:0;
	list-style:none;
    line-height:1.3;
}
img{
	border:none;
}
a, a:link{
	text-decoration:none;
	color:#000000;
	-webkit-transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
	-moz-transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
	-o-transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
	transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
}
a:visited{
	text-decoration:none;
	color:#000;
}
a:hover, a:focus{
	text-decoration:underline;
	color:#000;
}
input,
textarea{
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus{
	background-color:#eae5e6;
}

/*
	ELEMENTS DE PLONE
*/
dl.portlet,
dl.portalMessage,
div.managePortletsLink,
a.managePortletsFallback,
div.portletAssignments,
#content,
div.overlay,
#edit-bar,
#portal-sitemap,
#portal-searchbox,
#portal-globalnav,
#portal-breadcrumbs,
#portal-column-content #content,
#portal-footer,
#portal-siteactions,
#portal-colophon,
#portal-languageselector,
#content pre,
.portletItemDetails,
#portal-personaltools,
#fieldset-openid-login input,
#login-form input,
div.listingBar,
#content legend,
#content div.documentByLine,
.commentDate,
.comment,
#portal-sitemap .navTreeLevel2,
#portal-sitemap .navTreeLevel2 ul,
#content .discreet,
#sidebar .discreet,
#category{
	font-size:100%;
}
#content a:link,
dl.portlet a:link,
#content a:visited,
dl.portlet a:visited{
	border:none;
	color:#000;
	font-family: 'Barlow', sans-serif;
	color:#1f586d !important;
}
#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;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= CLEARFIX
*/
/*------------------------------------------------------------------------------------------------------------*/
.clearfix:after, #portal-top:after, #portletPageColumns:after{
	display: block;
	content: "";
	clear: both;
}


/*------------------------------------------------------------------------------------------------------------*/
/*
	= BXSLIDER
*/
/*------------------------------------------------------------------------------------------------------------*/
/*
	RESET - LAYOUT
*/
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
	width: 100%;
	height: auto;
}

/*
	THEME
*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	height: 100%;
	width: 100%;
	min-height: 50px;
	background: url(../images/bx-slider/bx_loader.gif) center center no-repeat #fff;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-weight: 700;
	color: #666;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a,
#content .bx-wrapper .bx-pager.bx-default-pager a{
	display: block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
	background: #000;
	border: 2px solid #000;
	text-indent: -9999px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
#content .bx-wrapper .bx-pager.bx-default-pager a:hover,
#content .bx-wrapper .bx-pager.bx-default-pager a:focus{
	background: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
#content .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #fff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/bx-slider/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/bx-slider/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/bx-slider/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/bx-slider/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	width: 80%;
	text-align: left;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
}
.bx-wrapper .bx-caption span {
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 0.85em;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= PORLTETS
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-columns dl.portlet{
	margin:0 0 30px;
}
#portal-columns dl.portlet dt{
	padding:0;
	background:none;
}
#portal-columns dl.portlet dd{
	padding:0;
}

/*--------------------------------------------------------------------------------------------------------------
	== RECHERCHE
--------------------------------------------------------------------------------------------------------------*/
dl.portlet.portletSearch{
	margin:20px 0;
	padding:0;
}
dl.portlet.portletSearch dd{
	position:relative;
}
dl.portlet.portletSearch dd + dd{
	display:none;
}
dl.portlet.portletSearch input[type=text]{
	padding:5px;
	width:100%;
	border:1px solid #ccc;
	color:#000;
}
dl.portlet.portletSearch input[type=submit]{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	margin:0;
	padding:0;
	width:25px;
	background:url(../images/picto-rechercher.png) center center no-repeat;
	border:none;
	text-indent:-5000px;
	cursor:pointer;
}
dl.portlet.portletSearch .searchSection,
dl.portlet.portletSearch #LSShadow{
	display:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== NEWSLETTER
--------------------------------------------------------------------------------------------------------------*/
.portletBSWNewsletterSubscriber{}
.portletBSWNewsletterSubscriber span{
	font-size:1.2em;
}
.portletBSWNewsletterSubscriber p{
	margin:5px 0;
	font-size:1.1em;
}
.portletBSWNewsletterSubscriber form{
	position:relative;
}
.portletBSWNewsletterSubscriber form input[type=text]{
	padding:5px;
	width:100%;
	border:1px solid #ccc;
}
.portletBSWNewsletterSubscriber form input[type=submit]{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	margin:0;
	padding:0;
	width:25px;
	background:url(../images/picto-valider.png) center center no-repeat;
	border:none;
	text-indent:-5000px;
	cursor:pointer;
}

/*--------------------------------------------------------------------------------------------------------------
	== PORTLET DECOUVREZ NOUS
--------------------------------------------------------------------------------------------------------------*/
.decouvrez-nous .portletHeader{
	text-align: center;
}
.decouvrez-nous .portletHeader .entete{
	font-family: active, sans-serif;
	font-style: normal;
	font-weight: 400;
	color:#0f6790;
	position:relative;
	z-index: 1;
	line-height: 1;
}
#content .decouvrez-nous ul{
	position: relative;
	z-index: 3;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.decouvrez-nous ul li{
	position:relative;
}
.decouvrez-nous ul li a{
	display:block;
	margin:auto;
}
.decouvrez-nous ul li > a{
	border-top-left-radius: 50% 57%;
	border-top-right-radius: 50% 42%;
	border-bottom-right-radius: 36% 58%;
	border-bottom-left-radius: 64% 43%;
	overflow: hidden;
}
.decouvrez-nous ul li h2{
	text-align:center;
	display:block;
	margin:auto;
	padding-top:15px;
}
.decouvrez-nous ul li > a{
	display: block;
}
.decouvrez-nous ul li:first-child > a:after{
	transform: translateX(-50%);
	left: 35%;
}
.decouvrez-nous ul li:last-child > a:after{
	transform: translateX(50%);
	right: 35%;
}
.decouvrez-nous ul li:nth-child(3) > a:after{
	transform: translateX(-50%);
	left: 50%;
}
.decouvrez-nous ul li:nth-child(2) > a:after{
	transform: translateX(-50%) rotate(10deg);
	left: 40%;
}
.decouvrez-nous ul li:nth-child(4) > a:after{
	transform: translateX(50%) rotate(-10deg);
	right: 40%;
}
#content .decouvrez-nous ul li h2,
#content  .decouvrez-nous ul li h2 a{
	font-family: 'Barlow', sans-serif;
	color:#005d89;
	text-transform: uppercase;
	font-size:14px;
	font-weight:600;
}
#content  .decouvrez-nous ul li h2 a:hover,
#content  .decouvrez-nous ul li h2 a:focus{
	text-decoration: none;
	color:#005d89 !important;
}
@media all and (max-width:767px){
	.decouvrez-nous .portletHeader .entete{
		font-size:46px;
		padding-top:25px;
		padding-bottom:25px;
		display:block;
	}
	#content .decouvrez-nous ul{
		justify-content: center;
		flex-wrap:wrap;
	}
	#content .decouvrez-nous ul li{
		width:50%;
		margin-bottom:15px;
	}
}
@media all and (min-width:768px){
	.decouvrez-nous .portletHeader .entete{
		font-size:50px;
		margin-top: -20px;
		display: inline-block;
	}
	.decouvrez-nous .portletHeader .entete:after{
		content: "";
		background-color:#fecf63;
		width: calc(100% + 100px);
		height: 350px;
		position: absolute;
		left: -40px;
		top: -75px;
		z-index: -1;
		border-radius: 50% 100%;
	}
	#content .decouvrez-nous ul{
		justify-content: space-between;
	}
	.decouvrez-nous ul li:nth-child(2) {
		margin-top:8%;
	}
	.decouvrez-nous ul li:nth-child(4){
		margin-top:5%;
	}
	.decouvrez-nous ul li:nth-child(3){
		margin-top:10%;
	}
	.decouvrez-nous ul li:first-child {
		margin-top:20px !important;
	}

	.decouvrez-nous ul li > a:hover,
	.decouvrez-nous ul li > a:focus{
		border-top-left-radius: 64% 43%;
		border-top-right-radius: 36% 58%;
		border-bottom-right-radius: 50% 42%;
		border-bottom-left-radius: 50% 57%;
	}
	.decouvrez-nous ul li > a:after{
		content:"";
		width: 0;
		height: 0;
		border-left: 28px solid transparent;
		border-right: 22px solid transparent;
		border-bottom: 30px solid #fecf63;
		position: absolute;
	}
	.decouvrez-nous ul li > h2 a{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 110px;
		text-align:center;
	}
	.decouvrez-nous ul li > a img{
		height:100%;
		width:100%;
		object-fit: cover;
	}
}

@media (min-width:768px) and (max-width:991px){
	#content .decouvrez-nous ul{
		padding-left:15px;
		padding-right:15px;
		margin-top:-35px;
	}
	#content .decouvrez-nous ul li > a:after{
		top:105px;
	}
}
@media all and (max-width:991px){
	#content .decouvrez-nous ul li > a{
		width: 140px;
		height: 130px;
	}
	#content .decouvrez-nous ul li > a img{
		max-width:200px;
	}
}
@media all and (min-width:992px){
	#content .decouvrez-nous ul{
		margin-top:-65px;
	}
	.decouvrez-nous ul li > a{
		width: 160px;
		height: 150px;
	}
	#content .decouvrez-nous ul li > a:after{
		top:122px;
	}
}
@media (min-width:992px) and (max-width:1199px){
	#content .decouvrez-nous ul{
		padding-left:5%;
		padding-right:5%;
	}
}
@media all and (min-width:1200px){
	#content .decouvrez-nous ul{
		padding-left:10%;
		padding-right:10%;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== PORTLET EDITO
--------------------------------------------------------------------------------------------------------------*/
.edito{
	max-width: 1015px;
	margin:auto;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.edito .entete{
	padding-left:15px;
	padding-right:20px;
	font-family: active, sans-serif;
	font-style: normal;
	font-weight: 400;
	color:#005d88;
	position: relative;
	line-height: 1;
}
#content .edito p{
	margin-bottom:0;
}
.edito p.description, .edito .edito-signature{
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	line-height:1.2rem;
}
.edito p.description {
	color:#000000;
}
.edito .edito-signature{
	color:#004159;
}
.edito ul li h2{
	display:none;
}
@media all and (max-width:767px){
	.edito{
		flex-wrap:wrap;
		padding-top:50px;
	}
	.edito .portletHeader{
		width:100%;
		text-align: center;
	}
	.edito .entete{
		border-top:1px solid #005d88;
		display: inline-block;
		font-size: 46px;
		margin-bottom:25px;
		padding-top:15px;
	}
	.edito p.description, .edito .edito-signature{
		padding-left:15px;
		padding-right:15px;
	}
}
@media all and (min-width:768px){
	.edito{
		padding-top:15px;
	}
	.edito .entete{
		font-size: 50px;
		margin-left:25px;
		margin-top: -15px;
		display: block;
		border-left:1px solid #005d88;
	}
	.edito .entete:after{
		content: "";
		background-color:#005d88;
		width: 1px;
		height: calc(50% + 3px);
		height:-webkit-calc(50% + 3px);
		position: absolute;
		right: 0;
		bottom: 25%;
		transform: translateY(50%) rotate(25deg);
	}
	.edito .entete:before{
		content: "";
		background-color:#005d88;
		width: 1px;
		height: calc(50% + 3px);
		height:-webkit-calc(50% + 3px);
		position: absolute;
		right: 0;
		top: 25%;
		transform: translateY(-50%) rotate(-25deg);
	}
	.edito p.description {
		text-align: justify;
		text-justify: inter-word;
	}
	.edito p.description, .edito .edito-signature{
		padding-left:25px;
		padding-right:25px;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== PORTLET SCROLL BAS
--------------------------------------------------------------------------------------------------------------*/
.scroll-down{
	text-align: center;
	position:relative;
}
.scroll-down:after {
	content: "";
	width:0;
	height:0;
	border-left: 200px solid transparent;
	border-right: 200px solid transparent;
	border-top: 45px solid #fecf63;
	position: absolute;
	bottom:-42px;
	left:50%;
	transform: translateX(-50%);
}
#content .scroll-down p a{
	display: block;
	margin: 0 auto;
	width:57px;
	height:51px;
	color: transparent;
	text-indent: -999999999px;
	position: relative;
}
#content .scroll-down p a:after{
	content: "";
	display: block;
	width: 57px;
	height: 51px;
	background-image: url(../images/arrows/arrow-down.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	bottom: -25px;
	z-index: 2;
}

/*--------------------------------------------------------------------------------------------------------------
	== PORTLET ACTUALITES
--------------------------------------------------------------------------------------------------------------*/
.actualites{
	max-width:1015px;
	background:#ffffff;
}
#content .actualites .portletHeader{
	text-align: center;
}
#content .actualites .entete{
	font-family: active, sans-serif;
	font-style: normal;
	font-weight: 400;
	color:#004159;
	line-height: 1;
	padding-top:15px;
	padding-bottom:15px;
	display:inline-block
}
@media all and (min-width:768px){
	#content .actualites ul{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
	}
}
#content .actualites ul li{
	line-height:1;
	position: relative;
	overflow: hidden;
}
#content .actualites ul li a{
	display:block;
}
#content .actualites ul li a:after{
	content:"";
	position: absolute;
	top:0;
	bottom: 0;
	left:0;
	right:0;
	z-index: 2;
}
#content .actualites ul li img{
	max-width:100%;
}
#content .actualites ul li .texte-actualite{
	position: absolute;
	left: 0;
	right: 0px;
	width: 100%;
}

@media (min-width:451px) and (max-width:767px){
	#content .actualites ul{
		padding-bottom:56px;
	}
}

@media all and (max-width:767px){
	#content .actualites{
		margin:80px 15px 35px 15px;
	}

	#content .actualites ul li{
		max-width: 400px;
		margin: auto;
	}
	#content .actualites ul li .texte-actualite{
		top: 0px;
	}
	#content .actualites ul li a{
		padding-top: 85px;
	}
	#content .actualites ul li a img{
		width:100%;
		height:auto;
	}

}
@media all and (min-width:768px){
	#content .actualites{
		margin:80px auto 35px auto;
	}
	#content .actualites ul li .texte-actualite{
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		transition: 0.5s;
		-webkit-transition-timing-function: linear;
		-moz-transition-timing-function: linear;
		transition-timing-function: linear;
	}
	#content .actualites ul li:hover .texte-actualite{
		top:0;
	}
}
@media (min-width:768px) and (max-width:991px){
	#content .actualites ul li .texte-actualite{
		height: 100px;
		top: -100px;
	}
}
@media all and (min-width:992px){
	#content .actualites ul li .texte-actualite{
		height: 150px;
		top: -150px;
	}
}

#content .actualites ul li .texte-actualite:after{
	content:"";
	width: 0;
	height: 0;
	border-left: 200px solid transparent;
	border-right: 200px solid transparent;
	border-top: 45px solid;
	position: absolute;
	bottom: -42px;
	left: 50%;
	transform: translateX(-50%);
}
#content .actualites ul li:first-child .texte-actualite{
	background-color:#59a5bf;
}
#content .actualites ul li:first-child .texte-actualite:after{
	border-top-color:#59a5bf;
}
#content .actualites ul li:nth-child(2) .texte-actualite{
	background-color:#004159;
}
#content .actualites ul li:nth-child(2) .texte-actualite:after{
	border-top-color:#004159;
}
#content .actualites ul li:last-child .texte-actualite{
	background-color:#0069b3;
}
#content .actualites ul li:last-child .texte-actualite:after{
	border-top-color:#0069b3;
}
#content .actualites ul li .texte-actualite h2{
	text-align: center;
	letter-spacing:0px;
}
#content .actualites ul li .texte-actualite h2:after{
	content: "";
	width:30px;
	height: 30px;
	background-image: url(../images/arrows/arrow-down.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom:-38px;
	z-index:2;
}
#content .actualites ul li p.description{
	margin-bottom:0;
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2rem;
	text-align: center;
}
#content .actualites ul li:first-child p.description{
	color:#004159;
}
#content .actualites ul li:nth-child(2) p.description,
#content .actualites ul li:last-child p.description{
	color:#ffffff;
}

#content .actualites ul li h2 a{
	font-family: active, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	padding: 35px 15px 15px 15px;
	display: block;
}
#content .actualites ul li h2 a:hover,
#content .actualites ul li h2 a:focus{
	text-decoration: none;
}
#content .actualites ul li:first-child h2 a,
#content .actualites ul li:first-child h2 a:hover,
#content .actualites ul li:first-child h2 a:focus{
	color:#004159 !important;
}
#content .actualites ul li:nth-child(2) h2 a,
#content .actualites ul li:nth-child(2) h2 a:hover,
#content .actualites ul li:nth-child(2) h2 a:focus,
#content .actualites ul li:last-child h2 a,
#content .actualites ul li:last-child h2 a:hover,
#content .actualites ul li:last-child h2 a:focus{
	color:#ffffff !important;
}

@media all and (max-width:767px){
	.actualites .entete{
		font-size:38px;
	}
	#content .actualites ul li h2 a{
		font-size:18px
	}
}

@media all and (min-width:768px){
	.actualites .entete{
		font-size:40px;
	}
	#content .actualites ul li{
		width: 33.333333%;
		margin-bottom: 0;
		position: relative;
	}
	#content .actualites ul li h2 a{
		font-size:24px
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== A LA UNE
--------------------------------------------------------------------------------------------------------------*/
.alaune{}

/*--------------------------------------------------------------------------------------------------------------
	== PORTLET AGENDA
--------------------------------------------------------------------------------------------------------------*/
.agenda{
	margin:auto;
	max-width:870px;
	background:#ffffff;
}
@media all and (max-width:767px){
	.agenda{
		margin-left:15px;
		margin-right:15px;
	}
}
@media all and (min-width:768px){
	.agenda{
		margin:auto;
	}
}

.agenda .portletHeader{
	text-align: center;
}

.agenda .entete{
	font-family: active, sans-serif;
	font-style: normal;
	font-weight: 400;
	color:#0069b3;
	line-height: 1;
	padding-top:15px;
	padding-bottom:15px;
	display:inline-block;
}

.agenda ul{
	background-color:#005d89;
	padding:5%;
}

#content .agenda ul li{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom:5px
}

.agenda ul li > span,
.agenda ul li > h2 a{
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
	/*font-size: 14px;*/
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0px;
}
.agenda ul li > span{
	order: 1;
	display: block;
	padding: 5px 10px;
	background:#ffffff;
	color:#004159;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.agenda ul li > span > span{line-height:1;}
.agenda .datemois{
	max-width: 25px;
	overflow: hidden;
	margin-left: 5px;
	font-size: 1.3em;
}

.agenda .datejour{
	font-size: 1.3em;
}


.agenda ul li > h2{
	order:2;
	margin-left:15px;

}
#content .agenda ul li > h2 a,
#content .agenda ul li > h2 a:hover,
#content .agenda ul li > h2 a:focus{
	color:#ffffff !important;
	text-decoration:none;
}


@media all and (max-width:767px){
	.agenda .entete{
		font-size:38px;
	}
}

@media all and (min-width:768px){
	.agenda .entete{
		font-size:40px;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== CONNEXION
--------------------------------------------------------------------------------------------------------------*/
.portlet.portletLogin{
	margin:0;
}
.portlet.portletLogin dt{
	padding:0;
	background:none;
	color:#000;
}
.portlet.portletLogin dd{
	padding:0;
}
.portlet.portletLogin dd .formControls{
	margin:0;
	text-align:right;
}

/*--------------------------------------------------------------------------------------------------------------
	== ALBUM PHOTO
--------------------------------------------------------------------------------------------------------------*/
#portal-columns .albumPhotosPortlet{
	margin:30px 0;
	padding:10px 0 0;
	border-top:1px dotted #000;
}
#portal-columns .albumPhotosPortlet dt{
	padding:0;
	background:none;
}
#portal-columns .albumPhotosPortlet dt a,
#portal-columns .albumPhotosPortlet dt a:hover,
#portal-columns .albumPhotosPortlet dt a:focus{
	color:#000!important;
	text-decoration:none;
}
#portal-columns .albumPhotosPortlet dd{
	padding:0;
}
#portal-columns .albumPhotosPortlet dd p{
	margin:0;
}
#portal-columns .albumPhotosPortlet dd ul{
	overflow:hidden;
}
#portal-columns .albumPhotosPortlet dd ul li{
	float:left;
	margin:2px 2px 0 0;
}
#portal-columns .albumPhotosPortlet dd ul li a{
	display:block;
}
#portal-columns .albumPhotosPortlet dd.portletFooter a{
	color:#000!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== CALENDRIER
--------------------------------------------------------------------------------------------------------------*/
dl.portlet.portletCalendar{
	position:relative;
}
dl.portlet.portletCalendar dt{
	text-align:left;
}
dl.portlet.portletCalendar dt a#calendar-previous,
dl.portlet.portletCalendar dt a#calendar-next{
	position:absolute;
	top:0;
	float:none;
	margin:0;
	padding:0;
}
dl.portlet.portletCalendar dt a#calendar-previous{
	right:1em;
}
dl.portlet.portletCalendar dt a#calendar-next{
	right:0;
}
dl.portlet.portletCalendar dd table{
	border-top:1px solid #000;
	border-right:1px solid #000;
}
dl.portlet.portletCalendar dd table caption{
	display:none;
}
dl.portlet.portletCalendar dd table th{
	background:#000;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	color:#fff;
	font-weight:bold;
}
dl.portlet.portletCalendar dd table tbody{
	margin:-10px 0 0;
}
dl.portlet.portletCalendar dd table td{
	border-bottom:1px solid #000;
	border-left:1px solid #000;
}
dl.portlet.portletCalendar dd table td.event{
}
dl.portlet.portletCalendar dd table td.todayevent{
	border:none;
	background:#333;
}
#portal-columns dl.portlet.portletCalendar dd table td.todaynoevent{
	border:none;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
}
dl.portlet.portletCalendar dd table td a,
dl.portlet.portletCalendar dd table td a:hover,
dl.portlet.portletCalendar dd table td a:focus{
	color:#000!important;
}
dl.portlet.portletCalendar dd table td.todayevent a,
dl.portlet.portletCalendar dd table td.todayevent a:hover,
dl.portlet.portletCalendar dd table td.todayevent a:focus{
	color:#fff!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== ALUMNI
--------------------------------------------------------------------------------------------------------------*/
.alumni {
	padding: 10px 15px;
}
.alumni a.bouton {
    background: #004158;
    display: block;
    padding: 20px 10px;
	font-size: 1.5em;
	text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
	position: relative;
}
.alumni a.bouton:hover {
	background-color: #00202c;
}

.alumni a.bouton::after{
	position: absolute;
    top: 50%;
    right: 10px;
    width: 28px;
    height: 25px;
    background: url(../images/arrows/arrow-down.png);
    content: "";
    background-size: contain;
    -moz-transform: rotate(-90deg) translateX(50%);
    -webkit-transform: rotate(-90deg) translateX(50%);
    -o-transform: rotate(-90deg) translateX(50%);
    -ms-transform: rotate(-90deg) translateX(50%);
    transform: rotate(-90deg) translateX(50%);
    background-repeat: no-repeat;
    background-position: center;
}


}

/*--------------------------------------------------------------------------------------------------------------
	== SOUS NAVIGATION
--------------------------------------------------------------------------------------------------------------*/
dl.portlet.portletNavigationTree{
	margin:0;
}
dl.portlet.portletNavigationTree dd ul{
}

/* racine */
dl.portlet.portletNavigationTree ul li.navTreeTopNode{
	margin:0 0 8px;
	padding: 0 0 5px 15px;
	background:none;
	border-bottom: 2px solid #7faec4;
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2rem;
	color:#005d89;
}

dl.portlet.portletNavigationTree ul li.navTreeTopNode:before{
	content: none;
}
dl.portlet.portletNavigationTree ul li.navTreeTopNode,
dl.portlet.portletNavigationTree ul li.navTreeTopNode a,
dl.portlet.portletNavigationTree ul li.navTreeTopNode a.navTreeCurrentItem{
	color:#005d89;
	font-weight: 800;
}
dl.portlet.portletNavigationTree ul li.navTreeTopNode a:hover,
dl.portlet.portletNavigationTree ul li.navTreeTopNode a:focus{
	color:#005d89 !important;
}

/* premier niveau */
dl.portlet.portletNavigationTree ul li,
dl.portlet ul.navTreeLevel0 > .navTreeItem{
	margin:0 0 5px;
	padding:0 0 0 15px;
	position: relative;
	border-bottom: none;
}
dl.portlet.portletNavigationTree ul li a{
	margin:0;
	padding:0!important;
	background:none;
	font-size:1.1em;
	line-height:1.2em;
	color:#005d89!important;
	text-transform: uppercase;
}
dl.portlet.portletNavigationTree ul li a:hover,
dl.portlet.portletNavigationTree ul li a:focus{
	color:#005d89!important;
	font-weight: 800;
	text-decoration: none;
}
dl.portlet.portletNavigationTree ul li a.navTreeCurrentItem,
dl.portlet.portletNavigationTree ul li a.navTreeItemInPath{
	margin:0;
	background:none;
	border:none;
	font-weight:bold;
}
dl.portlet.portletNavigationTree ul li a img{
	display:none;
}

/* deuxieme niveau */
dl.portlet.portletNavigationTree ul li ul{
}
dl.portlet.portletNavigationTree ul li ul li.navTreeItem{
	margin:0;
	padding:5px 0 5px 14px;
	background:none;
	position: relative;
}

dl.portlet.portletNavigationTree ul li ul li.navTreeItem:before{
	content: "";
	width: 0;
	height: 0;
	border-top: 4px solid
	transparent;
	border-bottom: 4px solid
	transparent;
	border-left: 8px solid #116891;
	position: absolute;
	left: 1px;
	top:6px;
}

dl.portlet.portletNavigationTree ul li ul li a{
	font-size:0.9em;
}
dl.portlet.portletNavigationTree ul li ul li a.navTreeCurrentItem{
	font-weight:bold;
}

@media all and (max-width:767px){
	dl.portlet.portletNavigationTree ul li a{
		font-size:16px;
	}
	dl.portlet.portletNavigationTree ul li ul li a{
		font-size:14px;
	}
	dl.portlet.portletNavigationTree ul li ul li.navTreeItem:before{
		top:10px
	}
}

/* troisieme niveau */
dl.portlet.portletNavigationTree ul li li ul{
	margin:0 0 0 10px;
}





/* Suite à demande client / affichage des 2 niveaux */

.portletNavigationPlusTree .entete{
	display:none !important;
}


.portletNavigationPlusTree .navTree > li{
	font-size:1.4em;
}

.portletNavigationPlusTree .navTree li.navTreeCurrentNode{
	font-weight:bold;
}

.portletNavigationPlusTree .navTree > li a{
	line-height:1.3em;
}

.portletNavigationPlusTree .navTreeLevel0 > li{
	margin-bottom: 11px !important;
	margin-top: 11px !important;
	border-bottom: 1px dotted #ccc !important;
	padding-bottom: 10px !important;
}

.portletNavigationPlusTree .navTreeLevel0 li ul{
	margin-top:10px !important;
}

.portletNavigationPlusTree .navTreeLevel0 li ul li{
	margin-bottom:5px !important;
}

.portletNavigationPlusTree .navTree > li ul li{
	font-size:1em;
	font-weight:normal;
}

.portletNavigationPlusTree .navTree > li ul li:before{
	content:"-";
	position: absolute;
	left: 10px;
}






/*--------------------------------------------------------------------------------------------------------------
	== CONTENUS CORRELES
--------------------------------------------------------------------------------------------------------------*/
#portal-columns dl.portlet.portletBSWContenusCorreles{}
#portal-columns dl.portlet.portletBSWContenusCorreles dt{
}
#portal-columns dl.portlet.portletBSWContenusCorreles dd{
	margin:10px 0 20px;
}

#portal-columns dl.portlet.portletBSWContenusCorreles dd > a:first-child{
	display:inline-block;
	margin:0 0 5px;
	padding:2px 5px;
	background:#ccc;
	color:#000!important;
}
#portal-columns dl.portlet.portletBSWContenusCorreles dd span{
	display:block;
	margin:3px 0;
	font-size:0.8em;
	font-weight:bold;
}
#portal-columns dl.portlet.portletBSWContenusCorreles dd p{
	margin:0;
	font-size:0.9em;
}
#portal-columns dl.portlet.portletBSWContenusCorreles dd a{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
#portal-columns dl.portlet.portletBSWContenusCorreles dd a img{
	display:block;
	width:100%;

	-webkit-transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
	-moz-transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
	-o-transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
	transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
}
#portal-columns dl.portlet.portletBSWContenusCorreles dd a:hover img,
#portal-columns dl.portlet.portletBSWContenusCorreles dd a:focus img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= CONTENEUR GLOBAL
*/
/*------------------------------------------------------------------------------------------------------------*/
#visual-portal-wrapper{
	position:relative;
	margin:auto;
	padding:0;
    max-width:1200px;
	background:#fff;
	overflow: hidden;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= HEADER
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-top{
	margin:0;
}

#portlets-in-header{
	z-index:1;
	margin:0;
	margin-bottom: -1px;
}

.titre-section{
	max-width:1200px;
	margin:auto;
	padding-left: 8%;
	padding-right: 8%;
	text-align:center;

}

.titre-section p{
	display:inline-block;
	font-family: active, sans-serif;
	font-style: normal;
	font-weight: 400;
	color:#0f6790;
	position: relative;
	z-index: 4;
	line-height: 1;
}


@media all and (max-width:767px){
	.titre-section p{
		font-size:50px;
		padding-top:25px;
		padding-bottom:25px;
	}
}
@media all and (min-width:768px){
	.titre-section{
		position: absolute;
		left:50%;
		transform: translate(-50%, -50%);
		z-index: 100;
	}
	.titre-section p{
		font-size:46px;
	}
	.titre-section  p:after{
		content: "";
		background-color:#ffffff;
		width: 350px;
		height: 350px;
		position: absolute;
		left: 50%;
		top: -75px;
		z-index: -1;
		border-radius: 50% 100%;
		transform: translateX(-45%);
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== LOGO
--------------------------------------------------------------------------------------------------------------*/
#portal-logo{
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	z-index: 5;
}
@media all and (max-width:767px){
	#portal-logo{
		text-align: center;
	}
	#portal-logo img{
		max-height:120px;
	}
}
@media all and (min-width:768px){
	#portal-logo{
		position:absolute;
		top:0;
		left:0;
	}
}
@media (min-width:768px) and (max-width:991px){
	#portal-logo img{
		max-width:86%;
	}
}


/*--------------------------------------------------------------------------------------------------------------
	== PORTAL TITRE
--------------------------------------------------------------------------------------------------------------*/
#portal-titre{
	width:100%;
	display:block;
	padding:10px 0;
	text-align: center;
	position:relative;
	background-color: #ffffff;
	z-index:2;
}
#portal-titre strong{
	font-family: active, sans-serif;
	font-style: normal;
	font-weight: 400;
	color:#0f6790;
}

@media all and (min-width:768px){
	#portal-titre strong{
		font-size:220%;
	}
	#portal-titre:after{
		content:"";
		height:1px;
		width: 80%;
		background-color:#005d89;
		position:absolute;
		right:0;
		bottom:0;
	}
}
@media all and (max-width:767px){
	#portal-titre strong{
		font-size:180%;
		padding-left:15px;
		padding-right:15px;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== PORTAL NAV + SEARCH
--------------------------------------------------------------------------------------------------------------*/
@media all and (min-width:768px){
	#portal-nav-search{
		position: absolute;
		right: 0;
		z-index: 150;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-end;
	}
	#portal-nav-search .bouton-burger{
		display: none;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== RECHERCHE BOUTON
--------------------------------------------------------------------------------------------------------------*/
#portal-nav-search .bt-popin{
	background-color:#ffffff;
}
#portal-nav-search .bt-popin:hover{
	cursor:pointer;
}
#portal-nav-search  .bt-popin a,
#portal-nav-search .bt-popin{
	display:inline-block;
}

/* Search */
#portal-nav-search .bt-popin .fa-search{
	color:#004159;
	font-size: 26px;
	position: relative;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
}
.fa:before, fa:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fa-search::before {
	content: "\f002";
}
@media all and (max-width:767px){
	/* Menu smatphones */
	#portal-nav-search{
		position: relative;
		padding:15px 0;
	}
	#portal-nav-search .bt-popin.recherche{
		position: absolute;
		top: 15px;
		right: 15px;
	}
	#portal-nav-search .bt-popin.menu a{
		display: inline-block;
		margin-left:15px;
		font-size: 26px;
		font-family: fontawesome;
		color: #004159;
		text-decoration: none;
	}
	#portal-nav-search .bt-popin.menu a:hover,
	#portal-nav-search .bt-popin.menu a:focus{
		text-decoration: none;
	}
}
@media all and (min-width:768px){
	#portal-nav-search .bt-popin{
		height:67px;
	}
	#portal-nav-search  .bt-popin a{
		font-size: 26px;
		font-family: fontawesome;
		color:#004159;
		text-transform: uppercase;
		text-decoration: none;
		width: 100%;
		line-height: 100%;
		padding-left: 40px;
		padding-right: 40px;
		height: 100%;
	}
	#portal-nav-search .bt-popin .fa-search{
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
	}
	#portal-nav-search .bt-popin.menu {
		display: none;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== RECHERCHE MODAL
--------------------------------------------------------------------------------------------------------------*/
#portal-searchbox{
/*	position: relative;
	float:none;
	margin:20px 0;
	padding:0;
	display:none;*/
	margin:0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 200;
	background:rgba(255,255,255,0.6);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-searchbox.actif{
	opacity: 1;
	visibility: visible;
}

#portal-searchbox form{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: calc(100% - 30px);
	max-width: 500px;
	padding:5%;
	background-color:#005d89;
}
#portal-searchbox .LSBox{
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
#portal-searchbox .LSBox .hiddenStructure{
	display: none;
}
#portal-searchbox input[type=text]{
	display: block;
	padding: 17px 10px;
	width: 85%;
	background:#fff;
	border: none;
	font-size: 1.4em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height:1;
}
#portal-searchbox input[type=submit]{
	position: absolute;
	top:50%;
	bottom:0;
	right: 0;
	margin:0 0 0 15px;
	padding:0;
	width: 48px;
	height:48px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border:none;
	text-indent:-5000px;
	cursor:pointer;
	background: none;
}

#portal-searchbox .LSBox:before{
	content: "\f002";
	font-family: FontAwesome;
	font-size: 24px;
	color:#ffffff;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background:#fecf63;
	padding: 10px 14px;
}

#portal-searchbox .searchSection,
#portal-searchbox #LSShadow{
	display:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== NAVIGATION MINI
--------------------------------------------------------------------------------------------------------------*/
#portal-navigation{
	position:relative;
	z-index:150;
	margin:0;
	background:#CBCECE;
}
#portal-navigation.fixed {
	position: fixed;
	top:0;
	left:0;
	right: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
	transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
}

/*
	BOUTONS
*/
#portal-navigation > a,
#portal-navigation ul#portal-globalnav + a{
	display:none;
}

/*
  	RUBRIQUES
*/

#portal-globalnav{
	margin: 0;
	padding:0;
	background:none;
}

#portal-globalnav #portaltab-index_html{
	display:none;
}


#portal-globalnav > li{
	position:relative;
	margin:0;
}

/* 1ST CHILD */
#portal-globalnav > li:first-child,
#portal-globalnav > li:first-child.selected,
#portal-globalnav > li:first-child .submenu{
	background-color:#59a5bf;
}
#portal-globalnav > li:first-child a,
#portal-globalnav > li:first-child.selected a,
#portal-globalnav > li:first-child .submenu a{
	color:#004159 !important;
}
/* 2ND CHILD */
#portal-globalnav > li:nth-child(2),
#portal-globalnav > li:nth-child(2).selected,
#portal-globalnav > li:nth-child(2) .submenu{
	background-color:#59a5bf;
}
#portal-globalnav > li:nth-child(2) a,
#portal-globalnav > li:nth-child(2).selected a,
#portal-globalnav > li:nth-child(2).submenu a{
	color:#004159 !important;
}

#portal-globalnav > li:nth-child(2).submenu a:hover{
	color:#59a5bf !important;
}

/* 3RD CHILD */
#portal-globalnav > li:nth-child(3),
#portal-globalnav > li:nth-child(3).selected,
#portal-globalnav > li:nth-child(3) .submenu{
	background-color:#004159;
}
#portal-globalnav > li:nth-child(3) a,
#portal-globalnav > li:nth-child(3).selected a,
#portal-globalnav > li:nth-child(3).submenu a{
	color:#ffffff !important;
}

/* 4RD CHILD */
#portal-globalnav > li:nth-child(4),
#portal-globalnav > li:nth-child(4).selected,
#portal-globalnav > li:nth-child(4) .submenu{
	background-color:#0069b3;
}
#portal-globalnav > li:nth-child(4) a,
#portal-globalnav > li:nth-child(4).selected a,
#portal-globalnav > li:nth-child(4).submenu a{
	color:#ffffff !important;
}


/* LAST CHILD */
#portal-globalnav > li:last-child,
#portal-globalnav > li:last-child.selected,
#portal-globalnav > li:last-child .submenu{
	background-color:#7fadc3;
}
#portal-globalnav > li:last-child a,
#portal-globalnav > li:last-child.selected a,
#portal-globalnav > li:last-child .submenu a{
	color:#004159 !important;
}

#portal-globalnav > li > a{
	display: block;
	padding:25px 35px;
	min-width:0;
	background:none;
	border:none;
	font-size:1.3em;
	font-weight:600;
	text-transform:uppercase;
}
#portal-globalnav li:hover a,
#portal-globalnav a:hover,
#portal-globalnav a:focus,
#portal-globalnav li.selected a{
	text-decoration: none;
	background:none;
}

#portal-globalnav .selected a:hover{
	background:none;
}

#portal-globalnav li#portaltab-index_html.selected a,
#portal-globalnav li#portaltab-index_html.selected a:hover,
#portal-globalnav li#portaltab-index_html.selected a:focus{
	font-weight: 700;
}
@media all and (max-width:767px) {
	#portal-globalnav {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		width:100%;
		z-index:5;
	}
	#portal-globalnav.actif {
		opacity: 1;
		visibility: visible;
		-webkit-transition: opacity 0.5s, visibility 0.5s;
		transition: opacity 0.5s, visibility 0.5s;
	}
	#portal-globalnav.actif li a:hover,
	#portal-globalnav.actif li a:focus,
	#portal-globalnav.actif li.selected a{
		text-decoration: underline !important;
	}
}

@media all and (min-width:768px) {
	#portal-globalnav li:hover a,
	#portal-globalnav a:hover,
	#portal-globalnav a:focus,
	#portal-globalnav li.selected a{
		padding-bottom:35px;
	}
}

/*
	MENU DEROULANT
*/
#portal-globalnav li ul.submenu{
	top:110%;
	z-index:2;
	display: block;
	padding:0;
	width:auto;
	opacity:0;
	visibility: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
	transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
}
#portal-globalnav li:hover ul.submenu {
	top:100%;
	opacity:1;
	visibility: visible;
}
#portal-globalnav li ul.submenu li{
	display:block;
	float:none;
	width:auto;
	border-top:1px solid rgba(255,255,255,0.2) ;
}
#portal-globalnav li ul.submenu li a{
	padding:0;
	min-width:0;
	width:auto;
	background:none;
	border:none;
	font-size:1.1em;
	text-transform:uppercase;
	font-weight:600;
	padding:15px;
}

#portal-globalnav li ul.submenu li:hover{
	background-color:#ffffff;
	transition:all 0.8s cubic-bezier(0.25,1,0.33,1);
}

#portal-globalnav li ul.submenu li a:hover,
#portal-globalnav li ul.submenu li a:focus{
	border:none;
}
#portal-globalnav li ul.submenu li a img{
	display:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== BOUTON SE CONNECTER
--------------------------------------------------------------------------------------------------------------*/
#portal-personaltools-wrapper{}
#portal-personaltools-wrapper ul#portal-personaltools,
#portal-personaltools-wrapper dl{
	position:fixed;
	padding:0;
	background:none;
	-webkit-border-radius:0;
	border-radius:0;
}
#portal-personaltools-wrapper > ul{
	display:none;
}
#portal-personaltools-wrapper ul li a,
#portal-personaltools-wrapper dl a{
	color:#000;
	font-size:1.3em;
}
#portal-personaltools-wrapper ul li a{
	text-decoration:underline;
}
#portal-personaltools-wrapper ul li a + a{
	display:none;
}
#portal-personaltools-wrapper dl dd{
}
#portal-personaltools-wrapper dl dd a:hover{
	background:#000;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= MAIN
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-columns{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width:1200px;
	margin:auto;
}

@media all and (max-width:767px){
	#portal-columns{
		padding-left:15px;
		padding-right:15px;
	}
}

#portal-columns:after{
	content:"";
	display:block;
	clear:both;
}
#portal-columns{
	padding-bottom:80px;
	background-image:url(../images/rayures-background.jpg);
	background-repeat:repeat;
	display: flex;
}
#portal-columns.sans-colonne #portal-column-content{
	width: 100%;
}
#portal-column-content{
	position: relative;
	background:#ffffff;
	flex:1;
}

#portal-column-content #content{
	margin:0;
	min-height:300px;
    background:transparent;
}
#portal_colonne{
	width:250px;
	background:#ffffff;
}

#portal-column-content #content > #parent-fieldname-title,
#portal-column-content #content .documentFirstHeading{
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
	color:#004159;
	margin-bottom:20px;
	letter-spacing:0px;
}
#portal-column-content #content > .documentDescription{
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.2rem;
	color: #004159;
}

@media all and (max-width: 767px){
	#portal-column-content #content{
		padding:15px;
	}
}

@media all and (min-width:768px){
	#portal-columns{
		padding-left:8%;
		padding-right:8%;
	}
	#portal-column-content{
		position: relative;
		padding:0 0 20px 0;
	}
	#portal-column-content #content > #parent-fieldname-title,
	#portal-column-content #content > .documentDescription,
	#portal-column-content #content > .documentFirstHeading,
	#portal-column-content #content #content-core>*{
		padding-left:20px;
	}
	#portal-column-content #content > .documentDescription{
		padding-right:20px;
	}
	#portal-column-content #content > #parent-fieldname-title,
	#portal-column-content #content .documentFirstHeading{
		font-size: 28px;
	}
	#portal-column-content,
	#portal_colonne{
		z-index: 101;
		position: relative;
	}
	#portal_colonne:after{
		content:"";
		width:1px;
		position:absolute;
		top:0;
		bottom:20px;
		background:#005d88;
	}
}
/*--------------------------------------------------------------------------------------------------------------
	== PORTLET ABOVE
--------------------------------------------------------------------------------------------------------------*/
#portlets-above:after{
	content:"";
	height:50px;
	background:#ffffff;
	position: absolute;
	left:0;
	right:0;
}

@media all and (max-width:767px){
	#portlets-above{
		background-color:#ffffff;
	}
}
/*--------------------------------------------------------------------------------------------------------------
	== ADDTHIS
--------------------------------------------------------------------------------------------------------------*/
.portlet-embed-add-this a:hover{
	cursor: pointer;
}

@media all and (max-width:767px){
	.portlet-embed-add-this{
		display:none;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== CHEMIN DE FER
--------------------------------------------------------------------------------------------------------------*/
#portal-breadcrumbs{
	width: 100%;
	color:#8a8a8a;
	background-color:#ffffff;
	z-index:101;
}

#portal-breadcrumbs #breadcrumbs-you-are-here{
	display:none;
}
#portal-breadcrumbs a{
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2rem;
	color:#3981a3;
	margin-right: 10px;
	margin-left: 5px;
}
#portal-breadcrumbs span:first-child a{
	margin-left:0 !important;
}
#portal-breadcrumbs a:hover,
#portal-breadcrumbs a:focus{
	color:#3981a3;
}

#portal-breadcrumbs .breadcrumbSeparator{
	text-indent: -9999999999px;
	color:transparent;
	position: relative;
}

#portal-breadcrumbs .breadcrumbSeparator:after{
	content:"";
	width: 12px;
	height: 12px;
	background-image: url(../images/arrows/fil-ariane-fleche.jpg);
	background-repeat:no-repeat;
	background-size: contain;
	position: absolute;
	right:0;
	top:50%;
	transform: translateY(-50%);
}

@media all and (max-width:767px){
	#portal-breadcrumbs{
		padding:0 15px;
	}
}
@media all and (min-width:768px){
	#portal-breadcrumbs{
		margin:50px 0 0 0;
		padding:0 20px 20px 20px;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== ELEMENTS GENERAUX
--------------------------------------------------------------------------------------------------------------*/
/*
	TITRE
*/
#portal-column-content h1{
	border:none;
	color:#000;
	line-height:1;
}
#portal-column-content h1 span.discreet{
	display:block;
}
#portal-column-content h1 strong#search-term{
	color:#000;
	font-style:italic;
	text-transform:none;
}

/*
  	IMAGE
*/
#portal-column-content .imageContainer{
	position:relative;
	float:left;
	margin:0 10px 0 0;
	display:none;
}
#portal-column-content .imageContainer p{
	position:absolute;
	bottom:5px;
	margin:0;
	padding:5px;
	background:rgba(0,0,0,0.6);
	color:#fff;
}

/*
	DESCRIPTION
*/
#portal-column-content .documentDescription{
	margin:0;
	padding:0;
	background:#fff;
	color:#000;
	font-size:1.4em;
}

/*
	CORPS DE TEXTE
*/
#portal-column-content #content-core{
	margin:30px 0 0;
}
#portal-column-content #content-core > div{
	font-size:1.4em;
	line-height:1.4;
}

/*
	MESSAGE DE FEEDBACK
*/
dl.portalMessage{
	margin:0 0 20px;
	background:#fff;
	border:1px solid #000;
	font-size:1.1em;
}
dl.portalMessage dt{
	background:#000;
}
dl.error dd{
	background:#fff;
}

/*
  	SOMMAIRE
*/
#portal-column-content dl.toc{
	float:none;
	margin:10px 0;
	width:100%;
}
#portal-column-content dl.toc dt{
	margin:0;
	color:#000;
}
#portal-column-content dl.toc dd{
	margin:0;
	color:#000;
}
#portal-column-content dl.toc dd li{
	margin:0 0 8px;
	line-height:1.1;
}
#portal-column-content dl.toc dd li a,
#portal-column-content dl.toc dd li a:hover,
#portal-column-content dl.toc dd li a:focus{
	color:#000!important;
}

/*
	PAGINATION
*/
#portal-column-content .listingBar{
	padding:2px 0;
	text-align:center;
	font-size:12px;
	font-family: 'Barlow', sans-serif;
	color:#1f586d;
}
#portal-column-content .listingBar a{
	padding:0;
	border:none;
	font-family: 'Barlow', sans-serif;
	color:#1f586d;
}
#portal-column-content .listingBar a:hover,
#portal-column-content .listingBar a:focus{
	background:none;
	color:#1f586d!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;
}

/*
	COMMENTAIRES
*/
.discussion{
	margin:50px 0 20px;
	border-bottom:5px solid #f3f2f1;
}
.discussion:before{
	content:"Commentaires";
	display:block;
	margin:0 0 10px;
	font-size:3em;
	color:#9d9893;
}
.discussion > div{
	margin:0 0 10px;
	padding:10px 0 0;
	border-top:5px solid #f3f2f1;
	text-align:right;
}
.discussion > .replyTreeLevel1{
	margin-left:30px;
}
.discussion .documentByLine{
	float:none;
	margin:0;
	text-align:left;
	font-size:1.4em;
	font-weight:700;
	color:#9d9893;
}
.discussion > div .commentImage{
	display:none;
}
.discussion > div .commentDate{
	display:inline;
	font-weight:400;
}
.discussion > div .commentBody{
	position:relative;
	margin:10px 0;
	padding:0;
	border:none;
	-webkit-border-radius:0 ;
	-moz-border-radius:0 ;
	border-radius:0 ;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-align:left;
	font-size:1.3em;
	color:#9d9893;
	overflow:visible;
}
.discussion > div .commentBody p{
	float:none;
}
.discussion > div button{
	margin:0;
	padding:5px;
	background:#f3f2f1;
	border:none;
	font-weight:bold;
	font-size:1em;
	color:#9d9893;
	text-transform:uppercase;
	cursor:pointer;
}
.discussion > div button:hover{
	color:#000;
}

/*
	DEPOT DE COMMENTAIRES
*/
#commenting{
	margin:0;
}
.reply{
	margin:20px 0 0 80px;
}
#commenting fieldset,
.reply fieldset{
	margin:0;
	padding:0;
	border:none;
}
#commenting fieldset legend,
.reply fieldset legend{
	margin:0;
	padding:0;
	font-size:2em;
	line-height:1.8;
	color:#9d9893;
}
#commenting fieldset p,
.reply fieldset p{
	display:none;
}
#commenting fieldset form,
.reply fieldset form{
	margin:0;
}
#commenting fieldset form .field,
.reply fieldset form .field{
	clear:none;
	text-align:left;
}
#commenting fieldset form .field label,
.reply fieldset form .field label{
	font-weight:normal;
	font-size:1.2em;
	color:#9d9893;
}
#commenting fieldset form .field input,
.reply fieldset form .field input{
	padding:5px;
	width:100%;
	border:1px solid #f3f2f1;
	font-size:1.2em;
}
#commenting fieldset form .field textarea,
.reply fieldset form .field textarea{
	padding:5px;
	width:100%;
	border:1px solid #f3f2f1;
	font-size:1.2em;
}
#commenting fieldset form #formfield-form-widgets-etablissement,
.reply fieldset form #formfield-form-widgets-fonction{
	display:none;
}
#commenting fieldset form #formfield-form-widgets-captcha label,
.reply fieldset form #formfield-form-widgets-captcha strong{
	display:none;
}
#commenting fieldset form #formfield-form-widgets-captcha span,
.reply fieldset form #formfield-form-widgets-captcha span{
	float:right;
	padding:0 135px 0 0;
	color:#000;
	font-size:1.2em;
	font-weight:bold;
}
#commenting fieldset form #formfield-form-widgets-captcha input,
.reply fieldset form #formfield-form-widgets-captcha input{
	float:right;
	margin:-15px 0 0;
	width:125px;
}
#commenting fieldset form .formControls,
.reply fieldset form .formControls{
	clear:both;
	margin:0;
	text-align:right;
}
#commenting fieldset form .formControls input,
.reply fieldset form .formControls input{
	padding:5px 10px;
	margin:0 0 0 5px;
	background:#9d9893;
	border:none;
	color:#fff;
	font-weight:700;
	font-size:1.2em;
	text-transform:uppercase;
	cursor:pointer;
}
.reply fieldset form .formControls input{
	background:#9d9893;
	color:#fff;
}



/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE detail
--------------------------------------------------------------------------------------------------------------*/

#imagepage {
    min-height: 140px;
}


#imagepage .imageContainer{
	height:450px;
	overflow:hidden;
	position:relative;
}

#imagepage img{
  max-width:100%;
   position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}



/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE LISTE
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #content-core .tileItem{
	margin:30px 0 0;
}
#portal-column-content #content-core .tileItem + .tileItem{
	padding:30px 0 0;
	border-top: 1px solid #005d88;
}
#portal-column-content #content-core .tileItem h2{
	margin:0 0 5px;
	font-size:1.5em;
	text-transform:uppercase;
	overflow:hidden;
}
#portal-column-content #content-core .tileItem h2 a{
	display:inline-block;
	padding:2px 0px;
	line-height:normal;
	color:#0069b3!important;
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}
#portal-column-content #content-core .tileItem h2 a:hover,
#portal-column-content #content-core .tileItem h2 a:focus{
	color:#0069b3!important;
	text-decoration:underline;
}
#portal-column-content #content-core .tileItem > a:first-child{
	float:right;
	margin:0 0 0 10px;
	overflow: hidden;
}

.portaltype-collection #portal-column-content #content-core .tileItem a img.image-item{
	width:200px;
}

#portal-column-content #content-core .tileItem > a img{
	width: 100%;
	-webkit-transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
	transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
}
#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 p,
#portal-column-content #content-core .tileItem span{
	-webkit-transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
	transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
	line-height: 1.4em;
	font-family: 'Barlow', sans-serif;
	color:#1f586d;
	font-size: 16px;
}
#portal-column-content #content-core .tileItem:hover p,
#portal-column-content #content-core .tileItem:hover span {
}
#portal-column-content #content-core .tileItem p.tileFooter{
	margin-top:5px;
	font-size:0.9em;
}
#portal-column-content #content-core .tileItem p.tileFooter a{
	display:inline-block;
	padding:0;
	font-family: 'Barlow', sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2rem;
	color:#3981a3 !important;
}
#portal-column-content #content-core .tileItem p.tileFooter a:hover,
#portal-column-content #content-core .tileItem p.tileFooter a:focus{
	color:#3981a3!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== Formulaires
--------------------------------------------------------------------------------------------------------------*/

.portaltype-formfolder form {
	font-size:1.4em;
}

.portaltype-formfolder form input {
	padding:5px;
}

.portaltype-formfolder form legend {
	font-size:2em !important;
}

.portaltype-formfolder form #archetypes-fieldname-votre-demande-concerne {
	margin-left: 20px;
}

.portaltype-formfolder form #archetypes-fieldname-votre-demande-concerne #votre-demande-concerne .formQuestion {
	margin-bottom: 20px;
	display: block;
	font-size: 1.3em;
	margin-top: 20px;
}



/*--------------------------------------------------------------------------------------------------------------
	== PAGE MAGAZINE
--------------------------------------------------------------------------------------------------------------*/
.template-facetednavigation_view.portaltype-folder .faceted-results{
	clear: both;
}
.template-facetednavigation_view.portaltype-folder #portal-column-content #content-core .tileItem{
	float: left;
	margin:10px 0 0;
	padding:0;
	width: 24%;
	border: none;
	overflow: hidden;
}
.template-facetednavigation_view.portaltype-folder #portal-column-content #content-core .tileItem h2{
	margin:0;
	padding:10px;
	background: rgba(0,0,0,0.8);
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}
.template-facetednavigation_view.portaltype-folder #portal-column-content #content-core .tileItem a + h2{
	position: absolute;
	bottom:0;
	left:0;
	right: 0;
	z-index:3;
}
.template-facetednavigation_view.portaltype-folder #portal-column-content #content-core .tileItem h2 a{
	color:#fff;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE D'INSCRIPTION A LA NEWSLETTER
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #newsletter{
	font-size:1em!important;
}
#portal-column-content #newsletter .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 cubic-bezier(0.25,1,0.33,1);
	transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
	-moz-transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
	-o-transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
}
#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;
}
@media all and (min-width:768px){
	#search-results-wrapper{
		padding-right:20px;
	}
}


/*
  	FILTRE
*/
#portal-column-content #content-core #search-results-bar{
	border:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
#portal-column-content #content-core #search-results-bar > span:first-child{
	display:block;
	margin:0 0 10px;
	font-family: 'Barlow', sans-serif;
	color:#1f586d;
	font-size: 16px;
}
#portal-column-content #content-core #search-results-bar dl.actionMenu{
	float:right;
	position:relative;
	display:none;
}
#portal-column-content #content-core #search-results-bar dl.actionMenu dd{
	position:absolute;
	right:0;
	left:auto;
}
#portal-column-content #content-core #search-results-bar dl.actionMenu dd > div{
	padding:10px;
	background:#f9f9fa;
	border:1px solid #e7e9ea;
	font-size:1.4em;
}
#portal-column-content #content-core #search-results-bar dl.actionMenu dd > div .field{
	margin:0;
	padding:0;
	background:none;
}
#portal-column-content #content-core #search-results-bar dl.actionMenu dd > div .optionsToggle{
	background:none;
	border:none;
	font-weight:bold;
}
#portal-column-content #content-core #search-results-bar dl.actionMenu dd > div .field div{
	float:none;
	margin:0;
}
#portal-column-content #content-core #search-results-bar span#searchResultsSort{
	float:none;
	clear:both;
	display:block;
	padding:5px 0 0;
	border-top:1px solid #fff;
	display: none;
}
#portal-column-content #content-core #search-results-bar a:hover,
#portal-column-content #content-core #search-results-bar a:focus{
	color:#000!important;
}

/*
	LISTE
*/
#portal-column-content #content-core #search-results{
	margin:20px 0 0;
	padding:0;
}
#portal-column-content #content-core #search-results dl dt{
	display:inline-block;
	margin:30px 0 0;
	padding:0!important;
	background:#ccc;
	font-weight:bold;
	font-size:1.5em;
	line-height:1em;
}
#portal-column-content #content-core #search-results dl dt a{
	display:inline-block;
	padding:2px 5px;
	background:#ccc;
	border:none;
	color:#000!important;
}
#portal-column-content #content-core #search-results dl dt a:hover,
#portal-column-content #content-core #search-results dl dt a:focus{
	background:#000;
	color:#fff!important;
	text-decoration:none;
}
#portal-column-content #content-core #search-results dl dt img{
	display:none;
}
#portal-column-content #content-core #search-results dl dd{
	margin:0;
	font-size:1.2em;
	line-height:1.5;
}
#portal-column-content #content-core #search-results dl dd cite{
	display:block;
	margin:5px 0 0;
}
#portal-column-content #content-core #search-results dl dd cite a,
#portal-column-content #content-core #search-results dl dd cite a:hover,
#portal-column-content #content-core #search-results dl dd cite a:focus{
	color:#000!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE ACTUALITE
--------------------------------------------------------------------------------------------------------------*/
.portaltype-news-item #archetypes-fieldname-imageCaptionBSW{
    display:none;
}
#portal-column-content #content-core .plain{
	float:none;
	overflow:hidden;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE DOSSIER
--------------------------------------------------------------------------------------------------------------*/
.portaltype-folder #plone-contentmenu-actions{
    display:none;
}
.userrole-manager.portaltype-folder #plone-contentmenu-actions{
    display:block;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE VIDEOS
--------------------------------------------------------------------------------------------------------------*/
.template-video_view #content-core {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;
	height: 0;*/
}
.template-video_view #content-core iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE EVENEMENT
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #content-core .eventDetails{
	clear: both;
	float:none;
	margin:20px 0;
	padding:0;
	width:auto;
	border:none;
	overflow:hidden;
}
#portal-column-content #content-core .eventDetails::before,
#portal-column-content #content-core .eventDetails::after{
	content: '';
	display: block;
	margin: 0 0 5px;
	width: 100%;
	height: 2px;
	background: #005d89;
}
#portal-column-content #content-core .eventDetails ul{
	display: flex;
	flex-wrap: wrap;
}
#portal-column-content #content-core .eventDetails ul li{
	width: 30%;
	line-height:1;
	margin-bottom: 20px;
}
#portal-column-content #content-core .eventDetails ul li.calendrier{
	display:none;
}
#portal-column-content #content-core .eventDetails ul li::before {
	content: '';
	display: block;
	margin:20px 0 10px;
	font-family: fontawesome;
	font-size: 1.3em;
	color:#005d89;
}
#portal-column-content #content-core .eventDetails ul li.quand::before {
	content: '';
}
#portal-column-content #content-core .eventDetails ul li.ou::before {
	content: '';
}
#portal-column-content #content-core .eventDetails ul li.contact_name::before {
	content: '';
}
#portal-column-content #content-core .eventDetails ul li.telephone::before {
	content: '';
}
#portal-column-content #content-core .eventDetails ul li.participants::before {
	content: '';
}
#portal-column-content #content-core .eventDetails ul li span,
#portal-column-content #content-core .eventDetails ul li a{
	display:inline;
	padding:0;
	width:auto;
	border:none;
	text-align:left;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	line-height: 1.2rem;
	color:#1f586d;
}
#portal-column-content #content-core .eventDetails ul li a:hover,
#portal-column-content #content-core .eventDetails ul li a:focus{
	color:#1f586d !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;
	text-transform: uppercase;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	line-height: 1.2rem;
	color:#1f586d;
}
#portal-column-content #content-core #parent-fieldname-eventUrl{
	display: inline-block;
	margin: 20px 0 0;
	padding:25px 35px;
	background:#0069b3;
	color:#ffffff !important;
	font-size: 1.3em;
	font-weight: 600;
	line-height:1;
	text-transform: uppercase;
	-webkit-transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
	-moz-transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
	-o-transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
	transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
}
#portal-column-content #content-core #parent-fieldname-eventUrl:hover,
#portal-column-content #content-core #parent-fieldname-eventUrl:focus{
	background:#0069b3;
	color:#ffffff!important;
	text-decoration:none;
	padding-right:55px;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE CALENDRIER
--------------------------------------------------------------------------------------------------------------*/
/*
	BOUTON CALENDRIER
*/
#portal-column-content .voir-le-calendrier,
#portal-column-content .retour-agenda{
	position: relative;
	float: right;
	margin: -20px 0 0;
	text-align:right;
}
#portal-column-content .retour-agenda {
	margin: -30px 0 0;
}
#portal-column-content .voir-le-calendrier a,
#portal-column-content .retour-agenda{
	padding:5px 10px;
	background:#ccc;
	-webkit-border-radius:50px;
	border-radius:50px;
	color:#000!important;
	font-weight:700;
	font-size: 1.2em;
	text-transform:uppercase;
}
#portal-column-content .voir-le-calendrier a:hover,
#portal-column-content .voir-le-calendrier a:focus,
#portal-column-content .retour-agenda:hover,
#portal-column-content .retour-agenda:focus{
	background:#000;
	color:#fff!important;
	text-decoration:none;
}

/*
	CALENDRIER
*/
#calendar{
	margin:30px 0 0;
}
.fc-header h2{
	font-size:1.6em;
	font-weight:normal;
	text-transform:uppercase;
	color:#000;
}
.fc-content th.fc-day-header{
	font-size:1.2em;
}
.fc-content .fc-state-highlight{
	background:#e8e8e8;
	border:1px solid #ccc;
	font-weight:bold;
}
.fc-content a.fc-event{
	background:#666;
	border:1px solid #666!important;
	font-size:1.1em;
}
#content .fc-content a.fc-event:hover,
#content .fc-content a.fc-event:focus{
	color:#fff!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE ALBUM PHOTOS
--------------------------------------------------------------------------------------------------------------*/
#content span.nb-photo{
	display: none;

}
#content .liste-photos {
	display: flex;
	flex-wrap: wrap;
}
#content .liste-photos .imageAlbumContainer{
	width: 32%;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
#content .liste-photos .imageAlbumContainer img{
	width: 100%;
	-moz-transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
	-o-transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
	-webkit-transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
	transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
}
#content .liste-photos .imageAlbumContainer:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE SON
--------------------------------------------------------------------------------------------------------------*/
.portaltype-son h2#download-son{
	margin:30px 0 10px;
	padding:0;
	color:#000;
	font-size:1.6em;
	font-weight:normal;
	text-transform: uppercase;
	line-height:1em;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE FICHIER
--------------------------------------------------------------------------------------------------------------*/
.portaltype-file #content-core a{
	display:inline-block;
	margin:5px 0;
	padding:5px 10px;
	background:#000;
	-webkit-border-radius:5px;
	border-radius:5px;
	border-bottom:none;
	font-size:1.2em;
	color:#fff;
}
.portaltype-file #content-core a:hover,
.portaltype-file #content-core a:focus{
	background:#000;
	color:#fff!important;
	text-decoration:none;
}
.portaltype-file #content-core a img{
	display:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE MEDIATHEQUE
--------------------------------------------------------------------------------------------------------------*/
#mediatheque-search-results-bar{
	margin:0 0 10px;
	padding:20px;
	background:#f0eee8;
}
#mediatheque-search-results-bar #mediatheque_header_title{
	display:none;
}
#mediatheque-search-results-bar fieldset{
	margin:0 0 30px;
	padding:0;
	border:none;
}
#mediatheque-search-results-bar fieldset#mediatheque-SearchableText{
	float:left;
	width:45%;
}
#mediatheque-search-results-bar fieldset#mediatheque-chemin{
	float:right;
	width:45%;
}
#mediatheque-search-results-bar fieldset#mediatheque-chemin + fieldset{
	clear:both;
}
#mediatheque-search-results-bar fieldset legend{
	margin:0 0 5px;
	padding:0;
	border:none;
	font-size:1.4em;
	font-weight:bold;
	text-transform:uppercase;
}
#mediatheque-search-results-bar fieldset ul li{
	display:inline-block;
	margin:0 10px 0 0;
}
#mediatheque-search-results-bar fieldset#mediatheque-SearchableText input,
#mediatheque-search-results-bar fieldset#mediatheque-chemin select{
	padding:3px;
	width:100%;
}
#mediatheque-search-results-bar fieldset ul li input{
	vertical-align:middle;
}
#mediatheque-search-results-bar fieldset ul li label{
	font-weight:normal;
}
#mediatheque-search-results-bar .input_submit_mediatheque input{
	display:inline-block;
	padding:5px 10px;
	background:#17afd0;
	border:none;
	-webkit-border-radius:50px;
	border-radius:50px;
	color:#444;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
	-webkit-transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
	-moz-transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
	-o-transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
	transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
}
#mediatheque-search-results-bar .input_submit_mediatheque input:hover{
	background:#000;
}

/*--------------------------------------------------------------------------------------------------------------
	== 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;
}
@media all and (min-width:768px){
	#portal-column-content #content-core #portal-sitemap{
		padding-right:20px;
	}
	#portal-column-content #content-core #portal-sitemap > li{
		margin: 50px 0 10px;
		padding: 0;
	}
	#portal-column-content #content-core #portal-sitemap > li > ul {
		display: flex;
		-webkit-display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 20px 0 0 10px;
	}
	#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;
	}
	#portal-column-content #content-core #portal-sitemap > li > ul > li {
		margin: 0 0 20px;
		width: 48%;
		padding:20px;
	}
}
#portal-column-content #content-core #portal-sitemap > li > ul > li {
	background:#f4f4f4;
}
#portal-column-content #content-core #portal-sitemap li a{
	background:none;
}
#portal-column-content #content-core #portal-sitemap li img{
	display:none;
}

/* premier niveau */

#portal-column-content #content-core #portal-sitemap > li > div > a,
#portal-column-content #content-core #portal-sitemap > li > div > a.state-protected{
	display:inline-block;
	margin:0;
	padding:0!important;
	border:none;
	font-weight:600;
	line-height:1;
	font-family: 'Barlow', sans-serif;
	color:#26445c !important;
	font-size: 16px;
	text-transform: uppercase;
}
#portal-column-content #content-core #portal-sitemap > li > div > a:hover,
#portal-column-content #content-core #portal-sitemap > li > div > a:focus{
	color:#26445c!important;
	text-decoration:underline;
}

/* deuxieme niveau */
#portal-column-content #content-core #portal-sitemap > li > ul{
	margin:0;
}
#portal-column-content #content-core #portal-sitemap > li > ul > li{
	margin:0 0 10px;
}
#portal-column-content #content-core #portal-sitemap > li > ul > li > div > a{
	margin:0 0 15px 0;
	padding:0!important;
	font-size:1.2em;
	color:#0069b3!important;
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.2rem;
}
#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:#0069b3!important;
	text-decoration:underline;
}

/* troisieme niveau */
#portal-column-content #content-core #portal-sitemap li li ul{
	margin:0 0 0 10px;
}
#portal-column-content #content-core #portal-sitemap li li li{
}
#portal-column-content #content-core #portal-sitemap li li li a{
	padding:0 0 0 15px!important;
	margin-bottom:10px;
	background:none;
	text-transform:none;
	font-size:14px;
	color:#005d89!important;
	position:relative;
	font-family: 'Barlow', sans-serif;
	line-height:1;
}
#portal-column-content #content-core #portal-sitemap li li li a:before{
	content: "";
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid #116891;
	position: absolute;
	left: 0;
	top: 4px;
}

#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:#005d89!important;
	text-decoration: underline;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE CONNEXION
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #login-form{
}
#portal-column-content #login-form:before{
	content:"Identifiez-vous";
	display:block;
	padding:0 0 20px 128px;
	font-size:1.3em;
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
	color:#004159;
}

@media all and (min-width:768px){
	#portal-column-content #login-form:before{
		font-size:28px;
	}
}
@media all and (max-width:767px){
	#portal-column-content #login-form:before{
		font-size:20px;
	}
}

#portal-column-content #login-form .field label{
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.2rem;
	color:#004159;
	font-size: 1.2em;
}
#portal-column-content #login-form .field input{
	width:40%;
	display: inline-block;
	padding: 15px 10px;
	background:#ffffff;
	border: 1px solid #1f586d;
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1;
}
#portal-column-content #login-form .formControls{
	margin:0 0 0 128px;
}
#portal-column-content #login-form .formControls input{
	margin:0;
	cursor:pointer;
	border: none;
	cursor: pointer;
	padding: 25px 35px;
	background:#0069b3;
	font-family: 'Barlow', sans-serif;
	color: #ffffff !important;
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	-webkit-transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
	-moz-transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
	-o-transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
	transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
}
#portal-column-content #login-forgotten-password{
	margin:40px 0 0 148px;
	padding:40px 0 0 0 !important;
	border-top:1px dotted #464646;
	font-size:1.1em;
	color:#1f586d;
}

@media all and (min-width:768px){
	#portal-column-content #login-forgotten-password{
		margin-right:128px;
	}
}
#portal-column-content #login-forgotten-password a:hover,
#portal-column-content #login-forgotten-password a:focus{
	color:#1f586d!important;
}

/*
	MOT DE PASSE PERDU
*/
#portal-column-content #mail_password{}
#portal-column-content #mail_password fieldset{
	margin:0;
	padding:0;
	border:none;
}
#portal-column-content #mail_password fieldset legend{
	display:none;
}
#portal-column-content #mail_password .field{
	float:left;
	clear:none;
	margin:0 20px 0 0;
}
#portal-column-content #mail_password .field label{
	margin:0 10px 0 0;
	font-size:1.4em;
	font-style:normal;
	font-weight:normal;
}
#portal-column-content #mail_password .field input.context{
	margin:0;
	padding:2px 5px;
	background:#464646;
	border:none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	font-weight:bold;
	font-size:1.3em;
	cursor:pointer;
}
#portal-column-content #mail_password + p{
	margin:30px 0 0;
	font-size:1.3em;
}
#portal-column-content #mail_password + p a:hover,
#portal-column-content #mail_password + p a:focus{
	color:#000!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE LISTE DE DONS
--------------------------------------------------------------------------------------------------------------*/
#liste-dons_wrapper{
	overflow:auto;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= FOOTER
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-footer{
	margin:auto;
	max-width:1200px;
	padding:0 0 50px 0;
	background:none;
	border:none;
}
.scroll-up{
	text-align: center;
	position: relative;
}

#portal-footer .scroll-up:before{
	content: "";
	width: 0;
	height: 0;
	border-left: 200px solid transparent;
	border-right: 200px solid transparent;
	border-bottom: 45px solid #ffffff;
	position: absolute;
	top: -45px;
	left: 50%;
	transform: translateX(-50%);
}
#portal-footer .scroll-up p a{
	display: block;
	margin: 0 auto;
	width: 57px;
	height: 51px;
	color:transparent;
	text-indent: -999999999px;
	position: relative;
}
#portal-footer .scroll-up p a:after {
	content: "";
	display: block;
	width: 57px;
	height: 51px;
	background-image: url(../images/arrows/arrow-up.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	top: -25px;
	z-index: 2;
}

/*--------------------------------------------------------------------------------------------------------------
	== ALERTE POPIN
--------------------------------------------------------------------------------------------------------------*/
#portal-footer #alerte-popin{
	display: flex;
	padding: 10px;
	max-width: none;
}
#portal-footer #alerte-popin > div {
	margin: auto;
	padding: 30px;
	max-width: 900px;
	width: auto;
}
#portal-footer #alerte-popin > div img{
	max-width: 100%;
	height: auto!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== COORDONNEES
--------------------------------------------------------------------------------------------------------------*/
#coordonnees{
	margin:0 0 15px;
	padding:5px 0;
	border-top:1px solid #005d89;
	border-bottom:1px solid #005d89;
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
}

#coordonnees .footer-text{
	font-family: active, sans-serif;
	font-style: normal;
	font-weight: 400;
	color:#005d89;
	line-height: 1;
	font-size:20px;
	padding-right: 8px;
	padding-left: 6px;
	position:relative;
	display: inline-block;
}
#coordonnees .footer-text:after{
	content:"|";
	position:absolute;
	right:0;
}
#coordonnees .footer-text:last-child:after{
	content:"" !important;
}

/*--------------------------------------------------------------------------------------------------------------
	== SITE ACTION
--------------------------------------------------------------------------------------------------------------*/
#portal-siteactions{
	clear:none;
	float:none;
	padding:0;
	border:none;
	color:#fff;
	font-size:1.1em;
}
#portal-siteactions li{
	display:inline;
	color:#000;
}
@media all and (min-width:768px){
	#portal-siteactions li{
		margin-right:30px;
	}
}
#portal-siteactions li:last-child{
	margin-right:0;
}
#portal-siteactions li a,
#portal-siteactions li a:visited{
	border:none;
	text-transform:none;
	color:#78b6cb;
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
}
#portal-siteactions li a:hover{
	border:none;
	background:none;
	text-decoration: none;
	color:#78b6cb;
}

/*--------------------------------------------------------------------------------------------------------------
	== PLAN DU SITE
--------------------------------------------------------------------------------------------------------------*/
#portal-footer #portal-sitemap-footer{
	padding:30px 0;
}
#portal-footer #portal-sitemap-footer > ul{
	-moz-column-count:2;
	-webkit-column-count:2;
	-o-column-count:2;
	column-count:2;
	-moz-column-gap:20px;
	-webkit-column-gap:20px;
	-o-column-gap:20px;
	column-gap:20px;
	overflow:hidden;
}
#portal-footer #portal-sitemap-footer > ul > li{
	display:block;
	padding:0 0 0 18px;
	background:url(../images/fleche-noire.png) 0 0.8em no-repeat;
	border:none;
	overflow:hidden;
}
#portal-footer #portal-sitemap-footer ul li a{
	padding:0!important;
	background:none;
}
#portal-footer #portal-sitemap-footer > ul > li div{
	display:inline-block;
}
#portal-footer #portal-sitemap-footer > ul > li  a{
	color:#000!important;
	font-weight:bold;
	font-size:1.2em;
}
#portal-footer #portal-sitemap-footer > ul > li > ul{
	margin:0 0 0 30px;
}
#portal-footer #portal-sitemap-footer > ul > li > ul li,
#portal-footer #portal-sitemap-footer > ul > li > ul li div{
	display:inline;
}
#portal-footer #portal-sitemap-footer > ul > li > ul li + li:before{
	content:"| ";
	color:#000;
}
#portal-footer #portal-sitemap-footer > ul > li > ul li a{
	font-weight:normal;
	font-size:1.1em;
}
#portal-footer #portal-sitemap-footer > ul > li > ul li a img{
	display:none;
}
#portal-footer #portal-sitemap-footer > ul > li > ul li ul{
	display:none;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= POPINS
*/
/*------------------------------------------------------------------------------------------------------------*/
div.overlay-iframe, div.overlay-ajax{
	width:450px;
}
.pb-ajax{
	border-color:#ffffff;
}
.pb-ajax > div{
	padding:20px;
	width:auto;
	font-size:1.2em;
}
.pb-ajax h1{
	border:none;
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
	color:#004159;
}
.pb-ajax div div:first-child{
	margin:10px 0;
	padding:0;
	background:#fff;
	line-height: 1.4em;
	font-family: 'Barlow', sans-serif;
	color:#1f586d;
	font-size: 16px;
}
.pb-ajax div .formControls{
	margin:0;
}
/* INPUT */
.pb-ajax div .field input,
.pb-ajax div .field textarea{
	display: block;
	padding: 15px 10px;
	background:#ffffff;
	border: 1px solid #1f586d;
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1;
}


/* BTN ENVOYER */
.pb-ajax div .formControls input{
	margin:0;
	border:none;
	cursor:pointer;
	padding:25px 35px;
	background:#0069b3;
	font-family: 'Barlow', sans-serif;
	color:#ffffff !important;
	font-size: 1.3em;
	font-weight: 600;
	line-height:1;
	text-transform: uppercase;
	-webkit-transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
	-moz-transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
	-o-transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
	transition: all 0.5s cubic-bezier(0.25,1,0.33,1);
}
.pb-ajax div form label{
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.2rem;
	color:#004159;
}



/*------------------------------------------------------------------------------------------------------------*/
/*
	=  ADMINISTRATION
*/
/*------------------------------------------------------------------------------------------------------------*/
.template-dashboard #edit-bar{
	display:none;
}
.template-dashboard.userrole-manager #edit-bar{
	display:block;
}

.portletPaletteAdministration dd{
	display:inline-block;
	margin: 5px;
}

#portal-columns dl.portlet.portletPaletteAdministration dd a, dl.portlet.portletPaletteAdministration dd a{
	padding: 5px 0 0 20px;
}


.section-accueil.userrole-authenticated #content .decouvrez-nous ul{
	margin-top:0px;
}

.section-accueil.userrole-authenticated .managePortletsAboveLink{
	display:none;
}


/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------------*/
/*
	= RESPONSIVE
*/
/*------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1280px){

}
@media only screen and (max-width: 1024px){

}
@media only screen and (max-width: 800px){

}
@media only screen and (max-width: 767px){

	/* HEADER */
	#portal-top{}

	/* NAVIGATION MINI */
	/* boutons */
	#portal-navigation > a{
        display:block;
        padding:10px;
        font-size:1.5em;
		font-family: fontawesome;
        color:#000;
        text-transform:uppercase;
    }
    #portal-navigation ul#portal-globalnav:target + a{
        display:block;
        position:absolute;
        top:15px;
        right:15px;
		font-size:1.5em;
		font-family: fontawesome;
    }
    /* menu */
	#portal-navigation ul{
		display:none;
    }
    #portal-navigation ul#portal-globalnav:target{
		display:block;
    }
    #portal-navigation ul#nav-cache:target{
		display:none;
    }
    #portal-globalnav > li{
        display:block;
        float:none;
        margin:0;
        padding:10px0;
        width:auto;
    }
    #portal-globalnav > li a{
        padding:10px;
        font-size:1.4em;
    }
    #portal-globalnav > li ul.submenu{
        display:none!important;
    }

	/* MAIN */
	#portal-column-content,
	#portal_colonne,
	#portal-column-content #content-core .eventDetails ul li{
		width: 100%;
	}
	#content .liste-photos .imageAlbumContainer{
		width: 49%;
	}
	#portal-column-content .imageContainer{
		display: none;
	}
	#portal-column-content #content-core .tileItem > a:first-child{
		display: block;
		float: none;
		margin:0 0 10px;
	}

	/* CK EDITOR */
	#portal-column-content #content-core div[id^="parent-fieldname-text"] p.exergue,
	#portal-column-content #content-core div[id^="parent-fieldname-text"] h2 + p.exergue,
	#portal-column-content #content-core div[id^="parent-fieldname-text"] h3 + p.exergue,
	#portal-column-content #content-core div[id^="parent-fieldname-text"] h4 + p.exergue,
	#portal-column-content #content-core div[id^="parent-fieldname-text"] h5 + p.exergue,
	#portal-column-content #content-core div[id^="parent-fieldname-text"] h6 + p.exergue{
		float:none;
		margin:20px 0;
		width:auto;
	}
	#portal-column-content #content-core div[id^="parent-fieldname-text"] ul.deux-colonnes li{
		float:none;
		width:100%;
	}
	#portal-column-content #content-core div[id^="parent-fieldname-text"] img.image-droite,
	#portal-column-content #content-core div[id^="parent-fieldname-text"] img.image-gauche{
		float:none;
		width:100%;
		height:auto;
	}

	/* FOOTER */
	#portal-siteactions li + li::before,
	#portal-siteactions li{
		display: none;
	}
	#portal-siteactions li#siteaction-mentions-legales{
		display: block;
	}

}

#portal-column-content #content-core div[id^="parent-fieldname-text"] img.image-100{
	width:100%;
	height:auto;
}

@media all and (min-width:768px){
	#portal-column-content #content-core div[id^="parent-fieldname-text"]{
		padding-right:20px;
	}
	#portal-column-content #content-core div[id^="parent-fieldname-text"] img.image-100{
		margin-right:-20px;
	}
}

/*------------------------------------------------------------------------------------------------------------*/



