@charset "UTF-8";
/* Ajout icônes remix supplémentaires */
/*  Ajustements custom sur composant cartes */
.fr-card .taxonomy-term {
  position: absolute;
  bottom: 0;
  margin: 1.5rem 0;
}

.fr-card .field--name-field-tags {
  margin-top: 1rem;
}

.fr-card.fr-enlarge-link a:not(.fr-card__link) {
  position: relative;
  z-index: 10;
}

.fr-card.fr-enlarge-link a:not(.fr-card__link)::before {
  content: none;
}

.fr-card.fr-enlarge-link a:not(.fr-card__link):focus {
  outline-width: 2px !important;
}

.fr-card.fr-card--no-arrow .fr-btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: auto;
}

.fr-card.fr-card--no-arrow .fr-prose p:last-child {
  margin-bottom: 1rem;
}

a.rf-footer__top-cat {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*  Ajustements custom sur éléments de formulaire */
.rf-fieldset .webform-options-display-side-by-side.form-radios .rf-radio-group:not(:last-child) input[type="radio" i] + label {
  margin-right: 1.75rem;
}

.rf-fieldset .webform-options-display-side-by-side.form-checkboxes .rf-checkbox-group:not(:last-child) input[type="checkbox" i] + label {
  margin-right: 1.75rem;
}

#edit-actions {
  text-align: center;
}

.fr-tag.tag-disabled {
  color: var(--g-800);
  background-color: var(--g200);
}

/*  Ajustements custom sur paragraphes */
.paragraph--type--ds-boutons .fr-btn.link--no-title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 2.5rem;
  max-height: 2.5rem;
  padding-left: .5rem;
  padding-right: .5rem;
}

.paragraph--type--ds-boutons .fr-btn.link--no-title::before {
  font-size: 1.5rem;
  margin-left: 0;
  margin-right: .5rem;
}

@media (min-width: 768px) {
  .paragraph-image-texte .img-float-left {
    float: left;
    margin: 0 2rem 1rem 0;
  }
  .paragraph-image-texte .img-float-right {
    float: right;
    margin: 0 0 1rem 2rem;
  }
  .paragraph-image-texte .img-width-25 {
    width: 25%;
  }
  .paragraph-image-texte .img-width-33 {
    width: 33%;
  }
  .paragraph-image-texte .img-width-50 {
    width: 50%;
  }
  .paragraph-image-texte .img-width-66 {
    width: 66%;
  }
}

.link--no-title span.label-hidden {
  position: absolute;
  top: -10000px;
  left: -10000px;
  overflow: hidden;
}

.rf-content-media__transcription .transcription {
  text-align: left;
  margin-top: 1rem;
}

.fr-callout-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fr-callout-col .fr-callout {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.paragraph--type--ds-cartes [class*=rf-col], .paragraph--type--ds-tuiles [class*=rf-col] {
  min-width: 250px;
}

.fr-col-md-single {
  margin-bottom: 3rem;
}
/*# sourceMappingURL=components.css.map */
