.footer {
	width: 100%;
	height: 310px;
	background-color: #d7d6d6;
}

.footerTop {
	height: 53px;
	background-color: #393b48;
	background-image: url('../images/interface/footerTopBkgRepeat.png');
	background-position: top center;
	background-repeat: repeat-x;
}

.footerTop .bandeauContent {
	width: 1200px;
	padding: 17px 25px 0 25px;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	overflow: visible;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.footerTop .titre {
	font-size: 15px;
	line-height: 17px;
	padding-right: 6px;
	display: inline-block;
	vertical-align: bottom;
	padding-bottom: 1px;
}

.footerTop .chaine {
	padding-left: 10px;
	font-size: 15px;
	line-height: 18px;
	display: inline-block;
}

.footerTop .chaine span {
	font-weight: bold;
}

.footerTop .btnDailymotion {
	float: right;
	vertical-align: top;
	text-decoration: none;
	margin-top: -2px;
}

.footerBottom .footerContent {
	width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 26px 0 0 0;
	text-align: left;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.footerBottom .bandeauTop {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-basis: 100%;
	margin-right: 25px;
}

.footerBottom .colonne {
	width: 250px;
	margin-top: 20px;
}

.footerBottom .colonne+.colonne {
	margin-left: 10px;
}

.footerBottom .colonne+.colonne .menu.menuPrincipal:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	border-left: 1px solid #23282d;
}

.footerBottom .colonneDroite {
	margin-right: 25px;
	margin-top: 20px;
	flex: 1;
}

.footer .menu {
	clear: both;
	position: relative;
	z-index: 10;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: visible;
}

.footer .menu>li {
	padding: 0;
	margin: 0;
	float: left;
}

.footer .menu>li>a {
	text-align: center;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	color: inherit;
}

.footer .menu.menuTop {
	position: relative;
	overflow: hidden;
	color: #393b48;
}

.footer .menu.menuTop>li>a {
	position: relative;
	height: 45px;
	font-size: 13px;
	line-height: 12px;
	padding-left: 2px;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-ms-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

.footer .menu.menuTop>li>a>.icone {
	display: block;
	font-size: 30px;
	text-align: center;
	height: 30px;
	padding-right: 2px;
}

.footer .menu.menuTop>li>a>div {
	padding-top: 4px;
	display: block;
}

.footer .menu.menuTop>li+li>a:before {
	content: '';
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	height: 43px;
	width: 1px;
	background-color: #575b5e;
	border-right: 1px solid #cbccce;
}

.footer .menu.menuTop .btnLive {
	width: 95px;
}

.footer .menu.menuTop .btnReplay {
	width: 97px;
}

.footer .menu.menuTop .btnContact {
	width: 109px;
}

.footer .menu.menuTop>li.active>a, .footer .menu.menuTop>li:hover>a {
	color: #d90073;
}

.footer .menu.menuPrincipal {
	position: relative;
	overflow: visible;
	font-weight: 400;
	margin-right: 15px;
	padding-left: 25px;
	box-sizing: border-box;
}

.footer .menu.menuPrincipal>li {
	display: block;
	margin-left: -4px;
	margin-right: -4px;
	float: none;
}

.footer .menu.menuPrincipal>li>a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	height: 22px;
	line-height: 18px;
	font-size: 18px;
	color: #393b48;
	text-align: left;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.footer .menu.menuPrincipal>li:hover>a {
	color: #FFFFFF;
	background-color: #d90073;
}

.footer .reseauxSociaux {
	margin-top: 2px;
	text-align: right;
	font-size: 0;
}

.footer .reseauxSociaux>a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #393b48;
	margin-left: 8px;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-ms-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

.footer .reseauxSociaux>a>.icone {
	font-size: 42px;
}

.footer .reseauxSociaux>a:hover {
	color: #d90073;
}

.footer .liensExternes{
	height: 71px;
    position: relative;
    text-align: right;
    box-sizing: border-box;
    padding-top: 10px;
}

.footer .liensExternes a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	margin-left: 10px;
}

.footer .liensExternes .logoRegion{
	height: 50px;
}

.footer .infosLegales {
	text-align: right;
	margin-top: 30px;
}

.footer .infosLegales a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	margin-left: 10px;
}

.footer .btnOpenSideMenu {
	display: none;
	vertical-align: top;
	width: auto;
	height: 40px;
	padding: 10px 20px;
	margin: 0;
	border: none;
	outline: none;
	background: none;
	color: #D7D6D6;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-ms-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

.footer .btnOpenSideMenu:active {
	color: #d90073;
}

@media all and (max-width: 1024px) {
	.footerTop .bandeauContent {
		width: 1000px;
	}
	.footerBottom .footerContent {
		width: 1000px;
	}
	.footerBottom .colonne {
		width: 240px;
	}
}

@media all and (max-width: 640px) {
	.footer {
		height: 100%;
		min-width: 320px !important;
		background-color: #232d33;
		-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
	}
	.footerTop {
		display: none;
	}
	.footerTop .bandeauContent {
		width: 100% !important;
		padding: 0;
	}
	.footerBottom .bandeauTop {
		margin: 0;
		padding: 5px;
	}
	.footerBottom .footerContent {
		width: 100% !important;
		padding: 0;
	}
	.footerBottom .colonne {
		display: none;
	}
	.footerBottom .colonneDroite {
		display: none;
	}
	.footer .menuTop {
		display: none;
	}
	.footer .menuPrincipal {
		display: none;
	}
	.footer .btnOpenSideMenu {
		display: inline-block;
	}
	.footer .reseauxSociaux {
		margin: 0;
	}
	.footer .reseauxSociaux>a {
		padding: 5px;
		margin: 0;
		color: #8A8A8A;
	}
	.footer .reseauxSociaux>a>.icone {
		font-size: 30px;
	}
	.footer .reseauxSociaux>a:active {
		color: #d90073;
	}
	.footer .liensExternes {
		display: none;
	}
	.footer .infosLegales {
		display: none;
	}
}