@charset "UTF-8";
.paragraph--type--formulaire #edit-comment-body-0-format {
  display: none;
}

.paragraph--type--formulaire .nice-select, #user-pass .nice-select, #user-login-form .nice-select, .comment-nc-idea-comment-form .nice-select, .nc-sondage-form .nice-select {
  width: 100%;
}
.paragraph--type--formulaire .form-type-managed-file .description, #user-pass .form-type-managed-file .description, #user-login-form .form-type-managed-file .description, .comment-nc-idea-comment-form .form-type-managed-file .description, .nc-sondage-form .form-type-managed-file .description {
  line-height: 1.6;
  font-size: 0.8em;
}
.paragraph--type--formulaire [type=file]::file-selector-button, #user-pass [type=file]::file-selector-button, #user-login-form [type=file]::file-selector-button, .comment-nc-idea-comment-form [type=file]::file-selector-button, .nc-sondage-form [type=file]::file-selector-button {
  background: var(--color-primary);
  color: white;
  padding: 8px 15px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.paragraph--type--formulaire [type=file]::file-selector-button:hover, .paragraph--type--formulaire [type=file]::file-selector-button:focus-visible, #user-pass [type=file]::file-selector-button:hover, #user-pass [type=file]::file-selector-button:focus-visible, #user-login-form [type=file]::file-selector-button:hover, #user-login-form [type=file]::file-selector-button:focus-visible, .comment-nc-idea-comment-form [type=file]::file-selector-button:hover, .comment-nc-idea-comment-form [type=file]::file-selector-button:focus-visible, .nc-sondage-form [type=file]::file-selector-button:hover, .nc-sondage-form [type=file]::file-selector-button:focus-visible {
  background: var(--dark);
  color: white;
}
.paragraph--type--formulaire [type=checkbox],
.paragraph--type--formulaire [type=radio], #user-pass [type=checkbox],
#user-pass [type=radio], #user-login-form [type=checkbox],
#user-login-form [type=radio], .comment-nc-idea-comment-form [type=checkbox],
.comment-nc-idea-comment-form [type=radio], .nc-sondage-form [type=checkbox],
.nc-sondage-form [type=radio] {
  accent-color: var(--color-primary);
  width: 20px;
  height: 20px;
}
.paragraph--type--formulaire .webform-flexbox, #user-pass .webform-flexbox, #user-login-form .webform-flexbox, .comment-nc-idea-comment-form .webform-flexbox, .nc-sondage-form .webform-flexbox {
  margin: -0.5em;
}
@media screen and (max-width: 1000px) {
  .paragraph--type--formulaire .webform-flexbox, #user-pass .webform-flexbox, #user-login-form .webform-flexbox, .comment-nc-idea-comment-form .webform-flexbox, .nc-sondage-form .webform-flexbox {
    margin: 0;
  }
}
.paragraph--type--formulaire .form-item, #user-pass .form-item, #user-login-form .form-item, .comment-nc-idea-comment-form .form-item, .nc-sondage-form .form-item {
  margin: 15px 0;
}
.paragraph--type--formulaire select, #user-pass select, #user-login-form select, .comment-nc-idea-comment-form select, .nc-sondage-form select {
  width: 100%;
}
.paragraph--type--formulaire .select2-container--default .select2-selection--single .select2-selection__arrow, #user-pass .select2-container--default .select2-selection--single .select2-selection__arrow, #user-login-form .select2-container--default .select2-selection--single .select2-selection__arrow, .comment-nc-idea-comment-form .select2-container--default .select2-selection--single .select2-selection__arrow, .nc-sondage-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
}
.paragraph--type--formulaire label, #user-pass label, #user-login-form label, .comment-nc-idea-comment-form label, .nc-sondage-form label {
  font-weight: bold;
}
.paragraph--type--formulaire label:not(.option), #user-pass label:not(.option), #user-login-form label:not(.option), .comment-nc-idea-comment-form label:not(.option), .nc-sondage-form label:not(.option) {
  display: block;
  margin-bottom: 5px;
}
.paragraph--type--formulaire .webform-button--submit, .paragraph--type--formulaire .button, #user-pass .webform-button--submit, #user-pass .button, #user-login-form .webform-button--submit, #user-login-form .button, .comment-nc-idea-comment-form .webform-button--submit, .comment-nc-idea-comment-form .button, .nc-sondage-form .webform-button--submit, .nc-sondage-form .button {
  appearance: none;
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  color: white;
  border-radius: 100vw;
  padding: 0.906rem 1.625rem;
  font-family: Aeonik Pro, sans-serif;
  transition: 0.2s all;
  font-weight: bold;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.paragraph--type--formulaire .webform-button--submit:hover, .paragraph--type--formulaire .button:hover, #user-pass .webform-button--submit:hover, #user-pass .button:hover, #user-login-form .webform-button--submit:hover, #user-login-form .button:hover, .comment-nc-idea-comment-form .webform-button--submit:hover, .comment-nc-idea-comment-form .button:hover, .nc-sondage-form .webform-button--submit:hover, .nc-sondage-form .button:hover {
  color: var(--color-primary);
  background: white;
}
.paragraph--type--formulaire [name=captcha_response], #user-pass [name=captcha_response], #user-login-form [name=captcha_response], .comment-nc-idea-comment-form [name=captcha_response], .nc-sondage-form [name=captcha_response] {
  max-width: min(100%, 10rem) !important;
  margin-top: 1rem;
}
.paragraph--type--formulaire input:not([type=submit], [type=file], [type=checkbox], .webform-button--submit, [type=radio]), .paragraph--type--formulaire .select2-selection, #user-pass input:not([type=submit], [type=file], [type=checkbox], .webform-button--submit, [type=radio]), #user-pass .select2-selection, #user-login-form input:not([type=submit], [type=file], [type=checkbox], .webform-button--submit, [type=radio]), #user-login-form .select2-selection, .comment-nc-idea-comment-form input:not([type=submit], [type=file], [type=checkbox], .webform-button--submit, [type=radio]), .comment-nc-idea-comment-form .select2-selection, .nc-sondage-form input:not([type=submit], [type=file], [type=checkbox], .webform-button--submit, [type=radio]), .nc-sondage-form .select2-selection {
  height: 53px !important;
  display: flex;
  align-items: center;
  padding: 0 25px;
  outline-color: #999;
  border: solid 1px var(--color-primary);
  background: white;
  max-width: 100%;
  width: 100%;
  font-family: var(--font-family-primary);
}
@media (max-width: 767px) {
  .paragraph--type--formulaire input:not([type=submit], [type=file], [type=checkbox], .webform-button--submit, [type=radio]), .paragraph--type--formulaire .select2-selection, #user-pass input:not([type=submit], [type=file], [type=checkbox], .webform-button--submit, [type=radio]), #user-pass .select2-selection, #user-login-form input:not([type=submit], [type=file], [type=checkbox], .webform-button--submit, [type=radio]), #user-login-form .select2-selection, .comment-nc-idea-comment-form input:not([type=submit], [type=file], [type=checkbox], .webform-button--submit, [type=radio]), .comment-nc-idea-comment-form .select2-selection, .nc-sondage-form input:not([type=submit], [type=file], [type=checkbox], .webform-button--submit, [type=radio]), .nc-sondage-form .select2-selection {
    width: 100%;
  }
}
.paragraph--type--formulaire .form-actions, #user-pass .form-actions, #user-login-form .form-actions, .comment-nc-idea-comment-form .form-actions, .nc-sondage-form .form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 30px;
  justify-content: center;
}
.paragraph--type--formulaire textarea, #user-pass textarea, #user-login-form textarea, .comment-nc-idea-comment-form textarea, .nc-sondage-form textarea {
  width: 100%;
  padding: 10px 25px;
  border: solid 1px var(--color-primary);
  background: white;
  font-family: var(--font-family-primary);
}
.paragraph--type--formulaire #edit-rgpd--2, #user-pass #edit-rgpd--2, #user-login-form #edit-rgpd--2, .comment-nc-idea-comment-form #edit-rgpd--2, .nc-sondage-form #edit-rgpd--2 {
  width: 0;
}
.paragraph--type--formulaire .form-type-checkbox label, .paragraph--type--formulaire .webform-type-radios label, #user-pass .form-type-checkbox label, #user-pass .webform-type-radios label, #user-login-form .form-type-checkbox label, #user-login-form .webform-type-radios label, .comment-nc-idea-comment-form .form-type-checkbox label, .comment-nc-idea-comment-form .webform-type-radios label, .nc-sondage-form .form-type-checkbox label, .nc-sondage-form .webform-type-radios label {
  position: relative;
  cursor: pointer;
  font-weight: normal;
}
.paragraph--type--formulaire .form-type-checkbox input, .paragraph--type--formulaire .webform-type-radios input, #user-pass .form-type-checkbox input, #user-pass .webform-type-radios input, #user-login-form .form-type-checkbox input, #user-login-form .webform-type-radios input, .comment-nc-idea-comment-form .form-type-checkbox input, .comment-nc-idea-comment-form .webform-type-radios input, .nc-sondage-form .form-type-checkbox input, .nc-sondage-form .webform-type-radios input {
  accent-color: var(--color-primary);
}
.paragraph--type--formulaire .webform-type-radios label::before, #user-pass .webform-type-radios label::before, #user-login-form .webform-type-radios label::before, .comment-nc-idea-comment-form .webform-type-radios label::before, .nc-sondage-form .webform-type-radios label::before {
  border-radius: 50%;
}
.paragraph--type--formulaire .webform-type-radios legend, #user-pass .webform-type-radios legend, #user-login-form .webform-type-radios legend, .comment-nc-idea-comment-form .webform-type-radios legend, .nc-sondage-form .webform-type-radios legend {
  font-weight: bold;
  font-size: 16px;
}
.paragraph--type--formulaire .webform-type-radios label::before, #user-pass .webform-type-radios label::before, #user-login-form .webform-type-radios label::before, .comment-nc-idea-comment-form .webform-type-radios label::before, .nc-sondage-form .webform-type-radios label::before {
  border-radius: 50px;
}

