#rectangle-violet-big
{
  position:absolute;
  background-color: rgba(140, 33, 146, 0.8);
  width: 70%;
  height: 25%;
  top: 25%;
  right: 30%;
  left:-1200px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  transform: scale(1.0) rotate(-0deg);
}
#rectangle-violet-big-part-1
{
  width:55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#rectangle-violet-big-part-2
{
  width:45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#text-reseau-big
{
  color: rgba(255, 255, 255, 0.8);
  font-family: Montserrat;
  font-size: 5vw;
  line-height: 5vw;
  font-weight:bold;
  letter-spacing: 10px;
}
#text-national-big
{
  color: rgba(255, 255, 255, 0.8);
  font-family: Lato;
  font-size: 4vw;
  line-height: 3vw;
  letter-spacing: 10px;
}
#text-clubs-big
{
  color: rgba(255, 255, 255, 0.8);
  font-family: Lato;
  font-size: 1.1vw;
  -line-height: 1vw;
  letter-spacing: 1px;
}
#carbao-logo-png-big
{
  width: 75%;
}
#rectangle-blanc-big
{
  position:absolute;
  background-color: rgba(255, 255, 255, 0.69);
  width: 40%;
  height: 25%;
  top: 50%;
  -left: 60%;
  left:100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#text-title-big
{
  color: #791D7E;
  font-family: Lato;
  font-size:2vw;
  line-height: 2vw;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
}
#text-quote-big
{
  color: #791D7E;
  font-family: Montserrat;
  font-size: 5vw;
  font-weight:bold;
  line-height: 1vw;
  width:80%;
}
