.feature-box-1-professionnel {
  padding: 32px;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  margin: 15px 0;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  top: 0;
}

.feature-box-1-professionnel * {
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.feature-box-1-professionnel .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #ffffff;
  color: #f9ba5b;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 22px;
  font-size: 27px;
}

.feature-box-1-professionnel .icon i {
  line-height: 70px;
}

.feature-box-1-professionnel h5 {
  color: #f9ba5b;
  font-weight: 600;
}

.feature-box-1-professionnel p {
  margin: 0;
}

.feature-box-1-professionnel:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-radius: 10px;
  width: 0;
  background: #f9ba5b;
  z-index: -1;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.feature-box-1-professionnel:hover {
  top: -5px;
}

.feature-box-1-professionnel:hover h5 {
  color: #ffffff;
}

.feature-box-1-professionnel:hover p {
  color: rgba(255, 255, 255, 0.8);
}

.feature-box-1-professionnel:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  left: 0;
  right: auto;
}

.section-title-categorie.professionnel h2 {
  color: #f9ba5b;
  margin: 0 0 15px;
  border-left: 5px solid #f9ba5b;
  padding-left: 15px;
  text-transform: uppercase;
  font-weight: 900;
}

.footerprofessionnel {
  padding-top: 3rem;
  padding-bottom: 0.5rem;
  background-color: #f9ba5b;
}

.copyrightprofessionnel {
  padding-top: 1rem;
  padding-bottom: 0.375rem;
  background-color: #f9ba5b;
  text-align: center;
}