.alert .placeholder {
  display: inline-block;
  min-height: unset;
  vertical-align: baseline;
  cursor: initial;
  background-color: transparent;
  opacity: 1;
}

.wysiwyg input[type=checkbox] {
  accent-color: var(--color-primary);
  height: 16px;
  width: 16px;
  position: relative;
  top: 2px;
}

.flexForm {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1000px) {
  .flexForm {
    flex-direction: column;
  }
}
.flexForm aside {
  flex-wrap: nowrap;
}
.flexForm .onglet {
  display: none;
}
.flexForm .onglet.active {
  display: block;
}

#user-login-form .form-submit {
  width: auto !important;
}

#edit-cancel {
  display: inline-flex;
  padding-left: 0px;
  opacity: 0.6;
  text-decoration: underline;
  padding-right: 0px;
  border: none;
  align-items: center;
  justify-content: center;
}

fieldset.captcha .description {
  font-size: 0.8em;
  margin-top: 10px;
}

.webform-element-description p {
  font-size: 0.8rem;
  margin-top: 5px;
}

.form-required::after {
  content: "*";
  color: red;
  font-weight: bold;
  display: inline-block;
}

.form-item .ck.ck-voice-label, .captcha__title, .webform-element-description dt {
  display: none;
}

.form-item-piece-jointe > .description {
  pointer-events: none;
  margin-top: -16px !important;
}

