/**************************************************************************************************************/
/*

			NOM DU SITE - 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;
}*/



/*--------------------------------------------------------------------------------------------------------------
	== LAYOUT
--------------------------------------------------------------------------------------------------------------*/

#portal-column-content h1, #portal-top h1{
	position:absolute;
	top:-5000px;
}

#portal-column-content .documentDescription{
	position:absolute;
	top:-5000px;
}

#portletPageColumns{
	position: relative;
	z-index: 1;
}
#portletPageFirstColumn, .section-accueil #portletPageSecondColumn{
	width:100%;
	text-align: center;
}

#portal-columns:after{
	background:none;
	height:auto;
	position:relative;
}

#portal-columns, #portal-columns #portal-column-content{
	width: 100%;
	max-width:100%;
	padding:0;
	margin: 0;
}



/*--------------------------------------------------------------------------------------------------------------
	== PORTLET
--------------------------------------------------------------------------------------------------------------*/

/* Portlet Newsletter Homepage */

/* Reset */
#portal-columns dl.portlet.newsletter dt.portletHeader{
	height:100%;
	margin-bottom:40px;
}
dl.portlet.newsletter dd.portletItem{
	padding:0;
}


.newsletter{
	background:url(../images/newsletter-home-page-background.jpg) no-repeat;
	background-size: cover;
	min-height: 350px;
	width:100%;
}

@media all and (max-width:679px){
	.newsletter{
		padding-top: 60px;
		padding-bottom: 120px;
	}
}


@media all and (min-width:680px){
	.newsletter{
		padding-top: 100px;
		padding-bottom: 100px;
	}
}



.newsletter .portletHeader{
	width: 100%;
	text-align: center;
	margin-bottom:50px;
}

#portletPageColumns .newsletter .portletItem p{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}

@media all and (min-width:680px){
	#portletPageColumns .newsletter .portletItem p{
		padding: 0 50% 0 0;
		text-align: right;
	}
}


#portletPageColumns .newsletter .portletItem p > span{
	display:inline-block;
	position:relative;
	background:#33aeb3;
	padding:50px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height:20px;
	color:#ebebeb;
}

@media all and (max-width:679px){
	#portletPageColumns .newsletter .portletItem p > span{
		width:100%;
	}
}


@media all and (min-width:680px){
	#portletPageColumns .newsletter .portletItem p > span{
		max-width:370px;
		margin-right:20px;
	}
}


#portletPageColumns .newsletter .portletItem p > span:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
}

@media all and (max-width:679px){
	#portletPageColumns .newsletter .portletItem p > span:before {
		border-top: 8px solid #33aeb3;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		transform: translateX(-50%);
		left: 50%;
		bottom:-8px;
	}
}



@media all and (min-width:680px){
	#portletPageColumns .newsletter .portletItem p > span:before {
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 8px solid #33aeb3;
		transform: translateY(-50%);
		top: 50%;
		right:-8px;
	}
}

#portletPageColumns .newsletter .portletItem p > a{
	position: absolute;
}

@media all and (max-width:679px){
	#portletPageColumns .newsletter .portletItem p > a{
		margin-top: 20px;
		left: 50%;
		transform: translateX(-50%);
		top:100%;
	}
}

@media all and (min-width:680px){
	#portletPageColumns .newsletter .portletItem p > a{
		margin-left:20px;
		top: 50%;
		transform: translateY(-50%);
	}
}

/*--------------------------------------------------------------------------------------------------------------
	== SLIDER
--------------------------------------------------------------------------------------------------------------*/
#portlets-in-header{
	padding-bottom:60px;
}


#portlets-in-header:after {
	content: "";
	width: 100%;
	height: 26px;
	background: url(../images/divider-ddec-13.jpg) repeat-x;
	background-size: auto;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

#portlets-in-header img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%;
	-webkit-filter: grayscale(100%) contrast(100%) saturate(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) contrast(100%) saturate(100%);
}
#portlets-in-header li:after {
	content:"";
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color: rgba(0,125,136,0.7);
	width:100%;
	height:100%;
}

.portlet-static-titre-slider{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 50px;
	color: white;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	z-index:2;
}

@media all and (min-width:1700px){
	.portlet-static-titre-slider:after{
		content:'';
		background:url(../images/title-slider-shape.png) center center no-repeat;
		width: 413px;
		height: 281px;
		position:absolute;
		right:-300px;
		top:-280px;
	}
}

.portlet-static-titre-slider p{
	text-transform: uppercase;
	text-align: center;
}
.portlet-static-titre-slider p:first-child{
	color:#44ced4;
	font-family: 'Exo', sans-serif;
	font-weight:700;
}
.portlet-static-titre-slider p:nth-child(2){
	color:#ffffff;
	font-family: 'Raleway', sans-serif;
	font-weight:800;
}
.portlet-static-titre-slider p:nth-child(3){
	color:#ffffff;
	font-family: 'Lora', sans-serif;
	font-weight:400;
}


@media all and (max-width: 1199px){
	.portlet-static-titre-slider{
		width:100%
	}
}

@media all and (max-width:679px){
	.portlet-static-titre-slider p:first-child{
		font-size:15px;
	}
	.portlet-static-titre-slider p:nth-child(2){
		font-size:18px;
	}
	.portlet-static-titre-slider p:nth-child(3){
		font-size:15px;
	}
}

@media (min-width: 680px) and (max-width: 991px){
	.portlet-static-titre-slider p:first-child{
		font-size:30px;
	}
	.portlet-static-titre-slider p:nth-child(2){
		font-size:60px;
	}
	.portlet-static-titre-slider p:nth-child(3){
		font-size:30px;
	}
}

@media (min-width: 992px) and (max-width: 1199px){
	.portlet-static-titre-slider p:first-child{
		font-size:24px;
	}
	.portlet-static-titre-slider p:nth-child(2){
		font-size:36px;
	}
	.portlet-static-titre-slider p:nth-child(3){
		font-size:26px;
	}
}

@media all and (min-width:1200px){
	.portlet-static-titre-slider p:first-child{
		font-size:30px;
	}
	.portlet-static-titre-slider p:nth-child(2){
		font-size:62px;
	}
	.portlet-static-titre-slider p:nth-child(3){
		font-size:30px;
	}
}










