.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
.last-actu {
  padding: 2rem 0 5rem;
  background-color: white;
}
.last-actu::before {
  content: '';
  background-color: #F8F5F3;
  width: 50%;
  height: 70%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.last-actu h2 {
  position: relative;
  z-index: 2;
}
.last-actu .img {
  width: 100%;
  height: 600px;
}
.last-actu div.info {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  background-color: #ffffffbd;
  padding: 1rem 2rem;
}
.last-actu div.info h3 {
  font-size: 16px;
  font-weight: 500;
  color: #A9542D;
  margin: 0;
}
.last-actu div.info p.date {
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
}
.last-actu a h3 {
  font-size: 16px;
  font-weight: 500;
  color: #A9542D;
  margin: 0;
}
.last-actu a p.date {
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
}
.last-actu p {
  font-size: 13px;
}
.last-actu .actu-2 div.article-actu-2:nth-child(1) {
  margin-top: 0 !important;
}
.last-actu .actu-2 div.article-actu-2 .img {
  height: 100px;
}
.last-actu .actu-2 p.date {
  margin-bottom: 0;
}
.last-actu .actu-2 p {
  margin-bottom: 0;
}
.last-actu .wp-post-image {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.last-actu hr {
  background-color: #CC6637;
}
.last-actu hr:not([size]) {
  height: 1px;
}
.last-actu a.plus-actu {
  font-size: 15px;
  font-weight: 300;
  color: #A9542D;
  display: flex;
  margin-top: 0;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
.last-actu a.plus-actu:hover {
  color: #A9542D;
  font-size: 15px;
}
.last-actu a.plus-actu i.fa {
  border: solid 1px #CC6637;
  padding: 15px 20px;
  border-radius: 50%;
  color: #CC6637;
  transition: 0.3s;
}
.last-actu a.plus-actu i.fa:hover {
  border-color: #CC6637;
  background-color: #CC6637;
  color: white;
}
@media (max-width: 991.98px) {
  .last-actu .svg-titre {
    left: -10rem;
    top: -1rem;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .last-actu div.info {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    background-color: #CC6637;
    color: white;
  }
  .last-actu div.info h3,
  .last-actu div.info p {
    color: white;
  }
  .last-actu div.info .btn.btn-bis-primary {
    color: #CC6637;
    background-color: white;
    border-color: white;
    border-radius: 0;
    font-size: 12px;
    transition: 0.3s;
  }
  .last-actu div.info .btn.btn-bis-primary:hover {
    background-color: #CC6637;
    border-color: #ffffff;
    color: white;
  }
  .last-actu .img {
    height: 350px;
  }
  .last-actu .actu-2 div.article-actu-2 .img {
    height: 250px;
  }
}
@media (max-width: 576px) {
  .last-actu .svg-titre {
    left: -10rem;
    top: -1rem;
    width: 80%;
  }
}
