.vc_icon_box {
  margin-top: 45px;
}

.vc_icon_box_icon {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 110px;
  height: 110px;
  text-align: center;
  font-size: 60px;
  line-height: 60px;
  background: #fff;
  border-radius: 100%;
  border: 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .25s;
  transform: translateZ(0);
  backface-visibility: hidden;
  z-index: 1;
}

.vc_icon_box:hover .vc_icon_box_icon {
  top: -20px;
}

.vc_icon_box:hover .vc_icon_box_txt {
 transform: scale(1.025);
 backface-visibility: visible;
 backface-visibility: hidden;
}

.vc_icon_box_txt {
  box-sizing: border-box;
  padding: 20px 35px 20px 35px;
  text-align: center;
  position: relative;
  width: 100%;
  line-height: 1.4;
  border-radius: 100%;
  width: 270px;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 21px;
  text-transform: uppercase;
  transition: .25s;
  z-index: 0;
  flex-wrap: wrap;
  /* will-change: scale; */
}

.vc_icon_box_txt:after {
  content: '\f078';
  position: absolute;
  bottom: 30px;
  display: block;
  font-family:'Font Awesome 5 Free';
  font-size: 18px;
  margin-top: 15px;
  transition: .25s;
}

.vc_icon_box:hover .vc_icon_box_txt:after {
  bottom: 25px;
}

.vc_icon_box_txt p{
  margin: 0;
  display: block;
}

.vc_icon_box_txt strong{
  font-weight: 800;
}

@media (min-width: 1024px) and (max-width: 1200px){

  .vc_icon_box_txt{
    font-size: 17px;
    width: 230px;
    height: 230px;
  }

}

@media (max-width: 1200px){

  .vc_icon_box_icon {
    width: 80px;
    height: 80px;
    top: -10px;
    font-size: 45px;
  }

  .vc_icon_box:hover .vc_icon_box_icon {
    top: 0px;
  }

}

@media (max-width: 1024px){

  section.vc_section.rejoignez-nous .vc_row:first-child .wpb_column {
    width: 50%;
  }

  section.vc_section.rejoignez-nous .vc_row:first-child {
    display: flex;
    flex-wrap: wrap;
  }

  .vc_icon_box_txt {
    font-size: 21px;
    width: 270px;
    height: 270px;
  }

  .vc_icon_box_icon {
    position: absolute;
    top: -20px;
    width: 100px;
    height: 100px;
  }

  .vc_icon_box:hover .vc_icon_box_icon {
    top: -10px;
  }

}

@media (max-width: 600px){

  section.vc_section.rejoignez-nous .vc_row:first-child .wpb_column {
    width: 100%;
  }

}