/* line 5, app/assets/stylesheets/articles.scss */
.header-image {
  width: 100%;
  height: 50vh;
  position: relative;
  left: 0;
  background: rgba(56, 69, 78, 0.3);
  z-index: 0;
  overflow: hidden;
}

/* line 15, app/assets/stylesheets/articles.scss */
.heading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}

/* line 27, app/assets/stylesheets/articles.scss */
.div-avatar {
  height: 100px;
  width: 100px;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: 0 0 20px 4px gray;
  margin: 0 2%;
}

/* line 36, app/assets/stylesheets/articles.scss */
.col-article-home {
  position: relative;
  min-height: 450px;
  border-radius: 10px;
  background-color: white;
  margin-right: 2.5%;
  margin-left: 2.5%;
  transition-duration: 500ms;
}

/* line 45, app/assets/stylesheets/articles.scss */
.col-article-home:hover {
  transition-duration: 500ms;
  box-shadow: -3px 2px 30px black;
  transform: translate(0, -10px);
}

/* line 51, app/assets/stylesheets/articles.scss */
.col-article-home a {
  text-decoration: none;
  color: black;
}

/* line 54, app/assets/stylesheets/articles.scss */
.col-article-home a:hover {
  text-decoration: none;
  color: black;
}

/* line 59, app/assets/stylesheets/articles.scss */
.col-article-home .img-article-home {
  border-radius: 10px 10px 0 0;
  max-width: 100%;
  height: 220px;
}

/* line 65, app/assets/stylesheets/articles.scss */
.col-article-home .article-title {
  font-weight: bold;
  font-size: 1rem;
}

/* line 70, app/assets/stylesheets/articles.scss */
.col-article-home .article-extract {
  font-size: 0.8em;
  padding-bottom: 40px;
}

/* line 75, app/assets/stylesheets/articles.scss */
.col-article-home .fixed-bottom-read {
  position: absolute;
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  bottom: -4.5%;
  z-index: 0;
}

/* line 83, app/assets/stylesheets/articles.scss */
.col-article-home .fixed-bottom-read div {
  background-color: var(--green);
  color: white;
  border-radius: 10px;
}

@media screen and (min-width: 991px) {
  /* line 92, app/assets/stylesheets/articles.scss */
  .col-article-home {
    flex: 0 0 28.33333%;
    max-width: 28.33333%;
  }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  /* line 99, app/assets/stylesheets/articles.scss */
  .col-article-home {
    flex: 0 0 45%;
    max-width: 45%;
  }
}

@media screen and (max-width: 767px) {
  /* line 106, app/assets/stylesheets/articles.scss */
  .col-article-home {
    flex: 0 0 95%;
    max-width: 95%;
  }
}

/* line 112, app/assets/stylesheets/articles.scss */
.header-image {
  width: 100%;
  height: 50vh;
  position: relative;
  left: 0;
  background: rgba(56, 69, 78, 0.3);
  z-index: 0;
  overflow: hidden;
}
