/* RESPONSIVE */
@media (orientation: landscape) {
	#number_online_visitors {
		display: block;
	}
	#footer_copyright {
		font-size: 15px;
	}
	#footer_copyright > p {
		white-space: nowrap;
		line-height: 50px;
	}
}
@media (orientation: portrait) {
	#number_online_visitors {
		display: none;
	}
	#footer_copyright {
		font-size: 15px;
	}
	#footer_copyright > p {
		white-space: break-spaces;
		line-height: 30px;
	}
}
@media (max-width: 899px) {
	#footer_left_column {
		width: 100%;
	}
	#footer_menu {
		width: 0%;
		display: none;
	}
	#footer {
		height: 200px;
	}
	#footer_logo {
		margin-top: 10px;
	}
	#footer_social_media {
		margin-top: 20px;
	}
	#footer_logo_img {
		width: 40%;
	}
	#twitter_feeds {
		display: none;
	}
	.menu_footer_hidden, .menu_footer_hidden_staff, .menu_footer_hidden_play {
		display: none;
	}
}
@media (min-width: 900px) and (max-width: 1199px) {

	#footer_copyright {
		font-size: 17px;
	}
	#footer_left_column {
		width: 40%;
	}
	#footer_menu {
		width: 60%;
		display: flex;
	}
	#footer {
		height: 300px;
	}
	#footer_logo {
		margin-top: 50px;
	}
	#footer_social_media {
		margin-top: 50px;
	}
	#number_online_visitors {
		display: block;
	}
	#footer_copyright > p {
		white-space: nowrap;
		line-height: 50px;
	}
	#footer_logo_img {
		width: 80%;
	}
	#twitter_feeds {
		display: block;
	}
	.menu_footer_hidden {
		display: block;
	}
	.menu_footer_hidden_staff {
		display: none;
	}
	.menu_footer_hidden_play {
		display: none;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
	#footer_copyright {
		font-size: 19px;
	}
	#footer_left_column {
		width: 30%;
	}
	#footer_menu {
		width: 70%;
		display: flex;
	}
	#footer {
		height: 300px;
	}
	#footer_logo {
		margin-top: 50px;
	}
	#footer_social_media {
		margin-top: 50px;
	}
	#number_online_visitors {
		display: block;
	}
	#footer_copyright > p {
		white-space: nowrap;
		line-height: 50px;
	}
	#footer_logo_img {
		width: 80%;
	}
	#twitter_feeds {
		display: block;
	}
	.menu_footer_hidden {
		display: block;
	}
	.menu_footer_hidden_staff {
		display: none;
	}
	.menu_footer_hidden_play {
		display: block;
	}
}
@media(min-width: 1400px) and (max-width: 2099px) {
	#footer_copyright {
		font-size: 20px;
	}
	#footer_left_column {
		width: 20%;
	}
	#footer_menu {
		width: 80%;
		display: flex;
	}
	#footer {
		height: 300px;
	}
	#footer_logo {
		margin-top: 50px;
	}
	#footer_social_media {
		margin-top: 50px;
	}
	#number_online_visitors {
		display: block;
	}
	#footer_copyright > p {
		white-space: nowrap;
		line-height: 50px;
	}
	#footer_logo_img {
		width: 80%;
	}
	#twitter_feeds {
		display: block;
	}
	.menu_footer_hidden, .menu_footer_hidden_staff, .menu_footer_hidden_play {
		display: block;
	}
}
@media(min-width: 2100px) {
	#footer_copyright {
		font-size: 21px;
	}
	#footer_left_column {
		width: 20%;
	}
	#footer_menu {
		width: 80%;
		display: flex;
	}
	#footer {
		height: 300px;
	}
	#footer_logo {
		margin-top: 50px;
	}
	#footer_social_media {
		margin-top: 50px;
	}
	#number_online_visitors {
		display: block;
	}
	#footer_copyright > p {
		white-space: nowrap;
		line-height: 50px;
	}
	#footer_logo_img {
		width: 80%;
	}
	#twitter_feeds {
		display: block;
	}
	.menu_footer_hidden, .menu_footer_hidden_staff, .menu_footer_hidden_play {
		display: block;
	}
}

/* FOOTER */
#footer {
	width: 100%;
	display: block;
	position: relative;
	background-color: #2E363B;
	color: #FFFFFF;
	line-height: 50px;
	overflow: hidden;
}
#footer_copyright {
	width: 100%;
	font-family: AvenirNextCyrLight;
	text-align: center;
	position: absolute;
	background-color: #1e272e;
	bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: flex;
}
#footer_copyright > p {
	flex: 1 auto;
	width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}