.paragraph--type--formulaire .managed-file-preview-wrapper.form-item {
  display: flex;
  gap: 1rem;
  align-items: baseline;
}

.webform-managed-file-preview-wrapper + input[type=submit] {
  color: darkred;
  text-decoration: underline;
  background: none;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  font-family: var(--font-family-primary);
}

.webform-submission-nc-idea-submission-form-form .form-actions {
  flex-flow: row-reverse;
  gap: 1rem;
}

#edit-cancel {
  border-radius: 6.25rem;
  border: 1px solid var(--color-primary);
  display: grid;
  place-content: center;
  padding: 0.906rem 1.625rem;
  font-family: Aeonik Pro, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--color-primary);
  text-transform: uppercase;
  transition: var(--transition);
  width: fit-content;
  height: fit-content;
  opacity: 1;
}
#edit-cancel:focus, #edit-cancel:hover {
  background: var(--color-primary);
  color: white;
}

.form-managed-file:not(:has(:checked)) [name=piece_jointe_remove_button] {
  display: none;
}

.form-managed-file:has(.form-type-checkbox):not(:has(:checked))::after {
  content: "Pour supprimer un document, merci de cocher la case à gauche de son nom";
}

input,
textarea,
select {
  outline: none !important;
}

#user-login-form, #user-pass {
  width: min(500px, 100%);
  margin-inline: auto;
}

