@import url("components/class.css");

/* Grid Images */
.grid-first-image{
  height: 100%;
}
.grid-background{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg,rgba(0, 0, 0, 0.2) 50%, rgba(42, 39, 115, 0.4) 100%);
}
.grid-absolute{
  z-index: 2;
  opacity:0;
  transform: translateY(50px);
  transition: 0.5s;
}
.grid-style:hover .grid-absolute{
  opacity: 1;
  transform: translateY(0);
}
.third-image{
  height: 45%;
}
.container-last-job{
  width: 250px;
}

.info-flex {
  gap: 10px;
  flex-wrap: wrap;
}
.info-flex .btn {
  flex-basis: auto;
}

.logo-entreprise img{
  width: 150px;
}
.map-entreprise iframe {
  width: 100% !important;
  height: auto;
  max-width: 100%;
}
.banner-job-details {
  width: 100%;
  height: auto;
  position: relative;
  background-size: cover;
  background-position: center;
}

.banner-job-details::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;

}

.banner-job-details * {
  position: relative;
  z-index: 2;
}
.banner-position-absolute{
  bottom: -30px;
}
.gray100{
  background-color: #f8f9fa;
  width: 100%;
}

.rating-container{
  height: 15px;
}

.rating-element{
  height: 100%;
}
@media(max-width:565px){
  .banner-position-absolute{
    bottom: 0;
  }
  .logo-entreprise img{
    width: 100px;
  }
}

@media(max-width:991px){
  .grid-first-image{
    height: 300px;
  }
  .third-image{
    height: 250px;
  }
}

