:root{
	--lightred: #d64848;
	--red: #a53e3e;
	--dark: #262626;
	--lightdark: #3e3e3e;
	--black: #000;
  --white: #fff;
	--whitegray: #eeeeee;
  --whitefordark: #cbcbcb;
  --darkgrey: #5e5e5e;
}

header{
	width: 100%;
	height: 60vh;
	background: linear-gradient(to right, rgba(0,0,0,.35), rgba(153, 61, 61,.3)), url("../../IMAGE/bg.png") center no-repeat;
	background-size: cover;
	position: relative;
  overflow: hidden;
	transition: .5s;
}

.present{
  text-align: center;
  margin-top: 20%;
}

.minText{
  text-transform: uppercase;
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
	text-align: center;
}

.bigText{
  color: var(--white);
  font-size: 62px;
  margin-bottom: 22px;
	text-align: center;
}

.bigText span{
  color: var(--lightred);
}

.connexion-button{
	margin-top: 100px !important;
	margin: auto;
}

.present-connexion-button{
	padding: 10px 25px;
	font-size: 15px;
	color: #fff;
	border: 1px solid #fff;
	background-color: rgba(74, 74, 74, 0.3);
	transition: .5s;
	border-radius: 40em;
}

.present-connexion-button:hover{
	outline: none;
	text-decoration: none;
	color: #fff;
	background-color: rgba(74, 74, 74, 0.6);
	font-size: 19px;
}

@media screen and (max-width: 700px){

	.present{
		margin-top: 30%;
	}

	.minText{
	  font-size: 15px;
	}

	.bigText{
	  font-size: 45px;
	}

}
