body {
	font-family: sans-serif;
	font-size: small;
	text-align: justify;
}

h1 {
	color: #333399;
}

h2 {
	color: #333399;
	margin: 0 0 8px 0;
}

h3 {
	color: #333399;
	margin: 8px auto;
}

h4 {
	color: #333399;
}

hr {
	height: 2px;
	width: 100%;
}

table {
	text-align: left;
	width: 100%;
	border-width: thin;
	border-color: blue;
	empty-cells: show;
	border-collapse: collapse;
}

td {
	border-width: thin;
	border-color: blue;
	empty-cells: show;
	border-collapse: collapse;
	font-family: sans-serif;
	font-size: small;
}

p {
	margin-top: 2px;
	margin-bottom: 2px;
}

ul {
	margin-top: 2px;
	margin-bottom: 2px;
}

.gpxRando #content {
	display: flex;
	flex-flow: column nowrap;
}

.gpxRando #contentPage {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: space-between;
	gap: 4px;
}

.gpxRando #titrePage,
.gpxRando #bas {
	display: flex;
	flex-flow: row wrap;
	/* align-items: center; */
	align-content: space-between;
	gap: 0 20px;
}

.gpxRando #titrePage .module {
	display: flex;
	align-items: center;
	align-content: space-between;
	gap: 0 10px;
	margin: 0;
}

.gpxRando #titrePage h1 {
	margin: auto 0;
}

.gpxRando #imgLogo {
	height: 60px;
	width: auto;
	padding: 5px;
}

.gpxRando #textTitre {
	margin: auto 0;
}

.gpxRando #textTitre #appName::after {
	content: " : ";
}

.gpxRando #appDescript {
	font-size: medium;
	font-style: italic;
}

.gpxRando #appVersion {
	font-size: small;
}

.gpxRando .module {
	width: calc(100% - 260px);
	min-width: 380px;
	margin-left: 20px;
}

.gpxRando .boutons {
	margin: auto;
}

.gpxRando .boutons input {
	font-size: medium;
	width: 190px;
	margin: 5px auto;
	display: block;
}

.gpxRando #bas .module {
	margin: 0;
}

.gpxRando #legal {
	font-size: 9pt;
	font-style: italic;
	vertical-align: top;
}

.gpxRando #patience {
	position: absolute;
	top: 40%;
	right: 28%;
	width: 42%;
	background-color: #fffdb8;
	border: 3px solid #002370;
	z-index: 100;
	padding: 10px;
	display: none;
	font-size: medium;
	text-align: justify;
}

#retourBas {
	display: none;
}