/**************************************************************************************************************/
/*

			SAINTE GENEVIEVE - Page d'accueil

*/
/**************************************************************************************************************/


#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;
}
#portal-column-content h1{
	position:absolute;
	top:-5000px;
}
#portal-column-content .documentDescription{
	position:absolute;
	top:-5000px;
}


/* Page d'accueil */
#portletPageColumns {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
#portletPageTopRow{
	width: 39%;
}
#portletPageFirstColumn{
	width: 56%;
}

#portal-column-content #content {
	padding: 0;
	background: none;
}
/* facebook */
.portlet-static-facebook p {
	color: #555f61;
	font-size: 1.4em;
	line-height: 1.4em;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.portlet-static-facebook p a::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.portlet-static-facebook:hover p{
	color: #131516 !important;
	text-decoration: none;
}

.portlet-static-facebook img {
	float:left;
	margin: 0 15px 0 0;
}
.portlet-static-facebook{
	position: relative;
}

/* Instagram */
.portlet-static-instagram p {
	color: #555f61;
	font-size: 1.4em;
	line-height: 1.4em;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.portlet-static-instagram p a::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.portlet-static-instagram:hover p{
	color: #131516 !important;
	text-decoration: none;
}

.portlet-static-instagram img {
	float:left;
	margin: 0 15px 0 0;
}
.portlet-static-instagram{
	position: relative;
}
/* linkedin */
.portlet-static-linkedin p {
	color: #555f61;
	font-size: 1.4em;
	line-height: 1.4em;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.portlet-static-linkedin p a::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.portlet-static-linkedin:hover p{
	color: #131516 !important;
	text-decoration: none;
}

.portlet-static-linkedin img {
	float:left;
	margin: 0 15px 0 0;
}
.portlet-static-linkedin{
	position: relative;
}


/* ecole directe */
.portlet-static-ecole-directe a{
	letter-spacing: 0.1em;
	color: #555f61;
	margin-top: 15px;
	font-size: 1.7em;
	text-transform: uppercase;
}
.portletStaticText.ecole-directe.portlet-static-ecole-directe a:hover {
	text-decoration: none;
	color:#131516
}
.portlet-static-ecole-directe p::after{
	content: url("../images/logo-ecole-direct.png");
	padding-right: 5px;
}
.portlet-static-ecole-directe a::after{
	content: '';
	margin:0 8px;
	font-family:fontawesome;
	font-size: 1.5em;
}



/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------------*/
/*
	= AJUSTEMENT PETITS ECRANS
*/
/*------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1001px){
	#portletPageColumns{
		flex-direction: column;
	}
	#portletPageTopRow{
		width: 100%;
	}
	#portletPageFirstColumn{
		margin: 40px 0 0;
		width: 100%;
	}
}

@media only screen and (max-width: 400px){
	.flash-info .illustration {
		width: 100%;
	}
	.portletStaticText.coordonnee.portlet-static-coordonnnees p {
		text-align: center;
		font-size: 1.8em;
		max-width: 100%;
	}
	.portlet-static-facebook {
		max-width: 100%;
	}
}