
body {
	color: #2e3d8f;
	text-align: left;
	font-family: arial;
	font-size: 20px;
}

header {
	  width: 100%;
	  background-color: #2e3d8f;
	  color: #ffffff;
	  font-size: 20px;
}

footer {
	  width: 100%;
	  background-color: #2e3d8f;
}

/* simple blocks alignment */
div.left {
  margin-right: auto;
}

div.right {
  margin-left: auto;
}

div.center {
	background-color: #ffffff;
	padding: 1%;
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

div.connexion {
	background-color: #ffffff;
	padding: 1%;
	width: 90%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}

div.blanc {
	background-color: #ffffff;
	padding: 1%;
	margin-top: 5%;
	margin-bottom: 5%;
}

div.fond {
	width: 100%;
	height: 100%;
	background-color: rgba(32, 171, 226, 0.1);
	padding: 0%;
	margin: 0%;
}

div.conteneurOGS {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-around;
}

div.elementOGS { 
	margin: 10px; /* aération externe des blocs */
	padding:10px; /* aération interne des blocs */
	width:100px;	/* largeur du bloc */
	height:100px;	/* haiteur du bloc */
	border:3px solid #2e3d8f;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	font-size: 14px;
	background-color: #ffffff;
}

div.element200 { 
	margin: 10px; /* aération externe des blocs */
	padding:10px; /* aération interne des blocs */
	width:200px;	/* largeur du bloc */
	height:200px;	/* haiteur du bloc */
	border:3px solid #2e3d8f;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	font-size: 14px;
	background-color: rgba(32, 171, 226, 1);
	border-radius: 10px;
	box-shadow: 8px 8px 12px #2e3d8f;
}

h1 {
	color: #2e3d8f;
	text-align: left;
	font-family: arial;
	font-size: 40px;
}

h2 {
	color: #2e3d8f;
	text-align: left;
	font-family: arial;
	font-size: 20px;
	text-decoration: underline;
	font-weight: bold;
}
h3 {
	color: #2e3d8f;
	text-align: left;
	font-family: arial;
	font-size: 0.9rem;
	text-decoration: underline;
}

p {
	font-size: 1rem;
	padding-left: 50px;
}

p.indent {
	font-size: 1rem;
	padding-left: 75px;
}

span.centre{
	padding: 5px;
	text-align: center;
}

span.left{
	padding: 5px;
	text-align: left;
}
span.middle {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

span.important{
	font-size: 20px;
	font-weight: bold;
}

.refus {
	color: red;
}


img {
	max-width: 90%;
	padding: 4px 2px;
}

img.left {
	float: left;
	max-width: 90%;
	padding: 4px 2px;
}
img.right {
	float: right;
	max-width: 90%;
	padding: 4px 2px;
}
img.middle {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border: 2px solid rgb(200,200,200);
  letter-spacing: 1px;
  font-size: 1rem;
  table-layout: auto;
  width: 90%;
}

td, th {
  border: 1px solid rgb(190,190,190);
  padding: 1%;
}

th {
  background-color: rgb(235,235,235);
}

td {
  text-align: center;
}

tr:nth-child(even) td {
  background-color: rgb(250,250,250);
}

tr:nth-child(odd) td {
  background-color: rgb(245,245,245);
}

caption {
  padding: 10px;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

input[type=submit]{
  background-color: #2e3d8f;
  border: none;
  color: white;
  padding: 8px 8px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  font-family: arial;
  font-size: 20px;
}
input[type=file]{
  background-color: #2e3d8f;
  border: none;
  color: white;
  padding: 8px 8px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  font-family: arial;
  font-size: 20px;
}
input[type=text]{
  color: #2e3d8f;
  padding: 8px 8px;
  text-decoration: none;
  margin: 4px 2px;
  font-family: arial;
  font-size: 20px;
}
input[type=password]{
  color: #2e3d8f;
  padding: 8px 8px;
  text-decoration: none;
  margin: 4px 2px;
  font-family: arial;
  font-size: 20px;
  width: 160px;
}
input[type=number]{
  color: #2e3d8f;
  padding: 8px 8px;
  text-decoration: none;
  margin: 4px 2px;
  font-family: arial;
  font-size: 20px;
}
select{
  color: #2e3d8f;
  padding: 8px 8px;
  text-decoration: none;
  margin: 4px 2px;
  font-family: arial;
  font-size: 20px;
}

label.w100
{
	display: block;
	width: 100px;
	float: left;
	padding: 8px 8px;
}

label.w200
{
	display: block;
	width: 200px;
	float: left;
	padding: 8px 8px;
}

/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #20abe2;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Barre de navigation */
#navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #f1f1f1;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

#navigation li {
  float: left;
}

#navigation li a, .dropbtn {
  display: inline-block;
  color: #2e3d8f;
  font-size: 14px;
  text-align: center;
  padding: 5px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
#navigation li a:hover, .dropdown:hover .dropbtn {
  background-color: rgb(32, 171, 226);
  color: white;
}

#navigation.active {
  background-color: #4CAF50;
}

/* Add a border to all list items, except the last item (last-child) */
#navigation li {
  border: 1px solid #2e3d8f;
}

#navigation li:last-child {
  float:right;
  /*border-right: none;*/
}

#navigation li.dropdown {
  display: inline-block;
}

#navigation .dropdown-content {
  display: none;
  /*position: absolute;*/
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

#navigation .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

#navigation .dropdown-content a:hover {background-color: #f1f1f1}

#navigation .dropdown:hover .dropdown-content {
  display: block;
}