@page{
	size: auto;
	margin-left: 5mm;
	margin-right: 5mm;
	margin-top: 5mm;
	margin-bottom: 5mm;
	content: counter(page);
	}
@media print { 
	.noprt {display:none}
	.pause{display:none}
	#mon_nav{display: none;}
	.avis{display: none;}
	.clos{display: none;}
	#charge{display: none;}
	.correction{
			display: block;
			opacity: 1;
			transform: scale(1);
	}
}
.tableau{border:solid 1px black;border-collapse: collapse; width: 95%!important}
.tableau td{border:solid 1px black;text-align: center;padding: 10px;}
.var{border:solid 1px black;border-collapse: collapse;text-align: center;}.droite{border-right: solid 1px black;border-bottom: solid 1px black;padding: 10px;text-align: center;}
.droite_seule{border-right: solid 1px black;padding: 10px;text-align: center;}
.bas{border-bottom: solid 1px black;padding: 10px;text-align: center;}
.vh{padding-top: 5px;text-align: center;}
.zero{border-bottom: solid 1px black;padding: 10px;text-align: center;	width: 30px;}
.verticale{border-bottom: solid 1px black;padding: 10px;text-align: center;background-image: url("ImagesJS/vertical.png");background-repeat: no-repeat;background-size: contain;background-position: center center;	width: 30px;}
.interdit{border-bottom: solid 1px black;padding: 10px;text-align: center;background-image: url("ImagesJS/interdit.png");background-repeat: no-repeat;background-size: 30px 65px;background-position: center center;width: 30px;}
.interdit_sf{padding: 10px;text-align: center;background-image: url("ImagesJS/interdit.png");background-repeat: no-repeat;background-size: 30px 65px;background-position: center center;width: 30px;}
.croissante{padding: 10px;text-align: center;background-image: url("ImagesJS/croissante_02.png");background-repeat: no-repeat;background-size: contain;background-position: center center;width: 30px;}
.decroissante{padding: 10px;text-align: center;background-image: url("ImagesJS/decroissante_02.png");background-repeat: no-repeat;background-size: contain;background-position: center center;width: 30px;}


.tableau{
	border:solid 1px black;
	border-collapse: collapse;
	width: 95%!important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.tableau td{border:solid 1px black;text-align: center;padding: 10px;}


.trou{visibility: hidden;display: inline-block;}



.star{
	float: right;
}



.jxgbox {
	border-radius: 0px;
	border: 0px;
}

.correction{
	overflow: hidden;
	opacity: 0;
	transition: 0.4s ease;
	transform: scale(0);
	display: none;
}


prop, def, theo, propo, lemme, propN{
	margin-left: 8px;
	
}



.prop{
	display: inline-block;
	text-align: center;
	font-weight: bold;
	background-color: #d3ddf5;
	height: 45px;
	line-height: 45px;
	min-width: 90px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.29);
	margin-left: -10px;
	margin-top: -13px;
	margin-bottom: 5px;
}

.numPara{
	display: inline-block;
	text-align: center;
	font-weight: bold;
	/*background-color: #d3ddf5;*/
	height: 40px;
	line-height: 40px;
	width: 40px;
	/*padding: 5px;*/
	margin-top: 0px;
	margin-right: 10px;
	color: black;
}

.numSubPara{
	display: inline-block;
	text-align: center;
	font-weight: bold;
	/*background-color: #d3ddf5;*/
	height: 40px;
	line-height: 40px;
	width: 40px;
	/*padding: 5px;*/
	margin-top: 0px;
	margin-right: 10px;
	color: black;
}


.btnCorr{
	border: 0px;
	display: inline-block;
	padding: 0.5em ;
	text-decoration: none;
	background: #f7f7f7;
	border-left: solid 6px #ff7c5c;
	color: #ff7c5c;
	font-weight: bold;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.29);
	font-size: 90%;
	cursor: pointer;
	width: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.btnCorr:active{
	box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
	transform: translateY(2px);
}

.clos{
	border: 0px;
	width: 40px;
	text-align: center;
	display: inline-block;
	padding: 5px 5px;
	text-decoration: none;
	background: #f7f7f7;
	border-right: solid 6px #ff7c5c;
	color: #ff7c5c;
	font-weight: bold;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.29);
	margin-top: 2px;
	font-size: 100%;
	cursor: pointer;
}

.clos:active{
	box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
	transform: translateY(2px);
}

.intCorr{
	line-height: 20px;
	padding: 5px;
	overflow-x: scroll;
	}
	
.depasse{
	overflow-x: auto;
	}
	
a{
	text-decoration: none;
	font-weight: bold;
	color: blue;
}

.centre{
	width: 100%;
	text-align: center;	
	}
	
.legende{
	width: 100%;
	font-style: italic;
	color: #a0a0a0;
	font-size: 80%;
	text-align: center;
	margin-top: 5px;
}

.italic{
	font-style: italic;
}

