* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.index .site_title {
  height: 220px;
  position: relative;
  z-index: -1;
}

.index .site_title h1 {
  font-family: 'Orbitron', sans-serif;
  font-size: 150px;
  margin: 0px;
  text-align: center;
  font-weight: 900;
  position: absolute;
  left: 0%;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  background: url('../media/bg.jpg') no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
}

a:visited /* Quand le visiteur a déjà vu la page concernée */
{
   text-decoration: none;
   color: blue;
   font-style: normal;
}
a:focus /* Quand le visiteur sélectionne le lien */
{
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline;
   color: blue	;
}
a /* Lien normal */
{
   text-decoration: none;
   color: blue;
   font-style: normal;
}

.information
{
	color: white;
	font-family: "Arial", Arial, Verdana, serif;
	font-size: small;
	background-color: rgb(200,200,200);
	position: absolute;
	right: 20px;
	bottom: 10px;	
}

.info_adsl
{
	font-family: "Arial", Arial, Verdana, serif;
	font-size: small;
	position: absolute;
	/*background-color: rgb(200,200,200);*/
	right: 10px;
	bottom: 0px;
}

.services_access
{
	font-family: "Arial", Arial, Verdana, serif;
	font-size: small;
	position: absolute;
	/*background-color: rgb(200,200,200);*/
	left: 10px;
	bottom: 0px;
}

.bandeau
{
	text-align: center;
}

@media only screen and (max-width: 767px) {
    .index .site_title {
      height: 110px;
    }
    .index .site_title h1 {
      font-size: 55px;
    }
}