#accueil-bloc-cabinet {
  padding-top: 30px;
  padding-bottom: 75px;
  max-width: 1200px;
}

#accueil-bloc-cabinet .cabinet {
  width: 222px;
  margin: auto;
}

#accueil-bloc-cabinet .text-light {
  margin: 0 0 5px 0;
  background: #66686a;
  text-align: center;
}

#accueil-bloc-cabinet .img {
  background-repeat: no-repeat;
  height: 222px;
}

#accueil-bloc-cabinet .img.en-creation {
  background-image: url('../images/img_violet.png');
}

#accueil-bloc-cabinet .img.sans-assistante {
  background-image: url('../images/img_vert.png');
}

#accueil-bloc-cabinet .img.avec-assistante {
  background-image: url('../images/img_orange.png');
}

#accueil-bloc-cabinet .img.autres {
  background-image: url('../images/img_bleu.png');
}

@media screen and (max-width: 991px) {
  #accueil-bloc-cabinet .col-lg-3:nth-child(3), #accueil-bloc-cabinet .col-lg-3:nth-child(4) {
    margin-top: 60px;
  }
}

@media screen and (max-width: 575px) {
  #accueil-bloc-cabinet .col-lg-3:nth-child(2) {
    margin-top: 60px;
  }
}