/* line 1, app_site/static/scss/app_site/page_home/services.scss */
#liste-services {
  --gap: 3rem; }
  /* line 4, app_site/static/scss/app_site/page_home/services.scss */
  #liste-services li {
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1) inset; }
    /* line 7, app_site/static/scss/app_site/page_home/services.scss */
    #liste-services li:last-child {
      box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.05) inset; }
    /* line 11, app_site/static/scss/app_site/page_home/services.scss */
    #liste-services li > h4 {
      margin: 2rem auto 0;
      min-height: 6rem; }
    /* line 16, app_site/static/scss/app_site/page_home/services.scss */
    #liste-services li > img {
      height: 10rem;
      aspect-ratio: 1 / 1; }
    /* line 21, app_site/static/scss/app_site/page_home/services.scss */
    #liste-services li > p {
      margin: 0.4rem 0 0;
      min-height: 5rem; }
    /* line 26, app_site/static/scss/app_site/page_home/services.scss */
    #liste-services li > a {
      font-size: 1.4rem;
      margin: 2rem auto; }
    /* line 31, app_site/static/scss/app_site/page_home/services.scss */
    #liste-services li.specialite {
      background-color: var(--bg-3); }
    /* line 35, app_site/static/scss/app_site/page_home/services.scss */
    #liste-services li.autres {
      background-color: var(--bg-2); }
