
video::-internal-media-controls-download-button {    display:none;}
video::-webkit-media-controls-enclosure{    overflow:hidden;}
video::-webkit-media-controls-panel {    width: calc(100% + 30px); /* Adjust as needed */}

audio::-internal-media-controls-download-button {    display:none;}
audio::-webkit-media-controls-enclosure{    overflow:hidden;}
audio::-webkit-media-controls-panel {    width: calc(100% + 30px); /* Adjust as needed */}

html, body {
	font-family: Calibri,Calibri-Light,sans-serif ;
	background-color: #f1f1f1;
	color: #000;
	padding: 0px;
	margin: 0px auto;
	font-size: 14pt;
	text-align: left;
}

h1, p, td, input[type="text"], input[type="number"],select, option, ul, ol, li, textarea {	font-size: 14pt;max-width:100%}
input[type="button"], input[type="submit"] {font-size: 15px;}
input[type="text"] {margin:2px;}

select{max-width:200px}

textarea {
	width: 100%;
	padding: 2px;
	margin: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

div#wrapper {
	max-width:1024px;
	min-height: 430px;
	margin : 0px auto 10px;
	background-color: transparent;
}

div#top {height: 65px;}

div#top img.logoright {
	padding-left: 0px;
	padding-top: 20px;
	float: right;
}

div#top img.logoleft {
	padding-top: 10px;
	float: left;
}

div#content {
	text-align: left;
	background-color: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 10px 20px 0px 20px;
	box-shadow: 0px 0px 10px 1px #d9d9d9;
	border: none;
	border-radius: 10px;
}

div#bottom {
	height: 24px;
	text-align: right;
	background-color: #000000;
}

p.last,
h1.last,
div.last {
	margin-bottom: 0px;
	padding-bottom: 20px;
}

table.main {
	width:90%;
	margin:10px auto;
}

.qtext,.divrheading {
	color: #000000;
	vertical-align: top;
	font-size: 14pt;
	line-height: 1.3em;
	font-weight: bold;
	padding-top: 25px;
}

.mtext{
	vertical-align: top;
	text-align: right;
	padding-right: 1em;
}

a {	text-decoration: none;}
a:hover {text-decoration: underline;}

img {border: none;}
label img{display:block;margin:10px auto;pointer-events:none}

.cell,
.colheading,
.cell_error {
	padding-left: 0px;
	padding-right: 0px;
}

.cgrid .cell,
.cgrid .colheading,
.cgrid .cell_error {
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
}

.canvas{	margin:18px auto;}

.colheading {
	font-weight: bold;
	font-size: 12pt;
	padding-bottom: 3px;
	vertical-align: bottom;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
}

.rowheading {
	padding: 3px;
	font-size:12pt;
}

.cell_error {
	border: 1px solid #D91918;
	background: #E5B0B0;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center
}

table :not(.lib){
	border-collapse: collapse;
}

div.perror {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #E5B0B0;
	color: #D91918;
	font-size: 14pt;
	font-style: italic;
	line-height: 1.3em;
	padding: 10px;
	margin-bottom: 20px;
	font-weight: bold;
}
td.qerror {
	color: #D91918;
	font-size: 12pt;
	font-style: italic;
	padding-top: 5px;
	font-weight: bold;
}
input.error {
	border: 1px solid #D91918;
	background: #E5B0B0;
}
.input_error {
	border: 1px solid #D91918;
	background: #E5B0B0;
}
table#canvas_c img {
	border: 2px solid #e9e8ee;
	vertical-align: top;
}

td.qbody {
	padding-top: 10px;
	padding-bottom: 20px;
}

td.video {
	padding: 20px 0px;
}

div#navtab {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
div#navtab a.btnb1,
div#navtab a.btnb2 {
	margin: auto;
}


input[type=submit] {
	background-color: #1799AD;
	color: #fff;
	border: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-weight: bold;
	padding: 10px;
	cursor: pointer;
	margin: 10px;
}

.hv.checked :not(span):not( input):not( textarea){
	background-color: #1799AD ;
	font-weight: normal;
	color:#000000 ;
}

.cgrid .checked {
	background-color: inherit;
}

