/**************************************************************************************************************/
/*			Lycée Pro Robert Keller - V1.5 Site generique

			Date : 13/01/2017
			Auteur : Jerem
			URL : http://pin2:41980/robert-keller - liberté 4

			Sommaire :	= RESET
							ELEMENTS DE PLONE

						= BXSLIDER

						= PORLTETS
							== RECHERCHE
							== NEWSLETTER
							== CONNEXION
							== SOUS NAVIGATION
							== A LA UNE
							== CONTENUS CORRELES
							== ALBUM PHOTO
							== CALENDRIER

						= CONTENEUR GLOBAL

						= HEADER
							== LOGO
								SI C'EST UN BANDEAU
								SI C'EST UN TEXTE
							== CHANGEMENT DE LANGUE
							== RECHERCHE
							== NAVIGATION NORMALE
								MENU DEROULANT
							== NAVIGATION MINI
								BOUTONS
								RUBRIQUES
								MENU DEROULANT
							== DIAPORAMA
							== BOUTON SE CONNECTER

						= MAIN
							== CENTRE
							== COLONNES
							== ABOVE CONTENT
								CHEMIN DE FER
								MESSAGE DE FEEDBACK
								PORTLETS
							== ELEMENTS GENERAUX
								TITRE
								IMAGE
								DESCRIPTION
								CORPS DE TEXTE
								SOMMAIRE
								PAGINATION
								CONTENUS CORRRELES
								MOTS CLES
								COMMENTAIRES
							== PAGE D'ACCUEIL
							== PAGE DE LISTE
							== PAGE D'INSCRIPTION A LA NEWSLETTER
							== PAGE DE RESULTAT DE RECHERCHE
								FILTRE
								LISTE
                            == PAGE ACTUALITE
							== PAGE DOSSIER
							== PAGE VIDEOS
							== PAGE EVENEMENT
							== PAGE CALENDRIER
								BOUTON CALENDRIER
								CALENDRIER
							== PAGE ALBUM PHOTOS
							== PAGE SON
							== PAGE FICHIER
							== PAGE DE PLAN DU SITE
							== PAGE DE CONNEXION
							== PAGE LISTE DE DONS

						= FOOTER
							== COORDONNEES
							== SITE ACTION
                            == PLAN DU SITE

						= POPINS
							== CONNEXION
                            == GMAP

						=  ADMINISTRATION
							== BARRE D'EDITION
							== VUE CONTENU
							== FORMULAIRE DE MODIFICATION
							== PALETTE D'ADMIN

						= AJUSTEMENT PETITS ECRANS



*/
/**************************************************************************************************************/
:root {
	--color-primary:#3BBFC8;
}


/*------------------------------------------------------------------------------------------------------------*/
/*
	= RESET
*/
/*------------------------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background:#f7f6f6;
	font-family:'Open Sans', sans-serif;
	font-size:62.5%; /*ensuite 1em=10px en taille normale*/
	color:#393939;
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	border: none;
	font-family:'Quicksand', sans-serif;
    font-weight:bold;
	letter-spacing:normal;
	color: #393939;
}
ul{
	margin:0;
    padding:0;
	list-style-image:none;
	list-style-type:none;
    line-height:1.3em;
}
img{
	border:none;
}
a, a:link{
	text-decoration:none;
	color:#000;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a:visited{
	text-decoration:none;
	color:#000;
}
a:hover, a:focus{
	text-decoration:none;
	color:#393939 !important;
}
#content a:hover,
dl.portlet a:hover {
	text-decoration:none;
	color:#393939 !important;
}
input{
	font-family:'Open Sans', sans-serif;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus{
	background-color:#eae5e6;
}

/*
	ELEMENTS DE PLONE
*/
dl.portlet,
dl.portalMessage,
div.managePortletsLink,
a.managePortletsFallback,
div.portletAssignments,
#content,
div.overlay,
#edit-bar,
#portal-sitemap,
#portal-searchbox,
#portal-globalnav,
#portal-breadcrumbs,
#portal-column-content #content,
#portal-footer,
#portal-siteactions,
#portal-colophon,
#portal-languageselector,
#content pre,
.portletItemDetails,
#portal-personaltools,
#fieldset-openid-login input,
#login-form input,
div.listingBar,
#content legend,
#content div.documentByLine,
.commentDate,
.comment,
#portal-sitemap .navTreeLevel2,
#portal-sitemap .navTreeLevel2 ul,
#content .discreet,
#sidebar .discreet,
#category{
	font-size:100%;
}
#content a:link,
dl.portlet a:link,
#content a:visited,
dl.portlet a:visited{
	border:none;
	color:#000;
}
#content dt{
	font-weight:normal;
}
#content{
	clear:none;
}
#content ul{
	list-style:none;
	margin:0;
}
.portletAssignments .portlet_here.portlet_visible .portletHeader{
	color:#000;
	background: #666;
}
body.template-logged_out #content,
body.template-login_form #content{
	text-align:left;
}
.highlightedSearchTerm{
	background:none!important;
	font-weight:normal!important;
}
div.width-full{
	width:100%;
}
div.position-0,
div.position-1\:2{
	margin:0;
}
div.cell{
	float:none;
	left:0;
	width:auto;
}
div.row{
	float:none;
}
#content-ckeditor,
body.cke_panel_frame{
    background:#fff !important;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= BXSLIDER
*/
/*------------------------------------------------------------------------------------------------------------*/
/*
	RESET - LAYOUT
*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 20px;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/*
	THEME
*/
.bx-wrapper .bx-viewport {
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx-slider/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(++resource++PIE.htc);
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: -10px;
	background: url(../images/prev.png) no-repeat 0 0;
}
.bx-wrapper .bx-next {
	right: -10px;
	background: url(../images/next.png) no-repeat 0 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 90px;
	outline: 0;
	width: 37px;
	height: 64px;
	text-indent: -9999px;
	z-index: 99;
}
.bx-wrapper .bx-prev:hover {
	left: 0px;
}
.bx-wrapper .bx-next:hover {
	right: 0px;
}
.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);
	-pie-background: rgba(80, 80, 80, 0.75);
	behavior: url(++resource++PIE.htc);
}
.bx-wrapper .bx-caption span {
	display: block;
	padding: 10px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.85em;
}







/*------------------------------------------------------------------------------------------------------------*/
/*
	= CONTENEUR GLOBAL
*/
/*------------------------------------------------------------------------------------------------------------*/
#visual-portal-wrapper{
	overflow: hidden;
}
#visual-portal-wrapper .wrapper{
	max-width: 1200px;
	margin: auto;
	position: relative
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= HEADER
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-top{
	margin:0 0 50px;
	position: relative;
	background: url(../images/banniere.jpg)  center top no-repeat;
	text-align:center;
	z-index: auto;
}


/*--------------------------------------------------------------------------------------------------------------
	== LOGO
--------------------------------------------------------------------------------------------------------------*/

#bandeau-site{
	text-align: center;
	margin: 25px auto 30px;
	display: inline-block;
	min-height: 195px;
}
.section-accueil #bandeau-site{
	margin: 75px auto 30px;
}
#bandeau-site img{

}