.btn--deco {
  background: var(--color-secondary);
  padding: 0.25rem 0.5rem;
}

@media (1000px < width < 1440px) {
  .header__AccesRapide ul li a {
    font-size: 0;
  }
}
.actu-card img, .wysiwyg img {
  max-width: 100%;
  height: auto;
}

.actu-card img {
  width: 100%;
}

.actualite__image img {
  max-height: 100%;
}

@media screen and (min-width: 1200px) {
  .menu__lvl1 {
    flex-flow: row nowrap;
    width: 100%;
    justify-content: space-between;
  }
}
.agenda__evenement {
  flex: 1;
}

body:has(.nc-project-search-form) {
  background: var(--color-tertiary);
}

.header__search-form-wrapper > form, .hero__search {
  position: relative;
}

.rechercheForm__suggestions, .hero__search__suggestions {
  position: absolute;
  border: 2px solid white;
  top: calc(100% - 6px);
  left: 0;
  right: 0;
  background: white;
  border-radius: 0 6px 6px 6px;
  max-height: min(50vh, 400px);
  overflow-y: auto;
}
.rechercheForm__suggestions .suggest__item, .hero__search__suggestions .suggest__item {
  padding: 0.5rem 1rem;
  display: block;
  transition: 0.3s ease-out;
  transition-property: color, background-color;
}
.rechercheForm__suggestions .suggest__item:hover, .hero__search__suggestions .suggest__item:hover {
  background-color: var(--color-primary);
  color: white;
}

.wysiwyg h2 {
  margin-top: 1.2rem;
  margin-bottom: 0.3rem;
}
.wysiwyg h2:first-child {
  margin-top: 0;
}
.wysiwyg h3 {
  margin-top: 1.05rem;
  margin-bottom: 0.3rem;
}
.wysiwyg h4 {
  margin-top: 0.9rem;
  margin-bottom: 0.3rem;
}
.wysiwyg h5 {
  margin-top: 0.75rem;
  margin-bottom: 0.3rem;
}
.wysiwyg h6 {
  margin-top: 0.6rem;
  margin-bottom: 0.3rem;
}
.wysiwyg .mise-en-avant {
  width: 100%;
}

.header {
  z-index: 310;
}

.header__AccesRapide__logout {
  font-size: 18px;
  line-height: 16px;
  color: var(--color-secondary) !important;
}
.header__AccesRapide__logout:hover, .header__AccesRapide__logout:focus {
  color: var(--color-secondary);
  text-decoration-color: var(--color-secondary);
}

.header {
  position: sticky;
}