.clicGauche{
	display: block;
	z-index:100;
	position:fixed;
	bottom:0px;
	left:0px;
	width:40%;
	height:50px;
	cursor: pointer;
	}

.clicDroit{
	display: block;
	z-index:100;
	position:fixed;
	bottom:0px;
	right:0px;
	width:40%;
	height:50px;
	cursor: pointer;
	}

em{
	font-weight: bold;
	}

titre, titled{
	width: 100%;
	display: block;
}

paragraphe, subparagraphe, paragraph, subparagraph, exercice, exemple, example, rem, correction, legende, credits, depasse, cadre, framed{
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	/*vertical-align: baseline;*/
	line-height: 40px;
}

def, prop, propo, propN, theo, lemme {
	display: block;
	margin-top: 18px;
	margin-bottom: 10px;
	padding: 0px;
	/*vertical-align: top;*/
	line-height: 30px;
}

slide{
	display: none;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 10px;
	zoom: 250%;
}


tabvar{
	visibility: hidden;
	display: none;
	}






.input{
	width: 350px;
	height: 300px;
	resize: none;
	padding: 10px;
	box-shadow: 5px 5px 10px #a0a0a0;
	margin-bottom: 30px;
	text-align: left;
}


.outputHTML{
	width: calc(100% - 5px);
	height: 375px;
	border: none;
	background-color: white;
	margin: auto;
	margin-top: 2px;
	margin-bottom: 6px;
	text-align: left;
}


.sortieHtml{
	width: calc(100% - 20px);
	height: 380px;
	line-height: 380px;
	background-color: black;
	border-radius: 5px;
	box-shadow: 5px 5px 10px #a0a0a0;
	margin: auto;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
}

.btnPython{
	width: 350px;
	border: 0px;
	display: inline-block;
	padding: 10px 0px;
	text-decoration: none;
	background: #f7f7f7;
	color: #ff7c5c;
	font-weight: bold;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.29);
	font-size: 90%;
	cursor: pointer;
	text-align: center;
}

.btnPython:active{
	box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
	transform: translateY(2px);
}

.containPython{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.containHTML{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 10px;
	margin-bottom: 10px;
}


.inputHTML{
/*	width: 350px;*/ /*Hatem modifie pour rendre les pages responsives*/
	width:95%; 
	height: 300px;
	resize: none;
	padding: 10px;
	box-shadow: 0px 1px 2px #a0a0a0;
	margin-top: 10px;
	margin-bottom: 10px;
}


.inputPython{
	/*	width: 350px;*/ /*Hatem modifie pour rendre les pages responsives*/
	width: 95%;
	height: 300px;
	resize: none;
	padding: 10px;
	box-shadow: 0px 1px 2px #a0a0a0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.outputPython{
	/*	width: 350px;*/ /*Hatem modifie pour rendre les pages responsives*/
	width: 95%;
	max-height: 300px;
	min-height: 0px;
	/*border: solid 1px black;*/
	box-shadow: 0px 1px 2px #a0a0a0;
	background-color: rgb(250,250,250) !important;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding: 10px;
	overflow: auto;
	transition: height 0.5s ease, padding 0.5s ease;
}

.tortue{
/*	width: 400px;*/
	width: 95%;/*Hatem modifie pour rendre les pages responsives*/
	height: 400px;
	border: solid 1px black;
	box-shadow: 5px 5px 10px #a0a0a0;
	background-color: white;
	margin: auto;
	margin-bottom: 30px;
	text-align: left;
	display: none;
}



.brouillon{
	border: solid 2px black;
	border-radius: 5px;
	display: block;
	margin: auto;
	box-shadow: 5px 5px 10px #d0d0d0;
}



tag{
	display: none;
}




html, body {
    max-width: 100%;
    overflow-x: hidden;
      padding: env(safe-area-inset-top, 20px) env(safe-area-inset-right, 20px) env(
      safe-area-inset-bottom,
      20px
    ) env(safe-area-inset-left, 20px);
}




body {
     margin: 0px !important ;
     margin-left: 2px !important;
     margin-right: 2px !important;
     width:99% !important;
     position: relative;
	 padding-top: 5px !important;
}




















#mon_nav{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10000;
}

.row{
  display: flex;
  justify-content: center;
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: rgba(255,255,255,0.8);
  backdrop-filter: blur(2px);
}

.boutonNav{
  min-width: 70px;
  max-width: 150px;
  margin-left: 5px;
  margin-right: 5px;
}

.btn{
  width: 100%;
  height: 40px; 
  font-size: 16px; 
}

#navBtn01 .btn, #navBtn05 .btn {
  background-color: rgb(0, 200, 150);
  border: 0;
  border-radius: 5px;
  padding: 3px;
  color: white;
  cursor: pointer;
}

#navBtn02 .btn, #navBtn04 .btn {
  background-color: rgb(0, 150, 200);
  border: 0;
  border-radius: 5px;
  padding: 3px;
  color: white;
  cursor: pointer;
}

.xcasEntry{
	display: none;
}
