/* HOME NEWS */
.home-news {
	background-color: #fff;
}
.home-news > .body {
	padding:50px 25px;
	background-color: #fbfbfb;
}
@media (max-width: 768px){
	.home-news > .body {
		padding:50px 10px;
	}
}
.home-news h1 {
	color: #0053a9;
	font-size: 36px;
}

.home-top-list {
	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-wrap: wrap;
  	flex-wrap:  wrap;
}
.home-top-list li {
	width: 33.333%;
	padding: 20px 1.5% 40px;	
	position: relative;
}
@media (max-width: 768px){
	.home-top-list li {
		width: 50%;
	}
}
@media (max-width: 580px){
	.home-top-list li {
		width: 100%;
	}
}
.home-top-list a {
	width: 100%;
	color: #3a3740;		
}
.home-news-list-a {
	text-transform: uppercase;
}
.home-news-list-img {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 267px;
	display: -webkit-flex;
  	display: flex;	
  	-webkit-flex-flow: row nowrap;
  	flex-flow: row nowrap;
  	-webkit-align-items: center;
  	align-items: center;
	border-radius: 4px;
	border: solid 1px #6b6b6b;
}
.home-news-list-img:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent 70%, rgba(0,0,0,.1));
}
@media (max-width: 1366px){
	.home-news-list-img {
		height: calc( (30vw - 16.666px) * ( 267 / 389 ) ) ;
	}
}
@media (max-width: 768px){
	.home-news-list-img {
		height: calc( (30vw - 8px) * ( 267 / 389 ) ) ;
	}
}
@media (max-width: 580px){
	.home-news-list-img {
		height: auto;
	}
}
.home-news-list-img img {
	position: relative;
	display: block;
	width: 100%;
	max-width:100%;
}
.home-news-list-type {
	position: relative;	
	top: -20px;
	font-size: 16px;
	font-weight: 700;
	background-color: #fff;	
	display: inline-block;
	width: 100%;
	max-width: 148px;
	padding:10px;
	border-radius: 14px;
}
.home-news-list-h2 {
	font-size: 16px;
}
.home-news-list-view {
	position: absolute;
	bottom: 10px;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
}	
.home-news-list-view em:before,
.home-news-list-view em:after {
	content: '';
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: #9e9da1;
	margin:5px 10px;
}

/* EVENTS */
.home-events-list-img {
	width: 100%;
	border-radius: 4px;
}
.home-events-list-h2 {
	font-size: 16px;
}
.home-events-list-a p {
	font-size: 13px;
}
.home-events-list-view {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -16px;
	display: block;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	background-image: url(../grp/link-g.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}	
.home-events-list-view em:before,
.home-events-list-view em:after {
	content: '';
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: #9e9da1;
	margin:5px 10px;
}



/* HOME TOP ACTIVITIES */
.home-activities {
	background-image:  url(../img/home-activities.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	box-shadow: inset 0 0 80px rgba(0,0,0,.5);
	z-index: 1;
}
.home-activities > .body {
	padding:120px 25px;
}
.home-activities h1 {
	color: #fff;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 40px;
}
.home-activities-list {
	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-wrap: wrap;
  	flex-wrap:  wrap;
  	-webkit-justify-content: center;
  	justify-content: center;
}
.home-activities-list li {
	width: 33%;
	max-width: 300px;
	padding: 20px 1% 40px;	
	position: relative;
}

.home-activities-list li a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	border-radius: 4px;

	font-size: 30px;
	color: #fff;
	text-align: center;

	padding: 190px 20px 80px;

	background-repeat: no-repeat;
	background-position: center bottom 130px;
	background-size: 40%;
}
@media (max-width: 960px){
	.home-activities-list li a {
		font-size: 20px;
	}
}
@media (max-width: 768px){
	.home-activities h1 {
		font-size: 28px;
	}
	.home-activities-list li a {
		font-size: 14px;
		padding: 140px 20px 50px;
		background-position: center bottom 80px;
	}
}
@media (max-width: 480px){
	.home-activities > .body {
		padding:70px 10px;
	}
	.home-activities-list li a {
		font-size: 11px;
		padding: 110px 10px 40px;
		background-position: center bottom 70px;
		background-size: 50%;
	}
}
.home-activities-list li .studies {
	background-image: url(../grp/studies.svg);
}
.home-activities-list li .capacitation {
	background-image: url(../grp/capacitation.svg);
}
.home-activities-list li .events {
	background-image: url(../grp/events.svg);
}