.banner-post-area-two {
  position: relative;
  height: auto;
  overflow: hidden;
}
.banner-post-area-two .main-carousel {
  position: relative;
}
.banner-post-area-two .main-carousel > div {
  background-size: cover;
  height: 500px;
}
.banner-post-area-two .main-carousel .captions {
  height: 550px;
  width: inherit !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
.banner-post-area-two .main-carousel .captions .shape {
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  left: 0;
  opacity: 0;
  transform: translateX(-2000px);
  transition: transform 0.8s, opacity 0.6s;
}
.banner-post-area-two .main-carousel .captions .container {
  z-index: 2;
}
.banner-post-area-two .main-carousel .captions .container .main-title {
  color: white;
  font-size: 3rem;
  text-transform: uppercase;
  position: relative;
  top: -100px;
  opacity: 0;
  margin-top: 100px;
  transform: rotateX(90deg);
  transition: transform 0.5s, opacity 1s, top 1s;
  transition-delay: 0.5s;
}
.banner-post-area-two .main-carousel .captions .container .texte {
  font-size: 1.2rem;
  color: white;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.8s, opacity 1s;
  transition-delay: 1s;
}
.banner-post-area-two .main-carousel .captions.showed .shape {
  transform: translateX(0);
  opacity: 1;
}
.banner-post-area-two .main-carousel .captions.showed .container .main-title {
  transform: translateY(0);
  opacity: 1;
  top: 0;
}
.banner-post-area-two .main-carousel .captions.showed .container .texte {
  transform: translateX(0);
  opacity: 1;
}

.jp-section-bg {
  background-size: cover;
  background-position: center 390px;
  padding: 30px;
  height: 200px;
  margin: 25px 0 0 0;
  border-radius: 8px;
}

.mobile-menu {
  z-index: 100000000000000000;
}

@media (max-width: 400px) {
  .banner-post-area-two .main-carousel > div {
    background-size: cover;
    height: 300px;
  }
  .banner-post-area-two .main-carousel .captions .container .main-title {
    font-size: 1.2rem;
    margin-top: 50px;
  }
  .banner-post-area-two .main-carousel .captions .container .texte {
    font-size: 0.8rem;
  }
  .editor-post-item .editor-post-thumb {
    width: 90px;
  }
  .jp-section-bg {
    padding: 10px;
    height: 300px;
    margin: 25px 0 0 0;
  }
}
.blink {
  animation: blink 1s infinite;
}

@keyframes blink {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
.gallery-photos {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  flex-flow: wrap;
  max-height: 400px;
  overflow: auto;
}
.gallery-photos .photo {
  margin-bottom: 10px;
  background-size: cover;
  height: 90px;
  width: 210px;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.4;
  transform: scale(1);
  transition: scale 600ms, opacity 800ms;
}
.gallery-photos .photo:hover {
  opacity: 1;
  transform: scale(1.1);
}

#gallery-screen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 300;
  display: none;
}
#gallery-screen .content {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 40px 0;
}
#gallery-screen .content .backdrop {
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
#gallery-screen .content img {
  width: auto;
  max-width: 50%;
  max-height: 90vh;
  z-index: 2;
  border: solid 6px #FFF;
}
#gallery-screen .content .nav-arrow {
  font-size: 40px;
  color: white;
  margin: 0 100px;
  cursor: pointer;
  z-index: 2;
}

.sidebar-social-wrap .list-wrap li {
  flex: 1;
}

.sidebar-wrap {
  height: inherit;
}
.sidebar-wrap .sticky-sidebar {
  position: sticky;
  top: 60px;
}

/*# sourceMappingURL=front-style.css.map */