#bandeau-site:after{
	content:"";
	  display: block;
	  width: 316px;
	  height: 90px;
	background: url("/parametrages/Logo-Lycee-des-Metiers.png") 0px 0px no-repeat;
	position: absolute;
top: 20px;
left: 20px;
}



/*--------------------------------------------------------------------------------------------------------------
	== DIAPORAMA
--------------------------------------------------------------------------------------------------------------*/
#portlets-in-header{
	z-index:1;
	margin:0;
}
#portlets-in-header div.cell {
	position: static;
}

/*--------------------------------------------------------------------------------------------------------------
	== INTRO PRESENTATION
--------------------------------------------------------------------------------------------------------------*/
.presentation {
	max-width: 520px;
	margin: auto;
	padding-bottom: 100px;
}
.presentation .portletHeader,
.presentation h2 {
	display: none;
}
.presentation p {
	text-align: center;
	font-size: 1.6em;
	line-height: 1.4em;
	color:#FFF;
}


/*--------------------------------------------------------------------------------------------------------------
	== BOUTON & DON EN LIGNE
--------------------------------------------------------------------------------------------------------------*/
.inscription {
	position: absolute;
	z-index: 9;
	right: 40px;
	top: 45px;
}
.inscription a.incrivez{
	background: var(--color-primary);
	padding: 40px 15px;
	border-radius: 500px;
	text-align: center;
	line-height: 1em;
	color: #FFF !important;
	font-family: "Quicksand";
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.6em;
	display: inline-block;
	position: relative;
	z-index: 3;
}
.inscription a.incrivez:hover {
	text-decoration: none;
}
.inscription a.incrivez:before {
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	bottom:0;
	content: "";
	background: rgba(90,4,17,0.05);
	border-radius: 500px;
	z-index: -1;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.inscription a.incrivez:hover:before {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.inscription a.incrivez:after {
	top: 5px;
	right: 5px;
	content: "";
    font-family: 'fontawesome';
	font-size: 0.8em;
	color: #415e61;
	background: #FFF;
	padding: 5px 9px 6px 11px;
	border-radius: 500px;
	position: absolute;
	z-index: 10;
}


.inscription p.info {
	position: absolute;
	top: 50px;
	right: 20px;
	z-index: 2;
	font-size: 1.6em;
	color: #FFF;
	width: 250px;
	padding: 50px 10px 0;
	display: none;
	line-height: 1.4em;
}

.inscription p.info span {
	display: block;
	margin: 0 0 5px;
	color:#e0edc1; 
	font-weight:bold;
}
.inscription p.info span + br {
	display: none;
}


.section-accueil .inscription p.info {
	display: block;
}
.inscription p.info:before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 250px;
	height: 250px;
	background: #2f5c7e;
	border-radius: 250px;
	z-index: -1
}
	

/*--------------------------------------------------------------------------------------------------------------
	== NAVIGATION MINI
--------------------------------------------------------------------------------------------------------------*/
#nav {
	position:absolute;
	z-index:999;
	margin:0;
	background:none;
	background: var(--color-primary);
	top:100%;
	left:0;
	right: 0;
}
#nav.f-nav {
	position: fixed;
	top: 0;
}

/*
	BOUTONS
*/
#openMenu{
	display: none;
    color: var(--color-primary)!important;
    font-family: "fontawesome";
    font-size: 2.5em;
	background: #fff;
	padding: 15px 18px;
	border-radius: 50px
}
#openMenu:before{
	position: absolute;
	left: 10px;
	bottom: 0;
	top: 0;
	width: 42px;
	content: "";
	background: url(../images/logo_small.png) 0 center no-repeat;
}


/*
  	RUBRIQUES
*/
#portal-globalnav{
	padding:0;
	margin: 0;
	background:none;
}
#portal-globalnav > li{
	position:relative;
	margin:0 ;
}
#portal-globalnav > li > a:before,
#portal-globalnav > li#portaltab-acces-parents > a:after{
	content: "";
    font-family: 'fontawesome';
	color: #FFF;
	font-size: 0.3em;
	position: absolute;
	left: 0;
}
#portal-globalnav > li#portaltab-acces-parents > a:after{
	right: 0;
	left: auto;
}
#portal-globalnav > li > a{
	padding: 20px 30px 18px;
	min-width:0;
	background:none;
	border:none;
	font-size:1.7em;
	font-weight: bold;
	font-family: "Quicksand";
	color: #FFF;
}
#portal-globalnav li:hover a,
#portal-globalnav .selected a,
#portal-globalnav .selected a:hover,
#portal-globalnav .selected a:focus,
#portal-globalnav a:hover,
#portal-globalnav a:focus{
	background:none;
	color:#fff !important;
	text-decoration: none;
}

#portal-globalnav li#portaltab-index_html a{
	padding-left: 30px;
	font-size: 0em;
}
#portal-globalnav li#portaltab-index_html a:before{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 42px;
	content: "";
	background: url(../images/logo_small.png) 0 center no-repeat;
}

#portaltab-inscrivez-vous > a:before,
#portaltab-inscrivez-vous > a:after {
	display: none;
}
#nav.f-nav #portal-globalnav ,
#nav #portaltab-inscrivez-vous {
	position: static;
}
#nav #portaltab-inscrivez-vous > a  {
	padding: 7px 20px !important;
	background:#FFFFFF;
    color: var(--color-primary)!important;
	border-radius: 50px;
	opacity: 0;
	visibility:hidden;
	position: absolute;
	right: 0;
	top: 13px;
}
#nav.f-nav #portaltab-inscrivez-vous > a  {
	opacity: 1;
	visibility:visible
}
#nav.f-nav #portal-searchbox {
	opacity: 0;
}
#nav.f-nav #portal-globalnav > li > a{
	padding-left: 22px;
	padding-right: 22px ;
}



/*
	MENU DEROULANT
*/
#portal-globalnav li ul.submenu{
	display:block;
	z-index:2;
	top:130%;
	left: -10px;
	right: -10px;
	padding:10px;
	width:auto;
	background: #FFF;
	border:3px solid var(--color-primary);
	border-top: 0;
	opacity:0;
	visibility:hidden;
	overflow: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-globalnav li:hover ul.submenu{
	top:100%;
	opacity:1;
	visibility:visible;
}
#portal-globalnav li ul.submenu li{
	display:block;
	float:none;
	width:auto;
	text-align:center;
}
#portal-globalnav li ul.submenu li + li{
	border-top: none;
}
#portal-globalnav li ul.submenu li a{
	padding:10px;
	min-width:0;
	width:auto;
	background:none;
	border:none;
	font-size:1.6em;
	line-height: 1em;
	text-transform:none;
	color: var(--color-primary)!important;
}
#portal-globalnav li ul.submenu li a:hover,
#portal-globalnav li ul.submenu li a:focus{
	border:none;
	color:var(--color-primary)!important;
}
#portal-globalnav li ul.submenu li a img{
	display:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== RECHERCHE
