* {
  --primary: #7E54FF;
  --secondary: #9164FE;
  --tertiary: oklch(43.602% 0.14607 255.491deg);
  --quaternary: oklch(70.84% 0.096 76.72deg);
  --black: #000;
  --white: #fff;
  --info: #346cbf;
  --success: #28a745;
  --warning: #ffc107;
  --danger: #D81B0D;
  --grey: #635a58;
  --gray-100: #f9f9f9;
  --gray-200: #F3F3F6;
  --gray-300: #e0e0e0;
  --gray-400: #999;
  --gray-500: #7a7a7a;
  --gray-700: #444;
  --gray-900: #1d1d1d;
}

/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Medium Screens */
/* XLarge Devices, Wide Screens */
/* XXLarge Devices, Wide Screens */
/* Layout de la page */
.post-type-archive-appel_projet .breadcrumb {
  background-color: #313131;
  color: #fff;
}
.post-type-archive-appel_projet .breadcrumb__links-list {
  color: #fff;
}
.post-type-archive-appel_projet .breadcrumb__links-list a {
  color: #fff;
}
.post-type-archive-appel_projet .btn--filter {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .post-type-archive-appel_projet .btn--filter {
    display: none;
  }
}

.appels-list__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 992px) {
  .appels-list__header {
    justify-content: flex-end;
  }
}
.appels-list__posts {
  margin: 28px 0;
}
@media screen and (min-width: 992px) {
  .appels-list__posts {
    margin: 40px 0;
  }
}
.appels-list__posts .appel-card + .appel-card {
  margin-top: 16px;
}
@media screen and (min-width: 992px) {
  .appels-list__posts .appel-card + .appel-card {
    margin-top: 26px;
  }
}

.appel-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  color: #313131;
  background-color: #F3F3F6;
  border: 1px solid #DED8F3;
  text-decoration: none;
  border-radius: 4px;
  padding: 24px 16px;
  transition: background-color 200ms ease-in, color 200ms ease-in;
}
@media screen and (min-width: 768px) {
  .appel-card {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    padding: 18px 16px 24px 16px;
  }
}
.appel-card:hover {
  background-color: #313131;
  color: #fff;
  transition: background-color 200ms ease-in, color 200ms ease-in;
}
.appel-card:hover .appel-card__actions svg {
  opacity: 1;
  transition: opacity 200ms ease-in;
}
.appel-card:hover .appel-card__france2030 {
  opacity: 0;
  transition: opacity 200ms ease-in;
}
.appel-card:hover .appel-card__date, .appel-card:hover .appel-card__date-title {
  opacity: 0;
  transition: opacity 200ms ease-in;
}
.appel-card__title {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 16px 0;
}
@media screen and (min-width: 992px) {
  .appel-card__title {
    font-size: 2rem;
  }
}
.appel-card__themes {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .appel-card__themes {
    margin: 0;
  }
}
.appel-card__actions {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  flex-shrink: 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .appel-card__actions {
    align-self: flex-start;
    margin-top: -4px;
    margin-bottom: 37px;
  }
}
.appel-card__actions svg {
  position: absolute;
  right: 0;
  top: calc(50% - 26px);
  opacity: 0;
  transition: opacity 200ms ease-in;
}
.appel-card__france2030 {
  position: absolute;
  left: 16px;
  bottom: 15px;
  width: 46px;
  height: 46px;
  opacity: 1;
  transition: opacity 200ms ease-in;
}
@media screen and (min-width: 768px) {
  .appel-card__france2030 {
    left: unset;
    right: 16px;
    bottom: 16px;
  }
}
.appel-card__date, .appel-card__date-title {
  opacity: 1;
  transition: opacity 200ms ease-in;
}
.appel-card__date-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #7E54FF;
}

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