.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
.list-actu {
  padding: 4rem 0;
}
.list-actu #filter-select {
  width: 100%;
  border-radius: 20px;
  background-color: transparent;
  border: solid 1px #CC6637;
  font-size: 15px;
  font-weight: 300;
  padding: 5px 35px;
  color: #CC6637;
  transition: 0.3s;
  margin: 1rem 0;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}
.list-actu a.plus-actu {
  font-size: 16px;
  font-weight: 400;
  color: #CC6637;
  display: flex;
  margin-top: 0;
  align-items: center;
  justify-content: space-between;
}
.list-actu a.plus-actu i.fa {
  border: solid 1px #EDF0F2;
  padding: 15px 20px;
  border-radius: 50%;
  color: #CC6637;
}
.list-actu a.plus-actu i.fa:hover {
  border-color: #CC6637;
  background-color: #CC6637;
  color: white;
}
.list-actu a h3 {
  font-size: 16px;
  font-weight: 700;
  color: #CC6637;
  margin: 0;
}
.list-actu a p.date {
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
}
.list-actu div.info {
  background-color: white;
  width: 100%;
}
.list-actu div.info h3 {
  font-size: 20px;
  font-weight: 700;
  color: #CC6637;
  margin: 0;
}
.list-actu div.info p.date {
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0;
}
.list-actu hr {
  background-color: #EDF0F2;
}
.list-actu hr:not([size]) {
  height: 2px;
}
.list-actu p {
  font-size: 13px;
}
.list-actu .wp-post-image {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.list-actu .img {
  width: 100%;
  height: 300px;
}
