.switch {
	border:2px solid #cdcaca;
	border-radius:8px;
	width:82px;
	height:28px;
	display:inline-block;
	position:relative;
	cursor:pointer;
	vertical-align: middle;
}

/*.switch::before {
	border:1px solid #F00;
	content:"AA";
}
*/
.switch span {
	/*border:1px solid #00F;*/
	position:absolute;
	left:4px;
	top:3px;
	width:37px;
	height:22px;
	transition:all 0.1s linear;
	z-index:10;
	background-color:#d31313;
	color:#FFF;
	font-size:12px;
	text-align:center;
	line-height:22px;
	border-radius:5px;
	font-weight:bold;
}
.switch span::before {
	content:"NON";
}
.switch input:checked + span::before {
	content:"OUI";
	
}

.switch input:checked + span {
	left:42px;
	background-color:#f29a10;
}

.switch input {
	position:relative;
	z-index:100;
	width:82px;
	height:28px;
	opacity:0;
	background-color:#00F;
	cursor:pointer;
}

#embedDiv {
	padding:20px;
	color:#565555;
	width:calc(50% - 40px);
	float:left;
}
#embedDiv textarea {
	width:100%;
}
#embedPage {
	width:1024px;
	margin:0 auto;
}

button#embedShowParameters i {
	font-size:16px;
}
button#embedShowParameters {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 5px;
	background-color:#696969;
	text-transform: none;
	font-weight:bold;
	
}
#embedParameters {
	margin-top:10px;
	background-color:#FFF;
	/*border:1px solid #cdcaca;*/
	/*padding:10px 10px;*/
	color:#333;
	font-weight:bold;
}
#embedParameters i {
	margin-right:10px;
	
}

#copyEmbed {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 5px;
	background-color:#696969;
	text-transform: none;
	font-weight:bold;
}
#embedParameters {
	max-height:0;
	transition:all 0.2s linear;
	overflow:hidden;
	padding:0;
	border:1px solid transparent;
}
#embedParameters.displayed {
	max-height:100px;
	padding:10px;
	border:1px solid #cdcaca;
}

#parameters {
	background-color: #05a918;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	margin-left: 25px;
	padding: 5px 10px;
	line-height:16px;
	vertical-align:top;
	cursor:pointer;
}
#parameters i {
	font-size:16px;
	margin-right:10px;
	
}


#speedChoose {
	/*border: 1px solid #ff0000;*/
	bottom: 40px;
	margin-left: -67px;
	position: absolute;
	z-index:10000;
	background-color:#48a5da;
	color:#FFF;
	padding:10px 0 0 0;
	display:none;
}
#speedChoose::before {
	content:"VITESSE";
	padding-bottom:5px;
	font-weight:bold;
	display:inline-block;
}
#speedChoose ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#speedChoose li {
	padding:5px 15px 5px 30px;
	margin:0;
	text-align:left;
	margin:0px;
	cursor:pointer;
}
#speedChoose li:hover {
	background-color:#3082B2
}
#speedChoose li.selected {
	/*border:1px solid #F00;*/
	position:relative;
}
#speedChoose li.selected::before{
	content: "\f00c";
	position:absolute;
	left:8px;
	top:8px;
	
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
