/**************************************************************************************************************/
/*

			EXPRIME TOI - le kiosque

*/
/**************************************************************************************************************/


#portal_pub {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 160px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	justify-content: center;
	align-items: center;
}
#portal_pub.plein {
	display: flex;
}
#portal_pub.plein + #visual-portal-wrapper {
	margin-right: 160px;
}


/*------------------------------------------------------------------------------------------------------------*/
/*
	=  PORTLETS
*/
/*------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------
	== A PROPOS
--------------------------------------------------------------------------------------------------------------*/
.apropos h2 {
	padding-top: 0;
	color: #fff!important;
}
.apropos p {
	max-width: 800px;
	color: #fff;
}
.apropos .bouton,
#content .apropos .bouton {
	position: relative;
	padding: 10px 20px;
	background: none;
	border: 2px solid #fff;
	text-transform: uppercase;
	overflow: hidden;
}
.apropos .bouton:hover,
.apropos .bouton:focus {
	background: none;
}
.apropos .bouton::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.apropos .bouton:hover::before,
.apropos .bouton:focus::before {
	opacity: 0.3;
}
.apropos div ul li {
	margin: 0 5px;
}
.apropos div ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	min-height: 70px;
	min-width: 200px;
	background: #fff;
	border-radius: 5px;
}

/* ACCUEIL */
.accueil-mini-site .apropos h2 {
	display: none;
}
.accueil-mini-site .apropos p {
	color: var(--grey);
}
.accueil-mini-site #content .apropos .bouton {
	border-color: var(--grey);
	color: var(--grey)!important;
}
.accueil-mini-site .apropos .bouton::before {
	background: var(--grey);
}
.accueil-mini-site .portletWrapper:first-child .apropos li ul,
.accueil-mini-site .portletWrapper:last-child .apropos li p {
	display: none;
}


/*--------------------------------------------------------------------------------------------------------------
	== APPLICATION
--------------------------------------------------------------------------------------------------------------*/
#portal-columns dl.portlet.application {
	position: relative;
	margin: var(--marge-fixe) auto;
	padding: var(--marge-fixe) 0;
	max-width: 800px;
}
#portal-columns dl.portlet.application dt {
	margin: 0 0 10px;
	padding: 0 0 0 40%;
	background: none;
	font-family: var(--intro);
	font-size: 2.8em;
	font-weight: 800;
	text-transform: uppercase;
	color: var(--color-primary);
	line-height: 1;
}
#portal-columns dl.portlet.application dd {
	padding: 0 0 0 40%;
}
.application dd ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.application dd ul li {
	display: inline-block;
	margin: 5px 5px 0 0;
}
#portal-columns .application dd ul a {
	color: var(--color-primary);
	font-size: 4.5em;
}
#portal-columns .application dd ul a:hover,
#portal-columns .application dd ul a:focus {
	color: var(--grey)!important;
	text-decoration: none;
}
.application .clipped {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0 40px 0 0;
	width: 40%;
	filter: drop-shadow(-2px -2px 5px rgba(0, 0, 0, 0.5));

}
.application .clipped p{
	display: inline-block;
	margin: 0!important;
	padding: 50px 30px;
	background: var(--color-secondary);
	-webkit-clip-path: url(#my-clip-path);
	clip-path: url(#my-clip-path);
	text-align: center;
	font-size: 1.8em;
	line-height: 1.3;
	font-weight: 700;
	color: var(--color-primary);
}


/*------------------------------------------------------------------------------------------------------------*/
/*
	=  HEADER
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-top {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}

/* ACCUEIL */
.accueil-mini-site #portal-top {
	margin-bottom: var(--marge-fixe);
	background: var(--color-primary);
}

/*--------------------------------------------------------------------------------------------------------------
	== LOGO
--------------------------------------------------------------------------------------------------------------*/
#portal-logo {
	position: relative;
	top: 0;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	text-align: center;
}
#portal-logo strong {
	margin: 0;
	font-size: 2.5em;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
#portal-logo strong span {
	padding: 10px 40px;
}
#portal-logo img {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, -15px);
	transform: translate(-50%, -15px);
	width: 100px;
}

/* ACCUEIL */
.accueil-mini-site #portal-logo strong {
	font-size: 4.5em;
}
.accueil-mini-site #portal-logo strong span {
	padding: 10px 50px;
}
.accueil-mini-site #portal-logo img {
	-webkit-transform: translate(-50%, -20px);
	transform: translate(-50%, -20px);
	width: 160px;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	=  MAIN
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-columns {
}
#content > .entete {
	position: relative;
}

/* ACCUEIL */
.accueil-mini-site #portal-columns {
	padding-top: var(--marge-fixe);
}

