

.home {
	
}


p.link {
	text-align: right !important;
	margin-top: 20px;
}
@media (min-width: 768px) {
	p.link {
		padding-right: 100px;
	}
}

p.link a {
	color: #fac800;
	text-decoration: none;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	font-size: 18px;
	background: transparent url('../image/PDLC-fleche-lien.png') right 6px no-repeat;
	padding-right: 20px;
}

#wrap .container {
	padding: 20px;
}

.home-quoi p {
	color: #6d838e;
	font-size: 16px;
	line-height: 20px;
	padding: 8px 0 8px 0;
	margin: 0;
}


.home-quoi h2 {
	font-family: 'Dosis', sans-serif;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	line-height: 26px;
	color: #500073;
	padding: 20px;
	background-color: #fac800;
	margin: 0;
}

.home-quoi h2 span {
	font-weight: normal;
}



.home-partenaires h2, .home-annonces h2, .home-actions h2 {
	font-family: 'Dosis', sans-serif;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	line-height: 26px;
	color: #500073;
	background: transparent url(../image/PDLC-chevron-titre.png) center bottom no-repeat;
	padding-bottom: 24px;
	margin-bottom: 20px;
}

.home-partenaires h2 span, .home-annonces h2 span, .home-actions h2 span {
	font-weight: normal;
}

.home-partenaires img {
	margin: auto;
}

.home-separator {
	width: 100%;
	height: 20px;
}


footer {
	margin-top: 0;
}


/*! Les annonces */


.home-annonces p.home-annonces-intro {
	color: #6d838e;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}

.home-annonces-extract {
	padding-top: 30px;
	padding-bottom: 50px;
}

.home-annonces .nav>li:last-child {
	float: inherit;
}

.home-annonces .nav>li>a {
	text-transform: uppercase;
	font-family: "Dosis", sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #d2d6d9;
	padding: 0;
	line-height: 40px;
	height: 45px;
	border-bottom: #d2d6d9 4px solid;
	transition: border-color 0.25s ease;
}

.home-annonces .nav>li:last-child>a {
	margin-right: 0;
}



.home-annonces .nav-pills>li>a {
	border-radius: 0;
}


#annonces-cherche, #annonces-propose {
	min-height: 120px;
}

/* Actualités */

.home-actus h1 {
	background: transparent url(../image/PDLC-chevron-retourne.png) right center no-repeat;
	height: 170px;
	margin: 0;
	padding: 60px 0 0 0;
}

.home-actus h3 {
	color: #500073;
	font-family: "Dosis", sans-serif;
	font-size: 22px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0;
}

.home-actus p.dates {
	font-family: "Dosis", sans-serif;
	color: #6d838e;
	font-size: 16px;
	font-weight: 600;
}

.home-actus p {
	color: #6d838e;
	font-size: 14px;
}


/* Acteurs */
.home-acteurs {
	border: 1px solid #d9dfe3;
	width: 100%;
	background: #FFFFFF url(../image/PDLC-BG-acteurs-2.jpg) center center no-repeat;
	background-size: cover;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

	.home-acteurs h1 {
		color: #FFFFFF;
		margin-bottom: 30px;
	}

	.home-acteurs p.introline {
		text-align: center;
		font-size: 18px;
		color: #FFFFFF;
		margin-bottom: 30px;
	}

	@media (min-width: 768px) {
		.home-acteurs .home-acteurs-cards-container {
			padding-left: 60px;
			padding-right: 60px;
			min-height: 250px;
		}
	}



	.home-acteurs .acteurs-slider {
		width: 100%;
		height: 250px;
		border: 1px solid #d9dfe3;
		background: #FFFFFF;
	}

	.acteurs-slider {
		height: 250px;
	}

	.home-acteurs .home-acteurs-cards article {
		width: 100%;
		height: 250px;
		padding: 20px 40px 20px 40px;
	}

	.card-acteur { }

		.card-acteur:hover {
			cursor: pointer;
		}

		.card-acteur h2 {
			font-family: "Dosis", sans-serif;
			font-size: 20px;
			font-weight: 600;
			line-height: 22px;
			color: #500073;
			padding-left: 20px;
			margin: 10px 0 20px 0;
		}

			.card-acteur.card-acteur-social h2 {
				color: #009bdc;
				background: transparent url('../image/PDLC-puces-acteurs-social.png') left 6px no-repeat;
			}

			.card-acteur.card-acteur-culture h2 {
				color: #cb007b;
				background: transparent url('../image/PDLC-puces-acteurs-culture.png') left 6px no-repeat;
			}

		.card-acteur .card-acteur-descriptif {
			height: 80px; /* 4 lignes max.*/
			overflow: hidden;
			margin-bottom: 10px;
		}

		.card-acteur p {
			color: #6d838e;
		}

			.card-acteur p.hashtags {
				font-size: 16px;
				color: #fac800;
			}

			.card-acteur p.place {
				padding-left: 20px;
				margin: 0;
				overflow: hidden;
				white-space: nowrap;
				text-overflow: ellipsis;
				color: #6d838e;
				font-family: "Dosis", sans-serif;
				font-size: 16px;
				font-weight: normal;
				background: transparent url('../image/icons/icon-pin-grey@2x.png') 1px center no-repeat;
				background-size: 12px 14px;
			}