@import url('https://fonts.googleapis.com/css2?family=Saira+Extra+Condensed:wght@400;900&display=swap');

* 
{
  background-color: #2e2e2e;
}

html
{
  font-size: 1.25vw;
}

body
{
  font-family: 'Saira Extra Condensed', sans-serif;
  color: rgb(250, 250, 250);
  font-weight: 400;
  font-size: 1rem;
}

.Name
{
  margin-top: 5%;
  margin-left: 5%;
  font-size: 1.75rem;
}

h1
{
  font-style: Bold;
  font-weight: 900;
  font-size: 7rem;
  margin-left: 28%;
}

h2
{
  font-style: Bold;
  font-weight: 900;
  font-size: 3rem;
}

.BackgroundContent
{
  margin-top: -1.5%;
}

.WELCOME
{
  margin-top: -9%;
  margin-left: 13.5%;
}

.intro
{
  margin-top: -7%;
  margin-left: 44.5%;
  margin-right: 20%;
  text-justify: auto;
  text-align: justify;
}

.Parcours
{
  margin-top: -7%;
}

.Button
{

  flex-direction: column;
  justify-content: right;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  font-size: 3rem;
  height: 100%;
  width: 100%;
  border-radius: 1px;
  transition: all 500ms;
  overflow: auto;
  padding: 0;
  margin: 0;
}

.CVButton
{   
  margin-left:80%;
  margin-right:0%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  grid-auto-rows: 190px;
  transform: translate3d(10%,0,0);
  transition: 500ms;

}
.CVButton:hover
{
  
  transform: translate3d(5%,0,0);
}
