@charset "utf-8";
/* CSS Document */
/********PLAYER ************/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');

div, img, main, section, article {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	height: 100%;
}

body {
	margin: 0 auto;
	font-size: 0;
	width: 100%;
	height: 100vh;
	font-family: 'Roboto Condensed', sans-serif;
	background-color: #ffffff;
	overflow: hidden;
}

main {
	max-width: 650px;
	margin: 0 auto;
	display: block;
	margin-top: 50vh;
	transform: translateY(-50%);
	background: url('https://www.globalsport.ch/uploads/images/site/article_bg_clair.png');
	background-position: top left;
	background-repeat: repeat;
	background-size: cover;
	height: auto;
	padding: 10px;
	border: solid 1px #cccccc;
	position: relative;
}

a {
	color: #000000;
}

p {
	margin: 0;
	padding: 5px;
	line-height: 1.5;
	font-size: 1.8rem;
	text-align: justify;
	font-weight: 300;
	color: #000000;
}

p.player-centre {
	text-align: center;
	font-size: 1.4rem;
	margin-top: 15px;
}

p.logoinf {
	position: absolute;
	top: 15px;
	right: 5px;
	font-size: 1.5rem;
}

p.logoinf img {
	width: 47%;
	display: inline-block;
	vertical-align: top;
	box-sizing: content-box;
	margin: 0;
	padding: 0;
	font-size: 0;
}


/******* Titrage *******/
h1 {
	margin: 0 0 40px 0;
	padding: 5px 0;
	font-size: 3rem;
	font-weight: 800;
	text-transform: uppercase;
}

h1 .image_titre {
	width: 110px;
	float: left;
	margin-right: 30px;
	margin-top: -10px;
}

h1 .image_titre img {
	width: 100%;
}

h1 .suite {
	font-size: 2.2rem;
	font-weight: 400;
}

h2 {
	background-color: #4a4a4a;
	color: #ffffff;
	padding: 5px;
	margin: 0;
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: normal;
	display: inline-block;
	width: auto;
}

#player-container {
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
}

#player-container #image {
	width: 140px;
	height: 155px;
	float: left;
}

#player-container #image #img-wrap {
	background-image: url(player/images/imgGlobal.png);
	background-size: contain;
	overflow: hidden;
	text-align: center;
	border: solid 1px #cccccc;
	width: 110px;
	height: 110px;
}

#player-container #image #img-wrap img {
	margin-top: -1px;
	margin-left: -1px;
	border: none;
	width: 112px;
	height: 112px;
	display: block;
}

#player-container #commandes {
	box-sizing: border-box;
}

#player-container #station {
	width: 100%;
	padding-top: 0;
	padding-bottom: 5px;
	margin-top: -2px;
}

#player-container #station p {
	padding: 0;
	font-size: 1.9rem;
	text-transform: uppercase;
	font-weight: bold;
}

#player-container #titrage {
	width: 100%;
	height: 100px;
}

#player-container #titrage p {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-weight: 400px;
}

#player-container #titrage p.marquee {
	letter-spacing: -0.4px;
	text-align: left;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	animation: marquee 13.5s linear 4;
	transform: translateZ(0);
	animation-delay: 3s;
	padding: 0;
}

#player-container #boutons {
	clear: both;
	margin: 0 auto;
	width: auto;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	margin-top: 20px;
}

#player-container #boutons-player, #player-container #cantons {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#player-container #cantons {
	margin-top: 25px;
}

#player-container #bouton-play, #player-container #bouton-pause {
	height: 40px;
	width: 40px;
	margin-bottom: 9px;
	display: inline-block;
}

#player-container #bouton-play img, #player-container #bouton-pause img {
	height: 40px;
	width: 40px;
}

#player-container .btnClair img {
	filter: invert(0.6);
	-webkit-filter: invert(0.6);
}

#player-container #bouton-pause {
	margin-top: 11px;
	margin-left: 10px;
}

#player-container .btn-canton-player {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 12px;
	display: inline-block;
	vertical-align: top;
}

#player-container .btn-canton-player img {
	height: 50px;
	filter: grayscale(0.8);
}

#player-container .hidden {
	visibility: hidden;
}

#player-container audio {
	display: none;
}

#player-container br.mobilebr {
	display: none;
}

#player-container .visible {
	display: block;
	visibility: visible;
}

#player-container .invisible {
	display: none;
	visibility: hidden;
}

@media screen and (max-width: 720px) {
	body {
		background-color: #e8e8e8;
	}

	main {
		border: none !important;
	}
}

@media screen and (max-width: 640px) {
	body {
		overflow: auto;
		background: url('https://www.globalsport.ch/uploads/images/site/article_bg_clair.png');
		background-position: top left;
		background-repeat: repeat;
		background-size: cover;
	}

	main {
		margin: 0 auto;
		transform: translateY(0);
	}

	h1 {
		margin-bottom: 20px;
	}

	h1 .image_titre {
		width: 150px;
		float: none;
		display: block;
		margin: 0 auto 10px auto;
	}

	h1 .texte_titre {
		display: block;
		margin: 0 auto 10px auto;
		text-align: center;
	}

	h1 .suite {
		display: block;
		margin: 0 auto 10px auto;
		font-size: 2rem;
		text-align: center;
	}

	p, p#station {
		font-size: 2rem;
	}

	#player-container {
		max-width: 100%!important;
	}

	#player-container #boutons {

		margin-top: 0;
		margin-bottom: 20px;
	}

	#player-container #image {
		float: none;
		display: block;
		margin: 0 auto;
		width: auto;
	}

	#player-container #image #img-wrap {
		display: block;
		margin: 0 auto;
	}

	#player-container #commandes {
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	#player-container #titrage {
		min-height: 80px;
		max-height: 120px;
	}

	#player-container #station p, #player-container #titrage p {
		text-align: center;
	}

	#player-container #bouton-play img, #player-container #bouton-pause img {
		height: 60px;
		width: 60px;
	}

	#player-container #bouton-pause {
		margin-top: 11px;
		margin-left: 40px;
	}
}

@media screen and (max-width: 430px) {
	#player-container #boutons-player, #player-container #cantons {
		text-align: center;
	}
}
