@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Stardos+Stencil&display=swap');


body {
	display: block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}
h1 {
	display: block;
	text-align:center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
input {
	display: inline-block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* ============================================================= */
.link{
	cursor: pointer;
}
.clear{
	clear: both;
}
/* ============================================================= */
.inner-layout-container {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 100%;  /* Nécessaire pour voir qqchose */
}
#robotRun.inner-layout-container {
	display: none;  /* Caché au départ */
}
/* ============================================================= */
#divFbk{
	font-weight: bold;
}
#divMain{
	display: block;
	position: relative;
	padding: 3px;
	width: 800px;
	margin: auto;
	background-color: #444;
}
#divHeader{
	display: block;
	float: left;
	position: relative;
	width: 793px;
	height: 30px;
	margin: 3px;
	background-color: #999999;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding:1px 0;
}
#divProgEdit{
	display: block;
	float: left;
	position: relative;
	width: 557px;
	height: 620px;
	margin: 3px;
	background-color: #777777;
	padding:1px 0;
}
#divProgRun{
	display: block;
	float: left;
	position: relative;
	width: 557px;
	height: 620px;
	margin: 3px;
	background-color: #777777;
	padding:1px 0;
}
#divTools{
	display: block;
	float: left;
	position: relative;
	width: 230px;
	height: 620px;
	margin: 3px;
	background-color: #909090;
	padding:1px 0;
}
#divAnimation{
	display: block;
	float: left;
	position: relative;
	width: 794px;
	height: 121px;
	margin: 3px;
	background-color: #fff;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.t1 
{
	font-family: 'Stardos Stencil', cursive;
	font-size: 20px; 
	color: #ffffff;
}
.t2 
{
	font-family: 'Stardos Stencil', cursive;
	font-size: 20px; 
	color: #ff0;
}
.grise {
	border-style: solid;
	border-width: 1px;
	border-color: #800000;
	padding: 3px;
}
.divRowNumber{
	cursor: row-resize;
	float: left;
	width: 15px;
	height: 18px;
	padding-top:1px;
	text-align:center;
	background-color: #ccc;
	color: #000;
	border-bottom: 1px solid #ffffff;
}
.divRowNumberRun{
	float: left;
	width: 15px;
	height: 18px;
	padding-top:1px;
	text-align:center;
	background-color: #ccc;
	color: #000;
	border-bottom: 1px solid #ffffff;
}
.divRow{
	position: relative;
	float: left;
	width: 542px;
	height: 19px;
	color: #ffffff;
	background-color: #777777;
	border-bottom: 1px dotted #ffffff;
}
.divPopup{
	position: absolute;
	background-color: #f1f1f1;
	border: solid 3px #666666;
	padding: 5px;
}
/* ============================================================= */
.pHeader{
	margin: 1px 3px 1px 1px;
	text-align:center;
	background-color: #ffc942;
	border: 1px solid #000;
}
.pHeader2{
	margin: 1px 3px 1px 1px;
	text-align:center;
	color: white;
	background-color: #6a5acd;
	border: 1px solid #000;
}
/* ============================================================= */
.btnAction{
	width: 110px;
	height: 35px;
	margin: 1px;
	border: 1px solid #222;
	cursor: pointer;
	font-weight: bold;
	background-color: #ccc;
}
.btnRun{
	width: 32px;
	height: 20px;
	margin: 1px;
	border: 1px solid #222;
	cursor: pointer;
	font-weight: bold;
	color: white;
	background-color: #00c;
}
.btnPas{
	width: 225px;
	height: 30px;
	margin: 1px;
	border: 1px solid #222;
	cursor: pointer;
	font-weight: bold;
	color: white;
	background-color: #800080;
}
.btnAtt{
	width: 225px;
	height: 30px;
	margin: 1px;
	border: 1px solid #222;
	cursor: not-allowed;
	font-weight: bold;
	color: black;
	background-color: lightgray;
}
.btnBravo{
	width: 225px;
	height: 30px;
	margin: 1px;
	border: 1px solid #222;
	cursor: not-allowed;
	font-weight: bold;
	color: white;
	background-color: green;
}
.btnFatal{
	width: 225px;
	height: 30px;
	margin: 1px;
	border: 1px solid #222;
	cursor: not-allowed;
	font-weight: bold;
	color: white;
	background-color: red;
}
.btnMieux{
	width: 225px;
	height: 30px;
	margin: 1px;
	border: 1px solid #222;
	cursor: not-allowed;
	font-weight: bold;
	color: brown;
	background-color: orange;
}
#btnTester{
	background-color: #44b514;
}
#btnMenuEdit{
	background-color: #f22222;
	color: white;
}
#btnMenuRun{
	background-color: #f22222;
	color: white;
}
#btnQuitter{
	background-color: #f22222;
	color: white;
}
#btnQuitterEdit{
	background-color: #f22222;
	color: white;
}
#btnQuitterRun{
	background-color: #f22222;
	color: white;
}
#btnCorriger{
	background-color: #ff8c00;
	color: white;
}
/* ============================================================= */
.divBox{
	position: relative;
	float: left;
	/* == No text selection in DIV == */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.divDrag{
	cursor: move;
}
.divRowCell{
	cursor: move;
}
/* ============================================================= */
.divCopiable{
	/* Classe vide permettant de tirer des éléments du sabot */
	cursor: move;
}
.divDeplacable{
	/* Classe vide permettant de déplacer des éléments du tableau magnétique */
	cursor: move;
}
.divRun{
	/* Ne sert qu'à identifier les éléments du tableau magnétique en mode Run */
}
.divOP{
	width: 40px;
	height: 16px;
	background-color: #d00;
	color: #000;
	border: 1px solid #000;
	margin: 1px;
	text-align: center;
}
.divSC{
	height: 16px;
	margin: 1px;
	text-align: center;
}
.divSCC{
	background-color: #99c;
	color: #000;
	border: 1px solid #000;
	width: 45px;
}
.divSCR{
	background-color: #9c9;
	color: #000;
	border: 1px solid #000;
}
.divSCR1{
	width: 60px;
}
.divSCR2{
	width: 110px;
}
.divSCT{
	background-color: #c9c;
	color: #000;
	border: 1px solid #000;
}
.divSCT1{
	width: 70px;
}
.divSCT2{
	width: 45px;
}
.divSCT3{
	width: 100px;
}
.divFIN{
	width: 200px;
	height: 16px;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	border: 1px solid #000;
	margin: 1px;
	text-align: center;
}
.divDepart{
	position: relative;
	width: 222px;
	height: 75px;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	margin: 1px;
	padding: 0 2px;
	text-align: left;
    font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
.divArrivee{
	position: relative;
	width: 222px;
	height: 150px;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	margin: 1px;
	padding: 0 2px;
	text-align: left;
    font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
.divIndent{
	float:left;
	width: 25px;
	height: 18px;
}
/* ============================================================= */
