
/****
	* 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: 10px;
	background-color: #ECFCFC;
	text-align: left;
	overflow: scroll;
}

label {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 15px;
	vertical-align:text-top;
	line-height: 0.8;
}

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

.div_container {
	width: 1613px;
}

#div_menu {
	width: 1613px;
	height: 203px;
}

#div_grille {
	width: 19%;
	height:100%;
	text-align: left;
	margin: 0;
}

.options {
	margin-left: 6px;
	margin-right: 6px;
	padding: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border:1px solid #000;
	border-radius:5px;
	height: 25px;
	width: 275px;
	position: relative;
	top: 10%;
	background: #ccc;
}

.options2 {

	margin-left: 6px;
	margin-right: 6px;
	padding: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border:1px solid #000;
	border-radius:5px;
	height: 25px;
	width: 275px;
/*	position: relative; */
	top: 10%;
	background: #ccc;
	overflow: visible;
	transform: translateY(60%);
}
/*
p {
	transform: translateY(-40%);
}
*/
#slider {
	margin:8px;
	width: 250px;
	height: 10px;
	border-radius:5px;
	background-color: lightgray;
	position: relative;
	overflow: visible;
}

#slider-handle {
	width: 20px;
	height: 20px;
	background-color: #000000;
	border-radius: 50%;
	position: absolute;
	top: -6px;
	left: 0;"
}

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

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

.div_affichage {
	width: 1613px;
	height:100%;
	display: table-cell;
}

.div_contenu {
	width: 1003px;
	height:2003px;
	display: table-cell;
}

.div_svg {
	width: 1000px;
	height:1000px;
	display: table-cell;
}

.div_detail {
	width: 610px;
	height:2003px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
	display: table-cell;
}

.div_detail .alertNumbers {
	color: #990000;
}

.div_detail h1, .div_detail h2, .div_detail h4 {
	text-align: center;
}

.div_detail table {
	width: 100%;
	border-collapse: collapse;
}

.div_detail th {
	text-align: center;
	padding: 10px;
	background-color: lightgray;
}

.div_detail td {
	text-align: right;
	padding: 10px;
	border: 1px solid lightgray;
}
*/
/*

.tab {
	text-align: left;
	margin-left: 1em;
}

.alertNumbers {
	color: #990000;
}

.div_canvas {
	width: 1001px;
	height:1001px;
}

.div_svg {
	width: 1000px;
	height:1000px;
}

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

.change-video-box {
	height: 100px;
	width: auto;
	border:1px solid #D0D0D0;
}
*/
/****
	* transformation input type checkbox en style button
	***/
/*

.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: 10%;
	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
	***/
/*
#cacheGrilleId {
	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: 25%;
	transform: translateY(-50%);
}

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

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

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

#cacheGrilleId 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;
}
*/

.info{
	color: #aaa;
}

/* conteneur palette */

.colorPickr{
	display: none;
	position: absolute;
	z-index: 1000;
	padding: 4px;
	margin-left: -30%;
	background-color: #C0C0C0;
	-moz-box-shadow: 0 0 10px #555;
	-webkit-box-shadow: 0 0 10px #555;
	box-shadow: 0 0 10px #555;
	
}

/* palette de couleurs */

.colorTable1, .colorTable2 {
	color: #fff;
	border-collapse: collapse;
}

.colorTable1 th, .colorTable2 th {
	color: #8ba7bf;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

.colorTable1 td, .colorTable2 td {
	padding: 0;
	border: none;
}

.colorTable1 a, .colorTable2 a {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
}

#colorField1, #colorField2 {
	width: 100px;
	border-radius:5px;
}

.colorChoose{
	float: left;
	margin-left:0px;
	margin-right: 10px;
	border: 1px dotted #aaaaaa;
	border-radius:5px;
	height: 20px;
	width: 20px;
	transform: translateY(-40%);
}

#color1{
	background-color: #C0C0C0;
}

#color2{
	background-color: #000000;
}

.colorChoose:hover{
	border: 1px solid #000000;
}
