:root{
	--lightred: #d64848;
	--red: #a53e3e;
	--dark: #262626;
	--lightdark: #3e3e3e;
	--black: #000;
  --white: #fff;
	--whitegray: #eeeeee;
  --whitefordark: #cbcbcb;
  --darkgrey: #5e5e5e;
}

.Title{
  margin-top: 100px;
  text-align: center;
}

.titleImage{
  width: 10%;
}

.Titre{
  margin-top: 30px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 42px;
  color: var(--lightdark);
  transition: .5s;
}

.Title hr{
  width: 40%;
	margin: auto;
  margin-top: 30px;
  border: .5px solid var(--lightdark);
  border-radius: 9px;
	transition: .5s;
}

.titletwo{
  margin-top:70px;
	line-height: 40px;
}

.titleDesc{
  font-size: 21px;
	margin-top: 10%;
  color: var(--lightdark);
	text-align: justify;
	transition: .5s;
}

.titleScreen{
  width: 80%;
}

@media (max-width: 991px) {

	.titleImage{
		width: 15%;
	}

}
