@import url(../css/owl.carousel.min.css);
@import url(../css/owl.theme.default.min.css);

.temoignage-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 3;
}

.temoignage-popup--fadeIn {
  display: block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.temoignage-popup__bg {
  background-color: rgba(80, 80, 80, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.temoignage-popup__wrapper {
  z-index: 1;
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media only screen and (max-width: 640px) {
  .temoignage-popup__wrapper {
    top: 0;
    transform: translate(0);
    max-height: 100%;
    overflow: auto;
  }
}

.temoignage-popup__wrapper .temoignage {
  opacity: 1;
  max-width: 100%;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.partials-testimonials {
  background: url("../images/testimonial-bg.png") no-repeat center fixed;
  padding: 70px 0 130px 0;
}

.partials-testimonials__container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.partials-testimonials .owl-item.active.center .temoignage {
  opacity: 1;
  transform: scale(1);
  max-width: 560px;
  margin: 5px auto;
}

@media only screen and (max-width: 640px) {
  .partials-testimonials .owl-item.active.center .temoignage {
    max-width: 100%;
    margin: 0;
  }
}

.partials-testimonials .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -24px;
}

.partials-testimonials .owl-nav .owl-prev {
  width: 48px;
  height: 48px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  background: #ffffff url("../images/prev.png") no-repeat center !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  outline: none;
  margin: 0 8px;
}

.partials-testimonials .owl-nav .owl-prev span {
  display: none;
}

.partials-testimonials .owl-nav .owl-next {
  margin: 0 8px;
  outline: none;
  width: 48px;
  height: 48px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  background: #ffffff url("../images/next.png") no-repeat center !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.partials-testimonials .owl-nav .owl-next span {
  display: none;
}

.partials-testimonials .owl-dots {
  text-align: center;
}

.partials-testimonials .owl-dots .owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #ffaa00;
  opacity: 0.5;
  margin: 0 4px;
  border: none;
  outline: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.partials-testimonials .owl-dots .owl-dot.active {
  opacity: 1;
}

.hero-carousel .owl-carousel.owl-theme .item .bg-image {
  z-index: -1;
}

.hero-carousel .owl-carousel.owl-theme .item {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: auto;
  position: relative;
  padding-right: 8%;
  padding-left: 8%;
  padding-top: 8%;
  padding-bottom: 8%;
}

.hero-carousel .owl-carousel.owl-theme .item .item-elem {
  top: 0;
  width: 84%;
  z-index: 2;
  position: relative;
  height: 280px;
  display: flex;
  flex-direction: column;
}

.hero-carousel .image {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  object-fit: cover;
}

.hero-carousel .overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.2;
  position: absolute;
  background-color: black;
  z-index: 1;
}

.hero-carousel .description-container {
  color: #fff;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.hero-carousel .owl-carousel.owl-theme .item h4 {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 50%;
}

.hero-carousel .owl-carousel.owl-theme .item h1 {
  color: white;
  font-size: 32px;
  font-weight: bold;
  width: 50%;
}

.hero-carousel .owl-carousel.owl-theme .item .item-links {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

@media (min-width: 768px) {
  .hero-carousel .owl-carousel.owl-theme .item .item-links {
    flex-direction: row;
    column-gap: 20px;
  }
}

.hero-carousel .owl-carousel.owl-theme .item .item-links .link {
  display: inline-block;
  min-width: 100px;
  min-height: 40px;
  text-align: center;
  padding: 3px 20px;
  line-height: 50px;
}

.hero-carousel .owl-carousel.owl-theme .item .item-links .first {
  /* margin-right: 5%; */
}

.hero-carousel .owl-carousel.owl-theme .item .item-links .last {
  /* margin-left: 5%; */
}

.hero-carousel .owl-carousel.owl-theme .item .item-links .middle {
  margin-left: 5%;
  margin-right: 5%;
}

.color-orange {
  color: white;
  background-color: #ffaa00;
  border-radius: 8px;
  border: 1px solid #ffaa00;
}

.hero-carousel .short-description {
  background-color: rgb(255, 255, 255, 0.4);
  min-height: 50px;
  display: flex;
  flex-direction: row;
  width: 30%;
  justify-content: space-between;
  color: #fff;
  height: 50px;
  position: relative;
  z-index: 2;
  padding: 0 10px;
  margin-top: 10px;
  border-radius: 0 10px 10px 0;
}

.hidden-description {
  background-color: transparent !important;
}

.hero-carousel .logo {
  width: 50% !important;
}

.hero-carousel .owl-carousel.owl-theme .owl-dots {
  position: absolute;
  bottom: 2px;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .hero-carousel .owl-carousel.owl-theme .item h4 {
    width: auto;
  }

  .hero-carousel .owl-carousel.owl-theme .item h1 {
    width: auto;
    font-size: 20px;
  }

  .hero-carousel .owl-carousel.owl-theme .item .item-links .link {
    min-width: auto;
    width: auto;

    width: 100%;
  }

  .hero-carousel .short-description {
    width: 100%;
  }
}

.temoignage {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  opacity: 0.8;
  transform: scale(0.9);
  transition: 0.5s transform;
  margin: 15px auto;
}

.temoignage__block:after {
  clear: both;
  display: block;
  content: "";
}

.temoignage__info {
  margin-left: 16px;
  display: inline-block;
  vertical-align: top;
}

.temoignage__photo {
  vertical-align: top;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #ffaa00;
  width: 80px;
  height: 80px;
  background: no-repeat center;
  background-size: cover;
}

.temoignage__name {
  color: #ffaa00;
  font-size: 16px;
  display: block;
  margin-top: 23px;
}

.temoignage__city {
  color: #a0a0a0;
  font-size: 12px;
  display: block;
}

.temoignage__text {
  margin-top: 24px;
  display: block;
  color: #505050;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 640px) {
  .temoignage__text {
    font-size: 12px;
  }
}

.partials-troubles-vision {
  padding: 65px 0;
  background-color: #f0f0f0;
  padding-bottom: 90px;
}

@media only screen and (max-width: 640px) {
  .partials-troubles-vision {
    margin-bottom: 50px;
  }
}

.partials-troubles-vision__main-title {
  color: #505050;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 18px 0;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .partials-troubles-vision__main-title {
    font-size: 24px;
  }
}

.partials-troubles-vision__item {
  background-color: #fff;
  height: 516px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 32px 40px 32px;
  margin-top: 48px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  color: #505050;
}

@media only screen and (max-width: 640px) {
  .partials-troubles-vision__item {
    padding: 60px 24px 64px 24px;
    height: auto;
  }
}

.partials-troubles-vision__item .mv-link {
  position: absolute;
  bottom: 32px;
}

.partials-troubles-vision__title {
  font-size: 24px;
  font-weight: 700;
}

.partials-troubles-vision__text {
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 32px;
}

@media only screen and (max-width: 640px) {
  .partials-troubles-vision__text {
    font-size: 12px;
    margin-top: 17px;
  }
}

.partials-troubles-vision__icon {
  width: 96px !important;
  position: absolute;
  top: 0;
  left: 15px;
}

@media only screen and (max-width: 1024px) {
  .partials-troubles-vision .owl-carousel {
    width: 92%;
    margin: 0 auto;
  }
}

.partials-troubles-vision .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -90px;
}

.partials-troubles-vision .owl-nav .owl-prev {
  width: 48px;
  height: 48px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  background: #ffffff url("../images/prev.png") no-repeat center !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  outline: none;
  margin: 0 8px;
}

.partials-troubles-vision .owl-nav .owl-prev span {
  display: none;
}

.partials-troubles-vision .owl-nav .owl-next {
  margin: 0 8px;
  outline: none;
  width: 48px;
  height: 48px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  background: #ffffff url("../images/next.png") no-repeat center !important;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.partials-troubles-vision .owl-nav .owl-next span {
  display: none;
}

.partials-troubles-vision .owl-dots {
  text-align: center;
}

.partials-troubles-vision .owl-dots .owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #ffaa00;
  opacity: 0.5;
  margin: 0 4px;
  border: none;
  outline: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.partials-troubles-vision .owl-dots .owl-dot.active {
  opacity: 1;
}

.home-about {
  padding: 60px 0;
  margin-top: 100px;
}

@media only screen and (max-width: 640px) {
  .home-about {
    padding: 40px 0;
  }
}

.home-about .u-site-container {
  max-width: 1185px;
}

.home-about .u-flex {
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 640px) {
  .home-about .u-flex {
    flex-direction: column-reverse;
  }
}

.home-about__photo {
  padding-top: 71%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffaa00;
  background-position: center;
  max-width: 560px;
  width: 100%;
}

.home-about__video {
  max-width: 560px;
  width: 100%;
}

.home-about__date {
  display: block;
  margin-top: 48px;
  color: #a0a0a0;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.home-about__title {
  color: #505050;
  font-size: 32px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .home-about__title {
    font-size: 24px;
  }
}

.home-about__text {
  color: #505050;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 640px) {
  .home-about__text {
    font-size: 12px;
  }
}

.home-about__text h1,
.home-about__text h2,
.home-about__text h3,
.home-about__text h4,
.home-about__text h5,
.home-about__text h6 {
  font-size: 32px;
  line-height: 34px;
}

@media only screen and (max-width: 640px) {
  .home-about__text h1,
  .home-about__text h2,
  .home-about__text h3,
  .home-about__text h4,
  .home-about__text h5,
  .home-about__text h6 {
    font-size: 24px;
    line-height: 28px;
  }
}

/*# sourceMappingURL=btf-home.css.map */
.take-action{
    text-align: center;
}

.take-action .open-popup{
    background-color: #ffaa00;
    color: white;
    border-radius: 25px;
    min-height: 50px;
    cursor: pointer;
    max-width: 200px;
    line-height: 50px;
    margin: auto;
    margin-top: 40px;
}

.hero-carousel .owl-carousel.owl-theme .owl-nav {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.hero-carousel .owl-carousel .nav-btn{
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  bottom: 255px;
}

.hero-carousel .owl-carousel .owl-prev.disabled,
.hero-carousel .owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}

.hero-carousel .owl-carousel .prev-slide{
  background: url(/public/images/left-chevron-white.png) no-repeat scroll -4px 0px;
  left: 33px;
  background-size: cover;
}
.hero-carousel .owl-carousel .next-slide{
  background: url(/public/images/right-chevron-white.png) no-repeat scroll -18px 0px;
  right: 33px;
  background-size: cover;
}
.hero-carousel .owl-carousel .prev-slide:hover{
 background-position: -6px 0px;
}
.hero-carousel .owl-carousel .next-slide:hover{
background-position: -16px 0px;
}
@media only screen and (max-width: 640px) {
  .hero-carousel .owl-carousel .nav-btn{
    bottom: 10px;
    z-index: 99;
  }
  .hero-carousel .owl-carousel.owl-theme .owl-nav {
    display: none;
   }
}
