@charset "utf-8";
/* CSS Document */

/* bouton on air */

label{
	position:relative;
	cursor: pointer;
	border-radius:50%;
	margin-left: 5px;
}

label .btn, .changementLocale form label .btn{
	position: absolute;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	background: #444444;
	border-radius: 50%;
	box-shadow: 0 3px 4px rgba(0,0,0,1),
		inset 0 -2px 5px rgba(0,0,0,1),
		inset 0 2px 2px rgba(255,255,255,0.5),
		0 0 0 2px #000,
		0 0 0 5px #555,
		0 0 0 5.5px #080808;
}

label input{
	margin-top:40px;
}

label input[type="checkbox"]:checked ~ .btn{
	box-shadow: 0 0 0 rgba(0,0,0,1),
		inset 0 -2px 5px rgba(0,0,0,1),
		inset 0 1px 1px rgba(255,255,255,0.5),
		0 0 0 2px #000,
		0 0 0 5px #0c0c0c,
		0 0 0 5.5px #00a1ff;
}

.changementLocale form label input[type="radio"]:checked ~ .btn{
	box-shadow: 0 0 0 rgba(0,0,0,1),
		inset 0 -2px 5px rgba(0,0,0,1),
		inset 0 1px 1px rgba(255,255,255,0.5),
		0 0 0 2px #000,
		0 0 0 5px #0c0c0c,
		0 0 0 5.5px #00a1ff;
}

label input[type="checkbox"]{
	-webkit-appearance: none;
}

.changementLocale form label input[type="radio"]{
	-webkit-appearance: none;
}

label .fa{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	font-size: 2.5em;
	color: #2C2C2C;
}

.changementLocale form label .fa{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	font-size: 2.5em;
	color: #2C2C2C;
}

label input[type="checkbox"]:checked ~ .fa{
	color: #00ffe7;
	text-shadow: 0 0 15px #00a1ff,
		0 0 30px #00a1ff;
}

.changementLocale form label input[type="radio"]:checked ~ .fa{
	color: #00ffe7;
	text-shadow: 0 0 15px #00a1ff,
		0 0 30px #00a1ff;
}

label input[type="checkbox"]:checked ~ .air{
	color: #00ffe7;
	text-shadow: 0 0 15px #00a1ff,
		0 0 30px #00a1ff;
}

.air{
	color:black;
	height: 40px;
	font-size: 20px;
	font-weight: 700;
	width: 79px;
	position: absolute;
	top: -40px;
	text-align: center;
}

.btOnAir{
	margin-top: 30px;
}

/* Spinner */

.container span{
	display: block;
}

.bg_console .container{
	padding: 0;
	position: relative;
	width: 60px;
	height: 160px;
	border-radius: 45px;
	border: 2px solid rgba(255,255,255,0.3);
	margin: 8px 0;
}

.bg_console .container img{
	width: 40px;
	height: auto;
}

.container .next{
	/*position: absolute;
	top:34px;
	right: 35%;
	display: block;
	width: 22px;
	height:22px;
	border-top: 4px solid rgba(255,255,255,0.8);
	border-right:none;
	border-bottom: none;
	border-left: 4px solid rgba(255,255,255,0.8);
	z-index:1;
	transform: translateY(-50%) rotate(45deg);
	cursor: pointer;
	left: 18px;
	color: rgba(60, 60, 59, 1);*/
	height: 53px;
	text-align: center;
}

.container .prev{
	/*position: absolute;
	bottom:10px;
	right: 35%;
	display: block;
	width: 22px;
	height:22px;
	border-top: 4px solid rgba(255,255,255,0.8);
	border-left: 4px solid rgba(255,255,255,0.8);
	z-index:1;
	transform: translateY(-50%) rotate(225deg);
	cursor: pointer;
	left: 18px;*/
	transform: rotate(180deg);
	height: 53px;
	text-align: center;
}

.btn_cvb{
	padding: 5px 10px;
	border-radius: 10px;
	border: 3px solid red;
	color: white;
	margin: 15px 0;
}






