.actualites {
	padding: 10px 40px 15px;
	position: relative;
}
.social, .rebours {
	margin: 15px 40px 0px;
	padding: 10px 0px;
	border-top: 3px dotted #9A9A9A;
	position: relative;
}
.titre-index {
	margin: 10px 0px;
	font-size: 28px;
	font-weight: bold;
	color: #FF8000;
}
.titre-index span {
	color: #2A2A2A;
	font-size: 20px;
}
.layout-actus, .layout-actus > div {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
}
.layout-actus {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
.layout-actus .actu-cont a {
	color: #2A2A2A;
}
.actu-cont {
	width: calc(25% - 12px);
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	position: relative;
	cursor: default;
	border: solid 1px #DADADA;
}
.actu-cont div:not(.actu-suite) {
	margin: 5px;
}
.actu-cont .actu-titre {
	font-size: 18px;
	font-weight: bold;
	color: #1988FF;
}
.actu-cont .actu-date {
	margin-bottom: 30px !important;
	font-style: italic;
	font-size: 11px;
	color: #6A6A6A;
}
.actu-cont .actu-suite {
	position: absolute;
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	padding-right: 30px;
	text-align: right;
	bottom: 0px;
	right: 0px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
	transition: 0.5s;
}
.actu-cont:hover .actu-suite {
	padding-right: 20px;
}
.plus-actus {
	position: absolute;
	right: 40px;
	top: 20px;
	margin: 0px 15px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	font-weight: bold;
	color: #9A9A9A;
	cursor: pointer;
	text-align: center;
}
.plus-actus:hover {
	color: #2A2A2A;
}
.layout-social {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.social-bouton {
	margin: 10px;
	padding: 10px;
	display: block;
	cursor: pointer;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 28px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 35% 60% 35% 60%;
}
.sb-fb { background-color: #3B5998; }
.sb-tw { background-color: #00ACED; }
.sb-ig { background-color: #ED4956; }
.sb-yt { background-color: #BB0000; }
.sb-ma { 
	background-color: #FF8000;
	width: auto;	
	border-radius: 15px 25px 15px 25px;
}
.sb-nl { 
	background-color: #1988FF;
	width: auto;	
	border-radius: 15px 25px 15px 25px;
}
.sb-ma span, .sb-nl span {
	display: inline-block;
	font-size: 30px;
	font-weight: normal;
	margin: 0px 30px 0px 20px;
}
.sb-ma p, .sb-nl p {
	display: inline-block;
	vertical-align: top;
	margin: 0px 20px 0px 0px;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
.sb-nl p {
	font-size: 16px;
}
.social-bouton:hover {
	background-color: #6A6A6A;
}

@media only screen and (max-width: 929px) {
	.actualites {
		padding: 10px 0px 15px;
	}
	.social, .rebours {
		margin: 15px 0px 0px;
		padding: 10px 0px;
	}
	.titre-index {
		margin: 10px 15px;
	}
	.layout-actus {
		margin: 0px 15px
	}
	.plus-actus {
		right: 15px;
		margin: 0px 10px;
	}
}
@media only screen and (max-width: 819px) {
	.actu-cont {
		width: calc(33.3333% - 12px);
		margin-bottom: 15px;
	}
	.social {
		margin: 0px;
		padding: 10px 0px;
	}
	.sb-nl p {
		font-size: 14px;
	}

}
@media only screen and (max-width: 639px) {
	.actu-cont {
		width: calc(50% - 12px);
	}
}
@media only screen and (max-width: 479px) {
	.actu-cont {
		width: calc(100% - 2px);
	}
	.actualites {
		padding: 10px 0px 55px;
	}
	.plus-actus {
		right: auto;
		bottom: 0px;
		top: auto;
		width: calc(100% - 50px);
		margin: 0px 15px 15px;
		padding: 5px 10px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		background-color: #9A9A9A;
		color: #FFFFFF;
	}
	.plus-actus:hover {
		color: #FFFFFF;
		background-color: #FF8000;
	}
	.sb-ma, .sb-nl {
		width: 100%;
		border-radius: 0;
	}
	.sb-ma span, .sb-nl span {
		margin: 0px 30px 0px 0px;
	}
	.sb-nl p {
		margin: 0px;
	}
}