--------------------------------------------------------------------------------------------------------------*/
#portal-searchbox {
	display: block;
    position: absolute;
    right: 0;
	cursor: pointer;
	top: 0;
	bottom: 0;
	margin: 0;
	width: 35px;
	background: url("../images/picto-rechercher.png") no-repeat scroll center center;
	opacity: 1;
}
#portal-searchbox form{
	position:absolute;
	top: 100%;
	right:150px;
	padding:5px;
	width:250px;
	background:#e8e8e8;
	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:hover form{
	right:0;
	opacity:1;
	visibility:visible;
}
#portal-searchbox form input[type=text]{
	padding:5px;
	width:100%;
	border:none;
	font-size:1.5em;
	color:#393939;
	background: #FFF;
}
#portal-searchbox form input[type=text]:focus{
	background-color:#FFF;
}
#portal-searchbox form .searchButton{
	background: rgba(0, 0, 0, 0) url("../images/picto-rechercher-bleu.png") no-repeat scroll 0 center;
    border: medium none;
    bottom: 0;
    cursor: pointer;
    position: absolute;
    right: 10px;
    text-indent: -5000px;
    top: 0;
    width: 18px;
}
#portal-searchbox form .searchSection,
#portal-searchbox form #LSShadow{
	display:none;
}


/*--------------------------------------------------------------------------------------------------------------
	== BOUTON SE CONNECTER
--------------------------------------------------------------------------------------------------------------*/
#portal-personaltools-wrapper{}
#portal-personaltools-wrapper ul#portal-personaltools,
#portal-personaltools-wrapper dl{
	position:fixed;
	padding:5px 10px;
	background:#FFF;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	behavior: url(++resource++PIE.htc);
}
#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;
}



/*--------------------------------------------------------------------------------------------------------------
	== CENTRE
--------------------------------------------------------------------------------------------------------------*/
/*ensemble des trois colonnes*/
#portal-columns{
}
#portal-columns:after{
	content:"";
	display:block;
	clear:both;
}
#portal-column-content{
	margin:0;
	padding:0;
	width: 71%;
	float: left;
	position: relative;
	background: none;	
}
.section-accueil #portal-column-content{
	overflow:visible;
	float: none;
	width: auto;
	padding-top: 70px
}
.template-portlets.section-accueil #portal-column-content{
	overflow:hidden;
}
#portal-column-content #content{
	margin:0;
    padding:0;
	min-height:300px;
    background:transparent;
}


/*--------------------------------------------------------------------------------------------------------------
	== COLONNES
--------------------------------------------------------------------------------------------------------------*/
#portal-column-one{
	float:left;
	margin:0 4% 0 0;
	padding:0;
	width:23%;
}
#portal-column-two{
	float:right;
	margin:0 0 0 4%;
	padding:0;
	width:23%;
}
#portal-column-one > div > *,
#portal-column-two > div > *{
	padding:30px 0 ;
	margin: 0 0 10px!important;
	border-bottom: 1px solid #cdcdcd;
}
#portal-column-one > div:last-child > *,
#portal-column-two > div:last-child > *{
	border-bottom: none;
}


#portal-columns {
	padding-bottom: 100px;
}
#portal-columns:before {
    content: "";
    position: absolute;
    top: 0;
    left: 75%;
    bottom: 0;
    z-index: -1;
    width:100%;
    background: #f1f1f1;
}
.section-accueil #portal-columns:before {
	display: none;
}



/*------------------------------------------------------------------------------------------------------------*/
/*
	= HOME
*/
/*------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------------------
	== ACCES RAPIDE
--------------------------------------------------------------------------------------------------------------*/

