/* ==========================================================================
   Components / MIXINS
   ========================================================================== */
/*********************
  BREAKPOINTS RESPONSIVE LAYOUT
  *********************/
/* ==========================================================================
   Layout / Block Push
   ========================================================================== */
.blockpush {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  box-sizing: border-box;
  padding: 0 25px;
}
@media (min-width: 576px) {
  .blockpush {
    padding: 0 45px;
  }
}
@media (min-width: 760px) {
  .blockpush {
    padding: 0 65px;
  }
}
@media (min-width: 1360px) {
  .blockpush {
    padding: 0 120px 0 87px;
  }
}
@media (min-width: 1500px) {
  .blockpush {
    width: 95%;
  }
}
@media (min-width: 1800px) {
  .blockpush {
    width: 90%;
    padding: 0 200px 0 150px;
  }
}
.blockpush {
  max-width: 1920px;
}
@media (min-width: 1360px) {
  .blockpush {
    padding: 0 87px;
  }
}
@media (min-width: 1800px) {
  .blockpush {
    padding: 0 200px 0 150px;
  }
}
.blockpush-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #20384B;
  min-height: 250px;
  position: relative;
  z-index: 1;
}
@media (min-width: 760px) {
  .blockpush-wrapper {
    min-height: 290px;
  }
}
.blockpush-img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.blockpush-img:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(359.06deg, rgba(32, 56, 75, 0.8) 1.11%, rgba(32, 56, 75, 0.1) 99.5%), linear-gradient(0deg, rgba(32, 56, 75, 0.8), rgba(32, 56, 75, 0.8));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.blockpush-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
.blockpush-img.blackandwhite img {
  filter: grayscale(100%);
}
.blockpush-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 40px 25px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
@media (min-width: 1000px) {
  .blockpush-content {
    padding: 30px 25px;
  }
}
@media (min-width: 1800px) {
  .blockpush-content {
    padding: 40px 30px;
  }
}
.blockpush-content .picto {
  display: block;
  width: 50px;
  height: auto;
  margin: auto;
}
.blockpush-content .h2-title, .blockpush-content .h3-title, .blockpush-content .h4-title {
  max-width: 500px;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .blockpush-content .h2-title, .blockpush-content .h3-title, .blockpush-content .h4-title {
    margin-top: 17px;
    margin-bottom: 30px;
  }
}
.blockpush-content .h2-title + .btn, .blockpush-content .h3-title + .btn, .blockpush-content .h4-title + .btn {
  margin-top: 10px;
}
.blockpush-content .text {
  display: block;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  max-width: 665px;
  letter-spacing: -0.2px;
  color: #ffffff;
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  .blockpush-content .text {
    margin-bottom: 30px;
  }
}
.blockpush-content .btn {
  margin-bottom: 15px;
}
@media (min-width: 1000px) {
  .blockpush-content .btn {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=blockpush.css.map */
