@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;600;700;900&display=swap");
.admin h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #323539;
}
.admin h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}
.admin .bg-frise .first-title h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
}
.admin .bg-frise .first-title h2 {
  font-size: 1.3rem;
  font-weight: 400;
}
.admin .resource-block {
  display: inline-block;
  width: unset;
  padding: 0;
  border: none !important;
  box-shadow: none;
}
.admin .resource-block .chip.category {
  background: #ccc;
}
.admin .resource-block .chip.sector {
  background: #eee;
}
.admin .resource-block .chip.theme {
  background: #ccc;
}
.admin li.nav-item.active {
  background: #323539;
}
.admin li.nav-item.active a:not(.dropdown-item) {
  color: white;
}
.admin table .sortable-head {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
}
.admin table.parameters tr th {
  padding: 20px 5px;
  vertical-align: middle;
  width: 14rem;
}
.admin table.parameters tr th .parameter-title {
  display: inline-flex;
  flex-flow: column nowrap;
}
.admin table.parameters tr td {
  padding: 20px 5px;
  vertical-align: middle;
}
.admin table.parameters tr .input-group {
  margin: 0 !important;
}
.admin fieldset {
  margin: 1rem 0;
  border: 1px solid var(--bs-border-color);
  border-radius: 1rem;
  padding: 1rem;
}

body {
  height: 100vh;
  min-height: 100vh;
}
body.overflow-auto {
  overflow: auto;
}
@media screen and (max-width: 1000px) {
  body {
    overflow-y: auto;
  }
}
body.admin {
  overflow: auto;
}
body h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2rem;
  font-weight: 900;
}
body h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}

.primary-text {
  color: #395ca3;
}

.bg-primary {
  background: #395ca3 !important;
}

.red-text {
  color: #ba2451;
}

.bg-red,
.bg-pink,
.btn-red {
  background: #ba2451 !important;
}

.btn.btn-primary {
  background: #395ca3;
  border-color: #395ca3;
}

.btn.btn-primary:hover {
  background: #4e6d8f;
  border-color: #4e6d8f;
}

.page-item.active .page-link {
  background: #395ca3;
  border-color: #395ca3;
}

.row {
  margin: 0;
}

main {
  position: relative;
}

.block {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  background-size: cover !important;
}
@media screen and (max-width: 1000px) {
  .block {
    display: none;
  }
}
.block.bottom {
  bottom: 0;
  position: absolute;
}
.block.bottom.left {
  left: 0px;
  background: url("../images/circle_bl-tJYAd70.svg") no-repeat top left;
}
.block.bottom.right {
  right: 0px;
  background: url("../images/circle_br-owBjXWf.svg") no-repeat top right;
}
.block:not(.bottom) {
  top: 0;
}
.block:not(.bottom).left {
  left: 0;
  background: url("../images/circle-XcHS8BB.svg") no-repeat top left;
}
.block:not(.bottom).right {
  right: 0;
  background: url("../images/circle_r-Oh2qWBI.svg") no-repeat top right;
}

#navbarSupportedContent {
  margin-right: var(--bs-navbar-brand-margin-end);
}
@media screen and (max-width: 1000px) {
  #navbarSupportedContent .helper {
    display: none;
  }
}

.navbar .container-fluid {
  position: relative;
  justify-content: center;
}
.navbar .nav-link:hover {
  color: white;
  background-color: #4e6d8f;
}
.navbar.bg-dark {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
}
.navbar.bg-dark .navbar-brand {
  padding: 0.33em 1em;
  font-size: 1rem;
  border-radius: 0.5em;
  color: white;
  transition: background-color 0.25s ease-in-out;
}
.navbar.bg-dark .navbar-brand:hover {
  background-color: #4e6d8f;
}
.navbar.bg-dark .navbar-brand .title.title-sm {
  display: none;
}
@media screen and (max-width: 1000px) {
  .navbar.bg-dark .navbar-brand .title.title-sm {
    display: inline-block;
  }
}
.navbar.bg-dark .navbar-brand .title.title-lg {
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .navbar.bg-dark .navbar-brand .title.title-lg {
    display: none;
  }
}
.navbar.bg-dark .navbar-brand .bold {
  display: inline-block;
  text-overflow: clip;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .navbar.bg-dark .navbar-brand {
    margin-right: 0;
    text-align: center;
    font-size: 1.1rem;
    width: 100%;
    display: none;
  }
  .navbar.bg-dark .navbar-brand i {
    display: none;
  }
  .navbar.bg-dark .navbar-brand span {
    display: none;
  }
}
.navbar.bg-dark .navbar-brand span {
  margin-left: 110px;
}

