p { font-size: 18px;}
/*------TABS--------*/
.tabs-container {
    width: 95%;
    margin: 0 auto;
    position: relative;
    display: flex;
    min-height: 80vh;
    overflow: hidden;
    border-radius: 10px;
}

.tab-content-background {
    background-color: rgba(1,1,1,0.5);
    border-radius: 5px;
    width: 100%;
    height: 70vh;
    min-height: 300px;
    z-index: 1;
    overflow: hidden;

}



.offert-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  border-radius: 15%;
  float: right;
  margin: 5%;
}
.img1 {
  height: 160px;
  width: 270px;
  background-image: url(/img/101/img1.jpg);
}
.img2 {
  height: 160px;
  width: 270px;
  background-image: url(/img/104a/img1.jpg);
}.img3 {
  height: 160px;
  width: 270px;
  background-image: url(/img/104b/img1.jpg);
}
.img4 {
  height: 160px;
  width: 270px;
  background-image: url(/img/301a/img1.jpg);
}
.img5 {
  height: 160px;
  width: 270px;
  background-image: url(/img/301b/img1.jpg);
}
.img6 {
  height: 160px;
  width: 270px;
  background-image: url(/img/402/img1.jpg);
}
.offert-img div {
  width:100%;
  height:100%;
  background-color: black;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15%;
}
.offert-img a {
  text-decoration: none;
  text-transform: uppercase;
  align-content: center;

}
.offert-img div:hover {
  width:100%;
  height:100%;
  background-color: black;
  opacity: 0.7;
  transition: all ease-in-out 150ms;
}
/*-----------MEDIA----------*/

@media (max-height: 500px) {
    .tabs-container {
      min-height: 80vh;
    }
    .tab-content-background {
      height: 110vh;
    }
    .offert-img {
        float: right;
        margin: 2%;
    }
    .tabs-container {
        width: 100%;
    }
  }
  @media (max-height: 370px) {
    .tabs-container {
      min-height: 100vh;
    }
    .tab-content-background {
      height: 110vh;
    }
    .offert-img {
        float: right;
        margin: 2%;
    }
    .tab-content-background {
        overflow: scroll;
    }
  }
  @media (max-width: 1000px) {
    .tab-content-background {
        overflow: scroll;
      }
  }