/* A supprimer à la suppression du FWK */

.med-table-comparative p {
    margin-bottom: unset;
}

.med-table__carousel .mds-carousel__indicators {
    list-style: none;
    padding: unset;
}
ul.med-list {
    padding: 0;
}

footer ul.med-list {
  margin-left: 0;
}

ul.med-list .med-list__fleche{
    display: flex;
}

.med-footer__accordion-link > ul.med-list .med-list__fleche:not(:first-child),
.med-accordion__liste ul.med-list .med-list__fleche:not(:first-child){
    padding-top: 1rem;
}

.med-footer__accordion-link > ul > li:first-child,
.med-accordion__liste ul.med-list .med-list__fleche:first-child {
    padding-top: 0;
}

.med-accordion__liste ul.med-list .med-list__fleche .med-link{
    line-height: 1.2rem;
}

ul.med-list.med-list__clair .med-list__fleche > span:before{
    color: var(--color-white);
}

ul.med-list .med-list__fleche > span:before{
    color: var(--color-use--9);
}

ul.med-list .med-list__aucune::marker {
    content: none;
}

/* Gestion des espacements pour les listes */

ul.mds-list--styled.med-list,
ol.mds-list--styled.med-list {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.med-image__figure {
    margin: 0 0 .625rem;
}

.med-image__img-desktop, .med-image__img-mobile {
    margin-bottom: 0.3125rem;
    line-height: 1;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

.med-image-figure--a-gauche,
.med-image-figure--a-droite,
.med-image-figure--centree{
    display: flex;
}


.med-image-figure--a-gauche {
    justify-content: flex-start;
}

.med-image-figure--a-droite {
    justify-content: flex-end;
}

.med-image-figure--centree {
    justify-content: center;
}
.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;
}