.acces-rapide {
	overflow:hidden;
}
.acces-rapide .portletHeader{
	display: none;
}
.acces-rapide li{
	float: left;
	width:25%;
	overflow:hidden;
	position: relative;
}
.acces-rapide li:last-child{
	border-right: 0;
}
.acces-rapide li:after{
	padding-top: 90%; /*ratio*/
    display: block;
    content: '';
}
.acces-rapide li > * {
	position: absolute;
}
.acces-rapide li > a.illustration {
	top: 0;
	left: 0;
	right: 5px;
	bottom: 0;
	overflow:hidden;
	background:#000000;
	z-index: 1;
}
.acces-rapide li:last-child > a.illustration {
	right: 0;
}
.acces-rapide li > a.illustration img{
	height: 100%;
	width: auto;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.4s ease-in;
}
.acces-rapide li:hover > a.illustration img{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.acces-rapide li > h2 {
	left: 0;
	right: 0;
	bottom: 0;
	background: #FFF;
	text-align:center;
	font-size: 2.3em;
	line-height: 1em;
	z-index: 3;
}
.acces-rapide li > h2 a{
	color: var(--color-primary);
	padding: 25px 0;
	display: block;
}
.acces-rapide li > div h2 a:hover{
	text-decoration: none;
	color: var(--color-primary);
}
.acces-rapide li > h2 a:before {
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	height: 66px;
	content: "";
}
.acces-rapide li.filiere-soins-a-la-personne > h2 a:before {
	background: url(../images/picto_soins.png) center top no-repeat;
}
.acces-rapide li.metiers-de-la-securite > h2 a:before {
	background: url(../images/picto_secu.png) center top no-repeat;
}
.acces-rapide li.metiers-electrotechnique > h2 a:before {
	background: url(../images/picto_electro.png) center top no-repeat;
}
.acces-rapide li.relation-client > h2 a:before,
.acces-rapide li.filiere-commerce > h2 a:before {
	background: url(../images/picto_commerce.png) center top no-repeat;
}

.acces-rapide li > div  {
	position: absolute;
	top: 100%;
	opacity: 0;
	left: 0;
	right: 5px;
	height: 100%;
	background: rgba(0,0,0,0.4);
	padding: 10% 30px 0;
	color: #FFF;
	font-size: 1.5em;
	line-height: 1.4em;
	text-align:center;
	z-index: 2;
	
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.acces-rapide li:hover > div  {
	top: 0;
	opacity: 1;
}
.acces-rapide li > div p{
	margin-bottom: 20px;
}
.acces-rapide li > div a.savoirplus {
	background: var(--color-primary);
	padding: 7px 20px;
	border-radius: 20px;
	color: #FFF !important;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Quicksand";
}



/*--------------------------------------------------------------------------------------------------------------
	== EDITO
--------------------------------------------------------------------------------------------------------------*/

.mot-directeur {
	background:#FFF;
	padding: 20px;
	float: left;
	width: 26%;
	margin-right: 2%;
	margin-bottom: 20px;
	position: relative;
	min-height: 435px;
}
.mot-directeur .entete{
	display: none;
}

.mot-directeur .illustration {
	position: absolute;
	top: -20px;
	right: -10px;
	width: 75px;
	height: 75px;
	overflow:hidden;
	border-radius: 150px;
}
.mot-directeur .illustration img{
	max-height: 100%;
}

.mot-directeur li p{
	font-size: 1.5em;
	line-height: 1.4em;
}


.mot-directeur .portletFooter a{
	display: inline-block;
	margin-top: 10px;
	background: var(--color-primary);
	padding: 7px 20px;
	border-radius: 20px;
	color: #FFF !important;
	font-size:1.3em;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Quicksand";
}
#content .mot-directeur .portletFooter a:hover{
	text-decoration: none;
	color: #FFF !important;

}




/*--------------------------------------------------------------------------------------------------------------
	== ACTU
--------------------------------------------------------------------------------------------------------------*/
.actu {
	background:#FFF;
	padding: 10px 10px 20px;
	float: left;
	width: 72%;
	margin-bottom: 20px;
	overflow: hidden;
	min-height: 435px;
}
.actu .portletHeader {
	display: none;
}
.actu li {
	float:left;
	width: 33.3%;
	border-right: 10px solid #FFF;
}
.actu li:last-child {
	border: none;
}
.actu li a.illustration{
	display: block;
	overflow: hidden;
	height: 165px;
	margin-bottom: 10px;
}
.actu li a.illustration img{
	width: 100%;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.actu li:hover a.illustration img{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.actu li h2 {
	line-height: 1.1em;
}
.actu li p {
	font-size: 1.5em;
	line-height: 1.4em;
}
.actu .portletFooter {
	text-align: right;
	clear: both;
}

.actu .portletFooter a{
	display: inline-block;
	margin-top: 10px;
	background: var(--color-primary);
	padding: 7px 20px;
	border-radius: 20px;
	color: #FFF !important;
	font-size:1.3em;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Quicksand";
}
#content .actu .portletFooter a:hover{
	text-decoration: none;
	color: #FFF !important;

}


/*--------------------------------------------------------------------------------------------------------------
	== VIDEO
--------------------------------------------------------------------------------------------------------------*/
.video-home {
	background:#FFF;
	padding: 0;
	float: left;
	width: 23%;
	margin-right: 2%;
	clear: left;
	position: relative;
	min-height: 235px;
	overflow: hidden;
	text-align:center;
}
.video-home a:after {
	content: "";
	position: absolute;
	top: 0;
	left:0 ;
	right: 0;
	bottom:0;
	background: url(../images/play.png) center center no-repeat;
}
.video-home img{
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100% !important;
	width: auto !important;
	left: 0;
	right: auto;
	text-align: center;
	display: inline-block;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.video-home a:hover img{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.video-home span {
	z-index: 1;
	display: block;
	margin-top: 10px;
	background: #fff;
	padding: 7px 0;
	border-radius: 20px;
	color: var(--color-primary) !important;
	font-size:1.3em;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Quicksand";
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
}
.video-home span:hover{
	text-decoration: none;
	color: var(--color-primary)!important;

}

.video100 {
	position: relative;
    padding-bottom: 70%;
    max-width: none;
}
.video100 iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*--------------------------------------------------------------------------------------------------------------
	== AGENDA
--------------------------------------------------------------------------------------------------------------*/
.agenda {
	background:#FFF;
	padding: 10px 20px 20px;
	float: left;
	width: 44%;
	margin-right: 2%;
}
.agenda .entete{
	color: #e8e8e8;
	font-size: 5em;
	text-transform: uppercase;
	line-height: 1em;
	font-weight: bold;
	font-family: "Quicksand";
	margin-bottom: 20px;
	display: block;
	background: url(../images/agenda.jpg) right center no-repeat
}
#content .agenda li{
	position: relative;
	padding-left: 10px;
	margin: 0 0 10px 10px;
}
.agenda li:before{
	content:"";
	display:block;
	position: absolute;
	top: 0.3em;
	left: 0;
    font-family: 'FontAwesome';
	font-size:0.7em;
	color:var(--color-primary);
}
.agenda li h2,
.agenda li span{
	font-size: 1.5em;
	display: inline;
	font-weight: normal;
	font-family: "Open Sans"
}
.agenda li span{
	font-weight: bold;
}
.agenda li span:before{
	content: " / ";
}
.agenda .portletFooter {
	text-align: right;
	clear: both;
}

.agenda .portletFooter a{
	display: inline-block;
	margin-top: 10px;
	background: var(--color-primary);
	padding: 7px 20px;
	border-radius: 20px;
	color: #FFF !important;
	font-size:1.3em;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Quicksand";
}
#content .agenda .portletFooter a:hover{
	text-decoration: none;
	color: #FFF !important;

}



/*--------------------------------------------------------------------------------------------------------------
	== BOUTON HOME
--------------------------------------------------------------------------------------------------------------*/
.btn-home {
	background:#FFF;
	padding: 0 20px;
	float: left;
	width: 29%;
}
#content .btn-home li {
	display: block;
	border-top: 1px solid #e8e8e8;
}
#content .btn-home li:first-child {
	border: none;
}
#content .btn-home li a{
	display: block;
	color: #c7c7c7;
	font-family: "Quicksand";
	font-size: 1.8em;
	font-weight: bold;
	position: relative;
	padding: 24px 10px 17px
}
#content .btn-home li a.taxe,
#content .btn-home li a.facebook,
#content .btn-home li a.parent,
#content .btn-home li a.twitter{
	color: var(--color-primary);
}
#content .btn-home li a:after{
	position: absolute;
	right: 10px;
	top: 25px;
    font-family: 'fontawesome';
	content: ""
}
#content .btn-home li a.parent:after{
	content: "";
}
#content .btn-home li a.facebook:after{
	content: "";
}
#content .btn-home li a.twitter:after{
	content: ""; 
}


#content .btn-home li a:hover{
	-moz-transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-o-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}
#content .btn-home li a:hover:after{
	animation-name: anim;
    animation-duration: 0.5s;
	right: 20px;
}


@keyframes anim {
    from {
		right: 100px;
		opacity: 0;
	}
    to {
		opacity: 1;
		right: 20px;
	}
}


/*------------------------------------------------------------------------------------------------------------*/
/*
	= PORLTETS
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-columns dl.portlet{
	margin:0 0 30px;
}
#portal-columns dl.portlet dt{
	padding:0;
	background:none;
	font-weight:bold;
	font-size:2em;
	font-family: "Quicksand"
}
#portal-columns dl.portlet dd{
	padding:0;
	font-size:1.5em;
}


/*--------------------------------------------------------------------------------------------------------------
	== 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:none;
	-webkit-box-shadow: #99afd3 1px 1px 2px inset;
	-moz-box-shadow: #99afd3 1px 1px 2px inset;
	box-shadow: #99afd3 1px 1px 2px inset;
	behavior: url(++resource++PIE.htc);
	font-size:0.9em;
	color:#003891;
}
dl.portlet.portletSearch .searchButton{
	position:absolute;
	bottom:-5px;
	right:5px;
	margin:0;
	padding:0;
	height:26px;
	width:16px;
	background:url(../images/picto-rechercher.png) 0 0.2em no-repeat;
	border:none;
	text-indent:-5000px;
	cursor:pointer;
}
dl.portlet.portletSearch .searchSection,
dl.portlet.portletSearch #LSShadow{
	display:none;
}


/*--------------------------------------------------------------------------------------------------------------
	== 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;
}

/*--------------------------------------------------------------------------------------------------------------
	== 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;
	background:none;
	border:none;
	font-weight:bold;
	font-size:1.3em;
	font-family: "Quicksand"
}
dl.portlet.portletNavigationTree ul li.navTreeTopNode a{
	color:#393939 !important;
	line-height: 1em;
}
dl.portlet.portletNavigationTree ul li.navTreeTopNode a:before{
	display: none;
}

dl.portlet.portletNavigationTree ul li.navTreeTopNode a.navTreeCurrentItem{
	color:#8d9fab;
}

/* premier niveau */
dl.portlet.portletNavigationTree ul li,
dl.portlet ul.navTreeLevel0 > .navTreeItem{
	margin:0 0 5px;
	padding:0 0 0 10px;
	background: none;
	border:none;
}
dl.portlet.portletNavigationTree ul li a:before,
dl.portlet ul.navTreeLevel0 > .navTreeItem a:before{
	content:"";
	display:inline-block;
    font-family: 'FontAwesome';
	font-size:0.3em;
	color:var(--color-primary);
	vertical-align: middle;
}
dl.portlet.portletNavigationTree ul li a{
	margin:0;
	padding:0!important;
	background:none;
	line-height:1.2em;
	color:#393939!important;
}
dl.portlet.portletNavigationTree ul li a:hover,
dl.portlet.portletNavigationTree ul li a:focus{
	color:#393939!important;
}
dl.portlet.portletNavigationTree ul li a.navTreeCurrentItem,
dl.portlet.portletNavigationTree ul li a.navTreeItemInPath{
	margin:0;
	background:none;
	border:none;
	font-weight: bold;
	color: #393939 !important;
}
dl.portlet.portletNavigationTree ul li a img{
	display:none;
}

