.image {
  width: 100%;
  height: 100%;
}

.image img {
  width: 100%;
  height: 100%;
}

.date {
  font-family: "Open Sans" !important;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  opacity: 1;
  color: #000000;
}

.container.little-container.mt-5.text-center h1 {
  font-size: 50px !important;
  text-align: start !important;
}

.theme {
  font-size: 15px;
  font-family: "terminabold" !important;
  margin-top: 5px;
  text-transform: uppercase;
}

.theme a {
  color: #ffca33;
}

.title {
  font-size: 25px;
  font-family: "terminabold" !important;
  font-weight: bolder;
  text-transform: uppercase;
  margin-top: 20px;
}

.title a {
  color: #00a676;
}

hr {
  border: 1px solid #707070;
}

.description .stats {
  font-family: "Open-Sans";
  font-size: 17px;
}

.description {
  line-height: 30px;
}

.vues {
  margin-right: 15px;
}

.search {
  width: 387px;
  height: 60px;
  background: #d6d6d6 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 15px #00000029;
  opacity: 1;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.recent-articles {
  width: 387px;
  height: 267px;
  /* UI Properties */
  background: #00a676 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 15px #00000029;
  opacity: 1;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.title-articles {
  text-align: center;
  color: #ffffff;
  font-size: 25px;
  font-family: "terminabold" !important;
  text-transform: uppercase;
  padding-top: 15px;
}

.article-article {
  margin-top: 0px !important;
  margin-bottom: 5px !important;
}

.article-article a {
  margin-left: 33px;
  font-size: 15px;
  font-family: "Open Sans" !important;
  font-weight: 1000 !important;
  color: #ffffff;
  opacity: 1;
  display: inline-block;
}

.themes {
  width: 387px;
  height: 60px;
  background: #ffca33 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 15px #00000029;
  opacity: 1;
  margin-bottom: 15px;
}

.themes p {
  margin-left: 33px;
  text-transform: uppercase;
  font-family: "terminabold" !important;
  font-size: 25px;
  color: #ffffff;
  padding-top: 15px;
}

.title-search {
  color: #ffffff;
  font-family: "terminabold" !important;
  font-size: 20px;
  margin-left: 10px;
}

i.bi.bi-search {
  margin-left: 10%;
  margin-right: 9%;
  font-size: 30px;
  font-weight: bold;
}

ul.breadcrumbs-trail {
  margin-left: 105px !important;
}

.container.little-container.mt-5.text-center {
  margin-top: 20px !important;
}

.form-control {
  color: #ffffff;
  background-color: #d6d6d6;
  border: none;
}

input.form-control::placeholder {
  color: #ffffff;
  font-family: "terminabold" !important;
  text-transform: uppercase;
  font-size: 20px;
}

input.form-control:focus {
  color: #ffffff;
  background-color: #d6d6d6;
  border: none;
  box-shadow: none;
}

.article .description {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Open Sans" !important;
}

.article .description iframe {
  display: none;
}

@media (max-width: 1400px) {
  .row {
    flex-direction: column-reverse;
  }

  .col-md-7,
  .col-md-5,
  .col-lg-9,
  .col-lg-3,
  .col-lg-6 {
    width: 100%;
  }

  .search,
  .themes,
  .article-article,
  .recent-articles {
    width: 100%;
    max-width: 100%;
  }

  .search {
    margin-bottom: 15px;
  }
  .col-lg-3 {
    margin-bottom: 5rem;
  }
}

@media (max-width: 530px) {
  .container.little-container.mt-5.text-center h1 {
    font-size: 30px !important;
    text-align: start !important;
  }

  .title {
    font-size: 20px;
  }

  .theme {
    font-size: 12px;
  }

  .description .stats {
    font-size: 12px;
  }

  .title-articles {
    font-size: 20px;
  }

  .article-article a {
    font-size: 12px;
  }

  .themes p {
    font-size: 20px;
  }

  .title-search {
    font-size: 15px;
  }

  input.form-control::placeholder {
    font-size: 15px;
  }
}

@media (max-width: 400px) {
  .container.little-container.mt-5.text-center h1 {
    font-size: 25px !important;
    text-align: start !important;
  }

  .title {
    font-size: 15px;
  }

  .theme {
    font-size: 10px;
  }

  .description .stats {
    font-size: 10px;
  }

  .title-articles {
    font-size: 15px;
  }

  .article-article a {
    font-size: 10px;
  }

  .themes p {
    font-size: 15px;
  }

  .title-search {
    font-size: 10px;
  }

  input.form-control::placeholder {
    font-size: 10px;
  }

  i.bi.bi-search {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 20px;
    font-weight: bold;
  }
}

a.theme.selected p {
  color: green;
}