.header1 {
    background: #fff;
    width: 100%;
    z-index: 9;
    padding: 10px 0;
}

.logo {
    padding: 0 16%!important;
}


.header1 .info_details .icon {
    width: 28px;
    height: 25px;
    display: inline-block;
    position: relative;
    top: 4px;
}

.header1 .info_details .icon i {
    font-size: 23px;
    line-height: 33px;
}

.header1 .info_details a {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    color: #747474;
}

.navbar {
    height: 50px !important;
}

.nav-link {
    font-size: 20px!important;
    font-weight: 300 !important;
    color: #fff;
}

.nav-link:hover {
    color: #fff;
}

h3 {
    font-weight: 300 !important;
}

p {
    text-align: justify;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .bg {
    background-image: url("/images/background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: transparent;
    filter: opacity(1);
    background-size: cover;
    z-index: -1;
  }
  
  body {
    color: #000000 !important;
  }

  .content {
    margin-top: 250px;
  }


.imgPaysage {
    width: 300px;
    height: auto;
}

@media (min-width: 768px) {
  .imgPaysage {
      width: 300px;
    }
}

@media (min-width: 992px) {
  .imgPaysage {
      width: 400px;
    }
}

@media (min-width: 1200px) {
  .imgPaysage {
      width: 500px;
    }
}