@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bulma@0.8.2/css/bulma.min.css");
html,
body {
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth !important;
  transition: all 0.25s ease;
  background: black;
}

/* width */
::-webkit-scrollbar {
  width: 0.5vmax !important;
}

/* Track */
::-webkit-scrollbar-track {
  background: white !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #363636 !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: black !important;
}

::placeholder {
  font-family: "Poppins", sans-serif;
}

#navbar .navbar-burger {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
#navbar .navbar-burger span:nth-child(2) {
  left: 50%;
  width: 8px;
}

.is-active {
  font-weight: bold;
}

.columns .button {
  margin: 0.5rem !important;
}

hr {
  margin: 1rem auto;
  height: 1px;
}

.column {
  margin: auto 0.5rem;
  padding: 0.5rem;
}

#post .subtitle {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
#post .column {
  margin: 0 0.5rem;
}
#post #description {
  margin: 1rem 0 0 0;
}
#post .information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
}

#footer .column {
  margin: 0 0.5rem auto;
}

.searchResult a .title {
  text-decoration: underline;
}

.vue-load-image, .vue-load-image > div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

a[data-fslightbox] {
  display: flex;
}

#navbar {
  opacity: 0.95;
}

.navbar-burger, .tag.is-link:hover,
.color_citron {
  color: #B6C540 !important;
}

.navbar-item.has-dropdown.is-active .navbar-link, .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link,
.navbar-burger span,
a.navbar-item:hover, a.navbar-item:active, a.navbar-item:focus, a.navbar-item:focus-within,
a.navbar-link:hover, a.navbar-link:active, a.navbar-link:focus, a.navbar-link:focus-within,
a.navbar-item.is-active,
.tag,
.bg_citron {
  background-color: #B6C540 !important;
}

.border_citron {
  border-color: #B6C540 !important;
}

.hover_color_citron:hover {
  color: #B6C540 !important;
}

.hover_bg_citron:hover {
  background-color: #B6C540 !important;
}

.navbar-item.has-dropdown.is-active .navbar-link, .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link,
a.navbar-item:hover, a.navbar-item:active, a.navbar-item:focus, a.navbar-item:focus-within,
a.navbar-link:hover, a.navbar-link:active, a.navbar-link:focus, a.navbar-link:focus-within,
a.navbar-item.is-active,
.tag,
.color_biscay {
  color: #08295A !important;
}

.tag.is-link:hover,
.bg_biscay {
  background-color: #08295A !important;
}

.border_biscay {
  border-color: #08295A !important;
}

.hover_color_biscay:hover {
  color: #08295A !important;
}

.hover_bg_biscay:hover {
  background-color: #08295A !important;
}

.hover_bold:hover {
  font-weight: bold;
}

.is-active {
  font-weight: 600;
}

.navbar-dropdown {
  border: none;
  right: 0;
  left: auto;
}

.navbar-item img {
  max-height: 3rem !important;
}

.navbar-end .navbar-item, .navbar-end .navbar-link {
  color: #B6C540;
}

.hero {
  background: #F4F5F6;
}

pre.highlight, code.language-plaintext {
  background: rgba(48, 92, 222, 0.2);
  color: #4a4a4a;
}

pre.highlight {
  margin-bottom: 15px;
}

#hero {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  /*&.is-fullheight{
      @media (orientation: portrait){
          @supports (-webkit-appearance:none) {
              min-height: calc(100vh - 56px);
          }
      }
  }*/
}
#hero::before {
  background-image: url(/assets/images/alchimie/cercle-alchimique.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  opacity: 0.25;
  content: "";
}
#hero.not-found::before {
  background-image: url("/assets/images/nature/bridge.jpeg");
}

.title {
  margin: auto 0.75rem !important;
}

.subtitle {
  letter-spacing: 0.25rem;
}

#blog .hero-body {
  padding: 3rem 1rem 1rem 1rem;
}
#blog .container {
  margin: 1.5rem auto;
  width: 100%;
}
#blog #results-container:not(:empty) + div {
  display: none;
}
#blog #blog-card {
  transition: all 0.25s ease;
  margin-bottom: 0.5vmax;
  transform: scale(0.85);
  margin-right: 2.5vmax;
  margin-left: 2.5vmax;
  line-height: normal;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
#blog #blog-card:hover {
  transform: scale(0.875);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  #blog #blog-card {
    transform: scale(1);
    margin-bottom: 5vmax !important;
  }
  #blog #blog-card:hover {
    transform: scale(1.025);
    margin-bottom: 5vmax !important;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  }
  #blog #blog-card .image {
    padding-top: 50% !important;
  }
}
#blog #blog-card .title {
  margin: 0.5rem !important;
}
#blog #blog-card .content {
  margin: 0.5rem;
}
#blog #blog-card .column {
  display: grid;
}
#blog #blog-card .column .image {
  border-radius: 0.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#search {
  border-bottom: 0.15rem solid;
}
#search input {
  background: transparent;
  border: none;
  outline: none;
  font-weight: 500 !important;
}
#search input::placeholder {
  font-weight: 500;
  color: grey;
  letter-spacing: 0.25rem;
}
#search .button {
  background: transparent;
  transition: all 0.25s ease;
  border: none;
}
#search .button:focus {
  outline: 0.25rem solid #B6C540;
}

#footer .container {
  margin: auto;
  padding: 1rem;
  line-height: 1.25;
}
#footer .container .column {
  display: grid;
  justify-content: center;
}
#footer .container .column li {
  list-style: circle;
  list-style-position: outside;
}
#footer .container .column figure {
  border: 1.5px solid #B6C540;
  border-radius: 50rem;
  justify-content: center;
  margin: auto;
  transition: all 0.25s ease;
}
#footer .container .column figure:hover {
  transform: scale(1.15);
}
#footer #credits {
  padding: 0.75rem;
  font-size: 0.85rem;
}
#footer #credits a {
  text-decoration: underline;
  font-weight: bolder;
}

@media (min-width: 768px) {
  #post {
    margin: auto 2.5vmax;
  }
}
#post a {
  text-decoration: underline;
}
#post #title {
  text-decoration: none;
}
#post .title {
  margin: auto;
}
#post #post-image {
  border-radius: 0.25rem;
  background-size: 100%;
  background-position: center;
  height: 200px;
}
#post .subtitle {
  letter-spacing: 0.05rem;
}
#post .content hr {
  background-color: grey;
}
#post .content img, #post .content iframe {
  max-width: calc(100% - 25vw);
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
@media (max-width: 768px) {
  #post .content img, #post .content iframe {
    max-width: calc(100% - 5vw);
  }
}
#post .content center img {
  margin-left: auto;
  margin-right: auto;
}
#post .content blockquote {
  display: block;
}
#post .container {
  margin: 2.5rem auto;
  word-break: break-word;
  max-width: -webkit-fill-available;
  width: 100%;
}
#post #disqus_thread {
  margin-top: 5vmax;
}

@media (max-width: 768px) {
  #page-section .section {
    padding-left: 0;
    padding-right: 0;
  }
  #page-section .section .title {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
#page-section .content ul, #page-section .content ol, #page-section .content blockquote {
  display: inline-block;
}

.tag {
  margin: 0.15rem auto;
  text-decoration: none !important;
  font-size: 1rem !important;
  letter-spacing: 0.1rem;
}
.tag:hover {
  text-decoration: none !important;
}

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