.addcss-archive {
    margin-top: 100px;
	margin-bottom: 150px
  }
  
.addcss-hero {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
    }
  
.addcss-bigtitle {
    font-size: 30px;
    line-height: 36px;
    font-weight:600;
    color: #c7042b;
    margin-bottom: 50px;
    text-align:center
}

.addcss-intro {
    font-size: 14px;
    max-width: 700px;
    margin-bottom: 50px
}

.petites-annonces-button {
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    background-color: #c7042b;
    padding-left: 20px ;
    padding-right:20px ;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 0px;
    margin-bottom: 50px;
}

  .addcss-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
  	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  	grid-gap: 30px;
    margin-top: 25px
  }
  
  .archive-item {
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .archive-item-image {
	margin-top:20px;
    margin-bottom:20px;
    position:relative;
}

.archive-item-image img {
    border: 1px solid #ccc;
    display: block;
    max-width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.archive-item-hover {
    position:absolute;
	width:100%;
    height:100%;
    top:0;
    left:0;
    background-color:#fff;
    opacity:0%;
    transition: opacity 0.3s
}

.archive-item-hover:hover {
opacity:30%;
	background-color:#fff
}

  
  .archive-item-title {
    margin: 0 0 0px;
    max-width:80%
  }
  
  .petite-annonce-pe {
  	display:flex;
    justify-content:space-between;
  }
  
    .archive-item-tc {
  	display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%
  }
  
  .petite-annonce-prix {
    font-weight: bold;
  }
  
  .petite-annonce-ville {
  	color:#777;
    margin-top:-15px
  }
  
  .archive-item-categorie {
  	width:40px;
    height:30px;
    object-fit: cover;
    object-position: 0 -50%;
  }
  
  .sorties-decouvertes-dh {
  display: flex;
  gap:3px
  }
  
    .sorties-decouvertes-dh p {
margin-bottom:0
  }
  
  .addcss-formflex {
  display:flex;
  gap:10px;
  }
  
    .addcss-bigflex {
  display:flex;
gap:50px  }

@media (max-width: 480px) {
    .addcss-bigflex {
  display:block;
  margin-bottom:30px
  }
  
  .addcss-datebetween{
  margin-bottom:30px
  }
}
  
  .addcss-datein {
  background-color:#fff !important
  }
  
  .addcss-triangle::before {
	content: "";
    display:flex;
	background-image: url('https://montbelartsdev.hrodrigues.fr/wp-content/uploads/2023/05/Triangle.svg');

	width:50px;
	height:35px
}

  .addcss-square::before {
	content: "";
    display:flex;
	background-image: url('https://montbelartsdev.hrodrigues.fr/wp-content/uploads/2023/05/Square.svg');

	width:50px;
	height:35px
}

  .addcss-circle::before {
	content: "";
    display:flex;
	background-image: url('https://montbelartsdev.hrodrigues.fr/wp-content/uploads/2023/04/Circle.svg');

	width:50px;
	height:35px
}

.addcss-formcol {
display:flex;
flex-direction:column;
align-items:center;
}

.addcss-symbols {
margin-bottom:50px;
}

.addcss-subh .et_pb_section_1 {
margin-top:0px !important
}