@media screen and (max-width: 1024px) {
  .rechercheForm {
    background: transparent;
  }
  .header__search-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    background: transparent;
    border: none;
    cursor: pointer;
  }
  .header__search-toggle__icon--close {
    display: none !important;
  }
  .header__search-toggle.is-open .header__search-toggle__icon--loupe {
    display: none !important;
  }
  .header__search-toggle.is-open .header__search-toggle__icon--close {
    display: block !important;
  }
  .header__search-form-wrapper {
    display: none;
  }
  .header__search-panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1001;
    background-color: var(--color-tertiary);
    padding: 1rem 1.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  }
  .header__search-panel[hidden] {
    display: none !important;
  }
  .header__search-panel:not([hidden]) {
    display: block !important;
  }
  .header__search-panel__inner .rechercheForm {
    max-width: none;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .header__search-toggle {
    display: none;
  }
}
.paragraph--type--wysiwyg > * {
  margin-bottom: 0rem;
}

.wysiwyg ol li {
  display: block;
  margin-bottom: 1.5rem;
}
.wysiwyg ol li:before {
  display: inline-block;
}
.wysiwyg ol li > ol,
.wysiwyg ol li > ul {
  padding-left: 2rem;
  margin-top: 1rem;
}

.application-card__title {
  white-space: normal;
}

.application-card__image--container img {
  flex-shrink: 0;
  aspect-ratio: 1/1;
  height: 56px;
  width: 56px;
  display: inline-block;
  object-fit: contain;
}

.contenus-associes__titre {
  font-size: var(--font-size-h2);
}

.actus-associes h2 {
  font-size: var(--font-size-h2);
  font-weight: var(--bold);
  color: var(--color-white);
  margin-bottom: 1.5rem;
}

.actus-associes h2:before {
  content: "";
  display: inline-flex;
  flex-shrink: 0;
  margin-right: 0.625rem;
  width: 1.5rem;
  height: 1rem;
  background-color: var(--color-secondary);
  align-self: baseline;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}

#filter-searchSuggestions {
  display: none;
}

.actualites__grid {
  grid-template-columns: 1fr 1fr 1fr;
}

body:not(:has(.pagination)) .nc-liste {
  margin-bottom: 3rem;
}

