.text a:hover {
  background-color: #e51938;
  color: #ffffff;
}

body {
  background-color: #18b844;
  font: 100 2.875em/0.98 Quattrocento;
  color: rgb(0, 0, 0);
}



.corp{
	position:absolute;
	margin:auto;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height: 650px;
	width:1250px;
}

.entete{
	margin:auto;
	margin-bottom: 80px;
}

.logo{
	width: 100%;
    max-width: 615px;
	margin:auto;
	max-height:150px;
}

.titre{

  font-family: 'Raleway', sans-serif;
  font-size: 65pt;
  font-weight:300;
  text-align: center;
  color: #FFFFFF;
}

.text {
  /*font-size: 1em;*/
  font-family: 'Raleway', sans-serif;
  font-weight:700;
  font-size: 65pt;
  text-align: center;
  color: #FFFFFF;	
}

.ligne{
	margin-bottom: 15px;
}

.text a,
.text span {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-color: transparent;
  border-style: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
  font-family: 'Raleway', sans-serif;
  font-style: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  color: inherit;
  opacity: 1;
  word-break: normal;
  word-wrap: normal;
}

@media all and (min-width: 987px) and (max-width: 1366px)
{
	.corp {
    width: 850px;
    height: 500px;
	}
	.entete {
    margin-bottom: 60px;
	}
   .logo {
    max-width: 425px;
   }
   .titre {
    font-size: 45pt;
   }
   .text {
    font-size: 45pt;
   }
}

@media all and (min-width: 587px) and (max-width: 987px)
{
   	.corp {
    width: 570px;
    height: 350px;
	}
	.entete {
    margin-bottom: 50px;
	}
   .logo {
    max-width: 290px;
   }
   .titre {
    font-size: 30pt;
   }
   .text {
    font-size: 30pt;
   }
}

@media all and (max-width: 587px)
{
   	.corp {
    width: 380px;
	height: 250px;
	}
	.entete {
    margin-bottom: 40px;
	}
   .logo {
    max-width: 143px;
	max-height: 40px;
   }
   .titre {
    font-size: 15pt;
   }
   .text {
    font-size: 15pt;
   }
}