.red    { background-color: #db4234; }
.rouge    { color: #db4234; }
.orange { background-color: #e19118; }
.yellow { background-color: #ffe516; }
.green  { background-color: #87c256; }
.vert  { color: #87c256; }

td.hv label {
	padding-left: 4px;
	margin: 1px 5px;
	min-width:30px
}

label td{vertical-align:middle;}

.ow {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	font-style: italic;
	text-align: right;
}
.ow a {
	text-decoration: none;
	color: #eb8383;
}
.ow a:hover {
	text-decoration: underline;
	color: #D60808;
}

.navpercent {
	color:#808080;
	font-size:12pt;
}

.cgrid input[type="radio"],
.cgrid input[type="checkbox"] {
	margin: 0px !important;  /* overwrite UA styles (Chrome) */
}
.cgrid td.hvcell {
	background-color:#b2dbe8;
	color:black;
	font-weight:normal;
}
.cgrid tr.hvrow  {
	background-color:#1799AD;
	color:black;
	font-weight:normal;
}
tr.odd,tr.bg1 {
	background-color:#DDDDDD;
}
td.colheading {
	background-color:#DDDDDD;
	font-weight:bold;
	border:1px solid #808080;
	text-align: center;
	padding:4px;
	min-width: 45px;
	vertical-align:middle;
}
tr.even,tr.odd,tr.bg1{
	text-align:left;
	padding:4px;
	border:1px solid #808080;
	min-width:15px;
	max-width:450px
}
td.cell{
	text-align:left;
	padding:4px;
	border:1px solid #808080;
	min-width:15px;
	max-width:450px
}

td.rowheading{
	text-align:left;
	padding:4px;
	border:1px solid #808080;
	min-width:150px;
	max-width:450px
}


.sdl,.sdl2,.sdl3,.sdl4,.sdl5,.sdl6,.sdl7{margin-top:20px}
.li1,.li2,.li3,.li4,.li5,.li6,.li7,.li8,.li9{display:list-item;position:relative;left:5%;width:90%;margin-top:10px}
.parenthese{font-style:italic;font-size:.9em}

.cons1, 
.cons1 ul,
.cons1 li {
	font-size: 12pt;
	color: gray;
	font-weight: normal;
}

.lib {
	vertical-align: middle;
	font-weight: bold;
	padding:10px;
	border: 2px solid #A9A9A9;
	border-radius:20px 7px;
	text-align:center;
}

ol {text-align:left}

.btnn {
	width: 200px;
}

.pageblk {
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}

#addTown label {
	margin-bottom:5px;
}

[id^='addTown'] 
{
	display : inline-block ;
}

.gridError{
	background-image : linear-gradient(to right, rgb(255, 105, 105), rgb(255, 219, 219)) 
}

.ow_options{
	display:none
}

.ttcanvas{position:absolute;margin: 0px}


.divrheading{
	color:blue;
	font-size:1.35em;
	margin:15px auto;
	padding:10px;
	
}

.touchgrid .label {
	background-color: #ebebeb;
	color: #333333;
	font-weight: normal;
	cursor: pointer;
	text-align:center;
	padding:5px;
	border-radius:4px;
	min-width:30px;
	transition:background-color .35s ease-in-out;
}

.touchgrid .label:hover,.touchgrid .label:hover,
.touchgrid .label:active,.touchgrid .label:active {
  background-color: #9f9f9f;
  color: #ffffff;
}

.touchgrid .checked .label {
  background-color: #1799AD !important;
  color: #000000 !important;
}

.filtered_case{text-align:center}
.filtered_case .label{display:none}

/*.rh_odd { background : #bfe6ec }
.rh_even { background : #effaff }

.divrheading div{max-width:45%}*/

.divrheading .left{float:left;text-align:left}
.divrheading .right{float:right;text-align:right}

/* .right + .left{position:relative;top:-22px;text-align:left;font-size:.9em} */
.right, .divrheading + .right{text-align:right;font-size:.9em}

.grid_nav
{
	margin : 0px 2px ;
	padding : 2px 5px ;
	cursor : pointer ;
	background : white ;
	transition : background .35s ease-in-out;
}

.grid_nav:hover
{
	text-decoration : underline ;
	background : ivory ;
}

.grid_nav_no_visite { opacity : 0 }

.grid_nav_has_reponse
{
	opacity : 1 ;
	background : rgba( 123 , 255 , 123 , .8 ) ;
}

.grid_nav_actif
{
	opacity : 1 ;
	background : rgba( 123 , 255 , 231 , .8 ) ;
}

.do_grid_next
{
	display : inline-block ;
	cursor : pointer ;
	/*margin : auto ;
	margin-top : 50px ;
	border : solid 1px black ;
	padding : 5px 7px ;
	border-radius : 50% ;*/
	margin:10px;
	border:0px;
	border-radius:5px;
	background-color:#808080;
	color:#fff;
	font-weight:bold;
	padding:10px;
	width:200px;
}

#grid_navigation
{
	display : none ;
}



/* Ajout à la mano */

.pageblk2 {
	text-align: center;
	font-weight: normal;
	padding-bottom: 10px;
}

/* Ajout par macro v3.0 */
