.full-banner {
	width: 100%;
}
	.full-banner img {
		width: 100%;
		height: auto;
	}
.full-banner.banner-sociaux {
	position: relative;
	background: url('../../_img/banners/banner-communaute-bg.jpg') no-repeat center center;
	background-size: cover;
	min-height: 243px;
	display: flex; display: -webkit-flex; 
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
	justify-content: center; -webkit-justify-content: center;
}
	.full-banner.banner-sociaux .container {
		margin: auto;
	}
		.full-banner.banner-sociaux .container .text-sociaux {
			width: 100%;
			text-align: center;
		}
			.full-banner.banner-sociaux .container .text-sociaux img {
				width: auto;
				height: auto;
			}
		.full-banner.banner-sociaux .container .links-sociaux {
			width: 100%;
			margin-top: 25px;
			display: flex; display: -webkit-flex; 
			flex-flow: row wrap; -webkit-flex-flow: row wrap;
			justify-content: center; -webkit-justify-content: center;
		}		
			.full-banner.banner-sociaux .container .links-sociaux a {
				display: block;
				margin: auto 7px;
			}
.banner-caravane {
	position: relative;
	background: url('../../_img/banners/banner-caravane-bg.jpg') no-repeat center center;
	background-size: cover;
	min-height: 243px;
	display: flex; display: -webkit-flex; 
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
	justify-content: center; -webkit-justify-content: center;
}
	.full-banner.banner-caravane .container {
		margin: auto;
	}
		.full-banner.banner-caravane .container .text-sociaux {
			width: 100%;
			text-align: center;
		}
			.full-banner.banner-caravane .container .text-sociaux img {
				width: auto;
				height: auto;
			}
		.banner-caravane .bt-all-wrap {			
			padding-bottom: 0;
		}
			.banner-caravane .bt-all {
				border-color: #000;
			}
			.banner-caravane .bt-all span {
				color: #000;
			}
.banner-caravane .bt-all:before {
	background-color: #000;
}
	.banner-caravane .bt-all:hover span {
		color: #fccc06;
	}

.banner-strava {
	position: relative;
	background: url('../../_img/banners/banner-strava-bg.jpg') no-repeat center center;
	background-size: cover;
	min-height: 243px;
	display: flex; display: -webkit-flex; 
	flex-flow: row wrap; -webkit-flex-flow: row wrap;
	justify-content: center; -webkit-justify-content: center;
}
	.full-banner.banner-strava .container {
		margin: auto;
	}
		.full-banner.banner-strava .container .text-sociaux {
			width: 100%;
			text-align: center;
		}
			.full-banner.banner-strava .container .text-sociaux img {
				width: auto;
				height: auto;
			}
		.banner-strava .bt-all-wrap {			
			padding-bottom: 0;
		}
			.banner-strava .bt-all {
				border-color: #FFF;
			}
			.banner-strava .bt-all span {
				color: #FFF;
			}
.banner-strava .bt-all:before {
	background-color: #FFF;
}
	.banner-strava .bt-all:hover span {
		color: #d00106;
	}