/* deuxieme niveau */
dl.portlet.portletNavigationTree ul li ul{
	margin-left: 10px;
}
dl.portlet.portletNavigationTree ul li ul li.navTreeItem{
	margin:0;
	padding:5px 0;
	background:none;
}
dl.portlet.portletNavigationTree ul li ul li a{
	font-size:0.9em;
}
dl.portlet.portletNavigationTree ul li ul li a.navTreeCurrentItem{
	font-weight:bold;
}

/* troisieme niveau */
dl.portlet.portletNavigationTree ul li li ul{
	margin:0 0 0 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;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Quicksand";
	color: var(--color-primary)!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;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#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);
}

/*--------------------------------------------------------------------------------------------------------------
	== 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;
}



/*------------------------------------------------------------------------------------------------------------*/
/*
	= MAIN
*/
/*------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------------------------------
	== ABOVE CONTENT
--------------------------------------------------------------------------------------------------------------*/
.section-accueil #above-content{
	padding-top: 0;
}
#above-content{
	padding-top: 40px;
}

/*
	CHEMIN DE FER
*/
#portal-breadcrumbs{
	margin:0 0 20px;
    padding:0;
	color:#8fa5ab;
	font-size: 1.4em;

}
#portal-breadcrumbs .breadcrumbSeparator {
	color:#8fa5ab;
}
#portal-breadcrumbs #breadcrumbs-you-are-here{
	display:none;
}
#portal-breadcrumbs a{
	color:#8fa5ab;
}
#portal-breadcrumbs a:hover,
#portal-breadcrumbs a:focus{
	color:#393939;
}

/*
	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;
}

/*
	PORTLETS
*/
#portlets-above{
}
#portlets-above > div + div{
	margin:20px 0 0;
}
#portlets-above dl.portlet{
	margin:0;
}
#portlets-above dl.portlet dt{
	margin:0;
}
#portlets-above dl.portlet dd{
}
#portlets-above dl.portlet dd p{
	margin:10px 0 0;
}

/*--------------------------------------------------------------------------------------------------------------
	== ELEMENTS GENERAUX
--------------------------------------------------------------------------------------------------------------*/
/*
	TITRE
*/
#portal-column-content h1{
	border:none;
	color: var(--color-primary);
	font-size:4em;
	line-height: 1.1em;
}
.section-accueil #portal-column-content h1{
	position:absolute;
	top:-5000px;
}
#portal-column-content h1 span.discreet{
	display:block;
}
#portal-column-content h1 strong#search-term{
	color:#393939;
	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);
	-pie-background:rgba(0,0,0,0.6);
	behavior: url(++resource++PIE.htc);
	color:#fff;
}

/*
	DESCRIPTION
*/
#portal-column-content .documentDescription{
	margin:0;
	padding:0;
	background: none;
	color:#393939;
	font-size:1.5em;
	line-height: 1.4em;
	font-family: "Quicksand";
	font-weight: 700;
}
.section-accueil #portal-column-content .documentDescription{
	position:absolute;
	top:-5000px;
}

/*
	CORPS DE TEXTE
*/
#portal-column-content #content-core{
	margin:30px 0 0;
}
#portal-column-content #content-core > div{
	font-size:1.5em;
	line-height:1.4;
}


/*
  	SOMMAIRE
*/
#portal-column-content dl.toc{
	float:none;
	margin:10px 0;
	width:100%;
}
#portal-column-content dl.toc dt{
	margin:0;
	color:#000;
}
#portal-column-content dl.toc dd{
	margin:0;
	color:#000;
}
#portal-column-content dl.toc dd li{
	margin:0 0 8px;
	line-height:1.1;
}
#portal-column-content dl.toc dd li a,
#portal-column-content dl.toc dd li a:hover,
#portal-column-content dl.toc dd li a:focus{
	color:#000!important;
}

/*
	PAGINATION
*/
#portal-column-content .listingBar{
	padding:2px 0;
	border-top:1px solid #8fa5ab;
	text-align:center;
	font-size:1.5em;
}
#portal-column-content .listingBar a{
	padding:0;
	border:none;
}
#portal-column-content .listingBar a:hover,
#portal-column-content .listingBar a:focus{
	background:none;
	color:#8fa5ab!important;
}
#portal-column-content .listingBar span a{
	font-weight:bold;
}
#portal-column-content .listingBar .previous{
	float:left;
}
#portal-column-content .listingBar .current{
	font-weight: bold;
}

/*
	CONTENUS CORRRELES
*/
#portal-column-content .relatedItems{
	margin:50px 0 0;
	padding: 20px;
	background:var(--color-primary);
	color: #FFF
}
#portal-column-content .relatedItems dl{
	overflow:hidden;
}
#portal-column-content .relatedItems dl dt{
	margin:0 0 10px;
	font-size:1.6em;
	font-weight:bold;
}
#portal-column-content .relatedItems dl dd{
	float:left;
	margin:0 0 5px;
	padding:0 0 0 8px;
	width:45%;
	font-size:1.5em;
	position: relative;
}
#portal-column-content .relatedItems dl dd:before{
	content:"";
	display:block;
	position: absolute;
	top: 0;
	left: 0;
    font-family: 'FontAwesome';
	font-size:0.2em;
	color:#fff ;
}
#portal-column-content .relatedItems dl dd span{
	padding:0!important;
	background:none;
	line-height:1;
}
#portal-column-content .relatedItems dl dd span a,
#portal-column-content .relatedItems dl dd span a:hover,
#portal-column-content .relatedItems dl dd span a:focus{
	color:#fff!important;
}
#portal-column-content .relatedItems dl dd span img{
	display:none;
}

