.banner.style1.fullscreen .content{
  padding-top: 0; 
}

.lawContent{
  height: 100%;
}

.title{
  font-size: 2rem;
  color: #3399ff;
}

.header{
  text-align: center;
  width: 100%;
  margin-bottom: 5rem;
}

.randomLawText{
  font-size: 2.3rem;
  font-weight: 600;
  text-align: center;
}

.bouttonsContainer {
  text-align: center;
  margin-top:4rem;
}

.bouttonGenerer{
  font-size: 0.9rem;
  background-color: #33b8ff;
  color: white;
  max-width: 100%;
  font-weight: 600;
  width: 100%;
}

.bouttonFb > img,
.bouttonTwitter > img{
  width: 50px;
  margin-top: 15px;
  margin-right: 15px;
}

.footer {
  width: 100%;
  text-align: center;
}

.footerText{
  font-size: 0.8rem;
  margin-top: 1rem;
  color: #666666;
}

.hidden{
  display: none;
}

.logopolice{
  background-image: url("../images/background-3.png");
  background-repeat: no-repeat;
  background-position: center;
  object-fit: contain;
  background-size: contain;
}

@media screen and (orientation: portrait) {
  .title{
    font-size: 1.5rem;
  }

  .randomLawText{
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
  }
}


@media screen and (max-width: 900px) {
  .bouttonFb > img,
  .bouttonTwitter > img{
    width: 40px;
  }
}

@media screen and (max-width: 600px) {
  .header{
    margin-bottom: 3.5rem;
  }

  .title{
    font-size: 1.2rem;
  }
  
  .bouttonsContainer {
    margin-top:3rem;
  }
  
  .randomLawText{
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
  }
  
  .bouttonFb > img,
  .bouttonTwitter > img{
    width: 35px;
  }
  
  .footerText{
    font-size: 0.9rem;
    line-height: 0.9rem;
    margin-top: 0px;
  }
}
