:root {
  --fgcolor: #2d6691;
  --bgcolor: #7b8e9c;
}

body {
	background-color: var(--fgcolor);
	font-family: "Dosis", sans-serif;
}

.content{
	background-color: white;
	width: 800px;
	margin: auto;
	padding: 0 75px 0 75px;
}

.top{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

.top2{
	background-color: rgba(255,255,255,.95);
	width: 950px;
	margin: auto;
	box-shadow: 0 0 30px rgba(0,0,0,.3);
}

.top + .content {
	padding-top: 250px;	
}

header {

}

article {
	scroll-margin-top: 275px;
}

a:link {
	color: black;
	text-decoration: underline;
}

a:visited {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: red;
	text-decoration: underline overline;
}

a:active {
	color: red;
	text-decoration: underline overline;
} 

section {
/*	border: dotted blue 1px;*/
/*	background-color: white;
	width: 800px;
	margin: auto;
	padding: 20px;*/
}

.pushleft{
	padding-right: 150px;
}

.pushright{
	padding-left: 150px;
}

.poplogo{
	 height: 150px;
}

h1 {
	text-align: center;
	font-size: 40px;
}

h2 {
	text-decoration: underline;
}

.puce {
	width: 30px;
	margin-right: 10px;
}

.step {
	padding-left: 20px;
	background-color: var(--darkpurple);
	color: white;
}

.steptitle {
	font-weight: bold;
	font-size: LARGE;
}

.date {
	float: right;
	padding-right: 20px;
	font-style: italic;
}

p {
	text-align: justify;
	text-justify: inter-word;
  margin-bottom: -10px;
}

.invisible{
	clear: both;
	height: 0;
}

.subsection{
	clear: both;
	/*border: dotted red 1px;*/
}

.left {
	float: left;
	margin: 15px 15px 15px 0;
}

.right {
	float: right;
	margin: 15px 0 15px 15px;
}

footer {
	text-align: center;
	margin : auto;
	padding-top: 50px;
}

hr {
	margin: 20px 0 20px 0;
	border: 0;
	height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

th {
  text-align: left;
  padding: 0 5px 0 5px;
}

td {
  text-align: left;
  padding: 0 5px 0 5px;
}

li {
  list-style-type: '➡️';
  /*list-style-type: '➢';*/
  padding-inline-start: 2ch;
}