/*
	MOTS CLES
*/
#category{
	margin:10px 0 0;
	/*display:none;*/
}
#category a.link-category{
	background:var(--color-primary);
}
#category a.link-category:hover,
#category a.link-category:focus{
	background:#d33e53;
}





/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE LISTE
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #content-core .tileItem{
	margin:30px 0 0;
}
#portal-column-content #content-core .tileItem:nth-child(2n){
	text-align: right;
}
#portal-column-content #content-core .tileItem + .tileItem{
	padding:30px 0 0;
	border-top: 1px solid #e8e8e8;
}
#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:0;
	background: none;
	line-height:normal;
	color:#393939!important;
	margin-top: 15px;
}
#portal-column-content #content-core .tileItem h2 a:hover,
#portal-column-content #content-core .tileItem h2 a:focus{
	color:#393939!important;
	text-decoration:none;
}
#portal-column-content #content-core .tileItem > a:first-child{
	float:left;
	margin:0 15px 0 ;
	position: relative
}
#portal-column-content #content-core .tileItem:nth-child(2n) > a:first-child{
	float: right;
	margin:0 0 0 15px ;
}
#portal-column-content #content-core .tileItem > a:first-child:before{
	content: "";
	background: url(../images/next_grey.png) no-repeat 0 0;
	top: 50%;
	margin-top: -32px;
	width: 37px;
	height: 64px;
	right: 0;
	position: absolute;
	display: block;
	z-index: 9;
}
#portal-column-content #content-core .tileItem:nth-child(2n) > a:first-child:before{
	background: url(../images/prev_grey.png) no-repeat 0 0;
	right: auto;
	left: 0;
}

#portal-column-content #content-core .tileItem p{
	line-height:normal;
}

#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;
	margin:5px 0;
	padding:6px 15px;
	background:var(--color-primary);
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	behavior: url(++resource++PIE.htc);
	border-bottom:none;
	color:#fff!important;
	text-transform: uppercase;
	font-family: "Quicksand";
	font-weight: bold;
}
#portal-column-content #content-core .tileItem p.tileFooter a:hover,
#portal-column-content #content-core .tileItem p.tileFooter a:focus{
	color:#fff!important;
}

#portal-column-content #content-core h2 a.state-private {
    color: #bd4242 !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{
	float:none;
	margin:20px 0;
	padding:0;
	width:auto;
	background:none;
	border:none;
	overflow:hidden;
}
#portal-column-content #content-core .eventDetails ul{
	display: flex;
}
#portal-column-content #content-core .eventDetails ul li{
	border-right:1px solid #cdcdcd;
	padding: 0 30px;
	text-align: center;
}
#portal-column-content #content-core .eventDetails ul li:first-child {
	border-left:1px solid #cdcdcd;
}
#portal-column-content #content-core .eventDetails ul li.calendrier{
	display:none;
}
#portal-column-content #content-core .eventDetails ul li span{
	display:inline;
	padding:0;
	width:auto;
	border:none;
	text-align:left;
	line-height:1;
}
#portal-column-content #content-core .eventDetails ul li.quand p > span{
	display:block;
}
#portal-column-content #content-core .eventDetails ul li p{
	margin:0;
}
#portal-column-content #content-core .eventDetails ul li span.entete{
	display:block;
	margin:0 0 5px;
	font-weight:bold;
}
#portal-column-content #content-core .eventDetails ul li.calendrier a{
	margin:0 15px 0 0;
	color:#000;
}
#portal-column-content #content-core .eventDetails ul li.calendrier a:hover,
#portal-column-content #content-core .eventDetails ul li.calendrier a:focus{
	color:#000!important;
}
#portal-column-content #content-core #parent-fieldname-eventUrl{
	display:inline-block;
	margin:5px 0;
	padding:8px 20px;
	background:var(--color-primary);
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	behavior: url(++resource++PIE.htc);
	border-bottom:none;
	color:#fff!important;
	text-transform: uppercase;
	font-family: "Quicksand";
	font-weight: bold;
	font-size: 1.4em
}
#portal-column-content #content-core #parent-fieldname-eventUrl:hover,
#portal-column-content #content-core #parent-fieldname-eventUrl:focus{
	color:#fff!important;
	text-decoration:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE CALENDRIER
--------------------------------------------------------------------------------------------------------------*/
/*
	BOUTON CALENDRIER
*/
#portal-column-content .voir-le-calendrier{
	float:right;
	text-align:right;
}
#portal-column-content .voir-le-calendrier a{
	padding:5px 10px;
	background:#333;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	behavior: url(++resource++PIE.htc);
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
#portal-column-content .voir-le-calendrier a:hover,
#portal-column-content .voir-le-calendrier a: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{
	background:var(--color-primary);
	color:#fff;
	border-radius: 30px;
}



/*--------------------------------------------------------------------------------------------------------------
	== PAGE SON
--------------------------------------------------------------------------------------------------------------*/
.portaltype-son h2#download-son{
	margin:30px 0 10px;
	padding:0;
	color:var(--color-primary);
	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:3px 20px;
	background:var(--color-primary);
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	behavior: url(++resource++PIE.htc);
	border-bottom:none;
	color:#fff!important;
	text-transform: uppercase;
	font-family: "Quicksand";
	font-weight: bold;
	font-size: 1.4em;
}
.portaltype-file #content-core a:hover,
.portaltype-file #content-core a:focus{
	color:#fff!important;
	text-decoration:none;
}
.portaltype-file #content-core a img{
	display:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE PLAN DU SITE
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #content-core #portal-sitemap{
	margin:0;
}
#portal-column-content #content-core #portal-sitemap li{
	margin:0;
	padding:0;
	border:none;
}
#portal-column-content #content-core #portal-sitemap li a{
	background:none;
}
#portal-column-content #content-core #portal-sitemap li img{
	display:none;
}

/* premier niveau */
#portal-column-content #content-core #portal-sitemap > li{
	margin:0 0 0;
	padding:0 0 0;
}
#portal-column-content #content-core #portal-sitemap > li > div > a{
	margin: 20px 0 0;
	padding:0!important;
	background:none;
	border:none;
	font-size:2.5em;
	font-weight:bold;
	text-transform: uppercase;
	font-family: "Quicksand";
	line-height:1;
	color:var(--color-primary) !important;
	line-height:1em;
	font-size: 1.8em;
}
#portal-column-content #content-core #portal-sitemap > li > div > a:hover,
#portal-column-content #content-core #portal-sitemap > li > div > a:focus{
	text-decoration:none;
}

/* deuxieme niveau */
#portal-column-content #content-core #portal-sitemap > li > ul{
	margin:10px 0 0;
}
#portal-column-content #content-core #portal-sitemap > li > ul > li{
	margin:0 0 0 5px;
}
#portal-column-content #content-core #portal-sitemap > li > ul > li a:before{
	content:"";
	display:inline-block;
	width:10px;
    font-family: 'FontAwesome';
	font-size:1.2em;
	color: var(--color-primary);
}
#portal-column-content #content-core #portal-sitemap > li > ul > li > div > a{
	margin:10px 0 5px;
	padding:0!important;
	font-size:1.8em;
	line-height: 1em;
	color:#393939!important;
}
#portal-column-content #content-core #portal-sitemap > li > ul > li > div > a:hover,
#portal-column-content #content-core #portal-sitemap > li > ul > li > div > a:focus{
	border:none;
	color:#393939!important;
	text-decoration:underline;
}