.first-title {
  font-size: 1.3rem;
  padding-right: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  margin: 15px 0;
}
.first-title.ministere {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
}
.first-title.ministere .header-content {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
  color: white;
}
@media screen and (max-width: 1000px) {
  .first-title.ministere .header-content {
    text-align: center;
  }
}
.first-title.ministere .header-content p {
  font-size: 1.3rem;
  font-weight: 400;
  color: white;
}
.first-title.ministere img {
  display: none;
  border-radius: 20px 0;
}
@media screen and (max-width: 1000px) {
  .first-title.ministere {
    background: none;
    flex-direction: column;
    align-items: start;
    text-align: left;
  }
}
.first-title h1 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left !important;
}
.first-title h2 {
  font-size: 1.3rem;
  font-weight: 400;
}
.first-title .logo-mob {
  display: none;
}
.first-title img.logo-lg {
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .first-title {
    margin: 0 0 !important;
    padding: 0 !important;
    text-align: center;
  }
  .first-title .logo-mob {
    display: block;
    text-align: right;
  }
  .first-title img {
    margin: 10px 0 !important;
  }
  .first-title img.logo-lg {
    display: none;
  }
}
.first-title.opie {
  display: flex;
  flex-direction: row;
}
.first-title.opie .text {
  text-align: right;
}
.first-title b {
  font-size: 1rem;
}

a {
  color: #395ca3;
}
a.see-more {
  display: flex;
  justify-content: start;
  align-content: center;
  align-items: center;
  margin: 1em 0;
  width: max-content;
  color: white;
}
a.see-more:focus {
  box-shadow: 0 0 10px darkblue;
}

.overflow-scroll-y {
  overflow-y: scroll;
  overflow-x: hidden !important;
}

.bg-frise {
  background-size: cover !important;
  min-height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
.bg-frise.bg1 {
  background: url("../images/syrphe-0DigH4E.jpg") no-repeat center center #395ca3;
}
.bg-frise.bg2 {
  background: url("../images/sphynx-lJrGHKB.jpg") no-repeat center center #395ca3;
}
.bg-frise.bg3 {
  background: url("../images/hymeno-8fi9LOK.jpg") no-repeat center center #395ca3;
}
.bg-frise.bg4 {
  background: url("../images/longi-Pdi022M.jpg") no-repeat center center #395ca3;
}
.bg-frise .credits {
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: bottom right;
  transform: rotate(-90deg);
  font-size: 0.7rem;
  color: white;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  margin-top: 43px;
}
@media screen and (max-width: 1000px) {
  .bg-frise .credits {
    font-size: 0.5rem;
    transform: none;
    right: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .bg-frise .shares {
    padding-right: 0;
  }
  .bg-frise .shares .col-12 {
    justify-content: center;
  }
}
.bg-frise .shares a.share {
  border-radius: 200px;
  border: 1px solid black;
  color: #212529;
  text-align: center;
  margin: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.25s ease-in-out;
}
.bg-frise .shares a.share:hover {
  background: white;
}
@media screen and (max-width: 1000px) {
  .bg-frise h1 {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    font-size: 1rem;
  }
  .bg-frise h1 img {
    width: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .bg-frise {
    padding: 0px 0 0 0;
    flex-direction: column;
  }
}
.bg-frise .head-logos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-content: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .bg-frise .head-logos {
    background: rgba(0, 0, 0, 0.3);
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .bg-frise .head-logos .first-title.opie .text {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    font-size: 1rem;
  }
  .bg-frise .head-logos .first-title.opie .text b {
    font-size: 0.8rem;
  }
  .bg-frise .head-logos .first-title.opie .text div:first-of-type {
    line-height: 1rem;
  }
}

.row.h-100 {
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .row.h-100 {
    height: auto !important;
  }
}

.column {
  max-height: 80vh;
}
@media screen and (max-width: 1000px) {
  .column:not(#resources-list) {
    display: none;
  }
}
.column h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 0.5rem 1rem;
}
.column ul {
  border: none;
  background: white;
  border-radius: 0 0 7px 7px;
  padding-bottom: 50px;
  position: relative;
}
.column ul.pagination {
  padding-bottom: 0;
}
.column ul div.activer {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 100%;
  background: #395ca3;
  transition: all 0.25s ease-in-out;
  z-index: 1;
}
.column ul li {
  border-radius: 0;
  position: relative;
  z-index: 10;
}
.column ul li:not(.resource-block).no-hover-effect:hover:before {
  display: none !important;
}
.column ul li:not(.resource-block):not(.page-item) {
  border: none;
  background: none;
  transition: all 0.25s linear;
}
.column ul li:not(.resource-block):not(.page-item):hover {
  border-radius: 0;
}
.column ul li:not(.resource-block):not(.page-item):hover:before {
  display: block;
  position: absolute;
  content: " ";
  left: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background-color: #395ca3;
}
.column ul li:not(.resource-block):not(.page-item).active {
  background: none;
  border: none;
}
.column ul li:not(.resource-block):not(.page-item).active a {
  color: white;
}
.column ul li:not(.resource-block):not(.page-item).active a i {
  opacity: 1;
}
.column ul li:not(.resource-block):not(.page-item).active a:hover {
  color: white;
}
.column ul li:not(.resource-block):not(.page-item) a {
  font-family: "Source Sans Pro", sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
  color: #242424;
  text-decoration: none;
}
.column ul li:not(.resource-block):not(.page-item) a i {
  color: white;
  opacity: 0;
}
mark {
  background-color: yellow;
  color: black;
  border-radius: 4px;
  padding: 0 0px;
}

.results {
  padding-left: 0px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
}
.results mark {
  background-color: #242424;
  padding: 2px 8px;
  color: white;
}

.pagination-row {
  width: 100%;
}
.pagination-row h6 {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 1rem;
}

#home-texts h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
  color: #323232;
  margin-top: 25px;
}
#home-texts h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  color: #323232;
  font-size: 1.1rem;
}
#home-texts p {
  text-align: justify;
}
#home-texts p, #home-texts li, #home-texts .alert {
  font-size: 1.2rem;
}
@media screen and (max-width: 1000px) {
  #home-texts p, #home-texts li, #home-texts .alert {
    font-size: 1rem;
  }
}

