.nous-offrons {
    position: relative;
    overflow: hidden;
    padding-top: 155px;
}
.box-nous-offrons {
    display: flex;
    flex-wrap: wrap;
}
.img-offrons {
    width: 20%;
    overflow: hidden;
}
.image-container {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 800px;
}
.image {
  z-index: 1;
  transition: all .5s;
  overflow: hidden;
  position: relative;
}
.image img {
  max-width: inherit;
}
.caption-num2{
  z-index: 33;
  transition: all .5s;
  padding: 0 30px;
  position: relative;
}
.bottom {
  position: absolute;
  bottom: 15px;
  left: 0px;
  right: 0;
}
.caption-num2 {
  -webkit-transform: translateY(140px);
          transform: translateY(140px);
}
.image-container-num2:hover .image-num2 {-webkit-transform: scale(1.5) rotate(-10deg);transform: scale(1.5) rotate(-10deg);}
.image-container-num2:hover .caption-num2 {
  -webkit-transform: translateY(-85px);
  transform: translateY(-85px);
}
.txt-offrons {
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    display: block;
    line-height: 40px;
    position: absolute;
    top: 255px;
    left: 0;
    right: 0;
    z-index: 33;
    padding: 0 15px;
}
.txt-offrons a { color: #fff;}
.txt-offrons a:hover { color: #fff;}
.txt-offrons.txttop {
    top: auto;
    bottom: 285px;
}
.image:before {
    content: "";
    background: rgb(13, 76, 145,0.7);
    position: absolute;
    width: 100%;
    height: 100%;
}
.image-container-num2:hover .image:before {
    opacity: 0;
}
.img-offrons:nth-child(even) {
    margin-top: 215px;
}
.btn-offrons {
    font-size: 18px;
    color: #e41e26;
    font-weight: 500;
    display: block;
    position: relative;
    padding-top: 20px;
}
.btn-offrons:before {
    content: "";
    width: 2px;
    height: 140px;
    background: #e41e26;
    position: absolute;
    left: 0;
    right: 0;
    top: -140px;
    margin: 0 auto;
}
.btn-offrons:hover {
    color: #fff;
}
.btn-offrons:hover:before {
    background: #fff;
}
@media screen and (max-width: 1600px) {
.txt-offrons {
    font-size: 28px;
    line-height: 31px;
}
.btn-offrons {
    font-size: 15px;
}
}
@media screen and (max-width: 1366px) {
.txt-offrons {
    font-size: 25px;
    line-height: 30px;
}
}
@media screen and (max-width: 1280px) {
.image-container-num2:hover .caption-num2 {
    -webkit-transform: translateY(-260px);
    transform: translateY(-260px);
}
.btn-offrons:before {
    height: 95px;
    top: -85px;
}
.txt-offrons {
    font-size: 23px;
    line-height: 24px;
}
.image-container {
    height: 600px;
}
.txt-offrons.txttop {
    bottom: 195px;
}
.txt-offrons {
    top: 160px;
}
}
@media screen and (max-width: 1024px) {
.txt-offrons {
    font-size: 20px;
    line-height: 22px;
}
}
@media screen and (max-width: 991px) {
.img-offrons {
    width: 50%;
    border: 1px solid #242937;
}
.img-offrons:nth-child(even) {
    margin-top: 0;
}
.image-container {
    height: 500px;
}
.image img {
    max-width: inherit;
    width: 100%;
}
.txt-offrons {
    font-size: 30px;
    line-height: 35px;
    top: 0;
    bottom: 0;
    height: 500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.txt-offrons.txttop {
    top: 0;
    bottom: 0;
    height: 500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.caption-num2 {
    display: none;
}
.nous-offrons {
    position: relative;
    overflow: hidden;
    padding-top: 80px;
}
}
@media screen and (max-width: 767px) {
.image-container {
    height: 430px;
}
.txt-offrons.txttop, .txt-offrons {
    height: 430px;
}
}
@media screen and (max-width: 480px) {
.image-container {
    height: 300px;
}
.txt-offrons.txttop, .txt-offrons {
    height: 300px;
    font-size: 23px;
    line-height: 26px;
}
}
@media screen and (max-width: 400px) {
.txt-offrons {
    font-size: 16px;
    line-height: 19px;
}
.image-container {
    height: 200px;
}
.txt-offrons.txttop, .txt-offrons {
    height: 200px;
}
.nous-offrons {
    padding-top: 50px;
}
}