*{
  padding: 0;
  margin: 0;
}
.logo-landing{
  width: 100%;
  margin: auto;
}
.bg-section-wrapper{
  background-image: url("../image/IMG_3211 2.jpg");
  padding: 0% 25% 0 25%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.content-landing{
  padding: 60px 0;
}
.content-landing span{
  font-family: 'ISOCPEUR';
  font-weight: normal;
  font-style: normal;
  font-size: 29px;
  text-align: justify;
  display: inline-block;
  color: #000000;
}
.footer-landing{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-landing a{
  text-decoration: none;
  font-size: 25px;
  font-family: 'ISOCPEUR';
  font-weight: normal;
  font-style: normal;
  color: #000000;
}
@media(max-width:768px){
  .footer-landing a:last-child{
    margin-top: 10px;
  }
}
@media(max-width:480px){
  .bg-section-wrapper{
    padding: 30px 15px;
  }
  .content-landing{
    padding: 30px 0;
  }
  .footer-landing{
    display: block;
  }
  .footer-landing a{
    display: block;
    font-size: 24px;

  }
  .footer-landing a:last-child{
    margin-top: 10px;
  }
  .content-landing span{
    font-size: 24px;
  }
}