.number {
  font-size: 1.4rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  margin-top: 25px;
}

.list-resources .list-resources-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#resources-list {
  margin-top: 30px;
}
#resources-list .list-resources {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#resources-list .list-resources li.li-pagination {
  display: block;
  width: 100vw;
  border: none;
}
#resources-list ul {
  background: none;
}
#resources-list ul li:not(.page-item):last-child {
  margin-bottom: 100px;
}
#resources-list img.resource-poster {
  border-radius: 4px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
  width: auto;
  margin-bottom: 2em;
  margin-right: 1em;
  margin-top: 0.5em;
  float: left;
  width: 33%;
}
@media screen and (max-width: 1000px) {
  #resources-list img.resource-poster {
    margin-right: 100%;
    float: none;
  }
}

.alert {
  display: inline-block;
}

input.copy-field {
  position: fixed;
  top: -200px;
  left: -200px;
  opacity: 0;
}

.dropdown ul.dropdown-menu li span {
  position: relative;
}
.dropdown ul.dropdown-menu li span:hover {
  cursor: pointer;
}
.dropdown ul.dropdown-menu li span.active {
  padding-left: 2em;
}
.dropdown ul.dropdown-menu li span.active:before {
  position: absolute;
  content: "✓";
  display: block;
  left: 1em;
}

.select-menu.visible {
  opacity: 1;
}
.select-menu.invisible {
  opacity: 0;
}
.select-menu .select-item-list {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-around;
  gap: 1rem;
}
@media (min-width: 992px) {
  .select-menu .select-item-list {
    flex-flow: row nowrap;
  }
}
.select-menu .select-item-list .select-item {
  display: flex;
  justify-content: center;
}

.selects {
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.2);
}

.disclaimer {
  width: 100%;
  padding: 0.5em 0;
  text-align: center;
  color: white;
  background-color: var(--bs-body-color);
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  .disclaimer {
    font-size: 1.5rem;
  }
}
.disclaimer a {
  color: #e87597;
}

.butterfly {
  display: block;
  margin: 1rem auto;
  width: 70px;
}

footer {
  position: relative;
}
footer:before {
  position: absolute;
  display: block;
  bottom: 100%;
  width: 25px;
  height: 25px;
  background-size: cover !important;
  content: " ";
  background: url("../images/circle_bl-tJYAd70.svg") no-repeat bottom left;
  left: 0;
}
footer:after {
  position: absolute;
  display: block;
  bottom: 100%;
  width: 25px;
  height: 25px;
  background-size: cover !important;
  content: " ";
  background: url("../images/circle_br-owBjXWf.svg") no-repeat bottom right;
  right: 0;
}
footer .logos img {
  height: 120px;
}
footer img {
  border-radius: 10px;
}