/* troisieme niveau */
#portal-column-content #content-core #portal-sitemap li li ul{
	margin:0 0 0 30px;
}
#portal-column-content #content-core #portal-sitemap li li li{
}
#portal-column-content #content-core #portal-sitemap li li li a:before{
	content:"-";
	display:inline-block;
	color: #393939;
	font-size: 0.5em;
}
#portal-column-content #content-core #portal-sitemap li li li a{
	padding:5px 0!important;
	background:none;
	text-transform:none;
	font-size:1.8em;
	line-height:1;
	color:#393939!important;
}
#portal-column-content #content-core #portal-sitemap li li li a:hover,
#portal-column-content #content-core #portal-sitemap li li li a:focus{
	color:#393939!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE CONNEXION
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #login-form{
}
#portal-column-content #login-form:before{
	content:"Identifiez-vous";
	display:block;
	padding:0 0 20px 148px;
	font-size:4em;
	color:#464646;
}
#portal-column-content #login-form .field label{
	font-size:1.4em;
	font-style:normal;
}
#portal-column-content #login-form .field input{
	padding:5px;
	width:40%;
	font-size:1.3em;
}
#portal-column-content #login-form .formControls{
	margin:0 0 0 148px;
}
#portal-column-content #login-form .formControls input{
	display:inline-block;
	margin:5px 0;
	padding:3px 20px;
	background:var(--color-primary);
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	behavior: url(++resource++PIE.htc);
	border:none;
	color:#fff!important;
	text-transform: uppercase;
	font-family: "Quicksand";
	font-weight: bold;
	font-size: 1.4em;
	cursor:pointer;
}
#portal-column-content #login-forgotten-password{
	margin:40px 0 0 148px;
	padding:40px 0 0;
	border-top:1px dotted #464646;
	font-size:1.1em;
}
#portal-column-content #login-forgotten-password a:hover,
#portal-column-content #login-forgotten-password a:focus{
	color:#000!important;
}

/*
	MOT DE PASSE PERDU
*/
#portal-column-content #mail_password{}
#portal-column-content #mail_password fieldset{
	margin:0;
	padding:0;
	border:none;
}
#portal-column-content #mail_password fieldset legend{
	display:none;
}
#portal-column-content #mail_password .field{
	float:left;
	clear:none;
	margin:0 20px 0 0;
}
#portal-column-content #mail_password .field label{
	margin:0 10px 0 0;
	font-size:1.4em;
	font-style:normal;
	font-weight:normal;
}
#portal-column-content #mail_password .field input.context{
	margin:0;
	padding:8px 10px;
	background:var(--color-primary);
	border:none;
	-webkit-border-radius: px;
	-moz-border-radius: px;
	border-radius: 50px;
	behavior: url(++resource++PIE.htc);
	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:0 0 0;
	padding:0;
	background: none;
	border:none;
	overflow: hidden;
	position: relative;
}

/*--------------------------------------------------------------------------------------------------------------
	== COORDONNEES
--------------------------------------------------------------------------------------------------------------*/
#coordonnees{
	float: left;
	text-align: center;
	padding: 35px 40px;
	font-size: 1.5em;
	line-height: 1.2em;
	background:#FFF;
	position: relative;
	z-index: 2;
	min-width: 25%
}
#coordonnees:after{
	position: absolute;
	top:0;
	bottom: 0;
	width: 32px;
	right: -32px;
	content: "";
	background: url(../images/bg_coordonnees.png) no-repeat right center;
}
#coordonnees p{
	margin-bottom: 10px;
}
#portlets-footer,
#portlets-footer div.cell {
	position: static;
}
#portal-footer .manageFooterPortletsLink {
	z-index: 2;
	position: relative;
}
#map {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	width: 100% !important;
	height: 100% !important
	
}
/*--------------------------------------------------------------------------------------------------------------
	== SITE ACTION
--------------------------------------------------------------------------------------------------------------*/
#portal-siteactions{
	clear: both;
	float:none;
	padding: 10px 0;
	border:none;
	color:#fff;
	font-size:1.3em;
	background: #415e61;
	position: relative;
	z-index: 2;
}
#portal-siteactions li{
	display:inline;
	color:#fff;
}
#portal-siteactions li + li:before{
	content:"- ";
}
#portal-siteactions li a,
#portal-siteactions li a:visited{
	border:none;
	text-transform:none;
	color:#fff;
}
#portal-siteactions li a:hover{
	border:none;
	background:none;
	color:#fff;
}


/*------------------------------------------------------------------------------------------------------------*/
/*
	= POPINS
*/
/*------------------------------------------------------------------------------------------------------------*/
div.overlay-iframe, div.overlay-ajax{
	width:450px;
}
.pb-ajax > div{
	padding:20px;
	width:auto;
	font-size:1.2em;
}
.pb-ajax h1{
	border:none;
	color:#000;
	font-size:2em;
	text-transform:uppercase;
	line-height:1em;
}
.pb-ajax div div:first-child{
	margin:10px 0;
	padding:0;
	background:#fff;
	color:#000;
	font-family:'Open Sans', sans-serif;
	font-weight:normal;
}
.pb-ajax div .formControls{
	margin:0;
}
.pb-ajax div .formControls input{
	margin:0;
	padding:2px 5px;
	background:#000;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(++resource++PIE.htc);
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	cursor:pointer;
}
.pb-ajax div > iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pb-ajax #content-core {
	position: relative;
	padding-bottom: 65%;
	max-width: none;
}
/*--------------------------------------------------------------------------------------------------------------
	== CONNEXION
--------------------------------------------------------------------------------------------------------------*/
#exposeMask {
	background:#000 !important;
}
.overlay-ajax #login-form{
	padding:10px 0 0;
}
.overlay-ajax #login-form:before{
	content:"Identifiez-vous";
	padding:0 0 0 118px;
	font-size:2.7em;
	color:#000;
}
.overlay iframe {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.overlay-ajax #login-form .field label{
	font-size:1.1em;
}
.overlay-ajax #login-form .field input{
	width:200px;
}
.overlay-ajax #login-form .formControls{
	margin:0 0 0 23px;
}
.overlay-ajax #login-form .formControls input{
	font-size:1.2em;
}
.overlay-ajax #login-forgotten-password{
	font-size:1.1em;
}

/*--------------------------------------------------------------------------------------------------------------
	== GMAP
--------------------------------------------------------------------------------------------------------------*/
.gmap-illustration{
    float: left;
    margin: 0 10px 0 0;
}

.gmap-dates {
    display: block;
    margin: 0 0 3px;
}

/*--------------------------------------------------------------------------------------------------------------
=  ADMINISTRATION
--------------------------------------------------------------------------------------------------------------*/

.template-dashboard #edit-bar{
	display:none;
}
.template-dashboard.userrole-manager #edit-bar{
	display:block;
}






