
/****
	* paramètres généraux
	***/

html, body {
	width: 100%;
	height: 100%;
	margin: auto;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 18px;
	background-color: #ECFCFC;
	overflow: scroll;
	text-align: center;
}

div {
	margin: auto;
	border:1px solid #D0D0D0;
	overflow: hidden;
	display: inline-block;
}

.container {
	width: 800px;
}

.change-video {
	vertical-align: middle;
	flex-direction: row;
}

.change-video-box {
	height: 50px;
	width: auto;
}

/****
	* transformation input type checkbox en style button
	***/

select {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 18px;
	border: 0;
	background: #ccc;
	box-shadow: 0 0 0 0;
	appearance: none;
}

select:focus {
	border: 0px;
	outline: none;
}

.options {
	margin-left: 6px;
	margin-right: 6px;
	padding: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border:1px solid #000;
	border-radius:5px;
	height: 25px;
	position: relative;
	top: 58%;
	transform: translateY(-50%);
	background: #ccc;
}

.options2 {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	padding-right: 10px;
	padding-left: 10px;
	border:1px solid #000;
	border-radius:5px;
	height: 48px;
	position: relative;
	background: #ccc;
	font-size: 16px;
}

div .targets_series, div .sources_series {
	border-radius:0px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.canvas_image {
	display: block;
}

/*
.article {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/

/****
	* transformation select en style button
	***/

#cacheVidId {
	height: 25px;
	margin: 0 auto;
	margin-left: 6px;
	margin-right: 6px;
	padding-bottom: 2px;
	padding-top: 4px;
	border-radius: 5px;
	background-color:#ccc;
	border:1px solid #000;
	float:left;
	display: inline-block;
	overflow: hidden;
	position: relative;
	top: 58%;
	transform: translateY(-50%);
}

#cacheVidId label {
	float:left;
	width:8.0em;
	height:20px;
}

#cacheVidId input + span {
	margin-bottom: 2px;
	vertical-align: 15px;
}

#cacheVidId label input {
	position:absolute;
	top:-20px;
}

#cacheVidId input:checked + span {
	background-color:#911;
	color:#fff;
}

/****
	* transformation input type range en slider
	***/

.myslider, .sliderBgColor {
	-webkit-appearance: none;
	background: #bbbbbb;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 7px;
	width: 200px;
	height: 12px;
	opacity: 0.6;
}

.myslider::-webkit-slider-thumb, .sliderBgColor::-webkit-slider-thumb {
	-webkit-appearance: none;
	cursor: pointer;
	background: #34495E;
	width: 5%;
	height: 24px;
}

.myslider:hover {
	opacity: 1;
}