#footer_left_column {
	height: 80%;
	float: left;
}
#footer_social_media {
	display: flex;
	flex-direction: row-reverse;
	text-align: center;
}
#footer_social_media > a {
	flex: 1 auto;
}
#footer_menu {
	float: left;
	height: calc(80% - 30px);
	padding-top: 20px;
}
#footer_column {
	flex: 1 auto;
	text-align: center;
}
#left_content {
	flex-direction: column;
	display: flex;
}
#right_content {
	flex-direction: column;
	display: flex;
}
#left_content > p {
	margin: 0px;
}
#right_content > p {
	margin: 0px;
}
#number_online_visitors {
	flex: 1 auto;
}
#footer_logo_img {
	margin: auto;
	display: block;
}
#twitter_feeds {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #fff;
	height: 471px;
	width: 330px;
	overflow: hidden;
	border-top-right-radius: 5px;
	transition: bottom 0.3s ease, left 0.3s ease;
	z-index: 10;
}
#twitter_feeds_title {
	font-family: Prototype;
	font-size: 25px;
	color: #efeff1;
	text-align: center;
	background-color: #292f33;
	z-index: 3;
	position: relative;
}
#twitter_feeds_menu {
	font-family: Prototype;
	font-size: 19px;
	color: #efeff1;
	display: flex;
	z-index: 2;
	position: relative;
	background-color: #1e272e;
}
#TMFL_feeds {
	z-index: 1;
	position: relative;
	display: block;
	margin-top: -39px;
	margin-left: -1px;
}
#community_feeds {
	display: none;
	border-top: 1px solid rgb(103, 118, 128);
	height: 100%;
}
#community_feeds_content {
	height: 100%;
	overflow: hidden scroll;
	scrollbar-color: #cdcdcd #f0f0f0;
}
#twitter_feeds_img {
	width: 30px;
	padding: 5px;
	cursor: pointer;
	display: none;
}
#close_feeds_img {
	width: 15px;
	height: 15px;
	padding: 5px;
	cursor: pointer;
}
#right_tweets_content {
	flex: 1 auto;
	display: flex;
	flex-direction: column;
}
#top_left_tweets_content {
	display: flex;
}
#tweets_content {
	padding: 11px;
	border-bottom: 1px solid #e1e8ec;
}
#tweets_content:hover {
	background-color: #f5f8fa;
}
#top_tweets_content {
	display: flex;
	margin-left: -1px;
}
#right_date_tweets_content {
	display: flex;
	flex-direction: column-reverse;
}
#feeds_button_additionnal_TMFL {
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 34px;
	display: flex;
	margin-top: 39px;
}
#feeds_button_additionnal_community {
	position: relative;
	background-color: #fff;
	width: 100%;
	height: 35px;
	display: flex;
	margin-top: -2px;
	border-bottom: 1px solid #e1e8ec;
}
.footer_menu_title {
	font-size: 28px;
	font-family: Prototype;
}
.footer_menu_content {
	font-size: 20px;
	font-family: Prototype;
	text-decoration: 2px underline;
	color: #fff;
}
.footer_menu_name {
	font-size: 18px;
	font-family: Prototype;
	text-decoration: 2px underline;
	color: #fff;
}
.footer_menu_text {
	font-size: 18px;
	font-family: Prototype;
	color: #fff;
}
.infos_icons_footer {
	width: 32px;
	transition-duration: 0.3s;
}
.infos_icons_footer:hover {
    transform: translateY(-3px);
}
.helmet_online_visitors {
	width: 24px;
	top: 5px;
	position: relative;
	margin-right: 10px;
}
.twitter_feeds_outlets {
	flex: 1 auto;
	text-align: center;
	margin-top: 2px;
	cursor: pointer;
	padding: 5px;
}
.twitter_feeds_outlets.active {
	border-bottom: 3px solid #677680;
}
.picture_profile_tweet {
	border-radius: 50%;
	width: 32px;
	height: 32px;
	margin-right: 8px;
	cursor: pointer;
}
.tweets_author_name {
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 4px;
	color: #292F33;
	font-family: Helvetica;
	text-decoration: none;
	width: max-content;
}
.tweets_author_name:hover {
	color: #3b94d9;
}
.tweets_author_username {
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 4px;
	color: #657786;
	font-family: Helvetica;
	width: max-content;
}
.text_tweets_content {
	margin-top: 6px;
	margin-left: 0;
	font-size: 12px;
	line-height: 18px;
	font-family: Helvetica;
	color: #292F33;
	white-space: pre-wrap;
}
.text_tweets_content > a {
	color: #2b7bb9;
	text-decoration: none;
}
.text_tweets_content > a:hover {
	color: #3b94d9;
}
.tweets_created_at {
	font-size: 12px;
	line-height: 18px;
	color: #2b7bb9;
	cursor: pointer;
	font-family: Helvetica;
}
.tweets_created_at:hover {
	color: #3b94d9;
}