#rectangle-carbao
{
  background-color: #791D7E;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#carbao-logo-png
{
  width: 53%;
  height: 57%;
}
#rectangle-title
{
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#text-title
{
  color: #791D7E;
  font-family: Lato;
  -font-size: 26px;
  font-size:6vw;
  line-height: 6vw;
  font-weight: bold;
  letter-spacing: 1vw;
  text-align: center;
}
#text-quote
{
  color: #791D7E;
  font-family: Montserrat;
  font-size: 12vw;
  font-weight:bold;
  line-height: 1vw;
  width:80%;
}
#rectangle-reseau
{
  background-color: #791D7E;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#text-reseau
{
  color: white;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 6px;
  text-align: center;
  margin:4px;
}
#text-national
{
  color: white;
  font-family: Montserrat;
  font-size: 20px;
  line-height: 20px;
  -font-weight:none;
  letter-spacing: 8px;
  text-align: center;
  margin:4px;
}
#text-clubs
{
  width:100%;
  color: white;
  font-family: Lato;
  font-size: 14px;
  line-height: 10px;
  letter-spacing: 0px;
  text-align: center;
  margin:4px;
}
#rectangle-membre
{
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#text-membre
{
  color: #8190A5;
  font-family: Lato;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  text-align: center;
  margin: 20px;
}
#text-signin
{
  position:relative;
  background-color: #791D7E;
  border-radius:30px;
  width:50%;
  color: white;
  font-family: Lato;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  text-align: center;
  padding:12px;
}
#text-superieur
{
  display:inline-block;
  position:absolute;
  right:10px;
  top:10px;
  background-color: white;
  border-radius:50px;
  width:20px;
  height:20px;
  color: #791D7E;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}
