@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
}
body {
	margin: auto;
	width: 1000px;
	text-align: center;
	background-color: #000;
	height: 100%;
}
#logo {
	text-align: center;
}
h1  {
	text-align: center;
	display: block;
	height: 35px;
	width: auto;
	background-color: #7ed1ee;
	background-position: 0%;
	margin: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
#page {
	background-color: #CCC;
	padding-bottom: 20px;
	margin: 0px;
	padding-top: 30px;
}
a {
	text-decoration: none;
}
table {
	margin-bottom: 30px;
}

table tr td {
	height: 30px;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}
#bouton_accueil {
	float: left;
	width: 210px;
	margin-left: 32px;
	height: 50px;
	padding-top: 15px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-top: 40px;
}
#bouton_accueil:hover {
	background-color: #3C0;
}
#bouton_retour_accueil {
	width: 210px;
	margin-left: 375px;
	height: 50px;
	padding-top: 15px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	margin-top: 400px;
	background-color: #0C0;
	color: #FFF;
	clear: both;
}
#bouton_retour_accueil:hover {
	background-color: #63F;
}
#liste {
	text-align: center;
	border-radius: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 20px;
	background-color: #FFF;
	padding-top: 20px;
}

#list {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	border-radius: 10px;
	margin-left: 25px;
	width: 190px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #9C0;
}

.button-71 {
  background-color: #0078d0;
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
  font-size: 18px;
  font-weight: 600;
  outline: 0;
  padding: 16px 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-71:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}

.button-71:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .button-71 {
    padding: 16px 48px;
  }
}

/* CSS */
.button-71 {
  background-color: #0078d0;
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
  font-size: 18px;
  font-weight: 600;
  outline: 0;
  padding: 16px 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-71:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}

.button-71:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .button-71 {
    padding: 16px 48px;
  }
}