.accueil-mini-site #content > .entete {
	position: absolute;
	top: -5000000px;
}
.accueil-mini-site #content .contenu {
	padding: 0;
}

/*--------------------------------------------------------------------------------------------------------------
	== ELEMENTS GENERAUX
--------------------------------------------------------------------------------------------------------------*/
/*
	TITRE
*/
#portal-column-content h1 {
	padding-top: var(--marge-fixe);
}

#content .entete > a.lien-etb {
	position: relative;
	bottom: auto;
	left: auto;
	display: block;
	margin: 10px 0 0;
	width: 100%;
	text-align: center;
	color: var(--color-secondary);
	font-weight: 800;
	font-size: 1.6em;
}
#content .entete > a.lien-etb::before {
	content: '[ ';
}
#content .entete > a.lien-etb::after {
	content: ' ]';
}

/*
	DESCRIPTION
*/
#portal-column-content .documentDescription{
	padding: var(--marge-fixe) 0;
	max-width: 800px;
	font-family: var(--roboto);
	font-size: 1.6em;
	line-height: 1.5;
	text-align: center;
	color: var(--grey);
}
#portal-column-content .documentDescription::before,
#portal-column-content .documentDescription::after {
	display: none;
}

/*--------------------------------------------------------------------------------------------------------------
	== LISTE PARUTIONS
--------------------------------------------------------------------------------------------------------------*/
#content ul.parutions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#content ul.parutions li {
	position: relative;
	margin: 10px;
	padding: 10px;
	width: calc(16.666% - 20px);
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
#content ul.parutions li a.titre {
	display: block;
	margin:0;
	padding: 15px 20px 10px;
	font-family: var(--intro);
	font-size:1.8em;
	line-height: 1.2;
	text-align: center;
	text-transform:uppercase;
	color: var(--grey)!important;
}
#content ul.parutions li:hover a.titre,
#content ul.parutions li a.titre:hover,
#content ul.parutions li a.titre:focus{
	color: #000!important;
	text-decoration:none;
}
#content ul.parutions li a.titre::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}
#content ul.parutions li a.illustration{
	order: 1;
	margin:0;
	line-height: 0;
	overflow: hidden;
}
#content ul.parutions li a img{
	width: 100%;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#content ul.parutions li:hover a img,
#content ul.parutions li a:hover img,
#content ul.parutions li a:focus img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
}
#content ul.parutions li span {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 2px 7px;
	background: var(--grey);
	color: #fff;
	font-size: 1.3em;
	font-weight: 700;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#content ul.parutions li:hover span {
	background: #000;
}

@media only screen and (max-width: 1200px) {
	#content ul.parutions li {
		width: calc(20% - 20px);
	}
}
@media only screen and (max-width: 980px) {
	#content ul.parutions li {
		width: calc(25% - 20px);
	}
}
@media only screen and (max-width: 680px) {
	#content ul.parutions li {
		width: 100%;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== COORDONNEES ETABLISSEMENT
--------------------------------------------------------------------------------------------------------------*/
#content .coordonnees-etb {
	position: relative;
	z-index: 0;
	margin: auto;
	padding: var(--marge-fixe) 0;
	max-width: 570px;
	background: none;
	font-family: var(--intro);
	font-weight: 800;
	font-size:2em;
	line-height: 1.4;
	text-align: center;
	color: var(--color-primary);
}
#content .coordonnees-etb::before,
#content .coordonnees-etb::after {
	content: '';
	display: block;
	margin: var(--marge-fixe) auto;
	width: 100%;
	max-width: 200px;
	height: 10px;
	background: var(--color-secondary);
}
#content .coordonnees-etb span:first-child {
	display: block;
}
#content .coordonnees-etb li a {
	display: inline-block;
	margin: 20px 0 0;
	color: var(--color-primary);
}
#content .coordonnees-etb li a:hover,
#content .coordonnees-etb li a:focus {
	color: var(--grey)!important;
	text-decoration: none;
}
@media only screen and (max-width: 680px) {
	#content .coordonnees-etb {
		font-size: 1.7em;
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== PARUTION
--------------------------------------------------------------------------------------------------------------*/
#content .pdf {
	text-align: center;
}
#content .pdf a {
	display: inline-block;
	padding: 10px 20px;
	background: var(--grey);
	border-radius: 50px;
	font-size: 1.5em;
	color: #fff!important;
}
#content .pdf a:hover,
#content .pdf a:focus {
	background: #000;
	color: #fff!important;
	text-decoration: none;
}
#feuilletage {
	margin: var(--marge-fixe) 0 0;
	height: 80vh;
}
#feuilletage {}

/*------------------------------------------------------------------------------------------------------------*/
/*
	=  FOOTER
*/
/*------------------------------------------------------------------------------------------------------------*/


