html,body {
  background-color: #60713D;
  margin: 0;
  padding: 0;
  cursor: crosshair;
}


.header {
	margin: 0px;
	overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
	height: 30px;
  border-width: 2px 0px 2px 0px;
  border-color: #292929;
	border-style:solid;
  z-index: 2;
  display: block;
  background-color: #60713D;
}


.texte-defilant{
margin-top: 5px;
margin-bottom: 7px;
display: block;
padding-right: 100%;
padding-left: 100%;
white-space: nowrap;
animation: scroll 30s infinite linear;
animation-name: defilement-rtl;
animation-delay: 0s;
animation-iteration-count: infinite;
animation-timing-function: linear;
height: 18px;
}

h1 {
  font-family: "new-spirit-condensed", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  margin: 0px;
  color: #292929;
}


h4 {
  font-family: "terlingua";
  font-weight: 300;
  font-size: 50px;
  margin: 0px;
  color: #292929;
  text-transform: uppercase;
}



h10{
  font-family: "input-mono-narrow", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #292929;
}



.maintenance{
  display: block;
  background-color: #60713D;
  padding-top: 50px;
  width: 70%;
margin-left: auto;
margin-right: auto;
}

.titre{
  display: block;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}


.logo{
  display: block;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.image{
  display: block;
  margin-top: 20px;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

img {
  width: 100%;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

.message{
  display: block;
  padding-top: 20px;
  text-align: center;
  padding-bottom: 50px;
}


a:link {
  text-decoration: none;
  color: #292929;
}

a:hover {
  text-decoration: line-through;
  color: #292929;
}

a::after {
  text-decoration: none;
  color: #292929;
}

@keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);
  }
  100% {
    transform: translate3d(-100%,0,0);
  }
}
