.tarif p {
  color: #b1b1b1;
  font-size: 15px;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 0;
}

.footer-top {
  background: #1b1b1b;
  padding: 50px 0 30px 0;
  margin-top: 30px;
}

.justify-content-center {
  margin: 0 auto;
  float: none;
}
.card-img video {
  width: 100%;
  height: 100%;
}
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #2776dc;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post.post-single ul li {
  list-style: none;
}
.post.post-single h3 {
  margin: 20px 0;
}
.post.post-single h3 span {
  color: #bebebe;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  display: block;
}
footer {
  background-image: url(../img/footer-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 20px;
  text-align: left;
}
.footer-logo {
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 1200px) {
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
}

.disclaimer a {
  color: #808286;
}

footer p {
  color: #808286;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}
footer h5 {
  text-transform: lowercase;
  margin: 0;
  margin-bottom: 30px;
  font-size: 16px;
  color: #ffff;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1200px) {
  footer ul {
    margin: 10px 0;
  }
}
.footer-logo img {
  margin-bottom: 50px;
  width: 150px;
}
footer a {
  font-size: 16px;
  line-height: 18px;
  position: relative;
  font-weight: 400;
  color: #ffffff;
  /* text-decoration: underline; */
}
footer a:hover {
  color: #05ccf5;
}
footer ul.social {
  padding: 0;
}
footer ul.social li {
  display: inline;
  margin-right: 15px;
}

@media only screen and (max-width: 991px) {
  footer ul {
    padding-left: 0;
  }
  .disclaimer {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 991px) {
  footer a {
    font-size: 14px;
    line-height: 16px;
  }
  footer h6 {
    font-size: 14px;
  }
  footer p {
    font-size: 14px;
  }
  .social img {
    max-width: 24px;
    max-height: 24px;
  }
}
