.section-home-rdv-comte {
  overflow-x: clip;
}
.section-home-rdv-comte .container-fluid .row {
  position: relative;
}
.section-home-rdv-comte .container-fluid .row .fond-image {
  max-width: 1430px;
  border-radius: 15px;
  max-height: 470px;
  position: relative;
  padding: 0;
}
.section-home-rdv-comte .container-fluid .row .fond-image img.imgcrop {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  position: relative;
}
.section-home-rdv-comte .container-fluid .row .fond-image .fond-image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 44%);
  border-radius: 15px;
}
.section-home-rdv-comte .container-fluid .row .fond-image .fond-image__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-align: right;
  padding-left: 10%;
  padding-right: 5%;
}
.section-home-rdv-comte .container-fluid .row .fond-image .fond-image__inner .fond-image__categorie {
  background-color: #F5F4EE;
  color: #2F9F43;
  border-radius: 20px;
  padding: 5px 15px;
  margin-bottom: 20px;
}
.section-home-rdv-comte .container-fluid .row .encadre-event {
  position: absolute;
  min-width: 417px;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
  height: 555px;
  background: linear-gradient(137deg,#f0ebc9 0%,#d8e5d1 100%);
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #02281A;
  padding: 0 30px 30px 30px;
}
.section-home-rdv-comte .container-fluid .row .encadre-event .encadre-event__dates {
  position: relative;
  background-color: #2F9F43;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 36px 15px 15px;
}
.section-home-rdv-comte .container-fluid .row .encadre-event .encadre-event__dates i.encadre-event__icon {
  position: absolute;
  background-color: #F5F4EE;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -20px;
  font-size: 20px;
}
.section-home-rdv-comte .container-fluid .row .encadre-event .encadre-event__dates .encadre-event__dates__jour,
.section-home-rdv-comte .container-fluid .row .encadre-event .encadre-event__dates .encadre-event__dates__mois {
  font-weight: 800;
  color: #F5F4EE;
  font-size: 20px;
}
.section-home-rdv-comte .container-fluid .row .encadre-event .encadre-event__dates .encadre-event__dates__annee {
  color: #F5F4EE;
  font-weight: 400;
  font-size: 20px;
}
.section-home-rdv-comte .container-fluid .row .encadre-event .encadre-event__titre {
  text-align: center;
  color: #00462D;
  font-weight: 800;
}
.section-home-rdv-comte .container-fluid .row .encadre-event .encadre-event__slogan p {
  color: #00462D;
  font-size: 2.4rem;
  font-weight: 400;
}
.section-home-rdv-comte .container-fluid .row .encadre-event a.bouton1.view_all {
  width: 100%;
  margin: 30px 13px 13px;
  border: 1px solid #00462D;
}
@media (max-width: 1300px) {
  .section-home-rdv-comte .container-fluid .row .encadre-event {
    right: 5%;
  }
}
@media (max-width: 880px) {
  .section-home-rdv-comte .container-fluid .row .fond-image .fond-image__inner {
    width: 30%;
    padding: 2%;
  }
}
@media (max-width: 768px) {
  .section-home-rdv-comte .container-fluid .row {
    flex-direction: column;
  }
  .section-home-rdv-comte .container-fluid .row .fond-image {
    width: 100%;
    max-width: 100%;
  }
  .section-home-rdv-comte .container-fluid .row .fond-image .fond-image__inner {
    width: 100%;
    padding: 2%;
  }
  .section-home-rdv-comte .container-fluid .row .encadre-event {
    position: relative;
    min-width: 100%;
    height: auto;
    margin-top: 20px;
    right: 0;
    transform: none;
  }
}