.actualite__content__chapo {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.paragraph {
  display: grid;
  gap: 1.5rem;
}
@media (max-width: 50rem) {
  .paragraph {
    gap: 1rem;
  }
}

.actus-associes:before {
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  right: auto;
}

@media (max-width: 50rem) {
  .wysiwyg-wrapper:has(.sidebar) {
    gap: 0;
  }
}
.btn:not(.btn--agenda) {
  display: inline-block;
}

.btn:not(.btn--agenda):has(svg) {
  display: inline-flex;
}

@media (max-width: 64rem) {
  .header__content {
    flex-direction: column;
  }
  .header__AccesRapide {
    overflow: clip;
  }
  .actualites__grid:hover svg {
    opacity: 0;
  }
  .actualite:hover svg {
    opacity: 0;
  }
  .agenda__evenement:hover svg {
    opacity: 0;
  }
  .page404__wrapper {
    flex-direction: column;
  }
  .detail-event__caracteristique .contact {
    padding: 0;
    overflow-wrap: break-word;
    white-space: normal;
  }
  .filtresSection .filtres {
    display: flex;
  }
  .btnMenu {
    display: none;
  }
}
.btnMenu {
  display: block;
  top: 2rem;
  right: 2.5rem;
  position: absolute;
}

.filtres-recherche__list > li span {
  position: relative;
  top: -3px;
}

.liste-ressources-documentaires {
  grid-template-columns: 1fr 2fr;
}
@media screen and (max-width: 1024px) {
  .liste-ressources-documentaires {
    grid-template-columns: auto;
  }
}

.banniereTitre__chapo {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.banniereTitre::after {
  top: 5px;
}
@media (max-width: 50rem) {
  .banniereTitre::after {
    top: auto;
  }
}

.agenda__tags {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-flow: row wrap;
}

.agenda__tag {
  display: inline-block;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  padding: 2px 5px;
  background: var(--color-tertiary-light);
}

.filtres-recherche__search {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.filtres-recherche__search input {
  width: 100%;
  height: 3rem;
  padding-inline: 1rem;
  font-family: var(--font-family-primary);
}
.filtres-recherche__search button {
  color: var(--color-white);
  background: var(--color-primary);
  text-align: center;
  height: 2.5rem;
  font-family: var(--font-family-primary);
}

.applications select {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}
.applications .nice-select {
  height: 50px;
}

.applications__bottom dialog {
  border: none;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  width: 90%;
  background: var(--color-white);
  color: var(--color-primary);
}
.applications__bottom dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
}
.applications__bottom dialog form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
.applications__bottom dialog button[data-close-dialog] {
  position: absolute;
  top: -1.5rem;
  right: -1rem;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--color-primary);
  padding: 0.5rem;
  line-height: 1;
}
.applications__bottom dialog button[data-close-dialog]:hover {
  color: var(--color-secondary);
}
.applications__bottom dialog p:first-of-type {
  font-family: var(--font-family-primary);
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  margin-top: 0;
  color: var(--color-primary);
}
.applications__bottom dialog label {
  font-weight: 600;
  font-size: 0.9rem;
  display: block;
  margin-bottom: -0.5rem;
}
.applications__bottom dialog select {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: var(--font-family-primary);
  background-color: var(--color-white);
}
.applications__bottom dialog button[type=submit] {
  margin-top: 1rem;
  width: 100%;
  justify-content: center;
}

.applications__list {
  flex: 1;
}

.applications__item .applications__image-container {
  max-width: none;
}

.application-card {
  position: relative;
}
.application-card small {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.detail-evenement__carte {
  height: min(50vh, 500px);
}

.headerFilArianneWrapper .FilArianne ol li {
  text-transform: none;
}

.layout__region--column, .wysiwyg {
  display: grid;
  gap: 1.5rem;
}

@media (width < 1024px) {
  .menu__lvl1__text br, .menu__lvl1__text--burger br {
    display: none;
  }
}
@media (1024px <= width <= 1440px) {
  .header__logo {
    width: 5rem;
  }
  .ressourcesDocumentaires__texte {
    font-size: 10px;
  }
}
@media (width < 1024px) {
  .ressourcesDocumentaires__texte {
    font-size: 1.1875rem;
    display: inline-block;
    width: auto;
    padding-block: 0.5rem;
  }
}
@media screen and (768px <= width <= 1024px) {
  .agenda__titre {
    grid-column: span 2;
  }
  .agenda__titre .btn {
    display: none;
  }
  .agenda .btn.btn--mobile {
    display: block;
    position: relative;
    grid-column: span 2;
  }
}
.wysiwyg {
  font-size: 1.125rem;
}

@media (width < 1024px) {
  .banniereTitre::after {
    display: none;
  }
}
@media (width > 1750px) {
  .rechercheForm__input {
    width: 22rem;
  }
}
.footer__menu ul li a {
  font-size: 1rem;
}

.filtres--court > :is(:nth-child(n+6)) {
  display: none;
}

.wysiwyg .paragraph--type--wysiwyg [href]:not([class]) {
  color: var(--color-secondary);
  text-decoration: underline;
}

.mise-en-avant {
  max-height: unset;
  min-height: 374px;
}
.mise-en-avant img {
  width: 321px;
  height: 374px;
}

.mise-en-avant img, .mise-en-avant .image-container {
  aspect-ratio: unset;
  display: grid;
  place-items: center;
}

@media screen and (max-width: 1024px) {
  .filtres-titre__filtre {
    display: block;
  }
  .actu-card__decor {
    display: none;
  }
  body .actualites .actu-card__content {
    padding-bottom: 1.5rem;
  }
}
.actu-card__content__titre {
  font-size: var(--font-size-h4);
  font-weight: var(--extra-bold);
  line-height: inherit;
}

.actu-card__content__chapo {
  font-weight: 400;
}

/*# sourceMappingURL=project.css.map */