/*------------------------------------------------------------------------------------------------------------*/
/*
	= POPIN ALERTE
*/
/*------------------------------------------------------------------------------------------------------------*/

#alerte-popin > div {
	width: max-content !important;
	text-align: center;
}
#alerte-popin > div img {
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}
#alerte-popin > div p {
	display: flex;
	flex-wrap: wrap;
  	max-width: 90vw;
}

@media only screen and (max-width: 1024px) {
	#alerte-popin > div {
		padding: 10px;
		margin: 20px auto;
	}
	#alerte-popin > div img {
		max-width: 80vw;
	}
	#alerte-popin > div p {
		flex-direction: column;
	}
}




/*------------------------------------------------------------------------------------------------------------*/
/*
	= AJUSTEMENT PETITS ECRANS
*/
/*------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-height: 800px){
	#bandeau-site {
		margin-top: 30px !important;
		min-height: 150px;
	}
	#bandeau-site img{
		height: 150px;
	}
	.presentation {
		padding-bottom: 50px;
	}
	.inscription {
		top: 20px;
		right: 20px
	}
		
		/*------------------------------------------------------------------------------------------------------------*/
		/*
			= POPIN ALERTE
		*/
		/*------------------------------------------------------------------------------------------------------------*/

		#alerte-popin > div{
			width: 88%;
			border:5px solid #ccc;
		}

		#alerte-popin > div img{
			width: 100% !important;
			height:auto !important;
		}
	
	

}
@media only screen and (max-width: 1350px){
	.acces-rapide li:after {
		padding-top: 100%;
	}
}
@media only screen and (max-width: 1200px){
	#visual-portal-wrapper .wrapper{
		padding-left: 10px;
		padding-right: 10px;
		width:auto;
		border:none;
	}
	#portal-globalnav > li > a {
		padding-left: 30px;
		padding-right: 30px;
	}
	#nav.f-nav #portal-globalnav > li > a {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media only screen and (max-width: 1024px){
	
	 #nav {
		 text-align: right;
	 }
	 #portal-searchbox {
		 display: none;
	 }

	#openMenu{
		display:inline-block;
		text-align: right;
	}


	/* MENU RESPONSIVE */
	.mm-panels > .mm-panel.mm-hasnavbar {
		padding-top: 0 !important;
	}
	.mm-panel.mm-hasnavbar .mm-navbar {
		display: none !important;
	}
	.submenu .mm-next  {
		display: none !important;
	}
	#mm-0 {
		-webkit-box-shadow: -5px 0 5px -5px rgba(0,0,0,0.5);
		box-shadow: -5px 0 5px -5px rgba(0,0,0,0.5);
	}
	#nav-cache {
		background: #415e61;
	}
	.mm-navbar > a {
		color: #fff;
		font-size: 1.8em;
		text-transform: uppercase;
		display: block
	}
	.mm-listview > li > a {
		color: #fff !important;
		font-family: "Quicksand";
		font-size: 1.4em;
		margin: 20px 0;
		min-width: 0;
		padding: 25px 10px !important;
		display: block
	}
	.mm-menu .mm-listview > li .mm-arrow:after,
	.mm-menu .mm-listview > li .mm-next:after,
	.mm-menu .mm-btn:after,
	.mm-menu .mm-btn:before{
		border-color:#FFFFFF !important;
	}
	.mm-listview > li a img {
		display: none
	}


	/* HOME */
	.section-accueil .inscription p.info {
		display: none;
	}
	.acces-rapide li > div {
		display: none;
	}
	.acces-rapide li > h2{
		font-size: 1.8em;	
	}
	.actu {
		min-height: 475px;
	}
	.video-home,
	.btn-home {
		min-height: 285px;
	}
	#content .btn-home li a {
		padding: 44px 10px 31px;
	}
	#content .btn-home li a:after {
		top: 47px;
	}


}
@media only screen and (max-width: 850px){
	#portal-top {
		text-align: left;
	}
	#bandeau-site {
		min-height: 150px;
		margin:25px auto 30px !important
	}
	#bandeau-site img {
		margin: 0;
		max-height: 150px;
		padding: 5px 10px;
	}
	

	/* HOME */
	.acces-rapide li {
		width: 50%;
	}
	.portletPageColumn > div > *{
		width: auto !important;
		float: none;
		margin: 0 0 30px!important;
	}
	.presentation,
	.video-home {
		display: none;
	}
	.acces-rapide li:hover > a.illustration img{
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}

	/* STRUCTURE */
	#portal-column-content {
		float:none;
		width:auto;
	}
	#portal-columns:before {
		display: none;
	}
	#portal-column-one,
	#portal-column-two{
		float:none;
		margin:0;
		padding:0;
		width:auto;
		border:none;
	}
	#portal-column-two{
		padding: 0 30px;
		background: #f1f1f1;
		margin-top: 30px;
		border-top: 1px solid #cdcdcd;
	}
	.portletPageLeftColumn,
	.portletPageRightColumn{
		float:none;
		width:auto;
	}

	/* ELEMENTS DE PAGES DE DETAIL */
	#portal-column-content h1 {
		font-size: 3em;
		line-height: 1.2em;
	}
	#portal-column-content .imageContainer,
	#portal-column-content #content-core .tileItem > a:first-child,
	#content div.portlet.a-la-une ul li > a:first-child{
		float:none !important;
		margin:0 0 10px !important;
	}
	#portal-column-content #content-core .tileItem:nth-child(2n) {
		text-align: left;
	}
	#portal-column-content #content-core .tileItem > a:first-child::before {
		display: none;
	}
	#portal-column-content .imageContainer img,
	#portal-column-content #content-core .tileItem > a:first-child img,
	#content div.portlet.a-la-une ul li > a:first-child img{
		display:block;
		width:100%;
		height:auto;
	}
	#portal-column-content #content-core .eventDetails ul li,
	#portal-column-content #content-core .eventDetails ul li + li{
		float:none;
		margin:0 0 10px;
		padding:0;
		border:none;
	}
	#portal-column-content .relatedItems dl dd{
		float:none;
		width:100%;
	}

	/* FOOTER */
	#coordonnees {
		text-align: center;
	}
	#coordonnees h2,
	#coordonnees a {
		display: none;
	}
	#coordonnees img.image-droite{
		float: none !important;
	}

	/* 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;
	}
}
@media only screen and (max-width: 650px){
	#portal-top {
		text-align: center;
		display: block;
	}
	#bandeau-site {
		display: none;
	}
	.section-accueil #bandeau-site{
		display: block;
	}
	.inscription {
		display: none;
	}
	.acces-rapide li,
	.actu li {
		width: 100%;
		float: none;
		display: block;
	}
	.actu li {
		margin-bottom: 50px !important;
	}
	.actu li a.illustration {
		height: auto;
	}
	
	#bandeau-site:after{
		content:"";
		display: block;
		width: 100px;
		height: 100px;
		background: url("https://www.lycee-robert-keller.fr/parametrages/Logo-Lycee-des-Metiers-responsive.png") 0px 0px no-repeat;
		position: absolute;
		top: 20px;
		left: 20px;
	}	
	
	

	
	
	
	
	
	
}

/*------------------------------------------------------------------------------------------------------------*/



