.actu {
  padding: 2% 6% 4% 6%;
}

.title-actu {
  display: flex;
  margin-bottom: 2%;
}

.title-actu .img-title-actu {
  width: 80px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.title-actu h1 {
  width: 60%;
  font-size: 35px;
  color: #000;
  margin: 0% 0 0 1%;
  font-weight: bold;
}


.actu-details {
  padding: 0;
  background-color: white;
  margin: 0 1%;
}

.actu .actu-img {
  width: 100%;
  height: 350px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.actu-details-text {
  padding: 4% 3%;
}

.actu-details-text h2 {
  font-size: 35px;
  color: #000;
  margin-bottom: 2%;
}

.actu-details-text p {
  font-size: 18px;
  color: #000;
  text-align: justify;
  line-height: 35px;
}

.actu-details-text .entry-meta {
  margin-bottom: 15px;
  color: #a3ab95;
}

.actu-details-text .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.actu-details-text .entry-meta ul li+li {
  padding-left: 20px;
}

.actu-details-text .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.actu-details-text .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.actu-details-text blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.actu-details-text blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.actu-details-text blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #3c4133;
  margin-top: 20px;
  margin-bottom: 20px;
}


.actu-details .entry-footer {
  padding: 2%;
  border-top: 1px solid #e6e6e6;
}

.actu-details .entry-footer i {
  color: #8b9578;
  display: inline;
}

.actu-details .entry-footer a {
  color: #494f3e;
  transition: 0.3s;
}

.actu-details .entry-footer a:hover {
  color: #94c045;
}

.actu-details .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.actu-details .entry-footer .cats li {
  display: inline-block;
}

.actu-details .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.actu-details .entry-footer .tags li {
  display: inline-block;
}

.actu-details .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.actu-details .entry-footer .share {
  font-size: 16px;
}

.actu-details .entry-footer .share i {
  padding-left: 5px;
}

.actu .sidebar {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.actu .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #3c4133;
  position: relative;
}

.actu .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.actu .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.actu .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.actu .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #94c045;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.actu .sidebar .search-form form button i {
  line-height: 0;
}

.actu .sidebar .search-form form button:hover {
  background: #032570;
}

.other-images {
  width: 100%;
  height: 100px;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 1s;
}

.other-images:hover {
  background-size: 120%;
}

.actu .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.actu .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.actu .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.actu .sidebar .recent-posts h4 a {
  color: #3c4133;
  transition: 0.3s;
}

.actu .sidebar .recent-posts h4 a:hover {
  color: #94c045;
}

.actu .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

@media screen and (max-width: 360px) {
  .title-actu .img-title-actu {
    width: 40px;
    height: 40px;
  }

  .title-actu h1 {
    font-size: 15px;
    width: 100%;
  }

  .actu-details {
    width: 100%;
    margin-top: 3%;
  }

  .actu .actu-img {
    height: 150px;
  }

  .actu-details-text h2 {
    font-size: 16px;
  }

  .actu-details-text p {
    font-size: 14px;
    color: #000;
    text-align: justify;
    line-height: 25px;
  }

  .actu-details-text blockquote {
    padding: 40px;
    margin: 10px 0;
  }

  .actu-details-text blockquote p {
    font-size: 14px;
  }

  .portfolio-details .col-9{
    width: 100%;
  }

  .whates-caption h4 a{font-size: 18px !important;}

  .link-to{
    margin-bottom: 4%;
  }

}

@media screen and (max-width: 415px) {
  .actu-list .col-4 {
    width: 100%;
    margin-top: 4%;
  }

  .actu-item {
    height: 46vh;
  }

  .actu-item .actu-item-img {
    height: 25vh;
  }

  .portfolio-details .col-9{
    width: 100%;
  }

  .portfolio-details .col-9 h3{
    font-size: 20px !important;
  }

  .portfolio-details .infos .col-6{
    width: 100%;
    text-align: start !important;
  }

  .portfolio-details .infos .author i, .portfolio-details .infos .author span{
   font-size: 12px !important;
  }

  .whates-caption h4 a{font-size: 18px !important;}

  .link-to{
    margin-bottom: 4%;
  }

  .portfolio-description h4{
    font-size: 20px !important;
  }

  .portfolio-description p{
    font-size: 13px !important;
  }

  .portfolio-description .img-1{
    height: 200px !important;
  }
  .portfolio-description .img-2{
    height: 250px !important;
  }

}

@media screen and (min-width: 416px) and (max-width: 601px) {
  .actu-list .col-4 {
    width: 100%;
    margin-top: 4%;
  }

  .actu-item {
    height: 40vh;
  }


  .actu-item .actu-item-img {
    height: 20vh;
  }

  .portfolio-details .col-9{
    width: 100%;
  }

  .whates-caption h4 a{font-size: 18px !important;}

  .link-to{
    margin-bottom: 4%;
  }
}
