.med-groupList--picto > .mds-groupList__items {
    padding-left: 0;
}

.med-groupList--picto .mds-groupList__item > span:before {
    line-height: 56px;
}

.med-groupList--picto .mds-groupList__item {
    margin: unset !important;
}

.mds-groupList__content a.med-link:not(.mds-link--reverse) {
    color: var(--color-use--9);
}

.mds-groupList__content a.med-link.mds-link--reverse {
    color: var(--color-white);
}

@media (min-width: 56.25em) {

    .med-groupList--picto > .mds-groupList__items[data-column="3"] > li.mds-groupList__item:nth-child(-n + 3) {
        padding-top: 0;
    }

    .med-groupList--picto > .mds-groupList__items[data-column="3"] > li.mds-groupList__item:nth-child(3n) {
        padding-right: 0
    }

    .med-groupList--picto > .mds-groupList__items[data-column="2"] > li.mds-groupList__item:nth-child(-n + 2) {
        padding-top: 0;
    }

    .med-groupList--picto > .mds-groupList__items[data-column="2"] > li.mds-groupList__item:nth-child(2n) {
        padding-right: 0
    }

    .med-groupList--picto > .mds-groupList__items > li.mds-groupList__item {
        padding: 32px 32px 0 0;
    }

    .med-groupList--picto > .mds-groupList__items.mds-row-cols-md-1>* {
        width: 100% !important;
    }

    .med-groupList--picto > .mds-groupList__items.mds-row-cols-md-2>* {
        width: 50% !important;
    }

    .med-groupList--picto > .mds-groupList__items.mds-row-cols-md-3>* {
        width: 33.3333333333% !important;
    }
}
.cke_editable > .mds-link.med-link.mds-link--reverse {
    color: var(--color-use--9);
}

.med-link:not(.mds-link--standalone):not(.mds-link--reverse){
    background-color: transparent;
}

.med-link:not(.mds-link--standalone){
    text-decoration: underline;
}
.med-paragraphe > p {
  margin: 0;
  margin-bottom: 4px;
  margin-top: 4px;
}

@media (min-width: 56.25em) {
  .med-paragraphe > p {
    margin: 0;
    margin-bottom: 8px;
    margin-top: 8px;
  }
}
/* Gestion des espacements pour les listes DS */
ul.mds-list--styled.med-list,
ol.mds-list--styled.med-list{
    padding: 0;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.med-espacementBouton.mds-btn,
a[role="button"].med-bouton.mds-btn{
  margin: 0;
  margin-bottom: 16px;
  margin-top: 16px;
}

@media (min-width: 900px) {
    .med-espacementBouton.mds-btn,
  a[role="button"].med-bouton.mds-btn{
    margin: 0;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.mds-container :not(.mds-display--flex) > .mds-display--flex:has(> .med-espacementBouton.mds-btn) + .mds-display--flex:has(> .med-espacementBouton.mds-btn) .med-espacementBouton.mds-btn:only-child,
.mds-container-fluid :not(.mds-display--flex) > .mds-display--flex:has(> .med-espacementBouton.mds-btn) + .mds-display--flex:has(> .med-espacementBouton.mds-btn) .med-espacementBouton.mds-btn:only-child {
    margin-top: 0;
}

.mds-container .mds-display--flex:has(> .med-espacementBouton.mds-btn:only-child) {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.pictogramme {
    min-height: 20px;
}

.pictogramme::before {
    line-height: 1;
    min-height: 20px;
}