.toast {
  position: fixed;
  top: 80px;
  right: 30px;
}

.toasts-container {
  position: fixed;
  top: 0;
  right: 0;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-end;
  align-items: flex-end;
  padding-top: 50px;
  z-index: 9999;
}

.app-toast {
  margin-bottom: 15px;
  padding: 20px 75px 20px 50px;
  border-radius: 200px 0 0 200px;
  box-shadow: 5px 0px 8px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: translateX(100px);
  z-index: 99999999999;
  width: max-content;
  max-width: calc(100vw - 100px);
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .app-toast {
    top: 190px;
  }
}
.app-toast.visible {
  transform: translateX(0);
  opacity: 1;
}

.appear {
  animation: appear 0.4s;
}

@keyframes appear {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (max-width: 1000px) {
  .select-title {
    display: none;
  }
}

.resource-block {
  padding: 20px;
  border-radius: 10px 10px 10px 10px !important;
  border: 1px solid #efefef;
  margin-bottom: 30px;
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.2);
  transform: scale(0.97);
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.resource-block.favorite {
  border: 5px dotted #109877 !important;
}
.resource-block.favorite h3 {
  font-size: 2rem;
}
@media screen and (max-width: 1500px) {
  .resource-block {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .resource-block {
    width: 100%;
  }
}
.resource-block:before {
  display: block;
  content: " ";
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  background: black;
}
.resource-block h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
}
.resource-block p {
  font-family: "Source Sans Pro", sans-serif;
  text-align: justify;
}
.resource-block p.biblio {
  font-size: 0.9rem;
}
.resource-block span.chip {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 200px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.9rem;
  color: #333333;
  font-weight: 400;
  margin-bottom: 7px;
  clear: both;
}
.resource-block a {
  display: inline-block;
  width: max-content;
}
.resource-block span.reader-button {
  position: absolute;
  right: 20px;
}
.resource-block span.reader-button:hover {
  cursor: pointer;
}
.resource-block span.a-complement {
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .resource-block span.a-complement {
    display: none;
  }
}
.resource-block h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.5rem;
  color: #212529;
  font-weight: 600;
  display: flex;
  max-width: 90%;
}
.resource-block h3 i {
  margin-right: 12px;
}
.resource-block h3 a {
  text-decoration: none;
  color: #212529;
  width: 100%;
}
.resource-block h3 a:hover {
  text-decoration: underline;
}
.resource-block .sharing {
  width: max-content;
  background: #efefef;
  padding: 5px;
  border-radius: 5px;
}
.resource-block .sharing span {
  display: inline-block;
  width: max-content;
  position: relative;
}
.resource-block .sharing span i {
  transition: 0.3s;
}
.resource-block .sharing span:before {
  display: block;
  content: " ";
  position: absolute;
  bottom: 101%;
  left: 50%;
  content: attr(data-content);
  background: #4d4d4d;
  color: white;
  border-radius: 4px;
  padding: 4px 10px;
  transform: translateX(-55%);
  width: max-content;
  display: none;
  margin-bottom: 7px;
  font-size: 0.9rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}
.resource-block .sharing span:hover {
  transform: scale(1.2);
}
.resource-block .sharing span:hover i {
  color: #212529;
}
.resource-block .sharing span:hover:before {
  display: block;
}
.resource-block .sharing a {
  position: relative;
}
.resource-block .sharing a i {
  transition: 0.3s;
}
.resource-block .sharing a:before {
  display: block;
  content: " ";
  position: absolute;
  bottom: 101%;
  left: 50%;
  content: attr(data-content);
  background: #4d4d4d;
  color: white;
  border-radius: 4px;
  padding: 4px 10px;
  transform: translateX(-55%);
  width: max-content;
  display: none;
  margin-bottom: 7px;
  font-size: 0.9rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}
.resource-block .sharing a:hover {
  transform: scale(1.2);
}
.resource-block .sharing a:hover i {
  color: #212529;
}
.resource-block .sharing a:hover:before {
  display: block;
}

.page h2 {
  margin-top: 2rem;
}
.page h2::after {
  content: "";
  margin-left: 1rem;
  display: inline-block;
  width: 20rem;
  height: 3rem;
  background-image: url("/assets/images/bee.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/*# sourceMappingURL=app.output.css.map */
